@appmax_npm/ds-prime 1.0.0-alpha.171 → 1.0.0-alpha.172
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/amcard/index.js +5 -5
- package/package.json +1 -1
package/amcard/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as a, openBlock as o, createBlock as t, resolveDynamicComponent as n, normalizeClass as l, unref as c, withCtx as m, renderSlot as d } from "vue";
|
|
2
2
|
import { cva as p } from "class-variance-authority";
|
|
3
3
|
import { twMerge as f } from "tailwind-merge";
|
|
4
|
-
const i = p("rounded-lg shadow-
|
|
4
|
+
const i = p("rounded-lg shadow-sm bg-white p-4 border !border-surface-50"), u = (r, e) => f(i(r), e), b = /* @__PURE__ */ a({
|
|
5
5
|
__name: "AmCard",
|
|
6
6
|
props: {
|
|
7
7
|
as: { default: "div" },
|
|
@@ -10,11 +10,11 @@ const i = p("rounded-lg shadow-md bg-white p-4 border !border-surface-50"), u =
|
|
|
10
10
|
},
|
|
11
11
|
setup(r) {
|
|
12
12
|
const e = r;
|
|
13
|
-
return (
|
|
13
|
+
return (s, C) => (o(), t(n(s.as), {
|
|
14
14
|
class: l(c(u)(e, e.class))
|
|
15
15
|
}, {
|
|
16
|
-
default:
|
|
17
|
-
|
|
16
|
+
default: m(() => [
|
|
17
|
+
d(s.$slots, "default")
|
|
18
18
|
]),
|
|
19
19
|
_: 3
|
|
20
20
|
}, 8, ["class"]));
|