@navikt/ds-tailwind 0.1.3 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-tailwind",
3
- "version": "0.1.3",
3
+ "version": "0.1.6",
4
4
  "private": false,
5
5
  "description": "Auto-generated tailwind config based on @navikt/ds-tokens",
6
6
  "author": "NAV Designsystem team",
@@ -23,12 +23,12 @@
23
23
  "directory": "@navikt/core/tailwind"
24
24
  },
25
25
  "devDependencies": {
26
- "@navikt/ds-tokens": "^0.8.1",
26
+ "@navikt/ds-tokens": "^0.8.4",
27
27
  "@types/jest": "^27.0.1",
28
28
  "jest": "^27.2.0",
29
29
  "lodash": "^4.17.21",
30
30
  "ts-jest": "^27.0.5",
31
31
  "ts-node": "^10.3.0"
32
32
  },
33
- "gitHead": "5aa54c7aaf843f64e3c6a0b399e2b36cb0d1b37b"
33
+ "gitHead": "8ef07f08071bf911c6fb5e0af1ca3299b13ff216"
34
34
  }
@@ -159,6 +159,11 @@ module.exports = {
159
159
  "focus": 10
160
160
  },
161
161
  "boxShadow": {
162
+ "xsmall": "0 1px 2px 0 rgba(0, 0, 0, 0.5)",
163
+ "small": "0 1px 2px -1px rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.1)",
164
+ "medium": "0 2px 4px -2px rgba(0, 0, 0, 0.05), 0 4px 6px -1px rgba(0, 0, 0, 0.1)",
165
+ "large": "0 4px 6px -4px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1)",
166
+ "xlarge": "0 8px 10px -6px rgba(0, 0, 0, 0.05), 0 25px 50px -5px rgba(0, 0, 0, 0.1)",
162
167
  "focus": "0 0 0 3px rgba(0, 52, 125, 1)",
163
168
  "focus-inverted": "0 0 0 3px rgba(153, 195, 255, 1)",
164
169
  "popover": "0 2px 4px 0 rgba(229, 229, 229, 1)",