@navikt/ds-tailwind 6.15.0 → 6.16.0

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": "6.15.0",
3
+ "version": "6.16.0",
4
4
  "description": "Tailwind config based on @navikt/ds-tokens",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -25,7 +25,7 @@
25
25
  "directory": "@navikt/core/tailwind"
26
26
  },
27
27
  "devDependencies": {
28
- "@navikt/ds-tokens": "^6.15.0",
28
+ "@navikt/ds-tokens": "^6.16.0",
29
29
  "color": "4.2.3",
30
30
  "lodash": "^4.17.21",
31
31
  "tailwindcss": "^3.3.3",
@@ -122,7 +122,7 @@ module.exports = {
122
122
  "data-surface-3-subtle": "rgba(255, 193, 102, 1)",
123
123
  "data-surface-4": "rgba(54, 141, 168, 1)",
124
124
  "data-surface-4-subtle": "rgba(102, 203, 236, 1)",
125
- "data-surface-5": "rgba(51, 170, 95, 1)",
125
+ "data-surface-5": "rgba(42, 167, 88, 1)",
126
126
  "data-surface-5-subtle": "rgba(153, 222, 173, 1)",
127
127
  "data-surface-6": "rgba(130, 105, 162, 1)",
128
128
  "data-surface-6-subtle": "rgba(192, 178, 210, 1)",
@@ -130,7 +130,7 @@ module.exports = {
130
130
  "data-border-2": "rgba(0, 91, 130, 1)",
131
131
  "data-border-3": "rgba(199, 115, 0, 1)",
132
132
  "data-border-4": "rgba(54, 141, 168, 1)",
133
- "data-border-5": "rgba(51, 170, 95, 1)",
133
+ "data-border-5": "rgba(42, 167, 88, 1)",
134
134
  "data-border-6": "rgba(130, 105, 162, 1)",
135
135
  "transparent": "rgba(255, 255, 255, 0)",
136
136
  "white": "rgba(255, 255, 255, 1)",
@@ -189,7 +189,7 @@ module.exports = {
189
189
  "green-100": "rgba(204, 241, 214, 1)",
190
190
  "green-200": "rgba(153, 222, 173, 1)",
191
191
  "green-300": "rgba(102, 199, 134, 1)",
192
- "green-400": "rgba(51, 170, 95, 1)",
192
+ "green-400": "rgba(42, 167, 88, 1)",
193
193
  "green-500": "rgba(6, 137, 58, 1)",
194
194
  "green-600": "rgba(0, 124, 46, 1)",
195
195
  "green-700": "rgba(0, 106, 35, 1)",