@wealthx/shadcn 1.5.18 → 1.5.19
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/.turbo/turbo-build.log +113 -113
- package/CHANGELOG.md +6 -0
- package/dist/{chunk-ZAXZBOWI.mjs → chunk-EHQ35FYA.mjs} +4 -1
- package/dist/{chunk-L7IZ3YHI.mjs → chunk-GDBM2GL5.mjs} +1 -1
- package/dist/{chunk-NCMV3LTP.mjs → chunk-H3PTREG6.mjs} +4 -1
- package/dist/{chunk-7II6QRCZ.mjs → chunk-H5NI6ZIU.mjs} +1 -1
- package/dist/{chunk-TLLD5IU6.mjs → chunk-PSBQ4I3M.mjs} +1 -1
- package/dist/components/ui/ai-assistant-drawer.mjs +2 -2
- package/dist/components/ui/appointment-detail-sheet.mjs +2 -2
- package/dist/components/ui/drawer.js +4 -1
- package/dist/components/ui/drawer.mjs +1 -1
- package/dist/components/ui/financial-drawers.mjs +2 -2
- package/dist/components/ui/scenario-drawer.mjs +1 -1
- package/dist/components/ui/sheet.js +4 -1
- package/dist/components/ui/sheet.mjs +1 -1
- package/dist/index.js +8 -2
- package/dist/index.mjs +5 -5
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/components/ui/drawer.tsx +4 -1
- package/src/components/ui/sheet.tsx +4 -1
- package/src/styles/globals.css +6 -0
- package/src/styles/styles-css.ts +1 -1
|
@@ -114,7 +114,10 @@ function SheetFooter(_a) {
|
|
|
114
114
|
return /* @__PURE__ */ jsx(
|
|
115
115
|
"div",
|
|
116
116
|
__spreadValues({
|
|
117
|
-
className: cn(
|
|
117
|
+
className: cn(
|
|
118
|
+
"mt-auto flex flex-row justify-end gap-2 border-t border-border p-4",
|
|
119
|
+
className
|
|
120
|
+
),
|
|
118
121
|
"data-slot": "sheet-footer"
|
|
119
122
|
}, props)
|
|
120
123
|
);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AiAssistantDrawer
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-H5NI6ZIU.mjs";
|
|
4
|
+
import "../../chunk-H3PTREG6.mjs";
|
|
5
5
|
import "../../chunk-JVMXMFBB.mjs";
|
|
6
6
|
import "../../chunk-BS75ICOO.mjs";
|
|
7
7
|
import "../../chunk-X6RC5UWB.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AppointmentDetailSheet
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-GDBM2GL5.mjs";
|
|
4
4
|
import "../../chunk-SU6TPDEU.mjs";
|
|
5
5
|
import "../../chunk-CQ7HKBEX.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-H3PTREG6.mjs";
|
|
7
7
|
import "../../chunk-2GIYVERS.mjs";
|
|
8
8
|
import "../../chunk-BS75ICOO.mjs";
|
|
9
9
|
import "../../chunk-LI2CTS5O.mjs";
|
|
@@ -205,7 +205,10 @@ function DrawerFooter(_a) {
|
|
|
205
205
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
206
206
|
"div",
|
|
207
207
|
__spreadValues({
|
|
208
|
-
className: cn(
|
|
208
|
+
className: cn(
|
|
209
|
+
"mt-auto flex flex-row justify-end gap-2 border-t border-border p-4",
|
|
210
|
+
className
|
|
211
|
+
),
|
|
209
212
|
"data-slot": "drawer-footer"
|
|
210
213
|
}, props)
|
|
211
214
|
);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
OpportunityDetailsDrawer,
|
|
3
3
|
SummaryReportDrawer
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-PSBQ4I3M.mjs";
|
|
5
|
+
import "../../chunk-H3PTREG6.mjs";
|
|
6
6
|
import "../../chunk-JVMXMFBB.mjs";
|
|
7
7
|
import "../../chunk-WE4YKBDE.mjs";
|
|
8
8
|
import "../../chunk-XYSRRDBH.mjs";
|
|
@@ -212,7 +212,10 @@ function SheetFooter(_a) {
|
|
|
212
212
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
213
213
|
"div",
|
|
214
214
|
__spreadValues({
|
|
215
|
-
className: cn(
|
|
215
|
+
className: cn(
|
|
216
|
+
"mt-auto flex flex-row justify-end gap-2 border-t border-border p-4",
|
|
217
|
+
className
|
|
218
|
+
),
|
|
216
219
|
"data-slot": "sheet-footer"
|
|
217
220
|
}, props)
|
|
218
221
|
);
|
package/dist/index.js
CHANGED
|
@@ -6075,7 +6075,10 @@ function SheetFooter(_a) {
|
|
|
6075
6075
|
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
6076
6076
|
"div",
|
|
6077
6077
|
__spreadValues({
|
|
6078
|
-
className: cn(
|
|
6078
|
+
className: cn(
|
|
6079
|
+
"mt-auto flex flex-row justify-end gap-2 border-t border-border p-4",
|
|
6080
|
+
className
|
|
6081
|
+
),
|
|
6079
6082
|
"data-slot": "sheet-footer"
|
|
6080
6083
|
}, props)
|
|
6081
6084
|
);
|
|
@@ -16740,7 +16743,10 @@ function DrawerFooter(_a) {
|
|
|
16740
16743
|
return /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
|
|
16741
16744
|
"div",
|
|
16742
16745
|
__spreadValues({
|
|
16743
|
-
className: cn(
|
|
16746
|
+
className: cn(
|
|
16747
|
+
"mt-auto flex flex-row justify-end gap-2 border-t border-border p-4",
|
|
16748
|
+
className
|
|
16749
|
+
),
|
|
16744
16750
|
"data-slot": "drawer-footer"
|
|
16745
16751
|
}, props)
|
|
16746
16752
|
);
|
package/dist/index.mjs
CHANGED
|
@@ -137,7 +137,7 @@ import {
|
|
|
137
137
|
import {
|
|
138
138
|
OpportunityDetailsDrawer,
|
|
139
139
|
SummaryReportDrawer
|
|
140
|
-
} from "./chunk-
|
|
140
|
+
} from "./chunk-PSBQ4I3M.mjs";
|
|
141
141
|
import {
|
|
142
142
|
AlertAccordion,
|
|
143
143
|
DebtSection,
|
|
@@ -219,7 +219,7 @@ import {
|
|
|
219
219
|
DrawerPortal,
|
|
220
220
|
DrawerTitle,
|
|
221
221
|
DrawerTrigger
|
|
222
|
-
} from "./chunk-
|
|
222
|
+
} from "./chunk-EHQ35FYA.mjs";
|
|
223
223
|
import {
|
|
224
224
|
Combobox,
|
|
225
225
|
ComboboxContent,
|
|
@@ -384,7 +384,7 @@ import {
|
|
|
384
384
|
} from "./chunk-V23CBULF.mjs";
|
|
385
385
|
import {
|
|
386
386
|
AppointmentDetailSheet
|
|
387
|
-
} from "./chunk-
|
|
387
|
+
} from "./chunk-GDBM2GL5.mjs";
|
|
388
388
|
import {
|
|
389
389
|
AppointmentGmailConnect
|
|
390
390
|
} from "./chunk-7TMPOZDE.mjs";
|
|
@@ -469,7 +469,7 @@ import {
|
|
|
469
469
|
} from "./chunk-AJUAJC5O.mjs";
|
|
470
470
|
import {
|
|
471
471
|
AiAssistantDrawer
|
|
472
|
-
} from "./chunk-
|
|
472
|
+
} from "./chunk-H5NI6ZIU.mjs";
|
|
473
473
|
import {
|
|
474
474
|
Sheet,
|
|
475
475
|
SheetClose,
|
|
@@ -480,7 +480,7 @@ import {
|
|
|
480
480
|
SheetPortal,
|
|
481
481
|
SheetTitle,
|
|
482
482
|
SheetTrigger
|
|
483
|
-
} from "./chunk-
|
|
483
|
+
} from "./chunk-H3PTREG6.mjs";
|
|
484
484
|
import {
|
|
485
485
|
Spinner,
|
|
486
486
|
spinnerVariants
|