@grapadigital/shared-app-modules 0.0.67 → 0.0.69

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,12 +1,12 @@
1
- import { j as r } from "./jsx-runtime.D1wuIqXR.js";
1
+ import { jsx as r } from "react/jsx-runtime";
2
2
  import "react";
3
- import { c as s } from "./hover-card.NOAOQorx.js";
3
+ import { c as o } from "./hover-card.m3BxHMUz.js";
4
4
  function n({ className: a, ...t }) {
5
- return /* @__PURE__ */ r.jsx(
5
+ return /* @__PURE__ */ r(
6
6
  "div",
7
7
  {
8
8
  "data-slot": "card",
9
- className: s(
9
+ className: o(
10
10
  "bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",
11
11
  a
12
12
  ),
@@ -15,11 +15,11 @@ function n({ className: a, ...t }) {
15
15
  );
16
16
  }
17
17
  function c({ className: a, ...t }) {
18
- return /* @__PURE__ */ r.jsx(
18
+ return /* @__PURE__ */ r(
19
19
  "div",
20
20
  {
21
21
  "data-slot": "card-header",
22
- className: s(
22
+ className: o(
23
23
  "@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-2 px-6 has-data-[slot=card-action]:grid-cols-[1fr_auto] [.border-b]:pb-6",
24
24
  a
25
25
  ),
@@ -28,31 +28,31 @@ function c({ className: a, ...t }) {
28
28
  );
29
29
  }
30
30
  function i({ className: a, ...t }) {
31
- return /* @__PURE__ */ r.jsx(
31
+ return /* @__PURE__ */ r(
32
32
  "div",
33
33
  {
34
34
  "data-slot": "card-title",
35
- className: s("leading-none font-semibold", a),
35
+ className: o("leading-none font-semibold", a),
36
36
  ...t
37
37
  }
38
38
  );
39
39
  }
40
40
  function l({ className: a, ...t }) {
41
- return /* @__PURE__ */ r.jsx(
41
+ return /* @__PURE__ */ r(
42
42
  "div",
43
43
  {
44
44
  "data-slot": "card-description",
45
- className: s("text-muted-foreground text-sm", a),
45
+ className: o("text-muted-foreground text-sm", a),
46
46
  ...t
47
47
  }
48
48
  );
49
49
  }
50
50
  function u({ className: a, ...t }) {
51
- return /* @__PURE__ */ r.jsx(
51
+ return /* @__PURE__ */ r(
52
52
  "div",
53
53
  {
54
54
  "data-slot": "card-action",
55
- className: s(
55
+ className: o(
56
56
  "col-start-2 row-span-2 row-start-1 self-start justify-self-end",
57
57
  a
58
58
  ),
@@ -61,21 +61,21 @@ function u({ className: a, ...t }) {
61
61
  );
62
62
  }
63
63
  function f({ className: a, ...t }) {
64
- return /* @__PURE__ */ r.jsx(
64
+ return /* @__PURE__ */ r(
65
65
  "div",
66
66
  {
67
67
  "data-slot": "card-content",
68
- className: s("px-6", a),
68
+ className: o("px-6", a),
69
69
  ...t
70
70
  }
71
71
  );
72
72
  }
73
73
  function m({ className: a, ...t }) {
74
- return /* @__PURE__ */ r.jsx(
74
+ return /* @__PURE__ */ r(
75
75
  "div",
76
76
  {
77
77
  "data-slot": "card-footer",
78
- className: s("flex items-center px-6 [.border-t]:pt-6", a),
78
+ className: o("flex items-center px-6 [.border-t]:pt-6", a),
79
79
  ...t
80
80
  }
81
81
  );