@x33025/sveltely 0.0.14 → 0.0.15
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.
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
|
|
92
92
|
<svelte:window onclick={handleOutsideClick} onscroll={close} onresize={close} />
|
|
93
93
|
|
|
94
|
-
<div class="dropdown-container relative
|
|
95
|
-
<div
|
|
94
|
+
<div class="dropdown-container relative inline-block text-left {className}">
|
|
95
|
+
<div bind:this={triggerEl}>
|
|
96
96
|
<button
|
|
97
97
|
type="button"
|
|
98
|
-
class="
|
|
98
|
+
class="text-left"
|
|
99
99
|
onclick={toggle}
|
|
100
100
|
aria-expanded={isOpen}
|
|
101
101
|
aria-haspopup="true"
|
package/dist/style.css
CHANGED