globalfy-design-system 0.79.0 → 0.81.0

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 (98) hide show
  1. package/dist/components/atoms/Alert/Alert.d.ts +2 -1
  2. package/dist/components/atoms/Alert/Alert.stories.d.ts +2 -1
  3. package/dist/components/atoms/Alert/index.d.ts +3 -3
  4. package/dist/components/atoms/Alert/useAlert.d.ts +2 -1
  5. package/dist/components/atoms/Avatar/Avatar.d.ts +2 -1
  6. package/dist/components/atoms/Avatar/Avatar.stories.d.ts +3 -2
  7. package/dist/components/atoms/Avatar/index.d.ts +2 -2
  8. package/dist/components/atoms/Button/Button.d.ts +2 -1
  9. package/dist/components/atoms/Button/Button.stories.d.ts +3 -2
  10. package/dist/components/atoms/Button/index.d.ts +2 -2
  11. package/dist/components/atoms/Checkbox/Checkbox.d.ts +2 -1
  12. package/dist/components/atoms/Checkbox/Checkbox.stories.d.ts +10 -0
  13. package/dist/components/atoms/Checkbox/index.d.ts +1 -1
  14. package/dist/components/atoms/Chip/Chip.d.ts +2 -1
  15. package/dist/components/atoms/Chip/Chip.stories.d.ts +3 -2
  16. package/dist/components/atoms/Chip/Chip.types.d.ts +2 -1
  17. package/dist/components/atoms/Chip/index.d.ts +2 -2
  18. package/dist/components/atoms/DatePicker/DatePicker.d.ts +2 -1
  19. package/dist/components/atoms/DatePicker/DatePicker.stories.d.ts +1 -1
  20. package/dist/components/atoms/DatePicker/DatePicker.types.d.ts +2 -1
  21. package/dist/components/atoms/DatePicker/index.d.ts +2 -2
  22. package/dist/components/atoms/DropdownList/DropdownList.d.ts +2 -1
  23. package/dist/components/atoms/DropdownList/DropdownList.stories.d.ts +3 -2
  24. package/dist/components/atoms/DropdownList/DropdownList.types.d.ts +3 -2
  25. package/dist/components/atoms/DropdownList/DropdownPaymentMethod.d.ts +2 -1
  26. package/dist/components/atoms/DropdownList/index.d.ts +3 -3
  27. package/dist/components/atoms/Flag/Flag.d.ts +2 -1
  28. package/dist/components/atoms/Flag/Flag.stories.d.ts +3 -2
  29. package/dist/components/atoms/Flag/Flag.types.d.ts +2 -1
  30. package/dist/components/atoms/Flag/index.d.ts +2 -2
  31. package/dist/components/atoms/Icon/Icon.d.ts +2 -1
  32. package/dist/components/atoms/Icon/Icon.stories.d.ts +3 -2
  33. package/dist/components/atoms/Icon/icon.types.d.ts +2 -1
  34. package/dist/components/atoms/Icon/index.d.ts +2 -2
  35. package/dist/components/atoms/Input/Input.d.ts +2 -1
  36. package/dist/components/atoms/Input/Input.stories.d.ts +5 -5
  37. package/dist/components/atoms/Input/InputPassword.d.ts +3 -3
  38. package/dist/components/atoms/Input/index.d.ts +3 -3
  39. package/dist/components/atoms/InputMask/InputMask.d.ts +3 -3
  40. package/dist/components/atoms/InputMask/InputMask.stories.d.ts +5 -5
  41. package/dist/components/atoms/InputMask/index.d.ts +3 -3
  42. package/dist/components/atoms/Logo/Logo.d.ts +2 -1
  43. package/dist/components/atoms/Logo/Logo.stories.d.ts +3 -2
  44. package/dist/components/atoms/Logo/index.d.ts +2 -2
  45. package/dist/components/atoms/PhoneNumberInput/PhoneNumberInput.d.ts +3 -2
  46. package/dist/components/atoms/PhoneNumberInput/PhoneNumberInput.stories.d.ts +3 -3
  47. package/dist/components/atoms/PhoneNumberInput/index.d.ts +2 -2
  48. package/dist/components/atoms/Popover/Popover.d.ts +2 -1
  49. package/dist/components/atoms/Popover/Popover.stories.d.ts +3 -2
  50. package/dist/components/atoms/Popover/index.d.ts +2 -2
  51. package/dist/components/atoms/RadioGroup/RadioGroup.d.ts +2 -1
  52. package/dist/components/atoms/RadioGroup/RadioGroup.stories.d.ts +3 -2
  53. package/dist/components/atoms/RadioGroup/RadioGroup.types.d.ts +2 -1
  54. package/dist/components/atoms/RadioGroup/index.d.ts +1 -1
  55. package/dist/components/atoms/SegmentedControl/SegmentedControl.d.ts +2 -1
  56. package/dist/components/atoms/SegmentedControl/SegmentedControl.stories.d.ts +1 -1
  57. package/dist/components/atoms/SegmentedControl/SegmentedControl.types.d.ts +2 -1
  58. package/dist/components/atoms/SegmentedControl/index.d.ts +2 -2
  59. package/dist/components/atoms/Snackbar/Snackbar.d.ts +2 -1
  60. package/dist/components/atoms/Snackbar/Snackbar.stories.d.ts +2 -1
  61. package/dist/components/atoms/Snackbar/index.d.ts +2 -2
  62. package/dist/components/atoms/Snackbar/useSnackbar.d.ts +2 -1
  63. package/dist/components/atoms/Switch/Switch.d.ts +2 -1
  64. package/dist/components/atoms/Switch/Switch.stories.d.ts +3 -2
  65. package/dist/components/atoms/Switch/index.d.ts +2 -2
  66. package/dist/components/atoms/Tabs/Tabs.d.ts +2 -1
  67. package/dist/components/atoms/Tabs/Tabs.stories.d.ts +3 -2
  68. package/dist/components/atoms/Tabs/Tabs.types.d.ts +2 -1
  69. package/dist/components/atoms/Tabs/index.d.ts +2 -2
  70. package/dist/components/atoms/Tag/Tag.d.ts +2 -1
  71. package/dist/components/atoms/Tag/Tag.stories.d.ts +3 -2
  72. package/dist/components/atoms/Tag/Tag.types.d.ts +2 -1
  73. package/dist/components/atoms/Tag/index.d.ts +2 -2
  74. package/dist/components/atoms/TextArea/TextArea.d.ts +3 -3
  75. package/dist/components/atoms/TextArea/TextArea.stories.d.ts +3 -3
  76. package/dist/components/atoms/TextArea/TextArea.types.d.ts +2 -1
  77. package/dist/components/atoms/TextArea/index.d.ts +2 -2
  78. package/dist/components/atoms/ToastContainer/ToastContainer.d.ts +1 -0
  79. package/dist/components/atoms/ToastContainer/index.d.ts +1 -1
  80. package/dist/components/atoms/Tooltip/Tooltip.d.ts +2 -1
  81. package/dist/components/atoms/Tooltip/Tooltip.stories.d.ts +3 -2
  82. package/dist/components/atoms/Tooltip/index.d.ts +2 -2
  83. package/dist/components/atoms/Typography/Typography.d.ts +2 -1
  84. package/dist/components/atoms/Typography/Typography.stories.d.ts +3 -2
  85. package/dist/components/atoms/Typography/Typography.types.d.ts +2 -1
  86. package/dist/components/atoms/Typography/index.d.ts +2 -2
  87. package/dist/components/atoms/index.d.ts +24 -24
  88. package/dist/components/index.d.ts +2 -2
  89. package/dist/components/molecules/DatePickerInput/DatePickerInput.d.ts +2 -1
  90. package/dist/components/molecules/DatePickerInput/DatePickerInput.stories.d.ts +3 -2
  91. package/dist/components/molecules/DatePickerInput/index.d.ts +2 -2
  92. package/dist/components/molecules/index.d.ts +1 -1
  93. package/dist/globalfy-design-system.js +9723 -10709
  94. package/dist/globalfy-design-system.umd.cjs +31 -57
  95. package/dist/main.d.ts +2 -2
  96. package/dist/theme/index.d.ts +1 -1
  97. package/dist/utils/tailwind/classNames.d.ts +2 -1
  98. package/package.json +1 -1
@@ -1,2 +1,3 @@
1
- import { AlertProps } from "./Alert.types";
1
+ import { AlertProps } from './Alert.types';
2
+
2
3
  export declare const Alert: ({ message, actions, inlineActions, toastType, icon, iconVariant, hasCloseButton, actionType }: AlertProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
- import { Meta } from "@storybook/react";
1
+ import { Meta } from '@storybook/react';
2
+
2
3
  declare const meta: Meta;
3
4
  export default meta;
4
5
  export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- export * from "./Alert";
2
- export * from "./useAlert";
3
- export * from "./Alert.types";
1
+ export * from './Alert';
2
+ export * from './useAlert';
3
+ export * from './Alert.types';
@@ -1,4 +1,5 @@
1
- import { AlertProps } from "./Alert.types";
1
+ import { AlertProps } from './Alert.types';
2
+
2
3
  export declare const useAlert: () => {
3
4
  alert: (props: AlertProps) => void;
4
5
  };
@@ -1,2 +1,3 @@
1
- import { AvatarProps } from "./Avatar.types";
1
+ import { AvatarProps } from './Avatar.types';
2
+
2
3
  export declare const Avatar: ({ size, className, border, image, label, ...props }: AvatarProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ size, className, border, image, label, ...props }: import("./Avatar.types").AvatarProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ size, className, border, image, label, ...props }: import('./Avatar.types').AvatarProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  };
7
8
  export default meta;
@@ -1,2 +1,2 @@
1
- export * from "./Avatar";
2
- export * from "./Avatar.types";
1
+ export * from './Avatar';
2
+ export * from './Avatar.types';
@@ -1,2 +1,3 @@
1
- import { ButtonProps } from ".";
1
+ import { ButtonProps } from '.';
2
+
2
3
  export declare const Button: ({ children, size, variant, disabled, full, iconLeft, iconRight, className, isLoadingComplete, isLoading, ...props }: ButtonProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ children, size, variant, disabled, full, iconLeft, iconRight, className, isLoadingComplete, isLoading, ...props }: import("./Button.types").ButtonProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ children, size, variant, disabled, full, iconLeft, iconRight, className, isLoadingComplete, isLoading, ...props }: import('./Button.types').ButtonProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  argTypes: {
7
8
  iconLeft: {
@@ -1,2 +1,2 @@
1
- export * from "./Button";
2
- export * from "./Button.types";
1
+ export * from './Button';
2
+ export * from './Button.types';
@@ -1,2 +1,3 @@
1
- import { CheckboxProps } from "@nextui-org/react";
1
+ import { CheckboxProps } from '@nextui-org/react';
2
+
2
3
  export declare const Checkbox: (props: CheckboxProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,10 @@
1
+ import { StoryObj } from '@storybook/react';
2
+
3
+ declare const meta: {
4
+ title: string;
5
+ component: (props: import('@nextui-org/checkbox').CheckboxProps) => import("react/jsx-runtime").JSX.Element;
6
+ tags: string[];
7
+ };
8
+ export default meta;
9
+ type Story = StoryObj<typeof meta>;
10
+ export declare const Default: Story;
@@ -1 +1 @@
1
- export * from "./Checkbox";
1
+ export * from './Checkbox';
@@ -1,2 +1,3 @@
1
- import { ChipProps } from "./Chip.types";
1
+ import { ChipProps } from './Chip.types';
2
+
2
3
  export declare const Chip: ({ children, className, avatar, size, disabled, iconLeft, iconRight }: ChipProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ children, className, avatar, size, disabled, iconLeft, iconRight }: import("./Chip.types").ChipProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ children, className, avatar, size, disabled, iconLeft, iconRight }: import('./Chip.types').ChipProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  };
7
8
  export default meta;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  export type ChipProps = {
3
4
  children: ReactNode;
4
5
  size?: "sm" | "lg";
@@ -1,2 +1,2 @@
1
- export * from "./Chip";
2
- export * from "./Chip.types";
1
+ export * from './Chip';
2
+ export * from './Chip.types';
@@ -1,2 +1,3 @@
1
- import { DatePickerProps } from "./DatePicker.types";
1
+ import { DatePickerProps } from './DatePicker.types';
2
+
2
3
  export declare const DatePicker: ({ ...props }: DatePickerProps) => JSX.Element;
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  declare const meta: {
3
3
  title: string;
4
- component: ({ ...props }: import("./DatePicker.types").DatePickerProps) => JSX.Element;
4
+ component: ({ ...props }: import('./DatePicker.types').DatePickerProps) => JSX.Element;
5
5
  tags: string[];
6
6
  parameters: {
7
7
  layout: string;
@@ -1,2 +1,3 @@
1
- import { DayPickerDefaultProps, DayPickerMultipleProps, DayPickerRangeProps, DayPickerSingleProps } from "react-day-picker";
1
+ import { DayPickerDefaultProps, DayPickerMultipleProps, DayPickerRangeProps, DayPickerSingleProps } from 'react-day-picker';
2
+
2
3
  export type DatePickerProps = DayPickerDefaultProps | DayPickerSingleProps | DayPickerMultipleProps | DayPickerRangeProps;
@@ -1,2 +1,2 @@
1
- export * from "./DatePicker";
2
- export * from "./DatePicker.types";
1
+ export * from './DatePicker';
2
+ export * from './DatePicker.types';
@@ -1,2 +1,3 @@
1
- import { DropdownListProps } from "./DropdownList.types";
1
+ import { DropdownListProps } from './DropdownList.types';
2
+
2
3
  export declare const DropdownList: ({ label, value, defaultValue, placeholder, isInvalid, isTransparent, className, disabled, onChange, noOptionsMessage, errorMessage, options, isSearchable, customOption, isValid, customPlaceholder, customControl, customDropdownIndicator, customValueContainer }: DropdownListProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ label, value, defaultValue, placeholder, isInvalid, isTransparent, className, disabled, onChange, noOptionsMessage, errorMessage, options, isSearchable, customOption, isValid, customPlaceholder, customControl, customDropdownIndicator, customValueContainer }: import("./DropdownList.types").DropdownListProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ label, value, defaultValue, placeholder, isInvalid, isTransparent, className, disabled, onChange, noOptionsMessage, errorMessage, options, isSearchable, customOption, isValid, customPlaceholder, customControl, customDropdownIndicator, customValueContainer }: import('./DropdownList.types').DropdownListProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  parameters: {
7
8
  layout: string;
@@ -1,5 +1,6 @@
1
- import { ComponentType, ReactNode } from "react";
2
- import { ControlProps, OptionProps, DropdownIndicatorProps, ActionMeta, ValueContainerProps } from "react-select";
1
+ import { ControlProps, OptionProps, DropdownIndicatorProps, ActionMeta, ValueContainerProps } from 'react-select';
2
+ import { ComponentType, ReactNode } from 'react';
3
+
3
4
  export type OptionType = {
4
5
  [key: string]: unknown;
5
6
  };
@@ -1,2 +1,3 @@
1
- import { DropdownListProps } from ".";
1
+ import { DropdownListProps } from '.';
2
+
2
3
  export declare const DropdownPaymentMethod: (props: DropdownListProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
- export * from "./DropdownPaymentMethod";
2
- export * from "./DropdownList";
3
- export * from "./DropdownList.types";
1
+ export * from './DropdownPaymentMethod';
2
+ export * from './DropdownList';
3
+ export * from './DropdownList.types';
@@ -1,2 +1,3 @@
1
- import { FlagProps } from ".";
1
+ import { FlagProps } from '.';
2
+
2
3
  export declare const Flag: ({ shadow, country, className, ...props }: FlagProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ shadow, country, className, ...props }: import("./Flag.types").FlagProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ shadow, country, className, ...props }: import('./Flag.types').FlagProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  };
7
8
  export default meta;
@@ -1,4 +1,5 @@
1
- import { HTMLAttributes } from "react";
1
+ import { HTMLAttributes } from 'react';
2
+
2
3
  export type FlagProps = {
3
4
  shadow?: boolean;
4
5
  country: "bra" | "esp" | "usa";
@@ -1,2 +1,2 @@
1
- export * from "./Flag";
2
- export * from "./Flag.types";
1
+ export * from './Flag';
2
+ export * from './Flag.types';
@@ -1,2 +1,3 @@
1
- import { IconProps } from "./icon.types";
1
+ import { IconProps } from './icon.types';
2
+
2
3
  export declare const Icon: ({ name, className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ name, className, ...props }: import("./icon.types").IconProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ name, className, ...props }: import('./icon.types').IconProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  };
7
8
  export default meta;
@@ -1,4 +1,5 @@
1
- import { HTMLAttributes } from "react";
1
+ import { HTMLAttributes } from 'react';
2
+
2
3
  declare const iconNamesObject: Record<string, string>;
3
4
  type IconName = keyof typeof iconNamesObject;
4
5
  export type IconProps = {
@@ -1,2 +1,2 @@
1
- export * from "./Icon";
2
- export * from "./icon.types";
1
+ export * from './Icon';
2
+ export * from './icon.types';
@@ -1,4 +1,5 @@
1
- import React from "react";
1
+ import { default as React } from 'react';
2
+
2
3
  export declare const Input: React.ForwardRefExoticComponent<{
3
4
  label: string;
4
5
  placeholder?: string | undefined;
@@ -1,19 +1,19 @@
1
- /// <reference types="react" />
2
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
3
3
  declare const meta: {
4
4
  title: string;
5
- component: import("react").ForwardRefExoticComponent<{
5
+ component: import('react').ForwardRefExoticComponent<{
6
6
  label: string;
7
7
  placeholder?: string | undefined;
8
8
  message?: string | undefined;
9
- icon?: import("react").ReactNode;
9
+ icon?: import('react').ReactNode;
10
10
  isInvalid?: boolean | undefined;
11
11
  isValid?: boolean | undefined;
12
12
  disabled?: boolean | undefined;
13
13
  value?: string | undefined;
14
14
  isDatePicker?: boolean | undefined;
15
15
  iconAction?: (() => void) | undefined;
16
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "color" | "onFocus" | "onBlur" | "size"> & import("react").RefAttributes<HTMLInputElement>>;
16
+ } & Omit<import('react').InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "color" | "onFocus" | "onBlur" | "size"> & import('react').RefAttributes<HTMLInputElement>>;
17
17
  tags: string[];
18
18
  };
19
19
  export default meta;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- import { InputPasswordProps } from ".";
3
- export declare const InputPassword: import("react").ForwardRefExoticComponent<InputPasswordProps & import("react").RefAttributes<HTMLInputElement>>;
1
+ import { InputPasswordProps } from '.';
2
+
3
+ export declare const InputPassword: import('react').ForwardRefExoticComponent<InputPasswordProps & import('react').RefAttributes<HTMLInputElement>>;
@@ -1,3 +1,3 @@
1
- export * from "./Input";
2
- export * from "./InputPassword";
3
- export * from "./Input.types";
1
+ export * from './Input';
2
+ export * from './InputPassword';
3
+ export * from './Input.types';
@@ -1,9 +1,9 @@
1
1
  /// <reference types="react" />
2
- export declare const InputMask: import("react").ForwardRefExoticComponent<{
2
+ export declare const InputMask: import('react').ForwardRefExoticComponent<{
3
3
  label: string;
4
4
  placeholder?: string | undefined;
5
5
  message?: string | undefined;
6
- icon?: import("react").ReactNode;
6
+ icon?: import('react').ReactNode;
7
7
  isInvalid?: boolean | undefined;
8
8
  isValid?: boolean | undefined;
9
9
  disabled?: boolean | undefined;
@@ -11,4 +11,4 @@ export declare const InputMask: import("react").ForwardRefExoticComponent<{
11
11
  isDatePicker?: boolean | undefined;
12
12
  iconAction?: (() => void) | undefined;
13
13
  mask?: string | undefined;
14
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "color" | "onFocus" | "onBlur" | "size"> & import("react").RefAttributes<HTMLInputElement>>;
14
+ } & Omit<import('react').InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "color" | "onFocus" | "onBlur" | "size"> & import('react').RefAttributes<HTMLInputElement>>;
@@ -1,12 +1,12 @@
1
- /// <reference types="react" />
2
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
3
3
  declare const meta: {
4
4
  title: string;
5
- component: import("react").ForwardRefExoticComponent<{
5
+ component: import('react').ForwardRefExoticComponent<{
6
6
  label: string;
7
7
  placeholder?: string | undefined;
8
8
  message?: string | undefined;
9
- icon?: import("react").ReactNode;
9
+ icon?: import('react').ReactNode;
10
10
  isInvalid?: boolean | undefined;
11
11
  isValid?: boolean | undefined;
12
12
  disabled?: boolean | undefined;
@@ -14,7 +14,7 @@ declare const meta: {
14
14
  isDatePicker?: boolean | undefined;
15
15
  iconAction?: (() => void) | undefined;
16
16
  mask?: string | undefined;
17
- } & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "color" | "onFocus" | "onBlur" | "size"> & import("react").RefAttributes<HTMLInputElement>>;
17
+ } & Omit<import('react').InputHTMLAttributes<HTMLInputElement>, "defaultValue" | "color" | "onFocus" | "onBlur" | "size"> & import('react').RefAttributes<HTMLInputElement>>;
18
18
  tags: string[];
19
19
  };
20
20
  export default meta;
@@ -1,3 +1,3 @@
1
- export * from "./InputMask";
2
- export * from "./InputMask.types";
3
- export * from "./InputMask.stories";
1
+ export * from './InputMask';
2
+ export * from './InputMask.types';
3
+ export * from './InputMask.stories';
@@ -1,2 +1,3 @@
1
- import { LogoProps } from ".";
1
+ import { LogoProps } from '.';
2
+
2
3
  export declare function Logo({ variant, className, short, width, height }: LogoProps): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,6 @@
1
- import { StoryObj } from "@storybook/react";
2
- import { Logo } from ".";
1
+ import { Logo } from '.';
2
+ import { StoryObj } from '@storybook/react';
3
+
3
4
  declare const meta: {
4
5
  title: string;
5
6
  component: typeof Logo;
@@ -1,2 +1,2 @@
1
- export * from "./Logo";
2
- export * from "./Logo.types";
1
+ export * from './Logo';
2
+ export * from './Logo.types';
@@ -1,3 +1,4 @@
1
- import React from "react";
2
- import { PhoneNumberInputProps } from "./PhoneNumberInput.types";
1
+ import { PhoneNumberInputProps } from './PhoneNumberInput.types';
2
+ import { default as React } from 'react';
3
+
3
4
  export declare const PhoneNumberInput: React.FC<PhoneNumberInputProps>;
@@ -1,8 +1,8 @@
1
- /// <reference types="react" />
2
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
3
3
  declare const meta: {
4
4
  title: string;
5
- component: import("react").FC<import("./PhoneNumberInput.types").PhoneNumberInputProps>;
5
+ component: import('react').FC<import('./PhoneNumberInput.types').PhoneNumberInputProps>;
6
6
  tags: string[];
7
7
  };
8
8
  export default meta;
@@ -1,2 +1,2 @@
1
- export * from "./PhoneNumberInput";
2
- export * from "./PhoneNumberInput.types";
1
+ export * from './PhoneNumberInput';
2
+ export * from './PhoneNumberInput.types';
@@ -1,2 +1,3 @@
1
- import { PopoverProps } from "./Popover.types";
1
+ import { PopoverProps } from './Popover.types';
2
+
2
3
  export declare const Popover: ({ children, content, className, isOpen, side, align, hasCloseButton, hasShadow, sideOffset, onInteractOutside, onOpenAutoFocus, ...props }: PopoverProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ children, content, className, isOpen, side, align, hasCloseButton, hasShadow, sideOffset, onInteractOutside, onOpenAutoFocus, ...props }: import("./Popover.types").PopoverProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ children, content, className, isOpen, side, align, hasCloseButton, hasShadow, sideOffset, onInteractOutside, onOpenAutoFocus, ...props }: import('./Popover.types').PopoverProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  parameters: {
7
8
  layout: string;
@@ -1,2 +1,2 @@
1
- export * from "./Popover";
2
- export * from "./Popover.types";
1
+ export * from './Popover';
2
+ export * from './Popover.types';
@@ -1,2 +1,3 @@
1
- import { RadioGroupProps } from "./RadioGroup.types";
1
+ import { RadioGroupProps } from './RadioGroup.types';
2
+
2
3
  export declare const RadioGroup: ({ options, labelPosition, orientation, onChange, value, onValueChange }: RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ options, labelPosition, orientation, onChange, value, onValueChange }: import("./RadioGroup.types").RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ options, labelPosition, orientation, onChange, value, onValueChange }: import('./RadioGroup.types').RadioGroupProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  };
7
8
  export default meta;
@@ -1,4 +1,5 @@
1
- import { ChangeEventHandler, ReactNode } from "react";
1
+ import { ChangeEventHandler, ReactNode } from 'react';
2
+
2
3
  export type RadioGroupOption = {
3
4
  label: ReactNode;
4
5
  value: string;
@@ -1 +1 @@
1
- export * from "./RadioGroup";
1
+ export * from './RadioGroup';
@@ -1,2 +1,3 @@
1
- import { SegmentedControlProps } from "./SegmentedControl.types";
1
+ import { SegmentedControlProps } from './SegmentedControl.types';
2
+
2
3
  export declare const SegmentedControl: ({ tabs, tabClass, size, onSelectionChange, ...props }: SegmentedControlProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,6 @@
1
1
  declare const meta: {
2
2
  title: string;
3
- component: ({ tabs, tabClass, size, onSelectionChange, ...props }: import("./SegmentedControl.types").SegmentedControlProps) => import("react/jsx-runtime").JSX.Element;
3
+ component: ({ tabs, tabClass, size, onSelectionChange, ...props }: import('./SegmentedControl.types').SegmentedControlProps) => import("react/jsx-runtime").JSX.Element;
4
4
  tags: string[];
5
5
  };
6
6
  export default meta;
@@ -1,4 +1,5 @@
1
- import { Key, ReactNode } from "react";
1
+ import { Key, ReactNode } from 'react';
2
+
2
3
  export type SegmentedControlProps = {
3
4
  className?: string;
4
5
  "data-testid"?: string;
@@ -1,2 +1,2 @@
1
- export * from "./SegmentedControl";
2
- export * from "./SegmentedControl.types";
1
+ export * from './SegmentedControl';
2
+ export * from './SegmentedControl.types';
@@ -1,2 +1,3 @@
1
- import { SnackbarProps } from "./Snackbar.types";
1
+ import { SnackbarProps } from './Snackbar.types';
2
+
2
3
  export declare const Snackbar: ({ message, actions, inlineActions }: SnackbarProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
- import { Meta } from "@storybook/react";
1
+ import { Meta } from '@storybook/react';
2
+
2
3
  declare const meta: Meta;
3
4
  export default meta;
4
5
  export declare const Default: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
- export * from "./Snackbar";
2
- export * from "./useSnackbar";
1
+ export * from './Snackbar';
2
+ export * from './useSnackbar';
@@ -1,4 +1,5 @@
1
- import { SnackbarAction } from "./Snackbar.types";
1
+ import { SnackbarAction } from './Snackbar.types';
2
+
2
3
  export declare const useSnackbar: () => {
3
4
  snackbar: (message: string, options?: {
4
5
  actions?: SnackbarAction[];
@@ -1,2 +1,3 @@
1
- import { SwitchProps } from "./Switch.types";
1
+ import { SwitchProps } from './Switch.types';
2
+
2
3
  export declare const Switch: ({ icons, className }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ icons, className }: import("./Switch.types").SwitchProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ icons, className }: import('./Switch.types').SwitchProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  };
7
8
  export default meta;
@@ -1,2 +1,2 @@
1
- export * from "./Switch";
2
- export * from "./Switch.types";
1
+ export * from './Switch';
2
+ export * from './Switch.types';
@@ -1,2 +1,3 @@
1
- import { TabsProps } from "./Tabs.types";
1
+ import { TabsProps } from './Tabs.types';
2
+
2
3
  export declare const Tabs: ({ tabs, defaultValue, variant, className, ...props }: TabsProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,8 @@
1
- import { StoryObj } from "@storybook/react";
1
+ import { StoryObj } from '@storybook/react';
2
+
2
3
  declare const meta: {
3
4
  title: string;
4
- component: ({ tabs, defaultValue, variant, className, ...props }: import("./Tabs.types").TabsProps) => import("react/jsx-runtime").JSX.Element;
5
+ component: ({ tabs, defaultValue, variant, className, ...props }: import('./Tabs.types').TabsProps) => import("react/jsx-runtime").JSX.Element;
5
6
  tags: string[];
6
7
  parameters: {
7
8
  layout: string;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  export type TabsProps = {
3
4
  className?: string;
4
5
  "data-testid"?: string;