@patternfly/react-styles 5.2.0-prerelease.2 → 5.2.0-prerelease.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -0
- package/css/components/Switch/switch.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,10 @@
|
|
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
|
+
# 5.2.0-prerelease.3 (2023-10-26)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @patternfly/react-styles
|
9
|
+
|
6
10
|
# 5.2.0-prerelease.2 (2023-10-10)
|
7
11
|
|
8
12
|
**Note:** Version bump only for package @patternfly/react-styles
|
@@ -56,7 +56,7 @@
|
|
56
56
|
cursor: pointer;
|
57
57
|
opacity: 0;
|
58
58
|
}
|
59
|
-
.pf-v5-c-switch__input:focus ~ .pf-v5-c-switch__toggle {
|
59
|
+
.pf-v5-c-switch__input:focus-visible ~ .pf-v5-c-switch__toggle {
|
60
60
|
outline: var(--pf-v5-c-switch__input--focus__toggle--OutlineWidth) solid var(--pf-v5-c-switch__input--focus__toggle--OutlineColor);
|
61
61
|
outline-offset: var(--pf-v5-c-switch__input--focus__toggle--OutlineOffset);
|
62
62
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@patternfly/react-styles",
|
3
|
-
"version": "5.2.0-prerelease.
|
3
|
+
"version": "5.2.0-prerelease.3",
|
4
4
|
"main": "dist/js/index.js",
|
5
5
|
"module": "dist/esm/index.js",
|
6
6
|
"types": "dist/esm/index.d.ts",
|
@@ -18,7 +18,7 @@
|
|
18
18
|
"clean": "rimraf dist css"
|
19
19
|
},
|
20
20
|
"devDependencies": {
|
21
|
-
"@patternfly/patternfly": "5.2.0-prerelease.
|
21
|
+
"@patternfly/patternfly": "5.2.0-prerelease.3",
|
22
22
|
"camel-case": "^3.0.0",
|
23
23
|
"css": "^2.2.3",
|
24
24
|
"fs-extra": "^11.1.1",
|
@@ -28,5 +28,5 @@
|
|
28
28
|
"typescript": "^4.7.4"
|
29
29
|
},
|
30
30
|
"license": "MIT",
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "eb921ccf06a5b0ebe7ddcebd162f2e295260d8d4"
|
32
32
|
}
|