@noya-app/noya-designsystem 0.1.75 → 0.1.76
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 +7 -7
- package/CHANGELOG.md +6 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -8,23 +8,23 @@
|
|
|
8
8
|
[34mCJS[39m Build start
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
DTS Build start
|
|
11
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m567.49 KB[39m
|
|
12
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m1.10 MB[39m
|
|
13
|
-
[32mESM[39m ⚡️ Build success in 537ms
|
|
14
11
|
[32mCJS[39m [1mdist/index.js [22m[32m594.03 KB[39m
|
|
15
12
|
[32mCJS[39m [1mdist/index.js.map [22m[32m1.10 MB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 317ms
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m567.49 KB[39m
|
|
15
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m1.10 MB[39m
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 339ms
|
|
17
17
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
18
18
|
npx update-browserslist-db@latest
|
|
19
19
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
20
|
-
Browserslist: browsers data (caniuse-lite) is
|
|
20
|
+
Browserslist: browsers data (caniuse-lite) is 8 months old. Please run:
|
|
21
21
|
npx update-browserslist-db@latest
|
|
22
22
|
Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
23
23
|
|
|
24
24
|
Rebuilding...
|
|
25
25
|
|
|
26
|
-
Done in
|
|
26
|
+
Done in 1687ms.
|
|
27
27
|
|
|
28
|
-
DTS ⚡️ Build success in
|
|
28
|
+
DTS ⚡️ Build success in 6764ms
|
|
29
29
|
DTS dist/index.d.ts 122.15 KB
|
|
30
30
|
DTS dist/index.d.mts 122.15 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.76",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@base-ui-components/react": "1.0.0-beta.4",
|
|
24
24
|
"@dnd-kit/core": "6.3.1",
|
|
25
25
|
"@dnd-kit/sortable": "10.0.0",
|
|
26
|
-
"@noya-app/noya-colorpicker": "0.1.
|
|
26
|
+
"@noya-app/noya-colorpicker": "0.1.32",
|
|
27
27
|
"@noya-app/noya-utils": "0.1.9",
|
|
28
28
|
"@noya-app/noya-geometry": "0.1.16",
|
|
29
29
|
"@noya-app/noya-icons": "0.1.16",
|