@arbeidstilsynet/design-css 0.1.0 → 0.1.1

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # @arbeidstilsynet/design-css
2
2
 
3
- This package wraps [@digdir/designsystemet-css](https://www.npmjs.com/package/@digdir/designsystemet-css)
3
+ This package wraps [@digdir/designsystemet-css](https://www.npmjs.com/package/@digdir/designsystemet-css) and adds CSS for additional components based on [designsystemet.no](https://www.designsystemet.no).
4
+
5
+ Our additional components use the [@layer](https://developer.mozilla.org/en-US/docs/Web/CSS/@layer) `at.components`. Base components still use layers prefixed with `ds`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arbeidstilsynet/design-css",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CSS for Designsystemet",
5
5
  "author": "Arbeidstilsynet",
6
6
  "repository": {