auxalia-ui-kit 1.0.1 → 1.0.3
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/dist/styles.css +4 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
@import 'tailwindcss/preflight';
|
|
9
9
|
@import 'tailwindcss/utilities';
|
|
10
10
|
|
|
11
|
+
/* Safelist: explicitly define custom token utilities so they are always
|
|
12
|
+
present for consumers without requiring node_modules scanning. */
|
|
13
|
+
@source inline("{bg,text}-{popover,card,hero,surface,primary,secondary,muted,primary-foreground,secondary-foreground,accent-foreground,destructive-foreground,surface-foreground}");
|
|
14
|
+
|
|
11
15
|
@layer base {
|
|
12
16
|
button {
|
|
13
17
|
@apply transition-all duration-300 ease-in-out;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "auxalia-ui-kit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "A React component library built with Radix UI and Tailwind CSS, designed to provide accessible and customizable UI components for modern web applications.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"author": {
|