@team_yumi/ramen 0.4.0-next.20231205-ebfa066-64a6185ad0f187a646e8483f1baa845f → 0.4.0-next.20231206-6253219-dcdcb2fadbf4dcc8f2a3a4b8cc73f586
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/{xradio-button → x-radio-button}/root.d.ts +21 -0
- package/index.core.d.ts +1 -1
- package/index.css +23 -16
- 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/{xradio-button → x-radio-button}/index.d.ts +0 -0
package/index.mobile.d.ts
CHANGED
|
@@ -97,7 +97,7 @@ declare const _default: {
|
|
|
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
99
|
XCheckbox: import("react").FC<import("./components/core/xcheckbox/root").IProps>;
|
|
100
|
-
XRadioButton: import("react").FC<import("./components/core/
|
|
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/xalert/root").IProps>;
|
|
103
103
|
XTextArea: import("react").FC<import("./components/core/x-text-area/root").IProps>;
|
package/index.web.d.ts
CHANGED
|
@@ -84,7 +84,7 @@ declare const _default: {
|
|
|
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
86
|
XCheckbox: import("react").FC<import("./components/core/xcheckbox/root").IProps>;
|
|
87
|
-
XRadioButton: import("react").FC<import("./components/core/
|
|
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/xalert/root").IProps>;
|
|
90
90
|
XTextArea: import("react").FC<import("./components/core/x-text-area/root").IProps>;
|
package/package.json
CHANGED
|
File without changes
|