@navikt/ds-tokens 6.16.3 → 7.0.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 +1 -1
- package/dist/tokens.css +2 -2
- package/dist/tokens.d.ts +1 -1
- package/dist/tokens.js +1 -1
- package/dist/tokens.less +1 -1
- package/dist/tokens.scss +1 -1
- package/package.json +1 -1
package/dist/tokens-cjs.js
CHANGED
package/dist/tokens.css
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 13 Sep 2024 12:04:59 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root, :host {
|
|
7
|
-
--a-version: "
|
|
7
|
+
--a-version: "7.0.0";
|
|
8
8
|
--a-spacing-1-alt: 0.375rem;
|
|
9
9
|
--a-spacing-05: 0.125rem;
|
|
10
10
|
--a-spacing-32: 8rem;
|
package/dist/tokens.d.ts
CHANGED
package/dist/tokens.js
CHANGED
package/dist/tokens.less
CHANGED
package/dist/tokens.scss
CHANGED