@patternfly/patternfly 5.2.0-prerelease.2 → 5.2.0-prerelease.3

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.
@@ -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
  }
@@ -74,7 +74,7 @@
74
74
  cursor: pointer;
75
75
  opacity: 0;
76
76
 
77
- &:focus ~ .#{$switch}__toggle {
77
+ &:focus-visible ~ .#{$switch}__toggle {
78
78
  outline: var(--#{$switch}__input--focus__toggle--OutlineWidth) solid var(--#{$switch}__input--focus__toggle--OutlineColor);
79
79
  outline-offset: var(--#{$switch}__input--focus__toggle--OutlineOffset);
80
80
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "5.2.0-prerelease.2",
4
+ "version": "5.2.0-prerelease.3",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -45,7 +45,7 @@
45
45
  "@commitlint/config-conventional": "^17.6.7",
46
46
  "@fortawesome/fontawesome": "^1.1.8",
47
47
  "@octokit/rest": "^20.0.1",
48
- "@patternfly/documentation-framework": "5.2.18",
48
+ "@patternfly/documentation-framework": "5.2.20",
49
49
  "@patternfly/patternfly-a11y": "4.3.1",
50
50
  "@patternfly/react-code-editor": "5.1.1",
51
51
  "@patternfly/react-core": "5.1.1",
@@ -25112,7 +25112,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25112
25112
  cursor: pointer;
25113
25113
  opacity: 0;
25114
25114
  }
25115
- .pf-v5-c-switch__input:focus ~ .pf-v5-c-switch__toggle {
25115
+ .pf-v5-c-switch__input:focus-visible ~ .pf-v5-c-switch__toggle {
25116
25116
  outline: var(--pf-v5-c-switch__input--focus__toggle--OutlineWidth) solid var(--pf-v5-c-switch__input--focus__toggle--OutlineColor);
25117
25117
  outline-offset: var(--pf-v5-c-switch__input--focus__toggle--OutlineOffset);
25118
25118
  }
@@ -25229,7 +25229,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25229
25229
  cursor: pointer;
25230
25230
  opacity: 0;
25231
25231
  }
25232
- .pf-v5-c-switch__input:focus ~ .pf-v5-c-switch__toggle {
25232
+ .pf-v5-c-switch__input:focus-visible ~ .pf-v5-c-switch__toggle {
25233
25233
  outline: var(--pf-v5-c-switch__input--focus__toggle--OutlineWidth) solid var(--pf-v5-c-switch__input--focus__toggle--OutlineColor);
25234
25234
  outline-offset: var(--pf-v5-c-switch__input--focus__toggle--OutlineOffset);
25235
25235
  }
package/patternfly.css CHANGED
@@ -25229,7 +25229,7 @@ svg.pf-v5-c-spinner.pf-m-xl {
25229
25229
  cursor: pointer;
25230
25230
  opacity: 0;
25231
25231
  }
25232
- .pf-v5-c-switch__input:focus ~ .pf-v5-c-switch__toggle {
25232
+ .pf-v5-c-switch__input:focus-visible ~ .pf-v5-c-switch__toggle {
25233
25233
  outline: var(--pf-v5-c-switch__input--focus__toggle--OutlineWidth) solid var(--pf-v5-c-switch__input--focus__toggle--OutlineColor);
25234
25234
  outline-offset: var(--pf-v5-c-switch__input--focus__toggle--OutlineOffset);
25235
25235
  }