@noya-app/noya-designsystem 0.0.6 → 0.0.7
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 +5 -5
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,12 +6,12 @@ CLI Target: esnext
|
|
|
6
6
|
CJS Build start
|
|
7
7
|
ESM Build start
|
|
8
8
|
DTS Build start
|
|
9
|
-
CJS dist/index.js 787.
|
|
9
|
+
CJS dist/index.js 787.14 KB
|
|
10
10
|
CJS dist/index.js.map 1.12 MB
|
|
11
|
-
CJS ⚡️ Build success in
|
|
12
|
-
ESM dist/index.mjs 750.
|
|
11
|
+
CJS ⚡️ Build success in 362ms
|
|
12
|
+
ESM dist/index.mjs 750.45 KB
|
|
13
13
|
ESM dist/index.mjs.map 1.12 MB
|
|
14
|
-
ESM ⚡️ Build success in
|
|
15
|
-
DTS ⚡️ Build success in
|
|
14
|
+
ESM ⚡️ Build success in 362ms
|
|
15
|
+
DTS ⚡️ Build success in 5235ms
|
|
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/dist/index.js
CHANGED
|
@@ -15266,7 +15266,7 @@ var colors = {
|
|
|
15266
15266
|
return colors.primary;
|
|
15267
15267
|
},
|
|
15268
15268
|
selection: "rgb(179,215,254)",
|
|
15269
|
-
thumbnailBackground: "
|
|
15269
|
+
thumbnailBackground: "#E1DAFF"
|
|
15270
15270
|
};
|
|
15271
15271
|
var fonts = {
|
|
15272
15272
|
normal: "-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif",
|