@sellmate/design-system-react 1.0.66 → 1.0.67

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.
@@ -408,6 +408,7 @@ export const SdLoadingModal = /*@__PURE__*/ createComponent({
408
408
  properties: {
409
409
  state: 'state',
410
410
  message: 'message',
411
+ useButton: 'use-button',
411
412
  buttonLabel: 'button-label',
412
413
  width: 'width',
413
414
  height: 'height'
@@ -595,6 +595,7 @@ export const SdLoadingModal: StencilReactComponent<SdLoadingModalElement, SdLoad
595
595
  properties: {
596
596
  state: 'state',
597
597
  message: 'message',
598
+ useButton: 'use-button',
598
599
  buttonLabel: 'button-label',
599
600
  width: 'width',
600
601
  height: 'height'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
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.66",
57
+ "@sellmate/design-system": "^1.0.67",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {