@cccsaurora/howler-ui 2.14.0-dev.268 → 2.14.0-dev.269
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.
|
@@ -22,7 +22,6 @@ import { ParameterContext } from '@cccsaurora/howler-ui/components/app/providers
|
|
|
22
22
|
import { ViewContext } from '@cccsaurora/howler-ui/components/app/providers/ViewProvider';
|
|
23
23
|
import useHitActions from '@cccsaurora/howler-ui/components/hooks/useHitActions';
|
|
24
24
|
import { useMyLocalStorageProvider } from '@cccsaurora/howler-ui/components/hooks/useMyLocalStorage';
|
|
25
|
-
import json2mq from 'json2mq';
|
|
26
25
|
import type { Analytic } from '@cccsaurora/howler-ui/models/entities/generated/Analytic';
|
|
27
26
|
import type { Hit } from '@cccsaurora/howler-ui/models/entities/generated/Hit';
|
|
28
27
|
import howlerPluginStore from '@cccsaurora/howler-ui/plugins/store';
|
|
@@ -178,11 +177,7 @@ const HitActions: FC<{
|
|
|
178
177
|
const showButton = useMediaQuery(
|
|
179
178
|
// Only show the buttons when there's sufficient space
|
|
180
179
|
// TODO: Could probably make this fancier and maybe remove the react device detect dependency, but this is fine for now
|
|
181
|
-
|
|
182
|
-
{
|
|
183
|
-
minWidth: 1800
|
|
184
|
-
}
|
|
185
|
-
])
|
|
180
|
+
'(min-width: 1800px)'
|
|
186
181
|
);
|
|
187
182
|
|
|
188
183
|
const showDropdown = isMobile || !showButton;
|
package/package.json
CHANGED
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
"@dnd-kit/sortable": "^8.0.0",
|
|
18
18
|
"@dnd-kit/utilities": "^3.2.2",
|
|
19
19
|
"@fontsource/roboto": "^5.2.6",
|
|
20
|
+
"@iconify/icons-logos": "^1.2.36",
|
|
21
|
+
"@iconify/icons-simple-icons": "^1.2.74",
|
|
22
|
+
"@iconify/react": "^4.1.1",
|
|
20
23
|
"@microlink/react-json-view": "^1.26.2",
|
|
21
24
|
"@monaco-editor/react": "^4.7.0",
|
|
22
25
|
"ajv": "^8.17.1",
|
|
@@ -26,18 +29,14 @@
|
|
|
26
29
|
"chart.js": "^4.5.0",
|
|
27
30
|
"chartjs-adapter-dayjs-4": "^1.0.4",
|
|
28
31
|
"chartjs-plugin-zoom": "^2.2.0",
|
|
29
|
-
"clsx": "^2.1.1",
|
|
30
|
-
"csstype": "^3.1.3",
|
|
31
32
|
"dayjs": "^1.11.13",
|
|
32
33
|
"dompurify": "^3.2.6",
|
|
33
|
-
"express": "^4.21.2",
|
|
34
34
|
"flat": "^6.0.1",
|
|
35
35
|
"fuse.js": "^7.1.0",
|
|
36
36
|
"handlebars": "^4.7.8",
|
|
37
37
|
"handlebars-async-helpers": "^1.0.6",
|
|
38
38
|
"i18next": "^23.16.8",
|
|
39
39
|
"i18next-browser-languagedetector": "^7.2.2",
|
|
40
|
-
"json2mq": "^0.2.0",
|
|
41
40
|
"lodash-es": "^4.17.21",
|
|
42
41
|
"md5": "^2.3.0",
|
|
43
42
|
"mermaid": "^11.10.0",
|
|
@@ -49,7 +48,7 @@
|
|
|
49
48
|
"react-dom": "^18.3.1",
|
|
50
49
|
"react-i18next": "^14.1.3",
|
|
51
50
|
"react-ipynb-renderer": "^2.2.4",
|
|
52
|
-
"react-markdown": "^
|
|
51
|
+
"react-markdown": "^10.1.0",
|
|
53
52
|
"react-pluggable": "^0.4.3",
|
|
54
53
|
"react-resize-detector": "^9.1.1",
|
|
55
54
|
"react-router": "^6.30.1",
|
|
@@ -97,7 +96,7 @@
|
|
|
97
96
|
"internal-slot": "1.0.7"
|
|
98
97
|
},
|
|
99
98
|
"type": "module",
|
|
100
|
-
"version": "2.14.0-dev.
|
|
99
|
+
"version": "2.14.0-dev.269",
|
|
101
100
|
"exports": {
|
|
102
101
|
"./globals": "./globals.d.ts",
|
|
103
102
|
"./.": "./index.tsx",
|