@bitrix24/b24ui-nuxt 0.2.5 → 0.2.7

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.
@@ -1,7 +1,7 @@
1
1
  export default {
2
2
  "slots": {
3
3
  "overlay": "fixed inset-0 bg-base-950/20 dark:bg-base-950/30",
4
- "content": "py-md2 px-5 fixed w-full h-dvh bg-white dark:bg-base-950 flex flex-col focus:outline-none",
4
+ "content": "py-md2 px-5 fixed bg-white dark:bg-base-950 flex flex-col focus:outline-none",
5
5
  "header": "pe-5 pt-0",
6
6
  "body": "flex-1 overflow-y-auto my-2.5 text-md leading-normal",
7
7
  "footer": "flex items-center justify-center gap-3 mt-2.5 pt-4 border-t border-t-1 border-t-base-900/10 dark:border-t-white/20",
@@ -21,7 +21,7 @@ export default {
21
21
  "content": "inset-0"
22
22
  },
23
23
  "false": {
24
- "content": "top-[50%] left-[50%] translate-x-[-50%] translate-y-[-50%] sm:min-w-[400px] sm:max-w-[420px] sm:h-auto sm:max-h-[calc(100vh-4rem)] sm:rounded-md sm:shadow-lg sm:ring ring-base-300 dark:ring-base-800"
24
+ "content": "top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[calc(100vw-2rem)] max-w-[32rem] max-h-[calc(100vh-2rem)] sm:max-h-[calc(100vh-4rem)] rounded-md shadow-lg ring ring-base-300 dark:ring-base-800"
25
25
  }
26
26
  }
27
27
  }
package/cli/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "dependencies": {
8
8
  "citty": "^0.1.6",
9
9
  "consola": "^3.4.0",
10
- "pathe": "^2.0.2",
10
+ "pathe": "^2.0.3",
11
11
  "scule": "^1.3.0"
12
12
  }
13
13
  }