@medyll/idae-slotui-svelte 0.97.0 → 0.98.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
@@ -280,5 +280,5 @@ export * from './utils/uses/sx4u/sx4uPreprocess.js';
280
280
  export * from './utils/uses/sx4u/sx4u.js';
281
281
  export * from './utils/uses/stickTo/stickTo.js';
282
282
  export * from './utils/uses/resizer/resizer.js';
283
- export * from './utils/uses/autofocus/autofocus.js';
284
283
  export * from './utils/uses/clickAway/clickAway.js';
284
+ export * from './utils/uses/autofocus/autofocus.js';
package/dist/index.js CHANGED
@@ -281,5 +281,5 @@ export * from './utils/uses/sx4u/sx4uPreprocess.js';
281
281
  export * from './utils/uses/sx4u/sx4u.js';
282
282
  export * from './utils/uses/stickTo/stickTo.js';
283
283
  export * from './utils/uses/resizer/resizer.js';
284
- export * from './utils/uses/autofocus/autofocus.js';
285
284
  export * from './utils/uses/clickAway/clickAway.js';
285
+ export * from './utils/uses/autofocus/autofocus.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medyll/idae-slotui-svelte",
3
- "version": "0.97.0",
3
+ "version": "0.98.0",
4
4
  "scope": "@medyll",
5
5
  "description": "A Svelte 5 component library for building modular and reactive user interfaces.",
6
6
  "scripts": {
@@ -88,8 +88,8 @@
88
88
  "dependencies": {
89
89
  "@iconify/svelte": "^4.2.0",
90
90
  "@medyll/cssfabric": "^0.4.2",
91
- "@medyll/idae-be": "^1.5.0",
92
- "@medyll/idae-engine": "^1.94.0",
91
+ "@medyll/idae-be": "^1.6.0",
92
+ "@medyll/idae-engine": "^1.95.0",
93
93
  "d3": "^7.9.0",
94
94
  "lerna": "^8.2.1",
95
95
  "npm-check-updates": "^17.1.16",