@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.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",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.3",
6
+ "version": "1.8.4",
7
7
  "homepage": "https://main--68e80310a069c2f10b546ef3.chromatic.com/",
8
8
  "repository": {
9
9
  "type": "git",