@noya-app/noya-designsystem 0.1.35 → 0.1.36
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 +13 -12
- package/CHANGELOG.md +8 -0
- package/dist/index.d.mts +1053 -0
- package/dist/index.d.ts +2 -14
- package/dist/index.js +224 -288
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +134 -198
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/tsconfig.json +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
|
|
2
2
|
[0m[2m[35m$[0m [2m[1mtsup[0m
|
|
3
|
-
[34mCLI[39m Building entry:
|
|
3
|
+
[34mCLI[39m Building entry: src/index.tsx
|
|
4
4
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
5
|
-
[34mCLI[39m tsup
|
|
5
|
+
[34mCLI[39m tsup v8.3.5
|
|
6
6
|
[34mCLI[39m Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-designsystem/tsup.config.ts
|
|
7
7
|
[34mCLI[39m Target: esnext
|
|
8
8
|
[34mCJS[39m Build start
|
|
9
9
|
[34mESM[39m Build start
|
|
10
|
-
|
|
11
|
-
[
|
|
12
|
-
[
|
|
13
|
-
[32mCJS[39m
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
10
|
+
DTS Build start
|
|
11
|
+
[32mCJS[39m [1mdist/index.js [22m[32m636.80 KB[39m
|
|
12
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m1.13 MB[39m
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 494ms
|
|
14
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m622.87 KB[39m
|
|
15
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m1.13 MB[39m
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 504ms
|
|
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
20
|
|
|
21
21
|
Rebuilding...
|
|
22
22
|
|
|
23
|
-
Done in
|
|
23
|
+
Done in 1005ms.
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
DTS ⚡️ Build success in 7051ms
|
|
26
|
+
DTS dist/index.d.ts 44.21 KB
|
|
27
|
+
DTS dist/index.d.mts 44.21 KB
|