mountain-ui 1.0.83 → 1.0.84
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.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -102,7 +102,7 @@ export { default as ViewEntriesTypeDropdown } from './src/lib/registry/viewEntri
|
|
|
102
102
|
|
|
103
103
|
export { viewEntriesProfilRegistry } from './src/lib/registry/viewEntriesProfilRegistry/registry.svelte.js';
|
|
104
104
|
export { createViewEntriesProfil } from './src/lib/registry/viewEntriesProfilRegistry/createViewEntriesProfil.js';
|
|
105
|
-
export {
|
|
105
|
+
export { registerDefaultViewProfil } from './src/lib/registry/viewEntriesProfilRegistry/registerDefaultViewEntriesProfils.js';
|
|
106
106
|
|
|
107
107
|
export { default as CreateViewEntriesProfilDialog } from './src/lib/registry/viewEntriesProfilRegistry/components/CreateViewEntriesProfilDialog.svelte';
|
|
108
108
|
export { default as ViewEntriesProfilButton } from './src/lib/registry/viewEntriesProfilRegistry/components/ViewEntriesProfilButton.svelte';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mountain-ui",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.84",
|
|
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",
|