@patternfly/react-tokens 6.5.0-prerelease.20 → 6.5.0-prerelease.22

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.
Files changed (98) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/esm/c_button.d.ts +24 -2
  3. package/dist/esm/c_button.js +24 -2
  4. package/dist/esm/c_button_m_hamburger__icon_m_collapse_ScaleX.d.ts +6 -0
  5. package/dist/esm/c_button_m_hamburger__icon_m_collapse_ScaleX.js +6 -0
  6. package/dist/esm/c_button_m_hamburger__icon_m_expand_ScaleX.d.ts +1 -1
  7. package/dist/esm/c_button_m_hamburger__icon_m_expand_ScaleX.js +1 -1
  8. package/dist/esm/c_compass.d.ts +20 -4
  9. package/dist/esm/c_compass.js +20 -4
  10. package/dist/esm/c_page.d.ts +90 -4
  11. package/dist/esm/c_page.js +90 -4
  12. package/dist/esm/c_page_section_m_sticky_bottom_BackgroundColor.d.ts +6 -0
  13. package/dist/esm/c_page_section_m_sticky_bottom_BackgroundColor.js +6 -0
  14. package/dist/esm/c_page_section_m_sticky_bottom_TransitionDuration.d.ts +6 -0
  15. package/dist/esm/c_page_section_m_sticky_bottom_TransitionDuration.js +6 -0
  16. package/dist/esm/c_page_section_m_sticky_bottom_TransitionTimingFunction.d.ts +6 -0
  17. package/dist/esm/c_page_section_m_sticky_bottom_TransitionTimingFunction.js +6 -0
  18. package/dist/esm/c_page_section_m_sticky_top_BackgroundColor.d.ts +6 -0
  19. package/dist/esm/c_page_section_m_sticky_top_BackgroundColor.js +6 -0
  20. package/dist/esm/c_page_section_m_sticky_top_TransitionDuration.d.ts +6 -0
  21. package/dist/esm/c_page_section_m_sticky_top_TransitionDuration.js +6 -0
  22. package/dist/esm/c_page_section_m_sticky_top_TransitionTimingFunction.d.ts +6 -0
  23. package/dist/esm/c_page_section_m_sticky_top_TransitionTimingFunction.js +6 -0
  24. package/dist/esm/c_pagination.d.ts +152 -1
  25. package/dist/esm/c_pagination.js +152 -1
  26. package/dist/esm/c_pagination_m_bottom_BackgroundColor.d.ts +1 -1
  27. package/dist/esm/c_pagination_m_bottom_BackgroundColor.js +1 -1
  28. package/dist/esm/c_pagination_m_bottom_m_sticky_base_InsetBlockEnd.d.ts +6 -0
  29. package/dist/esm/c_pagination_m_bottom_m_sticky_base_InsetBlockEnd.js +6 -0
  30. package/dist/esm/c_pagination_m_sticky_base_BackgroundColor.d.ts +6 -0
  31. package/dist/esm/c_pagination_m_sticky_base_BackgroundColor.js +6 -0
  32. package/dist/esm/c_pagination_m_sticky_base_BorderRadius.d.ts +6 -0
  33. package/dist/esm/c_pagination_m_sticky_base_BorderRadius.js +6 -0
  34. package/dist/esm/c_pagination_m_sticky_base_BoxShadow.d.ts +6 -0
  35. package/dist/esm/c_pagination_m_sticky_base_BoxShadow.js +6 -0
  36. package/dist/esm/c_pagination_m_sticky_base_InsetBlockStart.d.ts +6 -0
  37. package/dist/esm/c_pagination_m_sticky_base_InsetBlockStart.js +6 -0
  38. package/dist/esm/c_pagination_m_sticky_base_TransitionDuration.d.ts +6 -0
  39. package/dist/esm/c_pagination_m_sticky_base_TransitionDuration.js +6 -0
  40. package/dist/esm/c_pagination_m_sticky_base_TransitionTimingFunction.d.ts +6 -0
  41. package/dist/esm/c_pagination_m_sticky_base_TransitionTimingFunction.js +6 -0
  42. package/dist/esm/c_pagination_m_sticky_stuck_BackgroundColor.d.ts +6 -0
  43. package/dist/esm/c_pagination_m_sticky_stuck_BackgroundColor.js +6 -0
  44. package/dist/esm/c_pagination_m_sticky_stuck_BorderRadius.d.ts +6 -0
  45. package/dist/esm/c_pagination_m_sticky_stuck_BorderRadius.js +6 -0
  46. package/dist/esm/c_pagination_m_sticky_stuck_BoxShadow.d.ts +6 -0
  47. package/dist/esm/c_pagination_m_sticky_stuck_BoxShadow.js +6 -0
  48. package/dist/esm/index.d.ts +17 -0
  49. package/dist/esm/index.js +17 -0
  50. package/dist/js/c_button.d.ts +24 -2
  51. package/dist/js/c_button.js +24 -2
  52. package/dist/js/c_button_m_hamburger__icon_m_collapse_ScaleX.d.ts +6 -0
  53. package/dist/js/c_button_m_hamburger__icon_m_collapse_ScaleX.js +8 -0
  54. package/dist/js/c_button_m_hamburger__icon_m_expand_ScaleX.d.ts +1 -1
  55. package/dist/js/c_button_m_hamburger__icon_m_expand_ScaleX.js +1 -1
  56. package/dist/js/c_compass.d.ts +20 -4
  57. package/dist/js/c_compass.js +20 -4
  58. package/dist/js/c_page.d.ts +90 -4
  59. package/dist/js/c_page.js +90 -4
  60. package/dist/js/c_page_section_m_sticky_bottom_BackgroundColor.d.ts +6 -0
  61. package/dist/js/c_page_section_m_sticky_bottom_BackgroundColor.js +8 -0
  62. package/dist/js/c_page_section_m_sticky_bottom_TransitionDuration.d.ts +6 -0
  63. package/dist/js/c_page_section_m_sticky_bottom_TransitionDuration.js +8 -0
  64. package/dist/js/c_page_section_m_sticky_bottom_TransitionTimingFunction.d.ts +6 -0
  65. package/dist/js/c_page_section_m_sticky_bottom_TransitionTimingFunction.js +8 -0
  66. package/dist/js/c_page_section_m_sticky_top_BackgroundColor.d.ts +6 -0
  67. package/dist/js/c_page_section_m_sticky_top_BackgroundColor.js +8 -0
  68. package/dist/js/c_page_section_m_sticky_top_TransitionDuration.d.ts +6 -0
  69. package/dist/js/c_page_section_m_sticky_top_TransitionDuration.js +8 -0
  70. package/dist/js/c_page_section_m_sticky_top_TransitionTimingFunction.d.ts +6 -0
  71. package/dist/js/c_page_section_m_sticky_top_TransitionTimingFunction.js +8 -0
  72. package/dist/js/c_pagination.d.ts +152 -1
  73. package/dist/js/c_pagination.js +152 -1
  74. package/dist/js/c_pagination_m_bottom_BackgroundColor.d.ts +1 -1
  75. package/dist/js/c_pagination_m_bottom_BackgroundColor.js +1 -1
  76. package/dist/js/c_pagination_m_bottom_m_sticky_base_InsetBlockEnd.d.ts +6 -0
  77. package/dist/js/c_pagination_m_bottom_m_sticky_base_InsetBlockEnd.js +8 -0
  78. package/dist/js/c_pagination_m_sticky_base_BackgroundColor.d.ts +6 -0
  79. package/dist/js/c_pagination_m_sticky_base_BackgroundColor.js +8 -0
  80. package/dist/js/c_pagination_m_sticky_base_BorderRadius.d.ts +6 -0
  81. package/dist/js/c_pagination_m_sticky_base_BorderRadius.js +8 -0
  82. package/dist/js/c_pagination_m_sticky_base_BoxShadow.d.ts +6 -0
  83. package/dist/js/c_pagination_m_sticky_base_BoxShadow.js +8 -0
  84. package/dist/js/c_pagination_m_sticky_base_InsetBlockStart.d.ts +6 -0
  85. package/dist/js/c_pagination_m_sticky_base_InsetBlockStart.js +8 -0
  86. package/dist/js/c_pagination_m_sticky_base_TransitionDuration.d.ts +6 -0
  87. package/dist/js/c_pagination_m_sticky_base_TransitionDuration.js +8 -0
  88. package/dist/js/c_pagination_m_sticky_base_TransitionTimingFunction.d.ts +6 -0
  89. package/dist/js/c_pagination_m_sticky_base_TransitionTimingFunction.js +8 -0
  90. package/dist/js/c_pagination_m_sticky_stuck_BackgroundColor.d.ts +6 -0
  91. package/dist/js/c_pagination_m_sticky_stuck_BackgroundColor.js +8 -0
  92. package/dist/js/c_pagination_m_sticky_stuck_BorderRadius.d.ts +6 -0
  93. package/dist/js/c_pagination_m_sticky_stuck_BorderRadius.js +8 -0
  94. package/dist/js/c_pagination_m_sticky_stuck_BoxShadow.d.ts +6 -0
  95. package/dist/js/c_pagination_m_sticky_stuck_BoxShadow.js +8 -0
  96. package/dist/js/index.d.ts +17 -0
  97. package/dist/js/index.js +17 -0
  98. package/package.json +3 -3
package/dist/esm/index.js CHANGED
@@ -774,6 +774,7 @@ export { c_button_hamburger_icon_top_collapse_path } from './c_button_hamburger_
774
774
  export { c_button_hamburger_icon_arrow_collapse_path } from './c_button_hamburger_icon_arrow_collapse_path';
775
775
  export { c_button_hamburger_icon_bottom_collapse_path } from './c_button_hamburger_icon_bottom_collapse_path';
776
776
  export { c_button_m_hamburger__icon_m_expand_ScaleX } from './c_button_m_hamburger__icon_m_expand_ScaleX';
777
+ export { c_button_m_hamburger__icon_m_collapse_ScaleX } from './c_button_m_hamburger__icon_m_collapse_ScaleX';
777
778
  export { c_button_m_circle_BorderRadius } from './c_button_m_circle_BorderRadius';
778
779
  export { c_button_hover_Color } from './c_button_hover_Color';
779
780
  export { c_button_m_clicked_Color } from './c_button_m_clicked_Color';
@@ -3298,10 +3299,16 @@ export { c_page_section_m_sticky_top_ZIndex } from './c_page_section_m_sticky_to
3298
3299
  export { c_page_section_m_sticky_top_BoxShadow } from './c_page_section_m_sticky_top_BoxShadow';
3299
3300
  export { c_page_section_m_sticky_top_BorderBlockEndWidth } from './c_page_section_m_sticky_top_BorderBlockEndWidth';
3300
3301
  export { c_page_section_m_sticky_top_BorderBlockEndColor } from './c_page_section_m_sticky_top_BorderBlockEndColor';
3302
+ export { c_page_section_m_sticky_top_BackgroundColor } from './c_page_section_m_sticky_top_BackgroundColor';
3301
3303
  export { c_page_section_m_sticky_bottom_ZIndex } from './c_page_section_m_sticky_bottom_ZIndex';
3302
3304
  export { c_page_section_m_sticky_bottom_BoxShadow } from './c_page_section_m_sticky_bottom_BoxShadow';
3303
3305
  export { c_page_section_m_sticky_bottom_BorderBlockStartWidth } from './c_page_section_m_sticky_bottom_BorderBlockStartWidth';
3304
3306
  export { c_page_section_m_sticky_bottom_BorderBlockStartColor } from './c_page_section_m_sticky_bottom_BorderBlockStartColor';
3307
+ export { c_page_section_m_sticky_bottom_BackgroundColor } from './c_page_section_m_sticky_bottom_BackgroundColor';
3308
+ export { c_page_section_m_sticky_top_TransitionDuration } from './c_page_section_m_sticky_top_TransitionDuration';
3309
+ export { c_page_section_m_sticky_top_TransitionTimingFunction } from './c_page_section_m_sticky_top_TransitionTimingFunction';
3310
+ export { c_page_section_m_sticky_bottom_TransitionDuration } from './c_page_section_m_sticky_bottom_TransitionDuration';
3311
+ export { c_page_section_m_sticky_bottom_TransitionTimingFunction } from './c_page_section_m_sticky_bottom_TransitionTimingFunction';
3305
3312
  export { c_page_section_m_shadow_bottom_BoxShadow } from './c_page_section_m_shadow_bottom_BoxShadow';
3306
3313
  export { c_page_section_m_shadow_bottom_ZIndex } from './c_page_section_m_shadow_bottom_ZIndex';
3307
3314
  export { c_page_section_m_shadow_bottom_BorderBlockEndWidth } from './c_page_section_m_shadow_bottom_BorderBlockEndWidth';
@@ -3385,6 +3392,12 @@ export { c_pagination_m_sticky_PaddingInlineEnd } from './c_pagination_m_sticky_
3385
3392
  export { c_pagination_m_sticky_ZIndex } from './c_pagination_m_sticky_ZIndex';
3386
3393
  export { c_pagination_m_sticky_InsetBlockStart } from './c_pagination_m_sticky_InsetBlockStart';
3387
3394
  export { c_pagination_m_sticky_BorderBlockEndWidth } from './c_pagination_m_sticky_BorderBlockEndWidth';
3395
+ export { c_pagination_m_sticky_base_InsetBlockStart } from './c_pagination_m_sticky_base_InsetBlockStart';
3396
+ export { c_pagination_m_sticky_base_BorderRadius } from './c_pagination_m_sticky_base_BorderRadius';
3397
+ export { c_pagination_m_sticky_base_TransitionTimingFunction } from './c_pagination_m_sticky_base_TransitionTimingFunction';
3398
+ export { c_pagination_m_sticky_base_TransitionDuration } from './c_pagination_m_sticky_base_TransitionDuration';
3399
+ export { c_pagination_m_sticky_stuck_BoxShadow } from './c_pagination_m_sticky_stuck_BoxShadow';
3400
+ export { c_pagination_m_sticky_stuck_BackgroundColor } from './c_pagination_m_sticky_stuck_BackgroundColor';
3388
3401
  export { c_pagination_m_bottom_BackgroundColor } from './c_pagination_m_bottom_BackgroundColor';
3389
3402
  export { c_pagination_m_bottom_BoxShadow } from './c_pagination_m_bottom_BoxShadow';
3390
3403
  export { c_pagination_m_bottom_m_sticky_BoxShadow } from './c_pagination_m_bottom_m_sticky_BoxShadow';
@@ -3399,12 +3412,16 @@ export { c_pagination_m_bottom_m_static_PaddingBlockStart } from './c_pagination
3399
3412
  export { c_pagination_m_bottom_m_static_PaddingBlockEnd } from './c_pagination_m_bottom_m_static_PaddingBlockEnd';
3400
3413
  export { c_pagination_m_bottom_m_static_PaddingInlineStart } from './c_pagination_m_bottom_m_static_PaddingInlineStart';
3401
3414
  export { c_pagination_m_bottom_m_static_PaddingInlineEnd } from './c_pagination_m_bottom_m_static_PaddingInlineEnd';
3415
+ export { c_pagination_m_bottom_m_sticky_base_InsetBlockEnd } from './c_pagination_m_bottom_m_sticky_base_InsetBlockEnd';
3402
3416
  export { c_pagination__page_menu_Display_base } from './c_pagination__page_menu_Display_base';
3403
3417
  export { c_pagination__page_menu_Display } from './c_pagination__page_menu_Display';
3404
3418
  export { c_pagination_m_display_summary__page_menu_Display } from './c_pagination_m_display_summary__page_menu_Display';
3405
3419
  export { c_pagination_m_display_full__page_menu_Display } from './c_pagination_m_display_full__page_menu_Display';
3406
3420
  export { c_pagination_m_bottom__page_menu_Display } from './c_pagination_m_bottom__page_menu_Display';
3407
3421
  export { c_pagination__page_menu_md_Display } from './c_pagination__page_menu_md_Display';
3422
+ export { c_pagination_m_sticky_stuck_BorderRadius } from './c_pagination_m_sticky_stuck_BorderRadius';
3423
+ export { c_pagination_m_sticky_base_BoxShadow } from './c_pagination_m_sticky_base_BoxShadow';
3424
+ export { c_pagination_m_sticky_base_BackgroundColor } from './c_pagination_m_sticky_base_BackgroundColor';
3408
3425
  export { c_panel } from './c_panel';
3409
3426
  export { c_panel_Width } from './c_panel_Width';
3410
3427
  export { c_panel_MinWidth } from './c_panel_MinWidth';
@@ -3050,6 +3050,10 @@ export const c_button: {
3050
3050
  "name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
3051
3051
  "value": "-1"
3052
3052
  },
3053
+ "c_button_m_hamburger__icon_m_collapse_ScaleX": {
3054
+ "name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
3055
+ "value": "1"
3056
+ },
3053
3057
  "c_button_m_circle_BorderRadius": {
3054
3058
  "name": "--pf-v6-c-button--m-circle--BorderRadius",
3055
3059
  "value": "999px",
@@ -5970,6 +5974,16 @@ export const c_button: {
5970
5974
  "value": "scale"
5971
5975
  }
5972
5976
  },
5977
+ ":where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-button.pf-m-hamburger": {
5978
+ "c_button_m_hamburger__icon_m_expand_ScaleX": {
5979
+ "name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
5980
+ "value": "1"
5981
+ },
5982
+ "c_button_m_hamburger__icon_m_collapse_ScaleX": {
5983
+ "name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
5984
+ "value": "-1"
5985
+ }
5986
+ },
5973
5987
  ".pf-v6-c-button.pf-m-hamburger.pf-m-expand": {
5974
5988
  "c_button_hamburger_icon_top_path": {
5975
5989
  "name": "--pf-v6-c-button--hamburger-icon--top--path",
@@ -6051,7 +6065,11 @@ export const c_button: {
6051
6065
  },
6052
6066
  "c_button__icon_ScaleX": {
6053
6067
  "name": "--pf-v6-c-button__icon--ScaleX",
6054
- "value": "1"
6068
+ "value": "1",
6069
+ "values": [
6070
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
6071
+ "1"
6072
+ ]
6055
6073
  },
6056
6074
  "c_button_hover__icon_TransitionDelay": {
6057
6075
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -6059,7 +6077,11 @@ export const c_button: {
6059
6077
  },
6060
6078
  "c_button_hover__icon_ScaleX": {
6061
6079
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
6062
- "value": "1"
6080
+ "value": "1",
6081
+ "values": [
6082
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
6083
+ "1"
6084
+ ]
6063
6085
  }
6064
6086
  },
6065
6087
  ".pf-v6-c-button.pf-m-circle": {
@@ -3052,6 +3052,10 @@ exports.c_button = {
3052
3052
  "name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
3053
3053
  "value": "-1"
3054
3054
  },
3055
+ "c_button_m_hamburger__icon_m_collapse_ScaleX": {
3056
+ "name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
3057
+ "value": "1"
3058
+ },
3055
3059
  "c_button_m_circle_BorderRadius": {
3056
3060
  "name": "--pf-v6-c-button--m-circle--BorderRadius",
3057
3061
  "value": "999px",
@@ -5972,6 +5976,16 @@ exports.c_button = {
5972
5976
  "value": "scale"
5973
5977
  }
5974
5978
  },
5979
+ ":where(.pf-v6-m-dir-rtl, [dir=rtl]) .pf-v6-c-button.pf-m-hamburger": {
5980
+ "c_button_m_hamburger__icon_m_expand_ScaleX": {
5981
+ "name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
5982
+ "value": "1"
5983
+ },
5984
+ "c_button_m_hamburger__icon_m_collapse_ScaleX": {
5985
+ "name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
5986
+ "value": "-1"
5987
+ }
5988
+ },
5975
5989
  ".pf-v6-c-button.pf-m-hamburger.pf-m-expand": {
5976
5990
  "c_button_hamburger_icon_top_path": {
5977
5991
  "name": "--pf-v6-c-button--hamburger-icon--top--path",
@@ -6053,7 +6067,11 @@ exports.c_button = {
6053
6067
  },
6054
6068
  "c_button__icon_ScaleX": {
6055
6069
  "name": "--pf-v6-c-button__icon--ScaleX",
6056
- "value": "1"
6070
+ "value": "1",
6071
+ "values": [
6072
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
6073
+ "1"
6074
+ ]
6057
6075
  },
6058
6076
  "c_button_hover__icon_TransitionDelay": {
6059
6077
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -6061,7 +6079,11 @@ exports.c_button = {
6061
6079
  },
6062
6080
  "c_button_hover__icon_ScaleX": {
6063
6081
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
6064
- "value": "1"
6082
+ "value": "1",
6083
+ "values": [
6084
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
6085
+ "1"
6086
+ ]
6065
6087
  }
6066
6088
  },
6067
6089
  ".pf-v6-c-button.pf-m-circle": {
@@ -0,0 +1,6 @@
1
+ export const c_button_m_hamburger__icon_m_collapse_ScaleX: {
2
+ "name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
3
+ "value": "-1",
4
+ "var": "var(--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX)"
5
+ };
6
+ export default c_button_m_hamburger__icon_m_collapse_ScaleX;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_button_m_hamburger__icon_m_collapse_ScaleX = {
4
+ "name": "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
5
+ "value": "-1",
6
+ "var": "var(--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX)"
7
+ };
8
+ exports["default"] = exports.c_button_m_hamburger__icon_m_collapse_ScaleX;
@@ -1,6 +1,6 @@
1
1
  export const c_button_m_hamburger__icon_m_expand_ScaleX: {
2
2
  "name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
3
- "value": "-1",
3
+ "value": "1",
4
4
  "var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX)"
5
5
  };
6
6
  export default c_button_m_hamburger__icon_m_expand_ScaleX;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_button_m_hamburger__icon_m_expand_ScaleX = {
4
4
  "name": "--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX",
5
- "value": "-1",
5
+ "value": "1",
6
6
  "var": "var(--pf-v6-c-button--m-hamburger__icon--m-expand--ScaleX)"
7
7
  };
8
8
  exports["default"] = exports.c_button_m_hamburger__icon_m_expand_ScaleX;
@@ -496,7 +496,11 @@ export const c_compass: {
496
496
  },
497
497
  "c_button__icon_ScaleX": {
498
498
  "name": "--pf-v6-c-button__icon--ScaleX",
499
- "value": "1"
499
+ "value": "1",
500
+ "values": [
501
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
502
+ "1"
503
+ ]
500
504
  },
501
505
  "c_button_hover__icon_TransitionDelay": {
502
506
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -504,7 +508,11 @@ export const c_compass: {
504
508
  },
505
509
  "c_button_hover__icon_ScaleX": {
506
510
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
507
- "value": "1"
511
+ "value": "1",
512
+ "values": [
513
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
514
+ "1"
515
+ ]
508
516
  }
509
517
  },
510
518
  ".pf-v6-c-compass .pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger": {
@@ -538,7 +546,11 @@ export const c_compass: {
538
546
  },
539
547
  "c_button__icon_ScaleX": {
540
548
  "name": "--pf-v6-c-button__icon--ScaleX",
541
- "value": "1"
549
+ "value": "1",
550
+ "values": [
551
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
552
+ "1"
553
+ ]
542
554
  },
543
555
  "c_button_hover__icon_TransitionDelay": {
544
556
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -546,7 +558,11 @@ export const c_compass: {
546
558
  },
547
559
  "c_button_hover__icon_ScaleX": {
548
560
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
549
- "value": "1"
561
+ "value": "1",
562
+ "values": [
563
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
564
+ "1"
565
+ ]
550
566
  }
551
567
  },
552
568
  ".pf-v6-c-compass__header.pf-m-expanded": {
@@ -498,7 +498,11 @@ exports.c_compass = {
498
498
  },
499
499
  "c_button__icon_ScaleX": {
500
500
  "name": "--pf-v6-c-button__icon--ScaleX",
501
- "value": "1"
501
+ "value": "1",
502
+ "values": [
503
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
504
+ "1"
505
+ ]
502
506
  },
503
507
  "c_button_hover__icon_TransitionDelay": {
504
508
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -506,7 +510,11 @@ exports.c_compass = {
506
510
  },
507
511
  "c_button_hover__icon_ScaleX": {
508
512
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
509
- "value": "1"
513
+ "value": "1",
514
+ "values": [
515
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
516
+ "1"
517
+ ]
510
518
  }
511
519
  },
512
520
  ".pf-v6-c-compass .pf-v6-c-compass__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger": {
@@ -540,7 +548,11 @@ exports.c_compass = {
540
548
  },
541
549
  "c_button__icon_ScaleX": {
542
550
  "name": "--pf-v6-c-button__icon--ScaleX",
543
- "value": "1"
551
+ "value": "1",
552
+ "values": [
553
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
554
+ "1"
555
+ ]
544
556
  },
545
557
  "c_button_hover__icon_TransitionDelay": {
546
558
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -548,7 +560,11 @@ exports.c_compass = {
548
560
  },
549
561
  "c_button_hover__icon_ScaleX": {
550
562
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
551
- "value": "1"
563
+ "value": "1",
564
+ "values": [
565
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
566
+ "1"
567
+ ]
552
568
  }
553
569
  },
554
570
  ".pf-v6-c-compass__header.pf-m-expanded": {
@@ -904,6 +904,16 @@ export const c_page: {
904
904
  "rgba(255, 255, 255, 0.0000)"
905
905
  ]
906
906
  },
907
+ "c_page_section_m_sticky_top_BackgroundColor": {
908
+ "name": "--pf-v6-c-page--section--m-sticky-top--BackgroundColor",
909
+ "value": "#ffffff",
910
+ "values": [
911
+ "--pf-t--global--background--color--sticky--default",
912
+ "--pf-t--global--background--color--100",
913
+ "--pf-t--color--white",
914
+ "#ffffff"
915
+ ]
916
+ },
907
917
  "c_page_section_m_sticky_bottom_ZIndex": {
908
918
  "name": "--pf-v6-c-page--section--m-sticky-bottom--ZIndex",
909
919
  "value": "300",
@@ -939,6 +949,54 @@ export const c_page: {
939
949
  "rgba(255, 255, 255, 0.0000)"
940
950
  ]
941
951
  },
952
+ "c_page_section_m_sticky_bottom_BackgroundColor": {
953
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor",
954
+ "value": "#ffffff",
955
+ "values": [
956
+ "--pf-t--global--background--color--sticky--default",
957
+ "--pf-t--global--background--color--100",
958
+ "--pf-t--color--white",
959
+ "#ffffff"
960
+ ]
961
+ },
962
+ "c_page_section_m_sticky_top_TransitionDuration": {
963
+ "name": "--pf-v6-c-page--section--m-sticky-top--TransitionDuration",
964
+ "value": "100ms",
965
+ "values": [
966
+ "--pf-t--global--motion--duration--fade--short",
967
+ "--pf-t--global--motion--duration--sm",
968
+ "--pf-t--global--duration--100",
969
+ "100ms"
970
+ ]
971
+ },
972
+ "c_page_section_m_sticky_top_TransitionTimingFunction": {
973
+ "name": "--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction",
974
+ "value": "cubic-bezier(.4, 0, .2, 1)",
975
+ "values": [
976
+ "--pf-t--global--motion--timing-function--default",
977
+ "--pf-t--global--timing-function--200",
978
+ "cubic-bezier(.4, 0, .2, 1)"
979
+ ]
980
+ },
981
+ "c_page_section_m_sticky_bottom_TransitionDuration": {
982
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration",
983
+ "value": "100ms",
984
+ "values": [
985
+ "--pf-t--global--motion--duration--fade--short",
986
+ "--pf-t--global--motion--duration--sm",
987
+ "--pf-t--global--duration--100",
988
+ "100ms"
989
+ ]
990
+ },
991
+ "c_page_section_m_sticky_bottom_TransitionTimingFunction": {
992
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction",
993
+ "value": "cubic-bezier(.4, 0, .2, 1)",
994
+ "values": [
995
+ "--pf-t--global--motion--timing-function--default",
996
+ "--pf-t--global--timing-function--200",
997
+ "cubic-bezier(.4, 0, .2, 1)"
998
+ ]
999
+ },
942
1000
  "c_page_section_m_shadow_bottom_BoxShadow": {
943
1001
  "name": "--pf-v6-c-page--section--m-shadow-bottom--BoxShadow",
944
1002
  "value": "0px\n 4px\n 6px\n -4px\n rgba(41, 41, 41, 0.2000)",
@@ -1686,7 +1744,11 @@ export const c_page: {
1686
1744
  },
1687
1745
  "c_button__icon_ScaleX": {
1688
1746
  "name": "--pf-v6-c-button__icon--ScaleX",
1689
- "value": "1"
1747
+ "value": "1",
1748
+ "values": [
1749
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
1750
+ "1"
1751
+ ]
1690
1752
  },
1691
1753
  "c_button_hover__icon_TransitionDelay": {
1692
1754
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -1694,7 +1756,11 @@ export const c_page: {
1694
1756
  },
1695
1757
  "c_button_hover__icon_ScaleX": {
1696
1758
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
1697
- "value": "1"
1759
+ "value": "1",
1760
+ "values": [
1761
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
1762
+ "1"
1763
+ ]
1698
1764
  }
1699
1765
  },
1700
1766
  ".pf-v6-c-page .pf-v6-c-page__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger": {
@@ -1728,7 +1794,11 @@ export const c_page: {
1728
1794
  },
1729
1795
  "c_button__icon_ScaleX": {
1730
1796
  "name": "--pf-v6-c-button__icon--ScaleX",
1731
- "value": "1"
1797
+ "value": "1",
1798
+ "values": [
1799
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
1800
+ "1"
1801
+ ]
1732
1802
  },
1733
1803
  "c_button_hover__icon_TransitionDelay": {
1734
1804
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -1736,7 +1806,11 @@ export const c_page: {
1736
1806
  },
1737
1807
  "c_button_hover__icon_ScaleX": {
1738
1808
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
1739
- "value": "1"
1809
+ "value": "1",
1810
+ "values": [
1811
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
1812
+ "1"
1813
+ ]
1740
1814
  }
1741
1815
  },
1742
1816
  ".pf-v6-c-page.pf-m-docked > .pf-v6-c-masthead": {
@@ -1835,6 +1909,18 @@ export const c_page: {
1835
1909
  "value": "0"
1836
1910
  }
1837
1911
  },
1912
+ ".pf-v6-c-page__main-breadcrumb.pf-m-sticky-top-base": {
1913
+ "c_page__main_breadcrumb_PaddingBlockEnd": {
1914
+ "name": "--pf-v6-c-page__main-breadcrumb--PaddingBlockEnd",
1915
+ "value": "1rem",
1916
+ "values": [
1917
+ "--pf-v6-c-page__main-breadcrumb--m-sticky-top--PaddingBlockEnd",
1918
+ "--pf-t--global--spacer--md",
1919
+ "--pf-t--global--spacer--300",
1920
+ "1rem"
1921
+ ]
1922
+ }
1923
+ },
1838
1924
  ":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain": {
1839
1925
  "c_page__main_section_BackgroundColor": {
1840
1926
  "name": "--pf-v6-c-page__main-section--BackgroundColor",
package/dist/js/c_page.js CHANGED
@@ -906,6 +906,16 @@ exports.c_page = {
906
906
  "rgba(255, 255, 255, 0.0000)"
907
907
  ]
908
908
  },
909
+ "c_page_section_m_sticky_top_BackgroundColor": {
910
+ "name": "--pf-v6-c-page--section--m-sticky-top--BackgroundColor",
911
+ "value": "#ffffff",
912
+ "values": [
913
+ "--pf-t--global--background--color--sticky--default",
914
+ "--pf-t--global--background--color--100",
915
+ "--pf-t--color--white",
916
+ "#ffffff"
917
+ ]
918
+ },
909
919
  "c_page_section_m_sticky_bottom_ZIndex": {
910
920
  "name": "--pf-v6-c-page--section--m-sticky-bottom--ZIndex",
911
921
  "value": "300",
@@ -941,6 +951,54 @@ exports.c_page = {
941
951
  "rgba(255, 255, 255, 0.0000)"
942
952
  ]
943
953
  },
954
+ "c_page_section_m_sticky_bottom_BackgroundColor": {
955
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor",
956
+ "value": "#ffffff",
957
+ "values": [
958
+ "--pf-t--global--background--color--sticky--default",
959
+ "--pf-t--global--background--color--100",
960
+ "--pf-t--color--white",
961
+ "#ffffff"
962
+ ]
963
+ },
964
+ "c_page_section_m_sticky_top_TransitionDuration": {
965
+ "name": "--pf-v6-c-page--section--m-sticky-top--TransitionDuration",
966
+ "value": "100ms",
967
+ "values": [
968
+ "--pf-t--global--motion--duration--fade--short",
969
+ "--pf-t--global--motion--duration--sm",
970
+ "--pf-t--global--duration--100",
971
+ "100ms"
972
+ ]
973
+ },
974
+ "c_page_section_m_sticky_top_TransitionTimingFunction": {
975
+ "name": "--pf-v6-c-page--section--m-sticky-top--TransitionTimingFunction",
976
+ "value": "cubic-bezier(.4, 0, .2, 1)",
977
+ "values": [
978
+ "--pf-t--global--motion--timing-function--default",
979
+ "--pf-t--global--timing-function--200",
980
+ "cubic-bezier(.4, 0, .2, 1)"
981
+ ]
982
+ },
983
+ "c_page_section_m_sticky_bottom_TransitionDuration": {
984
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration",
985
+ "value": "100ms",
986
+ "values": [
987
+ "--pf-t--global--motion--duration--fade--short",
988
+ "--pf-t--global--motion--duration--sm",
989
+ "--pf-t--global--duration--100",
990
+ "100ms"
991
+ ]
992
+ },
993
+ "c_page_section_m_sticky_bottom_TransitionTimingFunction": {
994
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction",
995
+ "value": "cubic-bezier(.4, 0, .2, 1)",
996
+ "values": [
997
+ "--pf-t--global--motion--timing-function--default",
998
+ "--pf-t--global--timing-function--200",
999
+ "cubic-bezier(.4, 0, .2, 1)"
1000
+ ]
1001
+ },
944
1002
  "c_page_section_m_shadow_bottom_BoxShadow": {
945
1003
  "name": "--pf-v6-c-page--section--m-shadow-bottom--BoxShadow",
946
1004
  "value": "0px\n 4px\n 6px\n -4px\n rgba(41, 41, 41, 0.2000)",
@@ -1688,7 +1746,11 @@ exports.c_page = {
1688
1746
  },
1689
1747
  "c_button__icon_ScaleX": {
1690
1748
  "name": "--pf-v6-c-button__icon--ScaleX",
1691
- "value": "1"
1749
+ "value": "1",
1750
+ "values": [
1751
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
1752
+ "1"
1753
+ ]
1692
1754
  },
1693
1755
  "c_button_hover__icon_TransitionDelay": {
1694
1756
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -1696,7 +1758,11 @@ exports.c_page = {
1696
1758
  },
1697
1759
  "c_button_hover__icon_ScaleX": {
1698
1760
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
1699
- "value": "1"
1761
+ "value": "1",
1762
+ "values": [
1763
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
1764
+ "1"
1765
+ ]
1700
1766
  }
1701
1767
  },
1702
1768
  ".pf-v6-c-page .pf-v6-c-page__dock.pf-m-expanded .pf-v6-c-masthead__toggle .pf-v6-c-button.pf-m-hamburger": {
@@ -1730,7 +1796,11 @@ exports.c_page = {
1730
1796
  },
1731
1797
  "c_button__icon_ScaleX": {
1732
1798
  "name": "--pf-v6-c-button__icon--ScaleX",
1733
- "value": "1"
1799
+ "value": "1",
1800
+ "values": [
1801
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
1802
+ "1"
1803
+ ]
1734
1804
  },
1735
1805
  "c_button_hover__icon_TransitionDelay": {
1736
1806
  "name": "--pf-v6-c-button--hover__icon--TransitionDelay",
@@ -1738,7 +1808,11 @@ exports.c_page = {
1738
1808
  },
1739
1809
  "c_button_hover__icon_ScaleX": {
1740
1810
  "name": "--pf-v6-c-button--hover__icon--ScaleX",
1741
- "value": "1"
1811
+ "value": "1",
1812
+ "values": [
1813
+ "--pf-v6-c-button--m-hamburger__icon--m-collapse--ScaleX",
1814
+ "1"
1815
+ ]
1742
1816
  }
1743
1817
  },
1744
1818
  ".pf-v6-c-page.pf-m-docked > .pf-v6-c-masthead": {
@@ -1837,6 +1911,18 @@ exports.c_page = {
1837
1911
  "value": "0"
1838
1912
  }
1839
1913
  },
1914
+ ".pf-v6-c-page__main-breadcrumb.pf-m-sticky-top-base": {
1915
+ "c_page__main_breadcrumb_PaddingBlockEnd": {
1916
+ "name": "--pf-v6-c-page__main-breadcrumb--PaddingBlockEnd",
1917
+ "value": "1rem",
1918
+ "values": [
1919
+ "--pf-v6-c-page__main-breadcrumb--m-sticky-top--PaddingBlockEnd",
1920
+ "--pf-t--global--spacer--md",
1921
+ "--pf-t--global--spacer--300",
1922
+ "1rem"
1923
+ ]
1924
+ }
1925
+ },
1840
1926
  ":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-page__main-subnav.pf-m-plain": {
1841
1927
  "c_page__main_section_BackgroundColor": {
1842
1928
  "name": "--pf-v6-c-page__main-section--BackgroundColor",
@@ -0,0 +1,6 @@
1
+ export const c_page_section_m_sticky_bottom_BackgroundColor: {
2
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor",
3
+ "value": "#ffffff",
4
+ "var": "var(--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor)"
5
+ };
6
+ export default c_page_section_m_sticky_bottom_BackgroundColor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_page_section_m_sticky_bottom_BackgroundColor = {
4
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor",
5
+ "value": "#ffffff",
6
+ "var": "var(--pf-v6-c-page--section--m-sticky-bottom--BackgroundColor)"
7
+ };
8
+ exports["default"] = exports.c_page_section_m_sticky_bottom_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_page_section_m_sticky_bottom_TransitionDuration: {
2
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration",
3
+ "value": "100ms",
4
+ "var": "var(--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration)"
5
+ };
6
+ export default c_page_section_m_sticky_bottom_TransitionDuration;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_page_section_m_sticky_bottom_TransitionDuration = {
4
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration",
5
+ "value": "100ms",
6
+ "var": "var(--pf-v6-c-page--section--m-sticky-bottom--TransitionDuration)"
7
+ };
8
+ exports["default"] = exports.c_page_section_m_sticky_bottom_TransitionDuration;
@@ -0,0 +1,6 @@
1
+ export const c_page_section_m_sticky_bottom_TransitionTimingFunction: {
2
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction",
3
+ "value": "cubic-bezier(.4, 0, .2, 1)",
4
+ "var": "var(--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction)"
5
+ };
6
+ export default c_page_section_m_sticky_bottom_TransitionTimingFunction;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_page_section_m_sticky_bottom_TransitionTimingFunction = {
4
+ "name": "--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction",
5
+ "value": "cubic-bezier(.4, 0, .2, 1)",
6
+ "var": "var(--pf-v6-c-page--section--m-sticky-bottom--TransitionTimingFunction)"
7
+ };
8
+ exports["default"] = exports.c_page_section_m_sticky_bottom_TransitionTimingFunction;
@@ -0,0 +1,6 @@
1
+ export const c_page_section_m_sticky_top_BackgroundColor: {
2
+ "name": "--pf-v6-c-page--section--m-sticky-top--BackgroundColor",
3
+ "value": "#ffffff",
4
+ "var": "var(--pf-v6-c-page--section--m-sticky-top--BackgroundColor)"
5
+ };
6
+ export default c_page_section_m_sticky_top_BackgroundColor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_page_section_m_sticky_top_BackgroundColor = {
4
+ "name": "--pf-v6-c-page--section--m-sticky-top--BackgroundColor",
5
+ "value": "#ffffff",
6
+ "var": "var(--pf-v6-c-page--section--m-sticky-top--BackgroundColor)"
7
+ };
8
+ exports["default"] = exports.c_page_section_m_sticky_top_BackgroundColor;