@sellmate/design-system-vue 1.0.30 → 1.0.32

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.
@@ -530,7 +530,6 @@ export const SdToastContainer = /*@__PURE__*/ defineContainer('sd-toast-containe
530
530
  'position',
531
531
  'maxVisible',
532
532
  'defaultDuration',
533
- 'gap',
534
533
  'zIndex',
535
534
  'sdToastShow',
536
535
  'sdToastDismiss'
package/lib/components.ts CHANGED
@@ -629,7 +629,6 @@ export const SdToastContainer: StencilVueComponent<JSX.SdToastContainer> = /*@__
629
629
  'position',
630
630
  'maxVisible',
631
631
  'defaultDuration',
632
- 'gap',
633
632
  'zIndex',
634
633
  'sdToastShow',
635
634
  'sdToastDismiss'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.0.30",
3
+ "version": "1.0.32",
4
4
  "description": "Design System - Vue Component Wrappers",
5
5
  "keywords": [
6
6
  "vue",
@@ -45,7 +45,7 @@
45
45
  "vue": "^3.4.38"
46
46
  },
47
47
  "dependencies": {
48
- "@sellmate/design-system": "^1.0.30",
48
+ "@sellmate/design-system": "^1.0.32",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {