arkenstone-ui 0.0.41 → 0.0.42

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/dist/index.js CHANGED
@@ -18641,7 +18641,8 @@ const xR = (e, t) => {
18641
18641
  b.type === "custom" && b.renderCustom && b.renderCustom({
18642
18642
  value: S,
18643
18643
  onChange: (_) => v(b.name, _),
18644
- error: w
18644
+ error: w,
18645
+ isCreating: i
18645
18646
  }),
18646
18647
  b.type === "image" && /* @__PURE__ */ f(
18647
18648
  Ga,
@@ -51,6 +51,7 @@ export interface FieldConfig {
51
51
  value: any;
52
52
  onChange: (v: any) => void;
53
53
  error?: string;
54
+ isCreating?: boolean;
54
55
  }) => React.ReactNode;
55
56
  }
56
57
  export type LayoutType = "split-view" | "modal" | "tab-view" | "fullscreen";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arkenstone-ui",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",