ingred-ui 14.0.0 → 14.2.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.
@@ -1,6 +1,6 @@
1
1
  import * as React from "react";
2
2
  import * as Styled from "./styled";
3
- export type BadgeColor = "primary" | "secondary" | "success" | "warning" | "danger";
3
+ export type BadgeColor = "primary" | "secondary" | "success" | "warning" | "danger" | "basic";
4
4
  export type BadgeProps = React.ComponentPropsWithoutRef<"a" | "span"> & {
5
5
  color: BadgeColor;
6
6
  type?: Styled.BadgeType;
@@ -19,3 +19,4 @@ export declare const Secondary: StoryObj<typeof Badge>;
19
19
  export declare const Success: StoryObj<typeof Badge>;
20
20
  export declare const Warning: StoryObj<typeof Badge>;
21
21
  export declare const Danger: StoryObj<typeof Badge>;
22
+ export declare const Basic: StoryObj<typeof Badge>;
@@ -10,7 +10,7 @@ declare const _default: {
10
10
  parameters: {
11
11
  docs: {
12
12
  source: {
13
- language: string;
13
+ type: string;
14
14
  };
15
15
  page: () => JSX.Element;
16
16
  };
@@ -1,4 +1,4 @@
1
- import { ComponentStory } from "@storybook/react";
1
+ import { StoryObj } from "@storybook/react";
2
2
  import React from "react";
3
3
  import Fade from "./Fade";
4
4
  declare const _default: {
@@ -18,4 +18,4 @@ declare const _default: {
18
18
  };
19
19
  };
20
20
  export default _default;
21
- export declare const Example: ComponentStory<typeof Fade>;
21
+ export declare const Example: StoryObj<typeof Fade>;
@@ -1,4 +1,4 @@
1
- import { ComponentStory } from "@storybook/react";
1
+ import { StoryObj } from "@storybook/react";
2
2
  import React from "react";
3
3
  import Grow from "./Grow";
4
4
  declare const _default: {
@@ -18,4 +18,4 @@ declare const _default: {
18
18
  };
19
19
  };
20
20
  export default _default;
21
- export declare const Example: ComponentStory<typeof Grow>;
21
+ export declare const Example: StoryObj<typeof Grow>;
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- export type IconName = "dashboard" | "bar_chart" | "bar_chart_framed" | "line_chart_framed" | "multi_line_chart_framed" | "logout" | "setting" | "arrow_bottom" | "arrow_left" | "arrow_right" | "pencil" | "delete_bin" | "close" | "forbid" | "check" | "eye" | "eye_off" | "exclamation" | "arrow_double_left" | "arrow_double_right" | "question" | "zoom_in" | "sort_up" | "sort_down" | "sort_inactive" | "folder" | "folder_open" | "return_line" | "link" | "unlink" | "no_link" | "search" | "import" | "export" | "add_line" | "more" | "more_vert" | "date_range" | "external_link" | "desktop" | "mobile" | "desktop_mobile" | "copy" | "truck" | "camera_movie" | "code_file" | "cart_secure" | "profile" | "auction" | "mail" | "mail_open" | "filter" | "notification" | "user_settings" | "company_settings" | "heart_pulse" | "checkbox_circle" | "alart" | "base_station" | "braille" | "label" | "download_cloud" | "save" | "close_circle" | "bid_strap" | "fluct" | "data_strap" | "company" | "document" | "user" | "information" | "analytics" | "support" | "apps" | "ad_block";
2
+ export type IconName = "dashboard" | "bar_chart" | "bar_chart_framed" | "line_chart_framed" | "multi_line_chart_framed" | "logout" | "setting" | "arrow_bottom" | "arrow_left" | "arrow_right" | "pencil" | "delete_bin" | "close" | "forbid" | "check" | "eye" | "eye_off" | "exclamation" | "arrow_double_left" | "arrow_double_right" | "question" | "zoom_in" | "sort_up" | "sort_down" | "sort_inactive" | "folder" | "folder_open" | "refresh_line" | "return_line" | "link" | "unlink" | "no_link" | "search" | "import" | "export" | "add_line" | "more" | "more_vert" | "date_range" | "external_link" | "desktop" | "mobile" | "desktop_mobile" | "copy" | "truck" | "camera_movie" | "code_file" | "cart_secure" | "profile" | "auction" | "mail" | "mail_open" | "filter" | "notification" | "user_settings" | "company_settings" | "heart_pulse" | "checkbox_circle" | "alart" | "base_station" | "braille" | "label" | "download_cloud" | "save" | "close_circle" | "bid_strap" | "fluct" | "data_strap" | "company" | "document" | "user" | "information" | "analytics" | "support" | "apps" | "ad_block";
3
3
  type IconType = "fill" | "line";
4
4
  type IconColor = IconType | "active" | string;
5
5
  type IconSize = "sm" | "md" | "lg";
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { IconProps } from "../../Icon";
3
+ declare const RefreshLineIcon: React.FunctionComponent<IconProps>;
4
+ export { RefreshLineIcon };
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import LoadingBar from "./LoadingBar";
3
- import { ComponentStory } from "@storybook/react";
3
+ import { StoryObj } from "@storybook/react";
4
4
  declare const _default: {
5
5
  title: string;
6
6
  component: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;
@@ -14,4 +14,4 @@ declare const _default: {
14
14
  };
15
15
  };
16
16
  export default _default;
17
- export declare const Example: ComponentStory<typeof LoadingBar>;
17
+ export declare const Example: StoryObj<typeof LoadingBar>;
@@ -1,4 +1,4 @@
1
- import { ComponentStory } from "@storybook/react";
1
+ import { StoryObj } from "@storybook/react";
2
2
  import React from "react";
3
3
  import Slide from "./Slide";
4
4
  declare const _default: {
@@ -27,4 +27,4 @@ declare const _default: {
27
27
  };
28
28
  };
29
29
  export default _default;
30
- export declare const Example: ComponentStory<typeof Slide>;
30
+ export declare const Example: StoryObj<typeof Slide>;