@medyll/idae-slotui-svelte 0.110.0 → 0.111.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,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';
@@ -189,6 +189,10 @@ export { default as BootStrApp } from './ui/bootstrapp/BootStrApp.svelte';
189
189
  export * from './styles/slotuisheet/utils.js';
190
190
  export * from './styles/slotuisheet/types.js';
191
191
  export { default as SlotuiSheet } from './styles/slotuisheet/SlotuiSheet.svelte';
192
+ export * from './navigation/tabs/types.js';
193
+ export { default as Tabs } from './navigation/tabs/Tabs.svelte';
194
+ export * from './navigation/drawer/types.js';
195
+ export { default as Drawer } from './navigation/drawer/Drawer.svelte';
192
196
  export * from './data/sorter/types.js';
193
197
  export { default as Sorterer } from './data/sorter/Sorterer.svelte';
194
198
  export { default as Sorter } from './data/sorter/Sorter.svelte';
@@ -208,10 +212,6 @@ export { default as DataListRow } from './data/dataList/DataListRow.svelte';
208
212
  export { default as DataListHead } from './data/dataList/DataListHead.svelte';
209
213
  export { default as DataListCell } from './data/dataList/DataListCell.svelte';
210
214
  export { default as DataList } from './data/dataList/DataList.svelte';
211
- export * from './navigation/tabs/types.js';
212
- export { default as Tabs } from './navigation/tabs/Tabs.svelte';
213
- export * from './navigation/drawer/types.js';
214
- export { default as Drawer } from './navigation/drawer/Drawer.svelte';
215
215
  export * from './controls/textfield/types.js';
216
216
  export { default as TextField } from './controls/textfield/TextField.svelte';
217
217
  export * from './controls/switch/types.js';
@@ -253,12 +253,12 @@ export { default as DemoerCode } from './base/demoer/DemoerCode.svelte';
253
253
  export { default as Demoer } from './base/demoer/Demoer.svelte';
254
254
  export { default as DemoPage } from './base/demoer/DemoPage.svelte';
255
255
  export { default as Debug } from './base/debug/Debug.svelte';
256
- export * from './base/contentSwitcher/useContentSwitcher.js';
257
- export * from './base/contentSwitcher/types.js';
258
- export { default as ContentSwitcher } from './base/contentSwitcher/ContentSwitcher.svelte';
259
256
  export * from './base/columner/types.js';
260
257
  export { default as Columner } from './base/columner/Columner.svelte';
261
258
  export { default as Column } from './base/columner/Column.svelte';
259
+ export * from './base/contentSwitcher/useContentSwitcher.js';
260
+ export * from './base/contentSwitcher/types.js';
261
+ export { default as ContentSwitcher } from './base/contentSwitcher/ContentSwitcher.svelte';
262
262
  export * from './base/chipper/types.js';
263
263
  export { default as Chipper } from './base/chipper/Chipper.svelte';
264
264
  export * from './base/cartouche/types.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';
@@ -190,6 +190,10 @@ export { default as BootStrApp } from './ui/bootstrapp/BootStrApp.svelte';
190
190
  export * from './styles/slotuisheet/utils.js';
191
191
  export * from './styles/slotuisheet/types.js';
192
192
  export { default as SlotuiSheet } from './styles/slotuisheet/SlotuiSheet.svelte';
193
+ export * from './navigation/tabs/types.js';
194
+ export { default as Tabs } from './navigation/tabs/Tabs.svelte';
195
+ export * from './navigation/drawer/types.js';
196
+ export { default as Drawer } from './navigation/drawer/Drawer.svelte';
193
197
  export * from './data/sorter/types.js';
194
198
  export { default as Sorterer } from './data/sorter/Sorterer.svelte';
195
199
  export { default as Sorter } from './data/sorter/Sorter.svelte';
@@ -209,10 +213,6 @@ export { default as DataListRow } from './data/dataList/DataListRow.svelte';
209
213
  export { default as DataListHead } from './data/dataList/DataListHead.svelte';
210
214
  export { default as DataListCell } from './data/dataList/DataListCell.svelte';
211
215
  export { default as DataList } from './data/dataList/DataList.svelte';
212
- export * from './navigation/tabs/types.js';
213
- export { default as Tabs } from './navigation/tabs/Tabs.svelte';
214
- export * from './navigation/drawer/types.js';
215
- export { default as Drawer } from './navigation/drawer/Drawer.svelte';
216
216
  export * from './controls/textfield/types.js';
217
217
  export { default as TextField } from './controls/textfield/TextField.svelte';
218
218
  export * from './controls/switch/types.js';
@@ -254,12 +254,12 @@ export { default as DemoerCode } from './base/demoer/DemoerCode.svelte';
254
254
  export { default as Demoer } from './base/demoer/Demoer.svelte';
255
255
  export { default as DemoPage } from './base/demoer/DemoPage.svelte';
256
256
  export { default as Debug } from './base/debug/Debug.svelte';
257
- export * from './base/contentSwitcher/useContentSwitcher.js';
258
- export * from './base/contentSwitcher/types.js';
259
- export { default as ContentSwitcher } from './base/contentSwitcher/ContentSwitcher.svelte';
260
257
  export * from './base/columner/types.js';
261
258
  export { default as Columner } from './base/columner/Columner.svelte';
262
259
  export { default as Column } from './base/columner/Column.svelte';
260
+ export * from './base/contentSwitcher/useContentSwitcher.js';
261
+ export * from './base/contentSwitcher/types.js';
262
+ export { default as ContentSwitcher } from './base/contentSwitcher/ContentSwitcher.svelte';
263
263
  export * from './base/chipper/types.js';
264
264
  export { default as Chipper } from './base/chipper/Chipper.svelte';
265
265
  export * from './base/cartouche/types.js';
@@ -3004,19 +3004,6 @@ label {
3004
3004
  color: var(--stepper-active-color);
3005
3005
  }
3006
3006
 
3007
- /** select.scss ----------------*/
3008
- :root {
3009
- --select-background-color: var(--sld-color-background);
3010
- --select-radius: var(--sld-radius-small);
3011
- }
3012
-
3013
- .select {
3014
- background-color: var(--select-background-color);
3015
- height: 160px;
3016
- width: 160px;
3017
- border-radius: var(--select-radius);
3018
- }
3019
-
3020
3007
  /** slider.scss ----------------*/
3021
3008
  :root {
3022
3009
  --slider-background-color: var(--sld-color-background);
@@ -3093,6 +3080,19 @@ label {
3093
3080
  outline: 4px solid var(--slider-thumb-hover-outline);
3094
3081
  }
3095
3082
 
3083
+ /** select.scss ----------------*/
3084
+ :root {
3085
+ --select-background-color: var(--sld-color-background);
3086
+ --select-radius: var(--sld-radius-small);
3087
+ }
3088
+
3089
+ .select {
3090
+ background-color: var(--select-background-color);
3091
+ height: 160px;
3092
+ width: 160px;
3093
+ border-radius: var(--select-radius);
3094
+ }
3095
+
3096
3096
  /** rating.scss ----------------*/
3097
3097
  :root {
3098
3098
  --rating-gap: var(--sld-gap-small);
@@ -3004,19 +3004,6 @@ label {
3004
3004
  color: var(--stepper-active-color);
3005
3005
  }
3006
3006
 
3007
- /** select.scss ----------------*/
3008
- :root {
3009
- --select-background-color: var(--sld-color-background);
3010
- --select-radius: var(--sld-radius-small);
3011
- }
3012
-
3013
- .select {
3014
- background-color: var(--select-background-color);
3015
- height: 160px;
3016
- width: 160px;
3017
- border-radius: var(--select-radius);
3018
- }
3019
-
3020
3007
  /** slider.scss ----------------*/
3021
3008
  :root {
3022
3009
  --slider-background-color: var(--sld-color-background);
@@ -3093,6 +3080,19 @@ label {
3093
3080
  outline: 4px solid var(--slider-thumb-hover-outline);
3094
3081
  }
3095
3082
 
3083
+ /** select.scss ----------------*/
3084
+ :root {
3085
+ --select-background-color: var(--sld-color-background);
3086
+ --select-radius: var(--sld-radius-small);
3087
+ }
3088
+
3089
+ .select {
3090
+ background-color: var(--select-background-color);
3091
+ height: 160px;
3092
+ width: 160px;
3093
+ border-radius: var(--select-radius);
3094
+ }
3095
+
3096
3096
  /** rating.scss ----------------*/
3097
3097
  :root {
3098
3098
  --rating-gap: var(--sld-gap-small);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medyll/idae-slotui-svelte",
3
- "version": "0.110.0",
3
+ "version": "0.111.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.18.0",
93
- "@medyll/idae-engine": "^1.107.0",
92
+ "@medyll/idae-be": "^1.19.0",
93
+ "@medyll/idae-engine": "^1.108.0",
94
94
  "d3": "^7.9.0",
95
95
  "lerna": "^8.2.1",
96
96
  "npm-check-updates": "^17.1.16",