@noya-app/noya-designsystem 0.1.27 → 0.1.29

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.
@@ -2,16 +2,17 @@
2
2
  CLI Building entry: src/index.tsx
3
3
  CLI Using tsconfig: tsconfig.json
4
4
  CLI tsup v8.0.1
5
+ CLI Using tsup config: /Users/devinabbott/Projects/noya-core/packages/noya-designsystem/tsup.config.ts
5
6
  CLI Target: esnext
6
7
  CJS Build start
7
8
  ESM Build start
8
- CJS dist/index.js 237.83 KB
9
- CJS dist/index.js.map 477.71 KB
10
- CJS ⚡️ Build success in 179ms
11
- ESM dist/index.mjs 219.11 KB
12
- ESM dist/index.mjs.map 477.79 KB
13
- ESM ⚡️ Build success in 180ms
9
+ ESM dist/index.mjs 580.17 KB
10
+ ESM dist/index.mjs.map 1.06 MB
11
+ ESM ⚡️ Build success in 174ms
12
+ CJS dist/index.js 598.21 KB
13
+ CJS dist/index.js.map 1.07 MB
14
+ CJS ⚡️ Build success in 176ms
14
15
  DTS Build start
15
- DTS ⚡️ Build success in 12078ms
16
- DTS dist/index.d.ts 63.28 KB
17
- DTS dist/index.d.mts 63.28 KB
16
+ DTS ⚡️ Build success in 10070ms
17
+ DTS dist/index.d.ts 63.23 KB
18
+ DTS dist/index.d.mts 63.23 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.29
4
+
5
+ ### Patch Changes
6
+
7
+ - b022ce3: Improve standalone component usage. Don't save to localStorage by default
8
+
9
+ ## 0.1.28
10
+
11
+ ### Patch Changes
12
+
13
+ - 575e561: Fix react-virtualized import issue
14
+
3
15
  ## 0.1.27
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -1159,7 +1159,7 @@ type IWorkspaceLayout = {
1159
1159
  toggleLeftSidebar: () => void;
1160
1160
  toggleRightSidebar: () => void;
1161
1161
  };
1162
- declare const WorkspaceLayout: (props: Props$1 & React__default.RefAttributes<IWorkspaceLayout>) => React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | null;
1162
+ declare const WorkspaceLayout: (props: Props$1) => React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | null;
1163
1163
 
1164
1164
  declare const DesignSystemThemeProvider: (props: {
1165
1165
  children: ReactNode;
package/dist/index.d.ts CHANGED
@@ -1159,7 +1159,7 @@ type IWorkspaceLayout = {
1159
1159
  toggleLeftSidebar: () => void;
1160
1160
  toggleRightSidebar: () => void;
1161
1161
  };
1162
- declare const WorkspaceLayout: (props: Props$1 & React__default.RefAttributes<IWorkspaceLayout>) => React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | null;
1162
+ declare const WorkspaceLayout: (props: Props$1) => React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | null;
1163
1163
 
1164
1164
  declare const DesignSystemThemeProvider: (props: {
1165
1165
  children: ReactNode;