@bitrix24/b24ui-nuxt 0.2.7 → 0.2.8
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/badge.ts +1 -1
- package/dist/meta.cjs +1308 -1308
- package/dist/meta.d.cts +1308 -1308
- package/dist/meta.d.mts +1308 -1308
- package/dist/meta.d.ts +1308 -1308
- package/dist/meta.mjs +1308 -1308
- package/dist/module.cjs +4 -4
- package/dist/module.json +1 -1
- package/dist/module.mjs +4 -4
- package/dist/runtime/components/Avatar.vue +1 -1
- package/dist/runtime/components/Badge.vue +7 -5
- package/dist/runtime/composables/useComponentIcons.d.ts +2 -2
- package/dist/shared/{b24ui-nuxt.BhidWnCI.mjs → b24ui-nuxt.BJy-SIWG.mjs} +1 -2
- package/dist/shared/{b24ui-nuxt.DWZW38ni.cjs → b24ui-nuxt.DBz6Z5xw.cjs} +1 -2
- package/dist/unplugin.cjs +2 -2
- package/dist/unplugin.mjs +2 -2
- package/dist/vite.cjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +7 -6
package/.nuxt/b24ui/badge.ts
CHANGED
|
@@ -32,7 +32,7 @@ export default {
|
|
|
32
32
|
"slots": {
|
|
33
33
|
"base": "select-none font-b24-secondary font-normal inline-flex items-center transition-all duration-200 ease-linear px-2 leading-normal rounded-md",
|
|
34
34
|
"wrapper": "inline-flex items-center",
|
|
35
|
-
"label": "max-w-full whitespace-nowrap text-ellipsis",
|
|
35
|
+
"label": "max-w-full whitespace-nowrap text-ellipsis decoration-from-font",
|
|
36
36
|
"leadingIcon": "shrink-0",
|
|
37
37
|
"leadingAvatar": "shrink-0",
|
|
38
38
|
"leadingAvatarSize": "",
|