@mlw-packages/react-components 1.8.3 → 1.8.4
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/dist/index.css +11 -0
- package/dist/index.d.mts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.js +516 -516
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -480,7 +480,6 @@ var require_colors2 = __commonJS({
|
|
|
480
480
|
import { useState as useState6, useCallback as useCallback6, useMemo as useMemo3, useEffect as useEffect7 } from "react";
|
|
481
481
|
|
|
482
482
|
// src/components/ui/form/ButtonBase.tsx
|
|
483
|
-
import * as React10 from "react";
|
|
484
483
|
import { Slot as Slot2 } from "@radix-ui/react-slot";
|
|
485
484
|
import { cva as cva2 } from "class-variance-authority";
|
|
486
485
|
|
|
@@ -1631,6 +1630,7 @@ var ModalDescriptionBase = React9.forwardRef(({ className, testid: dataTestId =
|
|
|
1631
1630
|
ModalDescriptionBase.displayName = DialogPrimitive2.Description.displayName;
|
|
1632
1631
|
|
|
1633
1632
|
// src/components/ui/form/ButtonBase.tsx
|
|
1633
|
+
import React10 from "react";
|
|
1634
1634
|
import { jsx as jsx11, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
1635
1635
|
var buttonVariantsBase = cva2(
|
|
1636
1636
|
"inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-all disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4 shrink-0 [&_svg]:shrink-0 outline-none focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px] aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive [&:not(.no-active-animation)]:active:scale-95",
|