@medyll/idae-slotui-svelte 0.116.0 → 0.118.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.
|
@@ -3080,17 +3080,6 @@ label {
|
|
|
3080
3080
|
outline: 4px solid var(--slider-thumb-hover-outline);
|
|
3081
3081
|
}
|
|
3082
3082
|
|
|
3083
|
-
/** rating.scss ----------------*/
|
|
3084
|
-
:root {
|
|
3085
|
-
--rating-gap: var(--sld-gap-small);
|
|
3086
|
-
}
|
|
3087
|
-
|
|
3088
|
-
.rating {
|
|
3089
|
-
display: flex;
|
|
3090
|
-
flex-direction: var(--direction);
|
|
3091
|
-
gap: var(--rating-gap);
|
|
3092
|
-
}
|
|
3093
|
-
|
|
3094
3083
|
/** select.scss ----------------*/
|
|
3095
3084
|
:root {
|
|
3096
3085
|
--select-background-color: var(--sld-color-background);
|
|
@@ -3104,6 +3093,17 @@ label {
|
|
|
3104
3093
|
border-radius: var(--select-radius);
|
|
3105
3094
|
}
|
|
3106
3095
|
|
|
3096
|
+
/** rating.scss ----------------*/
|
|
3097
|
+
:root {
|
|
3098
|
+
--rating-gap: var(--sld-gap-small);
|
|
3099
|
+
}
|
|
3100
|
+
|
|
3101
|
+
.rating {
|
|
3102
|
+
display: flex;
|
|
3103
|
+
flex-direction: var(--direction);
|
|
3104
|
+
gap: var(--rating-gap);
|
|
3105
|
+
}
|
|
3106
|
+
|
|
3107
3107
|
/** progress.scss ----------------*/
|
|
3108
3108
|
:root {
|
|
3109
3109
|
--progress-border: var(--sld-color-secondary-alpha-mid);
|
|
@@ -3080,17 +3080,6 @@ label {
|
|
|
3080
3080
|
outline: 4px solid var(--slider-thumb-hover-outline);
|
|
3081
3081
|
}
|
|
3082
3082
|
|
|
3083
|
-
/** rating.scss ----------------*/
|
|
3084
|
-
:root {
|
|
3085
|
-
--rating-gap: var(--sld-gap-small);
|
|
3086
|
-
}
|
|
3087
|
-
|
|
3088
|
-
.rating {
|
|
3089
|
-
display: flex;
|
|
3090
|
-
flex-direction: var(--direction);
|
|
3091
|
-
gap: var(--rating-gap);
|
|
3092
|
-
}
|
|
3093
|
-
|
|
3094
3083
|
/** select.scss ----------------*/
|
|
3095
3084
|
:root {
|
|
3096
3085
|
--select-background-color: var(--sld-color-background);
|
|
@@ -3104,6 +3093,17 @@ label {
|
|
|
3104
3093
|
border-radius: var(--select-radius);
|
|
3105
3094
|
}
|
|
3106
3095
|
|
|
3096
|
+
/** rating.scss ----------------*/
|
|
3097
|
+
:root {
|
|
3098
|
+
--rating-gap: var(--sld-gap-small);
|
|
3099
|
+
}
|
|
3100
|
+
|
|
3101
|
+
.rating {
|
|
3102
|
+
display: flex;
|
|
3103
|
+
flex-direction: var(--direction);
|
|
3104
|
+
gap: var(--rating-gap);
|
|
3105
|
+
}
|
|
3106
|
+
|
|
3107
3107
|
/** progress.scss ----------------*/
|
|
3108
3108
|
:root {
|
|
3109
3109
|
--progress-border: var(--sld-color-secondary-alpha-mid);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medyll/idae-slotui-svelte",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.118.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.26.0",
|
|
93
|
+
"@medyll/idae-engine": "^1.115.0",
|
|
94
94
|
"d3": "^7.9.0",
|
|
95
95
|
"lerna": "^8.2.1",
|
|
96
96
|
"npm-check-updates": "^17.1.16",
|