@witchcraft/ui 0.4.0-beta.7 → 0.4.0-beta.9
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/dist/module.json +1 -1
- package/dist/runtime/components/WPopover/WPopover.vue +15 -16
- package/dist/runtime/components/WPopup/WPopup.vue +2 -2
- package/dist/runtime/components/WRoot/WRoot.d.vue.ts +1 -1
- package/dist/runtime/components/WRoot/WRoot.vue.d.ts +1 -1
- package/package.json +1 -1
- package/src/runtime/components/WPopover/WPopover.vue +15 -16
- package/src/runtime/components/WPopup/WPopup.vue +2 -2
package/dist/module.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
:style="contentStyle"
|
|
39
39
|
:class="twMerge(
|
|
40
40
|
`
|
|
41
|
-
popover--content
|
|
41
|
+
popover--content
|
|
42
42
|
focus:outline-none
|
|
43
43
|
overflow-auto
|
|
44
44
|
scrollbar-hidden
|
|
@@ -79,21 +79,20 @@
|
|
|
79
79
|
>
|
|
80
80
|
<div
|
|
81
81
|
:class="twMerge(`
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
`)"
|
|
82
|
+
popover--content-inner
|
|
83
|
+
flex
|
|
84
|
+
flex-col
|
|
85
|
+
bg-neutral-50
|
|
86
|
+
dark:bg-neutral-900
|
|
87
|
+
rounded-sm
|
|
88
|
+
p-2
|
|
89
|
+
shadow-sm
|
|
90
|
+
shadow-black/30
|
|
91
|
+
border
|
|
92
|
+
border-black/30
|
|
93
|
+
whitespace-pre-wrap
|
|
94
|
+
overflow-auto
|
|
95
|
+
`)"
|
|
97
96
|
>
|
|
98
97
|
<slot name="popover"/>
|
|
99
98
|
</div>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<DialogContent
|
|
28
28
|
v-bind="{ ...contentProps, class: void 0 }"
|
|
29
29
|
:class="twMerge(`
|
|
30
|
-
popup--content
|
|
30
|
+
popup--content
|
|
31
31
|
z-100
|
|
32
32
|
focus:outline-none
|
|
33
33
|
fixed
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
>
|
|
46
46
|
<div
|
|
47
47
|
:class="twMerge(`
|
|
48
|
-
popup--content
|
|
48
|
+
popup--content-inner
|
|
49
49
|
flex
|
|
50
50
|
flex-col
|
|
51
51
|
bg-neutral-100
|
|
@@ -23,8 +23,8 @@ type __VLS_Slots = {} & {
|
|
|
23
23
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
|
|
24
24
|
darkMode: import("../../main.lib.js").DarkModeState & import("../../main.lib.js").DarkModeCommands;
|
|
25
25
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
26
|
-
useBuiltinTranslations: boolean;
|
|
27
26
|
theme: Theme;
|
|
27
|
+
useBuiltinTranslations: boolean;
|
|
28
28
|
outline: boolean;
|
|
29
29
|
isClientSide: boolean;
|
|
30
30
|
forceOutline: boolean;
|
|
@@ -23,8 +23,8 @@ type __VLS_Slots = {} & {
|
|
|
23
23
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {
|
|
24
24
|
darkMode: import("../../main.lib.js").DarkModeState & import("../../main.lib.js").DarkModeCommands;
|
|
25
25
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
26
|
-
useBuiltinTranslations: boolean;
|
|
27
26
|
theme: Theme;
|
|
27
|
+
useBuiltinTranslations: boolean;
|
|
28
28
|
outline: boolean;
|
|
29
29
|
isClientSide: boolean;
|
|
30
30
|
forceOutline: boolean;
|
package/package.json
CHANGED
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
}"
|
|
38
38
|
:style="contentStyle"
|
|
39
39
|
:class="twMerge(`
|
|
40
|
-
popover--content
|
|
40
|
+
popover--content
|
|
41
41
|
focus:outline-none
|
|
42
42
|
overflow-auto
|
|
43
43
|
scrollbar-hidden
|
|
@@ -77,21 +77,20 @@
|
|
|
77
77
|
>
|
|
78
78
|
<div
|
|
79
79
|
:class="twMerge(`
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
`)"
|
|
80
|
+
popover--content-inner
|
|
81
|
+
flex
|
|
82
|
+
flex-col
|
|
83
|
+
bg-neutral-50
|
|
84
|
+
dark:bg-neutral-900
|
|
85
|
+
rounded-sm
|
|
86
|
+
p-2
|
|
87
|
+
shadow-sm
|
|
88
|
+
shadow-black/30
|
|
89
|
+
border
|
|
90
|
+
border-black/30
|
|
91
|
+
whitespace-pre-wrap
|
|
92
|
+
overflow-auto
|
|
93
|
+
`)"
|
|
95
94
|
>
|
|
96
95
|
<slot name="popover"/>
|
|
97
96
|
</div>
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
<DialogContent
|
|
29
29
|
v-bind="{ ...contentProps, class: undefined }"
|
|
30
30
|
:class="twMerge(`
|
|
31
|
-
popup--content
|
|
31
|
+
popup--content
|
|
32
32
|
z-100
|
|
33
33
|
focus:outline-none
|
|
34
34
|
fixed
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
>
|
|
47
47
|
<div
|
|
48
48
|
:class="twMerge(`
|
|
49
|
-
popup--content
|
|
49
|
+
popup--content-inner
|
|
50
50
|
flex
|
|
51
51
|
flex-col
|
|
52
52
|
bg-neutral-100
|