ada-ui 0.0.0-20240120120530 → 0.0.0-20240120121409
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/CHANGELOG.md +6 -0
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ada-ui",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20240120121409",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "concurrently -n scss,serve 'sass scss:css --watch' 'alive-server .'",
|
|
6
6
|
"build": "rm -rf css && sass scss:css -s compressed --no-source-map",
|
|
7
7
|
"cs": "changeset",
|
|
8
|
-
"snapshot": "npm run build && changeset version --snapshot $1 && changeset publish --tag
|
|
8
|
+
"snapshot": "npm run build && changeset version --snapshot $1 && changeset publish --no-git-tag --snapshot",
|
|
9
9
|
"release": "npm run build && changeset publish"
|
|
10
10
|
},
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"exports": {
|
|
13
13
|
".": "./css/ada.css",
|
|
14
|
+
"./blue": "./css/ada.blue.css",
|
|
15
|
+
"./green": "./css/ada.green.css",
|
|
14
16
|
"./tailwind-config": "./tailwind.config.js"
|
|
15
17
|
},
|
|
16
18
|
"repository": {
|