sud-ui 0.3.6 → 0.3.7
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -726,7 +726,7 @@ const c2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S1 = (s) => {
|
|
|
726
726
|
},
|
|
727
727
|
components: {
|
|
728
728
|
button: {
|
|
729
|
-
default: { bg: "neutral-1", txt: "neutral-9", border: "neutral-
|
|
729
|
+
default: { bg: "neutral-1", txt: "neutral-9", border: "neutral-4" },
|
|
730
730
|
sub: { bg: "neutral-2", txt: "neutral-7", border: "neutral-5" },
|
|
731
731
|
disabled: { bg: "neutral-3", txt: "neutral-6", border: "neutral-4" },
|
|
732
732
|
primary: { bg: "blue-6", txt: "blue-1", border: "blue-8" },
|
|
@@ -862,8 +862,8 @@ const c2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S1 = (s) => {
|
|
|
862
862
|
...N1,
|
|
863
863
|
colors: H2(N1.colors),
|
|
864
864
|
body: {
|
|
865
|
-
backgroundColor: "black-
|
|
866
|
-
color: "white-
|
|
865
|
+
backgroundColor: "black-2",
|
|
866
|
+
color: "white-1"
|
|
867
867
|
},
|
|
868
868
|
shadows: {
|
|
869
869
|
none: "none",
|