@sellmate/design-system-react 0.0.51 → 0.0.53
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.
|
@@ -333,9 +333,8 @@ export const SdTableBackup = /*@__PURE__*/ createComponent({
|
|
|
333
333
|
isLoading: 'is-loading',
|
|
334
334
|
useInternalPagination: 'use-internal-pagination',
|
|
335
335
|
useRowsPerPageSelect: 'use-rows-per-page-select',
|
|
336
|
-
useVirtualScroll: 'use-virtual-scroll',
|
|
337
336
|
virtualRowHeight: 'virtual-row-height',
|
|
338
|
-
|
|
337
|
+
virtualColumnWidth: 'virtual-column-width'
|
|
339
338
|
},
|
|
340
339
|
hydrateModule: import('@sellmate/design-system/hydrate'),
|
|
341
340
|
clientModule: clientComponents.SdTableBackup,
|
|
@@ -480,9 +480,8 @@ export const SdTableBackup: StencilReactComponent<SdTableBackupElement, SdTableB
|
|
|
480
480
|
isLoading: 'is-loading',
|
|
481
481
|
useInternalPagination: 'use-internal-pagination',
|
|
482
482
|
useRowsPerPageSelect: 'use-rows-per-page-select',
|
|
483
|
-
useVirtualScroll: 'use-virtual-scroll',
|
|
484
483
|
virtualRowHeight: 'virtual-row-height',
|
|
485
|
-
|
|
484
|
+
virtualColumnWidth: 'virtual-column-width'
|
|
486
485
|
},
|
|
487
486
|
hydrateModule: import('@sellmate/design-system/hydrate') as Promise<HydrateModule>,
|
|
488
487
|
clientModule: clientComponents.SdTableBackup as ReactWebComponent<SdTableBackupElement, SdTableBackupEvents>,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sellmate/design-system-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.53",
|
|
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.
|
|
57
|
+
"@sellmate/design-system": "^0.0.47",
|
|
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": "
|
|
71
|
+
"gitHead": "0f3da099c6c04c19ea1791acdd6bb805a2dad1d5"
|
|
72
72
|
}
|