@amsterdam/design-system-react 0.13.1 → 0.14.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.
- package/README.md +1 -1
- package/dist/index.cjs.js +2371 -2033
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1180 -851
- package/dist/index.esm.js +2372 -2035
- package/dist/index.esm.js.map +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ Import the stylesheets for the fonts, tokens, and components.
|
|
|
32
32
|
Then import and use the components in your JSX.
|
|
33
33
|
|
|
34
34
|
<!-- prettier-ignore -->
|
|
35
|
-
```
|
|
35
|
+
```tsx
|
|
36
36
|
import "@amsterdam/design-system-assets/font/index.css"
|
|
37
37
|
import "@amsterdam/design-system-css/dist/index.css"
|
|
38
38
|
import "@amsterdam/design-system-tokens/dist/index.css"
|