@trackunit/filters-asset-filter-definitions 1.11.70 → 1.11.71
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/index.cjs.js +1 -1
- package/index.esm.js +1 -1
- package/package.json +9 -9
package/index.cjs.js
CHANGED
|
@@ -2335,7 +2335,7 @@ const useActivityFilter = () => {
|
|
|
2335
2335
|
*/
|
|
2336
2336
|
const ClearItemButton = ({ onClick }) => {
|
|
2337
2337
|
const [t] = useTranslation();
|
|
2338
|
-
return (jsxRuntime.jsx(reactComponents.Tooltip, { label: t("filters.shared.clear"), children: jsxRuntime.jsx(reactComponents.IconButton, {
|
|
2338
|
+
return (jsxRuntime.jsx(reactComponents.Tooltip, { label: t("filters.shared.clear"), children: jsxRuntime.jsx(reactComponents.IconButton, { className: "rounded-full", icon: jsxRuntime.jsx(reactComponents.Icon, { name: "Trash", size: "small" }), onClick: onClick, size: "small", variant: "ghost-neutral" }) }));
|
|
2339
2339
|
};
|
|
2340
2340
|
|
|
2341
2341
|
/**
|
package/index.esm.js
CHANGED
|
@@ -2333,7 +2333,7 @@ const useActivityFilter = () => {
|
|
|
2333
2333
|
*/
|
|
2334
2334
|
const ClearItemButton = ({ onClick }) => {
|
|
2335
2335
|
const [t] = useTranslation();
|
|
2336
|
-
return (jsx(Tooltip, { label: t("filters.shared.clear"), children: jsx(IconButton, {
|
|
2336
|
+
return (jsx(Tooltip, { label: t("filters.shared.clear"), children: jsx(IconButton, { className: "rounded-full", icon: jsx(Icon, { name: "Trash", size: "small" }), onClick: onClick, size: "small", variant: "ghost-neutral" }) }));
|
|
2337
2337
|
};
|
|
2338
2338
|
|
|
2339
2339
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/filters-asset-filter-definitions",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.71",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -16,22 +16,22 @@
|
|
|
16
16
|
"string-ts": "^2.0.0",
|
|
17
17
|
"tailwind-merge": "^2.0.0",
|
|
18
18
|
"@trackunit/iris-app-build-utilities": "1.7.76",
|
|
19
|
-
"@trackunit/filters-filter-bar": "1.8.
|
|
19
|
+
"@trackunit/filters-filter-bar": "1.8.122",
|
|
20
20
|
"@trackunit/react-core-hooks": "1.7.86",
|
|
21
|
-
"@trackunit/react-filter-components": "1.7.
|
|
22
|
-
"@trackunit/react-form-components": "1.8.
|
|
23
|
-
"@trackunit/filters-graphql-hook": "1.11.
|
|
24
|
-
"@trackunit/utilization-indicator": "1.7.
|
|
21
|
+
"@trackunit/react-filter-components": "1.7.116",
|
|
22
|
+
"@trackunit/react-form-components": "1.8.113",
|
|
23
|
+
"@trackunit/filters-graphql-hook": "1.11.65",
|
|
24
|
+
"@trackunit/utilization-indicator": "1.7.108",
|
|
25
25
|
"@trackunit/geo-json-utils": "1.7.73",
|
|
26
|
-
"@trackunit/react-components": "1.10.
|
|
26
|
+
"@trackunit/react-components": "1.10.47",
|
|
27
27
|
"@trackunit/shared-utils": "1.9.73",
|
|
28
28
|
"@trackunit/translations-machine-type": "1.7.101",
|
|
29
|
-
"@trackunit/criticality-indicator": "1.7.
|
|
29
|
+
"@trackunit/criticality-indicator": "1.7.108",
|
|
30
30
|
"@trackunit/iris-app-api": "1.9.11",
|
|
31
31
|
"@trackunit/react-core-contexts-test": "1.7.86",
|
|
32
32
|
"@trackunit/i18n-library-translation": "1.7.90",
|
|
33
33
|
"@trackunit/iris-app-runtime-core-api": "1.7.82",
|
|
34
|
-
"@trackunit/react-graphql-hooks": "1.7.
|
|
34
|
+
"@trackunit/react-graphql-hooks": "1.7.109"
|
|
35
35
|
},
|
|
36
36
|
"module": "./index.esm.js",
|
|
37
37
|
"main": "./index.cjs.js",
|