@bitrix24/b24ui-nuxt 0.3.4 → 0.4.0

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.
@@ -42,7 +42,8 @@ export default {
42
42
  "leadingIcon": "shrink-0",
43
43
  "leadingAvatar": "shrink-0",
44
44
  "leadingAvatarSize": "",
45
- "trailingIcon": "shrink-0"
45
+ "trailingIcon": "shrink-0",
46
+ "safeList": "h-full w-full absolute inset-0 flex flex-row flex-nowrap items-center justify-center w-[28px] h-[28px] size-lg animate-spin stroke-2 invisible"
46
47
  },
47
48
  "variants": {
48
49
  "buttonGroup": {
@@ -16,7 +16,7 @@ const swipeDirection = [
16
16
 
17
17
  export default {
18
18
  "slots": {
19
- "viewport": "fixed flex flex-col w-[calc(100%-2rem)] sm:w-96 z-[100] data-[expanded=true]:h-(--height) focus:outline-none",
19
+ "viewport": "fixed flex flex-col w-[calc(100%-2rem)] sm:w-96 z-[100] data-[expanded=true]:h-(--height) focus:outline-none mr-(--scrollbar-width)",
20
20
  "base": "pointer-events-auto absolute inset-x-0 z-(--index) transform-(--transform) data-[expanded=false]:data-[front=false]:h-(--front-height) data-[expanded=false]:data-[front=false]:*:invisible data-[state=closed]:animate-[toast-closed_200ms_ease-in-out] data-[state=closed]:data-[expanded=false]:data-[front=false]:animate-[toast-collapsed-closed_200ms_ease-in-out] data-[swipe=move]:transition-none transition-[transform,translate,height] duration-200 ease-out"
21
21
  },
22
22
  "variants": {