@medyll/idae-slotui-svelte 0.116.0 → 0.117.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 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';
@@ -107,7 +108,6 @@ export * as autoCompleteMinCss from './slotui-css/auto-complete.min.css';
107
108
  export * as autoCompleteCss from './slotui-css/auto-complete.css';
108
109
  export * as alertMinCss from './slotui-css/alert.min.css';
109
110
  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';
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';
@@ -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';
@@ -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.116.0",
3
+ "version": "0.117.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.24.0",
93
- "@medyll/idae-engine": "^1.113.0",
92
+ "@medyll/idae-be": "^1.25.0",
93
+ "@medyll/idae-engine": "^1.114.0",
94
94
  "d3": "^7.9.0",
95
95
  "lerna": "^8.2.1",
96
96
  "npm-check-updates": "^17.1.16",