@patternfly/react-tokens 4.84.1 → 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.
- package/CHANGELOG.md +27 -0
- package/dist/esm/c_button.d.ts +77 -0
- package/dist/esm/c_button.js +77 -0
- package/dist/esm/c_button__count_MarginLeft.d.ts +6 -0
- package/dist/esm/c_button__count_MarginLeft.js +6 -0
- package/dist/esm/c_button_disabled__c_badge_BackgroundColor.d.ts +6 -0
- package/dist/esm/c_button_disabled__c_badge_BackgroundColor.js +6 -0
- package/dist/esm/c_button_disabled__c_badge_Color.d.ts +6 -0
- package/dist/esm/c_button_disabled__c_badge_Color.js +6 -0
- package/dist/esm/c_button_m_primary__c_badge_BorderColor.d.ts +6 -0
- package/dist/esm/c_button_m_primary__c_badge_BorderColor.js +6 -0
- package/dist/esm/c_button_m_primary__c_badge_BorderWidth.d.ts +6 -0
- package/dist/esm/c_button_m_primary__c_badge_BorderWidth.js +6 -0
- package/dist/esm/c_check.d.ts +30 -0
- package/dist/esm/c_check.js +30 -0
- package/dist/esm/c_check__label_required_Color.d.ts +6 -0
- package/dist/esm/c_check__label_required_Color.js +6 -0
- package/dist/esm/c_check__label_required_FontSize.d.ts +6 -0
- package/dist/esm/c_check__label_required_FontSize.js +6 -0
- package/dist/esm/c_check__label_required_MarginLeft.d.ts +6 -0
- package/dist/esm/c_check__label_required_MarginLeft.js +6 -0
- package/dist/esm/c_expandable_section.d.ts +47 -0
- package/dist/esm/c_expandable_section.js +47 -0
- package/dist/esm/c_expandable_section__toggle_MarginTop.d.ts +6 -0
- package/dist/esm/c_expandable_section__toggle_MarginTop.js +6 -0
- package/dist/esm/c_expandable_section__toggle_PaddingBottom.d.ts +1 -1
- package/dist/esm/c_expandable_section__toggle_PaddingBottom.js +1 -1
- package/dist/esm/c_expandable_section__toggle_PaddingRight.d.ts +1 -1
- package/dist/esm/c_expandable_section__toggle_PaddingRight.js +1 -1
- package/dist/esm/c_expandable_section__toggle_PaddingTop.d.ts +1 -1
- package/dist/esm/c_expandable_section__toggle_PaddingTop.js +1 -1
- package/dist/esm/c_expandable_section__toggle_text_MarginLeft.d.ts +1 -1
- package/dist/esm/c_expandable_section__toggle_text_MarginLeft.js +1 -1
- package/dist/esm/c_expandable_section_m_truncate__content_LineClamp.d.ts +6 -0
- package/dist/esm/c_expandable_section_m_truncate__content_LineClamp.js +6 -0
- package/dist/esm/c_expandable_section_m_truncate__toggle_MarginTop.d.ts +6 -0
- package/dist/esm/c_expandable_section_m_truncate__toggle_MarginTop.js +6 -0
- package/dist/esm/c_input_group.d.ts +6 -0
- package/dist/esm/c_input_group.js +6 -0
- package/dist/esm/c_input_group_BackgroundColor.d.ts +1 -1
- package/dist/esm/c_input_group_BackgroundColor.js +1 -1
- package/dist/esm/c_masthead.d.ts +177 -175
- package/dist/esm/c_masthead.js +177 -175
- package/dist/esm/c_menu.d.ts +0 -24
- package/dist/esm/c_menu.js +0 -24
- package/dist/esm/index.d.ts +13 -4
- package/dist/esm/index.js +13 -4
- package/dist/js/c_button.d.ts +77 -0
- package/dist/js/c_button.js +77 -0
- package/dist/js/c_button__count_MarginLeft.d.ts +6 -0
- package/dist/js/c_button__count_MarginLeft.js +8 -0
- package/dist/js/c_button_disabled__c_badge_BackgroundColor.d.ts +6 -0
- package/dist/js/c_button_disabled__c_badge_BackgroundColor.js +8 -0
- package/dist/js/c_button_disabled__c_badge_Color.d.ts +6 -0
- package/dist/js/c_button_disabled__c_badge_Color.js +8 -0
- package/dist/js/c_button_m_primary__c_badge_BorderColor.d.ts +6 -0
- package/dist/js/c_button_m_primary__c_badge_BorderColor.js +8 -0
- package/dist/js/c_button_m_primary__c_badge_BorderWidth.d.ts +6 -0
- package/dist/js/c_button_m_primary__c_badge_BorderWidth.js +8 -0
- package/dist/js/c_check.d.ts +30 -0
- package/dist/js/c_check.js +30 -0
- package/dist/js/c_check__label_required_Color.d.ts +6 -0
- package/dist/js/c_check__label_required_Color.js +8 -0
- package/dist/js/c_check__label_required_FontSize.d.ts +6 -0
- package/dist/js/c_check__label_required_FontSize.js +8 -0
- package/dist/js/c_check__label_required_MarginLeft.d.ts +6 -0
- package/dist/js/c_check__label_required_MarginLeft.js +8 -0
- package/dist/js/c_expandable_section.d.ts +47 -0
- package/dist/js/c_expandable_section.js +47 -0
- package/dist/js/c_expandable_section__toggle_MarginTop.d.ts +6 -0
- package/dist/js/c_expandable_section__toggle_MarginTop.js +8 -0
- package/dist/js/c_expandable_section__toggle_PaddingBottom.d.ts +1 -1
- package/dist/js/c_expandable_section__toggle_PaddingBottom.js +1 -1
- package/dist/js/c_expandable_section__toggle_PaddingRight.d.ts +1 -1
- package/dist/js/c_expandable_section__toggle_PaddingRight.js +1 -1
- package/dist/js/c_expandable_section__toggle_PaddingTop.d.ts +1 -1
- package/dist/js/c_expandable_section__toggle_PaddingTop.js +1 -1
- package/dist/js/c_expandable_section__toggle_text_MarginLeft.d.ts +1 -1
- package/dist/js/c_expandable_section__toggle_text_MarginLeft.js +1 -1
- package/dist/js/c_expandable_section_m_truncate__content_LineClamp.d.ts +6 -0
- package/dist/js/c_expandable_section_m_truncate__content_LineClamp.js +8 -0
- package/dist/js/c_expandable_section_m_truncate__toggle_MarginTop.d.ts +6 -0
- package/dist/js/c_expandable_section_m_truncate__toggle_MarginTop.js +8 -0
- package/dist/js/c_input_group.d.ts +6 -0
- package/dist/js/c_input_group.js +6 -0
- package/dist/js/c_input_group_BackgroundColor.d.ts +1 -1
- package/dist/js/c_input_group_BackgroundColor.js +1 -1
- package/dist/js/c_masthead.d.ts +177 -175
- package/dist/js/c_masthead.js +177 -175
- package/dist/js/c_menu.d.ts +0 -24
- package/dist/js/c_menu.js +0 -24
- package/dist/js/index.d.ts +13 -4
- package/dist/js/index.js +13 -4
- package/package.json +3 -3
- package/dist/esm/c_menu__footer_after_BorderBottomColor.d.ts +0 -6
- package/dist/esm/c_menu__footer_after_BorderBottomColor.js +0 -6
- package/dist/esm/c_menu__footer_after_BorderBottomWidth.d.ts +0 -6
- package/dist/esm/c_menu__footer_after_BorderBottomWidth.js +0 -6
- package/dist/js/c_menu__footer_after_BorderBottomColor.d.ts +0 -6
- package/dist/js/c_menu__footer_after_BorderBottomColor.js +0 -8
- package/dist/js/c_menu__footer_after_BorderBottomWidth.d.ts +0 -6
- 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.4 (2022-08-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 4.84.3 (2022-08-16)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **Select:** apply aria-describedby to correct element ([#7790](https://github.com/patternfly/patternfly-react/issues/7790)) ([1795ff5](https://github.com/patternfly/patternfly-react/commit/1795ff5a939cfab5af03f11640737377b7c39441))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 4.84.2 (2022-08-16)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## 4.84.1 (2022-08-16)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @patternfly/react-tokens
|
package/dist/esm/c_button.d.ts
CHANGED
|
@@ -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",
|
package/dist/esm/c_button.js
CHANGED
|
@@ -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_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;
|
package/dist/esm/c_check.d.ts
CHANGED
|
@@ -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": {
|
package/dist/esm/c_check.js
CHANGED
|
@@ -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": {
|
|
@@ -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",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__toggle_PaddingBottom: {
|
|
2
2
|
"name": "--pf-c-expandable-section__toggle--PaddingBottom",
|
|
3
|
-
"value": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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;
|