pangea-lib 2.11.641 → 2.11.643
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/main.cjs.js +1 -1
- package/dist/main.es.js +11 -11
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -16877,28 +16877,28 @@ var MT = {
|
|
|
16877
16877
|
};
|
|
16878
16878
|
const fo1 = {
|
|
16879
16879
|
"text-first": {
|
|
16880
|
-
light: "#
|
|
16880
|
+
light: "#1f1f1f",
|
|
16881
16881
|
dark: "#f5f5f5"
|
|
16882
16882
|
},
|
|
16883
16883
|
"text-second": {
|
|
16884
|
-
light: "#
|
|
16884
|
+
light: "#2e2e2e",
|
|
16885
16885
|
dark: "#e5e5e5"
|
|
16886
16886
|
},
|
|
16887
16887
|
"text-third": {
|
|
16888
|
-
light: "#
|
|
16888
|
+
light: "#494949",
|
|
16889
16889
|
dark: "#d5d5d5"
|
|
16890
16890
|
},
|
|
16891
16891
|
"background-first": {
|
|
16892
|
-
light: "#
|
|
16893
|
-
dark: "#
|
|
16892
|
+
light: "#fcfcfc",
|
|
16893
|
+
dark: "#202020"
|
|
16894
16894
|
},
|
|
16895
16895
|
"background-second": {
|
|
16896
|
-
light: "#
|
|
16897
|
-
dark: "#
|
|
16896
|
+
light: "#f4f4f4",
|
|
16897
|
+
dark: "#282828"
|
|
16898
16898
|
},
|
|
16899
16899
|
"background-third": {
|
|
16900
|
-
light: "#
|
|
16901
|
-
dark: "#
|
|
16900
|
+
light: "#ececec",
|
|
16901
|
+
dark: "#2a2a2a"
|
|
16902
16902
|
}
|
|
16903
16903
|
}, uo1 = {
|
|
16904
16904
|
primary: {
|
|
@@ -16986,8 +16986,8 @@ const fo1 = {
|
|
|
16986
16986
|
borderRadius: "0.25em",
|
|
16987
16987
|
borderColor: "rgba(var(--pga-color-text-first-rgb), 0.2)",
|
|
16988
16988
|
colorFocus: "var(--pga-color-primary)",
|
|
16989
|
-
backgroundColor: "var(--pga-color-background-
|
|
16990
|
-
backgroundColorDisabled: "var(--pga-color-background-
|
|
16989
|
+
backgroundColor: "var(--pga-color-background-first)",
|
|
16990
|
+
backgroundColorDisabled: "var(--pga-color-background-second)",
|
|
16991
16991
|
backgroundColorFocus: "rgba(var(--pga-color-primary-rgb), 0.05)",
|
|
16992
16992
|
backgroundColorHover: "rgba(var(--pga-color-primary-rgb), 0.08)",
|
|
16993
16993
|
placeholderColor: "var(--pga-color-text-third)"
|