@utrecht/web-component-library-stencil 1.0.0-alpha.204 → 1.0.0-alpha.205

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 +2 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ Combine it with the latest Web Components (for convenience you can use the unpkg
24
24
  Then you can go ahead and see the result:
25
25
 
26
26
  ```html
27
- <utrecht-html-content>
27
+ <utrecht-html-content class="utrecht-theme">
28
28
  <h1>Page styled with NL Design System</h1>
29
29
  </utrecht-html-content>
30
30
  ```
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.204",
2
+ "version": "1.0.0-alpha.205",
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",
@@ -55,5 +55,5 @@
55
55
  "watch:stencil": "chokidar --follow-symlinks --initial --command \"npm run build:stencil\" \"../../components/**/*.(js|jsx|ts|tsx)\"",
56
56
  "generate": "stencil generate"
57
57
  },
58
- "gitHead": "3f461a33b1d12db8ec72a1cfdde003e13f62f27a"
58
+ "gitHead": "b09d3a345faa79da722d71e8675ea290285c6575"
59
59
  }