@utrecht/web-component-library-stencil 1.0.0-alpha.375 → 1.0.0-alpha.377

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.375",
2
+ "version": "1.0.0-alpha.377",
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.337",
36
- "@utrecht/icon": "1.0.0-alpha.264",
35
+ "@utrecht/components": "1.0.0-alpha.339",
36
+ "@utrecht/icon": "1.0.0-alpha.266",
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": "738ac2a8e6a9d7c5f20543033c38791c97d99935"
63
+ "gitHead": "d49b12f313745d5a99b9ef2c09ae777b544a2c6d"
64
64
  }