@yamada-ui/react 1.1.4 → 1.2.0-next-20240104210322
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +22 -21
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -114,6 +114,7 @@ __reExport(src_exports, require("@yamada-ui/use-clipboard"), module.exports);
|
|
|
114
114
|
__reExport(src_exports, require("@yamada-ui/ripple"), module.exports);
|
|
115
115
|
__reExport(src_exports, require("@yamada-ui/rating"), module.exports);
|
|
116
116
|
__reExport(src_exports, require("@yamada-ui/stat"), module.exports);
|
|
117
|
+
__reExport(src_exports, require("@yamada-ui/resizable"), module.exports);
|
|
117
118
|
// Annotate the CommonJS export names for ESM import in node:
|
|
118
119
|
0 && (module.exports = {
|
|
119
120
|
UIProvider,
|
|
@@ -205,6 +206,7 @@ __reExport(src_exports, require("@yamada-ui/stat"), module.exports);
|
|
|
205
206
|
...require("@yamada-ui/use-clipboard"),
|
|
206
207
|
...require("@yamada-ui/ripple"),
|
|
207
208
|
...require("@yamada-ui/rating"),
|
|
208
|
-
...require("@yamada-ui/stat")
|
|
209
|
+
...require("@yamada-ui/stat"),
|
|
210
|
+
...require("@yamada-ui/resizable")
|
|
209
211
|
});
|
|
210
212
|
//# sourceMappingURL=index.js.map
|
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/rating\"\nexport * from \"@yamada-ui/stat\"\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,8BAxFd;AAyFA,wBAAc,4BAzFd;","names":[]}
|
|
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/rating\"\nexport * from \"@yamada-ui/stat\"\nexport * from \"@yamada-ui/resizable\"\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,8BAxFd;AAyFA,wBAAc,4BAzFd;AA0FA,wBAAc,iCA1Fd;","names":[]}
|
package/dist/index.mjs
CHANGED
package/dist/index.mjs.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/rating\"\nexport * from \"@yamada-ui/stat\"\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;","names":[]}
|
|
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/rating\"\nexport * from \"@yamada-ui/stat\"\nexport * from \"@yamada-ui/resizable\"\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;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yamada-ui/react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0-next-20240104210322",
|
|
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",
|
|
@@ -38,25 +38,25 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@yamada-ui/accordion": "1.0.4",
|
|
40
40
|
"@yamada-ui/alert": "1.0.4",
|
|
41
|
-
"@yamada-ui/autocomplete": "1.0.
|
|
41
|
+
"@yamada-ui/autocomplete": "1.0.7",
|
|
42
42
|
"@yamada-ui/avatar": "1.1.3",
|
|
43
43
|
"@yamada-ui/badge": "1.0.4",
|
|
44
44
|
"@yamada-ui/breadcrumb": "1.0.4",
|
|
45
45
|
"@yamada-ui/button": "1.0.5",
|
|
46
46
|
"@yamada-ui/card": "1.0.5",
|
|
47
|
-
"@yamada-ui/checkbox": "1.0.
|
|
47
|
+
"@yamada-ui/checkbox": "1.0.5",
|
|
48
48
|
"@yamada-ui/close-button": "1.0.4",
|
|
49
49
|
"@yamada-ui/core": "1.1.3",
|
|
50
|
-
"@yamada-ui/editable": "1.0.
|
|
51
|
-
"@yamada-ui/file-button": "1.0.
|
|
52
|
-
"@yamada-ui/file-input": "1.0.
|
|
50
|
+
"@yamada-ui/editable": "1.0.5",
|
|
51
|
+
"@yamada-ui/file-button": "1.0.6",
|
|
52
|
+
"@yamada-ui/file-input": "1.0.5",
|
|
53
53
|
"@yamada-ui/focus-lock": "1.0.1",
|
|
54
|
-
"@yamada-ui/form-control": "1.0.
|
|
54
|
+
"@yamada-ui/form-control": "1.0.5",
|
|
55
55
|
"@yamada-ui/highlight": "1.0.4",
|
|
56
56
|
"@yamada-ui/icon": "1.0.4",
|
|
57
57
|
"@yamada-ui/image": "1.0.4",
|
|
58
58
|
"@yamada-ui/indicator": "1.1.3",
|
|
59
|
-
"@yamada-ui/input": "1.0.
|
|
59
|
+
"@yamada-ui/input": "1.0.5",
|
|
60
60
|
"@yamada-ui/kbd": "1.0.4",
|
|
61
61
|
"@yamada-ui/layouts": "1.1.1",
|
|
62
62
|
"@yamada-ui/link": "1.0.4",
|
|
@@ -65,33 +65,34 @@
|
|
|
65
65
|
"@yamada-ui/menu": "1.0.4",
|
|
66
66
|
"@yamada-ui/modal": "1.0.6",
|
|
67
67
|
"@yamada-ui/motion": "1.0.4",
|
|
68
|
-
"@yamada-ui/native-select": "1.0.
|
|
68
|
+
"@yamada-ui/native-select": "1.0.6",
|
|
69
69
|
"@yamada-ui/native-table": "1.0.5",
|
|
70
70
|
"@yamada-ui/notice": "1.0.4",
|
|
71
|
-
"@yamada-ui/number-input": "1.0.
|
|
71
|
+
"@yamada-ui/number-input": "1.0.5",
|
|
72
72
|
"@yamada-ui/pagination": "1.0.4",
|
|
73
|
-
"@yamada-ui/pin-input": "1.0.
|
|
73
|
+
"@yamada-ui/pin-input": "1.0.5",
|
|
74
74
|
"@yamada-ui/popover": "1.0.4",
|
|
75
75
|
"@yamada-ui/portal": "1.0.1",
|
|
76
76
|
"@yamada-ui/progress": "1.0.4",
|
|
77
|
-
"@yamada-ui/providers": "1.0.8",
|
|
78
|
-
"@yamada-ui/radio": "1.0.
|
|
79
|
-
"@yamada-ui/rating": "1.0.
|
|
77
|
+
"@yamada-ui/providers": "1.0.8-next-20240104210322",
|
|
78
|
+
"@yamada-ui/radio": "1.0.5",
|
|
79
|
+
"@yamada-ui/rating": "1.0.3",
|
|
80
80
|
"@yamada-ui/reorder": "1.0.4",
|
|
81
|
+
"@yamada-ui/resizable": "1.0.0",
|
|
81
82
|
"@yamada-ui/ripple": "1.0.4",
|
|
82
83
|
"@yamada-ui/scroll-area": "1.0.4",
|
|
83
84
|
"@yamada-ui/segmented-control": "1.0.5",
|
|
84
|
-
"@yamada-ui/select": "1.0.
|
|
85
|
+
"@yamada-ui/select": "1.0.6",
|
|
85
86
|
"@yamada-ui/skeleton": "1.0.4",
|
|
86
|
-
"@yamada-ui/slider": "1.0.
|
|
87
|
+
"@yamada-ui/slider": "1.0.6",
|
|
87
88
|
"@yamada-ui/stat": "1.0.2",
|
|
88
89
|
"@yamada-ui/stepper": "1.0.4",
|
|
89
|
-
"@yamada-ui/switch": "1.0.
|
|
90
|
+
"@yamada-ui/switch": "1.0.5",
|
|
90
91
|
"@yamada-ui/tabs": "1.0.4",
|
|
91
92
|
"@yamada-ui/tag": "1.0.4",
|
|
92
|
-
"@yamada-ui/textarea": "1.0.
|
|
93
|
-
"@yamada-ui/theme": "1.
|
|
94
|
-
"@yamada-ui/theme-tools": "1.0.8",
|
|
93
|
+
"@yamada-ui/textarea": "1.0.5",
|
|
94
|
+
"@yamada-ui/theme": "1.3.0-next-20240104210322",
|
|
95
|
+
"@yamada-ui/theme-tools": "1.0.8-next-20240104210322",
|
|
95
96
|
"@yamada-ui/tooltip": "1.0.4",
|
|
96
97
|
"@yamada-ui/transitions": "1.0.4",
|
|
97
98
|
"@yamada-ui/typography": "1.0.4",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"@yamada-ui/use-interval": "1.0.1",
|
|
113
114
|
"@yamada-ui/use-latest-ref": "1.0.0",
|
|
114
115
|
"@yamada-ui/use-local-storage": "1.0.1",
|
|
115
|
-
"@yamada-ui/use-media-query": "1.0.8",
|
|
116
|
+
"@yamada-ui/use-media-query": "1.0.8-next-20240104210322",
|
|
116
117
|
"@yamada-ui/use-os": "1.0.1",
|
|
117
118
|
"@yamada-ui/use-outside-click": "1.0.1",
|
|
118
119
|
"@yamada-ui/use-pan-event": "1.0.1",
|