@utrecht/design-tokens 1.0.0-alpha.607 → 1.0.0-alpha.609
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/_mixin-theme.scss +1 -1
- package/dist/_variables.scss +1 -1
- package/dist/dark/_mixin-theme.scss +1 -1
- package/dist/dark/index.css +1 -1
- package/dist/dark/root.css +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/root.css +1 -1
- package/dist/theme.css +1 -1
- package/dist/tokens.cjs +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/variables.less +1 -1
- package/package.json +2 -2
package/dist/_mixin-theme.scss
CHANGED
package/dist/_variables.scss
CHANGED
package/dist/dark/index.css
CHANGED
package/dist/dark/root.css
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.css
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
7
7
|
* Do not edit directly
|
|
8
|
-
* Generated on
|
|
8
|
+
* Generated on Mon, 11 Dec 2023 15:19:41 GMT
|
|
9
9
|
*/
|
|
10
10
|
/**
|
|
11
11
|
* Do not edit directly
|
|
12
|
-
* Generated on
|
|
12
|
+
* Generated on Mon, 11 Dec 2023 15:19:43 GMT
|
|
13
13
|
*/
|
|
14
14
|
/**
|
|
15
15
|
* @license SEE LICENSE.md
|
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
package/dist/root.css
CHANGED
package/dist/theme.css
CHANGED
package/dist/tokens.cjs
CHANGED
package/dist/tokens.d.ts
CHANGED
package/dist/variables.less
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.609",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Design Tokens for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "SEE LICENSE IN ../LICENSE.md",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"watch": "npm-run-all --parallel watch:**",
|
|
41
41
|
"watch:style-dictionary": "chokidar --follow-symlinks --initial --command 'npm run build' 'src/**/*.tokens.json' '../../components/**/*.tokens.json'"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "6c21e1dc38bc887ee2351350f95047e897c766d5"
|
|
44
44
|
}
|