@mailstep/design-system 0.7.8 → 0.7.9-beta.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.
- package/package.json +1 -1
- package/ui/Blocks/CommonGrid/store/index.js +0 -1
- package/ui/Blocks/CommonGrid/types.d.ts +1 -1
- package/ui/index.es.js +12707 -13188
- package/ui/index.umd.js +580 -580
package/package.json
CHANGED
|
@@ -189,7 +189,7 @@ export type UxState = {
|
|
|
189
189
|
export type ColumnLayout = 'normal' | 'no-scroll' | 'sticky';
|
|
190
190
|
export type GridState = {
|
|
191
191
|
page: number;
|
|
192
|
-
rowsPerPage
|
|
192
|
+
rowsPerPage?: number;
|
|
193
193
|
filter: Settings['filter'];
|
|
194
194
|
sorting: Settings['sorting'];
|
|
195
195
|
defaultSorting: Settings['sorting'];
|