@navikt/ds-tokens 5.12.4 → 5.13.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 -1
- package/dist/tokens.css +2 -1
- package/dist/tokens.d.ts +2 -1
- package/dist/tokens.js +2 -1
- package/dist/tokens.less +2 -1
- package/dist/tokens.scss +2 -1
- package/docs.json +1 -0
- package/package.json +1 -1
- package/src/index.js +5 -0
package/dist/tokens-cjs.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 11 Jan 2024 11:22:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -13,6 +13,7 @@ module.exports = {
|
|
|
13
13
|
"ABreakpointLgDown": "1023px",
|
|
14
14
|
"ABreakpointXl": "1280px",
|
|
15
15
|
"ABreakpointXlDown": "1279px",
|
|
16
|
+
"ATextWidthMax": "576px",
|
|
16
17
|
"AFontFamily": "'Source Sans Pro', Arial, sans-serif",
|
|
17
18
|
"AFontLineHeightHeading2xlarge": "3.25rem",
|
|
18
19
|
"AFontLineHeightHeadingXlarge": "2.5rem",
|
package/dist/tokens.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 11 Jan 2024 11:22:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root, :host {
|
|
@@ -164,6 +164,7 @@
|
|
|
164
164
|
--a-font-line-height-heading-xlarge: 2.5rem;
|
|
165
165
|
--a-font-line-height-heading-2xlarge: 3.25rem;
|
|
166
166
|
--a-font-family: 'Source Sans Pro', Arial, sans-serif;
|
|
167
|
+
--a-text-width-max: 576px;
|
|
167
168
|
--a-breakpoint-xl-down: 1279px;
|
|
168
169
|
--a-breakpoint-xl: 1280px;
|
|
169
170
|
--a-breakpoint-lg-down: 1023px;
|
package/dist/tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 11 Jan 2024 11:22:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const ABreakpointXs : "0";
|
|
@@ -12,6 +12,7 @@ export const ABreakpointLg : "1024px";
|
|
|
12
12
|
export const ABreakpointLgDown : "1023px";
|
|
13
13
|
export const ABreakpointXl : "1280px";
|
|
14
14
|
export const ABreakpointXlDown : "1279px";
|
|
15
|
+
export const ATextWidthMax : "576px";
|
|
15
16
|
export const AFontFamily : "'Source Sans Pro', Arial, sans-serif";
|
|
16
17
|
export const AFontLineHeightHeading2xlarge : "3.25rem";
|
|
17
18
|
export const AFontLineHeightHeadingXlarge : "2.5rem";
|
package/dist/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 11 Jan 2024 11:22:26 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const ABreakpointXs = "0";
|
|
@@ -12,6 +12,7 @@ export const ABreakpointLg = "1024px";
|
|
|
12
12
|
export const ABreakpointLgDown = "1023px";
|
|
13
13
|
export const ABreakpointXl = "1280px";
|
|
14
14
|
export const ABreakpointXlDown = "1279px";
|
|
15
|
+
export const ATextWidthMax = "576px";
|
|
15
16
|
export const AFontFamily = "'Source Sans Pro', Arial, sans-serif";
|
|
16
17
|
export const AFontLineHeightHeading2xlarge = "3.25rem";
|
|
17
18
|
export const AFontLineHeightHeadingXlarge = "2.5rem";
|
package/dist/tokens.less
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 11 Jan 2024 11:22:26 GMT
|
|
4
4
|
|
|
5
5
|
@a-breakpoint-xs: 0;
|
|
6
6
|
@a-breakpoint-sm: 480px;
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
@a-breakpoint-lg-down: 1023px;
|
|
12
12
|
@a-breakpoint-xl: 1280px;
|
|
13
13
|
@a-breakpoint-xl-down: 1279px;
|
|
14
|
+
@a-text-width-max: 576px;
|
|
14
15
|
@a-font-family: 'Source Sans Pro', Arial, sans-serif;
|
|
15
16
|
@a-font-line-height-heading-2xlarge: 3.25rem;
|
|
16
17
|
@a-font-line-height-heading-xlarge: 2.5rem;
|
package/dist/tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 11 Jan 2024 11:22:26 GMT
|
|
4
4
|
|
|
5
5
|
$a-breakpoint-xs: 0;
|
|
6
6
|
$a-breakpoint-sm: 480px;
|
|
@@ -11,6 +11,7 @@ $a-breakpoint-lg: 1024px;
|
|
|
11
11
|
$a-breakpoint-lg-down: 1023px;
|
|
12
12
|
$a-breakpoint-xl: 1280px;
|
|
13
13
|
$a-breakpoint-xl-down: 1279px;
|
|
14
|
+
$a-text-width-max: 576px;
|
|
14
15
|
$a-font-family: 'Source Sans Pro', Arial, sans-serif;
|
|
15
16
|
$a-font-line-height-heading-2xlarge: 3.25rem;
|
|
16
17
|
$a-font-line-height-heading-xlarge: 2.5rem;
|
package/docs.json
CHANGED
package/package.json
CHANGED
package/src/index.js
CHANGED