sveltekit-ui 1.0.63 → 1.0.64

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.
@@ -874,7 +874,7 @@ export function create_content_manager(config) {
874
874
  children: children_res?.children,
875
875
  }
876
876
  } else {
877
- console.log("else", deep_copy(val_loc))
877
+ // console.log("else", deep_copy(val_loc))
878
878
  }
879
879
  }
880
880
 
@@ -110,7 +110,7 @@ export function create_qr_input_manager(config) {
110
110
  val: config?.val?.corner_color ?? null,
111
111
  })
112
112
  background_color_manager = create_color_input_manager({
113
- is_show_opacity: false,
113
+ is_show_opacity: true,
114
114
  l_options: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16],
115
115
  val: config?.val?.background_color ?? null,
116
116
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sveltekit-ui",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "A SvelteKit UI component library for building modern web applications",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,14 +19,14 @@
19
19
  "dependencies": {
20
20
  "context-filter-polyfill": "^0.3.23",
21
21
  "qr-code-styling": "^1.9.2",
22
- "svelte": "^5.38.10"
22
+ "svelte": "^5.39.1"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@sveltejs/kit": "^2.22.2"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@sveltejs/adapter-vercel": "^5.10.2",
29
- "@sveltejs/kit": "^2.41.0",
29
+ "@sveltejs/kit": "^2.42.1",
30
30
  "@sveltejs/package": "^2.5.2",
31
31
  "@sveltejs/vite-plugin-svelte": "^6.2.0",
32
32
  "@vercel/analytics": "^1.5.0",
@@ -874,7 +874,7 @@ export function create_content_manager(config) {
874
874
  children: children_res?.children,
875
875
  }
876
876
  } else {
877
- console.log("else", deep_copy(val_loc))
877
+ // console.log("else", deep_copy(val_loc))
878
878
  }
879
879
  }
880
880
 
@@ -110,7 +110,7 @@ export function create_qr_input_manager(config) {
110
110
  val: config?.val?.corner_color ?? null,
111
111
  })
112
112
  background_color_manager = create_color_input_manager({
113
- is_show_opacity: false,
113
+ is_show_opacity: true,
114
114
  l_options: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16],
115
115
  val: config?.val?.background_color ?? null,
116
116
  })