@noya-app/noya-designsystem 0.1.16 → 0.1.17
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 +9 -9
- package/CHANGELOG.md +8 -0
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/theme/dark.ts +2 -1
- package/src/theme/light.ts +2 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
[34mCLI[39m Target: esnext
|
|
6
6
|
[34mCJS[39m Build start
|
|
7
7
|
[34mESM[39m Build start
|
|
8
|
+
[32mCJS[39m [1mdist/index.js [22m[32m215.43 KB[39m
|
|
9
|
+
[32mCJS[39m [1mdist/index.js.map [22m[32m437.43 KB[39m
|
|
10
|
+
[32mCJS[39m ⚡️ Build success in 67ms
|
|
11
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m198.16 KB[39m
|
|
12
|
+
[32mESM[39m [1mdist/index.mjs.map [22m[32m437.35 KB[39m
|
|
13
|
+
[32mESM[39m ⚡️ Build success in 68ms
|
|
8
14
|
[34mDTS[39m Build start
|
|
9
|
-
[
|
|
10
|
-
[
|
|
11
|
-
[
|
|
12
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m198.05 KB[39m
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs.map [22m[32m437.20 KB[39m
|
|
14
|
-
[32mESM[39m ⚡️ Build success in 222ms
|
|
15
|
-
[32mDTS[39m ⚡️ Build success in 9679ms
|
|
16
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m58.61 KB[39m
|
|
17
|
-
[32mDTS[39m [1mdist/index.d.mts [22m[32m58.61 KB[39m
|
|
15
|
+
[32mDTS[39m ⚡️ Build success in 9797ms
|
|
16
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m58.69 KB[39m
|
|
17
|
+
[32mDTS[39m [1mdist/index.d.mts [22m[32m58.69 KB[39m
|
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -143,6 +143,7 @@ declare const colors$1: {
|
|
|
143
143
|
};
|
|
144
144
|
sidebar: {
|
|
145
145
|
background: string;
|
|
146
|
+
backgroundTransparent: string;
|
|
146
147
|
};
|
|
147
148
|
popover: {
|
|
148
149
|
background: string;
|
|
@@ -1217,6 +1218,7 @@ declare const colors: {
|
|
|
1217
1218
|
};
|
|
1218
1219
|
sidebar: {
|
|
1219
1220
|
background: string;
|
|
1221
|
+
backgroundTransparent: string;
|
|
1220
1222
|
};
|
|
1221
1223
|
popover: {
|
|
1222
1224
|
background: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -143,6 +143,7 @@ declare const colors$1: {
|
|
|
143
143
|
};
|
|
144
144
|
sidebar: {
|
|
145
145
|
background: string;
|
|
146
|
+
backgroundTransparent: string;
|
|
146
147
|
};
|
|
147
148
|
popover: {
|
|
148
149
|
background: string;
|
|
@@ -1217,6 +1218,7 @@ declare const colors: {
|
|
|
1217
1218
|
};
|
|
1218
1219
|
sidebar: {
|
|
1219
1220
|
background: string;
|
|
1221
|
+
backgroundTransparent: string;
|
|
1220
1222
|
};
|
|
1221
1223
|
popover: {
|
|
1222
1224
|
background: string;
|
package/dist/index.js
CHANGED
|
@@ -681,7 +681,8 @@ var colors = {
|
|
|
681
681
|
grid: "rgba(0,0,0,0.05)"
|
|
682
682
|
},
|
|
683
683
|
sidebar: {
|
|
684
|
-
background: "
|
|
684
|
+
background: "rgb(252,252,252)",
|
|
685
|
+
backgroundTransparent: "rgba(252,252,252,0.85)"
|
|
685
686
|
},
|
|
686
687
|
popover: {
|
|
687
688
|
background: "rgb(252,252,252)",
|
|
@@ -6105,7 +6106,8 @@ var colors2 = (0, import_immer.default)(colors, (colors3) => {
|
|
|
6105
6106
|
colors3.canvas.background = "rgb(20,19,23)";
|
|
6106
6107
|
colors3.canvas.sliceOutline = "rgb(150,150,150)";
|
|
6107
6108
|
colors3.canvas.grid = "rgba(0,0,0,0.1)";
|
|
6108
|
-
colors3.sidebar.background = "
|
|
6109
|
+
colors3.sidebar.background = "rgb(34,33,39)";
|
|
6110
|
+
colors3.sidebar.backgroundTransparent = "rgba(34,33,39,0.95)";
|
|
6109
6111
|
colors3.popover.background = "rgba(34,33,39,1)";
|
|
6110
6112
|
colors3.popover.divider = colors3.divider;
|
|
6111
6113
|
colors3.listView.raisedBackground = "rgba(181,178,255,0.1)";
|