@ultraviolet/ui 1.3.2 → 1.4.1

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.
@@ -28,7 +28,7 @@ const StyledToggle = /*#__PURE__*/_styled("div", {
28
28
  let {
29
29
  theme
30
30
  } = _ref2;
31
- return theme.colors.neutral.textWeak;
31
+ return theme.colors.neutral.backgroundStrong;
32
32
  }, ";width:", _ref3 => {
33
33
  let {
34
34
  size
@@ -63,7 +63,7 @@ const StyledToggle = /*#__PURE__*/_styled("div", {
63
63
  let {
64
64
  theme
65
65
  } = _ref9;
66
- return theme.colors.neutral.backgroundWeak;
66
+ return theme.colors.neutral.background;
67
67
  }, ";transition:all 300ms;}&:focus-within,&:focus{box-shadow:", _ref10 => {
68
68
  let {
69
69
  theme
@@ -93,7 +93,7 @@ const StyledToggle = /*#__PURE__*/_styled("div", {
93
93
  let {
94
94
  theme
95
95
  } = _ref15;
96
- return theme.colors.neutral.borderWeakDisabled;
96
+ return theme.colors.neutral.backgroundStrongDisabled;
97
97
  }, ";&[data-checked='true']{background:", _ref16 => {
98
98
  let {
99
99
  theme
@@ -8,7 +8,7 @@ const StyledInput = /*#__PURE__*/_styled("input", {
8
8
  let {
9
9
  theme
10
10
  } = _ref;
11
- return theme.colors.neutral.backgroundWeak;
11
+ return theme.colors.neutral.background;
12
12
  }, ";border:solid 1px ", _ref2 => {
13
13
  let {
14
14
  'aria-invalid': error,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/ui",
3
- "version": "1.3.2",
3
+ "version": "1.4.1",
4
4
  "description": "Ultraviolet UI",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -65,6 +65,6 @@
65
65
  "react-toastify": "9.1.3",
66
66
  "react-use-clipboard": "1.0.9",
67
67
  "reakit": "1.3.11",
68
- "@ultraviolet/themes": "1.0.0"
68
+ "@ultraviolet/themes": "1.1.1"
69
69
  }
70
70
  }