@patternfly/react-tokens 4.77.6 → 4.77.9
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_number_input.d.ts +33 -6
- package/dist/esm/c_number_input.js +33 -6
- package/dist/esm/c_number_input_c_form_control_Width.d.ts +1 -1
- package/dist/esm/c_number_input_c_form_control_Width.js +1 -1
- package/dist/esm/c_number_input_c_form_control_width_icon.d.ts +6 -0
- package/dist/esm/c_number_input_c_form_control_width_icon.js +6 -0
- package/dist/esm/c_number_input_m_status_c_form_control_width_icon.d.ts +6 -0
- package/dist/esm/c_number_input_m_status_c_form_control_width_icon.js +6 -0
- package/dist/esm/c_page.d.ts +19 -0
- package/dist/esm/c_page.js +19 -0
- package/dist/esm/c_page__sidebar_m_light_BorderRightColor.d.ts +6 -0
- package/dist/esm/c_page__sidebar_m_light_BorderRightColor.js +6 -0
- package/dist/esm/c_page__sidebar_m_light_BorderRightWidth.d.ts +6 -0
- package/dist/esm/c_page__sidebar_m_light_BorderRightWidth.js +6 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.js +4 -0
- package/dist/js/c_number_input.d.ts +33 -6
- package/dist/js/c_number_input.js +33 -6
- package/dist/js/c_number_input_c_form_control_Width.d.ts +1 -1
- package/dist/js/c_number_input_c_form_control_Width.js +1 -1
- package/dist/js/c_number_input_c_form_control_width_icon.d.ts +6 -0
- package/dist/js/c_number_input_c_form_control_width_icon.js +8 -0
- package/dist/js/c_number_input_m_status_c_form_control_width_icon.d.ts +6 -0
- package/dist/js/c_number_input_m_status_c_form_control_width_icon.js +8 -0
- package/dist/js/c_page.d.ts +19 -0
- package/dist/js/c_page.js +19 -0
- package/dist/js/c_page__sidebar_m_light_BorderRightColor.d.ts +6 -0
- package/dist/js/c_page__sidebar_m_light_BorderRightColor.js +8 -0
- package/dist/js/c_page__sidebar_m_light_BorderRightWidth.d.ts +6 -0
- package/dist/js/c_page__sidebar_m_light_BorderRightWidth.js +8 -0
- package/dist/js/index.d.ts +4 -0
- package/dist/js/index.js +4 -0
- package/package.json +3 -3
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.77.9 (2022-07-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 4.77.8 (2022-07-21)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 4.77.7 (2022-07-20)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **Switch:** aria labelledby to update with change ([#7557](https://github.com/patternfly/patternfly-react/issues/7557)) ([9647a0c](https://github.com/patternfly/patternfly-react/commit/9647a0c7f7eb2174f006774b4406408bd065fddc))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## 4.77.6 (2022-07-20)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @patternfly/react-tokens
|
|
@@ -30,19 +30,46 @@ export const c_number_input: {
|
|
|
30
30
|
"calc(0.5rem * 2 + 1px * 2)"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
+
"c_number_input_c_form_control_width_icon": {
|
|
34
|
+
"name": "--pf-c-number-input--c-form-control--width-icon",
|
|
35
|
+
"value": "0px"
|
|
36
|
+
},
|
|
37
|
+
"c_number_input_m_status_c_form_control_width_icon": {
|
|
38
|
+
"name": "--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
39
|
+
"value": "2rem",
|
|
40
|
+
"values": [
|
|
41
|
+
"--pf-global--spacer--xl",
|
|
42
|
+
"$pf-global--spacer--xl",
|
|
43
|
+
"pf-size-prem(32px)",
|
|
44
|
+
"2rem"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
33
47
|
"c_number_input_c_form_control_width_chars": {
|
|
34
48
|
"name": "--pf-c-number-input--c-form-control--width-chars",
|
|
35
49
|
"value": "4"
|
|
36
50
|
},
|
|
37
51
|
"c_number_input_c_form_control_Width": {
|
|
38
52
|
"name": "--pf-c-number-input--c-form-control--Width",
|
|
39
|
-
"value": "calc(calc(0.5rem * 2 + 1px * 2) + 4 * 1ch)",
|
|
53
|
+
"value": "calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
54
|
+
"values": [
|
|
55
|
+
"calc(\n calc(\n --pf-c-number-input--c-form-control--width-base + --pf-c-number-input--c-form-control--width-chars * 1ch\n ) + --pf-c-number-input--c-form-control--width-icon\n )",
|
|
56
|
+
"calc(\n calc(\n calc(--pf-global--spacer--sm * 2 + --pf-global--BorderWidth--sm * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
57
|
+
"calc(\n calc(\n calc($pf-global--spacer--sm * 2 + $pf-global--BorderWidth--sm * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
58
|
+
"calc(\n calc(\n calc(pf-size-prem(8px) * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
59
|
+
"calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
".pf-c-number-input.pf-m-status": {
|
|
64
|
+
"c_number_input_c_form_control_width_icon": {
|
|
65
|
+
"name": "--pf-c-number-input--c-form-control--width-icon",
|
|
66
|
+
"value": "2rem",
|
|
40
67
|
"values": [
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
68
|
+
"--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
69
|
+
"--pf-global--spacer--xl",
|
|
70
|
+
"$pf-global--spacer--xl",
|
|
71
|
+
"pf-size-prem(32px)",
|
|
72
|
+
"2rem"
|
|
46
73
|
]
|
|
47
74
|
}
|
|
48
75
|
}
|
|
@@ -30,19 +30,46 @@ export const c_number_input = {
|
|
|
30
30
|
"calc(0.5rem * 2 + 1px * 2)"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
+
"c_number_input_c_form_control_width_icon": {
|
|
34
|
+
"name": "--pf-c-number-input--c-form-control--width-icon",
|
|
35
|
+
"value": "0px"
|
|
36
|
+
},
|
|
37
|
+
"c_number_input_m_status_c_form_control_width_icon": {
|
|
38
|
+
"name": "--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
39
|
+
"value": "2rem",
|
|
40
|
+
"values": [
|
|
41
|
+
"--pf-global--spacer--xl",
|
|
42
|
+
"$pf-global--spacer--xl",
|
|
43
|
+
"pf-size-prem(32px)",
|
|
44
|
+
"2rem"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
33
47
|
"c_number_input_c_form_control_width_chars": {
|
|
34
48
|
"name": "--pf-c-number-input--c-form-control--width-chars",
|
|
35
49
|
"value": "4"
|
|
36
50
|
},
|
|
37
51
|
"c_number_input_c_form_control_Width": {
|
|
38
52
|
"name": "--pf-c-number-input--c-form-control--Width",
|
|
39
|
-
"value": "calc(calc(0.5rem * 2 + 1px * 2) + 4 * 1ch)",
|
|
53
|
+
"value": "calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
54
|
+
"values": [
|
|
55
|
+
"calc(\n calc(\n --pf-c-number-input--c-form-control--width-base + --pf-c-number-input--c-form-control--width-chars * 1ch\n ) + --pf-c-number-input--c-form-control--width-icon\n )",
|
|
56
|
+
"calc(\n calc(\n calc(--pf-global--spacer--sm * 2 + --pf-global--BorderWidth--sm * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
57
|
+
"calc(\n calc(\n calc($pf-global--spacer--sm * 2 + $pf-global--BorderWidth--sm * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
58
|
+
"calc(\n calc(\n calc(pf-size-prem(8px) * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
59
|
+
"calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
".pf-c-number-input.pf-m-status": {
|
|
64
|
+
"c_number_input_c_form_control_width_icon": {
|
|
65
|
+
"name": "--pf-c-number-input--c-form-control--width-icon",
|
|
66
|
+
"value": "2rem",
|
|
40
67
|
"values": [
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
68
|
+
"--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
69
|
+
"--pf-global--spacer--xl",
|
|
70
|
+
"$pf-global--spacer--xl",
|
|
71
|
+
"pf-size-prem(32px)",
|
|
72
|
+
"2rem"
|
|
46
73
|
]
|
|
47
74
|
}
|
|
48
75
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_number_input_c_form_control_Width: {
|
|
2
2
|
"name": "--pf-c-number-input--c-form-control--Width",
|
|
3
|
-
"value": "calc(calc(0.5rem * 2 + 1px * 2) + 4 * 1ch)",
|
|
3
|
+
"value": "calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
4
4
|
"var": "var(--pf-c-number-input--c-form-control--Width)"
|
|
5
5
|
};
|
|
6
6
|
export default c_number_input_c_form_control_Width;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_number_input_c_form_control_Width = {
|
|
2
2
|
"name": "--pf-c-number-input--c-form-control--Width",
|
|
3
|
-
"value": "calc(calc(0.5rem * 2 + 1px * 2) + 4 * 1ch)",
|
|
3
|
+
"value": "calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
4
4
|
"var": "var(--pf-c-number-input--c-form-control--Width)"
|
|
5
5
|
};
|
|
6
6
|
export default c_number_input_c_form_control_Width;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_number_input_m_status_c_form_control_width_icon: {
|
|
2
|
+
"name": "--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
3
|
+
"value": "2rem",
|
|
4
|
+
"var": "var(--pf-c-number-input--m-status--c-form-control--width-icon)"
|
|
5
|
+
};
|
|
6
|
+
export default c_number_input_m_status_c_form_control_width_icon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_number_input_m_status_c_form_control_width_icon = {
|
|
2
|
+
"name": "--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
3
|
+
"value": "2rem",
|
|
4
|
+
"var": "var(--pf-c-number-input--m-status--c-form-control--width-icon)"
|
|
5
|
+
};
|
|
6
|
+
export default c_number_input_m_status_c_form_control_width_icon;
|
package/dist/esm/c_page.d.ts
CHANGED
|
@@ -724,6 +724,25 @@ export const c_page: {
|
|
|
724
724
|
"#fff"
|
|
725
725
|
]
|
|
726
726
|
},
|
|
727
|
+
"c_page__sidebar_m_light_BorderRightWidth": {
|
|
728
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightWidth",
|
|
729
|
+
"value": "1px",
|
|
730
|
+
"values": [
|
|
731
|
+
"--pf-global--BorderWidth--sm",
|
|
732
|
+
"$pf-global--BorderWidth--sm",
|
|
733
|
+
"1px"
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
"c_page__sidebar_m_light_BorderRightColor": {
|
|
737
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightColor",
|
|
738
|
+
"value": "#d2d2d2",
|
|
739
|
+
"values": [
|
|
740
|
+
"--pf-global--BorderColor--100",
|
|
741
|
+
"$pf-global--BorderColor--100",
|
|
742
|
+
"$pf-color-black-300",
|
|
743
|
+
"#d2d2d2"
|
|
744
|
+
]
|
|
745
|
+
},
|
|
727
746
|
"c_page__sidebar_BoxShadow": {
|
|
728
747
|
"name": "--pf-c-page__sidebar--BoxShadow",
|
|
729
748
|
"value": "0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18)",
|
package/dist/esm/c_page.js
CHANGED
|
@@ -724,6 +724,25 @@ export const c_page = {
|
|
|
724
724
|
"#fff"
|
|
725
725
|
]
|
|
726
726
|
},
|
|
727
|
+
"c_page__sidebar_m_light_BorderRightWidth": {
|
|
728
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightWidth",
|
|
729
|
+
"value": "1px",
|
|
730
|
+
"values": [
|
|
731
|
+
"--pf-global--BorderWidth--sm",
|
|
732
|
+
"$pf-global--BorderWidth--sm",
|
|
733
|
+
"1px"
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
"c_page__sidebar_m_light_BorderRightColor": {
|
|
737
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightColor",
|
|
738
|
+
"value": "#d2d2d2",
|
|
739
|
+
"values": [
|
|
740
|
+
"--pf-global--BorderColor--100",
|
|
741
|
+
"$pf-global--BorderColor--100",
|
|
742
|
+
"$pf-color-black-300",
|
|
743
|
+
"#d2d2d2"
|
|
744
|
+
]
|
|
745
|
+
},
|
|
727
746
|
"c_page__sidebar_BoxShadow": {
|
|
728
747
|
"name": "--pf-c-page__sidebar--BoxShadow",
|
|
729
748
|
"value": "0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18)",
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1765,6 +1765,8 @@ export { c_page__header_tools_c_button_m_selected_c_notification_badge_m_unread_
|
|
|
1765
1765
|
export { c_page__sidebar_ZIndex } from './c_page__sidebar_ZIndex';
|
|
1766
1766
|
export { c_page__sidebar_Width } from './c_page__sidebar_Width';
|
|
1767
1767
|
export { c_page__sidebar_m_light_BackgroundColor } from './c_page__sidebar_m_light_BackgroundColor';
|
|
1768
|
+
export { c_page__sidebar_m_light_BorderRightWidth } from './c_page__sidebar_m_light_BorderRightWidth';
|
|
1769
|
+
export { c_page__sidebar_m_light_BorderRightColor } from './c_page__sidebar_m_light_BorderRightColor';
|
|
1768
1770
|
export { c_page__sidebar_BoxShadow } from './c_page__sidebar_BoxShadow';
|
|
1769
1771
|
export { c_page__sidebar_Transition } from './c_page__sidebar_Transition';
|
|
1770
1772
|
export { c_page__sidebar_TranslateX } from './c_page__sidebar_TranslateX';
|
|
@@ -1924,6 +1926,8 @@ export { c_number_input } from './c_number_input';
|
|
|
1924
1926
|
export { c_number_input__unit_c_input_group_MarginLeft } from './c_number_input__unit_c_input_group_MarginLeft';
|
|
1925
1927
|
export { c_number_input__icon_FontSize } from './c_number_input__icon_FontSize';
|
|
1926
1928
|
export { c_number_input_c_form_control_width_base } from './c_number_input_c_form_control_width_base';
|
|
1929
|
+
export { c_number_input_c_form_control_width_icon } from './c_number_input_c_form_control_width_icon';
|
|
1930
|
+
export { c_number_input_m_status_c_form_control_width_icon } from './c_number_input_m_status_c_form_control_width_icon';
|
|
1927
1931
|
export { c_number_input_c_form_control_width_chars } from './c_number_input_c_form_control_width_chars';
|
|
1928
1932
|
export { c_number_input_c_form_control_Width } from './c_number_input_c_form_control_Width';
|
|
1929
1933
|
export { c_notification_drawer } from './c_notification_drawer';
|
package/dist/esm/index.js
CHANGED
|
@@ -1765,6 +1765,8 @@ export { c_page__header_tools_c_button_m_selected_c_notification_badge_m_unread_
|
|
|
1765
1765
|
export { c_page__sidebar_ZIndex } from './c_page__sidebar_ZIndex';
|
|
1766
1766
|
export { c_page__sidebar_Width } from './c_page__sidebar_Width';
|
|
1767
1767
|
export { c_page__sidebar_m_light_BackgroundColor } from './c_page__sidebar_m_light_BackgroundColor';
|
|
1768
|
+
export { c_page__sidebar_m_light_BorderRightWidth } from './c_page__sidebar_m_light_BorderRightWidth';
|
|
1769
|
+
export { c_page__sidebar_m_light_BorderRightColor } from './c_page__sidebar_m_light_BorderRightColor';
|
|
1768
1770
|
export { c_page__sidebar_BoxShadow } from './c_page__sidebar_BoxShadow';
|
|
1769
1771
|
export { c_page__sidebar_Transition } from './c_page__sidebar_Transition';
|
|
1770
1772
|
export { c_page__sidebar_TranslateX } from './c_page__sidebar_TranslateX';
|
|
@@ -1924,6 +1926,8 @@ export { c_number_input } from './c_number_input';
|
|
|
1924
1926
|
export { c_number_input__unit_c_input_group_MarginLeft } from './c_number_input__unit_c_input_group_MarginLeft';
|
|
1925
1927
|
export { c_number_input__icon_FontSize } from './c_number_input__icon_FontSize';
|
|
1926
1928
|
export { c_number_input_c_form_control_width_base } from './c_number_input_c_form_control_width_base';
|
|
1929
|
+
export { c_number_input_c_form_control_width_icon } from './c_number_input_c_form_control_width_icon';
|
|
1930
|
+
export { c_number_input_m_status_c_form_control_width_icon } from './c_number_input_m_status_c_form_control_width_icon';
|
|
1927
1931
|
export { c_number_input_c_form_control_width_chars } from './c_number_input_c_form_control_width_chars';
|
|
1928
1932
|
export { c_number_input_c_form_control_Width } from './c_number_input_c_form_control_Width';
|
|
1929
1933
|
export { c_notification_drawer } from './c_notification_drawer';
|
|
@@ -30,19 +30,46 @@ export const c_number_input: {
|
|
|
30
30
|
"calc(0.5rem * 2 + 1px * 2)"
|
|
31
31
|
]
|
|
32
32
|
},
|
|
33
|
+
"c_number_input_c_form_control_width_icon": {
|
|
34
|
+
"name": "--pf-c-number-input--c-form-control--width-icon",
|
|
35
|
+
"value": "0px"
|
|
36
|
+
},
|
|
37
|
+
"c_number_input_m_status_c_form_control_width_icon": {
|
|
38
|
+
"name": "--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
39
|
+
"value": "2rem",
|
|
40
|
+
"values": [
|
|
41
|
+
"--pf-global--spacer--xl",
|
|
42
|
+
"$pf-global--spacer--xl",
|
|
43
|
+
"pf-size-prem(32px)",
|
|
44
|
+
"2rem"
|
|
45
|
+
]
|
|
46
|
+
},
|
|
33
47
|
"c_number_input_c_form_control_width_chars": {
|
|
34
48
|
"name": "--pf-c-number-input--c-form-control--width-chars",
|
|
35
49
|
"value": "4"
|
|
36
50
|
},
|
|
37
51
|
"c_number_input_c_form_control_Width": {
|
|
38
52
|
"name": "--pf-c-number-input--c-form-control--Width",
|
|
39
|
-
"value": "calc(calc(0.5rem * 2 + 1px * 2) + 4 * 1ch)",
|
|
53
|
+
"value": "calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
54
|
+
"values": [
|
|
55
|
+
"calc(\n calc(\n --pf-c-number-input--c-form-control--width-base + --pf-c-number-input--c-form-control--width-chars * 1ch\n ) + --pf-c-number-input--c-form-control--width-icon\n )",
|
|
56
|
+
"calc(\n calc(\n calc(--pf-global--spacer--sm * 2 + --pf-global--BorderWidth--sm * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
57
|
+
"calc(\n calc(\n calc($pf-global--spacer--sm * 2 + $pf-global--BorderWidth--sm * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
58
|
+
"calc(\n calc(\n calc(pf-size-prem(8px) * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
59
|
+
"calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )"
|
|
60
|
+
]
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
".pf-c-number-input.pf-m-status": {
|
|
64
|
+
"c_number_input_c_form_control_width_icon": {
|
|
65
|
+
"name": "--pf-c-number-input--c-form-control--width-icon",
|
|
66
|
+
"value": "2rem",
|
|
40
67
|
"values": [
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
68
|
+
"--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
69
|
+
"--pf-global--spacer--xl",
|
|
70
|
+
"$pf-global--spacer--xl",
|
|
71
|
+
"pf-size-prem(32px)",
|
|
72
|
+
"2rem"
|
|
46
73
|
]
|
|
47
74
|
}
|
|
48
75
|
}
|
|
@@ -32,19 +32,46 @@ exports.c_number_input = {
|
|
|
32
32
|
"calc(0.5rem * 2 + 1px * 2)"
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
|
+
"c_number_input_c_form_control_width_icon": {
|
|
36
|
+
"name": "--pf-c-number-input--c-form-control--width-icon",
|
|
37
|
+
"value": "0px"
|
|
38
|
+
},
|
|
39
|
+
"c_number_input_m_status_c_form_control_width_icon": {
|
|
40
|
+
"name": "--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
41
|
+
"value": "2rem",
|
|
42
|
+
"values": [
|
|
43
|
+
"--pf-global--spacer--xl",
|
|
44
|
+
"$pf-global--spacer--xl",
|
|
45
|
+
"pf-size-prem(32px)",
|
|
46
|
+
"2rem"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
35
49
|
"c_number_input_c_form_control_width_chars": {
|
|
36
50
|
"name": "--pf-c-number-input--c-form-control--width-chars",
|
|
37
51
|
"value": "4"
|
|
38
52
|
},
|
|
39
53
|
"c_number_input_c_form_control_Width": {
|
|
40
54
|
"name": "--pf-c-number-input--c-form-control--Width",
|
|
41
|
-
"value": "calc(calc(0.5rem * 2 + 1px * 2) + 4 * 1ch)",
|
|
55
|
+
"value": "calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
56
|
+
"values": [
|
|
57
|
+
"calc(\n calc(\n --pf-c-number-input--c-form-control--width-base + --pf-c-number-input--c-form-control--width-chars * 1ch\n ) + --pf-c-number-input--c-form-control--width-icon\n )",
|
|
58
|
+
"calc(\n calc(\n calc(--pf-global--spacer--sm * 2 + --pf-global--BorderWidth--sm * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
59
|
+
"calc(\n calc(\n calc($pf-global--spacer--sm * 2 + $pf-global--BorderWidth--sm * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
60
|
+
"calc(\n calc(\n calc(pf-size-prem(8px) * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
61
|
+
"calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )"
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
".pf-c-number-input.pf-m-status": {
|
|
66
|
+
"c_number_input_c_form_control_width_icon": {
|
|
67
|
+
"name": "--pf-c-number-input--c-form-control--width-icon",
|
|
68
|
+
"value": "2rem",
|
|
42
69
|
"values": [
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
70
|
+
"--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
71
|
+
"--pf-global--spacer--xl",
|
|
72
|
+
"$pf-global--spacer--xl",
|
|
73
|
+
"pf-size-prem(32px)",
|
|
74
|
+
"2rem"
|
|
48
75
|
]
|
|
49
76
|
}
|
|
50
77
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_number_input_c_form_control_Width: {
|
|
2
2
|
"name": "--pf-c-number-input--c-form-control--Width",
|
|
3
|
-
"value": "calc(calc(0.5rem * 2 + 1px * 2) + 4 * 1ch)",
|
|
3
|
+
"value": "calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
4
4
|
"var": "var(--pf-c-number-input--c-form-control--Width)"
|
|
5
5
|
};
|
|
6
6
|
export default c_number_input_c_form_control_Width;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_number_input_c_form_control_Width = {
|
|
4
4
|
"name": "--pf-c-number-input--c-form-control--Width",
|
|
5
|
-
"value": "calc(calc(0.5rem * 2 + 1px * 2) + 4 * 1ch)",
|
|
5
|
+
"value": "calc(\n calc(\n calc(0.5rem * 2 + 1px * 2) + 4 * 1ch\n ) + 0px\n )",
|
|
6
6
|
"var": "var(--pf-c-number-input--c-form-control--Width)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_number_input_c_form_control_Width;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_number_input_c_form_control_width_icon = {
|
|
4
|
+
"name": "--pf-c-number-input--c-form-control--width-icon",
|
|
5
|
+
"value": "2rem",
|
|
6
|
+
"var": "var(--pf-c-number-input--c-form-control--width-icon)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_number_input_c_form_control_width_icon;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export const c_number_input_m_status_c_form_control_width_icon: {
|
|
2
|
+
"name": "--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
3
|
+
"value": "2rem",
|
|
4
|
+
"var": "var(--pf-c-number-input--m-status--c-form-control--width-icon)"
|
|
5
|
+
};
|
|
6
|
+
export default c_number_input_m_status_c_form_control_width_icon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_number_input_m_status_c_form_control_width_icon = {
|
|
4
|
+
"name": "--pf-c-number-input--m-status--c-form-control--width-icon",
|
|
5
|
+
"value": "2rem",
|
|
6
|
+
"var": "var(--pf-c-number-input--m-status--c-form-control--width-icon)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_number_input_m_status_c_form_control_width_icon;
|
package/dist/js/c_page.d.ts
CHANGED
|
@@ -724,6 +724,25 @@ export const c_page: {
|
|
|
724
724
|
"#fff"
|
|
725
725
|
]
|
|
726
726
|
},
|
|
727
|
+
"c_page__sidebar_m_light_BorderRightWidth": {
|
|
728
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightWidth",
|
|
729
|
+
"value": "1px",
|
|
730
|
+
"values": [
|
|
731
|
+
"--pf-global--BorderWidth--sm",
|
|
732
|
+
"$pf-global--BorderWidth--sm",
|
|
733
|
+
"1px"
|
|
734
|
+
]
|
|
735
|
+
},
|
|
736
|
+
"c_page__sidebar_m_light_BorderRightColor": {
|
|
737
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightColor",
|
|
738
|
+
"value": "#d2d2d2",
|
|
739
|
+
"values": [
|
|
740
|
+
"--pf-global--BorderColor--100",
|
|
741
|
+
"$pf-global--BorderColor--100",
|
|
742
|
+
"$pf-color-black-300",
|
|
743
|
+
"#d2d2d2"
|
|
744
|
+
]
|
|
745
|
+
},
|
|
727
746
|
"c_page__sidebar_BoxShadow": {
|
|
728
747
|
"name": "--pf-c-page__sidebar--BoxShadow",
|
|
729
748
|
"value": "0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18)",
|
package/dist/js/c_page.js
CHANGED
|
@@ -726,6 +726,25 @@ exports.c_page = {
|
|
|
726
726
|
"#fff"
|
|
727
727
|
]
|
|
728
728
|
},
|
|
729
|
+
"c_page__sidebar_m_light_BorderRightWidth": {
|
|
730
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightWidth",
|
|
731
|
+
"value": "1px",
|
|
732
|
+
"values": [
|
|
733
|
+
"--pf-global--BorderWidth--sm",
|
|
734
|
+
"$pf-global--BorderWidth--sm",
|
|
735
|
+
"1px"
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
"c_page__sidebar_m_light_BorderRightColor": {
|
|
739
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightColor",
|
|
740
|
+
"value": "#d2d2d2",
|
|
741
|
+
"values": [
|
|
742
|
+
"--pf-global--BorderColor--100",
|
|
743
|
+
"$pf-global--BorderColor--100",
|
|
744
|
+
"$pf-color-black-300",
|
|
745
|
+
"#d2d2d2"
|
|
746
|
+
]
|
|
747
|
+
},
|
|
729
748
|
"c_page__sidebar_BoxShadow": {
|
|
730
749
|
"name": "--pf-c-page__sidebar--BoxShadow",
|
|
731
750
|
"value": "0.75rem 0 0.75rem -0.5rem rgba(3, 3, 3, 0.18)",
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_page__sidebar_m_light_BorderRightColor = {
|
|
4
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightColor",
|
|
5
|
+
"value": "#d2d2d2",
|
|
6
|
+
"var": "var(--pf-c-page__sidebar--m-light--BorderRightColor)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_page__sidebar_m_light_BorderRightColor;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
exports.__esModule = true;
|
|
3
|
+
exports.c_page__sidebar_m_light_BorderRightWidth = {
|
|
4
|
+
"name": "--pf-c-page__sidebar--m-light--BorderRightWidth",
|
|
5
|
+
"value": "1px",
|
|
6
|
+
"var": "var(--pf-c-page__sidebar--m-light--BorderRightWidth)"
|
|
7
|
+
};
|
|
8
|
+
exports["default"] = exports.c_page__sidebar_m_light_BorderRightWidth;
|
package/dist/js/index.d.ts
CHANGED
|
@@ -1765,6 +1765,8 @@ export { c_page__header_tools_c_button_m_selected_c_notification_badge_m_unread_
|
|
|
1765
1765
|
export { c_page__sidebar_ZIndex } from './c_page__sidebar_ZIndex';
|
|
1766
1766
|
export { c_page__sidebar_Width } from './c_page__sidebar_Width';
|
|
1767
1767
|
export { c_page__sidebar_m_light_BackgroundColor } from './c_page__sidebar_m_light_BackgroundColor';
|
|
1768
|
+
export { c_page__sidebar_m_light_BorderRightWidth } from './c_page__sidebar_m_light_BorderRightWidth';
|
|
1769
|
+
export { c_page__sidebar_m_light_BorderRightColor } from './c_page__sidebar_m_light_BorderRightColor';
|
|
1768
1770
|
export { c_page__sidebar_BoxShadow } from './c_page__sidebar_BoxShadow';
|
|
1769
1771
|
export { c_page__sidebar_Transition } from './c_page__sidebar_Transition';
|
|
1770
1772
|
export { c_page__sidebar_TranslateX } from './c_page__sidebar_TranslateX';
|
|
@@ -1924,6 +1926,8 @@ export { c_number_input } from './c_number_input';
|
|
|
1924
1926
|
export { c_number_input__unit_c_input_group_MarginLeft } from './c_number_input__unit_c_input_group_MarginLeft';
|
|
1925
1927
|
export { c_number_input__icon_FontSize } from './c_number_input__icon_FontSize';
|
|
1926
1928
|
export { c_number_input_c_form_control_width_base } from './c_number_input_c_form_control_width_base';
|
|
1929
|
+
export { c_number_input_c_form_control_width_icon } from './c_number_input_c_form_control_width_icon';
|
|
1930
|
+
export { c_number_input_m_status_c_form_control_width_icon } from './c_number_input_m_status_c_form_control_width_icon';
|
|
1927
1931
|
export { c_number_input_c_form_control_width_chars } from './c_number_input_c_form_control_width_chars';
|
|
1928
1932
|
export { c_number_input_c_form_control_Width } from './c_number_input_c_form_control_Width';
|
|
1929
1933
|
export { c_notification_drawer } from './c_notification_drawer';
|
package/dist/js/index.js
CHANGED
|
@@ -1770,6 +1770,8 @@ __export(require('./c_page__header_tools_c_button_m_selected_c_notification_badg
|
|
|
1770
1770
|
__export(require('./c_page__sidebar_ZIndex'));
|
|
1771
1771
|
__export(require('./c_page__sidebar_Width'));
|
|
1772
1772
|
__export(require('./c_page__sidebar_m_light_BackgroundColor'));
|
|
1773
|
+
__export(require('./c_page__sidebar_m_light_BorderRightWidth'));
|
|
1774
|
+
__export(require('./c_page__sidebar_m_light_BorderRightColor'));
|
|
1773
1775
|
__export(require('./c_page__sidebar_BoxShadow'));
|
|
1774
1776
|
__export(require('./c_page__sidebar_Transition'));
|
|
1775
1777
|
__export(require('./c_page__sidebar_TranslateX'));
|
|
@@ -1929,6 +1931,8 @@ __export(require('./c_number_input'));
|
|
|
1929
1931
|
__export(require('./c_number_input__unit_c_input_group_MarginLeft'));
|
|
1930
1932
|
__export(require('./c_number_input__icon_FontSize'));
|
|
1931
1933
|
__export(require('./c_number_input_c_form_control_width_base'));
|
|
1934
|
+
__export(require('./c_number_input_c_form_control_width_icon'));
|
|
1935
|
+
__export(require('./c_number_input_m_status_c_form_control_width_icon'));
|
|
1932
1936
|
__export(require('./c_number_input_c_form_control_width_chars'));
|
|
1933
1937
|
__export(require('./c_number_input_c_form_control_Width'));
|
|
1934
1938
|
__export(require('./c_notification_drawer'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "4.77.
|
|
3
|
+
"version": "4.77.9",
|
|
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.204.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": "7a3e116e4af4a97fc5a05d0c05307e75af6d97f5"
|
|
39
39
|
}
|