@team_yumi/ramen 1.0.2-next.20240228-6905aa0-34f58d1d0328f0950bc4546871800047 → 1.0.2-next.20240229-139a8c4-21036a67ffdd379cc954c108274fc6d9

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.0.2-next.20240228-6905aa0-34f58d1d0328f0950bc4546871800047",
3
+ "version": "1.0.2-next.20240229-139a8c4-21036a67ffdd379cc954c108274fc6d9",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "react": ">=16.8.0"
@@ -2,6 +2,7 @@ import React from 'react';
2
2
  import { Collections } from '@yumi/models';
3
3
  export interface IProps {
4
4
  symbol?: (typeof Collections.ISymbol)[number];
5
+ icons?: (typeof Collections.IIcon)[number];
5
6
  title?: string;
6
7
  description?: string;
7
8
  count?: number;
@@ -56,9 +56,9 @@ export interface IProps {
56
56
  */
57
57
  subtitle?: string;
58
58
  /**
59
- * Size of modal 'xxs', 'xs', 's', 'm', 'l', 'xl'
59
+ * Size of modal 'xxs', 'xs', 's', 'm', 'l', 'xl', 'auto'
60
60
  */
61
- size?: (typeof Collections.ISize)[number];
61
+ size?: (typeof Collections.IModalSize)[number];
62
62
  /**
63
63
  * Show or hide modal
64
64
  */
@@ -0,0 +1 @@
1
+ export declare const IIconsAndSymbols: string[];
@@ -0,0 +1 @@
1
+ export declare const IModalSize: readonly ["xxs", "xs", "s", "m", "l", "xl", "auto"];
@@ -101,4 +101,6 @@ import { IBoxBackgroundThone } from './IBoxBackgroundThone';
101
101
  import { ISymbolColor } from './ISymbolColor';
102
102
  import { ISymbolSize } from './ISymbolSize';
103
103
  import { IIconSize } from './IIconSize';
104
- export { 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, };
104
+ import { IModalSize } from './IModalSize';
105
+ import { IIconsAndSymbols } from './IIconsAndSymbols';
106
+ export { 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 };