@patternfly/react-tokens 4.84.3 → 4.84.6

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 +27 -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
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 4.84.6 (2022-08-17)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-tokens
9
+
10
+
11
+
12
+
13
+
14
+ ## 4.84.5 (2022-08-17)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **charts:** add victory-cursor-container dependency ([#7803](https://github.com/patternfly/patternfly-react/issues/7803)) ([6f1f00d](https://github.com/patternfly/patternfly-react/commit/6f1f00d0d60d9f841a3204e9378ac93a4333c41b))
20
+
21
+
22
+
23
+
24
+
25
+ ## 4.84.4 (2022-08-17)
26
+
27
+ **Note:** Version bump only for package @patternfly/react-tokens
28
+
29
+
30
+
31
+
32
+
6
33
  ## 4.84.3 (2022-08-16)
7
34
 
8
35
 
@@ -1330,6 +1330,55 @@ export const c_button: {
1330
1330
  "c_button_m_in_progress_m_plain__progress_TranslateX": {
1331
1331
  "name": "--pf-c-button--m-in-progress--m-plain__progress--TranslateX",
1332
1332
  "value": "-50%"
1333
+ },
1334
+ "c_button__count_MarginLeft": {
1335
+ "name": "--pf-c-button__count--MarginLeft",
1336
+ "value": "0.5rem",
1337
+ "values": [
1338
+ "--pf-global--spacer--sm",
1339
+ "$pf-global--spacer--sm",
1340
+ "pf-size-prem(8px)",
1341
+ "0.5rem"
1342
+ ]
1343
+ },
1344
+ "c_button_disabled__c_badge_Color": {
1345
+ "name": "--pf-c-button--disabled__c-badge--Color",
1346
+ "value": "#151515",
1347
+ "values": [
1348
+ "--pf-global--Color--dark-100",
1349
+ "$pf-global--Color--dark-100",
1350
+ "$pf-color-black-900",
1351
+ "#151515"
1352
+ ]
1353
+ },
1354
+ "c_button_disabled__c_badge_BackgroundColor": {
1355
+ "name": "--pf-c-button--disabled__c-badge--BackgroundColor",
1356
+ "value": "#f0f0f0",
1357
+ "values": [
1358
+ "--pf-global--BackgroundColor--200",
1359
+ "$pf-global--BackgroundColor--200",
1360
+ "$pf-color-black-200",
1361
+ "#f0f0f0"
1362
+ ]
1363
+ },
1364
+ "c_button_m_primary__c_badge_BorderColor": {
1365
+ "name": "--pf-c-button--m-primary__c-badge--BorderColor",
1366
+ "value": "#f0f0f0",
1367
+ "values": [
1368
+ "--pf-global--BorderColor--300",
1369
+ "$pf-global--BorderColor--300",
1370
+ "$pf-color-black-200",
1371
+ "#f0f0f0"
1372
+ ]
1373
+ },
1374
+ "c_button_m_primary__c_badge_BorderWidth": {
1375
+ "name": "--pf-c-button--m-primary__c-badge--BorderWidth",
1376
+ "value": "1px",
1377
+ "values": [
1378
+ "--pf-global--BorderWidth--sm",
1379
+ "$pf-global--BorderWidth--sm",
1380
+ "1px"
1381
+ ]
1333
1382
  }
1334
1383
  },
1335
1384
  ".pf-c-button:hover": {
@@ -2459,6 +2508,34 @@ export const c_button: {
2459
2508
  ]
2460
2509
  }
2461
2510
  },
2511
+ ".pf-c-button:disabled .pf-c-badge": {
2512
+ "c_badge_m_unread_Color": {
2513
+ "name": "--pf-c-badge--m-unread--Color",
2514
+ "value": "#151515",
2515
+ "values": [
2516
+ "--pf-c-button--disabled__c-badge--Color",
2517
+ "--pf-global--Color--dark-100",
2518
+ "$pf-global--Color--dark-100",
2519
+ "$pf-color-black-900",
2520
+ "#151515"
2521
+ ]
2522
+ },
2523
+ "c_badge_m_unread_BackgroundColor": {
2524
+ "name": "--pf-c-badge--m-unread--BackgroundColor",
2525
+ "value": "#f0f0f0",
2526
+ "values": [
2527
+ "--pf-c-button--disabled__c-badge--BackgroundColor",
2528
+ "--pf-global--BackgroundColor--200",
2529
+ "$pf-global--BackgroundColor--200",
2530
+ "$pf-color-black-200",
2531
+ "#f0f0f0"
2532
+ ]
2533
+ },
2534
+ "c_button_m_primary__c_badge_BorderWidth": {
2535
+ "name": "--pf-c-button--m-primary__c-badge--BorderWidth",
2536
+ "value": "0"
2537
+ }
2538
+ },
2462
2539
  ".pf-c-button.pf-m-aria-disabled": {
2463
2540
  "c_button_after_BorderWidth": {
2464
2541
  "name": "--pf-c-button--after--BorderWidth",
@@ -1330,6 +1330,55 @@ export const c_button = {
1330
1330
  "c_button_m_in_progress_m_plain__progress_TranslateX": {
1331
1331
  "name": "--pf-c-button--m-in-progress--m-plain__progress--TranslateX",
1332
1332
  "value": "-50%"
1333
+ },
1334
+ "c_button__count_MarginLeft": {
1335
+ "name": "--pf-c-button__count--MarginLeft",
1336
+ "value": "0.5rem",
1337
+ "values": [
1338
+ "--pf-global--spacer--sm",
1339
+ "$pf-global--spacer--sm",
1340
+ "pf-size-prem(8px)",
1341
+ "0.5rem"
1342
+ ]
1343
+ },
1344
+ "c_button_disabled__c_badge_Color": {
1345
+ "name": "--pf-c-button--disabled__c-badge--Color",
1346
+ "value": "#151515",
1347
+ "values": [
1348
+ "--pf-global--Color--dark-100",
1349
+ "$pf-global--Color--dark-100",
1350
+ "$pf-color-black-900",
1351
+ "#151515"
1352
+ ]
1353
+ },
1354
+ "c_button_disabled__c_badge_BackgroundColor": {
1355
+ "name": "--pf-c-button--disabled__c-badge--BackgroundColor",
1356
+ "value": "#f0f0f0",
1357
+ "values": [
1358
+ "--pf-global--BackgroundColor--200",
1359
+ "$pf-global--BackgroundColor--200",
1360
+ "$pf-color-black-200",
1361
+ "#f0f0f0"
1362
+ ]
1363
+ },
1364
+ "c_button_m_primary__c_badge_BorderColor": {
1365
+ "name": "--pf-c-button--m-primary__c-badge--BorderColor",
1366
+ "value": "#f0f0f0",
1367
+ "values": [
1368
+ "--pf-global--BorderColor--300",
1369
+ "$pf-global--BorderColor--300",
1370
+ "$pf-color-black-200",
1371
+ "#f0f0f0"
1372
+ ]
1373
+ },
1374
+ "c_button_m_primary__c_badge_BorderWidth": {
1375
+ "name": "--pf-c-button--m-primary__c-badge--BorderWidth",
1376
+ "value": "1px",
1377
+ "values": [
1378
+ "--pf-global--BorderWidth--sm",
1379
+ "$pf-global--BorderWidth--sm",
1380
+ "1px"
1381
+ ]
1333
1382
  }
1334
1383
  },
1335
1384
  ".pf-c-button:hover": {
@@ -2459,6 +2508,34 @@ export const c_button = {
2459
2508
  ]
2460
2509
  }
2461
2510
  },
2511
+ ".pf-c-button:disabled .pf-c-badge": {
2512
+ "c_badge_m_unread_Color": {
2513
+ "name": "--pf-c-badge--m-unread--Color",
2514
+ "value": "#151515",
2515
+ "values": [
2516
+ "--pf-c-button--disabled__c-badge--Color",
2517
+ "--pf-global--Color--dark-100",
2518
+ "$pf-global--Color--dark-100",
2519
+ "$pf-color-black-900",
2520
+ "#151515"
2521
+ ]
2522
+ },
2523
+ "c_badge_m_unread_BackgroundColor": {
2524
+ "name": "--pf-c-badge--m-unread--BackgroundColor",
2525
+ "value": "#f0f0f0",
2526
+ "values": [
2527
+ "--pf-c-button--disabled__c-badge--BackgroundColor",
2528
+ "--pf-global--BackgroundColor--200",
2529
+ "$pf-global--BackgroundColor--200",
2530
+ "$pf-color-black-200",
2531
+ "#f0f0f0"
2532
+ ]
2533
+ },
2534
+ "c_button_m_primary__c_badge_BorderWidth": {
2535
+ "name": "--pf-c-button--m-primary__c-badge--BorderWidth",
2536
+ "value": "0"
2537
+ }
2538
+ },
2462
2539
  ".pf-c-button.pf-m-aria-disabled": {
2463
2540
  "c_button_after_BorderWidth": {
2464
2541
  "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,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,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,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,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,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,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,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,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,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;
@@ -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": {
@@ -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": {
@@ -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,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,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,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,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,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;
@@ -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",
@@ -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",
@@ -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,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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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;
@@ -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,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;