@sproutsocial/seeds-react-switch 1.2.47 → 1.2.50

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.
Files changed (2) hide show
  1. package/dist/switch.css +3 -3
  2. package/package.json +4 -4
package/dist/switch.css CHANGED
@@ -34,9 +34,9 @@
34
34
  /* Mixin for styled focus ring — copied from button.css:34-39 */
35
35
  .seeds-switch:focus {
36
36
  outline: none;
37
- box-shadow:
38
- 0 0 0 1px var(--color-button-primary-bg-base),
39
- 0 0 0 4px color-mix(in srgb, var(--color-button-primary-bg-base) 30%, transparent);
37
+ box-shadow: 0 0 0 1px var(--color-button-primary-bg-base),
38
+ 0 0 0 4px
39
+ color-mix(in srgb, var(--color-button-primary-bg-base) 30%, transparent);
40
40
  }
41
41
 
42
42
  /* Base styles for circle element */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sproutsocial/seeds-react-switch",
3
- "version": "1.2.47",
3
+ "version": "1.2.50",
4
4
  "description": "Seeds React Switch",
5
5
  "author": "Sprout Social, Inc.",
6
6
  "license": "MIT",
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "styled-system": "^5.1.5",
31
- "@sproutsocial/seeds-react-mixins": "^4.3.12",
32
- "@sproutsocial/seeds-react-system-props": "^3.1.3",
33
- "@sproutsocial/seeds-react-icon": "^2.4.7"
31
+ "@sproutsocial/seeds-react-mixins": "^4.3.14",
32
+ "@sproutsocial/seeds-react-system-props": "^3.2.0",
33
+ "@sproutsocial/seeds-react-icon": "^2.5.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/react": "^18.0.0",