@team_yumi/ramen 0.4.0-next.20231212-3c46c0e-13ac97040b546197bbc724b38edd52dc → 0.4.0-next.20231214-1c83c95-5b24f8e2770626b417f5d847d9f937fe
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/components/core/{xcheckbox → x-checkbox}/root.d.ts +21 -0
- package/components/web/xcheckbox-group/root.d.ts +1 -1
- package/index.core.d.ts +1 -1
- package/index.css +22 -14
- package/index.js +1 -1
- package/index.mobile.d.ts +1 -1
- package/index.web.d.ts +1 -1
- package/package.json +1 -1
- /package/components/core/{xcheckbox → x-checkbox}/index.d.ts +0 -0
package/index.mobile.d.ts
CHANGED
|
@@ -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/
|
|
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/
|
|
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
|
File without changes
|