@geotab/zenith 1.20.0-beta.5 → 1.20.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.
|
@@ -36,7 +36,7 @@ const SortableHeaderCell = ({ columnName, isSortedBy, sortDirection, title, tool
|
|
|
36
36
|
? iconFilter3Asc_1.IconFilter3Asc
|
|
37
37
|
: iconFilter3Desc_1.IconFilter3Desc;
|
|
38
38
|
}, [sortDirection, isActive]);
|
|
39
|
-
const iconButton = ((0, jsx_runtime_1.jsx)(textIconButton_1.TextIconButton, { className: "zen-sortable-column-button__dir-icon zen-caption__post-icon", icon: icon, iconPosition: isMobile ? textIconButton_1.ButtonIconPosition.Start : textIconButton_1.ButtonIconPosition.End, type: buttonType_1.ButtonType.
|
|
39
|
+
const iconButton = ((0, jsx_runtime_1.jsx)(textIconButton_1.TextIconButton, { className: "zen-sortable-column-button__dir-icon zen-caption__post-icon", icon: icon, iconPosition: isMobile ? textIconButton_1.ButtonIconPosition.Start : textIconButton_1.ButtonIconPosition.End, type: buttonType_1.ButtonType.TertiaryBlack, title: iconTitle }));
|
|
40
40
|
return ((0, jsx_runtime_1.jsx)("div", { className: (0, classNames_1.classNames)([
|
|
41
41
|
"zen-sortable-column",
|
|
42
42
|
isSortedBy ? `zen-sortable-column--active` : "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geotab/zenith",
|
|
3
|
-
"version": "1.20.0
|
|
3
|
+
"version": "1.20.0",
|
|
4
4
|
"description": "Zenith components library on React",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -93,6 +93,6 @@
|
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
95
|
"publishConfig": {
|
|
96
|
-
|
|
96
|
+
"access": "public"
|
|
97
97
|
}
|
|
98
98
|
}
|