mountain-ui 1.0.67 → 1.0.68

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/index.d.ts CHANGED
@@ -73,5 +73,6 @@ export { entryActionRegistry } from './src/lib/registry/entryActionRegistry/regi
73
73
  export { createEntryAction } from './src/lib/registry/entryActionRegistry/createEntryAction.js';
74
74
 
75
75
  export { default as EntryActionCard } from './src/lib/registry/entryActionRegistry/components/EntryActionCard.svelte';
76
+ export { default as EntryActionForm } from './src/lib/registry/entryActionRegistry/components/EntryActionForm.svelte';
76
77
  export { default as EntryActionButton } from './src/lib/registry/entryActionRegistry/components/EntryActionButton.svelte';
77
78
  export { default as EntryActionsButtons } from './src/lib/registry/entryActionRegistry/components/EntryActionsButtons.svelte';
package/index.js CHANGED
@@ -73,5 +73,6 @@ export { entryActionRegistry } from './src/lib/registry/entryActionRegistry/regi
73
73
  export { createEntryAction } from './src/lib/registry/entryActionRegistry/createEntryAction.js';
74
74
 
75
75
  export { default as EntryActionCard } from './src/lib/registry/entryActionRegistry/components/EntryActionCard.svelte';
76
+ export { default as EntryActionForm } from './src/lib/registry/entryActionRegistry/components/EntryActionForm.svelte';
76
77
  export { default as EntryActionButton } from './src/lib/registry/entryActionRegistry/components/EntryActionButton.svelte';
77
78
  export { default as EntryActionsButtons } from './src/lib/registry/entryActionRegistry/components/EntryActionsButtons.svelte';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mountain-ui",
3
3
  "private": false,
4
- "version": "1.0.67",
4
+ "version": "1.0.68",
5
5
  "description": "A comprehensive UI component library for ERP systems with field types, entities, and registry management built with Svelte",
6
6
  "type": "module",
7
7
  "module": "index.js",