sud-ui 0.3.1 → 0.3.2

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 CHANGED
@@ -642,8 +642,8 @@ const c2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S1 = (s) => {
642
642
  }
643
643
  },
644
644
  body: {
645
- backgroundColor: "neutral-10",
646
- color: "neutral-2"
645
+ backgroundColor: "white-1",
646
+ color: "black-2"
647
647
  },
648
648
  typography: {
649
649
  fontSize: {
@@ -773,7 +773,7 @@ const c2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S1 = (s) => {
773
773
  },
774
774
  etc: {
775
775
  hovered: { bg: "neutral-2", txt: "neutral-8" },
776
- selected: { bg: "sky-1", txt: "sky-8" }
776
+ selected: { bg: "sky-2", txt: "sky-8" }
777
777
  },
778
778
  input: {
779
779
  default: { bg: "neutral-1", txt: "neutral-9", border: "neutral-3" },
@@ -782,8 +782,8 @@ const c2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S1 = (s) => {
782
782
  disabled: { bg: "neutral-3", txt: "neutral-6", border: "neutral-4" }
783
783
  },
784
784
  card: {
785
- default: { bg: "white-10", border: "neutral-3" },
786
- hover: { bg: "white-10", border: "neutral-4", shadow: "md" }
785
+ default: { bg: "neutral-1", border: "neutral-3" },
786
+ hover: { bg: "neutral-1", border: "neutral-4", shadow: "md" }
787
787
  },
788
788
  breadcrumb: {
789
789
  separator: { color: "neutral-5" },
@@ -799,10 +799,10 @@ const c2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S1 = (s) => {
799
799
  info: { bg: "sky-1", txt: "sky-7" }
800
800
  },
801
801
  toast: {
802
- success: { bg: "blue-6", txt: "white-10", border: "blue-7" },
802
+ success: { bg: "blue-6", txt: "neutral-11", border: "blue-7" },
803
803
  warning: { bg: "amber-6", txt: "neutral-9", border: "amber-7" },
804
- danger: { bg: "red-6", txt: "white-10", border: "red-7" },
805
- info: { bg: "sky-6", txt: "white-10", border: "sky-7" }
804
+ danger: { bg: "red-6", txt: "neutral-1", border: "red-7" },
805
+ info: { bg: "sky-6", txt: "neutral-1", border: "sky-7" }
806
806
  },
807
807
  alert: {
808
808
  default: { bg: "neutral-2", txt: "neutral-8", border: "neutral-3" },
@@ -861,6 +861,10 @@ const c2 = (s = "") => `loading-spinner ${s ? `${s}-spin` : ""}`, S1 = (s) => {
861
861
  }, A2 = {
862
862
  ...N1,
863
863
  colors: H2(N1.colors),
864
+ body: {
865
+ backgroundColor: "black-2",
866
+ color: "white-1"
867
+ },
864
868
  shadows: {
865
869
  none: "none",
866
870
  sm: "0px 0px 4px rgba(0, 0, 0, 0.4)",