@team_yumi/ramen 0.4.0-next.20231214-a3ed314-fe184b5e42ce196121aef559fab7cb54 → 0.4.0-next.20231214-c460ba2-9df80c472cdaac4a93bf62e7bee9667c

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
@@ -74,6 +74,7 @@ declare const _default: {
74
74
  XOptionRadioButton: import("react").FC<import("./components/mobile/xoption-radio-button/root").IProps>;
75
75
  XGroupRadioButton: import("react").FC<import("./components/mobile/xgroup-radio-button/root").IProps>;
76
76
  XBottomSheet: import("react").FC<import("./components/mobile/x-bottom-sheet/root").IProps>;
77
+ XRadioButtonOption: import("react").FC<import("./components/mobile/x-radio-button-option/root").IProps>;
77
78
  XCardCounter: import("react").FC<import("./components/core/xcard-counter/root").IProps>;
78
79
  XBox: import("react").FC<import("./components/core/xbox/root").IProps>;
79
80
  XText: import("react").FC<import("./components/core/xtext/root").IProps>;
@@ -127,3 +128,4 @@ declare const _default: {
127
128
  };
128
129
  export default _default;
129
130
  export type { XImageUploaderFileData, XImageDownloaderFileData, XSelectMultipleRef, XSelectMultipleOption, };
131
+ export { default as XRadioButtonOption } from './components/mobile/x-radio-button-option';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "0.4.0-next.20231214-a3ed314-fe184b5e42ce196121aef559fab7cb54",
3
+ "version": "0.4.0-next.20231214-c460ba2-9df80c472cdaac4a93bf62e7bee9667c",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"