@noya-app/noya-designsystem 0.1.65 → 0.1.66
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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +9 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[32mCJS[39m [1mdist/index.js [22m[32m565.24 KB[39m
|
|
11
11
|
[32mCJS[39m [1mdist/index.js.map [22m[32m1.05 MB[39m
|
|
12
|
-
[32mCJS[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m ⚡️ Build success in 240ms
|
|
13
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m539.93 KB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m1.04 MB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 328ms
|
|
16
16
|
DTS Build start
|
|
17
17
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
18
18
|
npx update-browserslist-db@latest
|
|
@@ -23,8 +23,8 @@ Browserslist: browsers data (caniuse-lite) is 6 months old. Please run:
|
|
|
23
23
|
|
|
24
24
|
Rebuilding...
|
|
25
25
|
|
|
26
|
-
Done in
|
|
26
|
+
Done in 1339ms.
|
|
27
27
|
|
|
28
|
-
DTS ⚡️ Build success in
|
|
28
|
+
DTS ⚡️ Build success in 18276ms
|
|
29
29
|
DTS dist/index.d.ts 115.36 KB
|
|
30
30
|
DTS dist/index.d.mts 115.36 KB
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noya-app/noya-designsystem",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.66",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@dnd-kit/core": "6.3.1",
|
|
24
24
|
"@dnd-kit/sortable": "10.0.0",
|
|
25
|
-
"@noya-app/noya-colorpicker": "0.1.
|
|
26
|
-
"@noya-app/noya-utils": "0.1.
|
|
27
|
-
"@noya-app/noya-geometry": "0.1.
|
|
25
|
+
"@noya-app/noya-colorpicker": "0.1.29",
|
|
26
|
+
"@noya-app/noya-utils": "0.1.8",
|
|
27
|
+
"@noya-app/noya-geometry": "0.1.15",
|
|
28
28
|
"@noya-app/noya-icons": "0.1.13",
|
|
29
29
|
"@noya-app/noya-keymap": "0.1.4",
|
|
30
30
|
"@noya-app/noya-tailwind-config": "0.1.7",
|