@cloudwick/astral-ui-cli 0.3.0 → 0.4.0
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 +22 -1
- package/dist/index.js +55 -23
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/templates/css/utilities.css +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudwick/astral-ui-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "CLI for installing Astral UI components in any codebase",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -60,4 +60,4 @@
|
|
|
60
60
|
"engines": {
|
|
61
61
|
"node": ">=18.0.0"
|
|
62
62
|
}
|
|
63
|
-
}
|
|
63
|
+
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/* This file is auto-generated. Do not edit directly. */
|
|
2
|
-
/* It is updated whenever the component library is built. */
|
|
3
|
-
|
|
4
|
-
/* Custom utility classes for Astral UI */
|
|
5
|
-
|
|
6
|
-
@layer utilities {
|
|
7
|
-
.bgStripesPattern {
|
|
8
|
-
background-size: 0.5rem 0.5rem;
|
|
9
|
-
background-image:
|
|
10
|
-
linear-gradient(
|
|
11
|
-
45deg,
|
|
12
|
-
rgba(255 255 255 15%) 25%,
|
|
13
|
-
transparent 25%,
|
|
14
|
-
transparent 50%,
|
|
15
|
-
rgba(255 255 255 15%) 50%,
|
|
16
|
-
rgba(255 255 255 15%) 75%,
|
|
17
|
-
transparent 75%,
|
|
18
|
-
transparent
|
|
19
|
-
);
|
|
20
|
-
}
|
|
21
|
-
}
|