@jobber/components 4.77.2-fixdatali.0 → 4.77.2-fixdatali.1

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.
@@ -35,9 +35,9 @@ export interface DataListSorting extends SortableOptions {
35
35
  readonly key: string;
36
36
  }
37
37
  export interface SortableOptions {
38
- readonly id: string | undefined;
39
- readonly label: string | undefined;
40
- readonly order: "asc" | "desc";
38
+ readonly id?: string;
39
+ readonly label?: string;
40
+ readonly order?: "asc" | "desc";
41
41
  }
42
42
  export interface DataListProps<T extends DataListObject> {
43
43
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.77.2-fixdatali.0+20308379",
3
+ "version": "4.77.2-fixdatali.1+f6f79546",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -84,5 +84,5 @@
84
84
  "> 1%",
85
85
  "IE 10"
86
86
  ],
87
- "gitHead": "203083797593ac38913494bd11cfc09bd6bd8add"
87
+ "gitHead": "f6f795462fdda0164727e5c9491f0da40fad04f1"
88
88
  }