sveltekit-ui 1.0.26 → 1.0.27

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/README.md CHANGED
@@ -15,7 +15,7 @@ or to start a new project with a starter template (recommended). In your termina
15
15
 
16
16
  ## Update Package
17
17
 
18
- It's possible the starter template is a few updates behind. Check for updates by running `ncu -u`. You should run that periodically to keep the latest version of our components
18
+ It's possible the starter template is a few updates behind. Check for updates by running `ncu -u`. You should run that periodically to keep the latest version of your npm packges
19
19
 
20
20
  ## Developing
21
21
 
@@ -152,9 +152,9 @@ export function create_content_input_manager(config) {
152
152
  extra_popover_manager = create_popover_manager({
153
153
  type: "dropdown",
154
154
  min_width: 100,
155
- target_width: 200,
155
+ target_width: 220,
156
156
  min_height: 100,
157
- target_height: 200,
157
+ target_height: 240,
158
158
  anchor_id: () => `button_${extra_popover_button_manager?.id}`,
159
159
  })
160
160
  extra_popover_button_manager = create_button_manager({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sveltekit-ui",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "A SvelteKit UI component library for building modern web applications",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,8 +26,8 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@sveltejs/adapter-vercel": "^5.10.2",
29
- "@sveltejs/kit": "^2.34.1",
30
- "@sveltejs/package": "^2.4.1",
29
+ "@sveltejs/kit": "^2.35.0",
30
+ "@sveltejs/package": "^2.5.0",
31
31
  "@sveltejs/vite-plugin-svelte": "^6.1.3",
32
32
  "@vercel/analytics": "^1.5.0",
33
33
  "typescript": "^5.9.2",
@@ -152,9 +152,9 @@ export function create_content_input_manager(config) {
152
152
  extra_popover_manager = create_popover_manager({
153
153
  type: "dropdown",
154
154
  min_width: 100,
155
- target_width: 200,
155
+ target_width: 220,
156
156
  min_height: 100,
157
- target_height: 200,
157
+ target_height: 240,
158
158
  anchor_id: () => `button_${extra_popover_button_manager?.id}`,
159
159
  })
160
160
  extra_popover_button_manager = create_button_manager({