@patternfly/react-tokens 4.84.3 → 4.84.4

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 (102) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/esm/c_button.d.ts +77 -0
  3. package/dist/esm/c_button.js +77 -0
  4. package/dist/esm/c_button__count_MarginLeft.d.ts +6 -0
  5. package/dist/esm/c_button__count_MarginLeft.js +6 -0
  6. package/dist/esm/c_button_disabled__c_badge_BackgroundColor.d.ts +6 -0
  7. package/dist/esm/c_button_disabled__c_badge_BackgroundColor.js +6 -0
  8. package/dist/esm/c_button_disabled__c_badge_Color.d.ts +6 -0
  9. package/dist/esm/c_button_disabled__c_badge_Color.js +6 -0
  10. package/dist/esm/c_button_m_primary__c_badge_BorderColor.d.ts +6 -0
  11. package/dist/esm/c_button_m_primary__c_badge_BorderColor.js +6 -0
  12. package/dist/esm/c_button_m_primary__c_badge_BorderWidth.d.ts +6 -0
  13. package/dist/esm/c_button_m_primary__c_badge_BorderWidth.js +6 -0
  14. package/dist/esm/c_check.d.ts +30 -0
  15. package/dist/esm/c_check.js +30 -0
  16. package/dist/esm/c_check__label_required_Color.d.ts +6 -0
  17. package/dist/esm/c_check__label_required_Color.js +6 -0
  18. package/dist/esm/c_check__label_required_FontSize.d.ts +6 -0
  19. package/dist/esm/c_check__label_required_FontSize.js +6 -0
  20. package/dist/esm/c_check__label_required_MarginLeft.d.ts +6 -0
  21. package/dist/esm/c_check__label_required_MarginLeft.js +6 -0
  22. package/dist/esm/c_expandable_section.d.ts +47 -0
  23. package/dist/esm/c_expandable_section.js +47 -0
  24. package/dist/esm/c_expandable_section__toggle_MarginTop.d.ts +6 -0
  25. package/dist/esm/c_expandable_section__toggle_MarginTop.js +6 -0
  26. package/dist/esm/c_expandable_section__toggle_PaddingBottom.d.ts +1 -1
  27. package/dist/esm/c_expandable_section__toggle_PaddingBottom.js +1 -1
  28. package/dist/esm/c_expandable_section__toggle_PaddingRight.d.ts +1 -1
  29. package/dist/esm/c_expandable_section__toggle_PaddingRight.js +1 -1
  30. package/dist/esm/c_expandable_section__toggle_PaddingTop.d.ts +1 -1
  31. package/dist/esm/c_expandable_section__toggle_PaddingTop.js +1 -1
  32. package/dist/esm/c_expandable_section__toggle_text_MarginLeft.d.ts +1 -1
  33. package/dist/esm/c_expandable_section__toggle_text_MarginLeft.js +1 -1
  34. package/dist/esm/c_expandable_section_m_truncate__content_LineClamp.d.ts +6 -0
  35. package/dist/esm/c_expandable_section_m_truncate__content_LineClamp.js +6 -0
  36. package/dist/esm/c_expandable_section_m_truncate__toggle_MarginTop.d.ts +6 -0
  37. package/dist/esm/c_expandable_section_m_truncate__toggle_MarginTop.js +6 -0
  38. package/dist/esm/c_input_group.d.ts +6 -0
  39. package/dist/esm/c_input_group.js +6 -0
  40. package/dist/esm/c_input_group_BackgroundColor.d.ts +1 -1
  41. package/dist/esm/c_input_group_BackgroundColor.js +1 -1
  42. package/dist/esm/c_masthead.d.ts +177 -175
  43. package/dist/esm/c_masthead.js +177 -175
  44. package/dist/esm/c_menu.d.ts +0 -24
  45. package/dist/esm/c_menu.js +0 -24
  46. package/dist/esm/index.d.ts +13 -4
  47. package/dist/esm/index.js +13 -4
  48. package/dist/js/c_button.d.ts +77 -0
  49. package/dist/js/c_button.js +77 -0
  50. package/dist/js/c_button__count_MarginLeft.d.ts +6 -0
  51. package/dist/js/c_button__count_MarginLeft.js +8 -0
  52. package/dist/js/c_button_disabled__c_badge_BackgroundColor.d.ts +6 -0
  53. package/dist/js/c_button_disabled__c_badge_BackgroundColor.js +8 -0
  54. package/dist/js/c_button_disabled__c_badge_Color.d.ts +6 -0
  55. package/dist/js/c_button_disabled__c_badge_Color.js +8 -0
  56. package/dist/js/c_button_m_primary__c_badge_BorderColor.d.ts +6 -0
  57. package/dist/js/c_button_m_primary__c_badge_BorderColor.js +8 -0
  58. package/dist/js/c_button_m_primary__c_badge_BorderWidth.d.ts +6 -0
  59. package/dist/js/c_button_m_primary__c_badge_BorderWidth.js +8 -0
  60. package/dist/js/c_check.d.ts +30 -0
  61. package/dist/js/c_check.js +30 -0
  62. package/dist/js/c_check__label_required_Color.d.ts +6 -0
  63. package/dist/js/c_check__label_required_Color.js +8 -0
  64. package/dist/js/c_check__label_required_FontSize.d.ts +6 -0
  65. package/dist/js/c_check__label_required_FontSize.js +8 -0
  66. package/dist/js/c_check__label_required_MarginLeft.d.ts +6 -0
  67. package/dist/js/c_check__label_required_MarginLeft.js +8 -0
  68. package/dist/js/c_expandable_section.d.ts +47 -0
  69. package/dist/js/c_expandable_section.js +47 -0
  70. package/dist/js/c_expandable_section__toggle_MarginTop.d.ts +6 -0
  71. package/dist/js/c_expandable_section__toggle_MarginTop.js +8 -0
  72. package/dist/js/c_expandable_section__toggle_PaddingBottom.d.ts +1 -1
  73. package/dist/js/c_expandable_section__toggle_PaddingBottom.js +1 -1
  74. package/dist/js/c_expandable_section__toggle_PaddingRight.d.ts +1 -1
  75. package/dist/js/c_expandable_section__toggle_PaddingRight.js +1 -1
  76. package/dist/js/c_expandable_section__toggle_PaddingTop.d.ts +1 -1
  77. package/dist/js/c_expandable_section__toggle_PaddingTop.js +1 -1
  78. package/dist/js/c_expandable_section__toggle_text_MarginLeft.d.ts +1 -1
  79. package/dist/js/c_expandable_section__toggle_text_MarginLeft.js +1 -1
  80. package/dist/js/c_expandable_section_m_truncate__content_LineClamp.d.ts +6 -0
  81. package/dist/js/c_expandable_section_m_truncate__content_LineClamp.js +8 -0
  82. package/dist/js/c_expandable_section_m_truncate__toggle_MarginTop.d.ts +6 -0
  83. package/dist/js/c_expandable_section_m_truncate__toggle_MarginTop.js +8 -0
  84. package/dist/js/c_input_group.d.ts +6 -0
  85. package/dist/js/c_input_group.js +6 -0
  86. package/dist/js/c_input_group_BackgroundColor.d.ts +1 -1
  87. package/dist/js/c_input_group_BackgroundColor.js +1 -1
  88. package/dist/js/c_masthead.d.ts +177 -175
  89. package/dist/js/c_masthead.js +177 -175
  90. package/dist/js/c_menu.d.ts +0 -24
  91. package/dist/js/c_menu.js +0 -24
  92. package/dist/js/index.d.ts +13 -4
  93. package/dist/js/index.js +13 -4
  94. package/package.json +3 -3
  95. package/dist/esm/c_menu__footer_after_BorderBottomColor.d.ts +0 -6
  96. package/dist/esm/c_menu__footer_after_BorderBottomColor.js +0 -6
  97. package/dist/esm/c_menu__footer_after_BorderBottomWidth.d.ts +0 -6
  98. package/dist/esm/c_menu__footer_after_BorderBottomWidth.js +0 -6
  99. package/dist/js/c_menu__footer_after_BorderBottomColor.d.ts +0 -6
  100. package/dist/js/c_menu__footer_after_BorderBottomColor.js +0 -8
  101. package/dist/js/c_menu__footer_after_BorderBottomWidth.d.ts +0 -6
  102. package/dist/js/c_menu__footer_after_BorderBottomWidth.js +0 -8
@@ -1332,6 +1332,55 @@ exports.c_button = {
1332
1332
  "c_button_m_in_progress_m_plain__progress_TranslateX": {
1333
1333
  "name": "--pf-c-button--m-in-progress--m-plain__progress--TranslateX",
1334
1334
  "value": "-50%"
1335
+ },
1336
+ "c_button__count_MarginLeft": {
1337
+ "name": "--pf-c-button__count--MarginLeft",
1338
+ "value": "0.5rem",
1339
+ "values": [
1340
+ "--pf-global--spacer--sm",
1341
+ "$pf-global--spacer--sm",
1342
+ "pf-size-prem(8px)",
1343
+ "0.5rem"
1344
+ ]
1345
+ },
1346
+ "c_button_disabled__c_badge_Color": {
1347
+ "name": "--pf-c-button--disabled__c-badge--Color",
1348
+ "value": "#151515",
1349
+ "values": [
1350
+ "--pf-global--Color--dark-100",
1351
+ "$pf-global--Color--dark-100",
1352
+ "$pf-color-black-900",
1353
+ "#151515"
1354
+ ]
1355
+ },
1356
+ "c_button_disabled__c_badge_BackgroundColor": {
1357
+ "name": "--pf-c-button--disabled__c-badge--BackgroundColor",
1358
+ "value": "#f0f0f0",
1359
+ "values": [
1360
+ "--pf-global--BackgroundColor--200",
1361
+ "$pf-global--BackgroundColor--200",
1362
+ "$pf-color-black-200",
1363
+ "#f0f0f0"
1364
+ ]
1365
+ },
1366
+ "c_button_m_primary__c_badge_BorderColor": {
1367
+ "name": "--pf-c-button--m-primary__c-badge--BorderColor",
1368
+ "value": "#f0f0f0",
1369
+ "values": [
1370
+ "--pf-global--BorderColor--300",
1371
+ "$pf-global--BorderColor--300",
1372
+ "$pf-color-black-200",
1373
+ "#f0f0f0"
1374
+ ]
1375
+ },
1376
+ "c_button_m_primary__c_badge_BorderWidth": {
1377
+ "name": "--pf-c-button--m-primary__c-badge--BorderWidth",
1378
+ "value": "1px",
1379
+ "values": [
1380
+ "--pf-global--BorderWidth--sm",
1381
+ "$pf-global--BorderWidth--sm",
1382
+ "1px"
1383
+ ]
1335
1384
  }
1336
1385
  },
1337
1386
  ".pf-c-button:hover": {
@@ -2461,6 +2510,34 @@ exports.c_button = {
2461
2510
  ]
2462
2511
  }
2463
2512
  },
2513
+ ".pf-c-button:disabled .pf-c-badge": {
2514
+ "c_badge_m_unread_Color": {
2515
+ "name": "--pf-c-badge--m-unread--Color",
2516
+ "value": "#151515",
2517
+ "values": [
2518
+ "--pf-c-button--disabled__c-badge--Color",
2519
+ "--pf-global--Color--dark-100",
2520
+ "$pf-global--Color--dark-100",
2521
+ "$pf-color-black-900",
2522
+ "#151515"
2523
+ ]
2524
+ },
2525
+ "c_badge_m_unread_BackgroundColor": {
2526
+ "name": "--pf-c-badge--m-unread--BackgroundColor",
2527
+ "value": "#f0f0f0",
2528
+ "values": [
2529
+ "--pf-c-button--disabled__c-badge--BackgroundColor",
2530
+ "--pf-global--BackgroundColor--200",
2531
+ "$pf-global--BackgroundColor--200",
2532
+ "$pf-color-black-200",
2533
+ "#f0f0f0"
2534
+ ]
2535
+ },
2536
+ "c_button_m_primary__c_badge_BorderWidth": {
2537
+ "name": "--pf-c-button--m-primary__c-badge--BorderWidth",
2538
+ "value": "0"
2539
+ }
2540
+ },
2464
2541
  ".pf-c-button.pf-m-aria-disabled": {
2465
2542
  "c_button_after_BorderWidth": {
2466
2543
  "name": "--pf-c-button--after--BorderWidth",
@@ -0,0 +1,6 @@
1
+ export const c_button__count_MarginLeft: {
2
+ "name": "--pf-c-button__count--MarginLeft",
3
+ "value": "0.5rem",
4
+ "var": "var(--pf-c-button__count--MarginLeft)"
5
+ };
6
+ export default c_button__count_MarginLeft;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_button__count_MarginLeft = {
4
+ "name": "--pf-c-button__count--MarginLeft",
5
+ "value": "0.5rem",
6
+ "var": "var(--pf-c-button__count--MarginLeft)"
7
+ };
8
+ exports["default"] = exports.c_button__count_MarginLeft;
@@ -0,0 +1,6 @@
1
+ export const c_button_disabled__c_badge_BackgroundColor: {
2
+ "name": "--pf-c-button--disabled__c-badge--BackgroundColor",
3
+ "value": "#f0f0f0",
4
+ "var": "var(--pf-c-button--disabled__c-badge--BackgroundColor)"
5
+ };
6
+ export default c_button_disabled__c_badge_BackgroundColor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_button_disabled__c_badge_BackgroundColor = {
4
+ "name": "--pf-c-button--disabled__c-badge--BackgroundColor",
5
+ "value": "#f0f0f0",
6
+ "var": "var(--pf-c-button--disabled__c-badge--BackgroundColor)"
7
+ };
8
+ exports["default"] = exports.c_button_disabled__c_badge_BackgroundColor;
@@ -0,0 +1,6 @@
1
+ export const c_button_disabled__c_badge_Color: {
2
+ "name": "--pf-c-button--disabled__c-badge--Color",
3
+ "value": "#151515",
4
+ "var": "var(--pf-c-button--disabled__c-badge--Color)"
5
+ };
6
+ export default c_button_disabled__c_badge_Color;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_button_disabled__c_badge_Color = {
4
+ "name": "--pf-c-button--disabled__c-badge--Color",
5
+ "value": "#151515",
6
+ "var": "var(--pf-c-button--disabled__c-badge--Color)"
7
+ };
8
+ exports["default"] = exports.c_button_disabled__c_badge_Color;
@@ -0,0 +1,6 @@
1
+ export const c_button_m_primary__c_badge_BorderColor: {
2
+ "name": "--pf-c-button--m-primary__c-badge--BorderColor",
3
+ "value": "#f0f0f0",
4
+ "var": "var(--pf-c-button--m-primary__c-badge--BorderColor)"
5
+ };
6
+ export default c_button_m_primary__c_badge_BorderColor;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_button_m_primary__c_badge_BorderColor = {
4
+ "name": "--pf-c-button--m-primary__c-badge--BorderColor",
5
+ "value": "#f0f0f0",
6
+ "var": "var(--pf-c-button--m-primary__c-badge--BorderColor)"
7
+ };
8
+ exports["default"] = exports.c_button_m_primary__c_badge_BorderColor;
@@ -0,0 +1,6 @@
1
+ export const c_button_m_primary__c_badge_BorderWidth: {
2
+ "name": "--pf-c-button--m-primary__c-badge--BorderWidth",
3
+ "value": "0",
4
+ "var": "var(--pf-c-button--m-primary__c-badge--BorderWidth)"
5
+ };
6
+ export default c_button_m_primary__c_badge_BorderWidth;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_button_m_primary__c_badge_BorderWidth = {
4
+ "name": "--pf-c-button--m-primary__c-badge--BorderWidth",
5
+ "value": "0",
6
+ "var": "var(--pf-c-button--m-primary__c-badge--BorderWidth)"
7
+ };
8
+ exports["default"] = exports.c_button_m_primary__c_badge_BorderWidth;
@@ -110,6 +110,36 @@ export const c_check: {
110
110
  "pf-size-prem(8px)",
111
111
  "0.5rem"
112
112
  ]
113
+ },
114
+ "c_check__label_required_MarginLeft": {
115
+ "name": "--pf-c-check__label-required--MarginLeft",
116
+ "value": "0.25rem",
117
+ "values": [
118
+ "--pf-global--spacer--xs",
119
+ "$pf-global--spacer--xs",
120
+ "pf-size-prem(4px)",
121
+ "0.25rem"
122
+ ]
123
+ },
124
+ "c_check__label_required_FontSize": {
125
+ "name": "--pf-c-check__label-required--FontSize",
126
+ "value": "0.875rem",
127
+ "values": [
128
+ "--pf-global--FontSize--sm",
129
+ "$pf-global--FontSize--sm",
130
+ "pf-font-prem(14px)",
131
+ "0.875rem"
132
+ ]
133
+ },
134
+ "c_check__label_required_Color": {
135
+ "name": "--pf-c-check__label-required--Color",
136
+ "value": "#c9190b",
137
+ "values": [
138
+ "--pf-global--danger-color--100",
139
+ "$pf-global--danger-color--100",
140
+ "$pf-color-red-100",
141
+ "#c9190b"
142
+ ]
113
143
  }
114
144
  },
115
145
  ".pf-c-check.pf-m-standalone": {
@@ -112,6 +112,36 @@ exports.c_check = {
112
112
  "pf-size-prem(8px)",
113
113
  "0.5rem"
114
114
  ]
115
+ },
116
+ "c_check__label_required_MarginLeft": {
117
+ "name": "--pf-c-check__label-required--MarginLeft",
118
+ "value": "0.25rem",
119
+ "values": [
120
+ "--pf-global--spacer--xs",
121
+ "$pf-global--spacer--xs",
122
+ "pf-size-prem(4px)",
123
+ "0.25rem"
124
+ ]
125
+ },
126
+ "c_check__label_required_FontSize": {
127
+ "name": "--pf-c-check__label-required--FontSize",
128
+ "value": "0.875rem",
129
+ "values": [
130
+ "--pf-global--FontSize--sm",
131
+ "$pf-global--FontSize--sm",
132
+ "pf-font-prem(14px)",
133
+ "0.875rem"
134
+ ]
135
+ },
136
+ "c_check__label_required_Color": {
137
+ "name": "--pf-c-check__label-required--Color",
138
+ "value": "#c9190b",
139
+ "values": [
140
+ "--pf-global--danger-color--100",
141
+ "$pf-global--danger-color--100",
142
+ "$pf-color-red-100",
143
+ "#c9190b"
144
+ ]
115
145
  }
116
146
  },
117
147
  ".pf-c-check.pf-m-standalone": {
@@ -0,0 +1,6 @@
1
+ export const c_check__label_required_Color: {
2
+ "name": "--pf-c-check__label-required--Color",
3
+ "value": "#c9190b",
4
+ "var": "var(--pf-c-check__label-required--Color)"
5
+ };
6
+ export default c_check__label_required_Color;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_check__label_required_Color = {
4
+ "name": "--pf-c-check__label-required--Color",
5
+ "value": "#c9190b",
6
+ "var": "var(--pf-c-check__label-required--Color)"
7
+ };
8
+ exports["default"] = exports.c_check__label_required_Color;
@@ -0,0 +1,6 @@
1
+ export const c_check__label_required_FontSize: {
2
+ "name": "--pf-c-check__label-required--FontSize",
3
+ "value": "0.875rem",
4
+ "var": "var(--pf-c-check__label-required--FontSize)"
5
+ };
6
+ export default c_check__label_required_FontSize;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_check__label_required_FontSize = {
4
+ "name": "--pf-c-check__label-required--FontSize",
5
+ "value": "0.875rem",
6
+ "var": "var(--pf-c-check__label-required--FontSize)"
7
+ };
8
+ exports["default"] = exports.c_check__label_required_FontSize;
@@ -0,0 +1,6 @@
1
+ export const c_check__label_required_MarginLeft: {
2
+ "name": "--pf-c-check__label-required--MarginLeft",
3
+ "value": "0.25rem",
4
+ "var": "var(--pf-c-check__label-required--MarginLeft)"
5
+ };
6
+ export default c_check__label_required_MarginLeft;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_check__label_required_MarginLeft = {
4
+ "name": "--pf-c-check__label-required--MarginLeft",
5
+ "value": "0.25rem",
6
+ "var": "var(--pf-c-check__label-required--MarginLeft)"
7
+ };
8
+ exports["default"] = exports.c_check__label_required_MarginLeft;
@@ -34,6 +34,10 @@ export const c_expandable_section: {
34
34
  "name": "--pf-c-expandable-section__toggle--PaddingLeft",
35
35
  "value": "0"
36
36
  },
37
+ "c_expandable_section__toggle_MarginTop": {
38
+ "name": "--pf-c-expandable-section__toggle--MarginTop",
39
+ "value": "0"
40
+ },
37
41
  "c_expandable_section__toggle_Color": {
38
42
  "name": "--pf-c-expandable-section__toggle--Color",
39
43
  "value": "#06c",
@@ -269,6 +273,20 @@ export const c_expandable_section: {
269
273
  "calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
270
274
  "calc(calc(0.25rem + 0.5rem) + 1em)"
271
275
  ]
276
+ },
277
+ "c_expandable_section_m_truncate__content_LineClamp": {
278
+ "name": "--pf-c-expandable-section--m-truncate__content--LineClamp",
279
+ "value": "3"
280
+ },
281
+ "c_expandable_section_m_truncate__toggle_MarginTop": {
282
+ "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
283
+ "value": "0.25rem",
284
+ "values": [
285
+ "--pf-global--spacer--xs",
286
+ "$pf-global--spacer--xs",
287
+ "pf-size-prem(4px)",
288
+ "0.25rem"
289
+ ]
272
290
  }
273
291
  },
274
292
  ".pf-c-expandable-section.pf-m-expanded": {
@@ -429,6 +447,35 @@ export const c_expandable_section: {
429
447
  ]
430
448
  }
431
449
  },
450
+ ".pf-c-expandable-section.pf-m-truncate": {
451
+ "c_expandable_section__toggle_MarginTop": {
452
+ "name": "--pf-c-expandable-section__toggle--MarginTop",
453
+ "value": "0.25rem",
454
+ "values": [
455
+ "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
456
+ "--pf-global--spacer--xs",
457
+ "$pf-global--spacer--xs",
458
+ "pf-size-prem(4px)",
459
+ "0.25rem"
460
+ ]
461
+ },
462
+ "c_expandable_section__toggle_PaddingTop": {
463
+ "name": "--pf-c-expandable-section__toggle--PaddingTop",
464
+ "value": "0"
465
+ },
466
+ "c_expandable_section__toggle_PaddingRight": {
467
+ "name": "--pf-c-expandable-section__toggle--PaddingRight",
468
+ "value": "0"
469
+ },
470
+ "c_expandable_section__toggle_PaddingBottom": {
471
+ "name": "--pf-c-expandable-section__toggle--PaddingBottom",
472
+ "value": "0"
473
+ },
474
+ "c_expandable_section__toggle_text_MarginLeft": {
475
+ "name": "--pf-c-expandable-section__toggle-text--MarginLeft",
476
+ "value": "0"
477
+ }
478
+ },
432
479
  ".pf-c-expandable-section__toggle:hover": {
433
480
  "c_expandable_section__toggle_Color": {
434
481
  "name": "--pf-c-expandable-section__toggle--Color",
@@ -36,6 +36,10 @@ exports.c_expandable_section = {
36
36
  "name": "--pf-c-expandable-section__toggle--PaddingLeft",
37
37
  "value": "0"
38
38
  },
39
+ "c_expandable_section__toggle_MarginTop": {
40
+ "name": "--pf-c-expandable-section__toggle--MarginTop",
41
+ "value": "0"
42
+ },
39
43
  "c_expandable_section__toggle_Color": {
40
44
  "name": "--pf-c-expandable-section__toggle--Color",
41
45
  "value": "#06c",
@@ -271,6 +275,20 @@ exports.c_expandable_section = {
271
275
  "calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
272
276
  "calc(calc(0.25rem + 0.5rem) + 1em)"
273
277
  ]
278
+ },
279
+ "c_expandable_section_m_truncate__content_LineClamp": {
280
+ "name": "--pf-c-expandable-section--m-truncate__content--LineClamp",
281
+ "value": "3"
282
+ },
283
+ "c_expandable_section_m_truncate__toggle_MarginTop": {
284
+ "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
285
+ "value": "0.25rem",
286
+ "values": [
287
+ "--pf-global--spacer--xs",
288
+ "$pf-global--spacer--xs",
289
+ "pf-size-prem(4px)",
290
+ "0.25rem"
291
+ ]
274
292
  }
275
293
  },
276
294
  ".pf-c-expandable-section.pf-m-expanded": {
@@ -431,6 +449,35 @@ exports.c_expandable_section = {
431
449
  ]
432
450
  }
433
451
  },
452
+ ".pf-c-expandable-section.pf-m-truncate": {
453
+ "c_expandable_section__toggle_MarginTop": {
454
+ "name": "--pf-c-expandable-section__toggle--MarginTop",
455
+ "value": "0.25rem",
456
+ "values": [
457
+ "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
458
+ "--pf-global--spacer--xs",
459
+ "$pf-global--spacer--xs",
460
+ "pf-size-prem(4px)",
461
+ "0.25rem"
462
+ ]
463
+ },
464
+ "c_expandable_section__toggle_PaddingTop": {
465
+ "name": "--pf-c-expandable-section__toggle--PaddingTop",
466
+ "value": "0"
467
+ },
468
+ "c_expandable_section__toggle_PaddingRight": {
469
+ "name": "--pf-c-expandable-section__toggle--PaddingRight",
470
+ "value": "0"
471
+ },
472
+ "c_expandable_section__toggle_PaddingBottom": {
473
+ "name": "--pf-c-expandable-section__toggle--PaddingBottom",
474
+ "value": "0"
475
+ },
476
+ "c_expandable_section__toggle_text_MarginLeft": {
477
+ "name": "--pf-c-expandable-section__toggle-text--MarginLeft",
478
+ "value": "0"
479
+ }
480
+ },
434
481
  ".pf-c-expandable-section__toggle:hover": {
435
482
  "c_expandable_section__toggle_Color": {
436
483
  "name": "--pf-c-expandable-section__toggle--Color",
@@ -0,0 +1,6 @@
1
+ export const c_expandable_section__toggle_MarginTop: {
2
+ "name": "--pf-c-expandable-section__toggle--MarginTop",
3
+ "value": "0.25rem",
4
+ "var": "var(--pf-c-expandable-section__toggle--MarginTop)"
5
+ };
6
+ export default c_expandable_section__toggle_MarginTop;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_expandable_section__toggle_MarginTop = {
4
+ "name": "--pf-c-expandable-section__toggle--MarginTop",
5
+ "value": "0.25rem",
6
+ "var": "var(--pf-c-expandable-section__toggle--MarginTop)"
7
+ };
8
+ exports["default"] = exports.c_expandable_section__toggle_MarginTop;
@@ -1,6 +1,6 @@
1
1
  export const c_expandable_section__toggle_PaddingBottom: {
2
2
  "name": "--pf-c-expandable-section__toggle--PaddingBottom",
3
- "value": "1rem",
3
+ "value": "0",
4
4
  "var": "var(--pf-c-expandable-section__toggle--PaddingBottom)"
5
5
  };
6
6
  export default c_expandable_section__toggle_PaddingBottom;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_expandable_section__toggle_PaddingBottom = {
4
4
  "name": "--pf-c-expandable-section__toggle--PaddingBottom",
5
- "value": "1rem",
5
+ "value": "0",
6
6
  "var": "var(--pf-c-expandable-section__toggle--PaddingBottom)"
7
7
  };
8
8
  exports["default"] = exports.c_expandable_section__toggle_PaddingBottom;
@@ -1,6 +1,6 @@
1
1
  export const c_expandable_section__toggle_PaddingRight: {
2
2
  "name": "--pf-c-expandable-section__toggle--PaddingRight",
3
- "value": "1rem",
3
+ "value": "0",
4
4
  "var": "var(--pf-c-expandable-section__toggle--PaddingRight)"
5
5
  };
6
6
  export default c_expandable_section__toggle_PaddingRight;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_expandable_section__toggle_PaddingRight = {
4
4
  "name": "--pf-c-expandable-section__toggle--PaddingRight",
5
- "value": "1rem",
5
+ "value": "0",
6
6
  "var": "var(--pf-c-expandable-section__toggle--PaddingRight)"
7
7
  };
8
8
  exports["default"] = exports.c_expandable_section__toggle_PaddingRight;
@@ -1,6 +1,6 @@
1
1
  export const c_expandable_section__toggle_PaddingTop: {
2
2
  "name": "--pf-c-expandable-section__toggle--PaddingTop",
3
- "value": "1rem",
3
+ "value": "0",
4
4
  "var": "var(--pf-c-expandable-section__toggle--PaddingTop)"
5
5
  };
6
6
  export default c_expandable_section__toggle_PaddingTop;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_expandable_section__toggle_PaddingTop = {
4
4
  "name": "--pf-c-expandable-section__toggle--PaddingTop",
5
- "value": "1rem",
5
+ "value": "0",
6
6
  "var": "var(--pf-c-expandable-section__toggle--PaddingTop)"
7
7
  };
8
8
  exports["default"] = exports.c_expandable_section__toggle_PaddingTop;
@@ -1,6 +1,6 @@
1
1
  export const c_expandable_section__toggle_text_MarginLeft: {
2
2
  "name": "--pf-c-expandable-section__toggle-text--MarginLeft",
3
- "value": "calc(0.25rem + 0.5rem)",
3
+ "value": "0",
4
4
  "var": "var(--pf-c-expandable-section__toggle-text--MarginLeft)"
5
5
  };
6
6
  export default c_expandable_section__toggle_text_MarginLeft;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_expandable_section__toggle_text_MarginLeft = {
4
4
  "name": "--pf-c-expandable-section__toggle-text--MarginLeft",
5
- "value": "calc(0.25rem + 0.5rem)",
5
+ "value": "0",
6
6
  "var": "var(--pf-c-expandable-section__toggle-text--MarginLeft)"
7
7
  };
8
8
  exports["default"] = exports.c_expandable_section__toggle_text_MarginLeft;
@@ -0,0 +1,6 @@
1
+ export const c_expandable_section_m_truncate__content_LineClamp: {
2
+ "name": "--pf-c-expandable-section--m-truncate__content--LineClamp",
3
+ "value": "3",
4
+ "var": "var(--pf-c-expandable-section--m-truncate__content--LineClamp)"
5
+ };
6
+ export default c_expandable_section_m_truncate__content_LineClamp;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_expandable_section_m_truncate__content_LineClamp = {
4
+ "name": "--pf-c-expandable-section--m-truncate__content--LineClamp",
5
+ "value": "3",
6
+ "var": "var(--pf-c-expandable-section--m-truncate__content--LineClamp)"
7
+ };
8
+ exports["default"] = exports.c_expandable_section_m_truncate__content_LineClamp;
@@ -0,0 +1,6 @@
1
+ export const c_expandable_section_m_truncate__toggle_MarginTop: {
2
+ "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
3
+ "value": "0.25rem",
4
+ "var": "var(--pf-c-expandable-section--m-truncate__toggle--MarginTop)"
5
+ };
6
+ export default c_expandable_section_m_truncate__toggle_MarginTop;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ exports.c_expandable_section_m_truncate__toggle_MarginTop = {
4
+ "name": "--pf-c-expandable-section--m-truncate__toggle--MarginTop",
5
+ "value": "0.25rem",
6
+ "var": "var(--pf-c-expandable-section--m-truncate__toggle--MarginTop)"
7
+ };
8
+ exports["default"] = exports.c_expandable_section_m_truncate__toggle_MarginTop;
@@ -214,6 +214,12 @@ export const c_input_group: {
214
214
  "value": "0"
215
215
  }
216
216
  },
217
+ ".pf-c-input-group.pf-m-plain": {
218
+ "c_input_group_BackgroundColor": {
219
+ "name": "--pf-c-input-group--BackgroundColor",
220
+ "value": "transparent"
221
+ }
222
+ },
217
223
  ".pf-c-input-group__text.pf-m-plain": {
218
224
  "c_input_group__text_BorderWidth": {
219
225
  "name": "--pf-c-input-group__text--BorderWidth",
@@ -216,6 +216,12 @@ exports.c_input_group = {
216
216
  "value": "0"
217
217
  }
218
218
  },
219
+ ".pf-c-input-group.pf-m-plain": {
220
+ "c_input_group_BackgroundColor": {
221
+ "name": "--pf-c-input-group--BackgroundColor",
222
+ "value": "transparent"
223
+ }
224
+ },
219
225
  ".pf-c-input-group__text.pf-m-plain": {
220
226
  "c_input_group__text_BorderWidth": {
221
227
  "name": "--pf-c-input-group__text--BorderWidth",
@@ -1,6 +1,6 @@
1
1
  export const c_input_group_BackgroundColor: {
2
2
  "name": "--pf-c-input-group--BackgroundColor",
3
- "value": "#fff",
3
+ "value": "transparent",
4
4
  "var": "var(--pf-c-input-group--BackgroundColor)"
5
5
  };
6
6
  export default c_input_group_BackgroundColor;
@@ -2,7 +2,7 @@
2
2
  exports.__esModule = true;
3
3
  exports.c_input_group_BackgroundColor = {
4
4
  "name": "--pf-c-input-group--BackgroundColor",
5
- "value": "#fff",
5
+ "value": "transparent",
6
6
  "var": "var(--pf-c-input-group--BackgroundColor)"
7
7
  };
8
8
  exports["default"] = exports.c_input_group_BackgroundColor;