@stokelp/ui 2.48.0 → 2.48.1
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 +7 -7
- package/dist/ui.js.map +1 -1
- package/package.json +1 -1
package/dist/ui.js
CHANGED
|
@@ -19796,43 +19796,43 @@ const { withProvider: Ju, withContext: H5 } = J(aa, {
|
|
|
19796
19796
|
fish: {
|
|
19797
19797
|
root: {
|
|
19798
19798
|
bg: "typology.fish.mid",
|
|
19799
|
-
color: "
|
|
19799
|
+
color: "grey.900"
|
|
19800
19800
|
}
|
|
19801
19801
|
},
|
|
19802
19802
|
meat: {
|
|
19803
19803
|
root: {
|
|
19804
19804
|
bg: "typology.meat.mid",
|
|
19805
|
-
color: "
|
|
19805
|
+
color: "grey.900"
|
|
19806
19806
|
}
|
|
19807
19807
|
},
|
|
19808
19808
|
fruit: {
|
|
19809
19809
|
root: {
|
|
19810
19810
|
bg: "typology.fruit.mid",
|
|
19811
|
-
color: "
|
|
19811
|
+
color: "grey.900"
|
|
19812
19812
|
}
|
|
19813
19813
|
},
|
|
19814
19814
|
vegetable: {
|
|
19815
19815
|
root: {
|
|
19816
19816
|
bg: "typology.vegetable.mid",
|
|
19817
|
-
color: "
|
|
19817
|
+
color: "grey.900"
|
|
19818
19818
|
}
|
|
19819
19819
|
},
|
|
19820
19820
|
cereal: {
|
|
19821
19821
|
root: {
|
|
19822
19822
|
bg: "typology.cereal.mid",
|
|
19823
|
-
color: "
|
|
19823
|
+
color: "grey.900"
|
|
19824
19824
|
}
|
|
19825
19825
|
},
|
|
19826
19826
|
oil: {
|
|
19827
19827
|
root: {
|
|
19828
19828
|
bg: "typology.oil.mid",
|
|
19829
|
-
color: "
|
|
19829
|
+
color: "grey.900"
|
|
19830
19830
|
}
|
|
19831
19831
|
},
|
|
19832
19832
|
aromatic: {
|
|
19833
19833
|
root: {
|
|
19834
19834
|
bg: "typology.aromatic.mid",
|
|
19835
|
-
color: "
|
|
19835
|
+
color: "grey.900"
|
|
19836
19836
|
}
|
|
19837
19837
|
}
|
|
19838
19838
|
}
|