@utrecht/web-component-library-vue 1.0.0-alpha.150 → 1.0.0-alpha.151

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -50,7 +50,7 @@ For example, in your `App.vue`:
50
50
  Since the implementation of the web components needs to be loaded in the browser, include the following effect to import web component library from `@utrecht/web-component-library-stencil`, for example in your `main.js`:
51
51
 
52
52
  ```js
53
- import "@utrecht/design-tokens/dist/theme/index.css";
53
+ import "@utrecht/design-tokens/dist/index.css";
54
54
  import { defineCustomElements } from "@utrecht/web-component-library-stencil";
55
55
 
56
56
  createApp(App).use(router).mount("#app");
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.150",
2
+ "version": "1.0.0-alpha.151",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Vue.js web components for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -28,10 +28,10 @@
28
28
  "dist/"
29
29
  ],
30
30
  "devDependencies": {
31
- "@utrecht/web-component-library-stencil": "1.0.0-alpha.204",
31
+ "@utrecht/web-component-library-stencil": "1.0.0-alpha.205",
32
32
  "rimraf": "3.0.2",
33
33
  "typescript": "4.1.6 <4.2",
34
34
  "vue": "3.2.33"
35
35
  },
36
- "gitHead": "3f461a33b1d12db8ec72a1cfdde003e13f62f27a"
36
+ "gitHead": "b09d3a345faa79da722d71e8675ea290285c6575"
37
37
  }