@appmax_npm/ds-prime 1.0.0-alpha.170 → 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 CHANGED
@@ -1,7 +1,7 @@
1
- import { defineComponent as o, openBlock as s, createBlock as t, resolveDynamicComponent as n, normalizeClass as l, unref as c, withCtx as d, renderSlot as m } from "vue";
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-md bg-white p-4 border !border-surface-50"), u = (r, e) => f(i(r), e), b = /* @__PURE__ */ o({
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 (a, C) => (s(), t(n(a.as), {
13
+ return (s, C) => (o(), t(n(s.as), {
14
14
  class: l(c(u)(e, e.class))
15
15
  }, {
16
- default: d(() => [
17
- m(a.$slots, "default")
16
+ default: m(() => [
17
+ d(s.$slots, "default")
18
18
  ]),
19
19
  _: 3
20
20
  }, 8, ["class"]));
@@ -0,0 +1,21 @@
1
+ import type { DefineComponent, VNode } from 'vue';
2
+
3
+ export interface AmCard_DEPRECATEDProps {}
4
+
5
+ export interface AmCard_DEPRECATEDSlots {
6
+ default: () => VNode[];
7
+ }
8
+
9
+ export interface AmCard_DEPRECATEDEmits {}
10
+
11
+ /**
12
+ * **DS Prime - AmCard_DEPRECATED**
13
+ *
14
+ * AmCard_DEPRECATED é um componente customizado para o DS Prime.
15
+ *
16
+ * [Documentação](https://appmax-space.bitbucket.io/ds-prime/componentes/AmCard_DEPRECATED.html)
17
+ */
18
+
19
+ declare const AmCard_DEPRECATED: DefineComponent<AmCard_DEPRECATEDProps, AmCard_DEPRECATEDSlots, AmCard_DEPRECATEDEmits>;
20
+
21
+ export default AmCard_DEPRECATED;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appmax_npm/ds-prime",
3
- "version": "1.0.0-alpha.170",
3
+ "version": "1.0.0-alpha.172",
4
4
  "description": "Design System da Appmax baseado no Primevue",
5
5
  "author": "Appmax",
6
6
  "exports": {