@hkdigital/lib-sveltekit 0.1.49 → 0.1.50

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.
@@ -185,7 +185,7 @@
185
185
  {type}
186
186
  {required}
187
187
  {disabled}
188
- {value}
188
+ bind:value
189
189
  {placeholder}
190
190
  class="{inputBase} {inputClasses}"
191
191
  aria-invalid={!isValid}
@@ -8,7 +8,7 @@
8
8
  * nextSlideLabel?: string,
9
9
  * presenter?: { gotoSlide: (name: string) => void, getCurrentSlideName: () => string },
10
10
  * getLoadingController?: () => { loaded: () => void, cancel: () => void }
11
- * fit?: string,
11
+ * fit?: 'contain' | 'cover' | 'fill',
12
12
  * position?: string,
13
13
  * [attr: string]: any
14
14
  * }}
@@ -12,6 +12,6 @@ declare const ImageSlide: import("svelte").Component<{
12
12
  loaded: () => void;
13
13
  cancel: () => void;
14
14
  };
15
- fit?: string;
15
+ fit?: "contain" | "cover" | "fill";
16
16
  position?: string;
17
17
  }, {}, "">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hkdigital/lib-sveltekit",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "author": {
5
5
  "name": "HKdigital",
6
6
  "url": "https://hkdigital.nl"