@ngrok/mantle 0.0.1-alpha.2 → 0.0.1-alpha.3

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.
Files changed (39) hide show
  1. package/dist/back-to-top-button/index.d.ts +1 -0
  2. package/dist/back-to-top-button/index.d.ts.map +1 -0
  3. package/dist/button/index.d.ts +1 -0
  4. package/dist/button/index.d.ts.map +1 -0
  5. package/dist/card/index.d.ts +1 -0
  6. package/dist/card/index.d.ts.map +1 -0
  7. package/dist/core/tailwind.preset.d.ts +1 -0
  8. package/dist/core/tailwind.preset.d.ts.map +1 -0
  9. package/dist/cx/index.d.ts +1 -0
  10. package/dist/cx/index.d.ts.map +1 -0
  11. package/dist/dropdown-menu/index.d.ts +1 -0
  12. package/dist/dropdown-menu/index.d.ts.map +1 -0
  13. package/dist/hooks/use-matches-media-query.d.ts +1 -0
  14. package/dist/hooks/use-matches-media-query.d.ts.map +1 -0
  15. package/dist/hooks/use-prefers-reduced-motion.d.ts +1 -0
  16. package/dist/hooks/use-prefers-reduced-motion.d.ts.map +1 -0
  17. package/dist/input/index.d.ts +1 -0
  18. package/dist/input/index.d.ts.map +1 -0
  19. package/dist/media-object/index.d.ts +1 -0
  20. package/dist/media-object/index.d.ts.map +1 -0
  21. package/dist/portal/index.d.ts +1 -0
  22. package/dist/portal/index.d.ts.map +1 -0
  23. package/dist/select/index.d.ts +1 -0
  24. package/dist/select/index.d.ts.map +1 -0
  25. package/dist/theme-provider/index.d.ts +1 -0
  26. package/dist/theme-provider/index.d.ts.map +1 -0
  27. package/dist/tooltip/index.d.ts +1 -0
  28. package/dist/tooltip/index.d.ts.map +1 -0
  29. package/dist/types/as-child.d.ts +1 -0
  30. package/dist/types/as-child.d.ts.map +1 -0
  31. package/dist/types/deep-non-nullable.d.ts +1 -0
  32. package/dist/types/deep-non-nullable.d.ts.map +1 -0
  33. package/dist/types/input.d.ts +1 -0
  34. package/dist/types/input.d.ts.map +1 -0
  35. package/dist/types/variant-props.d.ts +1 -0
  36. package/dist/types/variant-props.d.ts.map +1 -0
  37. package/dist/types/with-style-props.d.ts +1 -0
  38. package/dist/types/with-style-props.d.ts.map +1 -0
  39. package/package.json +5 -2
@@ -6,3 +6,4 @@ type Props = {
6
6
  };
7
7
  export declare const BackToTopButton: ({ className, showThresholdPx, style }: Props) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/back-to-top-button/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAU,KAAK,aAAa,EAAa,MAAM,OAAO,CAAC;AAM9D,KAAK,KAAK,GAAG;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,eAAe,0CAAiD,KAAK,4CAuCjF,CAAC"}
@@ -25,3 +25,4 @@ declare const Button: import("react").ForwardRefExoticComponent<WithAsChild & Bu
25
25
  size?: "default" | "sm" | "lg" | null | undefined;
26
26
  } & import("class-variance-authority/types").ClassProp) | undefined) => string>>> & import("react").RefAttributes<HTMLButtonElement>>;
27
27
  export { Button, buttonVariants };
28
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,oBAAoB,EAAc,MAAM,OAAO,CAAC;AAK9D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAE3D,QAAA,MAAM,cAAc;;;;8EA2CnB,CAAC;AAEF,KAAK,cAAc,GAAG,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAE1D;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;AAEjG;;;;;;;GAOG;AACH,QAAA,MAAM,MAAM;;;;qIAMX,CAAC;AAGF,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -23,3 +23,4 @@ export type CardTitleProps = HTMLAttributes<HTMLHeadingElement> & WithAsChild;
23
23
  * The title of a card. Usually composed as a direct child of a `CardHeader` component.
24
24
  */
25
25
  export declare const CardTitle: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLHeadingElement> & WithAsChild & import("react").RefAttributes<HTMLParagraphElement>>;
26
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/card/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAErD,MAAM,MAAM,SAAS,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEvD;;;GAGG;AACH,eAAO,MAAM,IAAI,sGAIf,CAAC;AAGH;;GAEG;AACH,eAAO,MAAM,QAAQ,sGAInB,CAAC;AAGH;;GAEG;AACH,eAAO,MAAM,UAAU,sGAIrB,CAAC;AAGH;;GAEG;AACH,eAAO,MAAM,UAAU,sGAIrB,CAAC;AAGH,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,kBAAkB,CAAC,GAAG,WAAW,CAAC;AAE9E;;GAEG;AACH,eAAO,MAAM,SAAS,mJAGpB,CAAC"}
@@ -306,3 +306,4 @@ declare const _default: {
306
306
  }[];
307
307
  };
308
308
  export default _default;
309
+ //# sourceMappingURL=tailwind.preset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tailwind.preset.d.ts","sourceRoot":"","sources":["../../components/core/tailwind.preset.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,wBAwSmB"}
@@ -5,3 +5,4 @@ import { type ClassValue } from "clsx";
5
5
  * Allows for tailwind overrides in LTR-specificity-like order of applied classes.
6
6
  */
7
7
  export declare function cx(...inputs: ClassValue[]): string;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/cx/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAQ,MAAM,MAAM,CAAC;AAG7C;;;;GAIG;AACH,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC"}
@@ -25,3 +25,4 @@ declare const DropdownMenuShortcut: {
25
25
  displayName: string;
26
26
  };
27
27
  export { DropdownMenu, DropdownMenuTrigger, DropdownMenuContent, DropdownMenuItem, DropdownMenuCheckboxItem, DropdownMenuRadioItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuGroup, DropdownMenuPortal, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuRadioGroup, };
28
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/dropdown-menu/index.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,qBAAqB,MAAM,+BAA+B,CAAC;AAQvE,QAAA,MAAM,YAAY,6DAA6B,CAAC;AAEhD,QAAA,MAAM,mBAAmB,8IAAgC,CAAC;AAE1D,QAAA,MAAM,iBAAiB,yIAA8B,CAAC;AAEtD,QAAA,MAAM,kBAAkB,mEAA+B,CAAC;AAExD,QAAA,MAAM,eAAe,gEAA4B,CAAC;AAElD,QAAA,MAAM,sBAAsB,8IAAmC,CAAC;AAEhE,QAAA,MAAM,sBAAsB;;kDAkB1B,CAAC;AAGH,QAAA,MAAM,sBAAsB,2MAY1B,CAAC;AAGH,QAAA,MAAM,mBAAmB,wMAevB,CAAC;AAGH,QAAA,MAAM,gBAAgB;;kDAepB,CAAC;AAGH,QAAA,MAAM,wBAAwB,6MAoB5B,CAAC;AAGH,QAAA,MAAM,qBAAqB,0MAmBzB,CAAC;AAGH,QAAA,MAAM,iBAAiB;;kDAWrB,CAAC;AAGH,QAAA,MAAM,qBAAqB,0MAKzB,CAAC;AAGH,QAAA,MAAM,oBAAoB;8BAA6B,MAAM,cAAc,CAAC,eAAe,CAAC;;CAE3F,CAAC;AAGF,OAAO,EACN,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EAChB,wBAAwB,EACxB,qBAAqB,EACrB,iBAAiB,EACjB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,GACtB,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare function useMatchesMediaQuery(mediaQuery: MediaQueryList): boolean;
2
+ //# sourceMappingURL=use-matches-media-query.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-matches-media-query.d.ts","sourceRoot":"","sources":["../../components/hooks/use-matches-media-query.tsx"],"names":[],"mappings":"AAEA,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,cAAc,GAAG,OAAO,CAyBxE"}
@@ -2,3 +2,4 @@
2
2
  * usePrefersReducedMotion returns true if the user has opted out of animations
3
3
  */
4
4
  export declare function usePrefersReducedMotion(): boolean;
5
+ //# sourceMappingURL=use-prefers-reduced-motion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-prefers-reduced-motion.d.ts","sourceRoot":"","sources":["../../components/hooks/use-prefers-reduced-motion.tsx"],"names":[],"mappings":"AASA;;GAEG;AACH,wBAAgB,uBAAuB,YAuBtC"}
@@ -22,3 +22,4 @@ declare const Input: import("react").ForwardRefExoticComponent<Partial<import(".
22
22
  type?: InputType | undefined;
23
23
  } & import("react").RefAttributes<HTMLInputElement>>;
24
24
  export { Input };
25
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAKjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAE9D,QAAA,MAAM,aAAa;;8EAiBlB,CAAC;AAEF,KAAK,aAAa,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,CAAC;AAExD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,aAAa,GACrC,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,cAAc,GAAG,MAAM,CAAC,GAAG;IACtE,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB,CAAC;AAEH;;GAEG;AACH,QAAA,MAAM,KAAK;;;;;oDAIV,CAAC;AAGF,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -22,3 +22,4 @@ export declare const MediaObjectMedia: import("react").ForwardRefExoticComponent
22
22
  */
23
23
  export declare const MediaObjectContent: import("react").ForwardRefExoticComponent<Props & import("react").RefAttributes<HTMLDivElement>>;
24
24
  export {};
25
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/media-object/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAI5C,KAAK,KAAK,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE5C;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,WAAW,kGAItB,CAAC;AAGH;;GAEG;AACH,eAAO,MAAM,gBAAgB,kGAI3B,CAAC;AAGH;;GAEG;AACH,eAAO,MAAM,kBAAkB,kGAI7B,CAAC"}
@@ -4,3 +4,4 @@ type Props = PropsWithChildren<{
4
4
  }>;
5
5
  export declare const Portal: ({ children, container }: Props) => import("react/jsx-runtime").JSX.Element;
6
6
  export {};
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/portal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG1C,KAAK,KAAK,GAAG,iBAAiB,CAAC;IAAE,SAAS,CAAC,EAAE,WAAW,GAAG,IAAI,CAAA;CAAE,CAAC,CAAC;AAEnE,eAAO,MAAM,MAAM,4BAA6B,KAAK,4CAAgE,CAAC"}
@@ -11,3 +11,4 @@ declare const SelectLabel: import("react").ForwardRefExoticComponent<Omit<import
11
11
  declare const SelectOption: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-select").SelectItemProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
12
12
  declare const SelectSeparator: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-select").SelectSeparatorProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
13
13
  export { Select, SelectContent, SelectGroup, SelectIcon, SelectLabel, SelectOption, SelectSeparator, SelectTrigger, SelectValue, };
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/select/index.tsx"],"names":[],"mappings":";AAsBA,QAAA,MAAM,MAAM,kEAAO,CAAC;AAEpB,QAAA,MAAM,WAAW,8IAAQ,CAAC;AAE1B,QAAA,MAAM,WAAW,+IAAQ,CAAC;AAE1B,QAAA,MAAM,UAAU,8IAAO,CAAC;AAExB,QAAA,MAAM,aAAa;;qDAmBjB,CAAC;AAGH,QAAA,MAAM,aAAa,6MA0BlB,CAAC;AAGF,QAAA,MAAM,WAAW,2MAIhB,CAAC;AAGF,QAAA,MAAM,YAAY,0MAkBjB,CAAC;AAGF,QAAA,MAAM,eAAe,+MAIpB,CAAC;AAGF,OAAO,EACN,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,YAAY,EACZ,eAAe,EACf,aAAa,EACb,WAAW,GACX,CAAC"}
@@ -49,3 +49,4 @@ export declare const PreventWrongThemeFlash: ({ defaultTheme, storageKey, }: {
49
49
  storageKey?: string | undefined;
50
50
  }) => import("react/jsx-runtime").JSX.Element;
51
51
  export {};
52
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/theme-provider/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAc/C;;GAEG;AACH,QAAA,MAAM,MAAM,mFAAoF,CAAC;AAEjG;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC;AAE5C;;GAEG;AACH,eAAO,MAAM,KAAK,UAAW,KAAK,+EAAU,CAAC;AAE7C;;GAEG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,KAAK,CAMtD;AAOD;;GAEG;AACH,KAAK,kBAAkB,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC,CAAC;AAY3E,KAAK,KAAK,GAAG,iBAAiB,GAAG;IAChC,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAkBF;;GAEG;AACH,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,YAAuB,EAAE,UAAgC,EAAE,EAAE,KAAK,2CA4B3G;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,uBAMvB;AAmBD;;GAEG;AACH,wBAAgB,4BAA4B,CAAC,EAC5C,eAAe,EACf,mBAAmB,GACnB,EAAE;IACF,eAAe,EAAE,OAAO,CAAC;IACzB,mBAAmB,EAAE,OAAO,CAAC;CAC7B,mEAMA;AAED;;;GAGG;AACH,eAAO,MAAM,sBAAsB;;;6CAkClC,CAAC"}
@@ -4,3 +4,4 @@ declare const Tooltip: import("react").FC<import("@radix-ui/react-tooltip").Tool
4
4
  declare const TooltipTrigger: import("react").ForwardRefExoticComponent<import("@radix-ui/react-tooltip").TooltipTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
5
5
  declare const TooltipContent: import("react").ForwardRefExoticComponent<Omit<import("@radix-ui/react-tooltip").TooltipContentProps & import("react").RefAttributes<HTMLDivElement>, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
6
6
  export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../components/tooltip/index.tsx"],"names":[],"mappings":";AAKA,QAAA,MAAM,eAAe,4EAAW,CAAC;AAEjC,QAAA,MAAM,OAAO,oEAAO,CAAC;AAErB,QAAA,MAAM,cAAc,qJAAU,CAAC;AAE/B,QAAA,MAAM,cAAc,+MAYnB,CAAC;AAGF,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
@@ -18,3 +18,4 @@ export type WithAsChild = {
18
18
  */
19
19
  asChild?: boolean;
20
20
  };
21
+ //# sourceMappingURL=as-child.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"as-child.d.ts","sourceRoot":"","sources":["../../components/types/as-child.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACzB;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
@@ -4,3 +4,4 @@
4
4
  export type DeepNonNullable<Type> = {
5
5
  [Property in keyof Type]-?: Type[Property] & {};
6
6
  };
7
+ //# sourceMappingURL=deep-non-nullable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deep-non-nullable.d.ts","sourceRoot":"","sources":["../../components/types/deep-non-nullable.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,eAAe,CAAC,IAAI,IAAI;KAClC,QAAQ,IAAI,MAAM,IAAI,CAAC,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE;CAC/C,CAAC"}
@@ -18,3 +18,4 @@ export type AutoComplete = "off" | "on" | "name" | "honorific-prefix" | "given-n
18
18
  * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#input_types
19
19
  */
20
20
  export type InputType = "button" | "checkbox" | "color" | "date" | "datetime-local" | "email" | "file" | "hidden" | "image" | "month" | "number" | "password" | "radio" | "range" | "reset" | "search" | "submit" | "tel" | "text" | "time" | "url" | "week";
21
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../components/types/input.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,YAAY,GACrB,KAAK,GACL,IAAI,GACJ,MAAM,GACN,kBAAkB,GAClB,YAAY,GACZ,iBAAiB,GACjB,aAAa,GACb,kBAAkB,GAClB,UAAU,GACV,OAAO,GACP,UAAU,GACV,cAAc,GACd,kBAAkB,GAClB,eAAe,GACf,oBAAoB,GACpB,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,eAAe,GACf,eAAe,GACf,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,SAAS,GACT,cAAc,GACd,aAAa,GACb,SAAS,GACT,eAAe,GACf,oBAAoB,GACpB,gBAAgB,GAChB,WAAW,GACX,QAAQ,GACR,cAAc,GACd,aAAa,GACb,QAAQ,GACR,SAAS,GACT,sBAAsB,GACtB,oBAAoB,GACpB,UAAU,GACV,MAAM,GACN,UAAU,GACV,YAAY,GACZ,WAAW,GACX,KAAK,GACL,KAAK,GACL,kBAAkB,GAClB,cAAc,GACd,eAAe,GACf,WAAW,GACX,eAAe,GACf,MAAM,GACN,KAAK,GACL,OAAO,CAAC;AAEX;;;;;GAKG;AACH,MAAM,MAAM,SAAS,GAClB,QAAQ,GACR,UAAU,GACV,OAAO,GACP,MAAM,GACN,gBAAgB,GAChB,OAAO,GACP,MAAM,GACN,QAAQ,GACR,OAAO,GACP,OAAO,GACP,QAAQ,GACR,UAAU,GACV,OAAO,GACP,OAAO,GACP,OAAO,GACP,QAAQ,GACR,QAAQ,GACR,KAAK,GACL,MAAM,GACN,MAAM,GACN,KAAK,GACL,MAAM,CAAC"}
@@ -6,3 +6,4 @@ import type { DeepNonNullable } from "./deep-non-nullable";
6
6
  * Using VariantProps directly from CVA produces that can be `null`, which is not what we want.
7
7
  */
8
8
  export type VariantProps<Variants extends (props?: Record<PropertyKey, unknown> | undefined) => string> = Partial<DeepNonNullable<CVAVariantProps<Variants>>>;
9
+ //# sourceMappingURL=variant-props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"variant-props.d.ts","sourceRoot":"","sources":["../../components/types/variant-props.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,IAAI,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAChF,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D;;;;GAIG;AACH,MAAM,MAAM,YAAY,CAAC,QAAQ,SAAS,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,GAAG,SAAS,KAAK,MAAM,IAAI,OAAO,CAChH,eAAe,CAAC,eAAe,CAAC,QAAQ,CAAC,CAAC,CAC1C,CAAC"}
@@ -22,3 +22,4 @@ export type WithStyleProps = {
22
22
  */
23
23
  style?: CSSProperties;
24
24
  };
25
+ //# sourceMappingURL=with-style-props.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"with-style-props.d.ts","sourceRoot":"","sources":["../../components/types/with-style-props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC;;;GAGG;AACH,MAAM,MAAM,cAAc,GAAG;IAC5B;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;;;;;;OASG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;CACtB,CAAC"}
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@ngrok/mantle",
3
- "version": "0.0.1-alpha.2",
3
+ "version": "0.0.1-alpha.3",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "browserslist": [
7
7
  "last 2 years, not dead, > 0.2%"
8
8
  ],
9
9
  "exports": {
10
- "./*": "./dist/*"
10
+ "./*": {
11
+ "import": "./dist/*",
12
+ "types": "./dist/*/*.d.ts"
13
+ }
11
14
  },
12
15
  "files": [
13
16
  "dist"