@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.
- package/CHANGELOG.md +10 -0
- package/dist/esm/c_card.d.ts +61 -53
- package/dist/esm/c_card.js +61 -53
- package/dist/esm/c_compass.d.ts +18 -135
- package/dist/esm/c_compass.js +18 -135
- package/dist/esm/c_drawer.d.ts +1 -1
- package/dist/esm/c_drawer.js +1 -1
- 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 +2 -2
- package/dist/esm/c_page.js +2 -2
- package/dist/esm/c_panel.d.ts +73 -13
- package/dist/esm/c_panel.js +73 -13
- package/dist/esm/c_panel_BorderRadius.d.ts +1 -1
- package/dist/esm/c_panel_BorderRadius.js +1 -1
- package/dist/esm/c_panel__main_MaxHeight.d.ts +1 -1
- package/dist/esm/c_panel__main_MaxHeight.js +1 -1
- package/dist/esm/c_panel__main_body_PaddingBlockEnd.d.ts +1 -1
- package/dist/esm/c_panel__main_body_PaddingBlockEnd.js +1 -1
- package/dist/esm/c_panel__main_body_PaddingBlockStart.d.ts +1 -1
- package/dist/esm/c_panel__main_body_PaddingBlockStart.js +1 -1
- package/dist/esm/c_panel_before_BorderWidth.d.ts +1 -1
- package/dist/esm/c_panel_before_BorderWidth.js +1 -1
- package/dist/esm/c_panel_m_no_border_before_BorderWidth.d.ts +6 -0
- package/dist/esm/c_panel_m_no_border_before_BorderWidth.js +6 -0
- package/dist/esm/c_panel_m_pill_BorderRadius.d.ts +6 -0
- package/dist/esm/c_panel_m_pill_BorderRadius.js +6 -0
- package/dist/esm/c_panel_m_raised_BorderRadius.d.ts +6 -0
- package/dist/esm/c_panel_m_raised_BorderRadius.js +6 -0
- package/dist/esm/index.d.ts +11 -17
- package/dist/esm/index.js +11 -17
- package/dist/js/c_card.d.ts +61 -53
- package/dist/js/c_card.js +61 -53
- package/dist/js/c_compass.d.ts +18 -135
- package/dist/js/c_compass.js +18 -135
- package/dist/js/c_drawer.d.ts +1 -1
- package/dist/js/c_drawer.js +1 -1
- 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 +2 -2
- package/dist/js/c_page.js +2 -2
- package/dist/js/c_panel.d.ts +73 -13
- package/dist/js/c_panel.js +73 -13
- package/dist/js/c_panel_BorderRadius.d.ts +1 -1
- package/dist/js/c_panel_BorderRadius.js +1 -1
- package/dist/js/c_panel__main_MaxHeight.d.ts +1 -1
- package/dist/js/c_panel__main_MaxHeight.js +1 -1
- package/dist/js/c_panel__main_body_PaddingBlockEnd.d.ts +1 -1
- package/dist/js/c_panel__main_body_PaddingBlockEnd.js +1 -1
- package/dist/js/c_panel__main_body_PaddingBlockStart.d.ts +1 -1
- package/dist/js/c_panel__main_body_PaddingBlockStart.js +1 -1
- package/dist/js/c_panel_before_BorderWidth.d.ts +1 -1
- package/dist/js/c_panel_before_BorderWidth.js +1 -1
- package/dist/js/c_panel_m_no_border_before_BorderWidth.d.ts +6 -0
- package/dist/js/c_panel_m_no_border_before_BorderWidth.js +8 -0
- package/dist/js/c_panel_m_pill_BorderRadius.d.ts +6 -0
- package/dist/js/c_panel_m_pill_BorderRadius.js +8 -0
- package/dist/js/c_panel_m_raised_BorderRadius.d.ts +6 -0
- package/dist/js/c_panel_m_raised_BorderRadius.js +8 -0
- package/dist/js/index.d.ts +11 -17
- package/dist/js/index.js +11 -17
- 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/esm/c_compass__panel_BackdropFilter.d.ts +0 -6
- package/dist/esm/c_compass__panel_BackdropFilter.js +0 -6
- package/dist/esm/c_compass__panel_BackgroundColor.d.ts +0 -6
- package/dist/esm/c_compass__panel_BackgroundColor.js +0 -6
- package/dist/esm/c_compass__panel_BorderColor.d.ts +0 -6
- package/dist/esm/c_compass__panel_BorderColor.js +0 -6
- package/dist/esm/c_compass__panel_BorderRadius.d.ts +0 -6
- package/dist/esm/c_compass__panel_BorderRadius.js +0 -6
- package/dist/esm/c_compass__panel_BorderWidth.d.ts +0 -6
- package/dist/esm/c_compass__panel_BorderWidth.js +0 -6
- package/dist/esm/c_compass__panel_BoxShadow.d.ts +0 -6
- package/dist/esm/c_compass__panel_BoxShadow.js +0 -6
- package/dist/esm/c_compass__panel_PaddingBlockEnd.d.ts +0 -6
- package/dist/esm/c_compass__panel_PaddingBlockEnd.js +0 -6
- package/dist/esm/c_compass__panel_PaddingBlockStart.d.ts +0 -6
- package/dist/esm/c_compass__panel_PaddingBlockStart.js +0 -6
- package/dist/esm/c_compass__panel_PaddingInlineEnd.d.ts +0 -6
- package/dist/esm/c_compass__panel_PaddingInlineEnd.js +0 -6
- package/dist/esm/c_compass__panel_PaddingInlineStart.d.ts +0 -6
- package/dist/esm/c_compass__panel_PaddingInlineStart.js +0 -6
- package/dist/esm/c_compass__panel_m_pill_BorderRadius.d.ts +0 -6
- package/dist/esm/c_compass__panel_m_pill_BorderRadius.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
- package/dist/js/c_compass__panel_BackdropFilter.d.ts +0 -6
- package/dist/js/c_compass__panel_BackdropFilter.js +0 -8
- package/dist/js/c_compass__panel_BackgroundColor.d.ts +0 -6
- package/dist/js/c_compass__panel_BackgroundColor.js +0 -8
- package/dist/js/c_compass__panel_BorderColor.d.ts +0 -6
- package/dist/js/c_compass__panel_BorderColor.js +0 -8
- package/dist/js/c_compass__panel_BorderRadius.d.ts +0 -6
- package/dist/js/c_compass__panel_BorderRadius.js +0 -8
- package/dist/js/c_compass__panel_BorderWidth.d.ts +0 -6
- package/dist/js/c_compass__panel_BorderWidth.js +0 -8
- package/dist/js/c_compass__panel_BoxShadow.d.ts +0 -6
- package/dist/js/c_compass__panel_BoxShadow.js +0 -8
- package/dist/js/c_compass__panel_PaddingBlockEnd.d.ts +0 -6
- package/dist/js/c_compass__panel_PaddingBlockEnd.js +0 -8
- package/dist/js/c_compass__panel_PaddingBlockStart.d.ts +0 -6
- package/dist/js/c_compass__panel_PaddingBlockStart.js +0 -8
- package/dist/js/c_compass__panel_PaddingInlineEnd.d.ts +0 -6
- package/dist/js/c_compass__panel_PaddingInlineEnd.js +0 -8
- package/dist/js/c_compass__panel_PaddingInlineStart.d.ts +0 -6
- package/dist/js/c_compass__panel_PaddingInlineStart.js +0 -8
- package/dist/js/c_compass__panel_m_pill_BorderRadius.d.ts +0 -6
- package/dist/js/c_compass__panel_m_pill_BorderRadius.js +0 -8
package/dist/esm/c_panel.js
CHANGED
|
@@ -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": "
|
|
31
|
+
"value": "16px",
|
|
32
32
|
"values": [
|
|
33
|
-
"--pf-t--global--border--radius--
|
|
34
|
-
"--pf-t--global--border--radius--
|
|
35
|
-
"
|
|
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": "
|
|
174
|
+
"value": "1.5rem",
|
|
162
175
|
"values": [
|
|
163
|
-
"--pf-t--global--spacer--
|
|
164
|
-
"--pf-t--global--spacer--
|
|
165
|
-
"
|
|
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": "
|
|
192
|
+
"value": "1.5rem",
|
|
180
193
|
"values": [
|
|
181
|
-
"--pf-t--global--spacer--
|
|
182
|
-
"--pf-t--global--spacer--
|
|
183
|
-
"
|
|
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-
|
|
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__main_body_PaddingBlockStart: {
|
|
2
2
|
"name": "--pf-v6-c-panel__main-body--PaddingBlockStart",
|
|
3
|
-
"value": "
|
|
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": "
|
|
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;
|
package/dist/esm/index.d.ts
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';
|
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';
|
package/dist/js/c_card.d.ts
CHANGED
|
@@ -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-
|
|
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": "
|
|
1191
|
+
"value": "#8c8c8c",
|
|
1194
1192
|
"values": [
|
|
1195
|
-
"--pf-v6-c-card--m-
|
|
1196
|
-
"--pf-t--global--border--color--
|
|
1197
|
-
"
|
|
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": "
|
|
1202
|
+
"value": "1px",
|
|
1203
1203
|
"values": [
|
|
1204
|
-
"--pf-v6-c-card--m-
|
|
1205
|
-
"--pf-t--global--border--width--
|
|
1206
|
-
"
|
|
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
|
-
"
|
|
1210
|
-
"name": "--pf-v6-c-card--
|
|
1211
|
-
"value": "
|
|
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-
|
|
1218
|
-
"--pf-t--global--box
|
|
1219
|
-
"--pf-t--global--
|
|
1220
|
-
"
|
|
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
|
},
|