@bitrix24/b24ui-nuxt 0.2.4 → 0.2.5
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/.nuxt/b24ui/content/description-list.ts +2 -2
- package/.nuxt/b24ui/radio-group.ts +1 -1
- package/.nuxt/b24ui/select-menu.ts +2 -1
- package/dist/meta.cjs +259 -259
- package/dist/meta.d.cts +259 -259
- package/dist/meta.d.mts +259 -259
- package/dist/meta.d.ts +259 -259
- package/dist/meta.mjs +259 -259
- package/dist/module.cjs +1 -1
- package/dist/module.json +1 -1
- package/dist/module.mjs +1 -1
- package/dist/runtime/components/SelectMenu.vue +72 -68
- package/dist/shared/{b24ui-nuxt.V9TzyCqH.mjs → b24ui-nuxt.BYTVBEky.mjs} +9 -4
- package/dist/shared/{b24ui-nuxt.DGjopCKm.cjs → b24ui-nuxt.BfbMerCZ.cjs} +9 -4
- package/dist/unplugin.cjs +1 -1
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +9 -8
|
@@ -19,8 +19,8 @@ export default {
|
|
|
19
19
|
"avatar": "shrink-0",
|
|
20
20
|
"avatarSize": "",
|
|
21
21
|
"label": "",
|
|
22
|
-
"descriptionWrapper": "
|
|
23
|
-
"description": "
|
|
22
|
+
"descriptionWrapper": "sm:border-t sm:[&:nth-child(2)]:border-none text-base-900 sm:border-base-950/5 dark:text-base-150 dark:sm:border-white/5",
|
|
23
|
+
"description": "",
|
|
24
24
|
"actions": "flex flex-wrap gap-1.5 shrink-0",
|
|
25
25
|
"footer": "border-t border-base-950/5 dark:border-white/5"
|
|
26
26
|
},
|
|
@@ -25,7 +25,7 @@ export default {
|
|
|
25
25
|
"slots": {
|
|
26
26
|
"root": "relative",
|
|
27
27
|
"fieldset": "flex",
|
|
28
|
-
"legend": "mb-1.5 block
|
|
28
|
+
"legend": "mb-1.5 block text-base-900 dark:text-base-400",
|
|
29
29
|
"item": "flex items-start",
|
|
30
30
|
"base": "cursor-pointer rounded-full ring ring-inset ring-base-300 dark:ring-base-700 outline-transparent focus-visible:outline-2 focus-visible:outline-offset-2",
|
|
31
31
|
"indicator": " flex items-center justify-center size-full rounded-full after:bg-white dark:after:bg-base-dark after:rounded-full",
|
|
@@ -67,7 +67,8 @@ export default {
|
|
|
67
67
|
"itemTrailing": "ms-auto inline-flex gap-1.5 items-center",
|
|
68
68
|
"itemTrailingIcon": "shrink-0",
|
|
69
69
|
"itemLabel": "truncate",
|
|
70
|
-
"input": "border-b border-base-300 dark:dark:border-base-800"
|
|
70
|
+
"input": "border-b border-base-300 dark:dark:border-base-800",
|
|
71
|
+
"focusScope": "flex flex-col min-h-0"
|
|
71
72
|
},
|
|
72
73
|
"variants": {
|
|
73
74
|
"buttonGroup": {
|