@ohif/app 3.9.0-beta.93 → 3.9.0-beta.95

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.
Files changed (25) hide show
  1. package/dist/{6552.bundle.d3571384b43fe26e44b3.js → 6552.bundle.237c382cc597efb40c2e.js} +2 -2
  2. package/dist/{app.bundle.30da19b24ab9ae33cf97.js → app.bundle.c1ac6a1dc4b0161bb9f4.js} +499 -11
  3. package/dist/app.bundle.css +2 -2
  4. package/dist/index.html +1 -1
  5. package/dist/sw.js +1 -1
  6. package/package.json +20 -20
  7. /package/dist/{153.bundle.69a1da4bc19a9dc9a3fb.js → 153.bundle.0dc158c565e0f112c84e.js} +0 -0
  8. /package/dist/{2119.bundle.cd95916edb40cbb49798.js → 2119.bundle.9c554694e4c6fb6c4dc7.js} +0 -0
  9. /package/dist/{2791.bundle.df289e574021b625fd93.js → 2791.bundle.5aa77137744bf62be7c1.js} +0 -0
  10. /package/dist/{3482.bundle.a8622b8e9e5101b2f771.js → 3482.bundle.ad0863f4d97a52ce5b0f.js} +0 -0
  11. /package/dist/{3962.bundle.f8f36bf46046916a7e45.js → 3962.bundle.14bd1df530071c9a4f97.js} +0 -0
  12. /package/dist/{4210.bundle.7c76057d5b3203a9e20e.js → 4210.bundle.edef5ef9c5f81bc02d9f.js} +0 -0
  13. /package/dist/{4353.bundle.cb34dacb0f549a77c763.js → 4353.bundle.34764ff8d914475ecf68.js} +0 -0
  14. /package/dist/{4842.bundle.7de0865d2e7b441eb71a.js → 4842.bundle.449e17aebd173c928a5f.js} +0 -0
  15. /package/dist/{4978.bundle.80bd95bc4db5adeaf58e.js → 4978.bundle.588e03c1011378342e53.js} +0 -0
  16. /package/dist/{5888.bundle.2a90d295a124507f71ea.js → 5888.bundle.2261ea03294e8377d494.js} +0 -0
  17. /package/dist/{6591.bundle.b42be855ac7084bf0151.js → 6591.bundle.d5cfcc60cef1169e84af.js} +0 -0
  18. /package/dist/{7246.bundle.8673931a5f54886ffb55.js → 7246.bundle.7cb34a24269568464f40.js} +0 -0
  19. /package/dist/{7360.bundle.fd7617c5a35cbd33dfff.js → 7360.bundle.eacb6dbbabfe740f7168.js} +0 -0
  20. /package/dist/{7376.bundle.de190e34fba439eb6f0f.js → 7376.bundle.acaa4824308e19bf55e9.js} +0 -0
  21. /package/dist/{7502.bundle.42ee15a14f5cc0313ad4.js → 7502.bundle.262ffdd547e0e390ce15.js} +0 -0
  22. /package/dist/{7913.bundle.af5005f5f1f642a25dec.js → 7913.bundle.1ebcb712d475559cc9ab.js} +0 -0
  23. /package/dist/{8944.bundle.36d1631c09531b4ff7cd.js → 8944.bundle.478500293da942e414ab.js} +0 -0
  24. /package/dist/{8999.bundle.fe5b9a3ecd518a7c68cf.js → 8999.bundle.d5205c209747edd351cf.js} +0 -0
  25. /package/dist/{962.bundle.7e7533c80b15458c33b2.js → 962.bundle.dd92f8caa37664a261b1.js} +0 -0
@@ -2891,8 +2891,8 @@ function ViewerHeader({
2891
2891
  hotkeyDefinitions,
2892
2892
  hotkeyDefaults
2893
2893
  } = hotkeysManager;
2894
- const versionNumber = "3.9.0-beta.93";
2895
- const commitHash = "579a5928120a9acee368fe856beb8581c7ffa622";
2894
+ const versionNumber = "3.9.0-beta.95";
2895
+ const commitHash = "8f0035aeeff100c460f278aadd899e63eeb479fb";
2896
2896
  const menuOptions = [{
2897
2897
  title: t('Header:About'),
2898
2898
  icon: 'info',
@@ -6263,8 +6263,8 @@ function WorkList({
6263
6263
  };
6264
6264
  });
6265
6265
  const hasStudies = numOfStudies > 0;
6266
- const versionNumber = "3.9.0-beta.93";
6267
- const commitHash = "579a5928120a9acee368fe856beb8581c7ffa622";
6266
+ const versionNumber = "3.9.0-beta.95";
6267
+ const commitHash = "8f0035aeeff100c460f278aadd899e63eeb479fb";
6268
6268
  const menuOptions = [{
6269
6269
  title: t('Header:About'),
6270
6270
  icon: 'info',
@@ -13317,7 +13317,7 @@ const detectionOptions = {
13317
13317
  }
13318
13318
  });
13319
13319
  ;// CONCATENATED MODULE: ../../i18n/package.json
13320
- const package_namespaceObject = JSON.parse('{"i8":"3.9.0-beta.92"}');
13320
+ const package_namespaceObject = JSON.parse('{"i8":"3.9.0-beta.94"}');
13321
13321
  ;// CONCATENATED MODULE: ../../i18n/src/utils.js
13322
13322
  const languagesMap = {
13323
13323
  ar: 'Arabic',
@@ -193957,7 +193957,7 @@ const Accordion_AccordionTrigger = /*#__PURE__*/react.forwardRef(({
193957
193957
  ref: ref,
193958
193958
  className: utils_cn('flex flex-1 items-center justify-between py-2 px-2 text-sm font-medium transition-transform duration-200', className, '[&[data-state=open]>svg]:rotate-270', '[&[data-state=closed]>svg]:rotate-90')
193959
193959
  }, props), children, /*#__PURE__*/react.createElement(ChevronDownIcon, {
193960
- className: "text-muted-foreground h-4 w-4 shrink-0 transition-transform duration-200"
193960
+ className: "text-primary h-4 w-4 shrink-0 transition-transform duration-200"
193961
193961
  }))));
193962
193962
  Accordion_AccordionTrigger.displayName = Trigger2.displayName;
193963
193963
  const Accordion_AccordionContent = /*#__PURE__*/react.forwardRef(({
@@ -193981,6 +193981,41 @@ function Icons_extends() { return Icons_extends = Object.assign ? Object.assign.
193981
193981
  const Icons = {
193982
193982
  // Usage example: <Icons.ArrowLeft />
193983
193983
 
193984
+ Add: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
193985
+ width: "24px",
193986
+ height: "24px",
193987
+ viewBox: "0 0 24 24"
193988
+ }, props), /*#__PURE__*/react.createElement("g", {
193989
+ id: "Add",
193990
+ stroke: "none",
193991
+ strokeWidth: "1",
193992
+ fill: "none",
193993
+ fillRule: "evenodd"
193994
+ }, /*#__PURE__*/react.createElement("rect", {
193995
+ id: "Rectangle",
193996
+ x: "0",
193997
+ y: "0",
193998
+ width: "24",
193999
+ height: "24"
194000
+ }), /*#__PURE__*/react.createElement("g", {
194001
+ id: "Group",
194002
+ transform: "translate(6, 6)",
194003
+ stroke: "currentColor",
194004
+ strokeLinecap: "round",
194005
+ strokeLinejoin: "round"
194006
+ }, /*#__PURE__*/react.createElement("line", {
194007
+ x1: "6",
194008
+ y1: "0",
194009
+ x2: "6",
194010
+ y2: "12",
194011
+ id: "Path"
194012
+ }), /*#__PURE__*/react.createElement("line", {
194013
+ x1: "12",
194014
+ y1: "6",
194015
+ x2: "0",
194016
+ y2: "6",
194017
+ id: "Path"
194018
+ })))),
193984
194019
  ChevronClosed: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
193985
194020
  width: "24px",
193986
194021
  height: "24px",
@@ -194033,6 +194068,126 @@ const Icons = {
194033
194068
  stroke: "currentColor",
194034
194069
  points: "8 10 12.090229 14.090229 16.1804581 10"
194035
194070
  }))),
194071
+ Controls: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194072
+ width: "18px",
194073
+ height: "18px",
194074
+ viewBox: "0 0 18 18"
194075
+ }, props), /*#__PURE__*/react.createElement("g", {
194076
+ id: "Controls",
194077
+ stroke: "none",
194078
+ strokeWidth: "1",
194079
+ fill: "none",
194080
+ fillRule: "evenodd",
194081
+ strokeLinecap: "round",
194082
+ strokeLinejoin: "round"
194083
+ }, /*#__PURE__*/react.createElement("circle", {
194084
+ id: "Oval",
194085
+ stroke: "currentColor",
194086
+ cx: "9",
194087
+ cy: "3.34782609",
194088
+ r: "1.73913043"
194089
+ }), /*#__PURE__*/react.createElement("line", {
194090
+ x1: "10.7373913",
194091
+ y1: "3.34782609",
194092
+ x2: "16.4095652",
194093
+ y2: "3.34782609",
194094
+ id: "Path",
194095
+ stroke: "currentColor"
194096
+ }), /*#__PURE__*/react.createElement("line", {
194097
+ x1: "1.62695652",
194098
+ y1: "3.34782609",
194099
+ x2: "7.2573913",
194100
+ y2: "3.34782609",
194101
+ id: "Path",
194102
+ stroke: "currentColor"
194103
+ }), /*#__PURE__*/react.createElement("g", {
194104
+ id: "Group-26",
194105
+ transform: "translate(9.0183, 9) scale(-1, 1) translate(-9.0183, -9)translate(1.627, 7.2609)",
194106
+ stroke: "currentColor"
194107
+ }, /*#__PURE__*/react.createElement("circle", {
194108
+ id: "Oval",
194109
+ transform: "translate(3.8948, 1.7391) scale(-1, 1) translate(-3.8948, -1.7391)",
194110
+ cx: "3.89478261",
194111
+ cy: "1.73913043",
194112
+ r: "1.73913043"
194113
+ }), /*#__PURE__*/react.createElement("line", {
194114
+ x1: "5.63043478",
194115
+ y1: "1.73913043",
194116
+ x2: "14.7826087",
194117
+ y2: "1.73913043",
194118
+ id: "Path",
194119
+ transform: "translate(10.2065, 1.7391) scale(-1, 1) translate(-10.2065, -1.7391)"
194120
+ }), /*#__PURE__*/react.createElement("line", {
194121
+ x1: "0",
194122
+ y1: "1.73913043",
194123
+ x2: "2.15217391",
194124
+ y2: "1.73913043",
194125
+ id: "Path",
194126
+ transform: "translate(1.0761, 1.7391) scale(-1, 1) translate(-1.0761, -1.7391)"
194127
+ })), /*#__PURE__*/react.createElement("circle", {
194128
+ id: "Oval",
194129
+ stroke: "currentColor",
194130
+ cx: "7.26086957",
194131
+ cy: "14.6521739",
194132
+ r: "1.73913043"
194133
+ }), /*#__PURE__*/react.createElement("line", {
194134
+ x1: "8.99652174",
194135
+ y1: "14.6521739",
194136
+ x2: "16.4095652",
194137
+ y2: "14.6521739",
194138
+ id: "Path",
194139
+ stroke: "currentColor"
194140
+ }), /*#__PURE__*/react.createElement("line", {
194141
+ x1: "1.62695652",
194142
+ y1: "14.6521739",
194143
+ x2: "5.52173913",
194144
+ y2: "14.6521739",
194145
+ id: "Path",
194146
+ stroke: "currentColor"
194147
+ }))),
194148
+ Delete: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194149
+ width: "24px",
194150
+ height: "24px",
194151
+ viewBox: "0 0 24 24"
194152
+ }, props), /*#__PURE__*/react.createElement("g", {
194153
+ id: "Delete",
194154
+ stroke: "none",
194155
+ strokeWidth: "1",
194156
+ fill: "none",
194157
+ fillRule: "evenodd"
194158
+ }, /*#__PURE__*/react.createElement("rect", {
194159
+ id: "Rectangle",
194160
+ x: "0",
194161
+ y: "0",
194162
+ width: "24",
194163
+ height: "24"
194164
+ }), /*#__PURE__*/react.createElement("circle", {
194165
+ id: "Oval",
194166
+ stroke: "currentColor",
194167
+ strokeLinecap: "round",
194168
+ strokeLinejoin: "round",
194169
+ cx: "12",
194170
+ cy: "12",
194171
+ r: "7"
194172
+ }), /*#__PURE__*/react.createElement("line", {
194173
+ x1: "8.95652174",
194174
+ y1: "8.95652174",
194175
+ x2: "15.0434783",
194176
+ y2: "15.0434783",
194177
+ id: "Path",
194178
+ stroke: "currentColor",
194179
+ strokeLinecap: "round",
194180
+ strokeLinejoin: "round"
194181
+ }), /*#__PURE__*/react.createElement("line", {
194182
+ x1: "15.0434783",
194183
+ y1: "8.95652174",
194184
+ x2: "8.95652174",
194185
+ y2: "15.0434783",
194186
+ id: "Path",
194187
+ stroke: "currentColor",
194188
+ strokeLinecap: "round",
194189
+ strokeLinejoin: "round"
194190
+ }))),
194036
194191
  Download: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194037
194192
  width: "24px",
194038
194193
  height: "24px",
@@ -194092,6 +194247,136 @@ const Icons = {
194092
194247
  strokeLinecap: "round",
194093
194248
  strokeLinejoin: "round"
194094
194249
  }))),
194250
+ Export: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194251
+ width: "24px",
194252
+ height: "24px",
194253
+ viewBox: "0 0 24 24"
194254
+ }, props), /*#__PURE__*/react.createElement("g", {
194255
+ id: "Export",
194256
+ stroke: "none",
194257
+ strokeWidth: "1",
194258
+ fill: "none",
194259
+ fillRule: "evenodd"
194260
+ }, /*#__PURE__*/react.createElement("rect", {
194261
+ id: "Rectangle",
194262
+ x: "0",
194263
+ y: "0",
194264
+ width: "24",
194265
+ height: "24"
194266
+ }), /*#__PURE__*/react.createElement("line", {
194267
+ x1: "12",
194268
+ y1: "13.125",
194269
+ x2: "12",
194270
+ y2: "5",
194271
+ id: "Path",
194272
+ stroke: "currentColor",
194273
+ strokeLinecap: "round",
194274
+ strokeLinejoin: "round"
194275
+ }), /*#__PURE__*/react.createElement("polyline", {
194276
+ id: "Path",
194277
+ stroke: "currentColor",
194278
+ strokeLinecap: "round",
194279
+ strokeLinejoin: "round",
194280
+ points: "9.1875 7.8125 12 5 14.8125 7.8125"
194281
+ }), /*#__PURE__*/react.createElement("path", {
194282
+ d: "M13.875,10.000625 L16.375,10.000625 C16.720178,10.000625 17,10.280447 17,10.625625 L17,18.750625 C17,19.095803 16.720178,19.375625 16.375,19.375625 L7.625,19.375625 C7.27982203,19.375625 7,19.095803 7,18.750625 L7,10.625625 C7,10.280447 7.27982203,10.000625 7.625,10.000625 L10.125,10.000625",
194283
+ id: "Path",
194284
+ stroke: "currentColor",
194285
+ strokeLinecap: "round",
194286
+ strokeLinejoin: "round"
194287
+ }))),
194288
+ Hide: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194289
+ width: "24px",
194290
+ height: "24px",
194291
+ viewBox: "0 0 24 24"
194292
+ }, props), /*#__PURE__*/react.createElement("g", {
194293
+ id: "hide",
194294
+ stroke: "none",
194295
+ strokeWidth: "1",
194296
+ fill: "none",
194297
+ fillRule: "evenodd"
194298
+ }, /*#__PURE__*/react.createElement("rect", {
194299
+ id: "Rectangle",
194300
+ x: "0",
194301
+ y: "0",
194302
+ width: "24",
194303
+ height: "24"
194304
+ }), /*#__PURE__*/react.createElement("circle", {
194305
+ id: "Oval",
194306
+ stroke: "currentColor",
194307
+ strokeLinecap: "round",
194308
+ strokeLinejoin: "round",
194309
+ cx: "12.4986195",
194310
+ cy: "11.8041442",
194311
+ r: "2.58684689"
194312
+ }), /*#__PURE__*/react.createElement("path", {
194313
+ d: "M20.906611,11.5617197 C20.0470387,10.5861089 16.6094888,7 12.4986195,7 C8.38775024,7 4.95020027,10.5861089 4.090628,11.5617197 C3.96979067,11.7007491 3.96979067,11.9075393 4.090628,12.0465687 C4.95020027,13.0221796 8.38775024,16.6082885 12.4986195,16.6082885 C16.6094888,16.6082885 20.0470387,13.0221796 20.906611,12.0465687 C21.0274483,11.9075393 21.0274483,11.7007491 20.906611,11.5617197 Z",
194314
+ id: "Path",
194315
+ stroke: "currentColor",
194316
+ strokeLinecap: "round",
194317
+ strokeLinejoin: "round"
194318
+ }))),
194319
+ Info: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194320
+ width: "24px",
194321
+ height: "24px",
194322
+ viewBox: "0 0 24 24"
194323
+ }, props), /*#__PURE__*/react.createElement("g", {
194324
+ id: "icon-download",
194325
+ stroke: "none",
194326
+ strokeWidth: "1",
194327
+ fill: "none",
194328
+ fillRule: "evenodd"
194329
+ }, /*#__PURE__*/react.createElement("rect", {
194330
+ id: "Rectangle",
194331
+ x: "0",
194332
+ y: "0",
194333
+ width: "24",
194334
+ height: "24",
194335
+ rx: "4"
194336
+ }), /*#__PURE__*/react.createElement("circle", {
194337
+ id: "Oval",
194338
+ fillRule: "nonzero",
194339
+ cx: "12.192",
194340
+ cy: "12.192",
194341
+ r: "8.192"
194342
+ }), /*#__PURE__*/react.createElement("path", {
194343
+ d: "M12.192,4.00160754 C7.66678807,4.00160754 4,7.6683956 4,12.1928038 C4,16.7172119 7.66759184,20.3848038 12.192,20.3848038 C16.7172119,20.3848038 20.384,16.7172119 20.384,12.1928038 C20.384,7.6683956 16.7172119,4.00080377 12.192,4.00080377 L12.192,4.00160754 Z M12.192,4.8053752 C16.2727284,4.8053752 19.5802323,8.11287912 19.5802323,12.1936075 C19.5802323,16.2735322 16.2727284,19.5818399 12.192,19.5818399 C8.11127159,19.5818399 4.80376766,16.2735322 4.80376766,12.1936075 C4.80376766,8.11287912 8.11127159,4.80457143 12.192,4.80457143 L12.192,4.8053752 Z",
194344
+ id: "Shape",
194345
+ fill: "currentColor",
194346
+ fillRule: "nonzero"
194347
+ }), /*#__PURE__*/react.createElement("path", {
194348
+ d: "M11.5425557,10.4920314 C12.0867064,10.4920314 12.534405,10.905168 12.5882575,11.4356546 L12.5938838,11.5425557 L12.5938838,16.0870581 C12.5938838,16.308898 12.4138399,16.4889419 12.192,16.4889419 C11.9950769,16.4889419 11.8303046,16.346675 11.7965463,16.1593972 L11.7901162,16.0870581 L11.7901162,11.5425557 C11.7901162,11.4260094 11.7089356,11.3279498 11.5996232,11.3014254 L11.5433595,11.2957991 L10.2436672,11.2957991 C10.0218273,11.2957991 9.84178336,11.1157551 9.84178336,10.8939152 C9.84178336,10.6961884 9.98405024,10.5322198 10.1713281,10.4984615 L10.2436672,10.4920314 L11.541752,10.4920314 L11.5425557,10.4920314 Z M11.2178336,7.24561381 L11.3094631,7.25124019 C11.6679435,7.29625118 11.9444396,7.60168289 11.9444396,7.97221978 C11.9444396,8.37410361 11.6197174,8.69882575 11.2178336,8.69882575 C10.8167535,8.69882575 10.4920314,8.37329984 10.4920314,7.97221978 C10.4920314,7.60248666 10.7685275,7.29625118 11.1270078,7.25124019 L11.2178336,7.24561381 Z",
194349
+ id: "Shape",
194350
+ fill: "currentColor",
194351
+ fillRule: "nonzero"
194352
+ }), /*#__PURE__*/react.createElement("path", {
194353
+ d: "M14.139529,15.6867818 C14.3613689,15.6867818 14.5414129,15.8668257 14.5414129,16.0886656 C14.5414129,16.2855887 14.399146,16.4503611 14.2118681,16.4841193 L14.139529,16.4905495 L10.244471,16.4905495 C10.0226311,16.4905495 9.84258713,16.3105055 9.84258713,16.0886656 C9.84258713,15.8909388 9.984854,15.7269702 10.1721319,15.6932119 L10.244471,15.6867818 L14.139529,15.6867818 L14.139529,15.6867818 Z",
194354
+ id: "Path",
194355
+ fill: "currentColor",
194356
+ fillRule: "nonzero"
194357
+ }))),
194358
+ Lock: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194359
+ width: "24px",
194360
+ height: "24px",
194361
+ viewBox: "0 0 24 24"
194362
+ }, props), /*#__PURE__*/react.createElement("g", {
194363
+ id: "Lock",
194364
+ stroke: "none",
194365
+ strokeWidth: "1",
194366
+ fill: "none",
194367
+ fillRule: "evenodd"
194368
+ }, /*#__PURE__*/react.createElement("rect", {
194369
+ id: "Rectangle",
194370
+ x: "0",
194371
+ y: "0",
194372
+ width: "24",
194373
+ height: "24"
194374
+ }), /*#__PURE__*/react.createElement("path", {
194375
+ d: "M16,10.6666667 L16,8 C16,5.79133333 14.2086667,4 12,4 C9.79133333,4 8,5.79133333 8,8 L8,10.6666667 L7.5,10.6666667 C6.67157288,10.6666667 6,11.3382395 6,12.1666667 L6,18.5 C6,19.3284271 6.67157288,20 7.5,20 L16.5,20 C17.3284271,20 18,19.3284271 18,18.5 L18,12.1666667 C18,11.3382395 17.3284271,10.6666667 16.5,10.6666667 L16,10.6666667 L16,10.6666667 Z M9.33333333,10.6666667 L9.33333333,8 C9.33333333,6.52933333 10.5293333,5.33333333 12,5.33333333 C13.4706667,5.33333333 14.6666667,6.52933333 14.6666667,8 L14.6666667,10.6666667 L9.33333333,10.6666667 Z",
194376
+ id: "Shape",
194377
+ fill: "currentColor",
194378
+ fillRule: "nonzero"
194379
+ }))),
194095
194380
  ListView: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194096
194381
  width: "24px",
194097
194382
  height: "24px",
@@ -194191,6 +194476,126 @@ const Icons = {
194191
194476
  cy: "12",
194192
194477
  r: "2"
194193
194478
  }))),
194479
+ DisplayFillAndOutline: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194480
+ width: "18px",
194481
+ height: "18px",
194482
+ viewBox: "0 0 18 18"
194483
+ }, props), /*#__PURE__*/react.createElement("g", {
194484
+ id: "view-outline-fill",
194485
+ stroke: "none",
194486
+ strokeWidth: "1",
194487
+ fill: "none",
194488
+ fillRule: "evenodd"
194489
+ }, /*#__PURE__*/react.createElement("g", {
194490
+ id: "Group-13"
194491
+ }, /*#__PURE__*/react.createElement("rect", {
194492
+ id: "Rectangle",
194493
+ x: "0",
194494
+ y: "0",
194495
+ width: "18",
194496
+ height: "18"
194497
+ }), /*#__PURE__*/react.createElement("rect", {
194498
+ id: "Rectangle",
194499
+ stroke: "currentColor",
194500
+ x: "1.5",
194501
+ y: "1.5",
194502
+ width: "15",
194503
+ height: "15",
194504
+ rx: "1"
194505
+ }), /*#__PURE__*/react.createElement("rect", {
194506
+ id: "Rectangle",
194507
+ fill: "currentColor",
194508
+ x: "3.5",
194509
+ y: "3.5",
194510
+ width: "11",
194511
+ height: "11",
194512
+ rx: "1"
194513
+ })))),
194514
+ DisplayOutlineOnly: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194515
+ width: "18px",
194516
+ height: "18px",
194517
+ viewBox: "0 0 18 18"
194518
+ }, props), /*#__PURE__*/react.createElement("g", {
194519
+ id: "view-outline",
194520
+ stroke: "none",
194521
+ strokeWidth: "1",
194522
+ fill: "none",
194523
+ fillRule: "evenodd"
194524
+ }, /*#__PURE__*/react.createElement("g", {
194525
+ id: "Group-13"
194526
+ }, /*#__PURE__*/react.createElement("rect", {
194527
+ id: "Rectangle",
194528
+ x: "0",
194529
+ y: "0",
194530
+ width: "18",
194531
+ height: "18"
194532
+ }), /*#__PURE__*/react.createElement("rect", {
194533
+ id: "Rectangle",
194534
+ stroke: "currentColor",
194535
+ x: "1.5",
194536
+ y: "1.5",
194537
+ width: "15",
194538
+ height: "15",
194539
+ rx: "1"
194540
+ })))),
194541
+ DisplayFillOnly: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194542
+ width: "18px",
194543
+ height: "18px",
194544
+ viewBox: "0 0 18 18"
194545
+ }, props), /*#__PURE__*/react.createElement("g", {
194546
+ id: "view-fill",
194547
+ stroke: "none",
194548
+ strokeWidth: "1",
194549
+ fill: "none",
194550
+ fillRule: "evenodd"
194551
+ }, /*#__PURE__*/react.createElement("g", {
194552
+ id: "Group-13"
194553
+ }, /*#__PURE__*/react.createElement("rect", {
194554
+ id: "Rectangle",
194555
+ x: "0",
194556
+ y: "0",
194557
+ width: "18",
194558
+ height: "18"
194559
+ }), /*#__PURE__*/react.createElement("rect", {
194560
+ id: "Rectangle",
194561
+ fill: "currentColor",
194562
+ x: "2",
194563
+ y: "2",
194564
+ width: "14",
194565
+ height: "14",
194566
+ rx: "1"
194567
+ })))),
194568
+ Actions: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194569
+ width: "24px",
194570
+ height: "24px",
194571
+ viewBox: "0 0 24 24"
194572
+ }, props), /*#__PURE__*/react.createElement("g", {
194573
+ id: "more-dropdown",
194574
+ stroke: "none",
194575
+ strokeWidth: "1",
194576
+ fill: "none",
194577
+ fillRule: "evenodd"
194578
+ }, /*#__PURE__*/react.createElement("rect", {
194579
+ id: "Rectangle",
194580
+ x: "0",
194581
+ y: "0",
194582
+ width: "24",
194583
+ height: "24"
194584
+ }), /*#__PURE__*/react.createElement("g", {
194585
+ id: "Group-2",
194586
+ transform: "translate(5, 4)",
194587
+ stroke: "currentColor",
194588
+ strokeLinecap: "round",
194589
+ strokeLinejoin: "round"
194590
+ }, /*#__PURE__*/react.createElement("circle", {
194591
+ id: "Oval",
194592
+ cx: "6.74621802",
194593
+ cy: "7.5938001",
194594
+ r: "1.68710308"
194595
+ }), /*#__PURE__*/react.createElement("path", {
194596
+ d: "M8.17972732,1.06493425 L8.67634848,2.69920529 C8.84616867,3.26259112 9.42371506,3.59782471 9.99714943,3.46585687 L11.6537273,3.08194406 C12.2982043,2.9366791 12.9621245,3.22831522 13.2911435,3.80120174 C13.6201625,4.37408825 13.5374848,5.09450899 13.0872366,5.57796434 L11.9284539,6.82714853 C11.528377,7.25995707 11.528377,7.92764314 11.9284539,8.36045168 L13.0872366,9.60963586 C13.5374848,10.0930912 13.6201625,10.813512 13.2911435,11.3863985 C12.9621245,11.959285 12.2982043,12.2509211 11.6537273,12.1056561 L9.99714943,11.7217433 C9.42371506,11.5897755 8.84616867,11.9250091 8.67634848,12.4883949 L8.17972732,14.122666 C7.98874475,14.7549849 7.40616232,15.1876002 6.745631,15.1876002 C6.08509968,15.1876002 5.50251725,14.7549849 5.31153468,14.122666 L4.81491352,12.4883949 C4.64509333,11.9250091 4.06754694,11.5897755 3.49411257,11.7217433 L1.83753467,12.1056561 C1.19305769,12.2509211 0.529137506,11.959285 0.200118485,11.3863985 C-0.128900535,10.813512 -0.0462227777,10.0930912 0.404025372,9.60963586 L1.56280807,8.36045168 C1.96288499,7.92764314 1.96288499,7.25995707 1.56280807,6.82714853 L0.404025372,5.57796434 C-0.0462227777,5.09450899 -0.128900535,4.37408825 0.200118485,3.80120174 C0.529137506,3.22831522 1.19305769,2.9366791 1.83753467,3.08194406 L3.49411257,3.46585687 C4.06754694,3.59782471 4.64509333,3.26259112 4.81491352,2.69920529 L5.31153468,1.06493425 C5.50251725,0.43261528 6.08509968,0 6.745631,0 C7.40616232,0 7.98874475,0.43261528 8.17972732,1.06493425 Z",
194597
+ id: "Path"
194598
+ })))),
194194
194599
  PinFill: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194195
194600
  width: "24px",
194196
194601
  height: "24px",
@@ -194262,6 +194667,39 @@ const Icons = {
194262
194667
  strokeLinecap: "round",
194263
194668
  strokeLinejoin: "round"
194264
194669
  }))),
194670
+ Rename: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194671
+ width: "24px",
194672
+ height: "24px",
194673
+ viewBox: "0 0 24 24"
194674
+ }, props), /*#__PURE__*/react.createElement("g", {
194675
+ id: "Rename",
194676
+ stroke: "none",
194677
+ strokeWidth: "1",
194678
+ fill: "none",
194679
+ fillRule: "evenodd"
194680
+ }, /*#__PURE__*/react.createElement("rect", {
194681
+ id: "Rectangle",
194682
+ x: "0",
194683
+ y: "0",
194684
+ width: "24",
194685
+ height: "24"
194686
+ }), /*#__PURE__*/react.createElement("g", {
194687
+ id: "rename",
194688
+ transform: "translate(4.5, 5)",
194689
+ stroke: "currentColor",
194690
+ strokeLinecap: "round",
194691
+ strokeLinejoin: "round"
194692
+ }, /*#__PURE__*/react.createElement("polygon", {
194693
+ id: "Rectangle",
194694
+ transform: "translate(7.6682, 7.2953) rotate(45) translate(-7.6682, -7.2953)",
194695
+ points: "5.71337096 0.360798742 9.62306412 0.360798742 9.62306412 14.2297836 5.71337096 14.2297836"
194696
+ }), /*#__PURE__*/react.createElement("polygon", {
194697
+ id: "Path",
194698
+ points: "1.38207653 10.8162548 0 14.963136 4.14688121 13.5810595"
194699
+ }), /*#__PURE__*/react.createElement("path", {
194700
+ d: "M13.9536949,3.77359418 L11.1895418,1.00944111 L11.650234,0.548748934 C12.4172745,-0.192083594 13.6365239,-0.181488647 14.3905743,0.57256175 C15.1446246,1.32661215 15.1552196,2.54586147 14.4143871,3.312902 L13.9536949,3.77359418 Z",
194701
+ id: "Path"
194702
+ })))),
194265
194703
  ThumbnailView: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194266
194704
  width: "24px",
194267
194705
  height: "24px",
@@ -194527,7 +194965,7 @@ const Icons = {
194527
194965
  viewBox: "0 0 14 14",
194528
194966
  xmlns: "http://www.w3.org/2000/svg"
194529
194967
  }, props), /*#__PURE__*/react.createElement("g", {
194530
- fill: "#348CFD",
194968
+ fill: "currentColor",
194531
194969
  fillRule: "evenodd"
194532
194970
  }, /*#__PURE__*/react.createElement("path", {
194533
194971
  d: "M7 .102A6.899 6.899 0 1 0 7 13.9 6.899 6.899 0 0 0 7 .102zm0 .875a6.024 6.024 0 1 1 0 12.048A6.024 6.024 0 0 1 7 .977z"
@@ -194542,7 +194980,7 @@ const Icons = {
194542
194980
  viewBox: "0 0 17 10",
194543
194981
  xmlns: "http://www.w3.org/2000/svg"
194544
194982
  }, props), /*#__PURE__*/react.createElement("g", {
194545
- stroke: "#348CFD",
194983
+ stroke: "currentColor",
194546
194984
  strokeWidth: "1.5",
194547
194985
  fill: "none",
194548
194986
  fillRule: "evenodd",
@@ -194569,7 +195007,7 @@ const Icons = {
194569
195007
  }, /*#__PURE__*/react.createElement("g", {
194570
195008
  id: "Segmentation---assets",
194571
195009
  transform: "translate(-42.127, -62.1087)",
194572
- stroke: "#348CFD"
195010
+ stroke: "currentColor"
194573
195011
  }, /*#__PURE__*/react.createElement("g", {
194574
195012
  id: "icon-display-settings",
194575
195013
  transform: "translate(40, 60)"
@@ -194631,6 +195069,56 @@ const Icons = {
194631
195069
  y2: "15.6521739",
194632
195070
  id: "Path"
194633
195071
  }))))),
195072
+ Show: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
195073
+ width: "24px",
195074
+ height: "24px",
195075
+ viewBox: "0 0 24 24"
195076
+ }, props), /*#__PURE__*/react.createElement("g", {
195077
+ id: "show",
195078
+ stroke: "none",
195079
+ strokeWidth: "1",
195080
+ fill: "none",
195081
+ fillRule: "evenodd"
195082
+ }, /*#__PURE__*/react.createElement("rect", {
195083
+ id: "Rectangle",
195084
+ x: "0",
195085
+ y: "0",
195086
+ width: "24",
195087
+ height: "24"
195088
+ }), /*#__PURE__*/react.createElement("path", {
195089
+ d: "M18.0567826,8.96286957 C19.1471229,9.75269568 20.1356859,10.674229 21,11.7065217 C21,11.7065217 17.1949565,16.5108696 12.5,16.5108696 C11.7479876,16.5066962 11.0007435,16.3911225 10.2826087,16.167913",
195090
+ id: "Path",
195091
+ stroke: "#348CFD",
195092
+ strokeLinecap: "round",
195093
+ strokeLinejoin: "round"
195094
+ }), /*#__PURE__*/react.createElement("path", {
195095
+ d: "M6.93286957,14.4413043 C5.84666081,13.6535964 4.86162018,12.7350857 4,11.7065217 C4,11.7065217 7.80504348,6.90217391 12.5,6.90217391 C13.1235541,6.90480509 13.7443251,6.98550531 14.3478261,7.1423913",
195096
+ id: "Path",
195097
+ stroke: "#348CFD",
195098
+ strokeLinecap: "round",
195099
+ strokeLinejoin: "round"
195100
+ }), /*#__PURE__*/react.createElement("path", {
195101
+ d: "M9.54347826,11.7065217 C9.54347826,10.0736799 10.8671581,8.75 12.5,8.75",
195102
+ id: "Path",
195103
+ stroke: "#348CFD",
195104
+ strokeLinecap: "round",
195105
+ strokeLinejoin: "round"
195106
+ }), /*#__PURE__*/react.createElement("path", {
195107
+ d: "M15.4565217,11.7065217 C15.4565217,13.3393636 14.1328419,14.6630435 12.5,14.6630435",
195108
+ id: "Path",
195109
+ stroke: "#348CFD",
195110
+ strokeLinecap: "round",
195111
+ strokeLinejoin: "round"
195112
+ }), /*#__PURE__*/react.createElement("line", {
195113
+ x1: "19.7065217",
195114
+ y1: "4.5",
195115
+ x2: "5.29347826",
195116
+ y2: "18.9130435",
195117
+ id: "Path",
195118
+ stroke: "#348CFD",
195119
+ strokeLinecap: "round",
195120
+ strokeLinejoin: "round"
195121
+ }))),
194634
195122
  SidePanelCloseLeft: props => /*#__PURE__*/react.createElement("svg", Icons_extends({
194635
195123
  width: "20px",
194636
195124
  height: "20px",
@@ -195474,7 +195962,7 @@ const Tooltip_TooltipContent = /*#__PURE__*/react.forwardRef(({
195474
195962
  }, ref) => /*#__PURE__*/react.createElement(dist_Content2, Tooltip_extends({
195475
195963
  ref: ref,
195476
195964
  sideOffset: sideOffset,
195477
- className: utils_cn('bg-primary-dark border-secondary-light text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 overflow-hidden rounded-md border px-3 py-1.5 text-xs', className)
195965
+ className: utils_cn('bg-primary-dark border-secondary-light text-primary-foreground animate-in fade-in-0 zoom-in-95 data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 overflow-hidden rounded border px-3 py-1.5 text-xs', className)
195478
195966
  }, props)));
195479
195967
  Tooltip_TooltipContent.displayName = dist_Content2.displayName;
195480
195968
 
@@ -198025,7 +198513,7 @@ const DropdownMenu_DropdownMenuLabel = /*#__PURE__*/react.forwardRef(({
198025
198513
  ...props
198026
198514
  }, ref) => /*#__PURE__*/react.createElement(Label2, DropdownMenu_extends({
198027
198515
  ref: ref,
198028
- className: utils_cn('px-2 py-1 text-sm font-semibold', inset && 'pl-8', className)
198516
+ className: utils_cn('text-muted-foreground px-2 py-1 text-xs', inset && 'pl-8', className)
198029
198517
  }, props)));
198030
198518
  DropdownMenu_DropdownMenuLabel.displayName = Label2.displayName;
198031
198519
  const DropdownMenu_DropdownMenuSeparator = /*#__PURE__*/react.forwardRef(({
@@ -198033,7 +198521,7 @@ const DropdownMenu_DropdownMenuSeparator = /*#__PURE__*/react.forwardRef(({
198033
198521
  ...props
198034
198522
  }, ref) => /*#__PURE__*/react.createElement(Separator2, DropdownMenu_extends({
198035
198523
  ref: ref,
198036
- className: utils_cn('bg-muted -mx-1 my-1 h-px', className)
198524
+ className: utils_cn('bg-muted my-1 mx-2 h-px', className)
198037
198525
  }, props)));
198038
198526
  DropdownMenu_DropdownMenuSeparator.displayName = Separator2.displayName;
198039
198527
  const DropdownMenuShortcut = ({
@@ -407972,7 +408460,7 @@ function __disposeResources(env) {
407972
408460
  /******/ // This function allow to reference async chunks
407973
408461
  /******/ __webpack_require__.u = (chunkId) => {
407974
408462
  /******/ // return url for filenames based on template
407975
- /******/ return "" + ({"1985":"polySeg","2158":"histogram-worker","7607":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"79":"422d9ccbaaefa6b0a039","153":"69a1da4bc19a9dc9a3fb","818":"b6027359846cc90e32ff","962":"7e7533c80b15458c33b2","1169":"4622fde2805592aad5d0","1202":"55f140afb05e1ad5512c","1498":"ff6ba98c695ef559fec2","1540":"2a0208cc8d5cabfc569d","1985":"0a70e65fe89169ec7508","2119":"cd95916edb40cbb49798","2158":"d97bab3206c49329f64b","2412":"e1abf9a60dcecb7f0c77","2791":"df289e574021b625fd93","2831":"22245416b8edb6c9dc56","2898":"ef8d98b006bd8386d599","3286":"b9b3a165dc5a8b24b47f","3482":"a8622b8e9e5101b2f771","3497":"512610422a2862584c55","3658":"e44755981b64e69a8d7e","3962":"f8f36bf46046916a7e45","4210":"7c76057d5b3203a9e20e","4353":"cb34dacb0f549a77c763","4530":"ec12dfd2fbf9083b164e","4757":"ed362a485344485c9f1c","4842":"7de0865d2e7b441eb71a","4978":"80bd95bc4db5adeaf58e","5793":"d1b4e887564bbb98752d","5888":"2a90d295a124507f71ea","5898":"be696e0b355efc1c7f05","5931":"f16bcd50591d83af9f7a","6010":"a41bef6e63d1f8f8af7f","6552":"d3571384b43fe26e44b3","6591":"b42be855ac7084bf0151","6904":"da0d83fcd48a48cfaac1","7246":"8673931a5f54886ffb55","7360":"fd7617c5a35cbd33dfff","7376":"de190e34fba439eb6f0f","7502":"42ee15a14f5cc0313ad4","7607":"54d68bc1808ad3d77994","7913":"af5005f5f1f642a25dec","8315":"5cac046f15998869dc97","8714":"36331faa35db985a786c","8944":"36d1631c09531b4ff7cd","8993":"23cd5f8560800a97d798","8999":"fe5b9a3ecd518a7c68cf"}[chunkId] + ".js";
408463
+ /******/ return "" + ({"1985":"polySeg","2158":"histogram-worker","7607":"suv-peak-worker"}[chunkId] || chunkId) + ".bundle." + {"79":"422d9ccbaaefa6b0a039","153":"0dc158c565e0f112c84e","818":"b6027359846cc90e32ff","962":"dd92f8caa37664a261b1","1169":"4622fde2805592aad5d0","1202":"55f140afb05e1ad5512c","1498":"ff6ba98c695ef559fec2","1540":"2a0208cc8d5cabfc569d","1985":"0a70e65fe89169ec7508","2119":"9c554694e4c6fb6c4dc7","2158":"d97bab3206c49329f64b","2412":"e1abf9a60dcecb7f0c77","2791":"5aa77137744bf62be7c1","2831":"22245416b8edb6c9dc56","2898":"ef8d98b006bd8386d599","3286":"b9b3a165dc5a8b24b47f","3482":"ad0863f4d97a52ce5b0f","3497":"512610422a2862584c55","3658":"e44755981b64e69a8d7e","3962":"14bd1df530071c9a4f97","4210":"edef5ef9c5f81bc02d9f","4353":"34764ff8d914475ecf68","4530":"ec12dfd2fbf9083b164e","4757":"ed362a485344485c9f1c","4842":"449e17aebd173c928a5f","4978":"588e03c1011378342e53","5793":"d1b4e887564bbb98752d","5888":"2261ea03294e8377d494","5898":"be696e0b355efc1c7f05","5931":"f16bcd50591d83af9f7a","6010":"a41bef6e63d1f8f8af7f","6552":"237c382cc597efb40c2e","6591":"d5cfcc60cef1169e84af","6904":"da0d83fcd48a48cfaac1","7246":"7cb34a24269568464f40","7360":"eacb6dbbabfe740f7168","7376":"acaa4824308e19bf55e9","7502":"262ffdd547e0e390ce15","7607":"54d68bc1808ad3d77994","7913":"1ebcb712d475559cc9ab","8315":"5cac046f15998869dc97","8714":"36331faa35db985a786c","8944":"478500293da942e414ab","8993":"23cd5f8560800a97d798","8999":"d5205c209747edd351cf"}[chunkId] + ".js";
407976
408464
  /******/ };
407977
408465
  /******/ })();
407978
408466
  /******/