@noya-app/noya-designsystem 0.1.32 → 0.1.34
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 +13 -0
- package/dist/index.js +19003 -3071
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +19430 -3345
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
[34mESM[39m Build start
|
|
10
10
|
[32mESM[39m [1mdist/index.mjs [22m[32m623.22 KB[39m
|
|
11
11
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m1.04 MB[39m
|
|
12
|
-
[32mESM[39m ⚡️ Build success in
|
|
12
|
+
[32mESM[39m ⚡️ Build success in 156ms
|
|
13
13
|
[32mCJS[39m [1mdist/index.js [22m[32m637.06 KB[39m
|
|
14
14
|
[32mCJS[39m [1mdist/index.js.map [22m[32m1.04 MB[39m
|
|
15
|
-
[32mCJS[39m ⚡️ Build success in
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 158ms
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
17
|
Browserslist: caniuse-lite is outdated. Please run:
|
|
18
18
|
npx update-browserslist-db@latest
|
|
@@ -20,7 +20,7 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
20
20
|
|
|
21
21
|
Rebuilding...
|
|
22
22
|
|
|
23
|
-
Done in
|
|
23
|
+
Done in 394ms.
|
|
24
24
|
|
|
25
|
-
[32mDTS[39m ⚡️ Build success in
|
|
25
|
+
[32mDTS[39m ⚡️ Build success in 3802ms
|
|
26
26
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m44.10 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @noya-app/noya-designsystem
|
|
2
2
|
|
|
3
|
+
## 0.1.34
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dca2795: Fix exports object
|
|
8
|
+
|
|
9
|
+
## 0.1.33
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [c3a0c5c]
|
|
14
|
+
- @noya-app/noya-colorpicker@0.1.12
|
|
15
|
+
|
|
3
16
|
## 0.1.32
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|