@team_yumi/ramen 1.2.3-next.20250313-1232d2a-bd7d9316ff329def1938e024b1cf92e7 → 1.2.3-next.20250528-8befd78-8103cf162f7d90533fc4feb49fff6548

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team_yumi/ramen",
3
- "version": "1.2.3-next.20250313-1232d2a-bd7d9316ff329def1938e024b1cf92e7",
3
+ "version": "1.2.3-next.20250528-8befd78-8103cf162f7d90533fc4feb49fff6548",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"
@@ -32,6 +32,7 @@ export interface IProps {
32
32
  affirmativaLabel?: string;
33
33
  negativeLabel?: string;
34
34
  doesntApplyLabel?: string;
35
+ defaultValue?: (typeof Collections.ICardDecisionDefaultValue)[number];
35
36
  }
36
37
  declare const XCardDecision: React.FC<IProps>;
37
38
  export default XCardDecision;
@@ -15,6 +15,8 @@ export interface IProps {
15
15
  onFileActionClickHandler?: (file: XImageUploaderFileData, action: string) => void;
16
16
  files: XImageUploaderFileData[];
17
17
  uploadLimit?: number;
18
+ uploadLimitSizeMb?: number;
19
+ showSize?: boolean;
18
20
  }
19
21
  declare const XPage: React.FC<IProps>;
20
22
  export default XPage;
@@ -0,0 +1 @@
1
+ export declare const ICardDecisionDefaultValue: readonly ["affirmative", "negative", "na", "none"];
@@ -116,4 +116,5 @@ import { IProgressBarColor } from './IProgressBarColor';
116
116
  import { IDatepickerInputDialog } from './IDatepickerInputDialog';
117
117
  import { IDatepickerInputBorder } from './IDatepickerInputBorder';
118
118
  import { IDatepickerBorder } from './IDatepickerBorder';
119
- export { ITooltipShowOn, IDatepickerInputBorder, IDatepickerBorder, IDatepickerInputDialog, IProgressBarColor, IDisplay, ICardProgressSize, IStoreSelectorSize, IStoreSelectorLogo, ICardBusinessLogo, ISelectManyModalSize, ISelectBorderType, ISelectMultipleBorderType, IModalSize, IFloatButtonBottom, IBoxBackgroundThone, ICardApproveBorder, IEmptyStateType, ITagStateColor, IDatepickerInputType, IDatepickerInputFormat, IDatepickerInputSize, IDatepickerType, IDatepickerFormat, IDatepickerSize, ICardScanSize, ITabsBorder, IHorizontalAlign, IVerticalAlign, IHeight, IWidth, IOverflow, IPadding, IGap, IOrientation, ITextOverflow, ILineHeight, IWeight, IFontSize, ILineClamp, IType, ISize, IIcon, IIconPosition, IBackground, ITagType, ITagSize, ITagBusinessBrand, ITagBusinessSize, IInputSize, IButtonButtonType, IInputType, ITabSize, ITabType, ITabsSize, IFooterAlign, IEmailInputSize, INumberInputSize, IPasswordInputSize, IPhoneInputSize, ISearchInputSize, ITextInputSize, ISelectSize, IAppearance, INotificationType, IPlacement, ITooltipPlacement, IHeaderType, IAlertType, ISelectMultipleSize, ICardSize, IBorderType, ISymbol, IFloatButtonPlacement, IPlacementY, ISnackbarType, ICalendarSize, ITagStateType, ITagStateSize, IState, IVSpaceSize, IBorder, IRounded, ISkeletonType, ISkeletonWidth, ITextAlign, ICountry, ITheme, ICollapseCardSize, ICardImageSize, IInputMode, ISelectModalSize, ITextColorThone, ITagColor, IButtonIconState, ITabBarBorder, IExpanssionModalState, ICardDecisionSize, ICardCounterBorderType, IDecisionItemType, IDecisionItemSize, ICardState, IProgressBarType, IProgressBarSize, IDecisionValueType, IDecisionSize, ITextFieldType, ITextFieldSize, IIconColor, IBackgroundThone, IBorderColor, IBorderSize, IColor, IBottomExpandableState, ISymbolColor, ISymbolSize, IIconSize, IIconsAndSymbols, };
119
+ import { ICardDecisionDefaultValue } from './ICardDecisionDefaultValue';
120
+ export { ICardDecisionDefaultValue, ITooltipShowOn, IDatepickerInputBorder, IDatepickerBorder, IDatepickerInputDialog, IProgressBarColor, IDisplay, ICardProgressSize, IStoreSelectorSize, IStoreSelectorLogo, ICardBusinessLogo, ISelectManyModalSize, ISelectBorderType, ISelectMultipleBorderType, IModalSize, IFloatButtonBottom, IBoxBackgroundThone, ICardApproveBorder, IEmptyStateType, ITagStateColor, IDatepickerInputType, IDatepickerInputFormat, IDatepickerInputSize, IDatepickerType, IDatepickerFormat, IDatepickerSize, ICardScanSize, ITabsBorder, IHorizontalAlign, IVerticalAlign, IHeight, IWidth, IOverflow, IPadding, IGap, IOrientation, ITextOverflow, ILineHeight, IWeight, IFontSize, ILineClamp, IType, ISize, IIcon, IIconPosition, IBackground, ITagType, ITagSize, ITagBusinessBrand, ITagBusinessSize, IInputSize, IButtonButtonType, IInputType, ITabSize, ITabType, ITabsSize, IFooterAlign, IEmailInputSize, INumberInputSize, IPasswordInputSize, IPhoneInputSize, ISearchInputSize, ITextInputSize, ISelectSize, IAppearance, INotificationType, IPlacement, ITooltipPlacement, IHeaderType, IAlertType, ISelectMultipleSize, ICardSize, IBorderType, ISymbol, IFloatButtonPlacement, IPlacementY, ISnackbarType, ICalendarSize, ITagStateType, ITagStateSize, IState, IVSpaceSize, IBorder, IRounded, ISkeletonType, ISkeletonWidth, ITextAlign, ICountry, ITheme, ICollapseCardSize, ICardImageSize, IInputMode, ISelectModalSize, ITextColorThone, ITagColor, IButtonIconState, ITabBarBorder, IExpanssionModalState, ICardDecisionSize, ICardCounterBorderType, IDecisionItemType, IDecisionItemSize, ICardState, IProgressBarType, IProgressBarSize, IDecisionValueType, IDecisionSize, ITextFieldType, ITextFieldSize, IIconColor, IBackgroundThone, IBorderColor, IBorderSize, IColor, IBottomExpandableState, ISymbolColor, ISymbolSize, IIconSize, IIconsAndSymbols, };