@navikt/ds-tokens 2.0.0-next.0 → 2.0.0-next.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Nov 2022 18:26:45 GMT
3
+ * Generated on Fri, 18 Nov 2022 12:57:06 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -162,7 +162,7 @@ module.exports = {
162
162
  "ATextVisited": "rgba(99, 70, 137, 1)",
163
163
  "ATextDanger": "rgba(195, 0, 0, 1)",
164
164
  "ATextActionSelected": "rgba(0, 91, 130, 1)",
165
- "ATextActionHover": "rgba(0, 103, 197, 1)",
165
+ "ATextActionOnActionSubtle": "rgba(0, 86, 180, 1)",
166
166
  "ATextAction": "rgba(0, 103, 197, 1)",
167
167
  "ATextOnInverted": "rgba(255, 255, 255, 1)",
168
168
  "ATextOnNeutral": "rgba(255, 255, 255, 1)",
package/dist/tokens.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Nov 2022 18:26:45 GMT
3
+ * Generated on Fri, 18 Nov 2022 12:57:06 GMT
4
4
  */
5
5
 
6
6
  :root, :host {
@@ -236,7 +236,7 @@
236
236
  --a-text-on-neutral: var(--a-white);
237
237
  --a-text-on-inverted: var(--a-white);
238
238
  --a-text-action: var(--a-blue-500);
239
- --a-text-action-hover: var(--a-blue-500);
239
+ --a-text-action-on-action-subtle: var(--a-blue-600);
240
240
  --a-text-action-selected: var(--a-deepblue-500);
241
241
  --a-text-danger: var(--a-red-500);
242
242
  --a-text-visited: var(--a-purple-500);
package/dist/tokens.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Nov 2022 18:26:45 GMT
3
+ * Generated on Fri, 18 Nov 2022 12:57:06 GMT
4
4
  */
5
5
 
6
6
  export const AFontFamily : string;
@@ -161,7 +161,7 @@ export const ATextSubtle : string;
161
161
  export const ATextVisited : string;
162
162
  export const ATextDanger : string;
163
163
  export const ATextActionSelected : string;
164
- export const ATextActionHover : string;
164
+ export const ATextActionOnActionSubtle : string;
165
165
  export const ATextAction : string;
166
166
  export const ATextOnInverted : string;
167
167
  export const ATextOnNeutral : string;
package/dist/tokens.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 17 Nov 2022 18:26:45 GMT
3
+ * Generated on Fri, 18 Nov 2022 12:57:06 GMT
4
4
  */
5
5
 
6
6
  export const AFontFamily = "\"Source Sans Pro\", Arial, sans-serif";
@@ -161,7 +161,7 @@ export const ATextSubtle = "rgba(0, 0, 0, 0.56)";
161
161
  export const ATextVisited = "rgba(99, 70, 137, 1)";
162
162
  export const ATextDanger = "rgba(195, 0, 0, 1)";
163
163
  export const ATextActionSelected = "rgba(0, 91, 130, 1)";
164
- export const ATextActionHover = "rgba(0, 103, 197, 1)";
164
+ export const ATextActionOnActionSubtle = "rgba(0, 86, 180, 1)";
165
165
  export const ATextAction = "rgba(0, 103, 197, 1)";
166
166
  export const ATextOnInverted = "rgba(255, 255, 255, 1)";
167
167
  export const ATextOnNeutral = "rgba(255, 255, 255, 1)";
package/dist/tokens.less CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 17 Nov 2022 18:26:45 GMT
3
+ // Generated on Fri, 18 Nov 2022 12:57:06 GMT
4
4
 
5
5
  @a-font-family: "Source Sans Pro", Arial, sans-serif;
6
6
  @a-font-line-height-heading-2xlarge: 3.25rem;
@@ -160,7 +160,7 @@
160
160
  @a-text-visited: rgba(99, 70, 137, 1);
161
161
  @a-text-danger: rgba(195, 0, 0, 1);
162
162
  @a-text-action-selected: rgba(0, 91, 130, 1);
163
- @a-text-action-hover: rgba(0, 103, 197, 1);
163
+ @a-text-action-on-action-subtle: rgba(0, 86, 180, 1);
164
164
  @a-text-action: rgba(0, 103, 197, 1);
165
165
  @a-text-on-inverted: rgba(255, 255, 255, 1);
166
166
  @a-text-on-neutral: rgba(255, 255, 255, 1);
package/dist/tokens.scss CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 17 Nov 2022 18:26:45 GMT
3
+ // Generated on Fri, 18 Nov 2022 12:57:06 GMT
4
4
 
5
5
  $a-font-family: "Source Sans Pro", Arial, sans-serif;
6
6
  $a-font-line-height-heading-2xlarge: 3.25rem;
@@ -160,7 +160,7 @@ $a-text-subtle: rgba(0, 0, 0, 0.56);
160
160
  $a-text-visited: rgba(99, 70, 137, 1);
161
161
  $a-text-danger: rgba(195, 0, 0, 1);
162
162
  $a-text-action-selected: rgba(0, 91, 130, 1);
163
- $a-text-action-hover: rgba(0, 103, 197, 1);
163
+ $a-text-action-on-action-subtle: rgba(0, 86, 180, 1);
164
164
  $a-text-action: rgba(0, 103, 197, 1);
165
165
  $a-text-on-inverted: rgba(255, 255, 255, 1);
166
166
  $a-text-on-neutral: rgba(255, 255, 255, 1);
package/docs.json CHANGED
@@ -182,8 +182,11 @@
182
182
  { "name": "--a-text-visited", "value": "rgba(99, 70, 137, 1)" },
183
183
  { "name": "--a-text-danger", "value": "rgba(195, 0, 0, 1)" },
184
184
  { "name": "--a-text-action", "value": "rgba(0, 103, 197, 1)" },
185
- { "name": "--a-text-action-hover", "value": "rgba(0, 103, 197, 1)" },
186
185
  { "name": "--a-text-action-selected", "value": "rgba(0, 91, 130, 1)" },
186
+ {
187
+ "name": "--a-text-action-on-action-subtle",
188
+ "value": "rgba(0, 86, 180, 1)"
189
+ },
187
190
  { "name": "--a-text-on-inverted", "value": "rgba(255, 255, 255, 1)" },
188
191
  { "name": "--a-text-on-neutral", "value": "rgba(255, 255, 255, 1)" },
189
192
  { "name": "--a-text-on-action", "value": "rgba(255, 255, 255, 1)" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@navikt/ds-tokens",
3
- "version": "2.0.0-next.0",
3
+ "version": "2.0.0-next.1",
4
4
  "description": "Auto-generated design-tokens for NAV design-systems framework",
5
5
  "author": "NAV Designsystem team",
6
6
  "keywords": [
@@ -17,8 +17,12 @@
17
17
  "selected": {
18
18
  "value": "{a.deepblue.500.value}"
19
19
  },
20
- "hover": {
21
- "value": "{a.blue.500.value}"
20
+ "on": {
21
+ "action": {
22
+ "subtle": {
23
+ "value": "{a.blue.600.value}"
24
+ }
25
+ }
22
26
  },
23
27
  "@": {
24
28
  "value": "{a.blue.500.value}"