@stokelp/ui 2.44.0 → 2.45.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 +36 -0
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -19778,6 +19778,42 @@ const { withProvider: Yu, withContext: V5 } = J(oa, {
|
|
|
19778
19778
|
bg: "warning.500",
|
|
19779
19779
|
color: "white"
|
|
19780
19780
|
}
|
|
19781
|
+
},
|
|
19782
|
+
fish: {
|
|
19783
|
+
root: {
|
|
19784
|
+
bg: "typology.fish.mid",
|
|
19785
|
+
color: "heading"
|
|
19786
|
+
}
|
|
19787
|
+
},
|
|
19788
|
+
meat: {
|
|
19789
|
+
root: {
|
|
19790
|
+
bg: "typology.meat.mid",
|
|
19791
|
+
color: "heading"
|
|
19792
|
+
}
|
|
19793
|
+
},
|
|
19794
|
+
fruit: {
|
|
19795
|
+
root: {
|
|
19796
|
+
bg: "typology.fruit.mid",
|
|
19797
|
+
color: "heading"
|
|
19798
|
+
}
|
|
19799
|
+
},
|
|
19800
|
+
vegetable: {
|
|
19801
|
+
root: {
|
|
19802
|
+
bg: "typology.vegetable.mid",
|
|
19803
|
+
color: "heading"
|
|
19804
|
+
}
|
|
19805
|
+
},
|
|
19806
|
+
cereal: {
|
|
19807
|
+
root: {
|
|
19808
|
+
bg: "typology.cereal.mid",
|
|
19809
|
+
color: "heading"
|
|
19810
|
+
}
|
|
19811
|
+
},
|
|
19812
|
+
oil: {
|
|
19813
|
+
root: {
|
|
19814
|
+
bg: "typology.oil.mid",
|
|
19815
|
+
color: "heading"
|
|
19816
|
+
}
|
|
19781
19817
|
}
|
|
19782
19818
|
}
|
|
19783
19819
|
}
|