@noya-app/noya-designsystem 0.1.18 → 0.1.19

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 226.61 KB
9
- CJS dist/index.js.map 457.18 KB
10
- CJS ⚡️ Build success in 151ms
11
- ESM dist/index.mjs 208.82 KB
12
- ESM dist/index.mjs.map 457.30 KB
13
- ESM ⚡️ Build success in 147ms
8
+ CJS dist/index.js 226.60 KB
9
+ CJS dist/index.js.map 457.17 KB
10
+ CJS ⚡️ Build success in 94ms
11
+ ESM dist/index.mjs 208.81 KB
12
+ ESM dist/index.mjs.map 457.29 KB
13
+ ESM ⚡️ Build success in 94ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 10168ms
15
+ DTS ⚡️ Build success in 9611ms
16
16
  DTS dist/index.d.ts 60.18 KB
17
17
  DTS dist/index.d.mts 60.18 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - 1114573: Don't autosave workspace layout by default
8
+
3
9
  ## 0.1.18
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -6377,7 +6377,7 @@ var WorkspaceLayout = (0, import_react63.forwardRef)(function WorkspaceLayout2({
6377
6377
  ref: panelGroupRef,
6378
6378
  id: EDITOR_PANEL_GROUP_ID,
6379
6379
  direction: "horizontal",
6380
- autoSaveId: autoSavePrefix ? `${autoSavePrefix}--${EDITOR_PANEL_GROUP_ID}` : EDITOR_PANEL_GROUP_ID,
6380
+ autoSaveId: autoSavePrefix ? `${autoSavePrefix}--${EDITOR_PANEL_GROUP_ID}` : void 0,
6381
6381
  style: { flex: "1" }
6382
6382
  },
6383
6383
  hasLeftSidebar && /* @__PURE__ */ import_react63.default.createElement(import_react63.default.Fragment, null, /* @__PURE__ */ import_react63.default.createElement(