@sellmate/design-system-react 1.0.74 → 1.0.75

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.
@@ -645,8 +645,7 @@ export const SdLoadingModal: StencilReactComponent<SdLoadingModalElement, SdLoad
645
645
  useButton: 'use-button',
646
646
  buttonLabel: 'button-label',
647
647
  width: 'width',
648
- height: 'height'
649
- },
648
+ height: 'height'},
650
649
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
651
650
  clientModule: clientComponents.SdLoadingModal as ReactWebComponent<SdLoadingModalElement, SdLoadingModalEvents>,
652
651
  serializeShadowRoot,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
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": "^1.0.74",
57
+ "@sellmate/design-system": "^1.0.75",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {