@team_yumi/ramen 0.4.0-next.20231214-dad2329-5b8a7136cf1dddccd0646da50d27b7a2 → 0.4.0-next.20231218-d3e8b6e-747f439914babda61c958884ba2061e0

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.
@@ -47,7 +47,7 @@ export interface IProps {
47
47
  */
48
48
  touchable?: boolean;
49
49
  flexWrap?: boolean;
50
- backgroundThone?: (typeof Collections.IBackgroundThone)[number];
50
+ backgroundThone?: (typeof Collections.IBoxBackgroundThone)[number];
51
51
  borderRadius?: (typeof Collections.IRounded)[number];
52
52
  }
53
53
  declare const XBox: React.FC<IProps>;
@@ -36,6 +36,7 @@ export interface XTablePagination {
36
36
  offset: number;
37
37
  limit: number;
38
38
  total: number;
39
+ denyChangeItemsQuantity?: boolean;
39
40
  }
40
41
  export interface IProps {
41
42
  header?: IHeader;