@team_yumi/ramen 0.4.0-next.20231212-3c46c0e-13ac97040b546197bbc724b38edd52dc → 0.4.0-next.20231214-a3ed314-fe184b5e42ce196121aef559fab7cb54

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/index.mobile.d.ts CHANGED
@@ -15,7 +15,7 @@ declare const _default: {
15
15
  XSelect: import("react").FC<import("./components/mobile/xselect/root").IProps>;
16
16
  XSelectMultiple: import("react").ForwardRefExoticComponent<Pick<import("./components/mobile/xselect-multiple/root").IProps, "size" | "icon" | "disabled" | "hasError" | "onChange" | "title" | "subtitle" | "values" | "defaultValues" | "okText" | "options" | "showCounter" | "showSelecteds" | "showOnlyModal"> & import("react").RefAttributes<XSelectMultipleRef>>;
17
17
  XFloatButton: import("react").FC<import("./components/mobile/xfloat-button/root").IProps>;
18
- XSnackbarContainer: import("react").FC<import("./components/mobile/xsnackbar/container").IProps>;
18
+ XSnackbarContainer: import("react").FC<import("./components/mobile/x-snackbar/container").IProps>;
19
19
  XImageUploader: import("react").FC<import("./components/mobile/ximage-uploader/root").IProps>;
20
20
  XImageDownloader: import("react").FC<import("./components/mobile/ximage-downloader/root").IProps>;
21
21
  XCalendar: import("react").FC<import("./components/mobile/xcalendar/root").IProps>;
@@ -26,12 +26,12 @@ declare const _default: {
26
26
  XTabBarItem: import("react").FC<import("./components/mobile/xtab-bar-item/root").IProps>;
27
27
  Api: {
28
28
  snackbar: {
29
- open: (config: import("./components/mobile/xsnackbar/snackbar").IProps) => () => void;
30
- info: (config: Omit<import("./components/mobile/xsnackbar/snackbar").IProps, "type">) => () => void;
31
- success: (config: Omit<import("./components/mobile/xsnackbar/snackbar").IProps, "type">) => () => void;
32
- error: (config: Omit<import("./components/mobile/xsnackbar/snackbar").IProps, "type">) => () => void;
33
- warning: (config: Omit<import("./components/mobile/xsnackbar/snackbar").IProps, "type">) => () => void;
34
- loading: (config: Omit<import("./components/mobile/xsnackbar/snackbar").IProps, "type">) => () => void;
29
+ open: (config: import("./components/mobile/x-snackbar/snackbar").IProps) => () => void;
30
+ info: (config: Omit<import("./components/mobile/x-snackbar/snackbar").IProps, "type">) => () => void;
31
+ success: (config: Omit<import("./components/mobile/x-snackbar/snackbar").IProps, "type">) => () => void;
32
+ error: (config: Omit<import("./components/mobile/x-snackbar/snackbar").IProps, "type">) => () => void;
33
+ warning: (config: Omit<import("./components/mobile/x-snackbar/snackbar").IProps, "type">) => () => void;
34
+ loading: (config: Omit<import("./components/mobile/x-snackbar/snackbar").IProps, "type">) => () => void;
35
35
  addListener(eventName: string | symbol, listener: (...args: any[]) => void): any;
36
36
  on(eventName: string | symbol, listener: (...args: any[]) => void): any;
37
37
  once(eventName: string | symbol, listener: (...args: any[]) => void): any;
@@ -96,7 +96,7 @@ declare const _default: {
96
96
  XPhoneInput: import("react").FC<import("./components/core/xphone-input/root").IProps>;
97
97
  XSearchInput: import("react").FC<import("./components/core/xsearch-input/root").IProps>;
98
98
  XTextInput: import("react").FC<import("./components/core/xtext-input/root").IProps>;
99
- XCheckbox: import("react").FC<import("./components/core/xcheckbox/root").IProps>;
99
+ XCheckbox: import("react").FC<import("./components/core/x-checkbox/root").IProps>;
100
100
  XRadioButton: import("react").FC<import("./components/core/x-radio-button/root").IProps>;
101
101
  XAvatar: import("react").FC<import("./components/core/xavatar/root").IProps>;
102
102
  XAlert: import("react").FC<import("./components/core/x-alert/root").IProps>;
package/index.web.d.ts CHANGED
@@ -83,7 +83,7 @@ declare const _default: {
83
83
  XPhoneInput: import("react").FC<import("./components/core/xphone-input/root").IProps>;
84
84
  XSearchInput: import("react").FC<import("./components/core/xsearch-input/root").IProps>;
85
85
  XTextInput: import("react").FC<import("./components/core/xtext-input/root").IProps>;
86
- XCheckbox: import("react").FC<import("./components/core/xcheckbox/root").IProps>;
86
+ XCheckbox: import("react").FC<import("./components/core/x-checkbox/root").IProps>;
87
87
  XRadioButton: import("react").FC<import("./components/core/x-radio-button/root").IProps>;
88
88
  XAvatar: import("react").FC<import("./components/core/xavatar/root").IProps>;
89
89
  XAlert: import("react").FC<import("./components/core/x-alert/root").IProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "0.4.0-next.20231212-3c46c0e-13ac97040b546197bbc724b38edd52dc",
3
+ "version": "0.4.0-next.20231214-a3ed314-fe184b5e42ce196121aef559fab7cb54",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"