Releases: predixdesignsystem/px-tables-design
Releases · predixdesignsystem/px-tables-design
Design Refresh
- implement redesign
- updated dependencies for design refresh
More details:
- The
table--rows
flag and class have been removed, as horizontal borders are now the default style for Predix UI tables. It has been replaced with atable--cells
flag and class, which can be used to create the previous default style, a table with both horizontal and vertical borders. - Styling for the exterior borders and interior borders have been separated to enable the new Predix design for tables, which features a darker top and bottom border and lighter interior borders. The CSS variables have been separated accordingly to distinguish between
--px-table-border-color
(top/bottom) and--px-table-separator-color
(interior borders).
v2.0.0-prerelease-3
v1.0.0
CSS style variables are removed from the v0.3.X release path in version v0.3.24 to maintain compatibility with IE11/Edge. If you wish to use style variables for theming of this repo, use v1.0.0 or later. To use style variables and maintain IE11/Edge compatibility, you will need to use a style module rather than plain sass/css.
v0.3.24
CSS style variables are removed from the v0.3.X release path in version v0.3.24 to maintain compatibility with IE11/Edge. If you wish to use style variables for theming of this repo, use v1.0.0 or later. To use style variables and maintain IE11/Edge compatibility, you will need to use a style module rather than plain sass/css.