@sellmate/design-system-react 0.0.61 → 0.0.62
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.
|
@@ -42,7 +42,7 @@ export const SdCard = /*@__PURE__*/ createComponent({
|
|
|
42
42
|
tagName: 'sd-card',
|
|
43
43
|
properties: {
|
|
44
44
|
bordered: 'bordered',
|
|
45
|
-
|
|
45
|
+
cardClassName: 'card-class-name'
|
|
46
46
|
},
|
|
47
47
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
48
48
|
clientModule: clientComponents.SdCard,
|
|
@@ -96,7 +96,7 @@ export const SdCard: StencilReactComponent<SdCardElement, SdCardEvents> = /*@__P
|
|
|
96
96
|
tagName: 'sd-card',
|
|
97
97
|
properties: {
|
|
98
98
|
bordered: 'bordered',
|
|
99
|
-
|
|
99
|
+
cardClassName: 'card-class-name'
|
|
100
100
|
},
|
|
101
101
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
102
102
|
clientModule: clientComponents.SdCard as ReactWebComponent<SdCardElement, SdCardEvents>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.62",
|
|
4
4
|
"description": "Design System - React Component Wrappers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"dev": "tsc --watch"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@sellmate/design-system": "^0.0.
|
|
57
|
+
"@sellmate/design-system": "^0.0.56",
|
|
58
58
|
"@stencil/react-output-target": "^1.2.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"rimraf": "^6.0.1",
|
|
69
69
|
"typescript": "^5.9.3"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "bd639f1c664b680b44a40540998c72001781756c"
|
|
72
72
|
}
|