@medyll/idae-slotui-svelte 0.80.0 → 0.81.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 +18 -18
- package/dist/slotui-css/slotui-min-css.css +18 -18
- package/package.json +3 -3
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';
|
|
@@ -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/clickAway/clickAway.js';
|
|
284
283
|
export * from './utils/uses/autofocus/autofocus.js';
|
|
284
|
+
export * from './utils/uses/clickAway/clickAway.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';
|
|
@@ -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/clickAway/clickAway.js';
|
|
285
284
|
export * from './utils/uses/autofocus/autofocus.js';
|
|
285
|
+
export * from './utils/uses/clickAway/clickAway.js';
|
|
@@ -4408,24 +4408,6 @@ hr.vertical {
|
|
|
4408
4408
|
justify-content: end;
|
|
4409
4409
|
}
|
|
4410
4410
|
|
|
4411
|
-
/** badge.scss ----------------*/
|
|
4412
|
-
:root {
|
|
4413
|
-
--badge-color-border: var(--sld-color-border);
|
|
4414
|
-
}
|
|
4415
|
-
|
|
4416
|
-
.badge {
|
|
4417
|
-
position: absolute;
|
|
4418
|
-
border-radius: 50%;
|
|
4419
|
-
border: 1px solid var(--badge-color-border);
|
|
4420
|
-
display: grid;
|
|
4421
|
-
place-items: center;
|
|
4422
|
-
width: 16px;
|
|
4423
|
-
height: 16px;
|
|
4424
|
-
}
|
|
4425
|
-
.badge .hidden {
|
|
4426
|
-
transform: scale(0, 0);
|
|
4427
|
-
}
|
|
4428
|
-
|
|
4429
4411
|
/** backdrop.scss ----------------*/
|
|
4430
4412
|
:root {
|
|
4431
4413
|
--backdrop-background-color: var(--sld-color-foreground-alpha-high);
|
|
@@ -4460,6 +4442,24 @@ hr.vertical {
|
|
|
4460
4442
|
display: inherit;
|
|
4461
4443
|
}
|
|
4462
4444
|
|
|
4445
|
+
/** badge.scss ----------------*/
|
|
4446
|
+
:root {
|
|
4447
|
+
--badge-color-border: var(--sld-color-border);
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
.badge {
|
|
4451
|
+
position: absolute;
|
|
4452
|
+
border-radius: 50%;
|
|
4453
|
+
border: 1px solid var(--badge-color-border);
|
|
4454
|
+
display: grid;
|
|
4455
|
+
place-items: center;
|
|
4456
|
+
width: 16px;
|
|
4457
|
+
height: 16px;
|
|
4458
|
+
}
|
|
4459
|
+
.badge .hidden {
|
|
4460
|
+
transform: scale(0, 0);
|
|
4461
|
+
}
|
|
4462
|
+
|
|
4463
4463
|
/** avatar.scss ----------------*/
|
|
4464
4464
|
:root {
|
|
4465
4465
|
--avatar-radius: var(--css-radius-small);
|
|
@@ -4408,24 +4408,6 @@ hr.vertical {
|
|
|
4408
4408
|
justify-content: end;
|
|
4409
4409
|
}
|
|
4410
4410
|
|
|
4411
|
-
/** badge.scss ----------------*/
|
|
4412
|
-
:root {
|
|
4413
|
-
--badge-color-border: var(--sld-color-border);
|
|
4414
|
-
}
|
|
4415
|
-
|
|
4416
|
-
.badge {
|
|
4417
|
-
position: absolute;
|
|
4418
|
-
border-radius: 50%;
|
|
4419
|
-
border: 1px solid var(--badge-color-border);
|
|
4420
|
-
display: grid;
|
|
4421
|
-
place-items: center;
|
|
4422
|
-
width: 16px;
|
|
4423
|
-
height: 16px;
|
|
4424
|
-
}
|
|
4425
|
-
.badge .hidden {
|
|
4426
|
-
transform: scale(0, 0);
|
|
4427
|
-
}
|
|
4428
|
-
|
|
4429
4411
|
/** backdrop.scss ----------------*/
|
|
4430
4412
|
:root {
|
|
4431
4413
|
--backdrop-background-color: var(--sld-color-foreground-alpha-high);
|
|
@@ -4460,6 +4442,24 @@ hr.vertical {
|
|
|
4460
4442
|
display: inherit;
|
|
4461
4443
|
}
|
|
4462
4444
|
|
|
4445
|
+
/** badge.scss ----------------*/
|
|
4446
|
+
:root {
|
|
4447
|
+
--badge-color-border: var(--sld-color-border);
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
.badge {
|
|
4451
|
+
position: absolute;
|
|
4452
|
+
border-radius: 50%;
|
|
4453
|
+
border: 1px solid var(--badge-color-border);
|
|
4454
|
+
display: grid;
|
|
4455
|
+
place-items: center;
|
|
4456
|
+
width: 16px;
|
|
4457
|
+
height: 16px;
|
|
4458
|
+
}
|
|
4459
|
+
.badge .hidden {
|
|
4460
|
+
transform: scale(0, 0);
|
|
4461
|
+
}
|
|
4462
|
+
|
|
4463
4463
|
/** avatar.scss ----------------*/
|
|
4464
4464
|
:root {
|
|
4465
4465
|
--avatar-radius: var(--css-radius-small);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medyll/idae-slotui-svelte",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.81.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.2.0",
|
|
89
89
|
"@medyll/cssfabric": "^0.4.2",
|
|
90
|
-
"@medyll/idae-be": "^0.
|
|
91
|
-
"@medyll/idae-engine": "^1.
|
|
90
|
+
"@medyll/idae-be": "^0.80.0",
|
|
91
|
+
"@medyll/idae-engine": "^1.78.0",
|
|
92
92
|
"d3": "^7.9.0",
|
|
93
93
|
"lerna": "^8.2.1",
|
|
94
94
|
"npm-check-updates": "^17.1.16",
|