@moldea.ai/website-ui 1.1.2 → 1.1.4
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/package.json +1 -1
- package/src/styles.css +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ The package owns the reusable design tokens, global website primitives, interact
|
|
|
7
7
|
## Install after release
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
pnpm add @moldea.ai/website-ui@1.1.
|
|
10
|
+
pnpm add @moldea.ai/website-ui@1.1.4
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
The package currently supports Astro `7.2.2` and Tailwind CSS `4.3.3` exactly. Import the shared stylesheet once from the website's global stylesheet:
|
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.action-control {
|
|
85
|
-
@apply inline-flex shrink-0 items-center justify-center rounded-lg border bg-clip-padding text-sm font-medium whitespace-nowrap transition-
|
|
85
|
+
@apply inline-flex shrink-0 items-center justify-center rounded-lg border bg-clip-padding text-sm font-medium whitespace-nowrap transition-[border-color,box-shadow,translate] outline-none select-none focus-visible:border-transparent! focus-visible:shadow-none focus-visible:ring-2 focus-visible:ring-foreground focus-visible:ring-offset-2 focus-visible:ring-offset-background not-disabled:not-aria-disabled:active:not-aria-[haspopup]:translate-y-px disabled:cursor-not-allowed disabled:opacity-50 aria-disabled:cursor-not-allowed aria-disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 motion-reduce:transition-none dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.action-primary {
|