@navikt/ds-tailwind 4.0.0 → 4.1.1

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/package.json +2 -2
  2. package/tailwind.config.js +20 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-tailwind",
3
- "version": "4.0.0",
3
+ "version": "4.1.1",
4
4
  "description": "Tailwind config based on @navikt/ds-tokens",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -22,7 +22,7 @@
22
22
  "directory": "@navikt/core/tailwind"
23
23
  },
24
24
  "devDependencies": {
25
- "@navikt/ds-tokens": "^4.0.0",
25
+ "@navikt/ds-tokens": "^4.1.1",
26
26
  "@types/jest": "^29.0.0",
27
27
  "color": "4.2.3",
28
28
  "jest": "^29.0.0",
@@ -20,6 +20,24 @@ module.exports = {
20
20
  "border-alt-1": "rgba(130, 105, 162, 1)",
21
21
  "border-alt-2": "rgba(127, 137, 0, 1)",
22
22
  "border-alt-3": "rgba(0, 91, 130, 1)",
23
+ "data-surface-1": "rgba(51, 134, 224, 1)",
24
+ "data-surface-1-subtle": "rgba(204, 225, 255, 1)",
25
+ "data-surface-2": "rgba(0, 91, 130, 1)",
26
+ "data-surface-2-subtle": "rgba(153, 196, 221, 1)",
27
+ "data-surface-3": "rgba(199, 115, 0, 1)",
28
+ "data-surface-3-subtle": "rgba(255, 193, 102, 1)",
29
+ "data-surface-4": "rgba(54, 141, 168, 1)",
30
+ "data-surface-4-subtle": "rgba(102, 203, 236, 1)",
31
+ "data-surface-5": "rgba(51, 170, 95, 1)",
32
+ "data-surface-5-subtle": "rgba(153, 222, 173, 1)",
33
+ "data-surface-6": "rgba(130, 105, 162, 1)",
34
+ "data-surface-6-subtle": "rgba(192, 178, 210, 1)",
35
+ "data-border-1": "rgba(51, 134, 224, 1)",
36
+ "data-border-2": "rgba(0, 91, 130, 1)",
37
+ "data-border-3": "rgba(199, 115, 0, 1)",
38
+ "data-border-4": "rgba(54, 141, 168, 1)",
39
+ "data-border-5": "rgba(51, 170, 95, 1)",
40
+ "data-border-6": "rgba(130, 105, 162, 1)",
23
41
  "transparent": "rgba(255, 255, 255, 0)",
24
42
  "white": "rgba(255, 255, 255, 1)",
25
43
  "nav-red": "rgba(195, 0, 0, 1)",
@@ -124,7 +142,7 @@ module.exports = {
124
142
  "purple-800": "rgba(48, 31, 70, 1)",
125
143
  "purple-900": "rgba(31, 20, 47, 1)",
126
144
  "text-default": "rgba(38, 38, 38, 1)",
127
- "text-subtle": "rgba(0, 0, 0, 0.56)",
145
+ "text-subtle": "rgba(0, 0, 0, 0.65)",
128
146
  "text-visited": "rgba(99, 70, 137, 1)",
129
147
  "text-danger": "rgba(195, 0, 0, 1)",
130
148
  "text-action-selected": "rgba(0, 91, 130, 1)",
@@ -196,7 +214,7 @@ module.exports = {
196
214
  "surface-alt-3-strong": "rgba(0, 52, 83, 1)",
197
215
  "surface-alt-3": "rgba(0, 91, 130, 1)",
198
216
  "icon-default": "rgba(38, 38, 38, 1)",
199
- "icon-subtle": "rgba(112, 112, 112, 1)",
217
+ "icon-subtle": "rgba(0, 0, 0, 0.65)",
200
218
  "icon-action-selected": "rgba(0, 91, 130, 1)",
201
219
  "icon-action-on-action-subtle": "rgba(0, 86, 180, 1)",
202
220
  "icon-action": "rgba(0, 103, 197, 1)",