@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "witchcraftUi",
3
3
  "configKey": "witchcraftUi",
4
- "version": "0.4.0-beta.7",
4
+ "version": "0.4.0-beta.9",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -38,7 +38,7 @@
38
38
  :style="contentStyle"
39
39
  :class="twMerge(
40
40
  `
41
- popover--content-wrapper
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
- popover--content
83
- flex
84
- flex-col
85
- bg-neutral-50
86
- dark:bg-neutral-900
87
- rounded-sm
88
- p-2
89
- text-sm
90
- shadow-sm
91
- shadow-black/30
92
- border
93
- border-black/30
94
- whitespace-pre-wrap
95
- overflow-auto
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-wrapper
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@witchcraft/ui",
3
- "version": "0.4.0-beta.7",
3
+ "version": "0.4.0-beta.9",
4
4
  "description": "Vue component library.",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime/main.lib.js",
@@ -37,7 +37,7 @@
37
37
  }"
38
38
  :style="contentStyle"
39
39
  :class="twMerge(`
40
- popover--content-wrapper
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
- popover--content
81
- flex
82
- flex-col
83
- bg-neutral-50
84
- dark:bg-neutral-900
85
- rounded-sm
86
- p-2
87
- text-sm
88
- shadow-sm
89
- shadow-black/30
90
- border
91
- border-black/30
92
- whitespace-pre-wrap
93
- overflow-auto
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-wrapper
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