@patternfly/react-tokens 6.5.0-prerelease.15 → 6.5.0-prerelease.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/esm/c_accordion.d.ts +1 -1
- package/dist/esm/c_accordion.js +1 -1
- package/dist/esm/c_breadcrumb.d.ts +44 -8
- package/dist/esm/c_breadcrumb.js +44 -8
- package/dist/esm/c_breadcrumb__heading_FontSize.d.ts +1 -1
- package/dist/esm/c_breadcrumb__heading_FontSize.js +1 -1
- package/dist/esm/c_breadcrumb__link_TextDecorationColor.d.ts +6 -0
- package/dist/esm/c_breadcrumb__link_TextDecorationColor.js +6 -0
- package/dist/esm/c_breadcrumb__link_hover_TextDecorationColor.d.ts +6 -0
- package/dist/esm/c_breadcrumb__link_hover_TextDecorationColor.js +6 -0
- package/dist/esm/c_data_list.d.ts +1 -1
- package/dist/esm/c_data_list.js +1 -1
- package/dist/esm/c_drawer.d.ts +1 -1
- package/dist/esm/c_drawer.js +1 -1
- package/dist/esm/c_menu_toggle.d.ts +2 -2
- package/dist/esm/c_menu_toggle.js +2 -2
- package/dist/esm/c_page.d.ts +1 -1
- package/dist/esm/c_page.js +1 -1
- package/dist/esm/c_table.d.ts +141 -1
- package/dist/esm/c_table.js +141 -1
- package/dist/esm/c_table__thead_m_nested_column_header_BorderBlockEndColor.d.ts +6 -0
- package/dist/esm/c_table__thead_m_nested_column_header_BorderBlockEndColor.js +6 -0
- package/dist/esm/c_table__thead_m_nested_column_header_BorderBlockEndWidth.d.ts +6 -0
- package/dist/esm/c_table__thead_m_nested_column_header_BorderBlockEndWidth.js +6 -0
- package/dist/esm/c_table__thead_m_nested_column_header_after_ZIndex.d.ts +6 -0
- package/dist/esm/c_table__thead_m_nested_column_header_after_ZIndex.js +6 -0
- package/dist/esm/c_table_m_sticky_header_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_table_m_sticky_header_BackgroundColor.js +6 -0
- package/dist/esm/c_table_m_sticky_header_BorderBlockEndColor.d.ts +6 -0
- package/dist/esm/c_table_m_sticky_header_BorderBlockEndColor.js +6 -0
- package/dist/esm/c_table_m_sticky_header_BorderBlockEndWidth.d.ts +6 -0
- package/dist/esm/c_table_m_sticky_header_BorderBlockEndWidth.js +6 -0
- package/dist/esm/c_table_m_sticky_header_BorderRadius.d.ts +6 -0
- package/dist/esm/c_table_m_sticky_header_BorderRadius.js +6 -0
- package/dist/esm/c_table_m_sticky_header_BorderRadius_glass.d.ts +6 -0
- package/dist/esm/c_table_m_sticky_header_BorderRadius_glass.js +6 -0
- package/dist/esm/c_table_m_sticky_header_BoxShadow.d.ts +6 -0
- package/dist/esm/c_table_m_sticky_header_BoxShadow.js +6 -0
- package/dist/esm/c_table_m_sticky_header_BoxShadow_glass.d.ts +6 -0
- package/dist/esm/c_table_m_sticky_header_BoxShadow_glass.js +6 -0
- package/dist/esm/c_table_m_sticky_header_TransitionDuration_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_table_m_sticky_header_TransitionDuration_BackgroundColor.js +6 -0
- package/dist/esm/c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor.js +6 -0
- package/dist/esm/c_wizard.d.ts +1 -1
- package/dist/esm/c_wizard.js +1 -1
- package/dist/esm/index.d.ts +14 -0
- package/dist/esm/index.js +14 -0
- package/dist/js/c_accordion.d.ts +1 -1
- package/dist/js/c_accordion.js +1 -1
- package/dist/js/c_breadcrumb.d.ts +44 -8
- package/dist/js/c_breadcrumb.js +44 -8
- package/dist/js/c_breadcrumb__heading_FontSize.d.ts +1 -1
- package/dist/js/c_breadcrumb__heading_FontSize.js +1 -1
- package/dist/js/c_breadcrumb__link_TextDecorationColor.d.ts +6 -0
- package/dist/js/c_breadcrumb__link_TextDecorationColor.js +8 -0
- package/dist/js/c_breadcrumb__link_hover_TextDecorationColor.d.ts +6 -0
- package/dist/js/c_breadcrumb__link_hover_TextDecorationColor.js +8 -0
- package/dist/js/c_data_list.d.ts +1 -1
- package/dist/js/c_data_list.js +1 -1
- package/dist/js/c_drawer.d.ts +1 -1
- package/dist/js/c_drawer.js +1 -1
- package/dist/js/c_menu_toggle.d.ts +2 -2
- package/dist/js/c_menu_toggle.js +2 -2
- package/dist/js/c_page.d.ts +1 -1
- package/dist/js/c_page.js +1 -1
- package/dist/js/c_table.d.ts +141 -1
- package/dist/js/c_table.js +141 -1
- package/dist/js/c_table__thead_m_nested_column_header_BorderBlockEndColor.d.ts +6 -0
- package/dist/js/c_table__thead_m_nested_column_header_BorderBlockEndColor.js +8 -0
- package/dist/js/c_table__thead_m_nested_column_header_BorderBlockEndWidth.d.ts +6 -0
- package/dist/js/c_table__thead_m_nested_column_header_BorderBlockEndWidth.js +8 -0
- package/dist/js/c_table__thead_m_nested_column_header_after_ZIndex.d.ts +6 -0
- package/dist/js/c_table__thead_m_nested_column_header_after_ZIndex.js +8 -0
- package/dist/js/c_table_m_sticky_header_BackgroundColor.d.ts +6 -0
- package/dist/js/c_table_m_sticky_header_BackgroundColor.js +8 -0
- package/dist/js/c_table_m_sticky_header_BorderBlockEndColor.d.ts +6 -0
- package/dist/js/c_table_m_sticky_header_BorderBlockEndColor.js +8 -0
- package/dist/js/c_table_m_sticky_header_BorderBlockEndWidth.d.ts +6 -0
- package/dist/js/c_table_m_sticky_header_BorderBlockEndWidth.js +8 -0
- package/dist/js/c_table_m_sticky_header_BorderRadius.d.ts +6 -0
- package/dist/js/c_table_m_sticky_header_BorderRadius.js +8 -0
- package/dist/js/c_table_m_sticky_header_BorderRadius_glass.d.ts +6 -0
- package/dist/js/c_table_m_sticky_header_BorderRadius_glass.js +8 -0
- package/dist/js/c_table_m_sticky_header_BoxShadow.d.ts +6 -0
- package/dist/js/c_table_m_sticky_header_BoxShadow.js +8 -0
- package/dist/js/c_table_m_sticky_header_BoxShadow_glass.d.ts +6 -0
- package/dist/js/c_table_m_sticky_header_BoxShadow_glass.js +8 -0
- package/dist/js/c_table_m_sticky_header_TransitionDuration_BackgroundColor.d.ts +6 -0
- package/dist/js/c_table_m_sticky_header_TransitionDuration_BackgroundColor.js +8 -0
- package/dist/js/c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor.d.ts +6 -0
- package/dist/js/c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor.js +8 -0
- package/dist/js/c_wizard.d.ts +1 -1
- package/dist/js/c_wizard.js +1 -1
- package/dist/js/index.d.ts +14 -0
- package/dist/js/index.js +14 -0
- package/package.json +3 -3
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_sticky_header_BorderBlockEndColor: {
|
|
2
|
+
"name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndColor",
|
|
3
|
+
"value": "#c7c7c7",
|
|
4
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_sticky_header_BorderBlockEndColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_table_m_sticky_header_BorderBlockEndColor = {
|
|
4
|
+
"name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndColor",
|
|
5
|
+
"value": "#c7c7c7",
|
|
6
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_table_m_sticky_header_BorderBlockEndColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_sticky_header_BorderBlockEndWidth: {
|
|
2
|
+
"name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth",
|
|
3
|
+
"value": "0",
|
|
4
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_sticky_header_BorderBlockEndWidth;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_table_m_sticky_header_BorderBlockEndWidth = {
|
|
4
|
+
"name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth",
|
|
5
|
+
"value": "0",
|
|
6
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_table_m_sticky_header_BorderBlockEndWidth;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_table_m_sticky_header_BorderRadius = {
|
|
4
|
+
"name": "--pf-v6-c-table--m-sticky-header--BorderRadius",
|
|
5
|
+
"value": "16px",
|
|
6
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BorderRadius)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_table_m_sticky_header_BorderRadius;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_sticky_header_BorderRadius_glass: {
|
|
2
|
+
"name": "--pf-v6-c-table--m-sticky-header--BorderRadius--glass",
|
|
3
|
+
"value": "16px",
|
|
4
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_sticky_header_BorderRadius_glass;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_table_m_sticky_header_BorderRadius_glass = {
|
|
4
|
+
"name": "--pf-v6-c-table--m-sticky-header--BorderRadius--glass",
|
|
5
|
+
"value": "16px",
|
|
6
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_table_m_sticky_header_BorderRadius_glass;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_sticky_header_BoxShadow: {
|
|
2
|
+
"name": "--pf-v6-c-table--m-sticky-header--BoxShadow",
|
|
3
|
+
"value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
|
|
4
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BoxShadow)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_sticky_header_BoxShadow;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_table_m_sticky_header_BoxShadow = {
|
|
4
|
+
"name": "--pf-v6-c-table--m-sticky-header--BoxShadow",
|
|
5
|
+
"value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
|
|
6
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BoxShadow)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_table_m_sticky_header_BoxShadow;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_sticky_header_BoxShadow_glass: {
|
|
2
|
+
"name": "--pf-v6-c-table--m-sticky-header--BoxShadow--glass",
|
|
3
|
+
"value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
|
|
4
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_sticky_header_BoxShadow_glass;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_table_m_sticky_header_BoxShadow_glass = {
|
|
4
|
+
"name": "--pf-v6-c-table--m-sticky-header--BoxShadow--glass",
|
|
5
|
+
"value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
|
|
6
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_table_m_sticky_header_BoxShadow_glass;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_sticky_header_TransitionDuration_BackgroundColor: {
|
|
2
|
+
"name": "--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor",
|
|
3
|
+
"value": "200ms",
|
|
4
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_sticky_header_TransitionDuration_BackgroundColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_table_m_sticky_header_TransitionDuration_BackgroundColor = {
|
|
4
|
+
"name": "--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor",
|
|
5
|
+
"value": "200ms",
|
|
6
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_table_m_sticky_header_TransitionDuration_BackgroundColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor: {
|
|
2
|
+
"name": "--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor",
|
|
3
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
4
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor = {
|
|
4
|
+
"name": "--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor",
|
|
5
|
+
"value": "cubic-bezier(.4, 0, .2, 1)",
|
|
6
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor;
|
package/dist/js/c_wizard.d.ts
CHANGED
|
@@ -1098,7 +1098,7 @@ export const c_wizard: {
|
|
|
1098
1098
|
"value": "0"
|
|
1099
1099
|
}
|
|
1100
1100
|
},
|
|
1101
|
-
":where(.pf-v6-theme-glass) .pf-v6-c-wizard
|
|
1101
|
+
":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain": {
|
|
1102
1102
|
"c_wizard__header_BackgroundColor": {
|
|
1103
1103
|
"name": "--pf-v6-c-wizard__header--BackgroundColor",
|
|
1104
1104
|
"value": "transparent",
|
package/dist/js/c_wizard.js
CHANGED
|
@@ -1100,7 +1100,7 @@ exports.c_wizard = {
|
|
|
1100
1100
|
"value": "0"
|
|
1101
1101
|
}
|
|
1102
1102
|
},
|
|
1103
|
-
":where(.pf-v6-theme-glass) .pf-v6-c-wizard
|
|
1103
|
+
":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain": {
|
|
1104
1104
|
"c_wizard__header_BackgroundColor": {
|
|
1105
1105
|
"name": "--pf-v6-c-wizard__header--BackgroundColor",
|
|
1106
1106
|
"value": "transparent",
|
package/dist/js/index.d.ts
CHANGED
|
@@ -413,9 +413,11 @@ export { c_breadcrumb__link_PaddingInlineEnd } from './c_breadcrumb__link_Paddin
|
|
|
413
413
|
export { c_breadcrumb__link_Color } from './c_breadcrumb__link_Color';
|
|
414
414
|
export { c_breadcrumb__link_TextDecorationLine } from './c_breadcrumb__link_TextDecorationLine';
|
|
415
415
|
export { c_breadcrumb__link_TextDecorationStyle } from './c_breadcrumb__link_TextDecorationStyle';
|
|
416
|
+
export { c_breadcrumb__link_TextDecorationColor } from './c_breadcrumb__link_TextDecorationColor';
|
|
416
417
|
export { c_breadcrumb__link_hover_Color } from './c_breadcrumb__link_hover_Color';
|
|
417
418
|
export { c_breadcrumb__link_hover_TextDecorationLine } from './c_breadcrumb__link_hover_TextDecorationLine';
|
|
418
419
|
export { c_breadcrumb__link_hover_TextDecorationStyle } from './c_breadcrumb__link_hover_TextDecorationStyle';
|
|
420
|
+
export { c_breadcrumb__link_hover_TextDecorationColor } from './c_breadcrumb__link_hover_TextDecorationColor';
|
|
419
421
|
export { c_breadcrumb__link_m_current_Color } from './c_breadcrumb__link_m_current_Color';
|
|
420
422
|
export { c_breadcrumb__link_BackgroundColor } from './c_breadcrumb__link_BackgroundColor';
|
|
421
423
|
export { c_breadcrumb__heading_FontSize } from './c_breadcrumb__heading_FontSize';
|
|
@@ -4206,6 +4208,9 @@ export { c_table__tbody_m_clickable_hover_BackgroundColor } from './c_table__tbo
|
|
|
4206
4208
|
export { c_table__tbody_m_clickable_m_expanded_BackgroundColor } from './c_table__tbody_m_clickable_m_expanded_BackgroundColor';
|
|
4207
4209
|
export { c_table__tbody_m_selected_BackgroundColor } from './c_table__tbody_m_selected_BackgroundColor';
|
|
4208
4210
|
export { c_table__tbody_m_selected_OutlineOffset } from './c_table__tbody_m_selected_OutlineOffset';
|
|
4211
|
+
export { c_table__thead_m_nested_column_header_BorderBlockEndWidth } from './c_table__thead_m_nested_column_header_BorderBlockEndWidth';
|
|
4212
|
+
export { c_table__thead_m_nested_column_header_BorderBlockEndColor } from './c_table__thead_m_nested_column_header_BorderBlockEndColor';
|
|
4213
|
+
export { c_table__thead_m_nested_column_header_after_ZIndex } from './c_table__thead_m_nested_column_header_after_ZIndex';
|
|
4209
4214
|
export { c_table__thead_m_nested_column_header_button_OutlineOffset } from './c_table__thead_m_nested_column_header_button_OutlineOffset';
|
|
4210
4215
|
export { c_table__thead_m_nested_column_header__tr_PaddingBlockStart } from './c_table__thead_m_nested_column_header__tr_PaddingBlockStart';
|
|
4211
4216
|
export { c_table__thead_m_nested_column_header__tr_PaddingBlockEnd } from './c_table__thead_m_nested_column_header__tr_PaddingBlockEnd';
|
|
@@ -4213,8 +4218,17 @@ export { c_table__subhead_Color } from './c_table__subhead_Color';
|
|
|
4213
4218
|
export { c_table__nested_column_header__button_PaddingInlineStart } from './c_table__nested_column_header__button_PaddingInlineStart';
|
|
4214
4219
|
export { c_table__nested_column_header__button_PaddingInlineEnd } from './c_table__nested_column_header__button_PaddingInlineEnd';
|
|
4215
4220
|
export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_BackgroundColor';
|
|
4221
|
+
export { c_table_m_sticky_header_BackgroundColor } from './c_table_m_sticky_header_BackgroundColor';
|
|
4216
4222
|
export { c_table_m_sticky_header_ZIndex } from './c_table_m_sticky_header_ZIndex';
|
|
4217
4223
|
export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header_border_ZIndex';
|
|
4224
|
+
export { c_table_m_sticky_header_BorderRadius } from './c_table_m_sticky_header_BorderRadius';
|
|
4225
|
+
export { c_table_m_sticky_header_BoxShadow } from './c_table_m_sticky_header_BoxShadow';
|
|
4226
|
+
export { c_table_m_sticky_header_BorderBlockEndWidth } from './c_table_m_sticky_header_BorderBlockEndWidth';
|
|
4227
|
+
export { c_table_m_sticky_header_BorderBlockEndColor } from './c_table_m_sticky_header_BorderBlockEndColor';
|
|
4228
|
+
export { c_table_m_sticky_header_BorderRadius_glass } from './c_table_m_sticky_header_BorderRadius_glass';
|
|
4229
|
+
export { c_table_m_sticky_header_BoxShadow_glass } from './c_table_m_sticky_header_BoxShadow_glass';
|
|
4230
|
+
export { c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor } from './c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor';
|
|
4231
|
+
export { c_table_m_sticky_header_TransitionDuration_BackgroundColor } from './c_table_m_sticky_header_TransitionDuration_BackgroundColor';
|
|
4218
4232
|
export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
|
|
4219
4233
|
export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
|
|
4220
4234
|
export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
|
package/dist/js/index.js
CHANGED
|
@@ -418,9 +418,11 @@ __export(require('./c_breadcrumb__link_PaddingInlineEnd'));
|
|
|
418
418
|
__export(require('./c_breadcrumb__link_Color'));
|
|
419
419
|
__export(require('./c_breadcrumb__link_TextDecorationLine'));
|
|
420
420
|
__export(require('./c_breadcrumb__link_TextDecorationStyle'));
|
|
421
|
+
__export(require('./c_breadcrumb__link_TextDecorationColor'));
|
|
421
422
|
__export(require('./c_breadcrumb__link_hover_Color'));
|
|
422
423
|
__export(require('./c_breadcrumb__link_hover_TextDecorationLine'));
|
|
423
424
|
__export(require('./c_breadcrumb__link_hover_TextDecorationStyle'));
|
|
425
|
+
__export(require('./c_breadcrumb__link_hover_TextDecorationColor'));
|
|
424
426
|
__export(require('./c_breadcrumb__link_m_current_Color'));
|
|
425
427
|
__export(require('./c_breadcrumb__link_BackgroundColor'));
|
|
426
428
|
__export(require('./c_breadcrumb__heading_FontSize'));
|
|
@@ -4211,6 +4213,9 @@ __export(require('./c_table__tbody_m_clickable_hover_BackgroundColor'));
|
|
|
4211
4213
|
__export(require('./c_table__tbody_m_clickable_m_expanded_BackgroundColor'));
|
|
4212
4214
|
__export(require('./c_table__tbody_m_selected_BackgroundColor'));
|
|
4213
4215
|
__export(require('./c_table__tbody_m_selected_OutlineOffset'));
|
|
4216
|
+
__export(require('./c_table__thead_m_nested_column_header_BorderBlockEndWidth'));
|
|
4217
|
+
__export(require('./c_table__thead_m_nested_column_header_BorderBlockEndColor'));
|
|
4218
|
+
__export(require('./c_table__thead_m_nested_column_header_after_ZIndex'));
|
|
4214
4219
|
__export(require('./c_table__thead_m_nested_column_header_button_OutlineOffset'));
|
|
4215
4220
|
__export(require('./c_table__thead_m_nested_column_header__tr_PaddingBlockStart'));
|
|
4216
4221
|
__export(require('./c_table__thead_m_nested_column_header__tr_PaddingBlockEnd'));
|
|
@@ -4218,8 +4223,17 @@ __export(require('./c_table__subhead_Color'));
|
|
|
4218
4223
|
__export(require('./c_table__nested_column_header__button_PaddingInlineStart'));
|
|
4219
4224
|
__export(require('./c_table__nested_column_header__button_PaddingInlineEnd'));
|
|
4220
4225
|
__export(require('./c_table_m_striped__tr_BackgroundColor'));
|
|
4226
|
+
__export(require('./c_table_m_sticky_header_BackgroundColor'));
|
|
4221
4227
|
__export(require('./c_table_m_sticky_header_ZIndex'));
|
|
4222
4228
|
__export(require('./c_table_m_sticky_header_border_ZIndex'));
|
|
4229
|
+
__export(require('./c_table_m_sticky_header_BorderRadius'));
|
|
4230
|
+
__export(require('./c_table_m_sticky_header_BoxShadow'));
|
|
4231
|
+
__export(require('./c_table_m_sticky_header_BorderBlockEndWidth'));
|
|
4232
|
+
__export(require('./c_table_m_sticky_header_BorderBlockEndColor'));
|
|
4233
|
+
__export(require('./c_table_m_sticky_header_BorderRadius_glass'));
|
|
4234
|
+
__export(require('./c_table_m_sticky_header_BoxShadow_glass'));
|
|
4235
|
+
__export(require('./c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor'));
|
|
4236
|
+
__export(require('./c_table_m_sticky_header_TransitionDuration_BackgroundColor'));
|
|
4223
4237
|
__export(require('./c_table__sticky_column_BackgroundColor'));
|
|
4224
4238
|
__export(require('./c_table__tbody_BorderBlockEndWidth'));
|
|
4225
4239
|
__export(require('./c_table_m_expandable__tbody_BorderBlockEndWidth'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "6.5.0-prerelease.
|
|
3
|
+
"version": "6.5.0-prerelease.16",
|
|
4
4
|
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
|
|
5
5
|
"main": "dist/js/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@adobe/css-tools": "^4.4.4",
|
|
33
|
-
"@patternfly/patternfly": "6.5.0-prerelease.
|
|
33
|
+
"@patternfly/patternfly": "6.5.0-prerelease.67",
|
|
34
34
|
"fs-extra": "^11.3.3"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "32dcebeb1b2ed7a6d21ebd9f6ca46ff0f1ebef07"
|
|
37
37
|
}
|