@warkypublic/svelix 0.1.2 → 0.1.4
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.
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
modal
|
|
70
70
|
>
|
|
71
71
|
<Portal>
|
|
72
|
-
<Dialog.Backdrop class="fixed inset-0 z-
|
|
73
|
-
<Dialog.Positioner class="fixed inset-0 z-
|
|
72
|
+
<Dialog.Backdrop class="fixed inset-0 z-[1000] bg-black/50 backdrop-blur-sm {animBackdrop}" />
|
|
73
|
+
<Dialog.Positioner class="fixed inset-0 z-[1010] flex justify-end">
|
|
74
74
|
<Dialog.Content
|
|
75
75
|
class="card bg-surface-100-900 shadow-2xl h-full flex flex-col overflow-hidden rounded-none rounded-l-container-token {animContent}"
|
|
76
76
|
style="width: {width}"
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
</Dialog.CloseTrigger>
|
|
85
85
|
</header>
|
|
86
86
|
|
|
87
|
-
<div class="flex-1 min-h-0 overflow-auto">
|
|
87
|
+
<div class="flex-1 min-h-0 overflow-auto bg-surface-50-950">
|
|
88
88
|
<Former
|
|
89
89
|
bind:values
|
|
90
90
|
bind:opened
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
modal
|
|
64
64
|
>
|
|
65
65
|
<Portal>
|
|
66
|
-
<Dialog.Backdrop class="fixed inset-0 z-
|
|
67
|
-
<Dialog.Positioner class="fixed inset-0 z-
|
|
66
|
+
<Dialog.Backdrop class="fixed inset-0 z-[1000] bg-black/50 backdrop-blur-sm {animBackdrop}" />
|
|
67
|
+
<Dialog.Positioner class="fixed inset-0 z-[1010] flex items-center justify-center p-4">
|
|
68
68
|
<Dialog.Content
|
|
69
69
|
class="card bg-surface-100-900 shadow-2xl w-full max-w-2xl max-h-[90vh] flex flex-col overflow-hidden {animContent}"
|
|
70
70
|
>
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
</Dialog.CloseTrigger>
|
|
78
78
|
</header>
|
|
79
79
|
|
|
80
|
-
<div class="flex-1 min-h-0 overflow-auto">
|
|
80
|
+
<div class="flex-1 min-h-0 overflow-auto bg-surface-50-950">
|
|
81
81
|
<Former
|
|
82
82
|
bind:values
|
|
83
83
|
bind:opened
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warkypublic/svelix",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Svelte 5 component library with Skeleton UI and Tailwind CSS",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"exports": {
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
9
|
"svelte": "./dist/index.js"
|
|
10
10
|
},
|
|
11
|
+
"./themes/*.css": "./dist/themes/*.css",
|
|
11
12
|
"./themes/svelix_orange.css": "./dist/themes/svelix_orange.css"
|
|
12
13
|
},
|
|
13
14
|
"files": [
|