@datawire-ai/busyfile-design-library 1.18.0 → 1.19.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 -1
- package/dist/index.js +850 -812
- package/dist/index.umd.cjs +15 -15
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -755,6 +755,7 @@ export default function Example() {
|
|
|
755
755
|
}
|
|
756
756
|
```
|
|
757
757
|
|
|
758
|
+
## Props
|
|
758
759
|
|
|
759
760
|
| Prop | Type | Default | Description |
|
|
760
761
|
| -------------- | ------------------------------------------------ | ----------- | ---------------------------------- |
|
|
@@ -836,4 +837,3 @@ pnpm build-storybook
|
|
|
836
837
|
````
|
|
837
838
|
|
|
838
839
|
Made with ❤️ by the BusyFile team
|
|
839
|
-
```
|