@yamada-ui/react 1.4.5-next-20240705210441 → 1.4.5

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/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { UIProvider, UIProviderProps, useEnvironment } from '@yamada-ui/providers';
1
+ export { UIProvider, UIProviderProps } from '@yamada-ui/providers';
2
2
  export * from '@yamada-ui/core';
3
3
  export * from '@yamada-ui/utils';
4
4
  export * from '@yamada-ui/theme';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { UIProvider, UIProviderProps, useEnvironment } from '@yamada-ui/providers';
1
+ export { UIProvider, UIProviderProps } from '@yamada-ui/providers';
2
2
  export * from '@yamada-ui/core';
3
3
  export * from '@yamada-ui/utils';
4
4
  export * from '@yamada-ui/theme';
package/dist/index.js CHANGED
@@ -21,8 +21,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  // src/index.ts
22
22
  var src_exports = {};
23
23
  __export(src_exports, {
24
- UIProvider: () => import_providers.UIProvider,
25
- useEnvironment: () => import_providers.useEnvironment
24
+ UIProvider: () => import_providers.UIProvider
26
25
  });
27
26
  module.exports = __toCommonJS(src_exports);
28
27
  var import_providers = require("@yamada-ui/providers");
@@ -125,7 +124,6 @@ __reExport(src_exports, require("@yamada-ui/visually-hidden"), module.exports);
125
124
  // Annotate the CommonJS export names for ESM import in node:
126
125
  0 && (module.exports = {
127
126
  UIProvider,
128
- useEnvironment,
129
127
  ...require("@yamada-ui/core"),
130
128
  ...require("@yamada-ui/utils"),
131
129
  ...require("@yamada-ui/theme"),
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { UIProvider, useEnvironment } from \"@yamada-ui/providers\"\nexport type { UIProviderProps } from \"@yamada-ui/providers\"\nexport * from \"@yamada-ui/core\"\nexport * from \"@yamada-ui/utils\"\nexport * from \"@yamada-ui/theme\"\nexport * from \"@yamada-ui/theme-tools\"\nexport * from \"@yamada-ui/accordion\"\nexport * from \"@yamada-ui/alert\"\nexport * from \"@yamada-ui/badge\"\nexport * from \"@yamada-ui/breadcrumb\"\nexport * from \"@yamada-ui/button\"\nexport * from \"@yamada-ui/close-button\"\nexport * from \"@yamada-ui/card\"\nexport * from \"@yamada-ui/checkbox\"\nexport * from \"@yamada-ui/editable\"\nexport * from \"@yamada-ui/file-button\"\nexport * from \"@yamada-ui/focus-lock\"\nexport * from \"@yamada-ui/form-control\"\nexport * from \"@yamada-ui/highlight\"\nexport * from \"@yamada-ui/icon\"\nexport * from \"@yamada-ui/image\"\nexport * from \"@yamada-ui/input\"\nexport * from \"@yamada-ui/kbd\"\nexport * from \"@yamada-ui/layouts\"\nexport * from \"@yamada-ui/link\"\nexport * from \"@yamada-ui/list\"\nexport * from \"@yamada-ui/loading\"\nexport * from \"@yamada-ui/menu\"\nexport * from \"@yamada-ui/modal\"\nexport * from \"@yamada-ui/motion\"\nexport * from \"@yamada-ui/native-select\"\nexport * from \"@yamada-ui/notice\"\nexport * from \"@yamada-ui/number-input\"\nexport * from \"@yamada-ui/pin-input\"\nexport * from \"@yamada-ui/popover\"\nexport * from \"@yamada-ui/portal\"\nexport * from \"@yamada-ui/progress\"\nexport * from \"@yamada-ui/radio\"\nexport * from \"@yamada-ui/segmented-control\"\nexport * from \"@yamada-ui/select\"\nexport * from \"@yamada-ui/slider\"\nexport * from \"@yamada-ui/switch\"\nexport * from \"@yamada-ui/tabs\"\nexport * from \"@yamada-ui/tag\"\nexport * from \"@yamada-ui/textarea\"\nexport * from \"@yamada-ui/tooltip\"\nexport * from \"@yamada-ui/transitions\"\nexport * from \"@yamada-ui/typography\"\nexport * from \"@yamada-ui/use-animation\"\nexport * from \"@yamada-ui/use-boolean\"\nexport * from \"@yamada-ui/use-breakpoint\"\nexport * from \"@yamada-ui/use-clickable\"\nexport * from \"@yamada-ui/use-controllable-state\"\nexport * from \"@yamada-ui/use-counter\"\nexport * from \"@yamada-ui/use-descendant\"\nexport * from \"@yamada-ui/use-disclosure\"\nexport * from \"@yamada-ui/use-event-listener\"\nexport * from \"@yamada-ui/use-focus\"\nexport * from \"@yamada-ui/use-focus-visible\"\nexport * from \"@yamada-ui/use-interval\"\nexport * from \"@yamada-ui/use-latest-ref\"\nexport * from \"@yamada-ui/use-outside-click\"\nexport * from \"@yamada-ui/use-pan-event\"\nexport * from \"@yamada-ui/use-popper\"\nexport * from \"@yamada-ui/use-resize-observer\"\nexport * from \"@yamada-ui/use-size\"\nexport * from \"@yamada-ui/use-timeout\"\nexport * from \"@yamada-ui/use-token\"\nexport * from \"@yamada-ui/use-value\"\nexport * from \"@yamada-ui/file-input\"\nexport * from \"@yamada-ui/scroll-area\"\nexport * from \"@yamada-ui/autocomplete\"\nexport * from \"@yamada-ui/avatar\"\nexport * from \"@yamada-ui/reorder\"\nexport * from \"@yamada-ui/pagination\"\nexport * from \"@yamada-ui/skeleton\"\nexport * from \"@yamada-ui/use-previous\"\nexport * from \"@yamada-ui/stepper\"\nexport * from \"@yamada-ui/native-table\"\nexport * from \"@yamada-ui/indicator\"\nexport * from \"@yamada-ui/use-hover\"\nexport * from \"@yamada-ui/use-idle\"\nexport * from \"@yamada-ui/use-os\"\nexport * from \"@yamada-ui/use-local-storage\"\nexport * from \"@yamada-ui/use-window-event\"\nexport * from \"@yamada-ui/use-media-query\"\nexport * from \"@yamada-ui/use-clipboard\"\nexport * from \"@yamada-ui/ripple\"\nexport * from \"@yamada-ui/color-picker\"\nexport * from \"@yamada-ui/rating\"\nexport * from \"@yamada-ui/stat\"\nexport * from \"@yamada-ui/resizable\"\nexport * from \"@yamada-ui/use-eye-dropper\"\nexport * from \"@yamada-ui/snacks\"\nexport * from \"@yamada-ui/infinite-scroll-area\"\nexport * from \"@yamada-ui/use-infinite-scroll\"\nexport * from \"@yamada-ui/toggle\"\nexport * from \"@yamada-ui/visually-hidden\"\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAA2C;AAE3C,wBAAc,4BAFd;AAGA,wBAAc,6BAHd;AAIA,wBAAc,6BAJd;AAKA,wBAAc,mCALd;AAMA,wBAAc,iCANd;AAOA,wBAAc,6BAPd;AAQA,wBAAc,6BARd;AASA,wBAAc,kCATd;AAUA,wBAAc,8BAVd;AAWA,wBAAc,oCAXd;AAYA,wBAAc,4BAZd;AAaA,wBAAc,gCAbd;AAcA,wBAAc,gCAdd;AAeA,wBAAc,mCAfd;AAgBA,wBAAc,kCAhBd;AAiBA,wBAAc,oCAjBd;AAkBA,wBAAc,iCAlBd;AAmBA,wBAAc,4BAnBd;AAoBA,wBAAc,6BApBd;AAqBA,wBAAc,6BArBd;AAsBA,wBAAc,2BAtBd;AAuBA,wBAAc,+BAvBd;AAwBA,wBAAc,4BAxBd;AAyBA,wBAAc,4BAzBd;AA0BA,wBAAc,+BA1Bd;AA2BA,wBAAc,4BA3Bd;AA4BA,wBAAc,6BA5Bd;AA6BA,wBAAc,8BA7Bd;AA8BA,wBAAc,qCA9Bd;AA+BA,wBAAc,8BA/Bd;AAgCA,wBAAc,oCAhCd;AAiCA,wBAAc,iCAjCd;AAkCA,wBAAc,+BAlCd;AAmCA,wBAAc,8BAnCd;AAoCA,wBAAc,gCApCd;AAqCA,wBAAc,6BArCd;AAsCA,wBAAc,yCAtCd;AAuCA,wBAAc,8BAvCd;AAwCA,wBAAc,8BAxCd;AAyCA,wBAAc,8BAzCd;AA0CA,wBAAc,4BA1Cd;AA2CA,wBAAc,2BA3Cd;AA4CA,wBAAc,gCA5Cd;AA6CA,wBAAc,+BA7Cd;AA8CA,wBAAc,mCA9Cd;AA+CA,wBAAc,kCA/Cd;AAgDA,wBAAc,qCAhDd;AAiDA,wBAAc,mCAjDd;AAkDA,wBAAc,sCAlDd;AAmDA,wBAAc,qCAnDd;AAoDA,wBAAc,8CApDd;AAqDA,wBAAc,mCArDd;AAsDA,wBAAc,sCAtDd;AAuDA,wBAAc,sCAvDd;AAwDA,wBAAc,0CAxDd;AAyDA,wBAAc,iCAzDd;AA0DA,wBAAc,yCA1Dd;AA2DA,wBAAc,oCA3Dd;AA4DA,wBAAc,sCA5Dd;AA6DA,wBAAc,yCA7Dd;AA8DA,wBAAc,qCA9Dd;AA+DA,wBAAc,kCA/Dd;AAgEA,wBAAc,2CAhEd;AAiEA,wBAAc,gCAjEd;AAkEA,wBAAc,mCAlEd;AAmEA,wBAAc,iCAnEd;AAoEA,wBAAc,iCApEd;AAqEA,wBAAc,kCArEd;AAsEA,wBAAc,mCAtEd;AAuEA,wBAAc,oCAvEd;AAwEA,wBAAc,8BAxEd;AAyEA,wBAAc,+BAzEd;AA0EA,wBAAc,kCA1Ed;AA2EA,wBAAc,gCA3Ed;AA4EA,wBAAc,oCA5Ed;AA6EA,wBAAc,+BA7Ed;AA8EA,wBAAc,oCA9Ed;AA+EA,wBAAc,iCA/Ed;AAgFA,wBAAc,iCAhFd;AAiFA,wBAAc,gCAjFd;AAkFA,wBAAc,8BAlFd;AAmFA,wBAAc,yCAnFd;AAoFA,wBAAc,wCApFd;AAqFA,wBAAc,uCArFd;AAsFA,wBAAc,qCAtFd;AAuFA,wBAAc,8BAvFd;AAwFA,wBAAc,oCAxFd;AAyFA,wBAAc,8BAzFd;AA0FA,wBAAc,4BA1Fd;AA2FA,wBAAc,iCA3Fd;AA4FA,wBAAc,uCA5Fd;AA6FA,wBAAc,8BA7Fd;AA8FA,wBAAc,4CA9Fd;AA+FA,wBAAc,2CA/Fd;AAgGA,wBAAc,8BAhGd;AAiGA,wBAAc,uCAjGd;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { UIProvider } from \"@yamada-ui/providers\"\nexport type { UIProviderProps } from \"@yamada-ui/providers\"\nexport * from \"@yamada-ui/core\"\nexport * from \"@yamada-ui/utils\"\nexport * from \"@yamada-ui/theme\"\nexport * from \"@yamada-ui/theme-tools\"\nexport * from \"@yamada-ui/accordion\"\nexport * from \"@yamada-ui/alert\"\nexport * from \"@yamada-ui/badge\"\nexport * from \"@yamada-ui/breadcrumb\"\nexport * from \"@yamada-ui/button\"\nexport * from \"@yamada-ui/close-button\"\nexport * from \"@yamada-ui/card\"\nexport * from \"@yamada-ui/checkbox\"\nexport * from \"@yamada-ui/editable\"\nexport * from \"@yamada-ui/file-button\"\nexport * from \"@yamada-ui/focus-lock\"\nexport * from \"@yamada-ui/form-control\"\nexport * from \"@yamada-ui/highlight\"\nexport * from \"@yamada-ui/icon\"\nexport * from \"@yamada-ui/image\"\nexport * from \"@yamada-ui/input\"\nexport * from \"@yamada-ui/kbd\"\nexport * from \"@yamada-ui/layouts\"\nexport * from \"@yamada-ui/link\"\nexport * from \"@yamada-ui/list\"\nexport * from \"@yamada-ui/loading\"\nexport * from \"@yamada-ui/menu\"\nexport * from \"@yamada-ui/modal\"\nexport * from \"@yamada-ui/motion\"\nexport * from \"@yamada-ui/native-select\"\nexport * from \"@yamada-ui/notice\"\nexport * from \"@yamada-ui/number-input\"\nexport * from \"@yamada-ui/pin-input\"\nexport * from \"@yamada-ui/popover\"\nexport * from \"@yamada-ui/portal\"\nexport * from \"@yamada-ui/progress\"\nexport * from \"@yamada-ui/radio\"\nexport * from \"@yamada-ui/segmented-control\"\nexport * from \"@yamada-ui/select\"\nexport * from \"@yamada-ui/slider\"\nexport * from \"@yamada-ui/switch\"\nexport * from \"@yamada-ui/tabs\"\nexport * from \"@yamada-ui/tag\"\nexport * from \"@yamada-ui/textarea\"\nexport * from \"@yamada-ui/tooltip\"\nexport * from \"@yamada-ui/transitions\"\nexport * from \"@yamada-ui/typography\"\nexport * from \"@yamada-ui/use-animation\"\nexport * from \"@yamada-ui/use-boolean\"\nexport * from \"@yamada-ui/use-breakpoint\"\nexport * from \"@yamada-ui/use-clickable\"\nexport * from \"@yamada-ui/use-controllable-state\"\nexport * from \"@yamada-ui/use-counter\"\nexport * from \"@yamada-ui/use-descendant\"\nexport * from \"@yamada-ui/use-disclosure\"\nexport * from \"@yamada-ui/use-event-listener\"\nexport * from \"@yamada-ui/use-focus\"\nexport * from \"@yamada-ui/use-focus-visible\"\nexport * from \"@yamada-ui/use-interval\"\nexport * from \"@yamada-ui/use-latest-ref\"\nexport * from \"@yamada-ui/use-outside-click\"\nexport * from \"@yamada-ui/use-pan-event\"\nexport * from \"@yamada-ui/use-popper\"\nexport * from \"@yamada-ui/use-resize-observer\"\nexport * from \"@yamada-ui/use-size\"\nexport * from \"@yamada-ui/use-timeout\"\nexport * from \"@yamada-ui/use-token\"\nexport * from \"@yamada-ui/use-value\"\nexport * from \"@yamada-ui/file-input\"\nexport * from \"@yamada-ui/scroll-area\"\nexport * from \"@yamada-ui/autocomplete\"\nexport * from \"@yamada-ui/avatar\"\nexport * from \"@yamada-ui/reorder\"\nexport * from \"@yamada-ui/pagination\"\nexport * from \"@yamada-ui/skeleton\"\nexport * from \"@yamada-ui/use-previous\"\nexport * from \"@yamada-ui/stepper\"\nexport * from \"@yamada-ui/native-table\"\nexport * from \"@yamada-ui/indicator\"\nexport * from \"@yamada-ui/use-hover\"\nexport * from \"@yamada-ui/use-idle\"\nexport * from \"@yamada-ui/use-os\"\nexport * from \"@yamada-ui/use-local-storage\"\nexport * from \"@yamada-ui/use-window-event\"\nexport * from \"@yamada-ui/use-media-query\"\nexport * from \"@yamada-ui/use-clipboard\"\nexport * from \"@yamada-ui/ripple\"\nexport * from \"@yamada-ui/color-picker\"\nexport * from \"@yamada-ui/rating\"\nexport * from \"@yamada-ui/stat\"\nexport * from \"@yamada-ui/resizable\"\nexport * from \"@yamada-ui/use-eye-dropper\"\nexport * from \"@yamada-ui/snacks\"\nexport * from \"@yamada-ui/infinite-scroll-area\"\nexport * from \"@yamada-ui/use-infinite-scroll\"\nexport * from \"@yamada-ui/toggle\"\nexport * from \"@yamada-ui/visually-hidden\"\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAA2B;AAE3B,wBAAc,4BAFd;AAGA,wBAAc,6BAHd;AAIA,wBAAc,6BAJd;AAKA,wBAAc,mCALd;AAMA,wBAAc,iCANd;AAOA,wBAAc,6BAPd;AAQA,wBAAc,6BARd;AASA,wBAAc,kCATd;AAUA,wBAAc,8BAVd;AAWA,wBAAc,oCAXd;AAYA,wBAAc,4BAZd;AAaA,wBAAc,gCAbd;AAcA,wBAAc,gCAdd;AAeA,wBAAc,mCAfd;AAgBA,wBAAc,kCAhBd;AAiBA,wBAAc,oCAjBd;AAkBA,wBAAc,iCAlBd;AAmBA,wBAAc,4BAnBd;AAoBA,wBAAc,6BApBd;AAqBA,wBAAc,6BArBd;AAsBA,wBAAc,2BAtBd;AAuBA,wBAAc,+BAvBd;AAwBA,wBAAc,4BAxBd;AAyBA,wBAAc,4BAzBd;AA0BA,wBAAc,+BA1Bd;AA2BA,wBAAc,4BA3Bd;AA4BA,wBAAc,6BA5Bd;AA6BA,wBAAc,8BA7Bd;AA8BA,wBAAc,qCA9Bd;AA+BA,wBAAc,8BA/Bd;AAgCA,wBAAc,oCAhCd;AAiCA,wBAAc,iCAjCd;AAkCA,wBAAc,+BAlCd;AAmCA,wBAAc,8BAnCd;AAoCA,wBAAc,gCApCd;AAqCA,wBAAc,6BArCd;AAsCA,wBAAc,yCAtCd;AAuCA,wBAAc,8BAvCd;AAwCA,wBAAc,8BAxCd;AAyCA,wBAAc,8BAzCd;AA0CA,wBAAc,4BA1Cd;AA2CA,wBAAc,2BA3Cd;AA4CA,wBAAc,gCA5Cd;AA6CA,wBAAc,+BA7Cd;AA8CA,wBAAc,mCA9Cd;AA+CA,wBAAc,kCA/Cd;AAgDA,wBAAc,qCAhDd;AAiDA,wBAAc,mCAjDd;AAkDA,wBAAc,sCAlDd;AAmDA,wBAAc,qCAnDd;AAoDA,wBAAc,8CApDd;AAqDA,wBAAc,mCArDd;AAsDA,wBAAc,sCAtDd;AAuDA,wBAAc,sCAvDd;AAwDA,wBAAc,0CAxDd;AAyDA,wBAAc,iCAzDd;AA0DA,wBAAc,yCA1Dd;AA2DA,wBAAc,oCA3Dd;AA4DA,wBAAc,sCA5Dd;AA6DA,wBAAc,yCA7Dd;AA8DA,wBAAc,qCA9Dd;AA+DA,wBAAc,kCA/Dd;AAgEA,wBAAc,2CAhEd;AAiEA,wBAAc,gCAjEd;AAkEA,wBAAc,mCAlEd;AAmEA,wBAAc,iCAnEd;AAoEA,wBAAc,iCApEd;AAqEA,wBAAc,kCArEd;AAsEA,wBAAc,mCAtEd;AAuEA,wBAAc,oCAvEd;AAwEA,wBAAc,8BAxEd;AAyEA,wBAAc,+BAzEd;AA0EA,wBAAc,kCA1Ed;AA2EA,wBAAc,gCA3Ed;AA4EA,wBAAc,oCA5Ed;AA6EA,wBAAc,+BA7Ed;AA8EA,wBAAc,oCA9Ed;AA+EA,wBAAc,iCA/Ed;AAgFA,wBAAc,iCAhFd;AAiFA,wBAAc,gCAjFd;AAkFA,wBAAc,8BAlFd;AAmFA,wBAAc,yCAnFd;AAoFA,wBAAc,wCApFd;AAqFA,wBAAc,uCArFd;AAsFA,wBAAc,qCAtFd;AAuFA,wBAAc,8BAvFd;AAwFA,wBAAc,oCAxFd;AAyFA,wBAAc,8BAzFd;AA0FA,wBAAc,4BA1Fd;AA2FA,wBAAc,iCA3Fd;AA4FA,wBAAc,uCA5Fd;AA6FA,wBAAc,8BA7Fd;AA8FA,wBAAc,4CA9Fd;AA+FA,wBAAc,2CA/Fd;AAgGA,wBAAc,8BAhGd;AAiGA,wBAAc,uCAjGd;","names":[]}
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/index.ts
2
- import { UIProvider, useEnvironment } from "@yamada-ui/providers";
2
+ import { UIProvider } from "@yamada-ui/providers";
3
3
  export * from "@yamada-ui/core";
4
4
  export * from "@yamada-ui/utils";
5
5
  export * from "@yamada-ui/theme";
@@ -97,7 +97,6 @@ export * from "@yamada-ui/use-infinite-scroll";
97
97
  export * from "@yamada-ui/toggle";
98
98
  export * from "@yamada-ui/visually-hidden";
99
99
  export {
100
- UIProvider,
101
- useEnvironment
100
+ UIProvider
102
101
  };
103
102
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { UIProvider, useEnvironment } from \"@yamada-ui/providers\"\nexport type { UIProviderProps } from \"@yamada-ui/providers\"\nexport * from \"@yamada-ui/core\"\nexport * from \"@yamada-ui/utils\"\nexport * from \"@yamada-ui/theme\"\nexport * from \"@yamada-ui/theme-tools\"\nexport * from \"@yamada-ui/accordion\"\nexport * from \"@yamada-ui/alert\"\nexport * from \"@yamada-ui/badge\"\nexport * from \"@yamada-ui/breadcrumb\"\nexport * from \"@yamada-ui/button\"\nexport * from \"@yamada-ui/close-button\"\nexport * from \"@yamada-ui/card\"\nexport * from \"@yamada-ui/checkbox\"\nexport * from \"@yamada-ui/editable\"\nexport * from \"@yamada-ui/file-button\"\nexport * from \"@yamada-ui/focus-lock\"\nexport * from \"@yamada-ui/form-control\"\nexport * from \"@yamada-ui/highlight\"\nexport * from \"@yamada-ui/icon\"\nexport * from \"@yamada-ui/image\"\nexport * from \"@yamada-ui/input\"\nexport * from \"@yamada-ui/kbd\"\nexport * from \"@yamada-ui/layouts\"\nexport * from \"@yamada-ui/link\"\nexport * from \"@yamada-ui/list\"\nexport * from \"@yamada-ui/loading\"\nexport * from \"@yamada-ui/menu\"\nexport * from \"@yamada-ui/modal\"\nexport * from \"@yamada-ui/motion\"\nexport * from \"@yamada-ui/native-select\"\nexport * from \"@yamada-ui/notice\"\nexport * from \"@yamada-ui/number-input\"\nexport * from \"@yamada-ui/pin-input\"\nexport * from \"@yamada-ui/popover\"\nexport * from \"@yamada-ui/portal\"\nexport * from \"@yamada-ui/progress\"\nexport * from \"@yamada-ui/radio\"\nexport * from \"@yamada-ui/segmented-control\"\nexport * from \"@yamada-ui/select\"\nexport * from \"@yamada-ui/slider\"\nexport * from \"@yamada-ui/switch\"\nexport * from \"@yamada-ui/tabs\"\nexport * from \"@yamada-ui/tag\"\nexport * from \"@yamada-ui/textarea\"\nexport * from \"@yamada-ui/tooltip\"\nexport * from \"@yamada-ui/transitions\"\nexport * from \"@yamada-ui/typography\"\nexport * from \"@yamada-ui/use-animation\"\nexport * from \"@yamada-ui/use-boolean\"\nexport * from \"@yamada-ui/use-breakpoint\"\nexport * from \"@yamada-ui/use-clickable\"\nexport * from \"@yamada-ui/use-controllable-state\"\nexport * from \"@yamada-ui/use-counter\"\nexport * from \"@yamada-ui/use-descendant\"\nexport * from \"@yamada-ui/use-disclosure\"\nexport * from \"@yamada-ui/use-event-listener\"\nexport * from \"@yamada-ui/use-focus\"\nexport * from \"@yamada-ui/use-focus-visible\"\nexport * from \"@yamada-ui/use-interval\"\nexport * from \"@yamada-ui/use-latest-ref\"\nexport * from \"@yamada-ui/use-outside-click\"\nexport * from \"@yamada-ui/use-pan-event\"\nexport * from \"@yamada-ui/use-popper\"\nexport * from \"@yamada-ui/use-resize-observer\"\nexport * from \"@yamada-ui/use-size\"\nexport * from \"@yamada-ui/use-timeout\"\nexport * from \"@yamada-ui/use-token\"\nexport * from \"@yamada-ui/use-value\"\nexport * from \"@yamada-ui/file-input\"\nexport * from \"@yamada-ui/scroll-area\"\nexport * from \"@yamada-ui/autocomplete\"\nexport * from \"@yamada-ui/avatar\"\nexport * from \"@yamada-ui/reorder\"\nexport * from \"@yamada-ui/pagination\"\nexport * from \"@yamada-ui/skeleton\"\nexport * from \"@yamada-ui/use-previous\"\nexport * from \"@yamada-ui/stepper\"\nexport * from \"@yamada-ui/native-table\"\nexport * from \"@yamada-ui/indicator\"\nexport * from \"@yamada-ui/use-hover\"\nexport * from \"@yamada-ui/use-idle\"\nexport * from \"@yamada-ui/use-os\"\nexport * from \"@yamada-ui/use-local-storage\"\nexport * from \"@yamada-ui/use-window-event\"\nexport * from \"@yamada-ui/use-media-query\"\nexport * from \"@yamada-ui/use-clipboard\"\nexport * from \"@yamada-ui/ripple\"\nexport * from \"@yamada-ui/color-picker\"\nexport * from \"@yamada-ui/rating\"\nexport * from \"@yamada-ui/stat\"\nexport * from \"@yamada-ui/resizable\"\nexport * from \"@yamada-ui/use-eye-dropper\"\nexport * from \"@yamada-ui/snacks\"\nexport * from \"@yamada-ui/infinite-scroll-area\"\nexport * from \"@yamada-ui/use-infinite-scroll\"\nexport * from \"@yamada-ui/toggle\"\nexport * from \"@yamada-ui/visually-hidden\"\n"],"mappings":";AAAA,SAAS,YAAY,sBAAsB;AAE3C,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
1
+ {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export { UIProvider } from \"@yamada-ui/providers\"\nexport type { UIProviderProps } from \"@yamada-ui/providers\"\nexport * from \"@yamada-ui/core\"\nexport * from \"@yamada-ui/utils\"\nexport * from \"@yamada-ui/theme\"\nexport * from \"@yamada-ui/theme-tools\"\nexport * from \"@yamada-ui/accordion\"\nexport * from \"@yamada-ui/alert\"\nexport * from \"@yamada-ui/badge\"\nexport * from \"@yamada-ui/breadcrumb\"\nexport * from \"@yamada-ui/button\"\nexport * from \"@yamada-ui/close-button\"\nexport * from \"@yamada-ui/card\"\nexport * from \"@yamada-ui/checkbox\"\nexport * from \"@yamada-ui/editable\"\nexport * from \"@yamada-ui/file-button\"\nexport * from \"@yamada-ui/focus-lock\"\nexport * from \"@yamada-ui/form-control\"\nexport * from \"@yamada-ui/highlight\"\nexport * from \"@yamada-ui/icon\"\nexport * from \"@yamada-ui/image\"\nexport * from \"@yamada-ui/input\"\nexport * from \"@yamada-ui/kbd\"\nexport * from \"@yamada-ui/layouts\"\nexport * from \"@yamada-ui/link\"\nexport * from \"@yamada-ui/list\"\nexport * from \"@yamada-ui/loading\"\nexport * from \"@yamada-ui/menu\"\nexport * from \"@yamada-ui/modal\"\nexport * from \"@yamada-ui/motion\"\nexport * from \"@yamada-ui/native-select\"\nexport * from \"@yamada-ui/notice\"\nexport * from \"@yamada-ui/number-input\"\nexport * from \"@yamada-ui/pin-input\"\nexport * from \"@yamada-ui/popover\"\nexport * from \"@yamada-ui/portal\"\nexport * from \"@yamada-ui/progress\"\nexport * from \"@yamada-ui/radio\"\nexport * from \"@yamada-ui/segmented-control\"\nexport * from \"@yamada-ui/select\"\nexport * from \"@yamada-ui/slider\"\nexport * from \"@yamada-ui/switch\"\nexport * from \"@yamada-ui/tabs\"\nexport * from \"@yamada-ui/tag\"\nexport * from \"@yamada-ui/textarea\"\nexport * from \"@yamada-ui/tooltip\"\nexport * from \"@yamada-ui/transitions\"\nexport * from \"@yamada-ui/typography\"\nexport * from \"@yamada-ui/use-animation\"\nexport * from \"@yamada-ui/use-boolean\"\nexport * from \"@yamada-ui/use-breakpoint\"\nexport * from \"@yamada-ui/use-clickable\"\nexport * from \"@yamada-ui/use-controllable-state\"\nexport * from \"@yamada-ui/use-counter\"\nexport * from \"@yamada-ui/use-descendant\"\nexport * from \"@yamada-ui/use-disclosure\"\nexport * from \"@yamada-ui/use-event-listener\"\nexport * from \"@yamada-ui/use-focus\"\nexport * from \"@yamada-ui/use-focus-visible\"\nexport * from \"@yamada-ui/use-interval\"\nexport * from \"@yamada-ui/use-latest-ref\"\nexport * from \"@yamada-ui/use-outside-click\"\nexport * from \"@yamada-ui/use-pan-event\"\nexport * from \"@yamada-ui/use-popper\"\nexport * from \"@yamada-ui/use-resize-observer\"\nexport * from \"@yamada-ui/use-size\"\nexport * from \"@yamada-ui/use-timeout\"\nexport * from \"@yamada-ui/use-token\"\nexport * from \"@yamada-ui/use-value\"\nexport * from \"@yamada-ui/file-input\"\nexport * from \"@yamada-ui/scroll-area\"\nexport * from \"@yamada-ui/autocomplete\"\nexport * from \"@yamada-ui/avatar\"\nexport * from \"@yamada-ui/reorder\"\nexport * from \"@yamada-ui/pagination\"\nexport * from \"@yamada-ui/skeleton\"\nexport * from \"@yamada-ui/use-previous\"\nexport * from \"@yamada-ui/stepper\"\nexport * from \"@yamada-ui/native-table\"\nexport * from \"@yamada-ui/indicator\"\nexport * from \"@yamada-ui/use-hover\"\nexport * from \"@yamada-ui/use-idle\"\nexport * from \"@yamada-ui/use-os\"\nexport * from \"@yamada-ui/use-local-storage\"\nexport * from \"@yamada-ui/use-window-event\"\nexport * from \"@yamada-ui/use-media-query\"\nexport * from \"@yamada-ui/use-clipboard\"\nexport * from \"@yamada-ui/ripple\"\nexport * from \"@yamada-ui/color-picker\"\nexport * from \"@yamada-ui/rating\"\nexport * from \"@yamada-ui/stat\"\nexport * from \"@yamada-ui/resizable\"\nexport * from \"@yamada-ui/use-eye-dropper\"\nexport * from \"@yamada-ui/snacks\"\nexport * from \"@yamada-ui/infinite-scroll-area\"\nexport * from \"@yamada-ui/use-infinite-scroll\"\nexport * from \"@yamada-ui/toggle\"\nexport * from \"@yamada-ui/visually-hidden\"\n"],"mappings":";AAAA,SAAS,kBAAkB;AAE3B,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamada-ui/react",
3
- "version": "1.4.5-next-20240705210441",
3
+ "version": "1.4.5",
4
4
  "description": "React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion",
5
5
  "keywords": [
6
6
  "yamada",
@@ -36,73 +36,73 @@
36
36
  "url": "https://github.com/yamada-ui/yamada-ui/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@yamada-ui/accordion": "2.0.1",
40
- "@yamada-ui/alert": "1.0.32",
41
- "@yamada-ui/autocomplete": "1.2.6",
42
- "@yamada-ui/avatar": "1.2.0",
43
- "@yamada-ui/badge": "1.0.31",
44
- "@yamada-ui/breadcrumb": "1.3.3",
45
- "@yamada-ui/button": "1.0.34",
46
- "@yamada-ui/card": "1.0.33",
47
- "@yamada-ui/checkbox": "1.1.1",
48
- "@yamada-ui/close-button": "1.0.32",
49
- "@yamada-ui/color-picker": "1.2.21",
50
- "@yamada-ui/core": "1.9.1",
51
- "@yamada-ui/editable": "1.0.36",
52
- "@yamada-ui/file-button": "1.0.38",
53
- "@yamada-ui/file-input": "1.0.36",
39
+ "@yamada-ui/accordion": "2.0.2",
40
+ "@yamada-ui/alert": "1.0.33",
41
+ "@yamada-ui/autocomplete": "1.2.7",
42
+ "@yamada-ui/avatar": "1.2.1",
43
+ "@yamada-ui/badge": "1.0.32",
44
+ "@yamada-ui/breadcrumb": "1.3.4",
45
+ "@yamada-ui/button": "1.0.35",
46
+ "@yamada-ui/card": "1.0.34",
47
+ "@yamada-ui/checkbox": "1.1.2",
48
+ "@yamada-ui/close-button": "1.0.33",
49
+ "@yamada-ui/color-picker": "1.2.22",
50
+ "@yamada-ui/core": "1.10.0",
51
+ "@yamada-ui/editable": "1.0.37",
52
+ "@yamada-ui/file-button": "1.0.39",
53
+ "@yamada-ui/file-input": "1.0.37",
54
54
  "@yamada-ui/focus-lock": "1.0.17",
55
- "@yamada-ui/form-control": "2.0.1",
56
- "@yamada-ui/highlight": "1.0.31",
57
- "@yamada-ui/icon": "1.0.31",
58
- "@yamada-ui/image": "1.0.32",
59
- "@yamada-ui/indicator": "1.1.31",
60
- "@yamada-ui/infinite-scroll-area": "1.2.0",
61
- "@yamada-ui/input": "1.0.36",
62
- "@yamada-ui/kbd": "1.0.31",
63
- "@yamada-ui/layouts": "1.1.28",
64
- "@yamada-ui/link": "1.0.31",
65
- "@yamada-ui/list": "1.0.31",
66
- "@yamada-ui/loading": "1.1.8",
67
- "@yamada-ui/menu": "1.3.5",
68
- "@yamada-ui/modal": "1.3.2",
69
- "@yamada-ui/motion": "2.0.2",
70
- "@yamada-ui/native-select": "1.0.36",
71
- "@yamada-ui/native-table": "1.0.33",
72
- "@yamada-ui/notice": "1.0.32",
73
- "@yamada-ui/number-input": "1.1.6",
74
- "@yamada-ui/pagination": "1.0.32",
75
- "@yamada-ui/pin-input": "1.0.35",
76
- "@yamada-ui/popover": "1.2.5",
55
+ "@yamada-ui/form-control": "2.0.2",
56
+ "@yamada-ui/highlight": "1.0.32",
57
+ "@yamada-ui/icon": "1.0.32",
58
+ "@yamada-ui/image": "1.0.33",
59
+ "@yamada-ui/indicator": "1.1.32",
60
+ "@yamada-ui/infinite-scroll-area": "1.2.1",
61
+ "@yamada-ui/input": "1.0.37",
62
+ "@yamada-ui/kbd": "1.0.32",
63
+ "@yamada-ui/layouts": "1.1.29",
64
+ "@yamada-ui/link": "1.0.32",
65
+ "@yamada-ui/list": "1.0.32",
66
+ "@yamada-ui/loading": "1.1.9",
67
+ "@yamada-ui/menu": "1.3.6",
68
+ "@yamada-ui/modal": "1.3.3",
69
+ "@yamada-ui/motion": "2.1.0",
70
+ "@yamada-ui/native-select": "1.0.37",
71
+ "@yamada-ui/native-table": "1.0.34",
72
+ "@yamada-ui/notice": "1.0.33",
73
+ "@yamada-ui/number-input": "1.1.7",
74
+ "@yamada-ui/pagination": "1.0.33",
75
+ "@yamada-ui/pin-input": "1.0.36",
76
+ "@yamada-ui/popover": "1.2.6",
77
77
  "@yamada-ui/portal": "1.0.17",
78
- "@yamada-ui/progress": "1.0.32",
79
- "@yamada-ui/providers": "1.1.6",
80
- "@yamada-ui/radio": "1.2.1",
81
- "@yamada-ui/rating": "1.0.33",
82
- "@yamada-ui/reorder": "2.0.2",
83
- "@yamada-ui/resizable": "1.1.4",
84
- "@yamada-ui/ripple": "1.0.32",
85
- "@yamada-ui/scroll-area": "1.0.32",
86
- "@yamada-ui/segmented-control": "1.0.34",
87
- "@yamada-ui/skeleton": "1.1.0-next-20240705210441",
88
- "@yamada-ui/select": "1.2.18",
89
- "@yamada-ui/slider": "1.1.3",
90
- "@yamada-ui/snacks": "1.0.24",
91
- "@yamada-ui/stat": "1.0.29",
92
- "@yamada-ui/stepper": "1.0.32",
93
- "@yamada-ui/switch": "1.1.2",
94
- "@yamada-ui/tabs": "1.0.33",
95
- "@yamada-ui/tag": "1.0.32",
96
- "@yamada-ui/textarea": "1.1.23",
97
- "@yamada-ui/theme-tools": "1.0.38",
98
- "@yamada-ui/theme": "1.12.0",
99
- "@yamada-ui/toggle": "1.0.15",
100
- "@yamada-ui/tooltip": "1.1.4",
101
- "@yamada-ui/transitions": "1.0.32",
102
- "@yamada-ui/typography": "1.0.31",
78
+ "@yamada-ui/progress": "1.0.33",
79
+ "@yamada-ui/providers": "1.2.0",
80
+ "@yamada-ui/radio": "1.2.2",
81
+ "@yamada-ui/rating": "1.0.34",
82
+ "@yamada-ui/reorder": "2.0.3",
83
+ "@yamada-ui/resizable": "1.1.5",
84
+ "@yamada-ui/ripple": "1.0.33",
85
+ "@yamada-ui/scroll-area": "1.0.33",
86
+ "@yamada-ui/segmented-control": "1.0.35",
87
+ "@yamada-ui/select": "1.3.0",
88
+ "@yamada-ui/skeleton": "1.1.0",
89
+ "@yamada-ui/slider": "1.1.4",
90
+ "@yamada-ui/snacks": "1.0.25",
91
+ "@yamada-ui/stat": "1.0.30",
92
+ "@yamada-ui/stepper": "1.0.33",
93
+ "@yamada-ui/switch": "1.1.3",
94
+ "@yamada-ui/tabs": "1.0.34",
95
+ "@yamada-ui/tag": "1.0.33",
96
+ "@yamada-ui/textarea": "1.1.24",
97
+ "@yamada-ui/theme": "1.13.0",
98
+ "@yamada-ui/theme-tools": "1.0.39",
99
+ "@yamada-ui/toggle": "1.0.16",
100
+ "@yamada-ui/tooltip": "1.1.5",
101
+ "@yamada-ui/transitions": "1.0.33",
102
+ "@yamada-ui/typography": "1.0.32",
103
+ "@yamada-ui/use-animation": "1.0.32",
103
104
  "@yamada-ui/use-boolean": "1.0.1",
104
- "@yamada-ui/use-animation": "1.0.31",
105
- "@yamada-ui/use-breakpoint": "1.4.2",
105
+ "@yamada-ui/use-breakpoint": "1.4.3",
106
106
  "@yamada-ui/use-clickable": "1.2.4",
107
107
  "@yamada-ui/use-clipboard": "1.0.17",
108
108
  "@yamada-ui/use-controllable-state": "1.0.16",
@@ -119,20 +119,20 @@
119
119
  "@yamada-ui/use-interval": "1.0.16",
120
120
  "@yamada-ui/use-latest-ref": "1.0.1",
121
121
  "@yamada-ui/use-local-storage": "1.0.17",
122
- "@yamada-ui/use-media-query": "1.0.39",
122
+ "@yamada-ui/use-media-query": "1.0.40",
123
123
  "@yamada-ui/use-os": "1.0.17",
124
124
  "@yamada-ui/use-outside-click": "1.0.16",
125
125
  "@yamada-ui/use-pan-event": "1.0.18",
126
- "@yamada-ui/use-popper": "1.0.31",
126
+ "@yamada-ui/use-popper": "1.0.32",
127
127
  "@yamada-ui/use-previous": "1.0.16",
128
128
  "@yamada-ui/use-resize-observer": "1.0.16",
129
129
  "@yamada-ui/use-size": "1.0.16",
130
130
  "@yamada-ui/use-timeout": "1.0.16",
131
- "@yamada-ui/use-token": "1.1.19",
132
- "@yamada-ui/use-value": "1.1.19",
131
+ "@yamada-ui/use-token": "1.1.20",
132
+ "@yamada-ui/use-value": "1.1.20",
133
133
  "@yamada-ui/use-window-event": "1.0.17",
134
134
  "@yamada-ui/utils": "1.3.1",
135
- "@yamada-ui/visually-hidden": "1.0.5"
135
+ "@yamada-ui/visually-hidden": "1.0.6"
136
136
  },
137
137
  "devDependencies": {
138
138
  "clean-package": "2.2.0",