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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/esm/c_accordion.d.ts +1 -1
  3. package/dist/esm/c_accordion.js +1 -1
  4. package/dist/esm/c_breadcrumb.d.ts +44 -8
  5. package/dist/esm/c_breadcrumb.js +44 -8
  6. package/dist/esm/c_breadcrumb__heading_FontSize.d.ts +1 -1
  7. package/dist/esm/c_breadcrumb__heading_FontSize.js +1 -1
  8. package/dist/esm/c_breadcrumb__link_TextDecorationColor.d.ts +6 -0
  9. package/dist/esm/c_breadcrumb__link_TextDecorationColor.js +6 -0
  10. package/dist/esm/c_breadcrumb__link_hover_TextDecorationColor.d.ts +6 -0
  11. package/dist/esm/c_breadcrumb__link_hover_TextDecorationColor.js +6 -0
  12. package/dist/esm/c_data_list.d.ts +1 -1
  13. package/dist/esm/c_data_list.js +1 -1
  14. package/dist/esm/c_drawer.d.ts +1 -1
  15. package/dist/esm/c_drawer.js +1 -1
  16. package/dist/esm/c_menu_toggle.d.ts +2 -2
  17. package/dist/esm/c_menu_toggle.js +2 -2
  18. package/dist/esm/c_page.d.ts +1 -1
  19. package/dist/esm/c_page.js +1 -1
  20. package/dist/esm/c_table.d.ts +141 -1
  21. package/dist/esm/c_table.js +141 -1
  22. package/dist/esm/c_table__thead_m_nested_column_header_BorderBlockEndColor.d.ts +6 -0
  23. package/dist/esm/c_table__thead_m_nested_column_header_BorderBlockEndColor.js +6 -0
  24. package/dist/esm/c_table__thead_m_nested_column_header_BorderBlockEndWidth.d.ts +6 -0
  25. package/dist/esm/c_table__thead_m_nested_column_header_BorderBlockEndWidth.js +6 -0
  26. package/dist/esm/c_table__thead_m_nested_column_header_after_ZIndex.d.ts +6 -0
  27. package/dist/esm/c_table__thead_m_nested_column_header_after_ZIndex.js +6 -0
  28. package/dist/esm/c_table_m_sticky_header_BackgroundColor.d.ts +6 -0
  29. package/dist/esm/c_table_m_sticky_header_BackgroundColor.js +6 -0
  30. package/dist/esm/c_table_m_sticky_header_BorderBlockEndColor.d.ts +6 -0
  31. package/dist/esm/c_table_m_sticky_header_BorderBlockEndColor.js +6 -0
  32. package/dist/esm/c_table_m_sticky_header_BorderBlockEndWidth.d.ts +6 -0
  33. package/dist/esm/c_table_m_sticky_header_BorderBlockEndWidth.js +6 -0
  34. package/dist/esm/c_table_m_sticky_header_BorderRadius.d.ts +6 -0
  35. package/dist/esm/c_table_m_sticky_header_BorderRadius.js +6 -0
  36. package/dist/esm/c_table_m_sticky_header_BorderRadius_glass.d.ts +6 -0
  37. package/dist/esm/c_table_m_sticky_header_BorderRadius_glass.js +6 -0
  38. package/dist/esm/c_table_m_sticky_header_BoxShadow.d.ts +6 -0
  39. package/dist/esm/c_table_m_sticky_header_BoxShadow.js +6 -0
  40. package/dist/esm/c_table_m_sticky_header_BoxShadow_glass.d.ts +6 -0
  41. package/dist/esm/c_table_m_sticky_header_BoxShadow_glass.js +6 -0
  42. package/dist/esm/c_table_m_sticky_header_TransitionDuration_BackgroundColor.d.ts +6 -0
  43. package/dist/esm/c_table_m_sticky_header_TransitionDuration_BackgroundColor.js +6 -0
  44. package/dist/esm/c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor.d.ts +6 -0
  45. package/dist/esm/c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor.js +6 -0
  46. package/dist/esm/c_wizard.d.ts +1 -1
  47. package/dist/esm/c_wizard.js +1 -1
  48. package/dist/esm/index.d.ts +14 -0
  49. package/dist/esm/index.js +14 -0
  50. package/dist/js/c_accordion.d.ts +1 -1
  51. package/dist/js/c_accordion.js +1 -1
  52. package/dist/js/c_breadcrumb.d.ts +44 -8
  53. package/dist/js/c_breadcrumb.js +44 -8
  54. package/dist/js/c_breadcrumb__heading_FontSize.d.ts +1 -1
  55. package/dist/js/c_breadcrumb__heading_FontSize.js +1 -1
  56. package/dist/js/c_breadcrumb__link_TextDecorationColor.d.ts +6 -0
  57. package/dist/js/c_breadcrumb__link_TextDecorationColor.js +8 -0
  58. package/dist/js/c_breadcrumb__link_hover_TextDecorationColor.d.ts +6 -0
  59. package/dist/js/c_breadcrumb__link_hover_TextDecorationColor.js +8 -0
  60. package/dist/js/c_data_list.d.ts +1 -1
  61. package/dist/js/c_data_list.js +1 -1
  62. package/dist/js/c_drawer.d.ts +1 -1
  63. package/dist/js/c_drawer.js +1 -1
  64. package/dist/js/c_menu_toggle.d.ts +2 -2
  65. package/dist/js/c_menu_toggle.js +2 -2
  66. package/dist/js/c_page.d.ts +1 -1
  67. package/dist/js/c_page.js +1 -1
  68. package/dist/js/c_table.d.ts +141 -1
  69. package/dist/js/c_table.js +141 -1
  70. package/dist/js/c_table__thead_m_nested_column_header_BorderBlockEndColor.d.ts +6 -0
  71. package/dist/js/c_table__thead_m_nested_column_header_BorderBlockEndColor.js +8 -0
  72. package/dist/js/c_table__thead_m_nested_column_header_BorderBlockEndWidth.d.ts +6 -0
  73. package/dist/js/c_table__thead_m_nested_column_header_BorderBlockEndWidth.js +8 -0
  74. package/dist/js/c_table__thead_m_nested_column_header_after_ZIndex.d.ts +6 -0
  75. package/dist/js/c_table__thead_m_nested_column_header_after_ZIndex.js +8 -0
  76. package/dist/js/c_table_m_sticky_header_BackgroundColor.d.ts +6 -0
  77. package/dist/js/c_table_m_sticky_header_BackgroundColor.js +8 -0
  78. package/dist/js/c_table_m_sticky_header_BorderBlockEndColor.d.ts +6 -0
  79. package/dist/js/c_table_m_sticky_header_BorderBlockEndColor.js +8 -0
  80. package/dist/js/c_table_m_sticky_header_BorderBlockEndWidth.d.ts +6 -0
  81. package/dist/js/c_table_m_sticky_header_BorderBlockEndWidth.js +8 -0
  82. package/dist/js/c_table_m_sticky_header_BorderRadius.d.ts +6 -0
  83. package/dist/js/c_table_m_sticky_header_BorderRadius.js +8 -0
  84. package/dist/js/c_table_m_sticky_header_BorderRadius_glass.d.ts +6 -0
  85. package/dist/js/c_table_m_sticky_header_BorderRadius_glass.js +8 -0
  86. package/dist/js/c_table_m_sticky_header_BoxShadow.d.ts +6 -0
  87. package/dist/js/c_table_m_sticky_header_BoxShadow.js +8 -0
  88. package/dist/js/c_table_m_sticky_header_BoxShadow_glass.d.ts +6 -0
  89. package/dist/js/c_table_m_sticky_header_BoxShadow_glass.js +8 -0
  90. package/dist/js/c_table_m_sticky_header_TransitionDuration_BackgroundColor.d.ts +6 -0
  91. package/dist/js/c_table_m_sticky_header_TransitionDuration_BackgroundColor.js +8 -0
  92. package/dist/js/c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor.d.ts +6 -0
  93. package/dist/js/c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor.js +8 -0
  94. package/dist/js/c_wizard.d.ts +1 -1
  95. package/dist/js/c_wizard.js +1 -1
  96. package/dist/js/index.d.ts +14 -0
  97. package/dist/js/index.js +14 -0
  98. package/package.json +3 -3
@@ -1193,6 +1193,36 @@ export const c_table = {
1193
1193
  "calc(-1 * 0.25rem)"
1194
1194
  ]
1195
1195
  },
1196
+ "c_table__thead_m_nested_column_header_BorderBlockEndWidth": {
1197
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth",
1198
+ "value": "1px",
1199
+ "values": [
1200
+ "--pf-v6-c-table--border-width--base",
1201
+ "--pf-t--global--border--width--divider--default",
1202
+ "--pf-t--global--border--width--100",
1203
+ "1px"
1204
+ ]
1205
+ },
1206
+ "c_table__thead_m_nested_column_header_BorderBlockEndColor": {
1207
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor",
1208
+ "value": "#c7c7c7",
1209
+ "values": [
1210
+ "--pf-v6-c-table--BorderColor",
1211
+ "--pf-t--global--border--color--default",
1212
+ "--pf-t--global--border--color--100",
1213
+ "--pf-t--color--gray--30",
1214
+ "#c7c7c7"
1215
+ ]
1216
+ },
1217
+ "c_table__thead_m_nested_column_header_after_ZIndex": {
1218
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex",
1219
+ "value": "calc(100 + 2)",
1220
+ "values": [
1221
+ "calc(--pf-t--global--z-index--xs + 2)",
1222
+ "calc(--pf-t--global--z-index--100 + 2)",
1223
+ "calc(100 + 2)"
1224
+ ]
1225
+ },
1196
1226
  "c_table__thead_m_nested_column_header_button_OutlineOffset": {
1197
1227
  "name": "--pf-v6-c-table__thead--m-nested-column-header--button--OutlineOffset",
1198
1228
  "value": "-0.1875rem"
@@ -1254,6 +1284,16 @@ export const c_table = {
1254
1284
  "rgba(199, 199, 199, 0.1000)"
1255
1285
  ]
1256
1286
  },
1287
+ "c_table_m_sticky_header_BackgroundColor": {
1288
+ "name": "--pf-v6-c-table--m-sticky-header--BackgroundColor",
1289
+ "value": "#ffffff",
1290
+ "values": [
1291
+ "--pf-t--global--background--color--sticky--default",
1292
+ "--pf-t--global--background--color--100",
1293
+ "--pf-t--color--white",
1294
+ "#ffffff"
1295
+ ]
1296
+ },
1257
1297
  "c_table_m_sticky_header_cell_ZIndex": {
1258
1298
  "name": "--pf-v6-c-table--m-sticky-header--cell--ZIndex",
1259
1299
  "value": "100",
@@ -1280,9 +1320,103 @@ export const c_table = {
1280
1320
  "calc(--pf-t--global--z-index--100 + 2)",
1281
1321
  "calc(100 + 2)"
1282
1322
  ]
1323
+ },
1324
+ "c_table_m_sticky_header_BorderRadius": {
1325
+ "name": "--pf-v6-c-table--m-sticky-header--BorderRadius",
1326
+ "value": "0"
1327
+ },
1328
+ "c_table_m_sticky_header_BoxShadow": {
1329
+ "name": "--pf-v6-c-table--m-sticky-header--BoxShadow",
1330
+ "value": "0"
1331
+ },
1332
+ "c_table_m_sticky_header_BorderBlockEndWidth": {
1333
+ "name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth",
1334
+ "value": "1px",
1335
+ "values": [
1336
+ "--pf-v6-c-table--border-width--base",
1337
+ "--pf-t--global--border--width--divider--default",
1338
+ "--pf-t--global--border--width--100",
1339
+ "1px"
1340
+ ]
1341
+ },
1342
+ "c_table_m_sticky_header_BorderBlockEndColor": {
1343
+ "name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndColor",
1344
+ "value": "#c7c7c7",
1345
+ "values": [
1346
+ "--pf-v6-c-table--BorderColor",
1347
+ "--pf-t--global--border--color--default",
1348
+ "--pf-t--global--border--color--100",
1349
+ "--pf-t--color--gray--30",
1350
+ "#c7c7c7"
1351
+ ]
1352
+ },
1353
+ "c_table_m_sticky_header_BorderRadius_glass": {
1354
+ "name": "--pf-v6-c-table--m-sticky-header--BorderRadius--glass",
1355
+ "value": "16px",
1356
+ "values": [
1357
+ "--pf-t--global--border--radius--medium",
1358
+ "--pf-t--global--border--radius--300",
1359
+ "16px"
1360
+ ]
1361
+ },
1362
+ "c_table_m_sticky_header_BoxShadow_glass": {
1363
+ "name": "--pf-v6-c-table--m-sticky-header--BoxShadow--glass",
1364
+ "value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
1365
+ "values": [
1366
+ "--pf-t--global--box-shadow--sm",
1367
+ "--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",
1368
+ "--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",
1369
+ "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)"
1370
+ ]
1371
+ },
1372
+ "c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor": {
1373
+ "name": "--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor",
1374
+ "value": "cubic-bezier(.4, 0, .2, 1)",
1375
+ "values": [
1376
+ "--pf-t--global--motion--timing-function--default",
1377
+ "--pf-t--global--timing-function--200",
1378
+ "cubic-bezier(.4, 0, .2, 1)"
1379
+ ]
1380
+ },
1381
+ "c_table_m_sticky_header_TransitionDuration_BackgroundColor": {
1382
+ "name": "--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor",
1383
+ "value": "200ms",
1384
+ "values": [
1385
+ "--pf-t--global--motion--duration--fade--default",
1386
+ "--pf-t--global--motion--duration--md",
1387
+ "--pf-t--global--duration--200",
1388
+ "200ms"
1389
+ ]
1390
+ }
1391
+ },
1392
+ ":where(.pf-v6-theme-glass) .pf-v6-c-table": {
1393
+ "c_table_m_sticky_header_BorderBlockEndWidth": {
1394
+ "name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth",
1395
+ "value": "0"
1396
+ },
1397
+ "c_table_m_sticky_header_BoxShadow": {
1398
+ "name": "--pf-v6-c-table--m-sticky-header--BoxShadow",
1399
+ "value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
1400
+ "values": [
1401
+ "--pf-v6-c-table--m-sticky-header--BoxShadow--glass",
1402
+ "--pf-t--global--box-shadow--sm",
1403
+ "--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",
1404
+ "--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",
1405
+ "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)"
1406
+ ]
1407
+ },
1408
+ "c_table_m_sticky_header_BorderRadius": {
1409
+ "name": "--pf-v6-c-table--m-sticky-header--BorderRadius",
1410
+ "value": "16px",
1411
+ "values": [
1412
+ "--pf-v6-c-table--m-sticky-header--BorderRadius--glass",
1413
+ "--pf-t--global--border--radius--medium",
1414
+ "--pf-t--global--border--radius--300",
1415
+ "16px"
1416
+ ]
1283
1417
  }
1284
1418
  },
1285
- ":where(.pf-v6-theme-glass) .pf-v6-c-table:not(.pf-m-no-plain-on-glass)": {
1419
+ ":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-table.pf-m-plain": {
1286
1420
  "c_table_BackgroundColor": {
1287
1421
  "name": "--pf-v6-c-table--BackgroundColor",
1288
1422
  "value": "transparent"
@@ -1304,6 +1438,12 @@ export const c_table = {
1304
1438
  "value": "transparent"
1305
1439
  }
1306
1440
  },
1441
+ ".pf-v6-c-table.pf-m-sticky-header": {
1442
+ "c_table__thead_m_nested_column_header_BorderBlockEndWidth": {
1443
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth",
1444
+ "value": "0"
1445
+ }
1446
+ },
1307
1447
  ".pf-v6-c-table:not(.pf-m-sticky-header) > .pf-m-nested-column-header tr:where(.pf-v6-c-table__tr):not(:last-child) th:where(.pf-v6-c-table__th):not([rowspan])": {
1308
1448
  "c_table_cell_PaddingBlockEnd": {
1309
1449
  "name": "--pf-v6-c-table--cell--PaddingBlockEnd",
@@ -0,0 +1,6 @@
1
+ export const c_table__thead_m_nested_column_header_BorderBlockEndColor: {
2
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor",
3
+ "value": "#c7c7c7",
4
+ "var": "var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor)"
5
+ };
6
+ export default c_table__thead_m_nested_column_header_BorderBlockEndColor;
@@ -0,0 +1,6 @@
1
+ export const c_table__thead_m_nested_column_header_BorderBlockEndColor = {
2
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor",
3
+ "value": "#c7c7c7",
4
+ "var": "var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndColor)"
5
+ };
6
+ export default c_table__thead_m_nested_column_header_BorderBlockEndColor;
@@ -0,0 +1,6 @@
1
+ export const c_table__thead_m_nested_column_header_BorderBlockEndWidth: {
2
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth",
3
+ "value": "0",
4
+ "var": "var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth)"
5
+ };
6
+ export default c_table__thead_m_nested_column_header_BorderBlockEndWidth;
@@ -0,0 +1,6 @@
1
+ export const c_table__thead_m_nested_column_header_BorderBlockEndWidth = {
2
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth",
3
+ "value": "0",
4
+ "var": "var(--pf-v6-c-table__thead--m-nested-column-header--BorderBlockEndWidth)"
5
+ };
6
+ export default c_table__thead_m_nested_column_header_BorderBlockEndWidth;
@@ -0,0 +1,6 @@
1
+ export const c_table__thead_m_nested_column_header_after_ZIndex: {
2
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex",
3
+ "value": "calc(100 + 2)",
4
+ "var": "var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex)"
5
+ };
6
+ export default c_table__thead_m_nested_column_header_after_ZIndex;
@@ -0,0 +1,6 @@
1
+ export const c_table__thead_m_nested_column_header_after_ZIndex = {
2
+ "name": "--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex",
3
+ "value": "calc(100 + 2)",
4
+ "var": "var(--pf-v6-c-table__thead--m-nested-column-header--after--ZIndex)"
5
+ };
6
+ export default c_table__thead_m_nested_column_header_after_ZIndex;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BackgroundColor: {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BackgroundColor",
3
+ "value": "#ffffff",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BackgroundColor)"
5
+ };
6
+ export default c_table_m_sticky_header_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BackgroundColor = {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BackgroundColor",
3
+ "value": "#ffffff",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BackgroundColor)"
5
+ };
6
+ export default c_table_m_sticky_header_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BorderBlockEndColor: {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndColor",
3
+ "value": "#c7c7c7",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor)"
5
+ };
6
+ export default c_table_m_sticky_header_BorderBlockEndColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BorderBlockEndColor = {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndColor",
3
+ "value": "#c7c7c7",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BorderBlockEndColor)"
5
+ };
6
+ export default c_table_m_sticky_header_BorderBlockEndColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BorderBlockEndWidth: {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth",
3
+ "value": "0",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth)"
5
+ };
6
+ export default c_table_m_sticky_header_BorderBlockEndWidth;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BorderBlockEndWidth = {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth",
3
+ "value": "0",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BorderBlockEndWidth)"
5
+ };
6
+ export default c_table_m_sticky_header_BorderBlockEndWidth;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BorderRadius: {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BorderRadius",
3
+ "value": "16px",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BorderRadius)"
5
+ };
6
+ export default c_table_m_sticky_header_BorderRadius;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BorderRadius = {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BorderRadius",
3
+ "value": "16px",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BorderRadius)"
5
+ };
6
+ export default c_table_m_sticky_header_BorderRadius;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BorderRadius_glass: {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BorderRadius--glass",
3
+ "value": "16px",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass)"
5
+ };
6
+ export default c_table_m_sticky_header_BorderRadius_glass;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BorderRadius_glass = {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BorderRadius--glass",
3
+ "value": "16px",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BorderRadius--glass)"
5
+ };
6
+ export default c_table_m_sticky_header_BorderRadius_glass;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BoxShadow: {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BoxShadow",
3
+ "value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BoxShadow)"
5
+ };
6
+ export default c_table_m_sticky_header_BoxShadow;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BoxShadow = {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BoxShadow",
3
+ "value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BoxShadow)"
5
+ };
6
+ export default c_table_m_sticky_header_BoxShadow;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BoxShadow_glass: {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BoxShadow--glass",
3
+ "value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass)"
5
+ };
6
+ export default c_table_m_sticky_header_BoxShadow_glass;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_BoxShadow_glass = {
2
+ "name": "--pf-v6-c-table--m-sticky-header--BoxShadow--glass",
3
+ "value": "0px\n 1px\n 6px\n 0px\n rgba(41, 41, 41, 0.1500)",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--BoxShadow--glass)"
5
+ };
6
+ export default c_table_m_sticky_header_BoxShadow_glass;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_TransitionDuration_BackgroundColor: {
2
+ "name": "--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor",
3
+ "value": "200ms",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor)"
5
+ };
6
+ export default c_table_m_sticky_header_TransitionDuration_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_TransitionDuration_BackgroundColor = {
2
+ "name": "--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor",
3
+ "value": "200ms",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--TransitionDuration--BackgroundColor)"
5
+ };
6
+ export default c_table_m_sticky_header_TransitionDuration_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor: {
2
+ "name": "--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor",
3
+ "value": "cubic-bezier(.4, 0, .2, 1)",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor)"
5
+ };
6
+ export default c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor = {
2
+ "name": "--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor",
3
+ "value": "cubic-bezier(.4, 0, .2, 1)",
4
+ "var": "var(--pf-v6-c-table--m-sticky-header--TransitionTimingFunction--BackgroundColor)"
5
+ };
6
+ export default c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor;
@@ -1098,7 +1098,7 @@ export const c_wizard: {
1098
1098
  "value": "0"
1099
1099
  }
1100
1100
  },
1101
- ":where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass)": {
1101
+ ":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain": {
1102
1102
  "c_wizard__header_BackgroundColor": {
1103
1103
  "name": "--pf-v6-c-wizard__header--BackgroundColor",
1104
1104
  "value": "transparent",
@@ -1098,7 +1098,7 @@ export const c_wizard = {
1098
1098
  "value": "0"
1099
1099
  }
1100
1100
  },
1101
- ":where(.pf-v6-theme-glass) .pf-v6-c-wizard:not(.pf-m-no-plain-on-glass)": {
1101
+ ":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-wizard.pf-m-plain": {
1102
1102
  "c_wizard__header_BackgroundColor": {
1103
1103
  "name": "--pf-v6-c-wizard__header--BackgroundColor",
1104
1104
  "value": "transparent",
@@ -413,9 +413,11 @@ export { c_breadcrumb__link_PaddingInlineEnd } from './c_breadcrumb__link_Paddin
413
413
  export { c_breadcrumb__link_Color } from './c_breadcrumb__link_Color';
414
414
  export { c_breadcrumb__link_TextDecorationLine } from './c_breadcrumb__link_TextDecorationLine';
415
415
  export { c_breadcrumb__link_TextDecorationStyle } from './c_breadcrumb__link_TextDecorationStyle';
416
+ export { c_breadcrumb__link_TextDecorationColor } from './c_breadcrumb__link_TextDecorationColor';
416
417
  export { c_breadcrumb__link_hover_Color } from './c_breadcrumb__link_hover_Color';
417
418
  export { c_breadcrumb__link_hover_TextDecorationLine } from './c_breadcrumb__link_hover_TextDecorationLine';
418
419
  export { c_breadcrumb__link_hover_TextDecorationStyle } from './c_breadcrumb__link_hover_TextDecorationStyle';
420
+ export { c_breadcrumb__link_hover_TextDecorationColor } from './c_breadcrumb__link_hover_TextDecorationColor';
419
421
  export { c_breadcrumb__link_m_current_Color } from './c_breadcrumb__link_m_current_Color';
420
422
  export { c_breadcrumb__link_BackgroundColor } from './c_breadcrumb__link_BackgroundColor';
421
423
  export { c_breadcrumb__heading_FontSize } from './c_breadcrumb__heading_FontSize';
@@ -4206,6 +4208,9 @@ export { c_table__tbody_m_clickable_hover_BackgroundColor } from './c_table__tbo
4206
4208
  export { c_table__tbody_m_clickable_m_expanded_BackgroundColor } from './c_table__tbody_m_clickable_m_expanded_BackgroundColor';
4207
4209
  export { c_table__tbody_m_selected_BackgroundColor } from './c_table__tbody_m_selected_BackgroundColor';
4208
4210
  export { c_table__tbody_m_selected_OutlineOffset } from './c_table__tbody_m_selected_OutlineOffset';
4211
+ export { c_table__thead_m_nested_column_header_BorderBlockEndWidth } from './c_table__thead_m_nested_column_header_BorderBlockEndWidth';
4212
+ export { c_table__thead_m_nested_column_header_BorderBlockEndColor } from './c_table__thead_m_nested_column_header_BorderBlockEndColor';
4213
+ export { c_table__thead_m_nested_column_header_after_ZIndex } from './c_table__thead_m_nested_column_header_after_ZIndex';
4209
4214
  export { c_table__thead_m_nested_column_header_button_OutlineOffset } from './c_table__thead_m_nested_column_header_button_OutlineOffset';
4210
4215
  export { c_table__thead_m_nested_column_header__tr_PaddingBlockStart } from './c_table__thead_m_nested_column_header__tr_PaddingBlockStart';
4211
4216
  export { c_table__thead_m_nested_column_header__tr_PaddingBlockEnd } from './c_table__thead_m_nested_column_header__tr_PaddingBlockEnd';
@@ -4213,8 +4218,17 @@ export { c_table__subhead_Color } from './c_table__subhead_Color';
4213
4218
  export { c_table__nested_column_header__button_PaddingInlineStart } from './c_table__nested_column_header__button_PaddingInlineStart';
4214
4219
  export { c_table__nested_column_header__button_PaddingInlineEnd } from './c_table__nested_column_header__button_PaddingInlineEnd';
4215
4220
  export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_BackgroundColor';
4221
+ export { c_table_m_sticky_header_BackgroundColor } from './c_table_m_sticky_header_BackgroundColor';
4216
4222
  export { c_table_m_sticky_header_ZIndex } from './c_table_m_sticky_header_ZIndex';
4217
4223
  export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header_border_ZIndex';
4224
+ export { c_table_m_sticky_header_BorderRadius } from './c_table_m_sticky_header_BorderRadius';
4225
+ export { c_table_m_sticky_header_BoxShadow } from './c_table_m_sticky_header_BoxShadow';
4226
+ export { c_table_m_sticky_header_BorderBlockEndWidth } from './c_table_m_sticky_header_BorderBlockEndWidth';
4227
+ export { c_table_m_sticky_header_BorderBlockEndColor } from './c_table_m_sticky_header_BorderBlockEndColor';
4228
+ export { c_table_m_sticky_header_BorderRadius_glass } from './c_table_m_sticky_header_BorderRadius_glass';
4229
+ export { c_table_m_sticky_header_BoxShadow_glass } from './c_table_m_sticky_header_BoxShadow_glass';
4230
+ export { c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor } from './c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor';
4231
+ export { c_table_m_sticky_header_TransitionDuration_BackgroundColor } from './c_table_m_sticky_header_TransitionDuration_BackgroundColor';
4218
4232
  export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
4219
4233
  export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
4220
4234
  export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
package/dist/esm/index.js CHANGED
@@ -413,9 +413,11 @@ export { c_breadcrumb__link_PaddingInlineEnd } from './c_breadcrumb__link_Paddin
413
413
  export { c_breadcrumb__link_Color } from './c_breadcrumb__link_Color';
414
414
  export { c_breadcrumb__link_TextDecorationLine } from './c_breadcrumb__link_TextDecorationLine';
415
415
  export { c_breadcrumb__link_TextDecorationStyle } from './c_breadcrumb__link_TextDecorationStyle';
416
+ export { c_breadcrumb__link_TextDecorationColor } from './c_breadcrumb__link_TextDecorationColor';
416
417
  export { c_breadcrumb__link_hover_Color } from './c_breadcrumb__link_hover_Color';
417
418
  export { c_breadcrumb__link_hover_TextDecorationLine } from './c_breadcrumb__link_hover_TextDecorationLine';
418
419
  export { c_breadcrumb__link_hover_TextDecorationStyle } from './c_breadcrumb__link_hover_TextDecorationStyle';
420
+ export { c_breadcrumb__link_hover_TextDecorationColor } from './c_breadcrumb__link_hover_TextDecorationColor';
419
421
  export { c_breadcrumb__link_m_current_Color } from './c_breadcrumb__link_m_current_Color';
420
422
  export { c_breadcrumb__link_BackgroundColor } from './c_breadcrumb__link_BackgroundColor';
421
423
  export { c_breadcrumb__heading_FontSize } from './c_breadcrumb__heading_FontSize';
@@ -4206,6 +4208,9 @@ export { c_table__tbody_m_clickable_hover_BackgroundColor } from './c_table__tbo
4206
4208
  export { c_table__tbody_m_clickable_m_expanded_BackgroundColor } from './c_table__tbody_m_clickable_m_expanded_BackgroundColor';
4207
4209
  export { c_table__tbody_m_selected_BackgroundColor } from './c_table__tbody_m_selected_BackgroundColor';
4208
4210
  export { c_table__tbody_m_selected_OutlineOffset } from './c_table__tbody_m_selected_OutlineOffset';
4211
+ export { c_table__thead_m_nested_column_header_BorderBlockEndWidth } from './c_table__thead_m_nested_column_header_BorderBlockEndWidth';
4212
+ export { c_table__thead_m_nested_column_header_BorderBlockEndColor } from './c_table__thead_m_nested_column_header_BorderBlockEndColor';
4213
+ export { c_table__thead_m_nested_column_header_after_ZIndex } from './c_table__thead_m_nested_column_header_after_ZIndex';
4209
4214
  export { c_table__thead_m_nested_column_header_button_OutlineOffset } from './c_table__thead_m_nested_column_header_button_OutlineOffset';
4210
4215
  export { c_table__thead_m_nested_column_header__tr_PaddingBlockStart } from './c_table__thead_m_nested_column_header__tr_PaddingBlockStart';
4211
4216
  export { c_table__thead_m_nested_column_header__tr_PaddingBlockEnd } from './c_table__thead_m_nested_column_header__tr_PaddingBlockEnd';
@@ -4213,8 +4218,17 @@ export { c_table__subhead_Color } from './c_table__subhead_Color';
4213
4218
  export { c_table__nested_column_header__button_PaddingInlineStart } from './c_table__nested_column_header__button_PaddingInlineStart';
4214
4219
  export { c_table__nested_column_header__button_PaddingInlineEnd } from './c_table__nested_column_header__button_PaddingInlineEnd';
4215
4220
  export { c_table_m_striped__tr_BackgroundColor } from './c_table_m_striped__tr_BackgroundColor';
4221
+ export { c_table_m_sticky_header_BackgroundColor } from './c_table_m_sticky_header_BackgroundColor';
4216
4222
  export { c_table_m_sticky_header_ZIndex } from './c_table_m_sticky_header_ZIndex';
4217
4223
  export { c_table_m_sticky_header_border_ZIndex } from './c_table_m_sticky_header_border_ZIndex';
4224
+ export { c_table_m_sticky_header_BorderRadius } from './c_table_m_sticky_header_BorderRadius';
4225
+ export { c_table_m_sticky_header_BoxShadow } from './c_table_m_sticky_header_BoxShadow';
4226
+ export { c_table_m_sticky_header_BorderBlockEndWidth } from './c_table_m_sticky_header_BorderBlockEndWidth';
4227
+ export { c_table_m_sticky_header_BorderBlockEndColor } from './c_table_m_sticky_header_BorderBlockEndColor';
4228
+ export { c_table_m_sticky_header_BorderRadius_glass } from './c_table_m_sticky_header_BorderRadius_glass';
4229
+ export { c_table_m_sticky_header_BoxShadow_glass } from './c_table_m_sticky_header_BoxShadow_glass';
4230
+ export { c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor } from './c_table_m_sticky_header_TransitionTimingFunction_BackgroundColor';
4231
+ export { c_table_m_sticky_header_TransitionDuration_BackgroundColor } from './c_table_m_sticky_header_TransitionDuration_BackgroundColor';
4218
4232
  export { c_table__sticky_column_BackgroundColor } from './c_table__sticky_column_BackgroundColor';
4219
4233
  export { c_table__tbody_BorderBlockEndWidth } from './c_table__tbody_BorderBlockEndWidth';
4220
4234
  export { c_table_m_expandable__tbody_BorderBlockEndWidth } from './c_table_m_expandable__tbody_BorderBlockEndWidth';
@@ -663,7 +663,7 @@ export const c_accordion: {
663
663
  ]
664
664
  }
665
665
  },
666
- ":where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass)": {
666
+ ":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-accordion.pf-m-plain": {
667
667
  "c_accordion_BackgroundColor": {
668
668
  "name": "--pf-v6-c-accordion--BackgroundColor",
669
669
  "value": "transparent"
@@ -665,7 +665,7 @@ exports.c_accordion = {
665
665
  ]
666
666
  }
667
667
  },
668
- ":where(.pf-v6-theme-glass) .pf-v6-c-accordion:not(.pf-m-no-plain-on-glass)": {
668
+ ":where(:root:not(.pf-v6-theme-glass)) .pf-v6-c-accordion.pf-m-plain": {
669
669
  "c_accordion_BackgroundColor": {
670
670
  "name": "--pf-v6-c-accordion--BackgroundColor",
671
671
  "value": "transparent"
@@ -2,12 +2,12 @@ export const c_breadcrumb: {
2
2
  ".pf-v6-c-breadcrumb": {
3
3
  "c_breadcrumb__item_FontSize": {
4
4
  "name": "--pf-v6-c-breadcrumb__item--FontSize",
5
- "value": "0.75rem",
5
+ "value": "0.875rem",
6
6
  "values": [
7
- "--pf-t--global--font--size--body--sm",
8
- "--pf-t--global--font--size--xs",
9
- "--pf-t--global--font--size--100",
10
- "0.75rem"
7
+ "--pf-t--global--font--size--body--default",
8
+ "--pf-t--global--font--size--sm",
9
+ "--pf-t--global--font--size--200",
10
+ "0.875rem"
11
11
  ]
12
12
  },
13
13
  "c_breadcrumb__item_LineHeight": {
@@ -101,6 +101,16 @@ export const c_breadcrumb: {
101
101
  "dashed"
102
102
  ]
103
103
  },
104
+ "c_breadcrumb__link_TextDecorationColor": {
105
+ "name": "--pf-v6-c-breadcrumb__link--TextDecorationColor",
106
+ "value": "#8c8c8c",
107
+ "values": [
108
+ "--pf-t--global--text-decoration--color--default",
109
+ "--pf-t--global--border--color--300",
110
+ "--pf-t--color--gray--45",
111
+ "#8c8c8c"
112
+ ]
113
+ },
104
114
  "c_breadcrumb__link_hover_Color": {
105
115
  "name": "--pf-v6-c-breadcrumb__link--hover--Color",
106
116
  "value": "#004d99",
@@ -129,6 +139,17 @@ export const c_breadcrumb: {
129
139
  "dashed"
130
140
  ]
131
141
  },
142
+ "c_breadcrumb__link_hover_TextDecorationColor": {
143
+ "name": "--pf-v6-c-breadcrumb__link--hover--TextDecorationColor",
144
+ "value": "#4394e5",
145
+ "values": [
146
+ "--pf-t--global--text-decoration--color--hover",
147
+ "--pf-t--global--border--color--hover",
148
+ "--pf-t--global--color--brand--100",
149
+ "--pf-t--color--blue--40",
150
+ "#4394e5"
151
+ ]
152
+ },
132
153
  "c_breadcrumb__link_m_current_Color": {
133
154
  "name": "--pf-v6-c-breadcrumb__link--m-current--Color",
134
155
  "value": "#151515",
@@ -145,10 +166,13 @@ export const c_breadcrumb: {
145
166
  },
146
167
  "c_breadcrumb__heading_FontSize": {
147
168
  "name": "--pf-v6-c-breadcrumb__heading--FontSize",
148
- "value": "var( --pf-t--global--font--size--body--sm)",
169
+ "value": "0.875rem",
149
170
  "values": [
150
- "var( --pf-t--global--font--size--body--sm)",
151
- "var( --pf-t--global--font--size--body--sm)"
171
+ "--pf-v6-c-breadcrumb__item--FontSize",
172
+ "--pf-t--global--font--size--body--default",
173
+ "--pf-t--global--font--size--sm",
174
+ "--pf-t--global--font--size--200",
175
+ "0.875rem"
152
176
  ]
153
177
  },
154
178
  "c_breadcrumb__menu_toggle_MarginBlockStart": {
@@ -227,6 +251,18 @@ export const c_breadcrumb: {
227
251
  "--pf-t--global--text-decoration--style--200",
228
252
  "dashed"
229
253
  ]
254
+ },
255
+ "c_breadcrumb__link_TextDecorationColor": {
256
+ "name": "--pf-v6-c-breadcrumb__link--TextDecorationColor",
257
+ "value": "#4394e5",
258
+ "values": [
259
+ "--pf-v6-c-breadcrumb__link--hover--TextDecorationColor",
260
+ "--pf-t--global--text-decoration--color--hover",
261
+ "--pf-t--global--border--color--hover",
262
+ "--pf-t--global--color--brand--100",
263
+ "--pf-t--color--blue--40",
264
+ "#4394e5"
265
+ ]
230
266
  }
231
267
  }
232
268
  };