@navikt/ds-tokens 2.0.18 → 2.1.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Jan 2023 14:56:54 GMT
3
+ * Generated on Fri, 20 Jan 2023 13:06:49 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -202,7 +202,7 @@ module.exports = {
202
202
  "ASurfaceSuccessSubtle": "rgba(243, 252, 245, 1)",
203
203
  "ASurfaceSuccess": "rgba(6, 137, 58, 1)",
204
204
  "ASurfaceSuccessHover": "rgba(0, 124, 46, 1)",
205
- "ASurfaceDangerSubtleHover": "rgba(255, 230, 230, 1)",
205
+ "ASurfaceDangerSubtleHover": "rgba(255, 184, 184, 1)",
206
206
  "ASurfaceDangerSubtle": "rgba(255, 230, 230, 1)",
207
207
  "ASurfaceDangerHover": "rgba(173, 0, 0, 1)",
208
208
  "ASurfaceDangerActive": "rgba(140, 0, 0, 1)",
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Jan 2023 14:56:54 GMT
3
+ * Generated on Fri, 20 Jan 2023 13:06:49 GMT
4
4
  */
5
5
 
6
6
  :root, :host {
@@ -197,7 +197,7 @@
197
197
  --a-surface-danger-active: var(--a-red-700);
198
198
  --a-surface-danger-hover: var(--a-red-600);
199
199
  --a-surface-danger-subtle: var(--a-red-50);
200
- --a-surface-danger-subtle-hover: var(--a-red-50);
200
+ --a-surface-danger-subtle-hover: var(--a-red-100);
201
201
  --a-surface-success-hover: var(--a-green-600);
202
202
  --a-surface-success: var(--a-green-500);
203
203
  --a-surface-success-subtle: var(--a-green-50);
package/dist/tokens.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Jan 2023 14:56:54 GMT
3
+ * Generated on Fri, 20 Jan 2023 13:06:49 GMT
4
4
  */
5
5
 
6
6
  export const AFontFamily : string;
package/dist/tokens.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 19 Jan 2023 14:56:54 GMT
3
+ * Generated on Fri, 20 Jan 2023 13:06:49 GMT
4
4
  */
5
5
 
6
6
  export const AFontFamily = "\"Source Sans Pro\", Arial, sans-serif";
@@ -201,7 +201,7 @@ export const ASurfaceSuccessSubtleHover = "rgba(204, 241, 214, 1)";
201
201
  export const ASurfaceSuccessSubtle = "rgba(243, 252, 245, 1)";
202
202
  export const ASurfaceSuccess = "rgba(6, 137, 58, 1)";
203
203
  export const ASurfaceSuccessHover = "rgba(0, 124, 46, 1)";
204
- export const ASurfaceDangerSubtleHover = "rgba(255, 230, 230, 1)";
204
+ export const ASurfaceDangerSubtleHover = "rgba(255, 184, 184, 1)";
205
205
  export const ASurfaceDangerSubtle = "rgba(255, 230, 230, 1)";
206
206
  export const ASurfaceDangerHover = "rgba(173, 0, 0, 1)";
207
207
  export const ASurfaceDangerActive = "rgba(140, 0, 0, 1)";
package/dist/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 19 Jan 2023 14:56:54 GMT
3
+ // Generated on Fri, 20 Jan 2023 13:06:49 GMT
4
4
 
5
5
  @a-font-family: "Source Sans Pro", Arial, sans-serif;
6
6
  @a-font-line-height-heading-2xlarge: 3.25rem;
@@ -200,7 +200,7 @@
200
200
  @a-surface-success-subtle: rgba(243, 252, 245, 1);
201
201
  @a-surface-success: rgba(6, 137, 58, 1);
202
202
  @a-surface-success-hover: rgba(0, 124, 46, 1);
203
- @a-surface-danger-subtle-hover: rgba(255, 230, 230, 1);
203
+ @a-surface-danger-subtle-hover: rgba(255, 184, 184, 1);
204
204
  @a-surface-danger-subtle: rgba(255, 230, 230, 1);
205
205
  @a-surface-danger-hover: rgba(173, 0, 0, 1);
206
206
  @a-surface-danger-active: rgba(140, 0, 0, 1);
package/dist/tokens.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 19 Jan 2023 14:56:53 GMT
3
+ // Generated on Fri, 20 Jan 2023 13:06:49 GMT
4
4
 
5
5
  $a-font-family: "Source Sans Pro", Arial, sans-serif;
6
6
  $a-font-line-height-heading-2xlarge: 3.25rem;
@@ -200,7 +200,7 @@ $a-surface-success-subtle-hover: rgba(204, 241, 214, 1);
200
200
  $a-surface-success-subtle: rgba(243, 252, 245, 1);
201
201
  $a-surface-success: rgba(6, 137, 58, 1);
202
202
  $a-surface-success-hover: rgba(0, 124, 46, 1);
203
- $a-surface-danger-subtle-hover: rgba(255, 230, 230, 1);
203
+ $a-surface-danger-subtle-hover: rgba(255, 184, 184, 1);
204
204
  $a-surface-danger-subtle: rgba(255, 230, 230, 1);
205
205
  $a-surface-danger-hover: rgba(173, 0, 0, 1);
206
206
  $a-surface-danger-active: rgba(140, 0, 0, 1);
package/docs.json CHANGED
@@ -240,7 +240,7 @@
240
240
  { "name": "--a-surface-danger-subtle", "value": "rgba(255, 230, 230, 1)" },
241
241
  {
242
242
  "name": "--a-surface-danger-subtle-hover",
243
- "value": "rgba(255, 230, 230, 1)"
243
+ "value": "rgba(255, 184, 184, 1)"
244
244
  },
245
245
  { "name": "--a-surface-danger", "value": "rgba(195, 0, 0, 1)" },
246
246
  { "name": "--a-surface-danger-hover", "value": "rgba(173, 0, 0, 1)" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-tokens",
3
- "version": "2.0.18",
3
+ "version": "2.1.0",
4
4
  "description": "Design-tokens for NAV designsystem",
5
5
  "author": "Aksel | NAV designsystem team",
6
6
  "keywords": [
@@ -159,7 +159,7 @@
159
159
 
160
160
  "danger": {
161
161
  "subtle": {
162
- "hover": { "value": "{a.red.50.value}" },
162
+ "hover": { "value": "{a.red.100.value}" },
163
163
  "@": { "value": "{a.red.50.value}" }
164
164
  },
165
165
  "hover": {