@medyll/idae-slotui-svelte 0.124.0 → 0.125.0

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.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from './componentCite.js';
2
- export * from './csss/csss.js';
3
2
  export * as windowMinCss from './slotui-css/window.min.css';
4
3
  export * as windowCss from './slotui-css/window.css';
5
4
  export * as treeMinCss from './slotui-css/tree.min.css';
@@ -108,6 +107,7 @@ export * as autoCompleteMinCss from './slotui-css/auto-complete.min.css';
108
107
  export * as autoCompleteCss from './slotui-css/auto-complete.css';
109
108
  export * as alertMinCss from './slotui-css/alert.min.css';
110
109
  export * as alertCss from './slotui-css/alert.css';
110
+ export * from './csss/csss.js';
111
111
  export * from './utils/uses/toggler.js';
112
112
  export * from './utils/uses/positioner.js';
113
113
  export * from './utils/uses/navigation.js';
@@ -212,10 +212,10 @@ export { default as DataListRow } from './data/dataList/DataListRow.svelte';
212
212
  export { default as DataListHead } from './data/dataList/DataListHead.svelte';
213
213
  export { default as DataListCell } from './data/dataList/DataListCell.svelte';
214
214
  export { default as DataList } from './data/dataList/DataList.svelte';
215
- export * from './controls/switch/types.js';
216
- export { default as Switch } from './controls/switch/Switch.svelte';
217
215
  export * from './controls/textfield/types.js';
218
216
  export { default as TextField } from './controls/textfield/TextField.svelte';
217
+ export * from './controls/switch/types.js';
218
+ export { default as Switch } from './controls/switch/Switch.svelte';
219
219
  export * from './controls/stepper/types.js';
220
220
  export { default as Stepper } from './controls/stepper/Stepper.svelte';
221
221
  export * from './controls/slider/types.js';
@@ -261,10 +261,10 @@ export { default as Columner } from './base/columner/Columner.svelte';
261
261
  export { default as Column } from './base/columner/Column.svelte';
262
262
  export * from './base/chipper/types.js';
263
263
  export { default as Chipper } from './base/chipper/Chipper.svelte';
264
- export * from './base/cartouche/types.js';
265
- export { default as Cartouche } from './base/cartouche/Cartouche.svelte';
266
264
  export * from './base/breadCrumb/types.js';
267
265
  export { default as BreadCrumb } from './base/breadCrumb/BreadCrumb.svelte';
266
+ export * from './base/cartouche/types.js';
267
+ export { default as Cartouche } from './base/cartouche/Cartouche.svelte';
268
268
  export * from './base/box/types.js';
269
269
  export { default as Box } from './base/box/Box.svelte';
270
270
  export * from './base/badge/types.js';
package/dist/index.js CHANGED
@@ -1,6 +1,5 @@
1
1
  // auto exports of entry components
2
2
  export * from './componentCite.js';
3
- export * from './csss/csss.js';
4
3
  export * as windowMinCss from './slotui-css/window.min.css';
5
4
  export * as windowCss from './slotui-css/window.css';
6
5
  export * as treeMinCss from './slotui-css/tree.min.css';
@@ -109,6 +108,7 @@ export * as autoCompleteMinCss from './slotui-css/auto-complete.min.css';
109
108
  export * as autoCompleteCss from './slotui-css/auto-complete.css';
110
109
  export * as alertMinCss from './slotui-css/alert.min.css';
111
110
  export * as alertCss from './slotui-css/alert.css';
111
+ export * from './csss/csss.js';
112
112
  export * from './utils/uses/toggler.js';
113
113
  export * from './utils/uses/positioner.js';
114
114
  export * from './utils/uses/navigation.js';
@@ -213,10 +213,10 @@ export { default as DataListRow } from './data/dataList/DataListRow.svelte';
213
213
  export { default as DataListHead } from './data/dataList/DataListHead.svelte';
214
214
  export { default as DataListCell } from './data/dataList/DataListCell.svelte';
215
215
  export { default as DataList } from './data/dataList/DataList.svelte';
216
- export * from './controls/switch/types.js';
217
- export { default as Switch } from './controls/switch/Switch.svelte';
218
216
  export * from './controls/textfield/types.js';
219
217
  export { default as TextField } from './controls/textfield/TextField.svelte';
218
+ export * from './controls/switch/types.js';
219
+ export { default as Switch } from './controls/switch/Switch.svelte';
220
220
  export * from './controls/stepper/types.js';
221
221
  export { default as Stepper } from './controls/stepper/Stepper.svelte';
222
222
  export * from './controls/slider/types.js';
@@ -262,10 +262,10 @@ export { default as Columner } from './base/columner/Columner.svelte';
262
262
  export { default as Column } from './base/columner/Column.svelte';
263
263
  export * from './base/chipper/types.js';
264
264
  export { default as Chipper } from './base/chipper/Chipper.svelte';
265
- export * from './base/cartouche/types.js';
266
- export { default as Cartouche } from './base/cartouche/Cartouche.svelte';
267
265
  export * from './base/breadCrumb/types.js';
268
266
  export { default as BreadCrumb } from './base/breadCrumb/BreadCrumb.svelte';
267
+ export * from './base/cartouche/types.js';
268
+ export { default as Cartouche } from './base/cartouche/Cartouche.svelte';
269
269
  export * from './base/box/types.js';
270
270
  export { default as Box } from './base/box/Box.svelte';
271
271
  export * from './base/badge/types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medyll/idae-slotui-svelte",
3
- "version": "0.124.0",
3
+ "version": "0.125.0",
4
4
  "scope": "@medyll",
5
5
  "description": "A Svelte 5 component library for building modular and reactive user interfaces.",
6
6
  "scripts": {
@@ -89,8 +89,8 @@
89
89
  "dependencies": {
90
90
  "@iconify/svelte": "^4.2.0",
91
91
  "@medyll/cssfabric": "^0.4.2",
92
- "@medyll/idae-be": "^1.32.0",
93
- "@medyll/idae-engine": "^1.121.0",
92
+ "@medyll/idae-be": "^1.33.0",
93
+ "@medyll/idae-engine": "^1.122.0",
94
94
  "d3": "^7.9.0",
95
95
  "lerna": "^8.2.1",
96
96
  "npm-check-updates": "^17.1.16",