@jobber/components 4.68.0 → 4.68.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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
interface DataListSortingArrowsProps {
|
|
3
|
-
readonly order?: "asc" | "desc";
|
|
3
|
+
readonly order?: "asc" | "desc" | "none";
|
|
4
4
|
}
|
|
5
5
|
export declare const SORTING_ICON_TEST_ID = "ATL-DataList-Sorting-Icon";
|
|
6
6
|
export declare function DataListSortingArrows({ order }: DataListSortingArrowsProps): JSX.Element;
|
package/dist/DataList/index.js
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "4.68.
|
|
3
|
+
"version": "4.68.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
"> 1%",
|
|
84
84
|
"IE 10"
|
|
85
85
|
],
|
|
86
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "d2bdb2e9c5a738744da09d38954683bc68775c63"
|
|
87
87
|
}
|