@medyll/idae-slotui-svelte 0.118.0 → 0.119.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.
|
@@ -3126,17 +3126,6 @@ label {
|
|
|
3126
3126
|
max-width: 100%;
|
|
3127
3127
|
}
|
|
3128
3128
|
|
|
3129
|
-
/** confirm.scss ----------------*/
|
|
3130
|
-
.confirm {
|
|
3131
|
-
display: flex;
|
|
3132
|
-
align-items: center;
|
|
3133
|
-
gap: 0.5rem;
|
|
3134
|
-
}
|
|
3135
|
-
.confirm-validate {
|
|
3136
|
-
display: flex;
|
|
3137
|
-
align-items: center;
|
|
3138
|
-
}
|
|
3139
|
-
|
|
3140
3129
|
/** checkbox.scss ----------------*/
|
|
3141
3130
|
:root {
|
|
3142
3131
|
--sld-checkbox-background: var(--sld-color-background-alpha-high);
|
|
@@ -3266,6 +3255,17 @@ label {
|
|
|
3266
3255
|
transform: scale(1.1);
|
|
3267
3256
|
}
|
|
3268
3257
|
|
|
3258
|
+
/** confirm.scss ----------------*/
|
|
3259
|
+
.confirm {
|
|
3260
|
+
display: flex;
|
|
3261
|
+
align-items: center;
|
|
3262
|
+
gap: 0.5rem;
|
|
3263
|
+
}
|
|
3264
|
+
.confirm-validate {
|
|
3265
|
+
display: flex;
|
|
3266
|
+
align-items: center;
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3269
3269
|
/** button.scss ----------------*/
|
|
3270
3270
|
:root {
|
|
3271
3271
|
--sld-button-font-size: inherit;
|
|
@@ -3126,17 +3126,6 @@ label {
|
|
|
3126
3126
|
max-width: 100%;
|
|
3127
3127
|
}
|
|
3128
3128
|
|
|
3129
|
-
/** confirm.scss ----------------*/
|
|
3130
|
-
.confirm {
|
|
3131
|
-
display: flex;
|
|
3132
|
-
align-items: center;
|
|
3133
|
-
gap: 0.5rem;
|
|
3134
|
-
}
|
|
3135
|
-
.confirm-validate {
|
|
3136
|
-
display: flex;
|
|
3137
|
-
align-items: center;
|
|
3138
|
-
}
|
|
3139
|
-
|
|
3140
3129
|
/** checkbox.scss ----------------*/
|
|
3141
3130
|
:root {
|
|
3142
3131
|
--sld-checkbox-background: var(--sld-color-background-alpha-high);
|
|
@@ -3266,6 +3255,17 @@ label {
|
|
|
3266
3255
|
transform: scale(1.1);
|
|
3267
3256
|
}
|
|
3268
3257
|
|
|
3258
|
+
/** confirm.scss ----------------*/
|
|
3259
|
+
.confirm {
|
|
3260
|
+
display: flex;
|
|
3261
|
+
align-items: center;
|
|
3262
|
+
gap: 0.5rem;
|
|
3263
|
+
}
|
|
3264
|
+
.confirm-validate {
|
|
3265
|
+
display: flex;
|
|
3266
|
+
align-items: center;
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3269
3269
|
/** button.scss ----------------*/
|
|
3270
3270
|
:root {
|
|
3271
3271
|
--sld-button-font-size: inherit;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medyll/idae-slotui-svelte",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.119.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.
|
|
93
|
-
"@medyll/idae-engine": "^1.
|
|
92
|
+
"@medyll/idae-be": "^1.27.0",
|
|
93
|
+
"@medyll/idae-engine": "^1.116.0",
|
|
94
94
|
"d3": "^7.9.0",
|
|
95
95
|
"lerna": "^8.2.1",
|
|
96
96
|
"npm-check-updates": "^17.1.16",
|