@yamada-ui/status 1.0.5 → 1.0.6-dev-20250223070525

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/status.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
- import { StatusValue, Statuses, HTMLUIProps, ThemeProps } from '@yamada-ui/core';
2
+ import { HTMLUIProps, ThemeProps, StatusValue, Statuses } from '@yamada-ui/core';
3
3
 
4
4
  declare const getStatusColorScheme: (status: StatusValue, statuses?: Statuses) => string;
5
5
  interface StatusOptions {
package/dist/status.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _yamada_ui_core from '@yamada-ui/core';
2
- import { StatusValue, Statuses, HTMLUIProps, ThemeProps } from '@yamada-ui/core';
2
+ import { HTMLUIProps, ThemeProps, StatusValue, Statuses } from '@yamada-ui/core';
3
3
 
4
4
  declare const getStatusColorScheme: (status: StatusValue, statuses?: Statuses) => string;
5
5
  interface StatusOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/status",
3
- "version": "1.0.5",
3
+ "version": "1.0.6-dev-20250223070525",
4
4
  "description": "Yamada UI status component",
5
5
  "keywords": [
6
6
  "yamada",
@@ -35,8 +35,8 @@
35
35
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@yamada-ui/core": "1.17.1",
39
- "@yamada-ui/utils": "1.7.0"
38
+ "@yamada-ui/core": "1.17.2-dev-20250223070525",
39
+ "@yamada-ui/utils": "1.7.1-dev-20250223070525"
40
40
  },
41
41
  "devDependencies": {
42
42
  "clean-package": "2.2.0",