pangea-lib 2.11.640 → 2.11.641

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
@@ -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-first)",
16990
- backgroundColorDisabled: "var(--pga-color-background-second)",
16989
+ backgroundColor: "var(--pga-color-background-second)",
16990
+ backgroundColorDisabled: "var(--pga-color-background-third)",
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.640",
4
+ "version": "2.11.641",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",