@sellmate/design-system-react 0.0.29 → 0.0.31

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.
@@ -273,7 +273,8 @@ export const SdTable = /*@__PURE__*/ createComponent({
273
273
  height: 'height',
274
274
  stickyHeader: 'sticky-header',
275
275
  noDataLabel: 'no-data-label',
276
- useInternalPagination: 'use-internal-pagination'
276
+ useInternalPagination: 'use-internal-pagination',
277
+ useRowsPerPageSelect: 'use-rows-per-page-select'
277
278
  },
278
279
  hydrateModule: import('@sellmate/design-system/hydrate'),
279
280
  clientModule: clientComponents.SdTable,
@@ -392,7 +392,8 @@ export const SdTable: StencilReactComponent<SdTableElement, SdTableEvents> = /*@
392
392
  height: 'height',
393
393
  stickyHeader: 'sticky-header',
394
394
  noDataLabel: 'no-data-label',
395
- useInternalPagination: 'use-internal-pagination'
395
+ useInternalPagination: 'use-internal-pagination',
396
+ useRowsPerPageSelect: 'use-rows-per-page-select'
396
397
  },
397
398
  hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
398
399
  clientModule: clientComponents.SdTable as ReactWebComponent<SdTableElement, SdTableEvents>,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellmate/design-system-react",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
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": "^0.0.24",
57
+ "@sellmate/design-system": "^0.0.26",
58
58
  "@stencil/react-output-target": "^1.2.0"
59
59
  },
60
60
  "peerDependencies": {
@@ -68,5 +68,5 @@
68
68
  "rimraf": "^6.0.1",
69
69
  "typescript": "^5.9.3"
70
70
  },
71
- "gitHead": "5be69c12b6b4fa08fefd69a869e4271babd39e63"
71
+ "gitHead": "3b74ea0c149475298159d3a4c0924f7f7343b019"
72
72
  }