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.es.js CHANGED
@@ -16877,28 +16877,28 @@ var MT = {
16877
16877
  };
16878
16878
  const fo1 = {
16879
16879
  "text-first": {
16880
- light: "#222222",
16880
+ light: "#1f1f1f",
16881
16881
  dark: "#f5f5f5"
16882
16882
  },
16883
16883
  "text-second": {
16884
- light: "#333333",
16884
+ light: "#2e2e2e",
16885
16885
  dark: "#e5e5e5"
16886
16886
  },
16887
16887
  "text-third": {
16888
- light: "#4c4c4c",
16888
+ light: "#494949",
16889
16889
  dark: "#d5d5d5"
16890
16890
  },
16891
16891
  "background-first": {
16892
- light: "#f9f9f9",
16893
- dark: "#252525"
16892
+ light: "#fcfcfc",
16893
+ dark: "#202020"
16894
16894
  },
16895
16895
  "background-second": {
16896
- light: "#f2f2f2",
16897
- dark: "#303030"
16896
+ light: "#f4f4f4",
16897
+ dark: "#282828"
16898
16898
  },
16899
16899
  "background-third": {
16900
- light: "#e6e6e6",
16901
- dark: "#383838"
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-second)",
16990
- backgroundColorDisabled: "var(--pga-color-background-third)",
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)"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.11.641",
4
+ "version": "2.11.643",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",