@open-ui-kit/core 1.1.2 → 1.2.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 +3 -3
- package/index.cjs.js +1 -1
- package/index.cjs.js.map +1 -1
- package/index.d.ts +62 -2
- package/index.esm.js +1 -1
- package/index.esm.js.map +1 -1
- package/index.umd.js +1 -1
- package/index.umd.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -257,7 +257,7 @@ The library includes 50+ components organized into the following categories:
|
|
|
257
257
|
**🔍 Specialized**
|
|
258
258
|
- `Search Field`, `Autocomplete Tree`, `Date Time`, `Copy Button`, `Filters`
|
|
259
259
|
|
|
260
|
-
> **💡 Tip**: All components are fully documented with interactive examples in our [Storybook](https://main--
|
|
260
|
+
> **💡 Tip**: All components are fully documented with interactive examples in our [Storybook](https://main--68cc22452afe30d90e4ca977.chromatic.com).
|
|
261
261
|
|
|
262
262
|
## 📖 Documentation
|
|
263
263
|
|
|
@@ -269,7 +269,7 @@ We use **Storybook** for comprehensive component documentation with live example
|
|
|
269
269
|
yarn storybook
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
🌐 **[View Live Documentation](https://main--
|
|
272
|
+
🌐 **[View Live Documentation](https://main--68cc22452afe30d90e4ca977.chromatic.com)**
|
|
273
273
|
|
|
274
274
|
### What you'll find in Storybook:
|
|
275
275
|
- 📖 **Component API docs** - Props, types, and usage examples
|
|
@@ -386,6 +386,6 @@ This project is licensed under the Apache License 2.0 - see the [LICENSE](../../
|
|
|
386
386
|
|
|
387
387
|
<br/>
|
|
388
388
|
|
|
389
|
-
[📚 Documentation](https://main--
|
|
389
|
+
[📚 Documentation](https://main--68cc22452afe30d90e4ca977.chromatic.com) • [🐛 Report Issues](https://github.com/outshift-open/open-ui-kit/issues) • [💬 Discussions](https://github.com/outshift-open/open-ui-kit/discussions)
|
|
390
390
|
|
|
391
391
|
</div>
|