@sellmate/design-system-vue 1.6.0 → 1.7.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.
@@ -400,6 +400,7 @@ export const SdLoadingModal = /*@__PURE__*/ defineContainer('sd-loading-modal',
400
400
  'buttonLabel',
401
401
  'width',
402
402
  'height',
403
+ 'progress',
403
404
  'sdClick'
404
405
  ], [
405
406
  'sdClick'
@@ -468,7 +469,6 @@ export const SdPopover = /*@__PURE__*/ defineContainer('sd-popover', undefined,
468
469
  'disabled',
469
470
  'type',
470
471
  'menuTitle',
471
- 'messages',
472
472
  'leftLink',
473
473
  'button',
474
474
  'menuClass',
package/lib/components.ts CHANGED
@@ -472,6 +472,7 @@ export const SdLoadingModal: StencilVueComponent<JSX.SdLoadingModal> = /*@__PURE
472
472
  'buttonLabel',
473
473
  'width',
474
474
  'height',
475
+ 'progress',
475
476
  'sdClick'
476
477
  ], [
477
478
  'sdClick'
@@ -550,7 +551,6 @@ export const SdPopover: StencilVueComponent<JSX.SdPopover> = /*@__PURE__*/ defin
550
551
  'disabled',
551
552
  'type',
552
553
  'menuTitle',
553
- 'messages',
554
554
  'leftLink',
555
555
  'button',
556
556
  'menuClass',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.6.0",
3
+ "version": "1.7.1",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -47,7 +47,7 @@
47
47
  "vue": "^3.4.38"
48
48
  },
49
49
  "dependencies": {
50
- "@sellmate/design-system": "^1.6.0",
50
+ "@sellmate/design-system": "^1.7.1",
51
51
  "@stencil/vue-output-target": "^0.11.8"
52
52
  },
53
53
  "peerDependencies": {