@patternfly/react-tokens 6.5.0-prerelease.16 → 6.5.0-prerelease.18

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 (130) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/esm/c_card.d.ts +61 -53
  3. package/dist/esm/c_card.js +61 -53
  4. package/dist/esm/c_compass.d.ts +18 -135
  5. package/dist/esm/c_compass.js +18 -135
  6. package/dist/esm/c_drawer.d.ts +1 -1
  7. package/dist/esm/c_drawer.js +1 -1
  8. package/dist/esm/c_overflow_menu.d.ts +36 -0
  9. package/dist/esm/c_overflow_menu.js +36 -0
  10. package/dist/esm/c_overflow_menu_RowGap.d.ts +6 -0
  11. package/dist/esm/c_overflow_menu_RowGap.js +6 -0
  12. package/dist/esm/c_overflow_menu__group_RowGap.d.ts +6 -0
  13. package/dist/esm/c_overflow_menu__group_RowGap.js +6 -0
  14. package/dist/esm/c_overflow_menu__group_m_button_group_RowGap.d.ts +6 -0
  15. package/dist/esm/c_overflow_menu__group_m_button_group_RowGap.js +6 -0
  16. package/dist/esm/c_overflow_menu__group_m_icon_button_group_RowGap.d.ts +6 -0
  17. package/dist/esm/c_overflow_menu__group_m_icon_button_group_RowGap.js +6 -0
  18. package/dist/esm/c_page.d.ts +2 -2
  19. package/dist/esm/c_page.js +2 -2
  20. package/dist/esm/c_panel.d.ts +73 -13
  21. package/dist/esm/c_panel.js +73 -13
  22. package/dist/esm/c_panel_BorderRadius.d.ts +1 -1
  23. package/dist/esm/c_panel_BorderRadius.js +1 -1
  24. package/dist/esm/c_panel__main_MaxHeight.d.ts +1 -1
  25. package/dist/esm/c_panel__main_MaxHeight.js +1 -1
  26. package/dist/esm/c_panel__main_body_PaddingBlockEnd.d.ts +1 -1
  27. package/dist/esm/c_panel__main_body_PaddingBlockEnd.js +1 -1
  28. package/dist/esm/c_panel__main_body_PaddingBlockStart.d.ts +1 -1
  29. package/dist/esm/c_panel__main_body_PaddingBlockStart.js +1 -1
  30. package/dist/esm/c_panel_before_BorderWidth.d.ts +1 -1
  31. package/dist/esm/c_panel_before_BorderWidth.js +1 -1
  32. package/dist/esm/c_panel_m_no_border_before_BorderWidth.d.ts +6 -0
  33. package/dist/esm/c_panel_m_no_border_before_BorderWidth.js +6 -0
  34. package/dist/esm/c_panel_m_pill_BorderRadius.d.ts +6 -0
  35. package/dist/esm/c_panel_m_pill_BorderRadius.js +6 -0
  36. package/dist/esm/c_panel_m_raised_BorderRadius.d.ts +6 -0
  37. package/dist/esm/c_panel_m_raised_BorderRadius.js +6 -0
  38. package/dist/esm/index.d.ts +11 -17
  39. package/dist/esm/index.js +11 -17
  40. package/dist/js/c_card.d.ts +61 -53
  41. package/dist/js/c_card.js +61 -53
  42. package/dist/js/c_compass.d.ts +18 -135
  43. package/dist/js/c_compass.js +18 -135
  44. package/dist/js/c_drawer.d.ts +1 -1
  45. package/dist/js/c_drawer.js +1 -1
  46. package/dist/js/c_overflow_menu.d.ts +36 -0
  47. package/dist/js/c_overflow_menu.js +36 -0
  48. package/dist/js/c_overflow_menu_RowGap.d.ts +6 -0
  49. package/dist/js/c_overflow_menu_RowGap.js +8 -0
  50. package/dist/js/c_overflow_menu__group_RowGap.d.ts +6 -0
  51. package/dist/js/c_overflow_menu__group_RowGap.js +8 -0
  52. package/dist/js/c_overflow_menu__group_m_button_group_RowGap.d.ts +6 -0
  53. package/dist/js/c_overflow_menu__group_m_button_group_RowGap.js +8 -0
  54. package/dist/js/c_overflow_menu__group_m_icon_button_group_RowGap.d.ts +6 -0
  55. package/dist/js/c_overflow_menu__group_m_icon_button_group_RowGap.js +8 -0
  56. package/dist/js/c_page.d.ts +2 -2
  57. package/dist/js/c_page.js +2 -2
  58. package/dist/js/c_panel.d.ts +73 -13
  59. package/dist/js/c_panel.js +73 -13
  60. package/dist/js/c_panel_BorderRadius.d.ts +1 -1
  61. package/dist/js/c_panel_BorderRadius.js +1 -1
  62. package/dist/js/c_panel__main_MaxHeight.d.ts +1 -1
  63. package/dist/js/c_panel__main_MaxHeight.js +1 -1
  64. package/dist/js/c_panel__main_body_PaddingBlockEnd.d.ts +1 -1
  65. package/dist/js/c_panel__main_body_PaddingBlockEnd.js +1 -1
  66. package/dist/js/c_panel__main_body_PaddingBlockStart.d.ts +1 -1
  67. package/dist/js/c_panel__main_body_PaddingBlockStart.js +1 -1
  68. package/dist/js/c_panel_before_BorderWidth.d.ts +1 -1
  69. package/dist/js/c_panel_before_BorderWidth.js +1 -1
  70. package/dist/js/c_panel_m_no_border_before_BorderWidth.d.ts +6 -0
  71. package/dist/js/c_panel_m_no_border_before_BorderWidth.js +8 -0
  72. package/dist/js/c_panel_m_pill_BorderRadius.d.ts +6 -0
  73. package/dist/js/c_panel_m_pill_BorderRadius.js +8 -0
  74. package/dist/js/c_panel_m_raised_BorderRadius.d.ts +6 -0
  75. package/dist/js/c_panel_m_raised_BorderRadius.js +8 -0
  76. package/dist/js/index.d.ts +11 -17
  77. package/dist/js/index.js +11 -17
  78. package/package.json +3 -3
  79. package/dist/esm/c_card_BoxShadow.d.ts +0 -6
  80. package/dist/esm/c_card_BoxShadow.js +0 -6
  81. package/dist/esm/c_card_m_plain_BoxShadow.d.ts +0 -6
  82. package/dist/esm/c_card_m_plain_BoxShadow.js +0 -6
  83. package/dist/esm/c_compass__panel_BackdropFilter.d.ts +0 -6
  84. package/dist/esm/c_compass__panel_BackdropFilter.js +0 -6
  85. package/dist/esm/c_compass__panel_BackgroundColor.d.ts +0 -6
  86. package/dist/esm/c_compass__panel_BackgroundColor.js +0 -6
  87. package/dist/esm/c_compass__panel_BorderColor.d.ts +0 -6
  88. package/dist/esm/c_compass__panel_BorderColor.js +0 -6
  89. package/dist/esm/c_compass__panel_BorderRadius.d.ts +0 -6
  90. package/dist/esm/c_compass__panel_BorderRadius.js +0 -6
  91. package/dist/esm/c_compass__panel_BorderWidth.d.ts +0 -6
  92. package/dist/esm/c_compass__panel_BorderWidth.js +0 -6
  93. package/dist/esm/c_compass__panel_BoxShadow.d.ts +0 -6
  94. package/dist/esm/c_compass__panel_BoxShadow.js +0 -6
  95. package/dist/esm/c_compass__panel_PaddingBlockEnd.d.ts +0 -6
  96. package/dist/esm/c_compass__panel_PaddingBlockEnd.js +0 -6
  97. package/dist/esm/c_compass__panel_PaddingBlockStart.d.ts +0 -6
  98. package/dist/esm/c_compass__panel_PaddingBlockStart.js +0 -6
  99. package/dist/esm/c_compass__panel_PaddingInlineEnd.d.ts +0 -6
  100. package/dist/esm/c_compass__panel_PaddingInlineEnd.js +0 -6
  101. package/dist/esm/c_compass__panel_PaddingInlineStart.d.ts +0 -6
  102. package/dist/esm/c_compass__panel_PaddingInlineStart.js +0 -6
  103. package/dist/esm/c_compass__panel_m_pill_BorderRadius.d.ts +0 -6
  104. package/dist/esm/c_compass__panel_m_pill_BorderRadius.js +0 -6
  105. package/dist/js/c_card_BoxShadow.d.ts +0 -6
  106. package/dist/js/c_card_BoxShadow.js +0 -8
  107. package/dist/js/c_card_m_plain_BoxShadow.d.ts +0 -6
  108. package/dist/js/c_card_m_plain_BoxShadow.js +0 -8
  109. package/dist/js/c_compass__panel_BackdropFilter.d.ts +0 -6
  110. package/dist/js/c_compass__panel_BackdropFilter.js +0 -8
  111. package/dist/js/c_compass__panel_BackgroundColor.d.ts +0 -6
  112. package/dist/js/c_compass__panel_BackgroundColor.js +0 -8
  113. package/dist/js/c_compass__panel_BorderColor.d.ts +0 -6
  114. package/dist/js/c_compass__panel_BorderColor.js +0 -8
  115. package/dist/js/c_compass__panel_BorderRadius.d.ts +0 -6
  116. package/dist/js/c_compass__panel_BorderRadius.js +0 -8
  117. package/dist/js/c_compass__panel_BorderWidth.d.ts +0 -6
  118. package/dist/js/c_compass__panel_BorderWidth.js +0 -8
  119. package/dist/js/c_compass__panel_BoxShadow.d.ts +0 -6
  120. package/dist/js/c_compass__panel_BoxShadow.js +0 -8
  121. package/dist/js/c_compass__panel_PaddingBlockEnd.d.ts +0 -6
  122. package/dist/js/c_compass__panel_PaddingBlockEnd.js +0 -8
  123. package/dist/js/c_compass__panel_PaddingBlockStart.d.ts +0 -6
  124. package/dist/js/c_compass__panel_PaddingBlockStart.js +0 -8
  125. package/dist/js/c_compass__panel_PaddingInlineEnd.d.ts +0 -6
  126. package/dist/js/c_compass__panel_PaddingInlineEnd.js +0 -8
  127. package/dist/js/c_compass__panel_PaddingInlineStart.d.ts +0 -6
  128. package/dist/js/c_compass__panel_PaddingInlineStart.js +0 -8
  129. package/dist/js/c_compass__panel_m_pill_BorderRadius.d.ts +0 -6
  130. package/dist/js/c_compass__panel_m_pill_BorderRadius.js +0 -8
@@ -28,11 +28,11 @@ export const c_panel = {
28
28
  },
29
29
  "c_panel_BorderRadius": {
30
30
  "name": "--pf-v6-c-panel--BorderRadius",
31
- "value": "6px",
31
+ "value": "16px",
32
32
  "values": [
33
- "--pf-t--global--border--radius--small",
34
- "--pf-t--global--border--radius--200",
35
- "6px"
33
+ "--pf-t--global--border--radius--medium",
34
+ "--pf-t--global--border--radius--300",
35
+ "16px"
36
36
  ]
37
37
  },
38
38
  "c_panel_before_BorderWidth": {
@@ -84,6 +84,10 @@ export const c_panel = {
84
84
  "#c7c7c7"
85
85
  ]
86
86
  },
87
+ "c_panel_m_no_border_before_BorderWidth": {
88
+ "name": "--pf-v6-c-panel--m-no-border--before--BorderWidth",
89
+ "value": "0"
90
+ },
87
91
  "c_panel_m_raised_BoxShadow": {
88
92
  "name": "--pf-v6-c-panel--m-raised--BoxShadow",
89
93
  "value": "0px\n 4px\n 10px\n 0px\n rgba(41, 41, 41, 0.1500)",
@@ -112,6 +116,15 @@ export const c_panel = {
112
116
  "0px"
113
117
  ]
114
118
  },
119
+ "c_panel_m_raised_BorderRadius": {
120
+ "name": "--pf-v6-c-panel--m-raised--BorderRadius",
121
+ "value": "6px",
122
+ "values": [
123
+ "--pf-t--global--border--radius--small",
124
+ "--pf-t--global--border--radius--200",
125
+ "6px"
126
+ ]
127
+ },
115
128
  "c_panel__header_PaddingBlockStart": {
116
129
  "name": "--pf-v6-c-panel__header--PaddingBlockStart",
117
130
  "value": "1rem",
@@ -158,11 +171,11 @@ export const c_panel = {
158
171
  },
159
172
  "c_panel__main_body_PaddingBlockStart": {
160
173
  "name": "--pf-v6-c-panel__main-body--PaddingBlockStart",
161
- "value": "1rem",
174
+ "value": "1.5rem",
162
175
  "values": [
163
- "--pf-t--global--spacer--md",
164
- "--pf-t--global--spacer--300",
165
- "1rem"
176
+ "--pf-t--global--spacer--lg",
177
+ "--pf-t--global--spacer--400",
178
+ "1.5rem"
166
179
  ]
167
180
  },
168
181
  "c_panel__main_body_PaddingInlineEnd": {
@@ -176,11 +189,11 @@ export const c_panel = {
176
189
  },
177
190
  "c_panel__main_body_PaddingBlockEnd": {
178
191
  "name": "--pf-v6-c-panel__main-body--PaddingBlockEnd",
179
- "value": "1rem",
192
+ "value": "1.5rem",
180
193
  "values": [
181
- "--pf-t--global--spacer--md",
182
- "--pf-t--global--spacer--300",
183
- "1rem"
194
+ "--pf-t--global--spacer--lg",
195
+ "--pf-t--global--spacer--400",
196
+ "1.5rem"
184
197
  ]
185
198
  },
186
199
  "c_panel__main_body_PaddingInlineStart": {
@@ -240,6 +253,15 @@ export const c_panel = {
240
253
  "name": "--pf-v6-c-panel__footer--BorderWidth",
241
254
  "value": "0"
242
255
  },
256
+ "c_panel_m_pill_BorderRadius": {
257
+ "name": "--pf-v6-c-panel--m-pill--BorderRadius",
258
+ "value": "999px",
259
+ "values": [
260
+ "--pf-t--global--border--radius--pill",
261
+ "--pf-t--global--border--radius--500",
262
+ "999px"
263
+ ]
264
+ },
243
265
  "c_panel_m_scrollable__main_MaxHeight": {
244
266
  "name": "--pf-v6-c-panel--m-scrollable__main--MaxHeight",
245
267
  "value": "18.75rem"
@@ -420,6 +442,16 @@ export const c_panel = {
420
442
  "--pf-t--global--border--width--high-contrast--regular",
421
443
  "0px"
422
444
  ]
445
+ },
446
+ "c_panel_BorderRadius": {
447
+ "name": "--pf-v6-c-panel--BorderRadius",
448
+ "value": "6px",
449
+ "values": [
450
+ "--pf-v6-c-panel--m-raised--BorderRadius",
451
+ "--pf-t--global--border--radius--small",
452
+ "--pf-t--global--border--radius--200",
453
+ "6px"
454
+ ]
423
455
  }
424
456
  },
425
457
  ".pf-v6-c-panel.pf-m-scrollable": {
@@ -489,7 +521,13 @@ export const c_panel = {
489
521
  ]
490
522
  }
491
523
  },
492
- ".pf-v6-c-panel.pf-m-glass": {
524
+ ".pf-v6-c-panel.pf-m-scrollable-auto-height": {
525
+ "c_panel__main_MaxHeight": {
526
+ "name": "--pf-v6-c-panel__main--MaxHeight",
527
+ "value": "100%"
528
+ }
529
+ },
530
+ ":where(.pf-v6-theme-glass) .pf-v6-c-panel.pf-m-glass": {
493
531
  "c_panel_BackgroundColor": {
494
532
  "name": "--pf-v6-c-panel--BackgroundColor",
495
533
  "value": "initial",
@@ -538,6 +576,28 @@ export const c_panel = {
538
576
  "initial"
539
577
  ]
540
578
  }
579
+ },
580
+ ".pf-v6-c-panel.pf-m-no-border": {
581
+ "c_panel_before_BorderWidth": {
582
+ "name": "--pf-v6-c-panel--before--BorderWidth",
583
+ "value": "0",
584
+ "values": [
585
+ "--pf-v6-c-panel--m-no-border--before--BorderWidth",
586
+ "0"
587
+ ]
588
+ }
589
+ },
590
+ ".pf-v6-c-panel.pf-m-pill": {
591
+ "c_panel_BorderRadius": {
592
+ "name": "--pf-v6-c-panel--BorderRadius",
593
+ "value": "999px",
594
+ "values": [
595
+ "--pf-v6-c-panel--m-pill--BorderRadius",
596
+ "--pf-t--global--border--radius--pill",
597
+ "--pf-t--global--border--radius--500",
598
+ "999px"
599
+ ]
600
+ }
541
601
  }
542
602
  };
543
603
  export default c_panel;
@@ -1,6 +1,6 @@
1
1
  export const c_panel_BorderRadius: {
2
2
  "name": "--pf-v6-c-panel--BorderRadius",
3
- "value": "initial",
3
+ "value": "999px",
4
4
  "var": "var(--pf-v6-c-panel--BorderRadius)"
5
5
  };
6
6
  export default c_panel_BorderRadius;
@@ -1,6 +1,6 @@
1
1
  export const c_panel_BorderRadius = {
2
2
  "name": "--pf-v6-c-panel--BorderRadius",
3
- "value": "initial",
3
+ "value": "999px",
4
4
  "var": "var(--pf-v6-c-panel--BorderRadius)"
5
5
  };
6
6
  export default c_panel_BorderRadius;
@@ -1,6 +1,6 @@
1
1
  export const c_panel__main_MaxHeight: {
2
2
  "name": "--pf-v6-c-panel__main--MaxHeight",
3
- "value": "18.75rem",
3
+ "value": "100%",
4
4
  "var": "var(--pf-v6-c-panel__main--MaxHeight)"
5
5
  };
6
6
  export default c_panel__main_MaxHeight;
@@ -1,6 +1,6 @@
1
1
  export const c_panel__main_MaxHeight = {
2
2
  "name": "--pf-v6-c-panel__main--MaxHeight",
3
- "value": "18.75rem",
3
+ "value": "100%",
4
4
  "var": "var(--pf-v6-c-panel__main--MaxHeight)"
5
5
  };
6
6
  export default c_panel__main_MaxHeight;
@@ -1,6 +1,6 @@
1
1
  export const c_panel__main_body_PaddingBlockEnd: {
2
2
  "name": "--pf-v6-c-panel__main-body--PaddingBlockEnd",
3
- "value": "1rem",
3
+ "value": "1.5rem",
4
4
  "var": "var(--pf-v6-c-panel__main-body--PaddingBlockEnd)"
5
5
  };
6
6
  export default c_panel__main_body_PaddingBlockEnd;
@@ -1,6 +1,6 @@
1
1
  export const c_panel__main_body_PaddingBlockEnd = {
2
2
  "name": "--pf-v6-c-panel__main-body--PaddingBlockEnd",
3
- "value": "1rem",
3
+ "value": "1.5rem",
4
4
  "var": "var(--pf-v6-c-panel__main-body--PaddingBlockEnd)"
5
5
  };
6
6
  export default c_panel__main_body_PaddingBlockEnd;
@@ -1,6 +1,6 @@
1
1
  export const c_panel__main_body_PaddingBlockStart: {
2
2
  "name": "--pf-v6-c-panel__main-body--PaddingBlockStart",
3
- "value": "1rem",
3
+ "value": "1.5rem",
4
4
  "var": "var(--pf-v6-c-panel__main-body--PaddingBlockStart)"
5
5
  };
6
6
  export default c_panel__main_body_PaddingBlockStart;
@@ -1,6 +1,6 @@
1
1
  export const c_panel__main_body_PaddingBlockStart = {
2
2
  "name": "--pf-v6-c-panel__main-body--PaddingBlockStart",
3
- "value": "1rem",
3
+ "value": "1.5rem",
4
4
  "var": "var(--pf-v6-c-panel__main-body--PaddingBlockStart)"
5
5
  };
6
6
  export default c_panel__main_body_PaddingBlockStart;
@@ -1,6 +1,6 @@
1
1
  export const c_panel_before_BorderWidth: {
2
2
  "name": "--pf-v6-c-panel--before--BorderWidth",
3
- "value": "initial",
3
+ "value": "0",
4
4
  "var": "var(--pf-v6-c-panel--before--BorderWidth)"
5
5
  };
6
6
  export default c_panel_before_BorderWidth;
@@ -1,6 +1,6 @@
1
1
  export const c_panel_before_BorderWidth = {
2
2
  "name": "--pf-v6-c-panel--before--BorderWidth",
3
- "value": "initial",
3
+ "value": "0",
4
4
  "var": "var(--pf-v6-c-panel--before--BorderWidth)"
5
5
  };
6
6
  export default c_panel_before_BorderWidth;
@@ -0,0 +1,6 @@
1
+ export const c_panel_m_no_border_before_BorderWidth: {
2
+ "name": "--pf-v6-c-panel--m-no-border--before--BorderWidth",
3
+ "value": "0",
4
+ "var": "var(--pf-v6-c-panel--m-no-border--before--BorderWidth)"
5
+ };
6
+ export default c_panel_m_no_border_before_BorderWidth;
@@ -0,0 +1,6 @@
1
+ export const c_panel_m_no_border_before_BorderWidth = {
2
+ "name": "--pf-v6-c-panel--m-no-border--before--BorderWidth",
3
+ "value": "0",
4
+ "var": "var(--pf-v6-c-panel--m-no-border--before--BorderWidth)"
5
+ };
6
+ export default c_panel_m_no_border_before_BorderWidth;
@@ -0,0 +1,6 @@
1
+ export const c_panel_m_pill_BorderRadius: {
2
+ "name": "--pf-v6-c-panel--m-pill--BorderRadius",
3
+ "value": "999px",
4
+ "var": "var(--pf-v6-c-panel--m-pill--BorderRadius)"
5
+ };
6
+ export default c_panel_m_pill_BorderRadius;
@@ -0,0 +1,6 @@
1
+ export const c_panel_m_pill_BorderRadius = {
2
+ "name": "--pf-v6-c-panel--m-pill--BorderRadius",
3
+ "value": "999px",
4
+ "var": "var(--pf-v6-c-panel--m-pill--BorderRadius)"
5
+ };
6
+ export default c_panel_m_pill_BorderRadius;
@@ -0,0 +1,6 @@
1
+ export const c_panel_m_raised_BorderRadius: {
2
+ "name": "--pf-v6-c-panel--m-raised--BorderRadius",
3
+ "value": "6px",
4
+ "var": "var(--pf-v6-c-panel--m-raised--BorderRadius)"
5
+ };
6
+ export default c_panel_m_raised_BorderRadius;
@@ -0,0 +1,6 @@
1
+ export const c_panel_m_raised_BorderRadius = {
2
+ "name": "--pf-v6-c-panel--m-raised--BorderRadius",
3
+ "value": "6px",
4
+ "var": "var(--pf-v6-c-panel--m-raised--BorderRadius)"
5
+ };
6
+ export default c_panel_m_raised_BorderRadius;
@@ -856,7 +856,6 @@ export { c_card_BorderColor } from './c_card_BorderColor';
856
856
  export { c_card_BorderStyle } from './c_card_BorderStyle';
857
857
  export { c_card_BorderWidth } from './c_card_BorderWidth';
858
858
  export { c_card_BorderRadius } from './c_card_BorderRadius';
859
- export { c_card_BoxShadow } from './c_card_BoxShadow';
860
859
  export { c_card_first_child_PaddingBlockStart } from './c_card_first_child_PaddingBlockStart';
861
860
  export { c_card_child_PaddingInlineEnd } from './c_card_child_PaddingInlineEnd';
862
861
  export { c_card_child_PaddingBlockEnd } from './c_card_child_PaddingBlockEnd';
@@ -927,7 +926,6 @@ export { c_card_m_secondary_BackgroundColor } from './c_card_m_secondary_Backgro
927
926
  export { c_card_m_full_height_Height } from './c_card_m_full_height_Height';
928
927
  export { c_card_m_plain_BorderColor } from './c_card_m_plain_BorderColor';
929
928
  export { c_card_m_plain_BackgroundColor } from './c_card_m_plain_BackgroundColor';
930
- export { c_card_m_plain_BoxShadow } from './c_card_m_plain_BoxShadow';
931
929
  export { c_card__header_m_toggle_right_toggle_MarginInlineEnd } from './c_card__header_m_toggle_right_toggle_MarginInlineEnd';
932
930
  export { c_card__header_m_toggle_right_toggle_MarginInlineStart } from './c_card__header_m_toggle_right_toggle_MarginInlineStart';
933
931
  export { c_card_m_as_tile_BackgroundColor } from './c_card_m_as_tile_BackgroundColor';
@@ -1078,17 +1076,6 @@ export { c_compass__main_RowGap } from './c_compass__main_RowGap';
1078
1076
  export { c_compass__main_header_content_RowGap } from './c_compass__main_header_content_RowGap';
1079
1077
  export { c_compass__main_header_content_ColumnGap } from './c_compass__main_header_content_ColumnGap';
1080
1078
  export { c_compass__main_footer_MarginBlockStart } from './c_compass__main_footer_MarginBlockStart';
1081
- export { c_compass__panel_m_pill_BorderRadius } from './c_compass__panel_m_pill_BorderRadius';
1082
- export { c_compass__panel_PaddingBlockStart } from './c_compass__panel_PaddingBlockStart';
1083
- export { c_compass__panel_PaddingBlockEnd } from './c_compass__panel_PaddingBlockEnd';
1084
- export { c_compass__panel_PaddingInlineStart } from './c_compass__panel_PaddingInlineStart';
1085
- export { c_compass__panel_PaddingInlineEnd } from './c_compass__panel_PaddingInlineEnd';
1086
- export { c_compass__panel_BackgroundColor } from './c_compass__panel_BackgroundColor';
1087
- export { c_compass__panel_BackdropFilter } from './c_compass__panel_BackdropFilter';
1088
- export { c_compass__panel_BorderColor } from './c_compass__panel_BorderColor';
1089
- export { c_compass__panel_BorderRadius } from './c_compass__panel_BorderRadius';
1090
- export { c_compass__panel_BorderWidth } from './c_compass__panel_BorderWidth';
1091
- export { c_compass__panel_BoxShadow } from './c_compass__panel_BoxShadow';
1092
1079
  export { c_compass__message_bar_Width } from './c_compass__message_bar_Width';
1093
1080
  export { c_compass__message_bar_MinWidth } from './c_compass__message_bar_MinWidth';
1094
1081
  export { c_compass__message_bar_MaxWidth } from './c_compass__message_bar_MaxWidth';
@@ -1104,6 +1091,10 @@ export { c_compass_section_TransitionDelay } from './c_compass_section_Transitio
1104
1091
  export { c_compass_section_m_expanded_duration } from './c_compass_section_m_expanded_duration';
1105
1092
  export { c_compass_section_m_expanded_TransitionDuration } from './c_compass_section_m_expanded_TransitionDuration';
1106
1093
  export { c_compass_section_m_expanded_TransitionDelay } from './c_compass_section_m_expanded_TransitionDelay';
1094
+ export { c_panel__main_body_PaddingBlockStart } from './c_panel__main_body_PaddingBlockStart';
1095
+ export { c_panel__main_body_PaddingBlockEnd } from './c_panel__main_body_PaddingBlockEnd';
1096
+ export { c_panel__main_body_PaddingInlineStart } from './c_panel__main_body_PaddingInlineStart';
1097
+ export { c_panel__main_body_PaddingInlineEnd } from './c_panel__main_body_PaddingInlineEnd';
1107
1098
  export { c_content } from './c_content';
1108
1099
  export { c_content_MarginBlockEnd } from './c_content_MarginBlockEnd';
1109
1100
  export { c_content_LineHeight } from './c_content_LineHeight';
@@ -3158,9 +3149,13 @@ export { c_number_input_c_form_control_width_chars } from './c_number_input_c_fo
3158
3149
  export { c_number_input_c_form_control_Width } from './c_number_input_c_form_control_Width';
3159
3150
  export { c_overflow_menu } from './c_overflow_menu';
3160
3151
  export { c_overflow_menu_ColumnGap } from './c_overflow_menu_ColumnGap';
3152
+ export { c_overflow_menu_RowGap } from './c_overflow_menu_RowGap';
3161
3153
  export { c_overflow_menu__group_ColumnGap } from './c_overflow_menu__group_ColumnGap';
3154
+ export { c_overflow_menu__group_RowGap } from './c_overflow_menu__group_RowGap';
3162
3155
  export { c_overflow_menu__group_m_button_group_ColumnGap } from './c_overflow_menu__group_m_button_group_ColumnGap';
3156
+ export { c_overflow_menu__group_m_button_group_RowGap } from './c_overflow_menu__group_m_button_group_RowGap';
3163
3157
  export { c_overflow_menu__group_m_icon_button_group_ColumnGap } from './c_overflow_menu__group_m_icon_button_group_ColumnGap';
3158
+ export { c_overflow_menu__group_m_icon_button_group_RowGap } from './c_overflow_menu__group_m_icon_button_group_RowGap';
3164
3159
  export { c_page } from './c_page';
3165
3160
  export { c_page_BackgroundColor } from './c_page_BackgroundColor';
3166
3161
  export { c_page_inset } from './c_page_inset';
@@ -3401,19 +3396,17 @@ export { c_panel_m_secondary_BackgroundColor } from './c_panel_m_secondary_Backg
3401
3396
  export { c_panel_m_secondary_before_BorderWidth } from './c_panel_m_secondary_before_BorderWidth';
3402
3397
  export { c_panel_m_bordered_before_BorderWidth } from './c_panel_m_bordered_before_BorderWidth';
3403
3398
  export { c_panel_m_bordered_before_BorderColor } from './c_panel_m_bordered_before_BorderColor';
3399
+ export { c_panel_m_no_border_before_BorderWidth } from './c_panel_m_no_border_before_BorderWidth';
3404
3400
  export { c_panel_m_raised_BoxShadow } from './c_panel_m_raised_BoxShadow';
3405
3401
  export { c_panel_m_raised_BackgroundColor } from './c_panel_m_raised_BackgroundColor';
3406
3402
  export { c_panel_m_raised_before_BorderWidth } from './c_panel_m_raised_before_BorderWidth';
3403
+ export { c_panel_m_raised_BorderRadius } from './c_panel_m_raised_BorderRadius';
3407
3404
  export { c_panel__header_PaddingBlockStart } from './c_panel__header_PaddingBlockStart';
3408
3405
  export { c_panel__header_PaddingInlineEnd } from './c_panel__header_PaddingInlineEnd';
3409
3406
  export { c_panel__header_PaddingBlockEnd } from './c_panel__header_PaddingBlockEnd';
3410
3407
  export { c_panel__header_PaddingInlineStart } from './c_panel__header_PaddingInlineStart';
3411
3408
  export { c_panel__main_MaxHeight } from './c_panel__main_MaxHeight';
3412
3409
  export { c_panel__main_Overflow } from './c_panel__main_Overflow';
3413
- export { c_panel__main_body_PaddingBlockStart } from './c_panel__main_body_PaddingBlockStart';
3414
- export { c_panel__main_body_PaddingInlineEnd } from './c_panel__main_body_PaddingInlineEnd';
3415
- export { c_panel__main_body_PaddingBlockEnd } from './c_panel__main_body_PaddingBlockEnd';
3416
- export { c_panel__main_body_PaddingInlineStart } from './c_panel__main_body_PaddingInlineStart';
3417
3410
  export { c_panel__footer_PaddingBlockStart } from './c_panel__footer_PaddingBlockStart';
3418
3411
  export { c_panel__footer_PaddingInlineEnd } from './c_panel__footer_PaddingInlineEnd';
3419
3412
  export { c_panel__footer_PaddingBlockEnd } from './c_panel__footer_PaddingBlockEnd';
@@ -3421,6 +3414,7 @@ export { c_panel__footer_PaddingInlineStart } from './c_panel__footer_PaddingInl
3421
3414
  export { c_panel__footer_BoxShadow } from './c_panel__footer_BoxShadow';
3422
3415
  export { c_panel__footer_BorderColor } from './c_panel__footer_BorderColor';
3423
3416
  export { c_panel__footer_BorderWidth } from './c_panel__footer_BorderWidth';
3417
+ export { c_panel_m_pill_BorderRadius } from './c_panel_m_pill_BorderRadius';
3424
3418
  export { c_panel_m_scrollable__main_MaxHeight } from './c_panel_m_scrollable__main_MaxHeight';
3425
3419
  export { c_panel_m_scrollable__main_Overflow } from './c_panel_m_scrollable__main_Overflow';
3426
3420
  export { c_panel_m_scrollable__footer_BoxShadow } from './c_panel_m_scrollable__footer_BoxShadow';
package/dist/esm/index.js CHANGED
@@ -856,7 +856,6 @@ export { c_card_BorderColor } from './c_card_BorderColor';
856
856
  export { c_card_BorderStyle } from './c_card_BorderStyle';
857
857
  export { c_card_BorderWidth } from './c_card_BorderWidth';
858
858
  export { c_card_BorderRadius } from './c_card_BorderRadius';
859
- export { c_card_BoxShadow } from './c_card_BoxShadow';
860
859
  export { c_card_first_child_PaddingBlockStart } from './c_card_first_child_PaddingBlockStart';
861
860
  export { c_card_child_PaddingInlineEnd } from './c_card_child_PaddingInlineEnd';
862
861
  export { c_card_child_PaddingBlockEnd } from './c_card_child_PaddingBlockEnd';
@@ -927,7 +926,6 @@ export { c_card_m_secondary_BackgroundColor } from './c_card_m_secondary_Backgro
927
926
  export { c_card_m_full_height_Height } from './c_card_m_full_height_Height';
928
927
  export { c_card_m_plain_BorderColor } from './c_card_m_plain_BorderColor';
929
928
  export { c_card_m_plain_BackgroundColor } from './c_card_m_plain_BackgroundColor';
930
- export { c_card_m_plain_BoxShadow } from './c_card_m_plain_BoxShadow';
931
929
  export { c_card__header_m_toggle_right_toggle_MarginInlineEnd } from './c_card__header_m_toggle_right_toggle_MarginInlineEnd';
932
930
  export { c_card__header_m_toggle_right_toggle_MarginInlineStart } from './c_card__header_m_toggle_right_toggle_MarginInlineStart';
933
931
  export { c_card_m_as_tile_BackgroundColor } from './c_card_m_as_tile_BackgroundColor';
@@ -1078,17 +1076,6 @@ export { c_compass__main_RowGap } from './c_compass__main_RowGap';
1078
1076
  export { c_compass__main_header_content_RowGap } from './c_compass__main_header_content_RowGap';
1079
1077
  export { c_compass__main_header_content_ColumnGap } from './c_compass__main_header_content_ColumnGap';
1080
1078
  export { c_compass__main_footer_MarginBlockStart } from './c_compass__main_footer_MarginBlockStart';
1081
- export { c_compass__panel_m_pill_BorderRadius } from './c_compass__panel_m_pill_BorderRadius';
1082
- export { c_compass__panel_PaddingBlockStart } from './c_compass__panel_PaddingBlockStart';
1083
- export { c_compass__panel_PaddingBlockEnd } from './c_compass__panel_PaddingBlockEnd';
1084
- export { c_compass__panel_PaddingInlineStart } from './c_compass__panel_PaddingInlineStart';
1085
- export { c_compass__panel_PaddingInlineEnd } from './c_compass__panel_PaddingInlineEnd';
1086
- export { c_compass__panel_BackgroundColor } from './c_compass__panel_BackgroundColor';
1087
- export { c_compass__panel_BackdropFilter } from './c_compass__panel_BackdropFilter';
1088
- export { c_compass__panel_BorderColor } from './c_compass__panel_BorderColor';
1089
- export { c_compass__panel_BorderRadius } from './c_compass__panel_BorderRadius';
1090
- export { c_compass__panel_BorderWidth } from './c_compass__panel_BorderWidth';
1091
- export { c_compass__panel_BoxShadow } from './c_compass__panel_BoxShadow';
1092
1079
  export { c_compass__message_bar_Width } from './c_compass__message_bar_Width';
1093
1080
  export { c_compass__message_bar_MinWidth } from './c_compass__message_bar_MinWidth';
1094
1081
  export { c_compass__message_bar_MaxWidth } from './c_compass__message_bar_MaxWidth';
@@ -1104,6 +1091,10 @@ export { c_compass_section_TransitionDelay } from './c_compass_section_Transitio
1104
1091
  export { c_compass_section_m_expanded_duration } from './c_compass_section_m_expanded_duration';
1105
1092
  export { c_compass_section_m_expanded_TransitionDuration } from './c_compass_section_m_expanded_TransitionDuration';
1106
1093
  export { c_compass_section_m_expanded_TransitionDelay } from './c_compass_section_m_expanded_TransitionDelay';
1094
+ export { c_panel__main_body_PaddingBlockStart } from './c_panel__main_body_PaddingBlockStart';
1095
+ export { c_panel__main_body_PaddingBlockEnd } from './c_panel__main_body_PaddingBlockEnd';
1096
+ export { c_panel__main_body_PaddingInlineStart } from './c_panel__main_body_PaddingInlineStart';
1097
+ export { c_panel__main_body_PaddingInlineEnd } from './c_panel__main_body_PaddingInlineEnd';
1107
1098
  export { c_content } from './c_content';
1108
1099
  export { c_content_MarginBlockEnd } from './c_content_MarginBlockEnd';
1109
1100
  export { c_content_LineHeight } from './c_content_LineHeight';
@@ -3158,9 +3149,13 @@ export { c_number_input_c_form_control_width_chars } from './c_number_input_c_fo
3158
3149
  export { c_number_input_c_form_control_Width } from './c_number_input_c_form_control_Width';
3159
3150
  export { c_overflow_menu } from './c_overflow_menu';
3160
3151
  export { c_overflow_menu_ColumnGap } from './c_overflow_menu_ColumnGap';
3152
+ export { c_overflow_menu_RowGap } from './c_overflow_menu_RowGap';
3161
3153
  export { c_overflow_menu__group_ColumnGap } from './c_overflow_menu__group_ColumnGap';
3154
+ export { c_overflow_menu__group_RowGap } from './c_overflow_menu__group_RowGap';
3162
3155
  export { c_overflow_menu__group_m_button_group_ColumnGap } from './c_overflow_menu__group_m_button_group_ColumnGap';
3156
+ export { c_overflow_menu__group_m_button_group_RowGap } from './c_overflow_menu__group_m_button_group_RowGap';
3163
3157
  export { c_overflow_menu__group_m_icon_button_group_ColumnGap } from './c_overflow_menu__group_m_icon_button_group_ColumnGap';
3158
+ export { c_overflow_menu__group_m_icon_button_group_RowGap } from './c_overflow_menu__group_m_icon_button_group_RowGap';
3164
3159
  export { c_page } from './c_page';
3165
3160
  export { c_page_BackgroundColor } from './c_page_BackgroundColor';
3166
3161
  export { c_page_inset } from './c_page_inset';
@@ -3401,19 +3396,17 @@ export { c_panel_m_secondary_BackgroundColor } from './c_panel_m_secondary_Backg
3401
3396
  export { c_panel_m_secondary_before_BorderWidth } from './c_panel_m_secondary_before_BorderWidth';
3402
3397
  export { c_panel_m_bordered_before_BorderWidth } from './c_panel_m_bordered_before_BorderWidth';
3403
3398
  export { c_panel_m_bordered_before_BorderColor } from './c_panel_m_bordered_before_BorderColor';
3399
+ export { c_panel_m_no_border_before_BorderWidth } from './c_panel_m_no_border_before_BorderWidth';
3404
3400
  export { c_panel_m_raised_BoxShadow } from './c_panel_m_raised_BoxShadow';
3405
3401
  export { c_panel_m_raised_BackgroundColor } from './c_panel_m_raised_BackgroundColor';
3406
3402
  export { c_panel_m_raised_before_BorderWidth } from './c_panel_m_raised_before_BorderWidth';
3403
+ export { c_panel_m_raised_BorderRadius } from './c_panel_m_raised_BorderRadius';
3407
3404
  export { c_panel__header_PaddingBlockStart } from './c_panel__header_PaddingBlockStart';
3408
3405
  export { c_panel__header_PaddingInlineEnd } from './c_panel__header_PaddingInlineEnd';
3409
3406
  export { c_panel__header_PaddingBlockEnd } from './c_panel__header_PaddingBlockEnd';
3410
3407
  export { c_panel__header_PaddingInlineStart } from './c_panel__header_PaddingInlineStart';
3411
3408
  export { c_panel__main_MaxHeight } from './c_panel__main_MaxHeight';
3412
3409
  export { c_panel__main_Overflow } from './c_panel__main_Overflow';
3413
- export { c_panel__main_body_PaddingBlockStart } from './c_panel__main_body_PaddingBlockStart';
3414
- export { c_panel__main_body_PaddingInlineEnd } from './c_panel__main_body_PaddingInlineEnd';
3415
- export { c_panel__main_body_PaddingBlockEnd } from './c_panel__main_body_PaddingBlockEnd';
3416
- export { c_panel__main_body_PaddingInlineStart } from './c_panel__main_body_PaddingInlineStart';
3417
3410
  export { c_panel__footer_PaddingBlockStart } from './c_panel__footer_PaddingBlockStart';
3418
3411
  export { c_panel__footer_PaddingInlineEnd } from './c_panel__footer_PaddingInlineEnd';
3419
3412
  export { c_panel__footer_PaddingBlockEnd } from './c_panel__footer_PaddingBlockEnd';
@@ -3421,6 +3414,7 @@ export { c_panel__footer_PaddingInlineStart } from './c_panel__footer_PaddingInl
3421
3414
  export { c_panel__footer_BoxShadow } from './c_panel__footer_BoxShadow';
3422
3415
  export { c_panel__footer_BorderColor } from './c_panel__footer_BorderColor';
3423
3416
  export { c_panel__footer_BorderWidth } from './c_panel__footer_BorderWidth';
3417
+ export { c_panel_m_pill_BorderRadius } from './c_panel_m_pill_BorderRadius';
3424
3418
  export { c_panel_m_scrollable__main_MaxHeight } from './c_panel_m_scrollable__main_MaxHeight';
3425
3419
  export { c_panel_m_scrollable__main_Overflow } from './c_panel_m_scrollable__main_Overflow';
3426
3420
  export { c_panel_m_scrollable__footer_BoxShadow } from './c_panel_m_scrollable__footer_BoxShadow';
@@ -42,16 +42,6 @@ export const c_card: {
42
42
  "16px"
43
43
  ]
44
44
  },
45
- "c_card_BoxShadow": {
46
- "name": "--pf-v6-c-card--BoxShadow",
47
- "value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
48
- "values": [
49
- "--pf-t--global--box-shadow--sm",
50
- "--pf-t--global--box-shadow--X--sm--default\n --pf-t--global--box-shadow--Y--sm--default\n --pf-t--global--box-shadow--blur--sm\n --pf-t--global--box-shadow--spread--sm--default\n --pf-t--global--box-shadow--color--sm--default",
51
- "--pf-t--global--box-shadow--X--400\n --pf-t--global--box-shadow--Y--500\n --pf-t--global--box-shadow--blur--100\n --pf-t--global--box-shadow--spread--100\n --pf-t--global--box-shadow--color--100",
52
- "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)"
53
- ]
54
- },
55
45
  "c_card_first_child_PaddingBlockStart": {
56
46
  "name": "--pf-v6-c-card--first-child--PaddingBlockStart",
57
47
  "value": "1.5rem",
@@ -684,10 +674,6 @@ export const c_card: {
684
674
  "name": "--pf-v6-c-card--m-plain--BackgroundColor",
685
675
  "value": "transparent"
686
676
  },
687
- "c_card_m_plain_BoxShadow": {
688
- "name": "--pf-v6-c-card--m-plain--BoxShadow",
689
- "value": "none"
690
- },
691
677
  "c_card__header_m_toggle_right_toggle_MarginInlineEnd": {
692
678
  "name": "--pf-v6-c-card__header--m-toggle-right--toggle--MarginInlineEnd",
693
679
  "value": "calc(0.5rem * -1)",
@@ -773,6 +759,35 @@ export const c_card: {
773
759
  ]
774
760
  }
775
761
  },
762
+ ":where(.pf-v6-theme-glass) .pf-v6-c-card.pf-m-glass": {
763
+ "c_card_BackgroundColor": {
764
+ "name": "--pf-v6-c-card--BackgroundColor",
765
+ "value": "initial",
766
+ "values": [
767
+ "--pf-v6-c-card--m-glass--BackgroundColor",
768
+ "--pf-t--global--background--color--glass--primary--default",
769
+ "initial"
770
+ ]
771
+ },
772
+ "c_card_BorderColor": {
773
+ "name": "--pf-v6-c-card--BorderColor",
774
+ "value": "initial",
775
+ "values": [
776
+ "--pf-v6-c-card--m-glass--BorderColor",
777
+ "--pf-t--global--border--color--glass--default",
778
+ "initial"
779
+ ]
780
+ },
781
+ "c_card_BorderWidth": {
782
+ "name": "--pf-v6-c-card--BorderWidth",
783
+ "value": "initial",
784
+ "values": [
785
+ "--pf-v6-c-card--m-glass--BorderWidth",
786
+ "--pf-t--global--border--width--glass--default",
787
+ "initial"
788
+ ]
789
+ }
790
+ },
776
791
  ".pf-v6-c-card.pf-m-selectable": {
777
792
  "c_card_BorderColor": {
778
793
  "name": "--pf-v6-c-card--BorderColor",
@@ -1168,58 +1183,51 @@ export const c_card: {
1168
1183
  "--pf-v6-c-card--m-plain--BackgroundColor",
1169
1184
  "transparent"
1170
1185
  ]
1171
- },
1172
- "c_card_BoxShadow": {
1173
- "name": "--pf-v6-c-card--BoxShadow",
1174
- "value": "none",
1175
- "values": [
1176
- "--pf-v6-c-card--m-plain--BoxShadow",
1177
- "none"
1178
- ]
1179
1186
  }
1180
1187
  },
1181
- ".pf-v6-c-card.pf-m-glass": {
1182
- "c_card_BackgroundColor": {
1183
- "name": "--pf-v6-c-card--BackgroundColor",
1184
- "value": "initial",
1185
- "values": [
1186
- "--pf-v6-c-card--m-glass--BackgroundColor",
1187
- "--pf-t--global--background--color--glass--primary--default",
1188
- "initial"
1189
- ]
1190
- },
1188
+ ".pf-v6-c-card.pf-m-plain.pf-m-selectable": {
1191
1189
  "c_card_BorderColor": {
1192
1190
  "name": "--pf-v6-c-card--BorderColor",
1193
- "value": "initial",
1191
+ "value": "#8c8c8c",
1194
1192
  "values": [
1195
- "--pf-v6-c-card--m-glass--BorderColor",
1196
- "--pf-t--global--border--color--glass--default",
1197
- "initial"
1193
+ "--pf-v6-c-card--m-selectable--BorderColor",
1194
+ "--pf-t--global--border--color--control--default",
1195
+ "--pf-t--global--border--color--300",
1196
+ "--pf-t--color--gray--45",
1197
+ "#8c8c8c"
1198
1198
  ]
1199
1199
  },
1200
1200
  "c_card_BorderWidth": {
1201
1201
  "name": "--pf-v6-c-card--BorderWidth",
1202
- "value": "initial",
1202
+ "value": "1px",
1203
1203
  "values": [
1204
- "--pf-v6-c-card--m-glass--BorderWidth",
1205
- "--pf-t--global--border--width--glass--default",
1206
- "initial"
1204
+ "--pf-v6-c-card--m-selectable--BorderWidth",
1205
+ "--pf-t--global--border--width--box--default",
1206
+ "--pf-t--global--border--width--100",
1207
+ "1px"
1208
+ ]
1209
+ }
1210
+ },
1211
+ ".pf-v6-c-card.pf-m-plain.pf-m-selectable.pf-m-current": {
1212
+ "c_card_BorderColor": {
1213
+ "name": "--pf-v6-c-card--BorderColor",
1214
+ "value": "#0066cc",
1215
+ "values": [
1216
+ "--pf-v6-c-card--m-selectable--m-clickable--m-current--BorderColor",
1217
+ "--pf-t--global--border--color--clicked",
1218
+ "--pf-t--global--color--brand--200",
1219
+ "--pf-t--color--blue--50",
1220
+ "#0066cc"
1207
1221
  ]
1208
1222
  },
1209
- "c_card_BorderStyle": {
1210
- "name": "--pf-v6-c-card--BorderStyle",
1211
- "value": "solid"
1212
- },
1213
- "c_card_BoxShadow": {
1214
- "name": "--pf-v6-c-card--BoxShadow",
1215
- "value": "0px\n 4px\n 10px\n 0px\n rgba(41, 41, 41, 0.1500)",
1223
+ "c_card_BorderWidth": {
1224
+ "name": "--pf-v6-c-card--BorderWidth",
1225
+ "value": "3px",
1216
1226
  "values": [
1217
- "--pf-v6-c-card--m-glass--BoxShadow",
1218
- "--pf-t--global--box-shadow--glass--default",
1219
- "--pf-t--global--box-shadow--md",
1220
- "--pf-t--global--box-shadow--X--md--default\n --pf-t--global--box-shadow--Y--md--default\n --pf-t--global--box-shadow--blur--md\n --pf-t--global--box-shadow--spread--md--default\n --pf-t--global--box-shadow--color--md--default",
1221
- "--pf-t--global--box-shadow--X--400\n --pf-t--global--box-shadow--Y--600\n --pf-t--global--box-shadow--blur--200\n --pf-t--global--box-shadow--spread--100\n --pf-t--global--box-shadow--color--100",
1222
- "0px\n 4px\n 10px\n 0px\n rgba(41, 41, 41, 0.1500)"
1227
+ "--pf-v6-c-card--m-selectable--m-clickable--m-current--BorderWidth",
1228
+ "--pf-t--global--border--width--box--clicked",
1229
+ "--pf-t--global--border--width--300",
1230
+ "3px"
1223
1231
  ]
1224
1232
  }
1225
1233
  },