@sellmate/design-system-react 1.0.13 → 1.0.15

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.
@@ -145,7 +145,7 @@ export const SdFloatingPortal = /*@__PURE__*/ createComponent({
145
145
  });
146
146
  export const SdForm = /*@__PURE__*/ createComponent({
147
147
  tagName: 'sd-form',
148
- properties: {},
148
+ properties: { formClass: 'form-class' },
149
149
  hydrateModule: import('@sellmate/design-system/hydrate'),
150
150
  clientModule: clientComponents.SdForm,
151
151
  serializeShadowRoot,
@@ -229,7 +229,7 @@ export type SdFormEvents = {
229
229
 
230
230
  export const SdForm: StencilReactComponent<SdFormElement, SdFormEvents> = /*@__PURE__*/ createComponent<SdFormElement, SdFormEvents>({
231
231
  tagName: 'sd-form',
232
- properties: {},
232
+ properties: { formClass: 'form-class' },
233
233
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
234
234
  clientModule: clientComponents.SdForm as ReactWebComponent<SdFormElement, SdFormEvents>,
235
235
  serializeShadowRoot,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
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.12",
57
+ "@sellmate/design-system": "^1.0.14",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {