@noya-app/noya-designsystem 0.0.5 → 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 +6 -6
- package/CHANGELOG.md +12 -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/src/theme/light.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15298,7 +15298,7 @@ var colors = {
|
|
|
15298
15298
|
return colors.primary;
|
|
15299
15299
|
},
|
|
15300
15300
|
selection: "rgb(179,215,254)",
|
|
15301
|
-
thumbnailBackground: "
|
|
15301
|
+
thumbnailBackground: "#E1DAFF"
|
|
15302
15302
|
};
|
|
15303
15303
|
var fonts = {
|
|
15304
15304
|
normal: "-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif",
|