@colisweb/rescript-toolkit 2.8.2 → 2.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "2.8.2",
3
+ "version": "2.8.3",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build",
@@ -11,8 +11,7 @@ module.exports = {
11
11
  },
12
12
  boxShadow: {
13
13
  sidenav: "inset 0 0 1px 2px rgba(0, 0, 0, 0.2)",
14
- sm:
15
- "0px 2px 1px -1px rgba(0,0,0,0.1), 0px 1px 1px 0px rgba(0,0,0,0.1), 0px 1px 3px 0px rgba(0,0,0,0.1)",
14
+ sm: "0px 2px 1px -1px rgba(0,0,0,0.1), 0px 1px 1px 0px rgba(0,0,0,0.1), 0px 1px 3px 0px rgba(0,0,0,0.1)",
16
15
  },
17
16
  borderColor: {
18
17
  currentColor: "currentColor",
@@ -142,7 +141,7 @@ module.exports = {
142
141
  purple: {
143
142
  50: "#F8F1FF",
144
143
  100: "#DDC8F0",
145
- 300: "#8787E0",
144
+ 300: "#B787E0",
146
145
  400: "#9151C9",
147
146
  500: "#6C1CB2",
148
147
  600: "#55158B",