@use-stall/ui 0.0.7 → 0.0.8
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 +8 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,4 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
## A collection of UI components based on Shadcnui
|
|
4
4
|
|
|
5
|
-
A component library for Stall ecosystem based on shadcnui, coss ui, align ui
|
|
5
|
+
A component library for Stall ecosystem based on shadcnui, coss ui, align ui
|
|
6
|
+
|
|
7
|
+
### Installation
|
|
8
|
+
``` bun install @use-stall/ui ```
|
|
9
|
+
|
|
10
|
+
Make sure to add the followingline if you are using Tailiwndcss v4
|
|
11
|
+
|
|
12
|
+
``` @source '../node_modules/@use-stall/ui/dist'; ```
|
package/dist/index.js
CHANGED
|
@@ -1625,8 +1625,8 @@ var ButtonRoot = React12.forwardRef(
|
|
|
1625
1625
|
"div",
|
|
1626
1626
|
{
|
|
1627
1627
|
className: cn(
|
|
1628
|
-
`size-4 shrink-0 rounded-full border-2 border-
|
|
1629
|
-
border-l-
|
|
1628
|
+
`size-4 shrink-0 rounded-full border-2 border-white/30
|
|
1629
|
+
border-l-white animate-spin`,
|
|
1630
1630
|
{
|
|
1631
1631
|
"border-primary/30 border-l-primary": ![
|
|
1632
1632
|
"primary",
|
package/dist/index.mjs
CHANGED
|
@@ -1402,8 +1402,8 @@ var ButtonRoot = React12.forwardRef(
|
|
|
1402
1402
|
"div",
|
|
1403
1403
|
{
|
|
1404
1404
|
className: cn(
|
|
1405
|
-
`size-4 shrink-0 rounded-full border-2 border-
|
|
1406
|
-
border-l-
|
|
1405
|
+
`size-4 shrink-0 rounded-full border-2 border-white/30
|
|
1406
|
+
border-l-white animate-spin`,
|
|
1407
1407
|
{
|
|
1408
1408
|
"border-primary/30 border-l-primary": ![
|
|
1409
1409
|
"primary",
|