@medyll/idae-slotui-svelte 0.105.0 → 0.107.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/dist/slotui-css/slotui-css.css +13 -13
- package/dist/slotui-css/slotui-min-css.css +13 -13
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -227,10 +227,10 @@ export * from './controls/progress/types.js';
|
|
|
227
227
|
export { default as Progress } from './controls/progress/Progress.svelte';
|
|
228
228
|
export * from './controls/inplaceedit/types.js';
|
|
229
229
|
export { default as InPlaceEdit } from './controls/inplaceedit/InPlaceEdit.svelte';
|
|
230
|
-
export * from './controls/confirm/types.js';
|
|
231
|
-
export { default as Confirm } from './controls/confirm/Confirm.svelte';
|
|
232
230
|
export * from './controls/checkbox/types.js';
|
|
233
231
|
export { default as Checkbox } from './controls/checkbox/Checkbox.svelte';
|
|
232
|
+
export * from './controls/confirm/types.js';
|
|
233
|
+
export { default as Confirm } from './controls/confirm/Confirm.svelte';
|
|
234
234
|
export * from './controls/button/types.js';
|
|
235
235
|
export { default as IconButton } from './controls/button/IconButton.svelte';
|
|
236
236
|
export { default as ButtonMenu } from './controls/button/ButtonMenu.svelte';
|
package/dist/index.js
CHANGED
|
@@ -228,10 +228,10 @@ export * from './controls/progress/types.js';
|
|
|
228
228
|
export { default as Progress } from './controls/progress/Progress.svelte';
|
|
229
229
|
export * from './controls/inplaceedit/types.js';
|
|
230
230
|
export { default as InPlaceEdit } from './controls/inplaceedit/InPlaceEdit.svelte';
|
|
231
|
-
export * from './controls/confirm/types.js';
|
|
232
|
-
export { default as Confirm } from './controls/confirm/Confirm.svelte';
|
|
233
231
|
export * from './controls/checkbox/types.js';
|
|
234
232
|
export { default as Checkbox } from './controls/checkbox/Checkbox.svelte';
|
|
233
|
+
export * from './controls/confirm/types.js';
|
|
234
|
+
export { default as Confirm } from './controls/confirm/Confirm.svelte';
|
|
235
235
|
export * from './controls/button/types.js';
|
|
236
236
|
export { default as IconButton } from './controls/button/IconButton.svelte';
|
|
237
237
|
export { default as ButtonMenu } from './controls/button/ButtonMenu.svelte';
|
|
@@ -2512,6 +2512,19 @@ body[data-theme=dark],
|
|
|
2512
2512
|
width: 100%;
|
|
2513
2513
|
}
|
|
2514
2514
|
|
|
2515
|
+
/** sorterer.scss ----------------*/
|
|
2516
|
+
:root {
|
|
2517
|
+
--sorterer-gap: var(--sld-gap-tiny);
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
.sorterer {
|
|
2521
|
+
cursor: pointer;
|
|
2522
|
+
display: flex;
|
|
2523
|
+
flex-direction: row;
|
|
2524
|
+
align-items: center;
|
|
2525
|
+
gap: var(--sorterer-gap);
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2515
2528
|
/** loader.scss ----------------*/
|
|
2516
2529
|
:root {
|
|
2517
2530
|
--loader-background-color: var(--sld-color-background-alpha-mid);
|
|
@@ -2560,19 +2573,6 @@ body[data-theme=dark],
|
|
|
2560
2573
|
box-shadow: var(--loader-box-shadow);
|
|
2561
2574
|
}
|
|
2562
2575
|
|
|
2563
|
-
/** sorterer.scss ----------------*/
|
|
2564
|
-
:root {
|
|
2565
|
-
--sorterer-gap: var(--sld-gap-tiny);
|
|
2566
|
-
}
|
|
2567
|
-
|
|
2568
|
-
.sorterer {
|
|
2569
|
-
cursor: pointer;
|
|
2570
|
-
display: flex;
|
|
2571
|
-
flex-direction: row;
|
|
2572
|
-
align-items: center;
|
|
2573
|
-
gap: var(--sorterer-gap);
|
|
2574
|
-
}
|
|
2575
|
-
|
|
2576
2576
|
/** finder.scss ----------------*/
|
|
2577
2577
|
:root {
|
|
2578
2578
|
--finder-gap: var(--sld-gap-tiny);
|
|
@@ -2512,6 +2512,19 @@ body[data-theme=dark],
|
|
|
2512
2512
|
width: 100%;
|
|
2513
2513
|
}
|
|
2514
2514
|
|
|
2515
|
+
/** sorterer.scss ----------------*/
|
|
2516
|
+
:root {
|
|
2517
|
+
--sorterer-gap: var(--sld-gap-tiny);
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
.sorterer {
|
|
2521
|
+
cursor: pointer;
|
|
2522
|
+
display: flex;
|
|
2523
|
+
flex-direction: row;
|
|
2524
|
+
align-items: center;
|
|
2525
|
+
gap: var(--sorterer-gap);
|
|
2526
|
+
}
|
|
2527
|
+
|
|
2515
2528
|
/** loader.scss ----------------*/
|
|
2516
2529
|
:root {
|
|
2517
2530
|
--loader-background-color: var(--sld-color-background-alpha-mid);
|
|
@@ -2560,19 +2573,6 @@ body[data-theme=dark],
|
|
|
2560
2573
|
box-shadow: var(--loader-box-shadow);
|
|
2561
2574
|
}
|
|
2562
2575
|
|
|
2563
|
-
/** sorterer.scss ----------------*/
|
|
2564
|
-
:root {
|
|
2565
|
-
--sorterer-gap: var(--sld-gap-tiny);
|
|
2566
|
-
}
|
|
2567
|
-
|
|
2568
|
-
.sorterer {
|
|
2569
|
-
cursor: pointer;
|
|
2570
|
-
display: flex;
|
|
2571
|
-
flex-direction: row;
|
|
2572
|
-
align-items: center;
|
|
2573
|
-
gap: var(--sorterer-gap);
|
|
2574
|
-
}
|
|
2575
|
-
|
|
2576
2576
|
/** finder.scss ----------------*/
|
|
2577
2577
|
:root {
|
|
2578
2578
|
--finder-gap: var(--sld-gap-tiny);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medyll/idae-slotui-svelte",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.107.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.
|
|
92
|
-
"@medyll/idae-engine": "^1.
|
|
91
|
+
"@medyll/idae-be": "^1.15.0",
|
|
92
|
+
"@medyll/idae-engine": "^1.104.0",
|
|
93
93
|
"d3": "^7.9.0",
|
|
94
94
|
"lerna": "^8.2.1",
|
|
95
95
|
"npm-check-updates": "^17.1.16",
|