@invopop/popui 0.0.65 → 0.0.66
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.
|
@@ -29,7 +29,7 @@ $:
|
|
|
29
29
|
{ "text-danger-500": item.destructive },
|
|
30
30
|
{ "text-neutral-800": !item.destructive },
|
|
31
31
|
{ "tracking-tight max-w-[200px]": workspace },
|
|
32
|
-
{ "tracking-normal
|
|
32
|
+
{ "tracking-normal": !workspace }
|
|
33
33
|
);
|
|
34
34
|
onMount(() => {
|
|
35
35
|
if (!scrollIfSelected)
|
|
@@ -14,7 +14,7 @@ export let options = [];
|
|
|
14
14
|
export let placeholder = "";
|
|
15
15
|
export let multiple = false;
|
|
16
16
|
export let fullWidth = false;
|
|
17
|
-
export let widthClass = "max-w-[420px]";
|
|
17
|
+
export let widthClass = "min-w-[160px] max-w-[420px]";
|
|
18
18
|
let selectDropdown;
|
|
19
19
|
let resolvedIcon;
|
|
20
20
|
let isOpen = false;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@invopop/popui",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.66",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite dev",
|
|
7
7
|
"build": "vite build && npm run package",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"@beyonk/svelte-datepicker": "^13.0.3",
|
|
85
85
|
"@floating-ui/core": "^1.5.1",
|
|
86
|
-
"@invopop/ui-icons": "0.0.
|
|
86
|
+
"@invopop/ui-icons": "0.0.55",
|
|
87
87
|
"@steeze-ui/heroicons": "^2.2.3",
|
|
88
88
|
"@steeze-ui/svelte-icon": "^1.5.0",
|
|
89
89
|
"@twind/core": "^1.1.3",
|