@utrecht/web-component-library-stencil 1.0.0-alpha.374 → 1.0.0-alpha.376
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.
|
@@ -102,6 +102,11 @@
|
|
|
102
102
|
* @license EUPL-1.2
|
|
103
103
|
* Copyright (c) 2021 Robbert Broersma
|
|
104
104
|
*/
|
|
105
|
+
/**
|
|
106
|
+
* @license EUPL-1.2
|
|
107
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
108
|
+
*/
|
|
109
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
105
110
|
/**
|
|
106
111
|
* @license EUPL-1.2
|
|
107
112
|
* Copyright (c) 2021 Robbert Broersma
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.376",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@stencil/sass": "1.5.2",
|
|
33
33
|
"@stencil/vue-output-target": "0.6.2",
|
|
34
34
|
"@types/jest": "29.0.0",
|
|
35
|
-
"@utrecht/components": "1.0.0-alpha.
|
|
36
|
-
"@utrecht/icon": "1.0.0-alpha.
|
|
35
|
+
"@utrecht/components": "1.0.0-alpha.338",
|
|
36
|
+
"@utrecht/icon": "1.0.0-alpha.265",
|
|
37
37
|
"chokidar-cli": "3.0.0",
|
|
38
38
|
"clsx": "1.2.1",
|
|
39
39
|
"node-sass-package-importer": "5.3.2",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"watch:build": "stencil build --watch",
|
|
61
61
|
"generate": "stencil generate"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "ebec2bd51149743cc576ff17c87feb7b68b1fddb"
|
|
64
64
|
}
|