@directus/themes 1.0.6 → 1.0.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -444,7 +444,7 @@ const r = e.String({ $id: "Color" }), i = e.String({ $id: "FamilyName" }), b = e
444
444
  background: "var(--theme--background)",
445
445
  borderColor: "transparent",
446
446
  borderWidth: "0px",
447
- boxShadow: "0 4px 7px -4px rgb(var(--black) / 0.2)",
447
+ boxShadow: "0 4px 7px -4px black",
448
448
  headline: {
449
449
  foreground: "var(--theme--foreground-subdued)",
450
450
  fontFamily: "var(--theme--fonts--sans--font-family)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@directus/themes",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Themes for Directus",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "decamelize": "6.0.0",
27
27
  "flat": "6.0.1",
28
28
  "lodash-es": "4.17.21",
29
- "@directus/utils": "13.0.0"
29
+ "@directus/utils": "13.0.1"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@directus/tsconfig": "3.0.0",