@sellmate/design-system-react 1.0.77 → 1.0.78

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.
@@ -732,7 +732,8 @@ export const SdTd = /*@__PURE__*/ createComponent({
732
732
  rowKey: 'row-key',
733
733
  align: 'align',
734
734
  rowspan: 'rowspan',
735
- colspan: 'colspan'
735
+ colspan: 'colspan',
736
+ sdClass: 'sd-class'
736
737
  },
737
738
  hydrateModule: import('@sellmate/design-system/hydrate'),
738
739
  clientModule: clientComponents.SdTd,
@@ -996,7 +996,8 @@ export const SdTd: StencilReactComponent<SdTdElement, SdTdEvents> = /*@__PURE__*
996
996
  rowKey: 'row-key',
997
997
  align: 'align',
998
998
  rowspan: 'rowspan',
999
- colspan: 'colspan'
999
+ colspan: 'colspan',
1000
+ sdClass: 'sd-class'
1000
1001
  },
1001
1002
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
1002
1003
  clientModule: clientComponents.SdTd as ReactWebComponent<SdTdElement, SdTdEvents>,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
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.77",
57
+ "@sellmate/design-system": "^1.0.78",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {