@stacksjs/ui 0.70.23 → 0.70.25
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 +4 -5
- package/dist/index.js +1 -736
- package/dist/src/index.d.ts +3 -0
- package/package.json +10 -27
- package/src/components/disclosure.ts +1 -1
- package/src/components/menu.ts +1 -1
- package/src/components/modal.ts +1 -1
- package/src/components/popover.ts +1 -1
- package/src/components/radio-group.ts +1 -1
- package/src/components/select.ts +1 -1
- package/src/components/tabs.ts +1 -1
- package/src/components/toggle.ts +1 -1
- package/src/components/transition.ts +1 -1
- package/src/index.ts +2 -6
- package/dist/components.d.ts +0 -10
- package/dist/disclosure.d.ts +0 -5
- package/dist/index.d.ts +0 -6
- package/dist/menu.d.ts +0 -1
- package/dist/modal.d.ts +0 -6
- package/dist/popover.d.ts +0 -1
- package/dist/radio-group.d.ts +0 -5
- package/dist/select.d.ts +0 -6
- package/dist/tabs.d.ts +0 -1
- package/dist/toggle.d.ts +0 -1
- package/dist/transition.d.ts +0 -1
- package/dist/uno.config.d.ts +0 -3
- package/src/uno.config.ts +0 -94
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ This package contains the Stacks UI engine.
|
|
|
5
5
|
## ☘️ Features
|
|
6
6
|
|
|
7
7
|
- 🍀 **Vue-powered** _extendable & native access to the ecosystem_
|
|
8
|
-
- 🎨 **Style with ease** _via
|
|
8
|
+
- 🎨 **Style with ease** _via a blazingly fast utility-first CSS framework, powered by Headwind_
|
|
9
9
|
- 🍍 **Simple data storage** _accessed via an intuitive API_
|
|
10
10
|
- Written in modern ESM/TypeScript
|
|
11
11
|
|
|
@@ -23,7 +23,7 @@ import ui from '@stacksjs/ui'
|
|
|
23
23
|
// wip
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
To view the full documentation, please visit [https://stacksjs.
|
|
26
|
+
To view the full documentation, please visit [<https://stacksjs.com/u>i](https://stacksjs.com/ui).
|
|
27
27
|
|
|
28
28
|
## 🧪 Testing
|
|
29
29
|
|
|
@@ -53,9 +53,8 @@ For casual chit-chat with others using this package:
|
|
|
53
53
|
|
|
54
54
|
Many thanks to the following core technologies & people who have contributed to this package:
|
|
55
55
|
|
|
56
|
-
- [
|
|
57
|
-
- [
|
|
58
|
-
- [Pinia](https://pinia.vuejs.org)
|
|
56
|
+
- [STX](https://github.com/stacksjs/stx)
|
|
57
|
+
- [Crosswind](https://github.com/cwcss/crosswind)
|
|
59
58
|
- [Chris Breuer](https://github.com/chrisbbreuer)
|
|
60
59
|
- [All Contributors](../../contributors)
|
|
61
60
|
|