@yamada-ui/alert 0.5.9 → 0.5.11

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/alert.d.mts CHANGED
@@ -37,15 +37,15 @@ type AlertOptions = {
37
37
  */
38
38
  status?: Status;
39
39
  };
40
- type AlertProps = HTMLUIProps<'div'> & ThemeProps<'Alert'> & AlertOptions;
40
+ type AlertProps = HTMLUIProps<"div"> & ThemeProps<"Alert"> & AlertOptions;
41
41
  declare const Alert: _yamada_ui_core.Component<"div", AlertProps>;
42
- type AlertIconProps = HTMLUIProps<'span'> & {
43
- variant?: LoadingProps['variant'];
42
+ type AlertIconProps = HTMLUIProps<"span"> & {
43
+ variant?: LoadingProps["variant"];
44
44
  };
45
45
  declare const AlertIcon: FC<AlertIconProps>;
46
- type AlertTitleProps = HTMLUIProps<'p'>;
46
+ type AlertTitleProps = HTMLUIProps<"p">;
47
47
  declare const AlertTitle: _yamada_ui_core.Component<"p", AlertTitleProps>;
48
- type AlertDescriptionProps = HTMLUIProps<'span'>;
48
+ type AlertDescriptionProps = HTMLUIProps<"span">;
49
49
  declare const AlertDescription: _yamada_ui_core.Component<"span", AlertDescriptionProps>;
50
50
 
51
51
  export { Alert, AlertDescription, AlertDescriptionProps, AlertIcon, AlertIconProps, AlertProps, AlertTitle, AlertTitleProps, getStatusColorScheme, getStatusIcon };
package/dist/alert.d.ts CHANGED
@@ -37,15 +37,15 @@ type AlertOptions = {
37
37
  */
38
38
  status?: Status;
39
39
  };
40
- type AlertProps = HTMLUIProps<'div'> & ThemeProps<'Alert'> & AlertOptions;
40
+ type AlertProps = HTMLUIProps<"div"> & ThemeProps<"Alert"> & AlertOptions;
41
41
  declare const Alert: _yamada_ui_core.Component<"div", AlertProps>;
42
- type AlertIconProps = HTMLUIProps<'span'> & {
43
- variant?: LoadingProps['variant'];
42
+ type AlertIconProps = HTMLUIProps<"span"> & {
43
+ variant?: LoadingProps["variant"];
44
44
  };
45
45
  declare const AlertIcon: FC<AlertIconProps>;
46
- type AlertTitleProps = HTMLUIProps<'p'>;
46
+ type AlertTitleProps = HTMLUIProps<"p">;
47
47
  declare const AlertTitle: _yamada_ui_core.Component<"p", AlertTitleProps>;
48
- type AlertDescriptionProps = HTMLUIProps<'span'>;
48
+ type AlertDescriptionProps = HTMLUIProps<"span">;
49
49
  declare const AlertDescription: _yamada_ui_core.Component<"span", AlertDescriptionProps>;
50
50
 
51
51
  export { Alert, AlertDescription, AlertDescriptionProps, AlertIcon, AlertIconProps, AlertProps, AlertTitle, AlertTitleProps, getStatusColorScheme, getStatusIcon };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/alert",
3
- "version": "0.5.9",
3
+ "version": "0.5.11",
4
4
  "description": "Yamada UI alert component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,10 +35,10 @@
35
35
  "url": "https://github.com/hirotomoyamada/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "0.12.4",
39
- "@yamada-ui/utils": "0.3.2",
40
- "@yamada-ui/icon": "0.3.14",
41
- "@yamada-ui/loading": "0.5.1"
38
+ "@yamada-ui/core": "0.12.6",
39
+ "@yamada-ui/utils": "0.3.3",
40
+ "@yamada-ui/icon": "0.3.16",
41
+ "@yamada-ui/loading": "0.5.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "react": "^18.0.0",