adverich-kun-ui 0.1.169 → 0.1.170

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.
@@ -12,7 +12,7 @@ const g = {
12
12
  maxHeight: String
13
13
  },
14
14
  setup(l) {
15
- const e = l, n = t(() => e.fullscreen ? "fixed inset-0 w-screen h-screen rounded-none overflow-y-auto shadow-none" : `relative rounded-2xl shadow-xl transition-all p-2 ${e.scrollable ? "overflow-y-auto" : "overflow-visible"}`), r = t(() => [
15
+ const e = l, n = t(() => e.fullscreen ? "fixed inset-0 w-screen h-screen rounded-none overflow-y-auto shadow-none" : `relative rounded-2xl shadow-xl transition-all ${e.scrollable ? "overflow-y-auto" : "overflow-visible"}`), r = t(() => [
16
16
  n.value,
17
17
  e.contentClass,
18
18
  e.bgColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adverich-kun-ui",
3
- "version": "0.1.169",
3
+ "version": "0.1.170",
4
4
  "type": "module",
5
5
  "description": "Una librería de componentes Vue.js con Tailwind CSS",
6
6
  "main": "dist/index.js",