@noya-app/noya-designsystem 0.0.5 → 0.0.6
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 +6 -0
- package/package.json +1 -1
- package/src/theme/light.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -5,13 +5,13 @@ CLI tsup v8.0.1
|
|
|
5
5
|
CLI Target: esnext
|
|
6
6
|
CJS Build start
|
|
7
7
|
ESM Build start
|
|
8
|
+
DTS Build start
|
|
8
9
|
CJS dist/index.js 787.15 KB
|
|
9
10
|
CJS dist/index.js.map 1.12 MB
|
|
10
|
-
CJS ⚡️ Build success in
|
|
11
|
+
CJS ⚡️ Build success in 253ms
|
|
11
12
|
ESM dist/index.mjs 750.46 KB
|
|
12
13
|
ESM dist/index.mjs.map 1.12 MB
|
|
13
|
-
ESM ⚡️ Build success in
|
|
14
|
-
DTS Build
|
|
15
|
-
DTS ⚡️ Build success in 5221ms
|
|
14
|
+
ESM ⚡️ Build success in 253ms
|
|
15
|
+
DTS ⚡️ Build success in 5639ms
|
|
16
16
|
DTS dist/index.d.ts 48.78 KB
|
|
17
17
|
DTS dist/index.d.mts 48.78 KB
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED