@sendoutcards/quantum-design-ui 1.7.29 → 1.7.30

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/dist/index.es.js CHANGED
@@ -11997,17 +11997,10 @@ var VStack = function (_a) {
11997
11997
  alignItems = _a.alignItems,
11998
11998
  alignContent = _a.alignContent,
11999
11999
  inset = _a.inset,
12000
- outset = _a.outset,
12001
- _b = _a.width,
12002
- width = _b === void 0 ? '100%' : _b,
12003
- height = _a.height,
12004
- _c = _a.overflow,
12005
- overflow = _c === void 0 ? 'hidden' : _c;
12000
+ outset = _a.outset;
12006
12001
  return jsx(Div, {
12007
12002
  display: "grid",
12008
- width: width,
12009
- height: height,
12010
- overflow: overflow,
12003
+ width: "100%",
12011
12004
  rowGap: gap,
12012
12005
  justifyContent: justifyContent,
12013
12006
  alignContent: alignContent,
@@ -1,7 +1,6 @@
1
1
  import { FC } from 'react';
2
2
  import { HOCSpacingKeys, Responsive, SpacingDirection, LiteralUnion } from "../../helpers/hoc-types/entityValueTypes";
3
- import { CSSGridBaseValues, Overflow } from "../../helpers/hoc-types/cssValueTypes";
4
- import { Width, Height } from "../../helpers/hoc-types/hocBaseUnion";
3
+ import { CSSGridBaseValues } from "../../helpers/hoc-types/cssValueTypes";
5
4
  export declare type VStackProps = {
6
5
  gap: HOCSpacingKeys;
7
6
  justifyContent?: Responsive<CSSGridBaseValues> | CSSGridBaseValues;
@@ -9,8 +8,5 @@ export declare type VStackProps = {
9
8
  alignItems?: Responsive<CSSGridBaseValues> | CSSGridBaseValues;
10
9
  inset?: SpacingDirection | LiteralUnion<HOCSpacingKeys>;
11
10
  outset?: SpacingDirection | LiteralUnion<HOCSpacingKeys>;
12
- width?: Width;
13
- height?: Height;
14
- overflow?: Overflow;
15
11
  };
16
12
  export declare const VStack: FC<VStackProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "1.7.29",
3
+ "version": "1.7.30",
4
4
  "description": "UI component library for Quantum Design System",
5
5
  "module": "dist/index.es.js",
6
6
  "jsnext:main": "dist/index.es.js",