@sellmate/design-system-vue 1.0.14 → 1.0.16

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.
@@ -107,6 +107,7 @@ export const SdFloatingPortal = /*@__PURE__*/ defineContainer('sd-floating-porta
107
107
  'sdClose'
108
108
  ]);
109
109
  export const SdForm = /*@__PURE__*/ defineContainer('sd-form', undefined, [
110
+ 'formClass',
110
111
  'sdSubmit',
111
112
  'sdValidationError'
112
113
  ], [
package/lib/components.ts CHANGED
@@ -137,6 +137,7 @@ export const SdFloatingPortal: StencilVueComponent<JSX.SdFloatingPortal> = /*@__
137
137
 
138
138
 
139
139
  export const SdForm: StencilVueComponent<JSX.SdForm> = /*@__PURE__*/ defineContainer<JSX.SdForm>('sd-form', undefined, [
140
+ 'formClass',
140
141
  'sdSubmit',
141
142
  'sdValidationError'
142
143
  ], [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-vue",
3
- "version": "1.0.14",
3
+ "version": "1.0.16",
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.13",
48
+ "@sellmate/design-system": "^1.0.15",
49
49
  "@stencil/vue-output-target": "^0.11.8"
50
50
  },
51
51
  "peerDependencies": {