@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 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 an atomic CSS engine, powered by UnoCSS_
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.org/ui](https://stacksjs.org/ui).
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
- - [Vue](https://vuejs.org)
57
- - [UnoCSS](https://github.com/unocss/unocss)
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