@stokelp/ui 2.58.0 → 2.59.0
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/style.css +1 -1
- package/dist/theme/tokens/colors.d.ts +3 -0
- package/dist/theme/tokens/index.d.ts +3 -0
- package/dist/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +2 -1
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -22858,7 +22858,8 @@ const Ef = U({
|
|
|
22858
22858
|
300: { value: "#898B93" },
|
|
22859
22859
|
200: { value: "#ADAEB4" },
|
|
22860
22860
|
100: { value: "#D1D2D6" },
|
|
22861
|
-
50: { value: "#F5F6F6" }
|
|
22861
|
+
50: { value: "#F5F6F6" },
|
|
22862
|
+
10: { value: "#FBFBFC" }
|
|
22862
22863
|
},
|
|
22863
22864
|
red: {
|
|
22864
22865
|
900: { value: "#802727" },
|