sud-ui 0.1.527 → 0.1.528
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 +2 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -639,9 +639,6 @@ const r2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, x1 = (s) => {
|
|
|
639
639
|
8: "#e0e0e0",
|
|
640
640
|
9: "#f5f5f5",
|
|
641
641
|
10: "#ffffff"
|
|
642
|
-
},
|
|
643
|
-
transparent: {
|
|
644
|
-
1: "transparent"
|
|
645
642
|
}
|
|
646
643
|
},
|
|
647
644
|
typography: {
|
|
@@ -767,8 +764,8 @@ const r2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, x1 = (s) => {
|
|
|
767
764
|
txt: "cool-gray-8",
|
|
768
765
|
border: "cool-gray-6"
|
|
769
766
|
},
|
|
770
|
-
ghost: { bg: "transparent
|
|
771
|
-
text: { bg: "transparent
|
|
767
|
+
ghost: { bg: "transparent", txt: "neutral-7", border: "neutral-3" },
|
|
768
|
+
text: { bg: "transparent", txt: "neutral-7", border: "transparent" }
|
|
772
769
|
},
|
|
773
770
|
etc: {
|
|
774
771
|
hovered: { bg: "neutral-2", txt: "neutral-8" },
|