@sellmate/design-system-vue 0.0.57 → 0.0.58

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 @@ export const SdButton = /*@__PURE__*/ defineContainer('sd-button', undefined, [
26
26
  ]);
27
27
  export const SdCard = /*@__PURE__*/ defineContainer('sd-card', undefined, [
28
28
  'bordered',
29
- 'class'
29
+ 'cardClassName'
30
30
  ]);
31
31
  export const SdCheckbox = /*@__PURE__*/ defineContainer('sd-checkbox', undefined, [
32
32
  'checked',
package/lib/components.ts CHANGED
@@ -36,7 +36,7 @@ export const SdButton: StencilVueComponent<JSX.SdButton> = /*@__PURE__*/ defineC
36
36
 
37
37
  export const SdCard: StencilVueComponent<JSX.SdCard> = /*@__PURE__*/ defineContainer<JSX.SdCard>('sd-card', undefined, [
38
38
  'bordered',
39
- 'class'
39
+ 'cardClassName'
40
40
  ]);
41
41
 
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,11 +45,11 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^0.0.55",
48
+ "@sellmate/design-system": "^0.0.56",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "vue": ">=3.0.0"
53
53
  },
54
- "gitHead": "53240309bd3f60e3e9a0c25dbf8745a9994588aa"
54
+ "gitHead": "bd639f1c664b680b44a40540998c72001781756c"
55
55
  }