@ai-matrx/design-system 0.12.0 → 0.12.1
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/CHANGELOG.md +15 -0
- package/README.md +2 -0
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/styles.css +16 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -570,6 +570,7 @@ function BottomSheetFooter({
|
|
|
570
570
|
return /* @__PURE__ */ jsx6(
|
|
571
571
|
"div",
|
|
572
572
|
{
|
|
573
|
+
"data-slot": "bottom-sheet-footer",
|
|
573
574
|
className: cn(
|
|
574
575
|
"flex-shrink-0 px-4 py-3 pb-safe border-t border-[var(--matrx-sheet-divider)]",
|
|
575
576
|
className
|
|
@@ -3204,6 +3205,7 @@ var SheetFooter = ({
|
|
|
3204
3205
|
}) => /* @__PURE__ */ jsx33(
|
|
3205
3206
|
"div",
|
|
3206
3207
|
{
|
|
3208
|
+
"data-slot": "sheet-footer",
|
|
3207
3209
|
className: cn(
|
|
3208
3210
|
"flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
|
|
3209
3211
|
className
|