@navikt/ds-tokens 6.13.0 → 6.15.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/dist/tokens-cjs.js +2 -2
- package/dist/tokens.css +3 -3
- package/dist/tokens.d.ts +2 -2
- package/dist/tokens.js +2 -2
- package/dist/tokens.less +2 -2
- package/dist/tokens.scss +2 -2
- package/docs.json +1 -1
- package/package.json +1 -1
- package/src/index.js +3 -1
package/dist/tokens-cjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 09 Aug 2024 07:54:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -16,7 +16,7 @@ module.exports = {
|
|
|
16
16
|
"ABreakpoint2xl": "1440px",
|
|
17
17
|
"ABreakpoint2xlDown": "1439px",
|
|
18
18
|
"ATextWidthMax": "576px",
|
|
19
|
-
"AFontFamily": "'Source Sans Pro', Arial, sans-serif",
|
|
19
|
+
"AFontFamily": "'Source Sans 3', 'Source Sans Pro', Arial, sans-serif",
|
|
20
20
|
"AFontLineHeightHeading2xlarge": "3.25rem",
|
|
21
21
|
"AFontLineHeightHeadingXlarge": "2.5rem",
|
|
22
22
|
"AFontLineHeightHeadingLarge": "2.25rem",
|
package/dist/tokens.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 09 Aug 2024 07:54:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root, :host {
|
|
7
|
-
--a-version: "6.
|
|
7
|
+
--a-version: "6.15.0";
|
|
8
8
|
--a-spacing-1-alt: 0.375rem;
|
|
9
9
|
--a-spacing-05: 0.125rem;
|
|
10
10
|
--a-spacing-32: 8rem;
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
--a-font-line-height-heading-large: 2.25rem;
|
|
164
164
|
--a-font-line-height-heading-xlarge: 2.5rem;
|
|
165
165
|
--a-font-line-height-heading-2xlarge: 3.25rem;
|
|
166
|
-
--a-font-family: 'Source Sans Pro', Arial, sans-serif;
|
|
166
|
+
--a-font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
|
|
167
167
|
--a-text-width-max: 576px;
|
|
168
168
|
--a-breakpoint-2xl-down: 1439px;
|
|
169
169
|
--a-breakpoint-2xl: 1440px;
|
package/dist/tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 09 Aug 2024 07:54:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const ABreakpointXs : "0";
|
|
@@ -15,7 +15,7 @@ export const ABreakpointXlDown : "1279px";
|
|
|
15
15
|
export const ABreakpoint2xl : "1440px";
|
|
16
16
|
export const ABreakpoint2xlDown : "1439px";
|
|
17
17
|
export const ATextWidthMax : "576px";
|
|
18
|
-
export const AFontFamily : "'Source Sans Pro', Arial, sans-serif";
|
|
18
|
+
export const AFontFamily : "'Source Sans 3', 'Source Sans Pro', Arial, sans-serif";
|
|
19
19
|
export const AFontLineHeightHeading2xlarge : "3.25rem";
|
|
20
20
|
export const AFontLineHeightHeadingXlarge : "2.5rem";
|
|
21
21
|
export const AFontLineHeightHeadingLarge : "2.25rem";
|
package/dist/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Fri,
|
|
3
|
+
* Generated on Fri, 09 Aug 2024 07:54:46 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const ABreakpointXs = "0";
|
|
@@ -15,7 +15,7 @@ export const ABreakpointXlDown = "1279px";
|
|
|
15
15
|
export const ABreakpoint2xl = "1440px";
|
|
16
16
|
export const ABreakpoint2xlDown = "1439px";
|
|
17
17
|
export const ATextWidthMax = "576px";
|
|
18
|
-
export const AFontFamily = "'Source Sans Pro', Arial, sans-serif";
|
|
18
|
+
export const AFontFamily = "'Source Sans 3', 'Source Sans Pro', Arial, sans-serif";
|
|
19
19
|
export const AFontLineHeightHeading2xlarge = "3.25rem";
|
|
20
20
|
export const AFontLineHeightHeadingXlarge = "2.5rem";
|
|
21
21
|
export const AFontLineHeightHeadingLarge = "2.25rem";
|
package/dist/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Fri,
|
|
3
|
+
// Generated on Fri, 09 Aug 2024 07:54:46 GMT
|
|
4
4
|
|
|
5
5
|
@a-breakpoint-xs: 0;
|
|
6
6
|
@a-breakpoint-sm: 480px;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
@a-breakpoint-2xl: 1440px;
|
|
15
15
|
@a-breakpoint-2xl-down: 1439px;
|
|
16
16
|
@a-text-width-max: 576px;
|
|
17
|
-
@a-font-family: 'Source Sans Pro', Arial, sans-serif;
|
|
17
|
+
@a-font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
|
|
18
18
|
@a-font-line-height-heading-2xlarge: 3.25rem;
|
|
19
19
|
@a-font-line-height-heading-xlarge: 2.5rem;
|
|
20
20
|
@a-font-line-height-heading-large: 2.25rem;
|
package/dist/tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on Fri,
|
|
3
|
+
// Generated on Fri, 09 Aug 2024 07:54:46 GMT
|
|
4
4
|
|
|
5
5
|
$a-breakpoint-xs: 0;
|
|
6
6
|
$a-breakpoint-sm: 480px;
|
|
@@ -14,7 +14,7 @@ $a-breakpoint-xl-down: 1279px;
|
|
|
14
14
|
$a-breakpoint-2xl: 1440px;
|
|
15
15
|
$a-breakpoint-2xl-down: 1439px;
|
|
16
16
|
$a-text-width-max: 576px;
|
|
17
|
-
$a-font-family: 'Source Sans Pro', Arial, sans-serif;
|
|
17
|
+
$a-font-family: 'Source Sans 3', 'Source Sans Pro', Arial, sans-serif;
|
|
18
18
|
$a-font-line-height-heading-2xlarge: 3.25rem;
|
|
19
19
|
$a-font-line-height-heading-xlarge: 2.5rem;
|
|
20
20
|
$a-font-line-height-heading-large: 2.25rem;
|
package/docs.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"font": [
|
|
57
57
|
{
|
|
58
58
|
"name": "--a-font-family",
|
|
59
|
-
"value": "'Source Sans Pro', Arial, sans-serif"
|
|
59
|
+
"value": "'Source Sans 3', 'Source Sans Pro', Arial, sans-serif"
|
|
60
60
|
},
|
|
61
61
|
{ "name": "--a-font-weight-regular", "value": "400" },
|
|
62
62
|
{ "name": "--a-font-weight-bold", "value": "600" },
|
package/package.json
CHANGED
package/src/index.js
CHANGED