@stokelp/ui 2.23.0 → 2.24.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 +7 -7
- package/dist/ui.cjs.map +1 -1
- package/dist/ui.js +21 -0
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -15639,6 +15639,16 @@ const { withProvider: rL, withContext: v4 } = e1(Ga), tL = rL(f("div"), "root"),
|
|
|
15639
15639
|
badge: {
|
|
15640
15640
|
bg: "grey.400"
|
|
15641
15641
|
}
|
|
15642
|
+
},
|
|
15643
|
+
info: {
|
|
15644
|
+
root: {
|
|
15645
|
+
bg: "secondary.100",
|
|
15646
|
+
borderColor: "secondary.500",
|
|
15647
|
+
color: "secondary.500"
|
|
15648
|
+
},
|
|
15649
|
+
badge: {
|
|
15650
|
+
bg: "secondary.500"
|
|
15651
|
+
}
|
|
15642
15652
|
}
|
|
15643
15653
|
}
|
|
15644
15654
|
}
|
|
@@ -16670,6 +16680,17 @@ const Rs = q({
|
|
|
16670
16680
|
ringColor: "error.200"
|
|
16671
16681
|
}
|
|
16672
16682
|
},
|
|
16683
|
+
info: {
|
|
16684
|
+
indicator: {
|
|
16685
|
+
color: "secondary.500"
|
|
16686
|
+
},
|
|
16687
|
+
trigger: {
|
|
16688
|
+
backgroundColor: "secondary.100",
|
|
16689
|
+
borderColor: "secondary.500",
|
|
16690
|
+
color: "secondary.500",
|
|
16691
|
+
ringColor: "secondary.300"
|
|
16692
|
+
}
|
|
16693
|
+
},
|
|
16673
16694
|
neutral: {
|
|
16674
16695
|
indicator: {
|
|
16675
16696
|
color: "grey.400"
|