@utrecht/component-library-react 1.0.0-alpha.14 → 1.0.0-alpha.17

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
@@ -49,7 +49,7 @@ import "@utrecht/component-library-css/dist/bem.css";
49
49
 
50
50
  // Package with Utrecht design tokens for the white-label components
51
51
  // Substitute with your another theme for other organisations.
52
- import "@utrecht/design-tokens/dist/theme/index.css";
52
+ import "@utrecht/design-tokens/dist/index.css";
53
53
 
54
54
  export const MyPage = () => (
55
55
  // Class name to apply the design tokens from the theme
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.14",
2
+ "version": "1.0.0-alpha.17",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -221,5 +221,5 @@
221
221
  "react": "^17.0.0",
222
222
  "react-dom": "^17.0.0"
223
223
  },
224
- "gitHead": "3f461a33b1d12db8ec72a1cfdde003e13f62f27a"
224
+ "gitHead": "6cdfa3731ad2ef4e2e43add8c193d9f311e045c8"
225
225
  }