Skip to content

Commit

Permalink
chore: v2.17.2 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Sep 1, 2023
1 parent 9950f64 commit 90857ac
Show file tree
Hide file tree
Showing 214 changed files with 234 additions and 215 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

...

## [2.17.2] - 2023-09-01: Small Fixes for Table, Demo, Form

### Fixed

- fix: right-align a lone login form action (#223)
- fix: cms table & s-paragraph-table demo (demo cmsStyles now in base layer) (#221)
- fix: only truncate paragraph in portal table or s-truncated-table (#220)

### Changed

- fix: use global vars in MuiTabs (633ec418)

### Documentation

- fix: typo in c-card demo (34e3aded)
- docs: comment on :--c-card > address usage (bf1a8986)
- style: improve clarity of c-card `<p>` wrap notes (c0028f88)

## [2.17.1] - 2023-08-15: NPM Audit Fix

### Security
Expand Down Expand Up @@ -768,7 +786,8 @@ See [2.5.0] instead.

Initial working code. (This code may not work on all environments.)

[unreleased]: https://github.com/TACC/Core-Styles/compare/v2.17.1...HEAD
[unreleased]: https://github.com/TACC/Core-Styles/compare/v2.17.2...HEAD
[2.17.2]: https://github.com/TACC/Core-Styles/releases/tag/v2.17.2
[2.17.1]: https://github.com/TACC/Core-Styles/releases/tag/v2.17.1
[2.17.0]: https://github.com/TACC/Core-Styles/releases/tag/v2.17.0
[2.16.3]: https://github.com/TACC/Core-Styles/releases/tag/v2.16.3
Expand Down
2 changes: 1 addition & 1 deletion dist/branding_logos.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/README.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! @tacc/core-styles 2.17.1+ | MIT | github.com/TACC/Core-Styles */
/*! @tacc/core-styles 2.17.2+ | MIT | github.com/TACC/Core-Styles */
2 changes: 1 addition & 1 deletion dist/components/admonition.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/components/admonition/demo.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! @tacc/core-styles 2.17.1+ | MIT | github.com/TACC/Core-Styles */.admonition{margin-top:1em}
/*! @tacc/core-styles 2.17.2+ | MIT | github.com/TACC/Core-Styles */.admonition{margin-top:1em}
2 changes: 1 addition & 1 deletion dist/components/align.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/align/demo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.col.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.container.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! @tacc/core-styles 2.17.1+ | MIT | github.com/TACC/Core-Styles */
/*! @tacc/core-styles 2.17.2+ | MIT | github.com/TACC/Core-Styles */
2 changes: 1 addition & 1 deletion dist/components/bootstrap.figure.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.form.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.modal--cms.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.modal--portal.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! @tacc/core-styles 2.17.1+ | MIT | github.com/TACC/Core-Styles */.modal-title{font-size:1.2rem}
/*! @tacc/core-styles 2.17.2+ | MIT | github.com/TACC/Core-Styles */.modal-title{font-size:1.2rem}
2 changes: 1 addition & 1 deletion dist/components/bootstrap.modal.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.nav-tabs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.pagination.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap.row.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap/bootstrap--form.demo.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/*! @tacc/core-styles 2.17.1+ | MIT | github.com/TACC/Core-Styles */form{margin:1em}
/*! @tacc/core-styles 2.17.2+ | MIT | github.com/TACC/Core-Styles */form{margin:1em}
2 changes: 1 addition & 1 deletion dist/components/bootstrap/bootstrap--modal.demo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/bootstrap/demo.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 90857ac

Please sign in to comment.