dibk-design 9.4.0 → 10.1.0
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 -2
- package/dist/dibk-design.css +1 -1
- package/dist/index.cjs.js +4 -15
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +99 -11
- package/dist/index.es.js +1863 -2794
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -15
- package/dist/index.umd.js.map +1 -1
- package/package.json +25 -24
package/README.md
CHANGED
|
@@ -41,12 +41,11 @@ Builds the Storybook as a static web application. The output is saved to the `/s
|
|
|
41
41
|
pnpm run build-storybook
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
-
## Use with Next.js
|
|
44
|
+
## Use with Next.js
|
|
45
45
|
|
|
46
46
|
1. Import `dibk-design.css` file in your `globals.css`
|
|
47
47
|
|
|
48
48
|
```css
|
|
49
|
-
@import 'tailwindcss';
|
|
50
49
|
@import './node_modules/dibk-design/dist/dibk-design.css';
|
|
51
50
|
```
|
|
52
51
|
|