@antdv-next1/pro-card 1.0.0 → 1.0.1

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.
@@ -26,7 +26,7 @@ declare const _ProCheckCard: _$vue.DefineSetupFnComponent<ProCheckCardProps, {},
26
26
  extra?: () => VNode[];
27
27
  cover?: () => VNode[];
28
28
  description?: () => VNode[];
29
- }>, CardMetaProps & Omit<CardProps, "title" | "onTabChange" | "activeTabKey" | "defaultActiveTabKey" | "headStyle" | "bodyStyle" | "tabBarExtraContent" | "tabList" | "type" | "size"> & {
29
+ }>, CardMetaProps & Omit<CardProps, "size" | "title" | "headStyle" | "bodyStyle" | "type" | "tabList" | "tabBarExtraContent" | "activeTabKey" | "defaultActiveTabKey" | "onTabChange"> & {
30
30
  /** 边框流光 */borderBeam?: BorderBeamProps | boolean;
31
31
  size?: CardProps["size"] | "large";
32
32
  checked?: boolean;
@@ -214,7 +214,10 @@ const ProCheckCard = /* @__PURE__ */ defineComponent((props, { slots, attrs }) =
214
214
  required: false,
215
215
  default: void 0
216
216
  },
217
- size: { required: false },
217
+ size: {
218
+ type: String,
219
+ required: false
220
+ },
218
221
  checked: {
219
222
  type: Boolean,
220
223
  required: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@antdv-next1/pro-card",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "@antdv-next1/pro-card",
6
6
  "sideEffects": [
7
7
  "./dist/pro-card.esm.js",
@@ -43,8 +43,8 @@
43
43
  "vue": ">=3.5.30"
44
44
  },
45
45
  "dependencies": {
46
- "@antdv-next1/pro-provider": "1.0.0",
47
- "@antdv-next1/pro-utils": "1.0.0"
46
+ "@antdv-next1/pro-provider": "1.0.1",
47
+ "@antdv-next1/pro-utils": "1.0.1"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"