@medyll/idae-slotui-svelte 0.59.0 → 0.60.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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './componentCite.js';
|
|
2
|
+
export * from './csss/csss.js';
|
|
2
3
|
export * as windowMinCss from './slotui-css/window.min.css';
|
|
3
4
|
export * as windowCss from './slotui-css/window.css';
|
|
4
5
|
export * as treeMinCss from './slotui-css/tree.min.css';
|
|
@@ -108,7 +109,6 @@ export * as autoCompleteMinCss from './slotui-css/auto-complete.min.css';
|
|
|
108
109
|
export * as autoCompleteCss from './slotui-css/auto-complete.css';
|
|
109
110
|
export * as alertMinCss from './slotui-css/alert.min.css';
|
|
110
111
|
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';
|
|
@@ -280,6 +280,6 @@ export { default as Alert } from './base/alert/Alert.svelte';
|
|
|
280
280
|
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
|
-
export * from './utils/uses/resizer/resizer.js';
|
|
284
283
|
export * from './utils/uses/clickAway/clickAway.js';
|
|
284
|
+
export * from './utils/uses/resizer/resizer.js';
|
|
285
285
|
export * from './utils/uses/autofocus/autofocus.js';
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
// auto exports of entry components
|
|
2
2
|
export * from './componentCite.js';
|
|
3
|
+
export * from './csss/csss.js';
|
|
3
4
|
export * as windowMinCss from './slotui-css/window.min.css';
|
|
4
5
|
export * as windowCss from './slotui-css/window.css';
|
|
5
6
|
export * as treeMinCss from './slotui-css/tree.min.css';
|
|
@@ -109,7 +110,6 @@ export * as autoCompleteMinCss from './slotui-css/auto-complete.min.css';
|
|
|
109
110
|
export * as autoCompleteCss from './slotui-css/auto-complete.css';
|
|
110
111
|
export * as alertMinCss from './slotui-css/alert.min.css';
|
|
111
112
|
export * as alertCss from './slotui-css/alert.css';
|
|
112
|
-
export * from './csss/csss.js';
|
|
113
113
|
export * from './utils/uses/toggler.js';
|
|
114
114
|
export * from './utils/uses/positioner.js';
|
|
115
115
|
export * from './utils/uses/navigation.js';
|
|
@@ -281,6 +281,6 @@ export { default as Alert } from './base/alert/Alert.svelte';
|
|
|
281
281
|
export * from './utils/uses/sx4u/sx4uPreprocess.js';
|
|
282
282
|
export * from './utils/uses/sx4u/sx4u.js';
|
|
283
283
|
export * from './utils/uses/stickTo/stickTo.js';
|
|
284
|
-
export * from './utils/uses/resizer/resizer.js';
|
|
285
284
|
export * from './utils/uses/clickAway/clickAway.js';
|
|
285
|
+
export * from './utils/uses/resizer/resizer.js';
|
|
286
286
|
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.
|
|
3
|
+
"version": "0.60.0",
|
|
4
4
|
"scope": "@medyll",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite dev",
|
|
@@ -87,8 +87,8 @@
|
|
|
87
87
|
"dependencies": {
|
|
88
88
|
"@iconify/svelte": "^4.0.2",
|
|
89
89
|
"@medyll/cssfabric": "^0.4.2",
|
|
90
|
-
"@medyll/idae-be": "^0.
|
|
91
|
-
"@medyll/idae-engine": "^1.
|
|
90
|
+
"@medyll/idae-be": "^0.59.0",
|
|
91
|
+
"@medyll/idae-engine": "^1.57.0",
|
|
92
92
|
"d3": "^7.9.0",
|
|
93
93
|
"lerna": "^8.1.8",
|
|
94
94
|
"npm-check-updates": "^17.0.2",
|