@stokelp/ui 2.56.0 → 2.57.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/ui.cjs +1 -1
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +4 -0
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -22380,6 +22380,10 @@ const Ef = U({
|
|
|
22380
22380
|
bg: "grey.50",
|
|
22381
22381
|
color: "grey.400"
|
|
22382
22382
|
},
|
|
22383
|
+
info: {
|
|
22384
|
+
bg: "secondary.100",
|
|
22385
|
+
color: "secondary.500"
|
|
22386
|
+
},
|
|
22383
22387
|
success: {
|
|
22384
22388
|
bg: "success.100",
|
|
22385
22389
|
color: "success.500"
|