@3sc/common-component 0.0.55 → 0.0.56
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/index.es.js +8 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -22958,6 +22958,10 @@ const jT = ({
|
|
|
22958
22958
|
brandColor: {
|
|
22959
22959
|
main: "#FF6D33",
|
|
22960
22960
|
grey3: "#898A93"
|
|
22961
|
+
},
|
|
22962
|
+
input: {
|
|
22963
|
+
color: "rgba(0, 0, 0, 0.87)",
|
|
22964
|
+
border: "#ACB2BA"
|
|
22961
22965
|
}
|
|
22962
22966
|
},
|
|
22963
22967
|
typography: {
|
|
@@ -22990,6 +22994,10 @@ const jT = ({
|
|
|
22990
22994
|
brandColor: {
|
|
22991
22995
|
main: "#FF6D33",
|
|
22992
22996
|
grey3: "#898A93"
|
|
22997
|
+
},
|
|
22998
|
+
input: {
|
|
22999
|
+
color: "rgba(0, 0, 0, 0.87)",
|
|
23000
|
+
border: "#ACB2BA"
|
|
22993
23001
|
}
|
|
22994
23002
|
},
|
|
22995
23003
|
typography: {
|