@medyll/idae-slotui-svelte 0.92.0 → 0.94.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.
@@ -104,7 +104,7 @@ declare const Checkbox: import("svelte").Component<{
104
104
  showPopover?: (() => void) | undefined;
105
105
  togglePopover?: ((options?: boolean) => boolean) | undefined;
106
106
  readonly attributes?: NamedNodeMap | undefined;
107
- classList?: DOMTokenList;
107
+ classList?: DOMTokenList | undefined;
108
108
  className?: string | undefined;
109
109
  readonly clientHeight?: number | undefined;
110
110
  readonly clientLeft?: number | undefined;
@@ -119,7 +119,7 @@ declare const Checkbox: import("svelte").Component<{
119
119
  onfullscreenerror?: ((this: Element, ev: Event) => any) | null | undefined;
120
120
  outerHTML?: string | undefined;
121
121
  readonly ownerDocument?: Document | undefined;
122
- part?: DOMTokenList;
122
+ part?: DOMTokenList | undefined;
123
123
  readonly prefix?: string | null | undefined;
124
124
  readonly scrollHeight?: number | undefined;
125
125
  scrollLeft?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medyll/idae-slotui-svelte",
3
- "version": "0.92.0",
3
+ "version": "0.94.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.0",
91
- "@medyll/idae-engine": "^1.89.0",
90
+ "@medyll/idae-be": "^1.2.0",
91
+ "@medyll/idae-engine": "^1.91.0",
92
92
  "d3": "^7.9.0",
93
93
  "lerna": "^8.2.1",
94
94
  "npm-check-updates": "^17.1.16",