@utrecht/component-library-react 1.0.0-alpha.25 → 1.0.0-alpha.26

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
@@ -45,7 +45,7 @@ import { Document } from "@utrecht/component-library-react/Document";
45
45
  import { Heading1 } from "@utrecht/component-library-react/Heading1";
46
46
 
47
47
  // Package with CSS for white-label components
48
- import "@utrecht/component-library-css/dist/bem.css";
48
+ import "@utrecht/component-library-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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.25",
2
+ "version": "1.0.0-alpha.26",
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",
@@ -227,5 +227,5 @@
227
227
  "react": "^17.0.0",
228
228
  "react-dom": "^17.0.0"
229
229
  },
230
- "gitHead": "6eed49e0df817f613ce35fbe1ee0f0e7f3eb4552"
230
+ "gitHead": "bd089384485cb0158780cb7cef9267a1a4870237"
231
231
  }