@sendoutcards/quantum-design-ui 2.0.4 → 2.1.0

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.d.ts CHANGED
@@ -136,10 +136,11 @@ export declare type AnchorProps = {
136
136
  title?: string;
137
137
  size?: SizeType;
138
138
  color?: TextColor;
139
+ style?: default_2.CSSProperties;
139
140
  isDecorated?: boolean;
140
141
  target?: '_blank' | '_self' | '_parent' | '_top';
141
142
  shouldDownload?: boolean;
142
- } & HOCBaseProps & HOCMotionProps;
143
+ } & HOCBaseProps & Omit<HOCMotionProps, 'style'>;
143
144
 
144
145
  export declare const AnimatedCheckMark: FC<AnimatedCheckMarkProps>;
145
146
 
package/dist/index.js CHANGED
@@ -13432,7 +13432,15 @@ ${u.join(`
13432
13432
  style: z,
13433
13433
  className: R,
13434
13434
  ...M,
13435
- children: /* @__PURE__ */ e(I, { type: O1(r), color: a, children: o.title || o.children })
13435
+ children: /* @__PURE__ */ e(
13436
+ I,
13437
+ {
13438
+ type: O1(r),
13439
+ color: a,
13440
+ style: v,
13441
+ children: o.title || o.children
13442
+ }
13443
+ )
13436
13444
  }
13437
13445
  );
13438
13446
  }), Ie = ie.memo((o) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendoutcards/quantum-design-ui",
3
- "version": "2.0.4",
3
+ "version": "2.1.0",
4
4
  "type": "module",
5
5
  "description": "UI component library for Quantum Design System",
6
6
  "module": "dist/index.js",