@patternfly/react-tokens 4.35.1 → 4.35.5
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 +38 -0
- package/dist/esm/c_expandable_section.d.ts +29 -0
- package/dist/esm/c_expandable_section.js +29 -0
- package/dist/esm/c_expandable_section__content_PaddingLeft.d.ts +1 -1
- package/dist/esm/c_expandable_section__content_PaddingLeft.js +1 -1
- package/dist/esm/c_expandable_section__toggle_icon_MinWidth.d.ts +6 -0
- package/dist/esm/c_expandable_section__toggle_icon_MinWidth.js +6 -0
- package/dist/esm/c_expandable_section_m_indented__content_PaddingLeft.d.ts +6 -0
- package/dist/esm/c_expandable_section_m_indented__content_PaddingLeft.js +6 -0
- package/dist/esm/index.d.ts +2 -0
- package/dist/esm/index.js +2 -0
- package/dist/js/c_expandable_section.d.ts +29 -0
- package/dist/js/c_expandable_section.js +29 -0
- package/dist/js/c_expandable_section__content_PaddingLeft.d.ts +1 -1
- package/dist/js/c_expandable_section__content_PaddingLeft.js +1 -1
- package/dist/js/c_expandable_section__toggle_icon_MinWidth.d.ts +6 -0
- package/dist/js/c_expandable_section__toggle_icon_MinWidth.js +8 -0
- package/dist/js/c_expandable_section_m_indented__content_PaddingLeft.d.ts +6 -0
- package/dist/js/c_expandable_section_m_indented__content_PaddingLeft.js +8 -0
- package/dist/js/index.d.ts +2 -0
- package/dist/js/index.js +2 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
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.35.5 (2022-01-07)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **jumplinks:** Updated JumpLinks demo to allow for horizontal display ([#6731](https://github.com/patternfly/patternfly-react/issues/6731)) ([f37b934](https://github.com/patternfly/patternfly-react/commit/f37b9342e678da247056c73767d5d40ff5435bda))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 4.35.4 (2022-01-06)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 4.35.3 (2022-01-06)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **TopologyControlBar:** Update screen reader className to latest ([#6739](https://github.com/patternfly/patternfly-react/issues/6739)) ([ed9da57](https://github.com/patternfly/patternfly-react/commit/ed9da575fddf9fe7af8a891972f7a66520785411))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## 4.35.2 (2022-01-06)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
## 4.35.1 (2022-01-06)
|
|
7
45
|
|
|
8
46
|
**Note:** Version bump only for package @patternfly/react-tokens
|
|
@@ -89,6 +89,10 @@ export const c_expandable_section: {
|
|
|
89
89
|
"#004080"
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
+
"c_expandable_section__toggle_icon_MinWidth": {
|
|
93
|
+
"name": "--pf-c-expandable-section__toggle-icon--MinWidth",
|
|
94
|
+
"value": "1em"
|
|
95
|
+
},
|
|
92
96
|
"c_expandable_section__toggle_icon_Color": {
|
|
93
97
|
"name": "--pf-c-expandable-section__toggle-icon--Color",
|
|
94
98
|
"value": "#151515",
|
|
@@ -254,6 +258,17 @@ export const c_expandable_section: {
|
|
|
254
258
|
"$pf-color-blue-400",
|
|
255
259
|
"#06c"
|
|
256
260
|
]
|
|
261
|
+
},
|
|
262
|
+
"c_expandable_section_m_indented__content_PaddingLeft": {
|
|
263
|
+
"name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
264
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
265
|
+
"values": [
|
|
266
|
+
"calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
|
|
267
|
+
"calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
|
|
268
|
+
"calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
|
|
269
|
+
"calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
|
|
270
|
+
"calc(calc(0.25rem + 0.5rem) + 1em)"
|
|
271
|
+
]
|
|
257
272
|
}
|
|
258
273
|
},
|
|
259
274
|
".pf-c-expandable-section.pf-m-expanded": {
|
|
@@ -400,6 +415,20 @@ export const c_expandable_section: {
|
|
|
400
415
|
]
|
|
401
416
|
}
|
|
402
417
|
},
|
|
418
|
+
".pf-c-expandable-section.pf-m-indented": {
|
|
419
|
+
"c_expandable_section__content_PaddingLeft": {
|
|
420
|
+
"name": "--pf-c-expandable-section__content--PaddingLeft",
|
|
421
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
422
|
+
"values": [
|
|
423
|
+
"--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
424
|
+
"calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
|
|
425
|
+
"calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
|
|
426
|
+
"calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
|
|
427
|
+
"calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
|
|
428
|
+
"calc(calc(0.25rem + 0.5rem) + 1em)"
|
|
429
|
+
]
|
|
430
|
+
}
|
|
431
|
+
},
|
|
403
432
|
".pf-c-expandable-section__toggle:hover": {
|
|
404
433
|
"c_expandable_section__toggle_Color": {
|
|
405
434
|
"name": "--pf-c-expandable-section__toggle--Color",
|
|
@@ -89,6 +89,10 @@ export const c_expandable_section = {
|
|
|
89
89
|
"#004080"
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
+
"c_expandable_section__toggle_icon_MinWidth": {
|
|
93
|
+
"name": "--pf-c-expandable-section__toggle-icon--MinWidth",
|
|
94
|
+
"value": "1em"
|
|
95
|
+
},
|
|
92
96
|
"c_expandable_section__toggle_icon_Color": {
|
|
93
97
|
"name": "--pf-c-expandable-section__toggle-icon--Color",
|
|
94
98
|
"value": "#151515",
|
|
@@ -254,6 +258,17 @@ export const c_expandable_section = {
|
|
|
254
258
|
"$pf-color-blue-400",
|
|
255
259
|
"#06c"
|
|
256
260
|
]
|
|
261
|
+
},
|
|
262
|
+
"c_expandable_section_m_indented__content_PaddingLeft": {
|
|
263
|
+
"name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
264
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
265
|
+
"values": [
|
|
266
|
+
"calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
|
|
267
|
+
"calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
|
|
268
|
+
"calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
|
|
269
|
+
"calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
|
|
270
|
+
"calc(calc(0.25rem + 0.5rem) + 1em)"
|
|
271
|
+
]
|
|
257
272
|
}
|
|
258
273
|
},
|
|
259
274
|
".pf-c-expandable-section.pf-m-expanded": {
|
|
@@ -400,6 +415,20 @@ export const c_expandable_section = {
|
|
|
400
415
|
]
|
|
401
416
|
}
|
|
402
417
|
},
|
|
418
|
+
".pf-c-expandable-section.pf-m-indented": {
|
|
419
|
+
"c_expandable_section__content_PaddingLeft": {
|
|
420
|
+
"name": "--pf-c-expandable-section__content--PaddingLeft",
|
|
421
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
422
|
+
"values": [
|
|
423
|
+
"--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
424
|
+
"calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
|
|
425
|
+
"calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
|
|
426
|
+
"calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
|
|
427
|
+
"calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
|
|
428
|
+
"calc(calc(0.25rem + 0.5rem) + 1em)"
|
|
429
|
+
]
|
|
430
|
+
}
|
|
431
|
+
},
|
|
403
432
|
".pf-c-expandable-section__toggle:hover": {
|
|
404
433
|
"c_expandable_section__toggle_Color": {
|
|
405
434
|
"name": "--pf-c-expandable-section__toggle--Color",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__content_PaddingLeft: {
|
|
2
2
|
"name": "--pf-c-expandable-section__content--PaddingLeft",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
4
4
|
"var": "var(--pf-c-expandable-section__content--PaddingLeft)"
|
|
5
5
|
};
|
|
6
6
|
export default c_expandable_section__content_PaddingLeft;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__content_PaddingLeft = {
|
|
2
2
|
"name": "--pf-c-expandable-section__content--PaddingLeft",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
4
4
|
"var": "var(--pf-c-expandable-section__content--PaddingLeft)"
|
|
5
5
|
};
|
|
6
6
|
export default c_expandable_section__content_PaddingLeft;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_expandable_section__toggle_icon_MinWidth = {
|
|
2
|
+
"name": "--pf-c-expandable-section__toggle-icon--MinWidth",
|
|
3
|
+
"value": "1em",
|
|
4
|
+
"var": "var(--pf-c-expandable-section__toggle-icon--MinWidth)"
|
|
5
|
+
};
|
|
6
|
+
export default c_expandable_section__toggle_icon_MinWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_expandable_section_m_indented__content_PaddingLeft: {
|
|
2
|
+
"name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
3
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
4
|
+
"var": "var(--pf-c-expandable-section--m-indented__content--PaddingLeft)"
|
|
5
|
+
};
|
|
6
|
+
export default c_expandable_section_m_indented__content_PaddingLeft;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_expandable_section_m_indented__content_PaddingLeft = {
|
|
2
|
+
"name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
3
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
4
|
+
"var": "var(--pf-c-expandable-section--m-indented__content--PaddingLeft)"
|
|
5
|
+
};
|
|
6
|
+
export default c_expandable_section_m_indented__content_PaddingLeft;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -3326,6 +3326,7 @@ export { c_expandable_section__toggle_hover_Color } from './c_expandable_section
|
|
|
3326
3326
|
export { c_expandable_section__toggle_active_Color } from './c_expandable_section__toggle_active_Color';
|
|
3327
3327
|
export { c_expandable_section__toggle_focus_Color } from './c_expandable_section__toggle_focus_Color';
|
|
3328
3328
|
export { c_expandable_section__toggle_m_expanded_Color } from './c_expandable_section__toggle_m_expanded_Color';
|
|
3329
|
+
export { c_expandable_section__toggle_icon_MinWidth } from './c_expandable_section__toggle_icon_MinWidth';
|
|
3329
3330
|
export { c_expandable_section__toggle_icon_Color } from './c_expandable_section__toggle_icon_Color';
|
|
3330
3331
|
export { c_expandable_section__toggle_icon_Transition } from './c_expandable_section__toggle_icon_Transition';
|
|
3331
3332
|
export { c_expandable_section__toggle_icon_Rotate } from './c_expandable_section__toggle_icon_Rotate';
|
|
@@ -3348,6 +3349,7 @@ export { c_expandable_section_m_display_lg__content_PaddingLeft } from './c_expa
|
|
|
3348
3349
|
export { c_expandable_section_m_display_lg_after_BackgroundColor } from './c_expandable_section_m_display_lg_after_BackgroundColor';
|
|
3349
3350
|
export { c_expandable_section_m_display_lg_after_Width } from './c_expandable_section_m_display_lg_after_Width';
|
|
3350
3351
|
export { c_expandable_section_m_display_lg_m_expanded_after_BackgroundColor } from './c_expandable_section_m_display_lg_m_expanded_after_BackgroundColor';
|
|
3352
|
+
export { c_expandable_section_m_indented__content_PaddingLeft } from './c_expandable_section_m_indented__content_PaddingLeft';
|
|
3351
3353
|
export { c_expandable_section__content_PaddingRight } from './c_expandable_section__content_PaddingRight';
|
|
3352
3354
|
export { c_expandable_section__content_PaddingBottom } from './c_expandable_section__content_PaddingBottom';
|
|
3353
3355
|
export { c_expandable_section__content_PaddingLeft } from './c_expandable_section__content_PaddingLeft';
|
package/dist/esm/index.js
CHANGED
|
@@ -3326,6 +3326,7 @@ export { c_expandable_section__toggle_hover_Color } from './c_expandable_section
|
|
|
3326
3326
|
export { c_expandable_section__toggle_active_Color } from './c_expandable_section__toggle_active_Color';
|
|
3327
3327
|
export { c_expandable_section__toggle_focus_Color } from './c_expandable_section__toggle_focus_Color';
|
|
3328
3328
|
export { c_expandable_section__toggle_m_expanded_Color } from './c_expandable_section__toggle_m_expanded_Color';
|
|
3329
|
+
export { c_expandable_section__toggle_icon_MinWidth } from './c_expandable_section__toggle_icon_MinWidth';
|
|
3329
3330
|
export { c_expandable_section__toggle_icon_Color } from './c_expandable_section__toggle_icon_Color';
|
|
3330
3331
|
export { c_expandable_section__toggle_icon_Transition } from './c_expandable_section__toggle_icon_Transition';
|
|
3331
3332
|
export { c_expandable_section__toggle_icon_Rotate } from './c_expandable_section__toggle_icon_Rotate';
|
|
@@ -3348,6 +3349,7 @@ export { c_expandable_section_m_display_lg__content_PaddingLeft } from './c_expa
|
|
|
3348
3349
|
export { c_expandable_section_m_display_lg_after_BackgroundColor } from './c_expandable_section_m_display_lg_after_BackgroundColor';
|
|
3349
3350
|
export { c_expandable_section_m_display_lg_after_Width } from './c_expandable_section_m_display_lg_after_Width';
|
|
3350
3351
|
export { c_expandable_section_m_display_lg_m_expanded_after_BackgroundColor } from './c_expandable_section_m_display_lg_m_expanded_after_BackgroundColor';
|
|
3352
|
+
export { c_expandable_section_m_indented__content_PaddingLeft } from './c_expandable_section_m_indented__content_PaddingLeft';
|
|
3351
3353
|
export { c_expandable_section__content_PaddingRight } from './c_expandable_section__content_PaddingRight';
|
|
3352
3354
|
export { c_expandable_section__content_PaddingBottom } from './c_expandable_section__content_PaddingBottom';
|
|
3353
3355
|
export { c_expandable_section__content_PaddingLeft } from './c_expandable_section__content_PaddingLeft';
|
|
@@ -89,6 +89,10 @@ export const c_expandable_section: {
|
|
|
89
89
|
"#004080"
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
+
"c_expandable_section__toggle_icon_MinWidth": {
|
|
93
|
+
"name": "--pf-c-expandable-section__toggle-icon--MinWidth",
|
|
94
|
+
"value": "1em"
|
|
95
|
+
},
|
|
92
96
|
"c_expandable_section__toggle_icon_Color": {
|
|
93
97
|
"name": "--pf-c-expandable-section__toggle-icon--Color",
|
|
94
98
|
"value": "#151515",
|
|
@@ -254,6 +258,17 @@ export const c_expandable_section: {
|
|
|
254
258
|
"$pf-color-blue-400",
|
|
255
259
|
"#06c"
|
|
256
260
|
]
|
|
261
|
+
},
|
|
262
|
+
"c_expandable_section_m_indented__content_PaddingLeft": {
|
|
263
|
+
"name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
264
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
265
|
+
"values": [
|
|
266
|
+
"calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
|
|
267
|
+
"calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
|
|
268
|
+
"calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
|
|
269
|
+
"calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
|
|
270
|
+
"calc(calc(0.25rem + 0.5rem) + 1em)"
|
|
271
|
+
]
|
|
257
272
|
}
|
|
258
273
|
},
|
|
259
274
|
".pf-c-expandable-section.pf-m-expanded": {
|
|
@@ -400,6 +415,20 @@ export const c_expandable_section: {
|
|
|
400
415
|
]
|
|
401
416
|
}
|
|
402
417
|
},
|
|
418
|
+
".pf-c-expandable-section.pf-m-indented": {
|
|
419
|
+
"c_expandable_section__content_PaddingLeft": {
|
|
420
|
+
"name": "--pf-c-expandable-section__content--PaddingLeft",
|
|
421
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
422
|
+
"values": [
|
|
423
|
+
"--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
424
|
+
"calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
|
|
425
|
+
"calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
|
|
426
|
+
"calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
|
|
427
|
+
"calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
|
|
428
|
+
"calc(calc(0.25rem + 0.5rem) + 1em)"
|
|
429
|
+
]
|
|
430
|
+
}
|
|
431
|
+
},
|
|
403
432
|
".pf-c-expandable-section__toggle:hover": {
|
|
404
433
|
"c_expandable_section__toggle_Color": {
|
|
405
434
|
"name": "--pf-c-expandable-section__toggle--Color",
|
|
@@ -91,6 +91,10 @@ exports.c_expandable_section = {
|
|
|
91
91
|
"#004080"
|
|
92
92
|
]
|
|
93
93
|
},
|
|
94
|
+
"c_expandable_section__toggle_icon_MinWidth": {
|
|
95
|
+
"name": "--pf-c-expandable-section__toggle-icon--MinWidth",
|
|
96
|
+
"value": "1em"
|
|
97
|
+
},
|
|
94
98
|
"c_expandable_section__toggle_icon_Color": {
|
|
95
99
|
"name": "--pf-c-expandable-section__toggle-icon--Color",
|
|
96
100
|
"value": "#151515",
|
|
@@ -256,6 +260,17 @@ exports.c_expandable_section = {
|
|
|
256
260
|
"$pf-color-blue-400",
|
|
257
261
|
"#06c"
|
|
258
262
|
]
|
|
263
|
+
},
|
|
264
|
+
"c_expandable_section_m_indented__content_PaddingLeft": {
|
|
265
|
+
"name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
266
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
267
|
+
"values": [
|
|
268
|
+
"calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
|
|
269
|
+
"calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
|
|
270
|
+
"calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
|
|
271
|
+
"calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
|
|
272
|
+
"calc(calc(0.25rem + 0.5rem) + 1em)"
|
|
273
|
+
]
|
|
259
274
|
}
|
|
260
275
|
},
|
|
261
276
|
".pf-c-expandable-section.pf-m-expanded": {
|
|
@@ -402,6 +417,20 @@ exports.c_expandable_section = {
|
|
|
402
417
|
]
|
|
403
418
|
}
|
|
404
419
|
},
|
|
420
|
+
".pf-c-expandable-section.pf-m-indented": {
|
|
421
|
+
"c_expandable_section__content_PaddingLeft": {
|
|
422
|
+
"name": "--pf-c-expandable-section__content--PaddingLeft",
|
|
423
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
424
|
+
"values": [
|
|
425
|
+
"--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
426
|
+
"calc(--pf-c-expandable-section__toggle-text--MarginLeft + --pf-c-expandable-section__toggle-icon--MinWidth)",
|
|
427
|
+
"calc(calc(--pf-global--spacer--xs + --pf-global--spacer--sm) + 1em)",
|
|
428
|
+
"calc(calc($pf-global--spacer--xs + $pf-global--spacer--sm) + 1em)",
|
|
429
|
+
"calc(calc(pf-size-prem(4px) + pf-size-prem(8px)) + 1em)",
|
|
430
|
+
"calc(calc(0.25rem + 0.5rem) + 1em)"
|
|
431
|
+
]
|
|
432
|
+
}
|
|
433
|
+
},
|
|
405
434
|
".pf-c-expandable-section__toggle:hover": {
|
|
406
435
|
"c_expandable_section__toggle_Color": {
|
|
407
436
|
"name": "--pf-c-expandable-section__toggle--Color",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_expandable_section__content_PaddingLeft: {
|
|
2
2
|
"name": "--pf-c-expandable-section__content--PaddingLeft",
|
|
3
|
-
"value": "
|
|
3
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
4
4
|
"var": "var(--pf-c-expandable-section__content--PaddingLeft)"
|
|
5
5
|
};
|
|
6
6
|
export default c_expandable_section__content_PaddingLeft;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_expandable_section__content_PaddingLeft = {
|
|
4
4
|
"name": "--pf-c-expandable-section__content--PaddingLeft",
|
|
5
|
-
"value": "
|
|
5
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
6
6
|
"var": "var(--pf-c-expandable-section__content--PaddingLeft)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_expandable_section__content_PaddingLeft;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_expandable_section__toggle_icon_MinWidth = {
|
|
4
|
+
"name": "--pf-c-expandable-section__toggle-icon--MinWidth",
|
|
5
|
+
"value": "1em",
|
|
6
|
+
"var": "var(--pf-c-expandable-section__toggle-icon--MinWidth)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_expandable_section__toggle_icon_MinWidth;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_expandable_section_m_indented__content_PaddingLeft: {
|
|
2
|
+
"name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
3
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
4
|
+
"var": "var(--pf-c-expandable-section--m-indented__content--PaddingLeft)"
|
|
5
|
+
};
|
|
6
|
+
export default c_expandable_section_m_indented__content_PaddingLeft;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_expandable_section_m_indented__content_PaddingLeft = {
|
|
4
|
+
"name": "--pf-c-expandable-section--m-indented__content--PaddingLeft",
|
|
5
|
+
"value": "calc(calc(0.25rem + 0.5rem) + 1em)",
|
|
6
|
+
"var": "var(--pf-c-expandable-section--m-indented__content--PaddingLeft)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_expandable_section_m_indented__content_PaddingLeft;
|
package/dist/js/index.d.ts
CHANGED
|
@@ -3326,6 +3326,7 @@ export { c_expandable_section__toggle_hover_Color } from './c_expandable_section
|
|
|
3326
3326
|
export { c_expandable_section__toggle_active_Color } from './c_expandable_section__toggle_active_Color';
|
|
3327
3327
|
export { c_expandable_section__toggle_focus_Color } from './c_expandable_section__toggle_focus_Color';
|
|
3328
3328
|
export { c_expandable_section__toggle_m_expanded_Color } from './c_expandable_section__toggle_m_expanded_Color';
|
|
3329
|
+
export { c_expandable_section__toggle_icon_MinWidth } from './c_expandable_section__toggle_icon_MinWidth';
|
|
3329
3330
|
export { c_expandable_section__toggle_icon_Color } from './c_expandable_section__toggle_icon_Color';
|
|
3330
3331
|
export { c_expandable_section__toggle_icon_Transition } from './c_expandable_section__toggle_icon_Transition';
|
|
3331
3332
|
export { c_expandable_section__toggle_icon_Rotate } from './c_expandable_section__toggle_icon_Rotate';
|
|
@@ -3348,6 +3349,7 @@ export { c_expandable_section_m_display_lg__content_PaddingLeft } from './c_expa
|
|
|
3348
3349
|
export { c_expandable_section_m_display_lg_after_BackgroundColor } from './c_expandable_section_m_display_lg_after_BackgroundColor';
|
|
3349
3350
|
export { c_expandable_section_m_display_lg_after_Width } from './c_expandable_section_m_display_lg_after_Width';
|
|
3350
3351
|
export { c_expandable_section_m_display_lg_m_expanded_after_BackgroundColor } from './c_expandable_section_m_display_lg_m_expanded_after_BackgroundColor';
|
|
3352
|
+
export { c_expandable_section_m_indented__content_PaddingLeft } from './c_expandable_section_m_indented__content_PaddingLeft';
|
|
3351
3353
|
export { c_expandable_section__content_PaddingRight } from './c_expandable_section__content_PaddingRight';
|
|
3352
3354
|
export { c_expandable_section__content_PaddingBottom } from './c_expandable_section__content_PaddingBottom';
|
|
3353
3355
|
export { c_expandable_section__content_PaddingLeft } from './c_expandable_section__content_PaddingLeft';
|
package/dist/js/index.js
CHANGED
|
@@ -3331,6 +3331,7 @@ __export(require('./c_expandable_section__toggle_hover_Color'));
|
|
|
3331
3331
|
__export(require('./c_expandable_section__toggle_active_Color'));
|
|
3332
3332
|
__export(require('./c_expandable_section__toggle_focus_Color'));
|
|
3333
3333
|
__export(require('./c_expandable_section__toggle_m_expanded_Color'));
|
|
3334
|
+
__export(require('./c_expandable_section__toggle_icon_MinWidth'));
|
|
3334
3335
|
__export(require('./c_expandable_section__toggle_icon_Color'));
|
|
3335
3336
|
__export(require('./c_expandable_section__toggle_icon_Transition'));
|
|
3336
3337
|
__export(require('./c_expandable_section__toggle_icon_Rotate'));
|
|
@@ -3353,6 +3354,7 @@ __export(require('./c_expandable_section_m_display_lg__content_PaddingLeft'));
|
|
|
3353
3354
|
__export(require('./c_expandable_section_m_display_lg_after_BackgroundColor'));
|
|
3354
3355
|
__export(require('./c_expandable_section_m_display_lg_after_Width'));
|
|
3355
3356
|
__export(require('./c_expandable_section_m_display_lg_m_expanded_after_BackgroundColor'));
|
|
3357
|
+
__export(require('./c_expandable_section_m_indented__content_PaddingLeft'));
|
|
3356
3358
|
__export(require('./c_expandable_section__content_PaddingRight'));
|
|
3357
3359
|
__export(require('./c_expandable_section__content_PaddingBottom'));
|
|
3358
3360
|
__export(require('./c_expandable_section__content_PaddingLeft'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "4.35.
|
|
3
|
+
"version": "4.35.5",
|
|
4
4
|
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
|
|
5
5
|
"main": "dist/js/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"clean": "rimraf dist"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@patternfly/patternfly": "4.
|
|
32
|
+
"@patternfly/patternfly": "4.165.1",
|
|
33
33
|
"css": "^2.2.3",
|
|
34
34
|
"fs-extra": "^6.0.1",
|
|
35
35
|
"glob": "^7.1.2",
|
|
36
36
|
"rimraf": "^2.6.2"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "39b9bbc6bf54e9e792552b6a0b18f1dd3b89cd8d"
|
|
39
39
|
}
|