@patternfly/react-tokens 6.5.0-prerelease.15 → 6.5.0-prerelease.17
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 +10 -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_card.d.ts +61 -53
- package/dist/esm/c_card.js +61 -53
- 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 +2 -2
- package/dist/esm/c_drawer.js +2 -2
- package/dist/esm/c_menu_toggle.d.ts +2 -2
- package/dist/esm/c_menu_toggle.js +2 -2
- package/dist/esm/c_overflow_menu.d.ts +36 -0
- package/dist/esm/c_overflow_menu.js +36 -0
- package/dist/esm/c_overflow_menu_RowGap.d.ts +6 -0
- package/dist/esm/c_overflow_menu_RowGap.js +6 -0
- package/dist/esm/c_overflow_menu__group_RowGap.d.ts +6 -0
- package/dist/esm/c_overflow_menu__group_RowGap.js +6 -0
- package/dist/esm/c_overflow_menu__group_m_button_group_RowGap.d.ts +6 -0
- package/dist/esm/c_overflow_menu__group_m_button_group_RowGap.js +6 -0
- package/dist/esm/c_overflow_menu__group_m_icon_button_group_RowGap.d.ts +6 -0
- package/dist/esm/c_overflow_menu__group_m_icon_button_group_RowGap.js +6 -0
- package/dist/esm/c_page.d.ts +3 -3
- package/dist/esm/c_page.js +3 -3
- 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 +18 -2
- package/dist/esm/index.js +18 -2
- 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_card.d.ts +61 -53
- package/dist/js/c_card.js +61 -53
- 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 +2 -2
- package/dist/js/c_drawer.js +2 -2
- package/dist/js/c_menu_toggle.d.ts +2 -2
- package/dist/js/c_menu_toggle.js +2 -2
- package/dist/js/c_overflow_menu.d.ts +36 -0
- package/dist/js/c_overflow_menu.js +36 -0
- package/dist/js/c_overflow_menu_RowGap.d.ts +6 -0
- package/dist/js/c_overflow_menu_RowGap.js +8 -0
- package/dist/js/c_overflow_menu__group_RowGap.d.ts +6 -0
- package/dist/js/c_overflow_menu__group_RowGap.js +8 -0
- package/dist/js/c_overflow_menu__group_m_button_group_RowGap.d.ts +6 -0
- package/dist/js/c_overflow_menu__group_m_button_group_RowGap.js +8 -0
- package/dist/js/c_overflow_menu__group_m_icon_button_group_RowGap.d.ts +6 -0
- package/dist/js/c_overflow_menu__group_m_icon_button_group_RowGap.js +8 -0
- package/dist/js/c_page.d.ts +3 -3
- package/dist/js/c_page.js +3 -3
- 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 +18 -2
- package/dist/js/index.js +18 -2
- package/package.json +3 -3
- package/dist/esm/c_card_BoxShadow.d.ts +0 -6
- package/dist/esm/c_card_BoxShadow.js +0 -6
- package/dist/esm/c_card_m_plain_BoxShadow.d.ts +0 -6
- package/dist/esm/c_card_m_plain_BoxShadow.js +0 -6
- package/dist/js/c_card_BoxShadow.d.ts +0 -6
- package/dist/js/c_card_BoxShadow.js +0 -8
- package/dist/js/c_card_m_plain_BoxShadow.d.ts +0 -6
- package/dist/js/c_card_m_plain_BoxShadow.js +0 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_table_m_sticky_header_BackgroundColor = {
|
|
2
|
+
"name": "--pf-v6-c-table--m-sticky-header--BackgroundColor",
|
|
3
|
+
"value": "#ffffff",
|
|
4
|
+
"var": "var(--pf-v6-c-table--m-sticky-header--BackgroundColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_table_m_sticky_header_BackgroundColor;
|
|
@@ -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,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,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,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,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,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,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,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,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,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,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,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,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,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;
|
package/dist/esm/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/esm/c_wizard.js
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/esm/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';
|
|
@@ -854,7 +856,6 @@ export { c_card_BorderColor } from './c_card_BorderColor';
|
|
|
854
856
|
export { c_card_BorderStyle } from './c_card_BorderStyle';
|
|
855
857
|
export { c_card_BorderWidth } from './c_card_BorderWidth';
|
|
856
858
|
export { c_card_BorderRadius } from './c_card_BorderRadius';
|
|
857
|
-
export { c_card_BoxShadow } from './c_card_BoxShadow';
|
|
858
859
|
export { c_card_first_child_PaddingBlockStart } from './c_card_first_child_PaddingBlockStart';
|
|
859
860
|
export { c_card_child_PaddingInlineEnd } from './c_card_child_PaddingInlineEnd';
|
|
860
861
|
export { c_card_child_PaddingBlockEnd } from './c_card_child_PaddingBlockEnd';
|
|
@@ -925,7 +926,6 @@ export { c_card_m_secondary_BackgroundColor } from './c_card_m_secondary_Backgro
|
|
|
925
926
|
export { c_card_m_full_height_Height } from './c_card_m_full_height_Height';
|
|
926
927
|
export { c_card_m_plain_BorderColor } from './c_card_m_plain_BorderColor';
|
|
927
928
|
export { c_card_m_plain_BackgroundColor } from './c_card_m_plain_BackgroundColor';
|
|
928
|
-
export { c_card_m_plain_BoxShadow } from './c_card_m_plain_BoxShadow';
|
|
929
929
|
export { c_card__header_m_toggle_right_toggle_MarginInlineEnd } from './c_card__header_m_toggle_right_toggle_MarginInlineEnd';
|
|
930
930
|
export { c_card__header_m_toggle_right_toggle_MarginInlineStart } from './c_card__header_m_toggle_right_toggle_MarginInlineStart';
|
|
931
931
|
export { c_card_m_as_tile_BackgroundColor } from './c_card_m_as_tile_BackgroundColor';
|
|
@@ -3156,9 +3156,13 @@ export { c_number_input_c_form_control_width_chars } from './c_number_input_c_fo
|
|
|
3156
3156
|
export { c_number_input_c_form_control_Width } from './c_number_input_c_form_control_Width';
|
|
3157
3157
|
export { c_overflow_menu } from './c_overflow_menu';
|
|
3158
3158
|
export { c_overflow_menu_ColumnGap } from './c_overflow_menu_ColumnGap';
|
|
3159
|
+
export { c_overflow_menu_RowGap } from './c_overflow_menu_RowGap';
|
|
3159
3160
|
export { c_overflow_menu__group_ColumnGap } from './c_overflow_menu__group_ColumnGap';
|
|
3161
|
+
export { c_overflow_menu__group_RowGap } from './c_overflow_menu__group_RowGap';
|
|
3160
3162
|
export { c_overflow_menu__group_m_button_group_ColumnGap } from './c_overflow_menu__group_m_button_group_ColumnGap';
|
|
3163
|
+
export { c_overflow_menu__group_m_button_group_RowGap } from './c_overflow_menu__group_m_button_group_RowGap';
|
|
3161
3164
|
export { c_overflow_menu__group_m_icon_button_group_ColumnGap } from './c_overflow_menu__group_m_icon_button_group_ColumnGap';
|
|
3165
|
+
export { c_overflow_menu__group_m_icon_button_group_RowGap } from './c_overflow_menu__group_m_icon_button_group_RowGap';
|
|
3162
3166
|
export { c_page } from './c_page';
|
|
3163
3167
|
export { c_page_BackgroundColor } from './c_page_BackgroundColor';
|
|
3164
3168
|
export { c_page_inset } from './c_page_inset';
|
|
@@ -4206,6 +4210,9 @@ export { c_table__tbody_m_clickable_hover_BackgroundColor } from './c_table__tbo
|
|
|
4206
4210
|
export { c_table__tbody_m_clickable_m_expanded_BackgroundColor } from './c_table__tbody_m_clickable_m_expanded_BackgroundColor';
|
|
4207
4211
|
export { c_table__tbody_m_selected_BackgroundColor } from './c_table__tbody_m_selected_BackgroundColor';
|
|
4208
4212
|
export { c_table__tbody_m_selected_OutlineOffset } from './c_table__tbody_m_selected_OutlineOffset';
|
|
4213
|
+
export { c_table__thead_m_nested_column_header_BorderBlockEndWidth } from './c_table__thead_m_nested_column_header_BorderBlockEndWidth';
|
|
4214
|
+
export { c_table__thead_m_nested_column_header_BorderBlockEndColor } from './c_table__thead_m_nested_column_header_BorderBlockEndColor';
|
|
4215
|
+
export { c_table__thead_m_nested_column_header_after_ZIndex } from './c_table__thead_m_nested_column_header_after_ZIndex';
|
|
4209
4216
|
export { c_table__thead_m_nested_column_header_button_OutlineOffset } from './c_table__thead_m_nested_column_header_button_OutlineOffset';
|
|
4210
4217
|
export { c_table__thead_m_nested_column_header__tr_PaddingBlockStart } from './c_table__thead_m_nested_column_header__tr_PaddingBlockStart';
|
|
4211
4218
|
export { c_table__thead_m_nested_column_header__tr_PaddingBlockEnd } from './c_table__thead_m_nested_column_header__tr_PaddingBlockEnd';
|
|
@@ -4213,8 +4220,17 @@ export { c_table__subhead_Color } from './c_table__subhead_Color';
|
|
|
4213
4220
|
export { c_table__nested_column_header__button_PaddingInlineStart } from './c_table__nested_column_header__button_PaddingInlineStart';
|
|
4214
4221
|
export { c_table__nested_column_header__button_PaddingInlineEnd } from './c_table__nested_column_header__button_PaddingInlineEnd';
|
|
4215
4222
|
export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_BackgroundColor';
|
|
4223
|
+
export { c_table_m_sticky_header_BackgroundColor } from './c_table_m_sticky_header_BackgroundColor';
|
|
4216
4224
|
export { c_table_m_sticky_header_ZIndex } from './c_table_m_sticky_header_ZIndex';
|
|
4217
4225
|
export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header_border_ZIndex';
|
|
4226
|
+
export { c_table_m_sticky_header_BorderRadius } from './c_table_m_sticky_header_BorderRadius';
|
|
4227
|
+
export { c_table_m_sticky_header_BoxShadow } from './c_table_m_sticky_header_BoxShadow';
|
|
4228
|
+
export { c_table_m_sticky_header_BorderBlockEndWidth } from './c_table_m_sticky_header_BorderBlockEndWidth';
|
|
4229
|
+
export { c_table_m_sticky_header_BorderBlockEndColor } from './c_table_m_sticky_header_BorderBlockEndColor';
|
|
4230
|
+
export { c_table_m_sticky_header_BorderRadius_glass } from './c_table_m_sticky_header_BorderRadius_glass';
|
|
4231
|
+
export { c_table_m_sticky_header_BoxShadow_glass } from './c_table_m_sticky_header_BoxShadow_glass';
|
|
4232
|
+
export { c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor } from './c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor';
|
|
4233
|
+
export { c_table_m_sticky_header_TransitionDuration_BackgroundColor } from './c_table_m_sticky_header_TransitionDuration_BackgroundColor';
|
|
4218
4234
|
export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
|
|
4219
4235
|
export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
|
|
4220
4236
|
export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
|
package/dist/esm/index.js
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';
|
|
@@ -854,7 +856,6 @@ export { c_card_BorderColor } from './c_card_BorderColor';
|
|
|
854
856
|
export { c_card_BorderStyle } from './c_card_BorderStyle';
|
|
855
857
|
export { c_card_BorderWidth } from './c_card_BorderWidth';
|
|
856
858
|
export { c_card_BorderRadius } from './c_card_BorderRadius';
|
|
857
|
-
export { c_card_BoxShadow } from './c_card_BoxShadow';
|
|
858
859
|
export { c_card_first_child_PaddingBlockStart } from './c_card_first_child_PaddingBlockStart';
|
|
859
860
|
export { c_card_child_PaddingInlineEnd } from './c_card_child_PaddingInlineEnd';
|
|
860
861
|
export { c_card_child_PaddingBlockEnd } from './c_card_child_PaddingBlockEnd';
|
|
@@ -925,7 +926,6 @@ export { c_card_m_secondary_BackgroundColor } from './c_card_m_secondary_Backgro
|
|
|
925
926
|
export { c_card_m_full_height_Height } from './c_card_m_full_height_Height';
|
|
926
927
|
export { c_card_m_plain_BorderColor } from './c_card_m_plain_BorderColor';
|
|
927
928
|
export { c_card_m_plain_BackgroundColor } from './c_card_m_plain_BackgroundColor';
|
|
928
|
-
export { c_card_m_plain_BoxShadow } from './c_card_m_plain_BoxShadow';
|
|
929
929
|
export { c_card__header_m_toggle_right_toggle_MarginInlineEnd } from './c_card__header_m_toggle_right_toggle_MarginInlineEnd';
|
|
930
930
|
export { c_card__header_m_toggle_right_toggle_MarginInlineStart } from './c_card__header_m_toggle_right_toggle_MarginInlineStart';
|
|
931
931
|
export { c_card_m_as_tile_BackgroundColor } from './c_card_m_as_tile_BackgroundColor';
|
|
@@ -3156,9 +3156,13 @@ export { c_number_input_c_form_control_width_chars } from './c_number_input_c_fo
|
|
|
3156
3156
|
export { c_number_input_c_form_control_Width } from './c_number_input_c_form_control_Width';
|
|
3157
3157
|
export { c_overflow_menu } from './c_overflow_menu';
|
|
3158
3158
|
export { c_overflow_menu_ColumnGap } from './c_overflow_menu_ColumnGap';
|
|
3159
|
+
export { c_overflow_menu_RowGap } from './c_overflow_menu_RowGap';
|
|
3159
3160
|
export { c_overflow_menu__group_ColumnGap } from './c_overflow_menu__group_ColumnGap';
|
|
3161
|
+
export { c_overflow_menu__group_RowGap } from './c_overflow_menu__group_RowGap';
|
|
3160
3162
|
export { c_overflow_menu__group_m_button_group_ColumnGap } from './c_overflow_menu__group_m_button_group_ColumnGap';
|
|
3163
|
+
export { c_overflow_menu__group_m_button_group_RowGap } from './c_overflow_menu__group_m_button_group_RowGap';
|
|
3161
3164
|
export { c_overflow_menu__group_m_icon_button_group_ColumnGap } from './c_overflow_menu__group_m_icon_button_group_ColumnGap';
|
|
3165
|
+
export { c_overflow_menu__group_m_icon_button_group_RowGap } from './c_overflow_menu__group_m_icon_button_group_RowGap';
|
|
3162
3166
|
export { c_page } from './c_page';
|
|
3163
3167
|
export { c_page_BackgroundColor } from './c_page_BackgroundColor';
|
|
3164
3168
|
export { c_page_inset } from './c_page_inset';
|
|
@@ -4206,6 +4210,9 @@ export { c_table__tbody_m_clickable_hover_BackgroundColor } from './c_table__tbo
|
|
|
4206
4210
|
export { c_table__tbody_m_clickable_m_expanded_BackgroundColor } from './c_table__tbody_m_clickable_m_expanded_BackgroundColor';
|
|
4207
4211
|
export { c_table__tbody_m_selected_BackgroundColor } from './c_table__tbody_m_selected_BackgroundColor';
|
|
4208
4212
|
export { c_table__tbody_m_selected_OutlineOffset } from './c_table__tbody_m_selected_OutlineOffset';
|
|
4213
|
+
export { c_table__thead_m_nested_column_header_BorderBlockEndWidth } from './c_table__thead_m_nested_column_header_BorderBlockEndWidth';
|
|
4214
|
+
export { c_table__thead_m_nested_column_header_BorderBlockEndColor } from './c_table__thead_m_nested_column_header_BorderBlockEndColor';
|
|
4215
|
+
export { c_table__thead_m_nested_column_header_after_ZIndex } from './c_table__thead_m_nested_column_header_after_ZIndex';
|
|
4209
4216
|
export { c_table__thead_m_nested_column_header_button_OutlineOffset } from './c_table__thead_m_nested_column_header_button_OutlineOffset';
|
|
4210
4217
|
export { c_table__thead_m_nested_column_header__tr_PaddingBlockStart } from './c_table__thead_m_nested_column_header__tr_PaddingBlockStart';
|
|
4211
4218
|
export { c_table__thead_m_nested_column_header__tr_PaddingBlockEnd } from './c_table__thead_m_nested_column_header__tr_PaddingBlockEnd';
|
|
@@ -4213,8 +4220,17 @@ export { c_table__subhead_Color } from './c_table__subhead_Color';
|
|
|
4213
4220
|
export { c_table__nested_column_header__button_PaddingInlineStart } from './c_table__nested_column_header__button_PaddingInlineStart';
|
|
4214
4221
|
export { c_table__nested_column_header__button_PaddingInlineEnd } from './c_table__nested_column_header__button_PaddingInlineEnd';
|
|
4215
4222
|
export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_BackgroundColor';
|
|
4223
|
+
export { c_table_m_sticky_header_BackgroundColor } from './c_table_m_sticky_header_BackgroundColor';
|
|
4216
4224
|
export { c_table_m_sticky_header_ZIndex } from './c_table_m_sticky_header_ZIndex';
|
|
4217
4225
|
export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header_border_ZIndex';
|
|
4226
|
+
export { c_table_m_sticky_header_BorderRadius } from './c_table_m_sticky_header_BorderRadius';
|
|
4227
|
+
export { c_table_m_sticky_header_BoxShadow } from './c_table_m_sticky_header_BoxShadow';
|
|
4228
|
+
export { c_table_m_sticky_header_BorderBlockEndWidth } from './c_table_m_sticky_header_BorderBlockEndWidth';
|
|
4229
|
+
export { c_table_m_sticky_header_BorderBlockEndColor } from './c_table_m_sticky_header_BorderBlockEndColor';
|
|
4230
|
+
export { c_table_m_sticky_header_BorderRadius_glass } from './c_table_m_sticky_header_BorderRadius_glass';
|
|
4231
|
+
export { c_table_m_sticky_header_BoxShadow_glass } from './c_table_m_sticky_header_BoxShadow_glass';
|
|
4232
|
+
export { c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor } from './c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor';
|
|
4233
|
+
export { c_table_m_sticky_header_TransitionDuration_BackgroundColor } from './c_table_m_sticky_header_TransitionDuration_BackgroundColor';
|
|
4218
4234
|
export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
|
|
4219
4235
|
export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
|
|
4220
4236
|
export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
|
package/dist/js/c_accordion.d.ts
CHANGED
|
@@ -663,7 +663,7 @@ export const c_accordion: {
|
|
|
663
663
|
]
|
|
664
664
|
}
|
|
665
665
|
},
|
|
666
|
-
":where(.pf-v6-theme-glass) .pf-v6-c-accordion
|
|
666
|
+
":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-accordion.pf-m-plain": {
|
|
667
667
|
"c_accordion_BackgroundColor": {
|
|
668
668
|
"name": "--pf-v6-c-accordion--BackgroundColor",
|
|
669
669
|
"value": "transparent"
|
package/dist/js/c_accordion.js
CHANGED
|
@@ -665,7 +665,7 @@ exports.c_accordion = {
|
|
|
665
665
|
]
|
|
666
666
|
}
|
|
667
667
|
},
|
|
668
|
-
":where(.pf-v6-theme-glass) .pf-v6-c-accordion
|
|
668
|
+
":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-accordion.pf-m-plain": {
|
|
669
669
|
"c_accordion_BackgroundColor": {
|
|
670
670
|
"name": "--pf-v6-c-accordion--BackgroundColor",
|
|
671
671
|
"value": "transparent"
|
|
@@ -2,12 +2,12 @@ export const c_breadcrumb: {
|
|
|
2
2
|
".pf-v6-c-breadcrumb": {
|
|
3
3
|
"c_breadcrumb__item_FontSize": {
|
|
4
4
|
"name": "--pf-v6-c-breadcrumb__item--FontSize",
|
|
5
|
-
"value": "0.
|
|
5
|
+
"value": "0.875rem",
|
|
6
6
|
"values": [
|
|
7
|
-
"--pf-t--global--font--size--body--
|
|
8
|
-
"--pf-t--global--font--size--
|
|
9
|
-
"--pf-t--global--font--size--
|
|
10
|
-
"0.
|
|
7
|
+
"--pf-t--global--font--size--body--default",
|
|
8
|
+
"--pf-t--global--font--size--sm",
|
|
9
|
+
"--pf-t--global--font--size--200",
|
|
10
|
+
"0.875rem"
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
13
|
"c_breadcrumb__item_LineHeight": {
|
|
@@ -101,6 +101,16 @@ export const c_breadcrumb: {
|
|
|
101
101
|
"dashed"
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
|
+
"c_breadcrumb__link_TextDecorationColor": {
|
|
105
|
+
"name": "--pf-v6-c-breadcrumb__link--TextDecorationColor",
|
|
106
|
+
"value": "#8c8c8c",
|
|
107
|
+
"values": [
|
|
108
|
+
"--pf-t--global--text-decoration--color--default",
|
|
109
|
+
"--pf-t--global--border--color--300",
|
|
110
|
+
"--pf-t--color--gray--45",
|
|
111
|
+
"#8c8c8c"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
104
114
|
"c_breadcrumb__link_hover_Color": {
|
|
105
115
|
"name": "--pf-v6-c-breadcrumb__link--hover--Color",
|
|
106
116
|
"value": "#004d99",
|
|
@@ -129,6 +139,17 @@ export const c_breadcrumb: {
|
|
|
129
139
|
"dashed"
|
|
130
140
|
]
|
|
131
141
|
},
|
|
142
|
+
"c_breadcrumb__link_hover_TextDecorationColor": {
|
|
143
|
+
"name": "--pf-v6-c-breadcrumb__link--hover--TextDecorationColor",
|
|
144
|
+
"value": "#4394e5",
|
|
145
|
+
"values": [
|
|
146
|
+
"--pf-t--global--text-decoration--color--hover",
|
|
147
|
+
"--pf-t--global--border--color--hover",
|
|
148
|
+
"--pf-t--global--color--brand--100",
|
|
149
|
+
"--pf-t--color--blue--40",
|
|
150
|
+
"#4394e5"
|
|
151
|
+
]
|
|
152
|
+
},
|
|
132
153
|
"c_breadcrumb__link_m_current_Color": {
|
|
133
154
|
"name": "--pf-v6-c-breadcrumb__link--m-current--Color",
|
|
134
155
|
"value": "#151515",
|
|
@@ -145,10 +166,13 @@ export const c_breadcrumb: {
|
|
|
145
166
|
},
|
|
146
167
|
"c_breadcrumb__heading_FontSize": {
|
|
147
168
|
"name": "--pf-v6-c-breadcrumb__heading--FontSize",
|
|
148
|
-
"value": "
|
|
169
|
+
"value": "0.875rem",
|
|
149
170
|
"values": [
|
|
150
|
-
"
|
|
151
|
-
"
|
|
171
|
+
"--pf-v6-c-breadcrumb__item--FontSize",
|
|
172
|
+
"--pf-t--global--font--size--body--default",
|
|
173
|
+
"--pf-t--global--font--size--sm",
|
|
174
|
+
"--pf-t--global--font--size--200",
|
|
175
|
+
"0.875rem"
|
|
152
176
|
]
|
|
153
177
|
},
|
|
154
178
|
"c_breadcrumb__menu_toggle_MarginBlockStart": {
|
|
@@ -227,6 +251,18 @@ export const c_breadcrumb: {
|
|
|
227
251
|
"--pf-t--global--text-decoration--style--200",
|
|
228
252
|
"dashed"
|
|
229
253
|
]
|
|
254
|
+
},
|
|
255
|
+
"c_breadcrumb__link_TextDecorationColor": {
|
|
256
|
+
"name": "--pf-v6-c-breadcrumb__link--TextDecorationColor",
|
|
257
|
+
"value": "#4394e5",
|
|
258
|
+
"values": [
|
|
259
|
+
"--pf-v6-c-breadcrumb__link--hover--TextDecorationColor",
|
|
260
|
+
"--pf-t--global--text-decoration--color--hover",
|
|
261
|
+
"--pf-t--global--border--color--hover",
|
|
262
|
+
"--pf-t--global--color--brand--100",
|
|
263
|
+
"--pf-t--color--blue--40",
|
|
264
|
+
"#4394e5"
|
|
265
|
+
]
|
|
230
266
|
}
|
|
231
267
|
}
|
|
232
268
|
};
|
package/dist/js/c_breadcrumb.js
CHANGED
|
@@ -4,12 +4,12 @@ exports.c_breadcrumb = {
|
|
|
4
4
|
".pf-v6-c-breadcrumb": {
|
|
5
5
|
"c_breadcrumb__item_FontSize": {
|
|
6
6
|
"name": "--pf-v6-c-breadcrumb__item--FontSize",
|
|
7
|
-
"value": "0.
|
|
7
|
+
"value": "0.875rem",
|
|
8
8
|
"values": [
|
|
9
|
-
"--pf-t--global--font--size--body--
|
|
10
|
-
"--pf-t--global--font--size--
|
|
11
|
-
"--pf-t--global--font--size--
|
|
12
|
-
"0.
|
|
9
|
+
"--pf-t--global--font--size--body--default",
|
|
10
|
+
"--pf-t--global--font--size--sm",
|
|
11
|
+
"--pf-t--global--font--size--200",
|
|
12
|
+
"0.875rem"
|
|
13
13
|
]
|
|
14
14
|
},
|
|
15
15
|
"c_breadcrumb__item_LineHeight": {
|
|
@@ -103,6 +103,16 @@ exports.c_breadcrumb = {
|
|
|
103
103
|
"dashed"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
|
+
"c_breadcrumb__link_TextDecorationColor": {
|
|
107
|
+
"name": "--pf-v6-c-breadcrumb__link--TextDecorationColor",
|
|
108
|
+
"value": "#8c8c8c",
|
|
109
|
+
"values": [
|
|
110
|
+
"--pf-t--global--text-decoration--color--default",
|
|
111
|
+
"--pf-t--global--border--color--300",
|
|
112
|
+
"--pf-t--color--gray--45",
|
|
113
|
+
"#8c8c8c"
|
|
114
|
+
]
|
|
115
|
+
},
|
|
106
116
|
"c_breadcrumb__link_hover_Color": {
|
|
107
117
|
"name": "--pf-v6-c-breadcrumb__link--hover--Color",
|
|
108
118
|
"value": "#004d99",
|
|
@@ -131,6 +141,17 @@ exports.c_breadcrumb = {
|
|
|
131
141
|
"dashed"
|
|
132
142
|
]
|
|
133
143
|
},
|
|
144
|
+
"c_breadcrumb__link_hover_TextDecorationColor": {
|
|
145
|
+
"name": "--pf-v6-c-breadcrumb__link--hover--TextDecorationColor",
|
|
146
|
+
"value": "#4394e5",
|
|
147
|
+
"values": [
|
|
148
|
+
"--pf-t--global--text-decoration--color--hover",
|
|
149
|
+
"--pf-t--global--border--color--hover",
|
|
150
|
+
"--pf-t--global--color--brand--100",
|
|
151
|
+
"--pf-t--color--blue--40",
|
|
152
|
+
"#4394e5"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
134
155
|
"c_breadcrumb__link_m_current_Color": {
|
|
135
156
|
"name": "--pf-v6-c-breadcrumb__link--m-current--Color",
|
|
136
157
|
"value": "#151515",
|
|
@@ -147,10 +168,13 @@ exports.c_breadcrumb = {
|
|
|
147
168
|
},
|
|
148
169
|
"c_breadcrumb__heading_FontSize": {
|
|
149
170
|
"name": "--pf-v6-c-breadcrumb__heading--FontSize",
|
|
150
|
-
"value": "
|
|
171
|
+
"value": "0.875rem",
|
|
151
172
|
"values": [
|
|
152
|
-
"
|
|
153
|
-
"
|
|
173
|
+
"--pf-v6-c-breadcrumb__item--FontSize",
|
|
174
|
+
"--pf-t--global--font--size--body--default",
|
|
175
|
+
"--pf-t--global--font--size--sm",
|
|
176
|
+
"--pf-t--global--font--size--200",
|
|
177
|
+
"0.875rem"
|
|
154
178
|
]
|
|
155
179
|
},
|
|
156
180
|
"c_breadcrumb__menu_toggle_MarginBlockStart": {
|
|
@@ -229,6 +253,18 @@ exports.c_breadcrumb = {
|
|
|
229
253
|
"--pf-t--global--text-decoration--style--200",
|
|
230
254
|
"dashed"
|
|
231
255
|
]
|
|
256
|
+
},
|
|
257
|
+
"c_breadcrumb__link_TextDecorationColor": {
|
|
258
|
+
"name": "--pf-v6-c-breadcrumb__link--TextDecorationColor",
|
|
259
|
+
"value": "#4394e5",
|
|
260
|
+
"values": [
|
|
261
|
+
"--pf-v6-c-breadcrumb__link--hover--TextDecorationColor",
|
|
262
|
+
"--pf-t--global--text-decoration--color--hover",
|
|
263
|
+
"--pf-t--global--border--color--hover",
|
|
264
|
+
"--pf-t--global--color--brand--100",
|
|
265
|
+
"--pf-t--color--blue--40",
|
|
266
|
+
"#4394e5"
|
|
267
|
+
]
|
|
232
268
|
}
|
|
233
269
|
}
|
|
234
270
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_breadcrumb__heading_FontSize: {
|
|
2
2
|
"name": "--pf-v6-c-breadcrumb__heading--FontSize",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "0.875rem",
|
|
4
4
|
"var": "var(--pf-v6-c-breadcrumb__heading--FontSize)"
|
|
5
5
|
};
|
|
6
6
|
export default c_breadcrumb__heading_FontSize;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_breadcrumb__heading_FontSize = {
|
|
4
4
|
"name": "--pf-v6-c-breadcrumb__heading--FontSize",
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "0.875rem",
|
|
6
6
|
"var": "var(--pf-v6-c-breadcrumb__heading--FontSize)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_breadcrumb__heading_FontSize;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_breadcrumb__link_TextDecorationColor = {
|
|
4
|
+
"name": "--pf-v6-c-breadcrumb__link--TextDecorationColor",
|
|
5
|
+
"value": "#4394e5",
|
|
6
|
+
"var": "var(--pf-v6-c-breadcrumb__link--TextDecorationColor)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_breadcrumb__link_TextDecorationColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_breadcrumb__link_hover_TextDecorationColor: {
|
|
2
|
+
"name": "--pf-v6-c-breadcrumb__link--hover--TextDecorationColor",
|
|
3
|
+
"value": "#4394e5",
|
|
4
|
+
"var": "var(--pf-v6-c-breadcrumb__link--hover--TextDecorationColor)"
|
|
5
|
+
};
|
|
6
|
+
export default c_breadcrumb__link_hover_TextDecorationColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_breadcrumb__link_hover_TextDecorationColor = {
|
|
4
|
+
"name": "--pf-v6-c-breadcrumb__link--hover--TextDecorationColor",
|
|
5
|
+
"value": "#4394e5",
|
|
6
|
+
"var": "var(--pf-v6-c-breadcrumb__link--hover--TextDecorationColor)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_breadcrumb__link_hover_TextDecorationColor;
|