@patternfly/react-tokens 4.54.22 → 4.54.25
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_switch.d.ts +13 -15
- package/dist/esm/c_switch.js +13 -15
- package/dist/esm/c_switch__input_disabled__toggle_BackgroundColor.d.ts +1 -1
- package/dist/esm/c_switch__input_disabled__toggle_BackgroundColor.js +1 -1
- package/dist/esm/c_switch__input_disabled__toggle_before_BackgroundColor.d.ts +1 -1
- package/dist/esm/c_switch__input_disabled__toggle_before_BackgroundColor.js +1 -1
- package/dist/esm/c_switch__toggle_BackgroundColor.d.ts +1 -1
- package/dist/esm/c_switch__toggle_BackgroundColor.js +1 -1
- package/dist/js/c_switch.d.ts +13 -15
- package/dist/js/c_switch.js +13 -15
- package/dist/js/c_switch__input_disabled__toggle_BackgroundColor.d.ts +1 -1
- package/dist/js/c_switch__input_disabled__toggle_BackgroundColor.js +1 -1
- package/dist/js/c_switch__input_disabled__toggle_before_BackgroundColor.d.ts +1 -1
- package/dist/js/c_switch__input_disabled__toggle_before_BackgroundColor.js +1 -1
- package/dist/js/c_switch__toggle_BackgroundColor.d.ts +1 -1
- package/dist/js/c_switch__toggle_BackgroundColor.js +1 -1
- 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.54.25 (2022-04-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 4.54.24 (2022-04-11)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **Select:** prevent footer clicks from toggling ([#7193](https://github.com/patternfly/patternfly-react/issues/7193)) ([2cd10c2](https://github.com/patternfly/patternfly-react/commit/2cd10c2a0a11dcd14f85116369fd47dffcb12295))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 4.54.23 (2022-04-11)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @patternfly/react-tokens
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## 4.54.22 (2022-04-11)
|
|
7
34
|
|
|
8
35
|
|
package/dist/esm/c_switch.d.ts
CHANGED
|
@@ -130,16 +130,6 @@ export const c_switch: {
|
|
|
130
130
|
},
|
|
131
131
|
"c_switch__input_disabled__toggle_BackgroundColor": {
|
|
132
132
|
"name": "--pf-c-switch__input--disabled__toggle--BackgroundColor",
|
|
133
|
-
"value": "#6a6e73",
|
|
134
|
-
"values": [
|
|
135
|
-
"--pf-global--Color--dark-200",
|
|
136
|
-
"$pf-global--Color--dark-200",
|
|
137
|
-
"$pf-color-black-600",
|
|
138
|
-
"#6a6e73"
|
|
139
|
-
]
|
|
140
|
-
},
|
|
141
|
-
"c_switch__input_disabled__toggle_before_BackgroundColor": {
|
|
142
|
-
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
143
133
|
"value": "#d2d2d2",
|
|
144
134
|
"values": [
|
|
145
135
|
"--pf-global--disabled-color--200",
|
|
@@ -148,6 +138,15 @@ export const c_switch: {
|
|
|
148
138
|
"#d2d2d2"
|
|
149
139
|
]
|
|
150
140
|
},
|
|
141
|
+
"c_switch__input_disabled__toggle_before_BackgroundColor": {
|
|
142
|
+
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
143
|
+
"value": "#f5f5f5",
|
|
144
|
+
"values": [
|
|
145
|
+
"--pf-global--palette--black-150",
|
|
146
|
+
"$pf-color-black-150",
|
|
147
|
+
"#f5f5f5"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
151
150
|
"c_switch__input_focus__toggle_OutlineWidth": {
|
|
152
151
|
"name": "--pf-c-switch__input--focus__toggle--OutlineWidth",
|
|
153
152
|
"value": "2px",
|
|
@@ -190,12 +189,11 @@ export const c_switch: {
|
|
|
190
189
|
},
|
|
191
190
|
"c_switch__toggle_BackgroundColor": {
|
|
192
191
|
"name": "--pf-c-switch__toggle--BackgroundColor",
|
|
193
|
-
"value": "#
|
|
192
|
+
"value": "#8a8d90",
|
|
194
193
|
"values": [
|
|
195
|
-
"--pf-global--
|
|
196
|
-
"$pf-
|
|
197
|
-
"
|
|
198
|
-
"#d2d2d2"
|
|
194
|
+
"--pf-global--palette--black-500",
|
|
195
|
+
"$pf-color-black-500",
|
|
196
|
+
"#8a8d90"
|
|
199
197
|
]
|
|
200
198
|
},
|
|
201
199
|
"c_switch__toggle_BorderRadius": {
|
package/dist/esm/c_switch.js
CHANGED
|
@@ -130,16 +130,6 @@ export const c_switch = {
|
|
|
130
130
|
},
|
|
131
131
|
"c_switch__input_disabled__toggle_BackgroundColor": {
|
|
132
132
|
"name": "--pf-c-switch__input--disabled__toggle--BackgroundColor",
|
|
133
|
-
"value": "#6a6e73",
|
|
134
|
-
"values": [
|
|
135
|
-
"--pf-global--Color--dark-200",
|
|
136
|
-
"$pf-global--Color--dark-200",
|
|
137
|
-
"$pf-color-black-600",
|
|
138
|
-
"#6a6e73"
|
|
139
|
-
]
|
|
140
|
-
},
|
|
141
|
-
"c_switch__input_disabled__toggle_before_BackgroundColor": {
|
|
142
|
-
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
143
133
|
"value": "#d2d2d2",
|
|
144
134
|
"values": [
|
|
145
135
|
"--pf-global--disabled-color--200",
|
|
@@ -148,6 +138,15 @@ export const c_switch = {
|
|
|
148
138
|
"#d2d2d2"
|
|
149
139
|
]
|
|
150
140
|
},
|
|
141
|
+
"c_switch__input_disabled__toggle_before_BackgroundColor": {
|
|
142
|
+
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
143
|
+
"value": "#f5f5f5",
|
|
144
|
+
"values": [
|
|
145
|
+
"--pf-global--palette--black-150",
|
|
146
|
+
"$pf-color-black-150",
|
|
147
|
+
"#f5f5f5"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
151
150
|
"c_switch__input_focus__toggle_OutlineWidth": {
|
|
152
151
|
"name": "--pf-c-switch__input--focus__toggle--OutlineWidth",
|
|
153
152
|
"value": "2px",
|
|
@@ -190,12 +189,11 @@ export const c_switch = {
|
|
|
190
189
|
},
|
|
191
190
|
"c_switch__toggle_BackgroundColor": {
|
|
192
191
|
"name": "--pf-c-switch__toggle--BackgroundColor",
|
|
193
|
-
"value": "#
|
|
192
|
+
"value": "#8a8d90",
|
|
194
193
|
"values": [
|
|
195
|
-
"--pf-global--
|
|
196
|
-
"$pf-
|
|
197
|
-
"
|
|
198
|
-
"#d2d2d2"
|
|
194
|
+
"--pf-global--palette--black-500",
|
|
195
|
+
"$pf-color-black-500",
|
|
196
|
+
"#8a8d90"
|
|
199
197
|
]
|
|
200
198
|
},
|
|
201
199
|
"c_switch__toggle_BorderRadius": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_switch__input_disabled__toggle_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-switch__input--disabled__toggle--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#d2d2d2",
|
|
4
4
|
"var": "var(--pf-c-switch__input--disabled__toggle--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_switch__input_disabled__toggle_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_switch__input_disabled__toggle_BackgroundColor = {
|
|
2
2
|
"name": "--pf-c-switch__input--disabled__toggle--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#d2d2d2",
|
|
4
4
|
"var": "var(--pf-c-switch__input--disabled__toggle--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_switch__input_disabled__toggle_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_switch__input_disabled__toggle_before_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#f5f5f5",
|
|
4
4
|
"var": "var(--pf-c-switch__input--disabled__toggle--before--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_switch__input_disabled__toggle_before_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_switch__input_disabled__toggle_before_BackgroundColor = {
|
|
2
2
|
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#f5f5f5",
|
|
4
4
|
"var": "var(--pf-c-switch__input--disabled__toggle--before--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_switch__input_disabled__toggle_before_BackgroundColor;
|
package/dist/js/c_switch.d.ts
CHANGED
|
@@ -130,16 +130,6 @@ export const c_switch: {
|
|
|
130
130
|
},
|
|
131
131
|
"c_switch__input_disabled__toggle_BackgroundColor": {
|
|
132
132
|
"name": "--pf-c-switch__input--disabled__toggle--BackgroundColor",
|
|
133
|
-
"value": "#6a6e73",
|
|
134
|
-
"values": [
|
|
135
|
-
"--pf-global--Color--dark-200",
|
|
136
|
-
"$pf-global--Color--dark-200",
|
|
137
|
-
"$pf-color-black-600",
|
|
138
|
-
"#6a6e73"
|
|
139
|
-
]
|
|
140
|
-
},
|
|
141
|
-
"c_switch__input_disabled__toggle_before_BackgroundColor": {
|
|
142
|
-
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
143
133
|
"value": "#d2d2d2",
|
|
144
134
|
"values": [
|
|
145
135
|
"--pf-global--disabled-color--200",
|
|
@@ -148,6 +138,15 @@ export const c_switch: {
|
|
|
148
138
|
"#d2d2d2"
|
|
149
139
|
]
|
|
150
140
|
},
|
|
141
|
+
"c_switch__input_disabled__toggle_before_BackgroundColor": {
|
|
142
|
+
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
143
|
+
"value": "#f5f5f5",
|
|
144
|
+
"values": [
|
|
145
|
+
"--pf-global--palette--black-150",
|
|
146
|
+
"$pf-color-black-150",
|
|
147
|
+
"#f5f5f5"
|
|
148
|
+
]
|
|
149
|
+
},
|
|
151
150
|
"c_switch__input_focus__toggle_OutlineWidth": {
|
|
152
151
|
"name": "--pf-c-switch__input--focus__toggle--OutlineWidth",
|
|
153
152
|
"value": "2px",
|
|
@@ -190,12 +189,11 @@ export const c_switch: {
|
|
|
190
189
|
},
|
|
191
190
|
"c_switch__toggle_BackgroundColor": {
|
|
192
191
|
"name": "--pf-c-switch__toggle--BackgroundColor",
|
|
193
|
-
"value": "#
|
|
192
|
+
"value": "#8a8d90",
|
|
194
193
|
"values": [
|
|
195
|
-
"--pf-global--
|
|
196
|
-
"$pf-
|
|
197
|
-
"
|
|
198
|
-
"#d2d2d2"
|
|
194
|
+
"--pf-global--palette--black-500",
|
|
195
|
+
"$pf-color-black-500",
|
|
196
|
+
"#8a8d90"
|
|
199
197
|
]
|
|
200
198
|
},
|
|
201
199
|
"c_switch__toggle_BorderRadius": {
|
package/dist/js/c_switch.js
CHANGED
|
@@ -132,16 +132,6 @@ exports.c_switch = {
|
|
|
132
132
|
},
|
|
133
133
|
"c_switch__input_disabled__toggle_BackgroundColor": {
|
|
134
134
|
"name": "--pf-c-switch__input--disabled__toggle--BackgroundColor",
|
|
135
|
-
"value": "#6a6e73",
|
|
136
|
-
"values": [
|
|
137
|
-
"--pf-global--Color--dark-200",
|
|
138
|
-
"$pf-global--Color--dark-200",
|
|
139
|
-
"$pf-color-black-600",
|
|
140
|
-
"#6a6e73"
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
|
-
"c_switch__input_disabled__toggle_before_BackgroundColor": {
|
|
144
|
-
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
145
135
|
"value": "#d2d2d2",
|
|
146
136
|
"values": [
|
|
147
137
|
"--pf-global--disabled-color--200",
|
|
@@ -150,6 +140,15 @@ exports.c_switch = {
|
|
|
150
140
|
"#d2d2d2"
|
|
151
141
|
]
|
|
152
142
|
},
|
|
143
|
+
"c_switch__input_disabled__toggle_before_BackgroundColor": {
|
|
144
|
+
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
145
|
+
"value": "#f5f5f5",
|
|
146
|
+
"values": [
|
|
147
|
+
"--pf-global--palette--black-150",
|
|
148
|
+
"$pf-color-black-150",
|
|
149
|
+
"#f5f5f5"
|
|
150
|
+
]
|
|
151
|
+
},
|
|
153
152
|
"c_switch__input_focus__toggle_OutlineWidth": {
|
|
154
153
|
"name": "--pf-c-switch__input--focus__toggle--OutlineWidth",
|
|
155
154
|
"value": "2px",
|
|
@@ -192,12 +191,11 @@ exports.c_switch = {
|
|
|
192
191
|
},
|
|
193
192
|
"c_switch__toggle_BackgroundColor": {
|
|
194
193
|
"name": "--pf-c-switch__toggle--BackgroundColor",
|
|
195
|
-
"value": "#
|
|
194
|
+
"value": "#8a8d90",
|
|
196
195
|
"values": [
|
|
197
|
-
"--pf-global--
|
|
198
|
-
"$pf-
|
|
199
|
-
"
|
|
200
|
-
"#d2d2d2"
|
|
196
|
+
"--pf-global--palette--black-500",
|
|
197
|
+
"$pf-color-black-500",
|
|
198
|
+
"#8a8d90"
|
|
201
199
|
]
|
|
202
200
|
},
|
|
203
201
|
"c_switch__toggle_BorderRadius": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_switch__input_disabled__toggle_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-switch__input--disabled__toggle--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#d2d2d2",
|
|
4
4
|
"var": "var(--pf-c-switch__input--disabled__toggle--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_switch__input_disabled__toggle_BackgroundColor;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_switch__input_disabled__toggle_BackgroundColor = {
|
|
4
4
|
"name": "--pf-c-switch__input--disabled__toggle--BackgroundColor",
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#d2d2d2",
|
|
6
6
|
"var": "var(--pf-c-switch__input--disabled__toggle--BackgroundColor)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_switch__input_disabled__toggle_BackgroundColor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const c_switch__input_disabled__toggle_before_BackgroundColor: {
|
|
2
2
|
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
3
|
-
"value": "#
|
|
3
|
+
"value": "#f5f5f5",
|
|
4
4
|
"var": "var(--pf-c-switch__input--disabled__toggle--before--BackgroundColor)"
|
|
5
5
|
};
|
|
6
6
|
export default c_switch__input_disabled__toggle_before_BackgroundColor;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_switch__input_disabled__toggle_before_BackgroundColor = {
|
|
4
4
|
"name": "--pf-c-switch__input--disabled__toggle--before--BackgroundColor",
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#f5f5f5",
|
|
6
6
|
"var": "var(--pf-c-switch__input--disabled__toggle--before--BackgroundColor)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_switch__input_disabled__toggle_before_BackgroundColor;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
exports.__esModule = true;
|
|
3
3
|
exports.c_switch__toggle_BackgroundColor = {
|
|
4
4
|
"name": "--pf-c-switch__toggle--BackgroundColor",
|
|
5
|
-
"value": "#
|
|
5
|
+
"value": "#8a8d90",
|
|
6
6
|
"var": "var(--pf-c-switch__toggle--BackgroundColor)"
|
|
7
7
|
};
|
|
8
8
|
exports["default"] = exports.c_switch__toggle_BackgroundColor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-tokens",
|
|
3
|
-
"version": "4.54.
|
|
3
|
+
"version": "4.54.25",
|
|
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.186.0",
|
|
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": "f4aec59972ec2640390a7b52697920440c90e771"
|
|
39
39
|
}
|