@patternfly/react-tokens 6.5.0-prerelease.1 → 6.5.0-prerelease.3
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_button.d.ts +131 -32
- package/dist/esm/c_button.js +131 -32
- package/dist/esm/c_button_TextDecorationColor.d.ts +1 -1
- package/dist/esm/c_button_TextDecorationColor.js +1 -1
- package/dist/esm/c_button_TransitionDuration.d.ts +1 -1
- package/dist/esm/c_button_TransitionDuration.js +1 -1
- package/dist/esm/c_button_TransitionProperty.d.ts +1 -1
- package/dist/esm/c_button_TransitionProperty.js +1 -1
- package/dist/esm/c_button_TransitionTimingFunction.d.ts +1 -1
- package/dist/esm/c_button_TransitionTimingFunction.js +1 -1
- package/dist/esm/c_button_hover_TextDecorationColor.d.ts +1 -1
- package/dist/esm/c_button_hover_TextDecorationColor.js +1 -1
- package/dist/esm/c_button_m_link_m_inline_TextDecorationColor.d.ts +1 -1
- package/dist/esm/c_button_m_link_m_inline_TextDecorationColor.js +1 -1
- package/dist/esm/c_button_m_link_m_inline_TextUnderlineOffset.d.ts +6 -0
- package/dist/esm/c_button_m_link_m_inline_TextUnderlineOffset.js +6 -0
- package/dist/esm/c_button_m_link_m_inline_TransitionDuration.d.ts +6 -0
- package/dist/esm/c_button_m_link_m_inline_TransitionDuration.js +6 -0
- package/dist/esm/c_button_m_link_m_inline_TransitionProperty.d.ts +6 -0
- package/dist/esm/c_button_m_link_m_inline_TransitionProperty.js +6 -0
- package/dist/esm/c_button_m_link_m_inline_TransitionTimingFunction.d.ts +6 -0
- package/dist/esm/c_button_m_link_m_inline_TransitionTimingFunction.js +6 -0
- package/dist/esm/c_button_m_link_m_inline_hover_TextDecorationColor.d.ts +1 -1
- package/dist/esm/c_button_m_link_m_inline_hover_TextDecorationColor.js +1 -1
- package/dist/esm/c_button_m_link_m_inline_hover_TextUnderlineOffset.d.ts +6 -0
- package/dist/esm/c_button_m_link_m_inline_hover_TextUnderlineOffset.js +6 -0
- package/dist/esm/c_compass.d.ts +12 -0
- package/dist/esm/c_compass.js +12 -0
- package/dist/esm/c_compass__panel_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_compass__panel_BackgroundColor.js +6 -0
- package/dist/esm/c_drawer.d.ts +94 -0
- package/dist/esm/c_drawer.js +94 -0
- package/dist/esm/c_drawer_m_expanded__panel_inset.d.ts +6 -0
- package/dist/esm/c_drawer_m_expanded__panel_inset.js +6 -0
- package/dist/esm/c_drawer_m_pill__main_Gap.d.ts +6 -0
- package/dist/esm/c_drawer_m_pill__main_Gap.js +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderBlockEndWidth.d.ts +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderBlockEndWidth.js +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderBlockStartWidth.d.ts +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderBlockStartWidth.js +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderColor.d.ts +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderColor.js +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderInlineEndWidth.d.ts +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderInlineEndWidth.js +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderInlineStartWidth.d.ts +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderInlineStartWidth.js +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderRadius.d.ts +6 -0
- package/dist/esm/c_drawer_m_pill__panel_BorderRadius.js +6 -0
- package/dist/esm/c_drawer_m_pill_m_expanded__panel_inset.d.ts +6 -0
- package/dist/esm/c_drawer_m_pill_m_expanded__panel_inset.js +6 -0
- package/dist/esm/c_drawer_m_pill_m_inline__main_Gap.d.ts +6 -0
- package/dist/esm/c_drawer_m_pill_m_inline__main_Gap.js +6 -0
- package/dist/esm/index.d.ts +21 -2
- package/dist/esm/index.js +21 -2
- package/dist/esm/patternfly_variables.d.ts +31 -6
- package/dist/esm/patternfly_variables.js +31 -6
- package/dist/esm/t_global_text_decoration_color_default.d.ts +6 -0
- package/dist/esm/t_global_text_decoration_color_default.js +6 -0
- package/dist/esm/t_global_text_decoration_color_hover.d.ts +6 -0
- package/dist/esm/t_global_text_decoration_color_hover.js +6 -0
- package/dist/esm/t_global_text_decoration_offset_hover.d.ts +6 -0
- package/dist/esm/t_global_text_decoration_offset_hover.js +6 -0
- package/dist/js/c_button.d.ts +131 -32
- package/dist/js/c_button.js +131 -32
- package/dist/js/c_button_TextDecorationColor.d.ts +1 -1
- package/dist/js/c_button_TextDecorationColor.js +1 -1
- package/dist/js/c_button_TransitionDuration.d.ts +1 -1
- package/dist/js/c_button_TransitionDuration.js +1 -1
- package/dist/js/c_button_TransitionProperty.d.ts +1 -1
- package/dist/js/c_button_TransitionProperty.js +1 -1
- package/dist/js/c_button_TransitionTimingFunction.d.ts +1 -1
- package/dist/js/c_button_TransitionTimingFunction.js +1 -1
- package/dist/js/c_button_hover_TextDecorationColor.d.ts +1 -1
- package/dist/js/c_button_hover_TextDecorationColor.js +1 -1
- package/dist/js/c_button_m_link_m_inline_TextDecorationColor.d.ts +1 -1
- package/dist/js/c_button_m_link_m_inline_TextDecorationColor.js +1 -1
- package/dist/js/c_button_m_link_m_inline_TextUnderlineOffset.d.ts +6 -0
- package/dist/js/c_button_m_link_m_inline_TextUnderlineOffset.js +8 -0
- package/dist/js/c_button_m_link_m_inline_TransitionDuration.d.ts +6 -0
- package/dist/js/c_button_m_link_m_inline_TransitionDuration.js +8 -0
- package/dist/js/c_button_m_link_m_inline_TransitionProperty.d.ts +6 -0
- package/dist/js/c_button_m_link_m_inline_TransitionProperty.js +8 -0
- package/dist/js/c_button_m_link_m_inline_TransitionTimingFunction.d.ts +6 -0
- package/dist/js/c_button_m_link_m_inline_TransitionTimingFunction.js +8 -0
- package/dist/js/c_button_m_link_m_inline_hover_TextDecorationColor.d.ts +1 -1
- package/dist/js/c_button_m_link_m_inline_hover_TextDecorationColor.js +1 -1
- package/dist/js/c_button_m_link_m_inline_hover_TextUnderlineOffset.d.ts +6 -0
- package/dist/js/c_button_m_link_m_inline_hover_TextUnderlineOffset.js +8 -0
- package/dist/js/c_compass.d.ts +12 -0
- package/dist/js/c_compass.js +12 -0
- package/dist/js/c_compass__panel_BackgroundColor.d.ts +6 -0
- package/dist/js/c_compass__panel_BackgroundColor.js +8 -0
- package/dist/js/c_drawer.d.ts +94 -0
- package/dist/js/c_drawer.js +94 -0
- package/dist/js/c_drawer_m_expanded__panel_inset.d.ts +6 -0
- package/dist/js/c_drawer_m_expanded__panel_inset.js +8 -0
- package/dist/js/c_drawer_m_pill__main_Gap.d.ts +6 -0
- package/dist/js/c_drawer_m_pill__main_Gap.js +8 -0
- package/dist/js/c_drawer_m_pill__panel_BorderBlockEndWidth.d.ts +6 -0
- package/dist/js/c_drawer_m_pill__panel_BorderBlockEndWidth.js +8 -0
- package/dist/js/c_drawer_m_pill__panel_BorderBlockStartWidth.d.ts +6 -0
- package/dist/js/c_drawer_m_pill__panel_BorderBlockStartWidth.js +8 -0
- package/dist/js/c_drawer_m_pill__panel_BorderColor.d.ts +6 -0
- package/dist/js/c_drawer_m_pill__panel_BorderColor.js +8 -0
- package/dist/js/c_drawer_m_pill__panel_BorderInlineEndWidth.d.ts +6 -0
- package/dist/js/c_drawer_m_pill__panel_BorderInlineEndWidth.js +8 -0
- package/dist/js/c_drawer_m_pill__panel_BorderInlineStartWidth.d.ts +6 -0
- package/dist/js/c_drawer_m_pill__panel_BorderInlineStartWidth.js +8 -0
- package/dist/js/c_drawer_m_pill__panel_BorderRadius.d.ts +6 -0
- package/dist/js/c_drawer_m_pill__panel_BorderRadius.js +8 -0
- package/dist/js/c_drawer_m_pill_m_expanded__panel_inset.d.ts +6 -0
- package/dist/js/c_drawer_m_pill_m_expanded__panel_inset.js +8 -0
- package/dist/js/c_drawer_m_pill_m_inline__main_Gap.d.ts +6 -0
- package/dist/js/c_drawer_m_pill_m_inline__main_Gap.js +8 -0
- package/dist/js/index.d.ts +21 -2
- package/dist/js/index.js +21 -2
- package/dist/js/patternfly_variables.d.ts +31 -6
- package/dist/js/patternfly_variables.js +31 -6
- package/dist/js/t_global_text_decoration_color_default.d.ts +6 -0
- package/dist/js/t_global_text_decoration_color_default.js +8 -0
- package/dist/js/t_global_text_decoration_color_hover.d.ts +6 -0
- package/dist/js/t_global_text_decoration_color_hover.js +8 -0
- package/dist/js/t_global_text_decoration_offset_hover.d.ts +6 -0
- package/dist/js/t_global_text_decoration_offset_hover.js +8 -0
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_button_m_link_m_inline_hover_TextDecorationColor: {
|
|
2
2
|
"name": "--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "undefined",
|
|
4
4
|
"var": "var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_button_m_link_m_inline_hover_TextDecorationColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_button_m_link_m_inline_hover_TextDecorationColor = {
|
|
2
2
|
"name": "--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "undefined",
|
|
4
4
|
"var": "var(--pf-v6-c-button--m-link--m-inline--hover--TextDecorationColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_button_m_link_m_inline_hover_TextDecorationColor;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_button_m_link_m_inline_hover_TextUnderlineOffset: {
|
|
2
|
+
"name": "--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset",
|
|
3
|
+
"value": "calc(0.25rem + 1px)",
|
|
4
|
+
"var": "var(--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset)"
|
|
5
|
+
};
|
|
6
|
+
export default c_button_m_link_m_inline_hover_TextUnderlineOffset;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_button_m_link_m_inline_hover_TextUnderlineOffset = {
|
|
2
|
+
"name": "--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset",
|
|
3
|
+
"value": "calc(0.25rem + 1px)",
|
|
4
|
+
"var": "var(--pf-v6-c-button--m-link--m-inline--hover--TextUnderlineOffset)"
|
|
5
|
+
};
|
|
6
|
+
export default c_button_m_link_m_inline_hover_TextUnderlineOffset;
|
package/dist/esm/c_compass.d.ts
CHANGED
|
@@ -235,6 +235,18 @@ export const c_compass: {
|
|
|
235
235
|
"value": "80%"
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
|
+
".pf-v6-c-compass__panel.pf-m-no-glass": {
|
|
239
|
+
"c_compass__panel_BackgroundColor": {
|
|
240
|
+
"name": "--pf-v6-c-compass__panel--BackgroundColor",
|
|
241
|
+
"value": "#ffffff",
|
|
242
|
+
"values": [
|
|
243
|
+
"--pf-t--global--background--color--primary--default",
|
|
244
|
+
"--pf-t--global--background--color--100",
|
|
245
|
+
"--pf-t--color--white",
|
|
246
|
+
"#ffffff"
|
|
247
|
+
]
|
|
248
|
+
}
|
|
249
|
+
},
|
|
238
250
|
".pf-v6-c-compass__sidebar": {
|
|
239
251
|
"c_compass__panel_Padding": {
|
|
240
252
|
"name": "--pf-v6-c-compass__panel--Padding",
|
package/dist/esm/c_compass.js
CHANGED
|
@@ -235,6 +235,18 @@ export const c_compass = {
|
|
|
235
235
|
"value": "80%"
|
|
236
236
|
}
|
|
237
237
|
},
|
|
238
|
+
".pf-v6-c-compass__panel.pf-m-no-glass": {
|
|
239
|
+
"c_compass__panel_BackgroundColor": {
|
|
240
|
+
"name": "--pf-v6-c-compass__panel--BackgroundColor",
|
|
241
|
+
"value": "#ffffff",
|
|
242
|
+
"values": [
|
|
243
|
+
"--pf-t--global--background--color--primary--default",
|
|
244
|
+
"--pf-t--global--background--color--100",
|
|
245
|
+
"--pf-t--color--white",
|
|
246
|
+
"#ffffff"
|
|
247
|
+
]
|
|
248
|
+
}
|
|
249
|
+
},
|
|
238
250
|
".pf-v6-c-compass__sidebar": {
|
|
239
251
|
"c_compass__panel_Padding": {
|
|
240
252
|
"name": "--pf-v6-c-compass__panel--Padding",
|
package/dist/esm/c_drawer.d.ts
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
export const c_drawer: {
|
|
2
2
|
".pf-v6-c-drawer": {
|
|
3
|
+
"c_drawer_m_pill_m_inline__main_Gap": {
|
|
4
|
+
"name": "--pf-v6-c-drawer--m-pill--m-inline__main--Gap",
|
|
5
|
+
"value": "1.5rem",
|
|
6
|
+
"values": [
|
|
7
|
+
"--pf-t--global--spacer--inset--page-chrome",
|
|
8
|
+
"--pf-t--global--spacer--lg",
|
|
9
|
+
"--pf-t--global--spacer--400",
|
|
10
|
+
"1.5rem"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
3
13
|
"c_drawer__section_BackgroundColor": {
|
|
4
14
|
"name": "--pf-v6-c-drawer__section--BackgroundColor",
|
|
5
15
|
"value": "#ffffff",
|
|
@@ -230,6 +240,10 @@ export const c_drawer: {
|
|
|
230
240
|
"name": "--pf-v6-c-drawer--m-expanded__panel--Opacity",
|
|
231
241
|
"value": "1"
|
|
232
242
|
},
|
|
243
|
+
"c_drawer_m_expanded__panel_inset": {
|
|
244
|
+
"name": "--pf-v6-c-drawer--m-expanded__panel--inset",
|
|
245
|
+
"value": "0px"
|
|
246
|
+
},
|
|
233
247
|
"c_drawer__panel_FlexBasis": {
|
|
234
248
|
"name": "--pf-v6-c-drawer__panel--FlexBasis",
|
|
235
249
|
"value": "100%"
|
|
@@ -294,6 +308,71 @@ export const c_drawer: {
|
|
|
294
308
|
"name": "--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight",
|
|
295
309
|
"value": "1.5rem"
|
|
296
310
|
},
|
|
311
|
+
"c_drawer_m_pill__panel_BorderBlockStartWidth": {
|
|
312
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth",
|
|
313
|
+
"value": "1px",
|
|
314
|
+
"values": [
|
|
315
|
+
"--pf-t--global--border--width--regular",
|
|
316
|
+
"--pf-t--global--border--width--100",
|
|
317
|
+
"1px"
|
|
318
|
+
]
|
|
319
|
+
},
|
|
320
|
+
"c_drawer_m_pill__panel_BorderBlockEndWidth": {
|
|
321
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth",
|
|
322
|
+
"value": "1px",
|
|
323
|
+
"values": [
|
|
324
|
+
"--pf-t--global--border--width--regular",
|
|
325
|
+
"--pf-t--global--border--width--100",
|
|
326
|
+
"1px"
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
"c_drawer_m_pill__panel_BorderInlineStartWidth": {
|
|
330
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth",
|
|
331
|
+
"value": "1px",
|
|
332
|
+
"values": [
|
|
333
|
+
"--pf-t--global--border--width--regular",
|
|
334
|
+
"--pf-t--global--border--width--100",
|
|
335
|
+
"1px"
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
"c_drawer_m_pill__panel_BorderInlineEndWidth": {
|
|
339
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth",
|
|
340
|
+
"value": "1px",
|
|
341
|
+
"values": [
|
|
342
|
+
"--pf-t--global--border--width--regular",
|
|
343
|
+
"--pf-t--global--border--width--100",
|
|
344
|
+
"1px"
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
"c_drawer_m_pill__panel_BorderColor": {
|
|
348
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderColor",
|
|
349
|
+
"value": "#c7c7c7",
|
|
350
|
+
"values": [
|
|
351
|
+
"--pf-t--global--border--color--default",
|
|
352
|
+
"--pf-t--global--border--color--100",
|
|
353
|
+
"--pf-t--color--gray--30",
|
|
354
|
+
"#c7c7c7"
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
"c_drawer_m_pill__panel_BorderRadius": {
|
|
358
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderRadius",
|
|
359
|
+
"value": "24px",
|
|
360
|
+
"values": [
|
|
361
|
+
"--pf-t--global--border--radius--large",
|
|
362
|
+
"--pf-t--global--border--radius--400",
|
|
363
|
+
"24px"
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"c_drawer_m_pill_m_expanded__panel_inset": {
|
|
367
|
+
"name": "--pf-v6-c-drawer--m-pill--m-expanded__panel--inset",
|
|
368
|
+
"value": "1.5rem",
|
|
369
|
+
"values": [
|
|
370
|
+
"--pf-t--global--spacer--inset--page-chrome",
|
|
371
|
+
"--pf-t--global--spacer--lg",
|
|
372
|
+
"--pf-t--global--spacer--400",
|
|
373
|
+
"1.5rem"
|
|
374
|
+
]
|
|
375
|
+
},
|
|
297
376
|
"c_drawer__head_ColumnGap": {
|
|
298
377
|
"name": "--pf-v6-c-drawer__head--ColumnGap",
|
|
299
378
|
"value": "0.5rem",
|
|
@@ -888,6 +967,21 @@ export const c_drawer: {
|
|
|
888
967
|
"--pf-v6-c-drawer--m-inline__panel--after--Width",
|
|
889
968
|
"0"
|
|
890
969
|
]
|
|
970
|
+
},
|
|
971
|
+
"c_drawer_m_pill__main_Gap": {
|
|
972
|
+
"name": "--pf-v6-c-drawer--m-pill__main--Gap",
|
|
973
|
+
"value": "1.5rem",
|
|
974
|
+
"values": [
|
|
975
|
+
"--pf-v6-c-drawer--m-pill--m-inline__main--Gap",
|
|
976
|
+
"--pf-t--global--spacer--inset--page-chrome",
|
|
977
|
+
"--pf-t--global--spacer--lg",
|
|
978
|
+
"--pf-t--global--spacer--400",
|
|
979
|
+
"1.5rem"
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
"c_drawer_m_pill_m_expanded__panel_inset": {
|
|
983
|
+
"name": "--pf-v6-c-drawer--m-pill--m-expanded__panel--inset",
|
|
984
|
+
"value": "0"
|
|
891
985
|
}
|
|
892
986
|
},
|
|
893
987
|
".pf-v6-c-drawer.pf-m-expanded": {
|
package/dist/esm/c_drawer.js
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
export const c_drawer = {
|
|
2
2
|
".pf-v6-c-drawer": {
|
|
3
|
+
"c_drawer_m_pill_m_inline__main_Gap": {
|
|
4
|
+
"name": "--pf-v6-c-drawer--m-pill--m-inline__main--Gap",
|
|
5
|
+
"value": "1.5rem",
|
|
6
|
+
"values": [
|
|
7
|
+
"--pf-t--global--spacer--inset--page-chrome",
|
|
8
|
+
"--pf-t--global--spacer--lg",
|
|
9
|
+
"--pf-t--global--spacer--400",
|
|
10
|
+
"1.5rem"
|
|
11
|
+
]
|
|
12
|
+
},
|
|
3
13
|
"c_drawer__section_BackgroundColor": {
|
|
4
14
|
"name": "--pf-v6-c-drawer__section--BackgroundColor",
|
|
5
15
|
"value": "#ffffff",
|
|
@@ -230,6 +240,10 @@ export const c_drawer = {
|
|
|
230
240
|
"name": "--pf-v6-c-drawer--m-expanded__panel--Opacity",
|
|
231
241
|
"value": "1"
|
|
232
242
|
},
|
|
243
|
+
"c_drawer_m_expanded__panel_inset": {
|
|
244
|
+
"name": "--pf-v6-c-drawer--m-expanded__panel--inset",
|
|
245
|
+
"value": "0px"
|
|
246
|
+
},
|
|
233
247
|
"c_drawer__panel_FlexBasis": {
|
|
234
248
|
"name": "--pf-v6-c-drawer__panel--FlexBasis",
|
|
235
249
|
"value": "100%"
|
|
@@ -294,6 +308,71 @@ export const c_drawer = {
|
|
|
294
308
|
"name": "--pf-v6-c-drawer--m-panel-bottom__panel--m-resizable--MinHeight",
|
|
295
309
|
"value": "1.5rem"
|
|
296
310
|
},
|
|
311
|
+
"c_drawer_m_pill__panel_BorderBlockStartWidth": {
|
|
312
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth",
|
|
313
|
+
"value": "1px",
|
|
314
|
+
"values": [
|
|
315
|
+
"--pf-t--global--border--width--regular",
|
|
316
|
+
"--pf-t--global--border--width--100",
|
|
317
|
+
"1px"
|
|
318
|
+
]
|
|
319
|
+
},
|
|
320
|
+
"c_drawer_m_pill__panel_BorderBlockEndWidth": {
|
|
321
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth",
|
|
322
|
+
"value": "1px",
|
|
323
|
+
"values": [
|
|
324
|
+
"--pf-t--global--border--width--regular",
|
|
325
|
+
"--pf-t--global--border--width--100",
|
|
326
|
+
"1px"
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
"c_drawer_m_pill__panel_BorderInlineStartWidth": {
|
|
330
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth",
|
|
331
|
+
"value": "1px",
|
|
332
|
+
"values": [
|
|
333
|
+
"--pf-t--global--border--width--regular",
|
|
334
|
+
"--pf-t--global--border--width--100",
|
|
335
|
+
"1px"
|
|
336
|
+
]
|
|
337
|
+
},
|
|
338
|
+
"c_drawer_m_pill__panel_BorderInlineEndWidth": {
|
|
339
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth",
|
|
340
|
+
"value": "1px",
|
|
341
|
+
"values": [
|
|
342
|
+
"--pf-t--global--border--width--regular",
|
|
343
|
+
"--pf-t--global--border--width--100",
|
|
344
|
+
"1px"
|
|
345
|
+
]
|
|
346
|
+
},
|
|
347
|
+
"c_drawer_m_pill__panel_BorderColor": {
|
|
348
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderColor",
|
|
349
|
+
"value": "#c7c7c7",
|
|
350
|
+
"values": [
|
|
351
|
+
"--pf-t--global--border--color--default",
|
|
352
|
+
"--pf-t--global--border--color--100",
|
|
353
|
+
"--pf-t--color--gray--30",
|
|
354
|
+
"#c7c7c7"
|
|
355
|
+
]
|
|
356
|
+
},
|
|
357
|
+
"c_drawer_m_pill__panel_BorderRadius": {
|
|
358
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderRadius",
|
|
359
|
+
"value": "24px",
|
|
360
|
+
"values": [
|
|
361
|
+
"--pf-t--global--border--radius--large",
|
|
362
|
+
"--pf-t--global--border--radius--400",
|
|
363
|
+
"24px"
|
|
364
|
+
]
|
|
365
|
+
},
|
|
366
|
+
"c_drawer_m_pill_m_expanded__panel_inset": {
|
|
367
|
+
"name": "--pf-v6-c-drawer--m-pill--m-expanded__panel--inset",
|
|
368
|
+
"value": "1.5rem",
|
|
369
|
+
"values": [
|
|
370
|
+
"--pf-t--global--spacer--inset--page-chrome",
|
|
371
|
+
"--pf-t--global--spacer--lg",
|
|
372
|
+
"--pf-t--global--spacer--400",
|
|
373
|
+
"1.5rem"
|
|
374
|
+
]
|
|
375
|
+
},
|
|
297
376
|
"c_drawer__head_ColumnGap": {
|
|
298
377
|
"name": "--pf-v6-c-drawer__head--ColumnGap",
|
|
299
378
|
"value": "0.5rem",
|
|
@@ -888,6 +967,21 @@ export const c_drawer = {
|
|
|
888
967
|
"--pf-v6-c-drawer--m-inline__panel--after--Width",
|
|
889
968
|
"0"
|
|
890
969
|
]
|
|
970
|
+
},
|
|
971
|
+
"c_drawer_m_pill__main_Gap": {
|
|
972
|
+
"name": "--pf-v6-c-drawer--m-pill__main--Gap",
|
|
973
|
+
"value": "1.5rem",
|
|
974
|
+
"values": [
|
|
975
|
+
"--pf-v6-c-drawer--m-pill--m-inline__main--Gap",
|
|
976
|
+
"--pf-t--global--spacer--inset--page-chrome",
|
|
977
|
+
"--pf-t--global--spacer--lg",
|
|
978
|
+
"--pf-t--global--spacer--400",
|
|
979
|
+
"1.5rem"
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
"c_drawer_m_pill_m_expanded__panel_inset": {
|
|
983
|
+
"name": "--pf-v6-c-drawer--m-pill--m-expanded__panel--inset",
|
|
984
|
+
"value": "0"
|
|
891
985
|
}
|
|
892
986
|
},
|
|
893
987
|
".pf-v6-c-drawer.pf-m-expanded": {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_drawer_m_pill__panel_BorderBlockEndWidth: {
|
|
2
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_drawer_m_pill__panel_BorderBlockEndWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_drawer_m_pill__panel_BorderBlockEndWidth = {
|
|
2
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-v6-c-drawer--m-pill__panel--BorderBlockEndWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_drawer_m_pill__panel_BorderBlockEndWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_drawer_m_pill__panel_BorderBlockStartWidth: {
|
|
2
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_drawer_m_pill__panel_BorderBlockStartWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_drawer_m_pill__panel_BorderBlockStartWidth = {
|
|
2
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-v6-c-drawer--m-pill__panel--BorderBlockStartWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_drawer_m_pill__panel_BorderBlockStartWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_drawer_m_pill__panel_BorderInlineEndWidth: {
|
|
2
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_drawer_m_pill__panel_BorderInlineEndWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_drawer_m_pill__panel_BorderInlineEndWidth = {
|
|
2
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-v6-c-drawer--m-pill__panel--BorderInlineEndWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_drawer_m_pill__panel_BorderInlineEndWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_drawer_m_pill__panel_BorderInlineStartWidth: {
|
|
2
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_drawer_m_pill__panel_BorderInlineStartWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_drawer_m_pill__panel_BorderInlineStartWidth = {
|
|
2
|
+
"name": "--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth",
|
|
3
|
+
"value": "1px",
|
|
4
|
+
"var": "var(--pf-v6-c-drawer--m-pill__panel--BorderInlineStartWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_drawer_m_pill__panel_BorderInlineStartWidth;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -531,10 +531,17 @@ export { c_button_m_link_m_inline_PaddingBlockStart } from './c_button_m_link_m_
|
|
|
531
531
|
export { c_button_m_link_m_inline_PaddingInlineEnd } from './c_button_m_link_m_inline_PaddingInlineEnd';
|
|
532
532
|
export { c_button_m_link_m_inline_PaddingBlockEnd } from './c_button_m_link_m_inline_PaddingBlockEnd';
|
|
533
533
|
export { c_button_m_link_m_inline_PaddingInlineStart } from './c_button_m_link_m_inline_PaddingInlineStart';
|
|
534
|
+
export { c_button_m_link_m_inline_TextDecorationColor } from './c_button_m_link_m_inline_TextDecorationColor';
|
|
534
535
|
export { c_button_m_link_m_inline_TextDecorationLine } from './c_button_m_link_m_inline_TextDecorationLine';
|
|
535
536
|
export { c_button_m_link_m_inline_TextDecorationStyle } from './c_button_m_link_m_inline_TextDecorationStyle';
|
|
537
|
+
export { c_button_m_link_m_inline_TextUnderlineOffset } from './c_button_m_link_m_inline_TextUnderlineOffset';
|
|
538
|
+
export { c_button_m_link_m_inline_hover_TextDecorationColor } from './c_button_m_link_m_inline_hover_TextDecorationColor';
|
|
536
539
|
export { c_button_m_link_m_inline_hover_TextDecorationLine } from './c_button_m_link_m_inline_hover_TextDecorationLine';
|
|
537
540
|
export { c_button_m_link_m_inline_hover_TextDecorationStyle } from './c_button_m_link_m_inline_hover_TextDecorationStyle';
|
|
541
|
+
export { c_button_m_link_m_inline_hover_TextUnderlineOffset } from './c_button_m_link_m_inline_hover_TextUnderlineOffset';
|
|
542
|
+
export { c_button_m_link_m_inline_TransitionProperty } from './c_button_m_link_m_inline_TransitionProperty';
|
|
543
|
+
export { c_button_m_link_m_inline_TransitionDuration } from './c_button_m_link_m_inline_TransitionDuration';
|
|
544
|
+
export { c_button_m_link_m_inline_TransitionTimingFunction } from './c_button_m_link_m_inline_TransitionTimingFunction';
|
|
538
545
|
export { c_button_m_link_m_inline__progress_InsetInlineStart } from './c_button_m_link_m_inline__progress_InsetInlineStart';
|
|
539
546
|
export { c_button_m_link_m_inline_m_in_progress_PaddingInlineStart } from './c_button_m_link_m_inline_m_in_progress_PaddingInlineStart';
|
|
540
547
|
export { c_button_m_link_m_inline_disabled_Color } from './c_button_m_link_m_inline_disabled_Color';
|
|
@@ -543,9 +550,7 @@ export { c_button_span_m_link_m_inline_Display } from './c_button_span_m_link_m_
|
|
|
543
550
|
export { c_button_span_m_link_m_inline__icon_m_start_MarginInlineEnd } from './c_button_span_m_link_m_inline__icon_m_start_MarginInlineEnd';
|
|
544
551
|
export { c_button_span_m_link_m_inline__icon_m_end_MarginInlineStart } from './c_button_span_m_link_m_inline__icon_m_end_MarginInlineStart';
|
|
545
552
|
export { c_button_m_link_m_inline__icon_Color } from './c_button_m_link_m_inline__icon_Color';
|
|
546
|
-
export { c_button_m_link_m_inline_TextDecorationColor } from './c_button_m_link_m_inline_TextDecorationColor';
|
|
547
553
|
export { c_button_m_link_m_inline_hover__icon_Color } from './c_button_m_link_m_inline_hover__icon_Color';
|
|
548
|
-
export { c_button_m_link_m_inline_hover_TextDecorationColor } from './c_button_m_link_m_inline_hover_TextDecorationColor';
|
|
549
554
|
export { c_button_m_plain_BorderRadius } from './c_button_m_plain_BorderRadius';
|
|
550
555
|
export { c_button_m_plain_PaddingInlineEnd } from './c_button_m_plain_PaddingInlineEnd';
|
|
551
556
|
export { c_button_m_plain_PaddingInlineStart } from './c_button_m_plain_PaddingInlineStart';
|
|
@@ -1049,6 +1054,7 @@ export { c_compass__hero_BackgroundImage_light } from './c_compass__hero_Backgro
|
|
|
1049
1054
|
export { c_compass__hero_BackgroundImage_dark } from './c_compass__hero_BackgroundImage_dark';
|
|
1050
1055
|
export { c_compass__hero_body_Width } from './c_compass__hero_body_Width';
|
|
1051
1056
|
export { c_compass__hero_body_MaxWidth } from './c_compass__hero_body_MaxWidth';
|
|
1057
|
+
export { c_compass__panel_BackgroundColor } from './c_compass__panel_BackgroundColor';
|
|
1052
1058
|
export { c_compass_glass_opacity } from './c_compass_glass_opacity';
|
|
1053
1059
|
export { c_compass_glass_border } from './c_compass_glass_border';
|
|
1054
1060
|
export { c_compass_glass_blend_mode } from './c_compass_glass_blend_mode';
|
|
@@ -1328,6 +1334,7 @@ export { c_droppable_m_dragging_after_BorderColor } from './c_droppable_m_draggi
|
|
|
1328
1334
|
export { c_droppable_m_dragging_after_BorderRadius } from './c_droppable_m_dragging_after_BorderRadius';
|
|
1329
1335
|
export { c_droppable_m_drag_outside_after_BorderColor } from './c_droppable_m_drag_outside_after_BorderColor';
|
|
1330
1336
|
export { c_drawer } from './c_drawer';
|
|
1337
|
+
export { c_drawer_m_pill_m_inline__main_Gap } from './c_drawer_m_pill_m_inline__main_Gap';
|
|
1331
1338
|
export { c_drawer__section_BackgroundColor } from './c_drawer__section_BackgroundColor';
|
|
1332
1339
|
export { c_drawer__section_m_secondary_BackgroundColor } from './c_drawer__section_m_secondary_BackgroundColor';
|
|
1333
1340
|
export { c_drawer__content_FlexBasis } from './c_drawer__content_FlexBasis';
|
|
@@ -1358,6 +1365,7 @@ export { c_drawer__panel_TransitionDuration } from './c_drawer__panel_Transition
|
|
|
1358
1365
|
export { c_drawer__panel_TransitionProperty } from './c_drawer__panel_TransitionProperty';
|
|
1359
1366
|
export { c_drawer__panel_Opacity } from './c_drawer__panel_Opacity';
|
|
1360
1367
|
export { c_drawer_m_expanded__panel_Opacity } from './c_drawer_m_expanded__panel_Opacity';
|
|
1368
|
+
export { c_drawer_m_expanded__panel_inset } from './c_drawer_m_expanded__panel_inset';
|
|
1361
1369
|
export { c_drawer__panel_FlexBasis } from './c_drawer__panel_FlexBasis';
|
|
1362
1370
|
export { c_drawer__panel_md_FlexBasis_min } from './c_drawer__panel_md_FlexBasis_min';
|
|
1363
1371
|
export { c_drawer__panel_md_FlexBasis } from './c_drawer__panel_md_FlexBasis';
|
|
@@ -1373,6 +1381,13 @@ export { c_drawer__panel_m_resizable_MinWidth } from './c_drawer__panel_m_resiza
|
|
|
1373
1381
|
export { c_drawer_m_panel_bottom__panel_m_resizable_FlexDirection } from './c_drawer_m_panel_bottom__panel_m_resizable_FlexDirection';
|
|
1374
1382
|
export { c_drawer_m_panel_bottom__panel_m_resizable_md_FlexBasis_min } from './c_drawer_m_panel_bottom__panel_m_resizable_md_FlexBasis_min';
|
|
1375
1383
|
export { c_drawer_m_panel_bottom__panel_m_resizable_MinHeight } from './c_drawer_m_panel_bottom__panel_m_resizable_MinHeight';
|
|
1384
|
+
export { c_drawer_m_pill__panel_BorderBlockStartWidth } from './c_drawer_m_pill__panel_BorderBlockStartWidth';
|
|
1385
|
+
export { c_drawer_m_pill__panel_BorderBlockEndWidth } from './c_drawer_m_pill__panel_BorderBlockEndWidth';
|
|
1386
|
+
export { c_drawer_m_pill__panel_BorderInlineStartWidth } from './c_drawer_m_pill__panel_BorderInlineStartWidth';
|
|
1387
|
+
export { c_drawer_m_pill__panel_BorderInlineEndWidth } from './c_drawer_m_pill__panel_BorderInlineEndWidth';
|
|
1388
|
+
export { c_drawer_m_pill__panel_BorderColor } from './c_drawer_m_pill__panel_BorderColor';
|
|
1389
|
+
export { c_drawer_m_pill__panel_BorderRadius } from './c_drawer_m_pill__panel_BorderRadius';
|
|
1390
|
+
export { c_drawer_m_pill_m_expanded__panel_inset } from './c_drawer_m_pill_m_expanded__panel_inset';
|
|
1376
1391
|
export { c_drawer__head_ColumnGap } from './c_drawer__head_ColumnGap';
|
|
1377
1392
|
export { c_drawer__head_PaddingBlockStart } from './c_drawer__head_PaddingBlockStart';
|
|
1378
1393
|
export { c_drawer__head_PaddingBlockEnd } from './c_drawer__head_PaddingBlockEnd';
|
|
@@ -1450,6 +1465,7 @@ export { c_drawer_m_panel_left_m_inline__panel_PaddingInlineEnd } from './c_draw
|
|
|
1450
1465
|
export { c_drawer_m_panel_bottom_m_inline__panel_PaddingBlockStart } from './c_drawer_m_panel_bottom_m_inline__panel_PaddingBlockStart';
|
|
1451
1466
|
export { c_drawer_m_expanded__panel_BoxShadow } from './c_drawer_m_expanded__panel_BoxShadow';
|
|
1452
1467
|
export { c_drawer_m_expanded_m_panel_left__panel_BoxShadow } from './c_drawer_m_expanded_m_panel_left__panel_BoxShadow';
|
|
1468
|
+
export { c_drawer_m_pill__main_Gap } from './c_drawer_m_pill__main_Gap';
|
|
1453
1469
|
export { c_dual_list_selector } from './c_dual_list_selector';
|
|
1454
1470
|
export { c_dual_list_selector__header_GridArea } from './c_dual_list_selector__header_GridArea';
|
|
1455
1471
|
export { c_dual_list_selector__tools_GridArea } from './c_dual_list_selector__tools_GridArea';
|
|
@@ -5513,6 +5529,9 @@ export { t_global_text_color_status_unread_on_default_clicked } from './t_global
|
|
|
5513
5529
|
export { t_global_text_color_status_unread_on_default_default } from './t_global_text_color_status_unread_on_default_default';
|
|
5514
5530
|
export { t_global_text_color_status_unread_on_default_hover } from './t_global_text_color_status_unread_on_default_hover';
|
|
5515
5531
|
export { t_global_color_status_read_on_secondary } from './t_global_color_status_read_on_secondary';
|
|
5532
|
+
export { t_global_text_decoration_color_default } from './t_global_text_decoration_color_default';
|
|
5533
|
+
export { t_global_text_decoration_color_hover } from './t_global_text_decoration_color_hover';
|
|
5534
|
+
export { t_global_text_decoration_offset_hover } from './t_global_text_decoration_offset_hover';
|
|
5516
5535
|
export { t_global_font_size_heading_xs } from './t_global_font_size_heading_xs';
|
|
5517
5536
|
export { t_global_font_size_heading_sm } from './t_global_font_size_heading_sm';
|
|
5518
5537
|
export { t_global_font_size_heading_md } from './t_global_font_size_heading_md';
|