design-zystem 1.0.239 → 1.0.240

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/dist/index.js CHANGED
@@ -3639,7 +3639,7 @@ var Switch = (0, import_react17.forwardRef)(
3639
3639
  onChange,
3640
3640
  disabled = false,
3641
3641
  size = "m",
3642
- color: color = colors.blue_700,
3642
+ color: color = colors.blue_950,
3643
3643
  id
3644
3644
  } = _b, rest = __objRest(_b, [
3645
3645
  "checked",
package/dist/index.mjs CHANGED
@@ -3552,7 +3552,7 @@ var Switch = forwardRef7(
3552
3552
  onChange,
3553
3553
  disabled = false,
3554
3554
  size = "m",
3555
- color: color = colors.blue_700,
3555
+ color: color = colors.blue_950,
3556
3556
  id
3557
3557
  } = _b, rest = __objRest(_b, [
3558
3558
  "checked",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "design-zystem",
3
- "version": "1.0.239",
3
+ "version": "1.0.240",
4
4
  "description": "A React design system of importable components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",