@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.
@@ -5,13 +5,13 @@
5
5
  CLI Target: esnext
6
6
  CJS Build start
7
7
  ESM Build start
8
+ CJS dist/index.js 215.43 KB
9
+ CJS dist/index.js.map 437.43 KB
10
+ CJS ⚡️ Build success in 67ms
11
+ ESM dist/index.mjs 198.16 KB
12
+ ESM dist/index.mjs.map 437.35 KB
13
+ ESM ⚡️ Build success in 68ms
8
14
  DTS Build start
9
- CJS dist/index.js 215.33 KB
10
- CJS dist/index.js.map 437.28 KB
11
- CJS ⚡️ Build success in 221ms
12
- ESM dist/index.mjs 198.05 KB
13
- ESM dist/index.mjs.map 437.20 KB
14
- ESM ⚡️ Build success in 222ms
15
- DTS ⚡️ Build success in 9679ms
16
- DTS dist/index.d.ts 58.61 KB
17
- DTS dist/index.d.mts 58.61 KB
15
+ DTS ⚡️ Build success in 9797ms
16
+ DTS dist/index.d.ts 58.69 KB
17
+ DTS dist/index.d.mts 58.69 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - c98f0a8: Improve inspector style
8
+ - Updated dependencies [81d4074]
9
+ - @noya-app/noya-icons@0.1.4
10
+
3
11
  ## 0.1.16
4
12
 
5
13
  ### Patch Changes
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: "rgba(252,252,252,0.85)"
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 = "rgba(34,33,39,0.95)";
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)";