@sellmate/design-system-react 1.1.0 → 1.2.0

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.
@@ -678,6 +678,7 @@ export const SdTable = /*@__PURE__*/ createComponent({
678
678
  isLoading: 'is-loading',
679
679
  useInternalPagination: 'use-internal-pagination',
680
680
  useRowsPerPageSelect: 'use-rows-per-page-select',
681
+ dense: 'dense',
681
682
  useVirtualScroll: 'use-virtual-scroll',
682
683
  rowHeight: 'row-height',
683
684
  virtualBuffer: 'virtual-buffer',
@@ -732,7 +733,10 @@ export const SdTd = /*@__PURE__*/ createComponent({
732
733
  align: 'align',
733
734
  rowspan: 'rowspan',
734
735
  colspan: 'colspan',
735
- sdClass: 'sd-class'
736
+ sdClass: 'sd-class',
737
+ dividerLeft: 'divider-left',
738
+ dividerRight: 'divider-right',
739
+ useFrame: 'use-frame'
736
740
  },
737
741
  hydrateModule: import('@sellmate/design-system/hydrate'),
738
742
  clientModule: clientComponents.SdTd,
@@ -864,6 +868,7 @@ export const SdTr = /*@__PURE__*/ createComponent({
864
868
  properties: {
865
869
  selectable: 'selectable',
866
870
  rowKey: 'row-key',
871
+ separator: 'separator',
867
872
  columns: 'columns'
868
873
  },
869
874
  hydrateModule: import('@sellmate/design-system/hydrate'),
@@ -935,6 +935,7 @@ export const SdTable: StencilReactComponent<SdTableElement, SdTableEvents, Compo
935
935
  isLoading: 'is-loading',
936
936
  useInternalPagination: 'use-internal-pagination',
937
937
  useRowsPerPageSelect: 'use-rows-per-page-select',
938
+ dense: 'dense',
938
939
  useVirtualScroll: 'use-virtual-scroll',
939
940
  rowHeight: 'row-height',
940
941
  virtualBuffer: 'virtual-buffer',
@@ -998,7 +999,10 @@ export const SdTd: StencilReactComponent<SdTdElement, SdTdEvents, Components.SdT
998
999
  align: 'align',
999
1000
  rowspan: 'rowspan',
1000
1001
  colspan: 'colspan',
1001
- sdClass: 'sd-class'
1002
+ sdClass: 'sd-class',
1003
+ dividerLeft: 'divider-left',
1004
+ dividerRight: 'divider-right',
1005
+ useFrame: 'use-frame'
1002
1006
  },
1003
1007
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
1004
1008
  clientModule: clientComponents.SdTd as StencilReactComponent<SdTdElement, SdTdEvents, Components.SdTd>,
@@ -1162,6 +1166,7 @@ export const SdTr: StencilReactComponent<SdTrElement, SdTrEvents, Components.SdT
1162
1166
  properties: {
1163
1167
  selectable: 'selectable',
1164
1168
  rowKey: 'row-key',
1169
+ separator: 'separator',
1165
1170
  columns: 'columns'},
1166
1171
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
1167
1172
  clientModule: clientComponents.SdTr as StencilReactComponent<SdTrElement, SdTrEvents, Components.SdTr>,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Design System - React Component Wrappers",
5
5
  "keywords": [
6
6
  "react",
@@ -55,7 +55,7 @@
55
55
  "typecheck": "tsc --noEmit"
56
56
  },
57
57
  "dependencies": {
58
- "@sellmate/design-system": "^1.1.0",
58
+ "@sellmate/design-system": "^1.2.0",
59
59
  "@stencil/react-output-target": "^1.2.0"
60
60
  },
61
61
  "peerDependencies": {