@noya-app/noya-designsystem 0.1.11 → 0.1.12

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.
@@ -7,11 +7,11 @@
7
7
  ESM Build start
8
8
  CJS dist/index.js 213.16 KB
9
9
  CJS dist/index.js.map 432.10 KB
10
- CJS ⚡️ Build success in 101ms
10
+ CJS ⚡️ Build success in 164ms
11
11
  ESM dist/index.mjs 196.22 KB
12
12
  ESM dist/index.mjs.map 431.93 KB
13
- ESM ⚡️ Build success in 102ms
13
+ ESM ⚡️ Build success in 178ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 7105ms
15
+ DTS ⚡️ Build success in 7581ms
16
16
  DTS dist/index.d.ts 56.28 KB
17
17
  DTS dist/index.d.mts 56.28 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @noya-app/noya-designsystem
2
2
 
3
+ ## 0.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - 4661b34: Reorder providers
8
+
3
9
  ## 0.1.11
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2170,7 +2170,7 @@ var DesignSystemConfigurationProvider = (0, import_react34.memo)(
2170
2170
  platform
2171
2171
  }) {
2172
2172
  const contextValue = (0, import_react34.useMemo)(() => ({ platform }), [platform]);
2173
- return /* @__PURE__ */ import_react34.default.createElement(DesignSystemConfigurationContext.Provider, { value: contextValue }, /* @__PURE__ */ import_react34.default.createElement(import_styled_components15.ThemeProvider, { theme }, /* @__PURE__ */ import_react34.default.createElement(FloatingWindowProvider, null, /* @__PURE__ */ import_react34.default.createElement(DialogProvider, null, /* @__PURE__ */ import_react34.default.createElement(ToastProvider, null, children)))));
2173
+ return /* @__PURE__ */ import_react34.default.createElement(DesignSystemConfigurationContext.Provider, { value: contextValue }, /* @__PURE__ */ import_react34.default.createElement(import_styled_components15.ThemeProvider, { theme }, /* @__PURE__ */ import_react34.default.createElement(DialogProvider, null, /* @__PURE__ */ import_react34.default.createElement(ToastProvider, null, /* @__PURE__ */ import_react34.default.createElement(FloatingWindowProvider, null, children)))));
2174
2174
  }
2175
2175
  );
2176
2176
  function useDesignSystemConfiguration() {