@vuu-ui/vuu-ui-controls 0.8.13-debug → 0.8.14-debug

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/esm/index.js CHANGED
@@ -2091,14 +2091,14 @@ import { forwardRef as forwardRef3 } from "react";
2091
2091
  import cx4 from "classnames";
2092
2092
 
2093
2093
  // src/list/CheckboxIcon.tsx
2094
+ import React from "react";
2094
2095
  import cx3 from "classnames";
2095
- import { jsx as jsx5 } from "react/jsx-runtime";
2096
2096
  var classBase3 = "vuuCheckboxIcon";
2097
2097
  var CheckboxIcon = ({
2098
2098
  checked = false,
2099
2099
  disabled = false,
2100
2100
  ...htmlAttributes
2101
- }) => /* @__PURE__ */ jsx5(
2101
+ }) => /* @__PURE__ */ React.createElement(
2102
2102
  "span",
2103
2103
  {
2104
2104
  ...htmlAttributes,
@@ -2109,13 +2109,13 @@ var CheckboxIcon = ({
2109
2109
  );
2110
2110
 
2111
2111
  // src/list/ListItem.tsx
2112
- import { jsx as jsx6, jsxs as jsxs3 } from "react/jsx-runtime";
2112
+ import { jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
2113
2113
  var classBase4 = "vuuListItem";
2114
2114
  var ListItemProxy = forwardRef3(function ListItemNextProxy({
2115
2115
  height,
2116
2116
  ...htmlAttributes
2117
2117
  }, forwardedRef) {
2118
- return /* @__PURE__ */ jsx6(
2118
+ return /* @__PURE__ */ jsx5(
2119
2119
  "div",
2120
2120
  {
2121
2121
  ...htmlAttributes,
@@ -2160,8 +2160,8 @@ var ListItem = forwardRef3(
2160
2160
  ref: forwardedRef,
2161
2161
  style,
2162
2162
  children: [
2163
- showCheckbox && /* @__PURE__ */ jsx6(CheckboxIcon, { "aria-hidden": true, checked: selected }),
2164
- children && typeof children !== "string" ? children : itemTextHighlightPattern == null ? /* @__PURE__ */ jsx6("span", { className: `${classBase4}-textWrapper`, children: label || children }) : /* @__PURE__ */ jsx6(
2163
+ showCheckbox && /* @__PURE__ */ jsx5(CheckboxIcon, { "aria-hidden": true, checked: selected }),
2164
+ children && typeof children !== "string" ? children : itemTextHighlightPattern == null ? /* @__PURE__ */ jsx5("span", { className: `${classBase4}-textWrapper`, children: label || children }) : /* @__PURE__ */ jsx5(
2165
2165
  Highlighter,
2166
2166
  {
2167
2167
  matchPattern: itemTextHighlightPattern,
@@ -2296,7 +2296,7 @@ var useGlobalDragDrop = ({
2296
2296
  };
2297
2297
 
2298
2298
  // src/drag-drop/DragDropProvider.tsx
2299
- import { jsx as jsx7 } from "react/jsx-runtime";
2299
+ import { jsx as jsx6 } from "react/jsx-runtime";
2300
2300
  var NO_DRAG_CONTEXT = {
2301
2301
  isDragSource: void 0,
2302
2302
  isDropTarget: void 0,
@@ -2408,7 +2408,7 @@ var DragDropProvider = ({
2408
2408
  registerDragDropParty
2409
2409
  ]
2410
2410
  );
2411
- return /* @__PURE__ */ jsx7(DragDropContext.Provider, { value: contextValue, children });
2411
+ return /* @__PURE__ */ jsx6(DragDropContext.Provider, { value: contextValue, children });
2412
2412
  };
2413
2413
  var useDragDropProvider = (id) => {
2414
2414
  var _a2, _b;
@@ -2480,7 +2480,7 @@ import {
2480
2480
  useMemo as useMemo5
2481
2481
  } from "react";
2482
2482
  import { PopupComponent as Popup2, Portal as Portal2 } from "@vuu-ui/vuu-popups";
2483
- import { jsx as jsx8 } from "react/jsx-runtime";
2483
+ import { jsx as jsx7 } from "react/jsx-runtime";
2484
2484
  var makeClassNames = (classNames) => classNames.split(" ").map((className) => `vuuDraggable-${className}`);
2485
2485
  var Draggable = forwardRef4(
2486
2486
  function Draggable2({ wrapperClassName, element, onDropped, onTransitionEnd, style, scale = 1 }, forwardedRef) {
@@ -2508,13 +2508,13 @@ var Draggable = forwardRef4(
2508
2508
  }),
2509
2509
  []
2510
2510
  );
2511
- return /* @__PURE__ */ jsx8(Portal2, { children: /* @__PURE__ */ jsx8(
2511
+ return /* @__PURE__ */ jsx7(Portal2, { children: /* @__PURE__ */ jsx7(
2512
2512
  Popup2,
2513
2513
  {
2514
2514
  anchorElement: { current: document.body },
2515
2515
  placement: "absolute",
2516
2516
  position,
2517
- children: /* @__PURE__ */ jsx8(
2517
+ children: /* @__PURE__ */ jsx7(
2518
2518
  "div",
2519
2519
  {
2520
2520
  className: cx5("vuuDraggable", ...makeClassNames(wrapperClassName)),
@@ -2899,7 +2899,7 @@ var useDropIndicator = () => {
2899
2899
  };
2900
2900
 
2901
2901
  // src/drag-drop/useDragDropIndicator.tsx
2902
- import { jsx as jsx9 } from "react/jsx-runtime";
2902
+ import { jsx as jsx8 } from "react/jsx-runtime";
2903
2903
  var NOT_OVERFLOWED2 = ':not([data-overflowed="true"])';
2904
2904
  var NOT_HIDDEN2 = ':not([aria-hidden="true"])';
2905
2905
  var useDragDropIndicator = ({
@@ -3021,7 +3021,7 @@ var useDragDropIndicator = ({
3021
3021
  height: 2
3022
3022
  };
3023
3023
  setDropIndicator(
3024
- /* @__PURE__ */ jsx9(
3024
+ /* @__PURE__ */ jsx8(
3025
3025
  Draggable,
3026
3026
  {
3027
3027
  wrapperClassName: "dropIndicatorContainer",
@@ -3548,7 +3548,7 @@ var useDragDropNaturalMovement = ({
3548
3548
  };
3549
3549
 
3550
3550
  // src/drag-drop/useDragDropNext.tsx
3551
- import { jsx as jsx10 } from "react/jsx-runtime";
3551
+ import { jsx as jsx9 } from "react/jsx-runtime";
3552
3552
  var NULL_DRAG_DROP_RESULT = {
3553
3553
  beginDrag: () => void 0,
3554
3554
  drag: () => void 0,
@@ -3893,7 +3893,7 @@ var useDragDropNext = ({
3893
3893
  } = dragElement;
3894
3894
  setDraggableStatus({
3895
3895
  isDragging: true,
3896
- draggable: /* @__PURE__ */ jsx10(
3896
+ draggable: /* @__PURE__ */ jsx9(
3897
3897
  Draggable,
3898
3898
  {
3899
3899
  element: cloneElement3(dragElement),
@@ -4510,7 +4510,7 @@ var useScrollPosition = ({
4510
4510
  };
4511
4511
 
4512
4512
  // src/list/List.tsx
4513
- import { Fragment as Fragment2, jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
4513
+ import { Fragment as Fragment2, jsx as jsx10, jsxs as jsxs4 } from "react/jsx-runtime";
4514
4514
  import { createElement } from "react";
4515
4515
  var defaultEmptyMessage = "No data to display";
4516
4516
  var classBase5 = "vuuList";
@@ -4707,7 +4707,7 @@ var List = forwardRef5(function List2({
4707
4707
  showCheckbox: checkable
4708
4708
  };
4709
4709
  list.push(
4710
- isChildItem ? cloneElement4(value, listItemProps) : /* @__PURE__ */ jsx11(ListItem4, { ...listItemProps })
4710
+ isChildItem ? cloneElement4(value, listItemProps) : /* @__PURE__ */ jsx10(ListItem4, { ...listItemProps })
4711
4711
  );
4712
4712
  idx.value += 1;
4713
4713
  }
@@ -4718,7 +4718,7 @@ var List = forwardRef5(function List2({
4718
4718
  renderCollectionItems(items, idx, idx.value + count) || []
4719
4719
  ) : header;
4720
4720
  list.push(
4721
- /* @__PURE__ */ jsx11("div", { role: "group", children: childItems2 }, id2)
4721
+ /* @__PURE__ */ jsx10("div", { role: "group", children: childItems2 }, id2)
4722
4722
  );
4723
4723
  };
4724
4724
  const renderCollectionItems = (items, idx = { value: 0 }, end = items.length) => {
@@ -4739,7 +4739,7 @@ var List = forwardRef5(function List2({
4739
4739
  };
4740
4740
  function renderEmpty() {
4741
4741
  if (emptyMessage || showEmptyMessage) {
4742
- return /* @__PURE__ */ jsx11("span", { className: `${classBase5}-empty-message`, children: emptyMessage != null ? emptyMessage : defaultEmptyMessage });
4742
+ return /* @__PURE__ */ jsx10("span", { className: `${classBase5}-empty-message`, children: emptyMessage != null ? emptyMessage : defaultEmptyMessage });
4743
4743
  } else {
4744
4744
  return null;
4745
4745
  }
@@ -4785,8 +4785,8 @@ var List = forwardRef5(function List2({
4785
4785
  style: { ...styleProp, ...sizeStyles },
4786
4786
  tabIndex: listDisabled || disableFocus ? void 0 : tabIndex,
4787
4787
  children: [
4788
- /* @__PURE__ */ jsx11(ListItemProxy, { ref: rowHeightProxyRef, height: itemHeightProp }),
4789
- collectionHook.data.length === 0 && ListPlaceholder !== void 0 ? /* @__PURE__ */ jsx11(Fragment2, { children: /* @__PURE__ */ jsx11(ListPlaceholder, {}) }) : /* @__PURE__ */ jsx11("div", { className: `${classBase5}-viewport`, ref: scrollContainerRef, children: /* @__PURE__ */ jsxs4(
4788
+ /* @__PURE__ */ jsx10(ListItemProxy, { ref: rowHeightProxyRef, height: itemHeightProp }),
4789
+ collectionHook.data.length === 0 && ListPlaceholder !== void 0 ? /* @__PURE__ */ jsx10(Fragment2, { children: /* @__PURE__ */ jsx10(ListPlaceholder, {}) }) : /* @__PURE__ */ jsx10("div", { className: `${classBase5}-viewport`, ref: scrollContainerRef, children: /* @__PURE__ */ jsxs4(
4790
4790
  "div",
4791
4791
  {
4792
4792
  className: `${classBase5}-scrollingContentContainer`,
@@ -4897,7 +4897,7 @@ var useVirtualization = ({
4897
4897
  };
4898
4898
 
4899
4899
  // src/list/VirtualizedList.tsx
4900
- import { jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
4900
+ import { jsx as jsx11, jsxs as jsxs5 } from "react/jsx-runtime";
4901
4901
  var defaultEmptyMessage2 = "No data to display";
4902
4902
  var withBaseName2 = makePrefixer2("saltList");
4903
4903
  var ListItem3 = memo(ListItem);
@@ -5022,7 +5022,7 @@ var VirtualizedList = forwardRef6(function List3({
5022
5022
  const [key, offset, pos, item] = row;
5023
5023
  const index = pos - 1;
5024
5024
  list.push(
5025
- /* @__PURE__ */ jsx12(
5025
+ /* @__PURE__ */ jsx11(
5026
5026
  ListItem3,
5027
5027
  {
5028
5028
  "aria-setsize": collectionHook.data.length,
@@ -5055,7 +5055,7 @@ var VirtualizedList = forwardRef6(function List3({
5055
5055
  }
5056
5056
  function renderEmpty() {
5057
5057
  if (emptyMessage || showEmptyMessage) {
5058
- return /* @__PURE__ */ jsx12("span", { className: withBaseName2("empty-message"), children: emptyMessage != null ? emptyMessage : defaultEmptyMessage2 });
5058
+ return /* @__PURE__ */ jsx11("span", { className: withBaseName2("empty-message"), children: emptyMessage != null ? emptyMessage : defaultEmptyMessage2 });
5059
5059
  } else {
5060
5060
  return null;
5061
5061
  }
@@ -5076,7 +5076,7 @@ var VirtualizedList = forwardRef6(function List3({
5076
5076
  maxWidth: maxWidth != null ? maxWidth : width,
5077
5077
  maxHeight: maxHeight != null ? maxHeight : listHeight
5078
5078
  };
5079
- return /* @__PURE__ */ jsx12(
5079
+ return /* @__PURE__ */ jsx11(
5080
5080
  "div",
5081
5081
  {
5082
5082
  ...htmlAttributes,
@@ -5095,7 +5095,7 @@ var VirtualizedList = forwardRef6(function List3({
5095
5095
  className: withBaseName2("scrollingContentContainer"),
5096
5096
  style: { height: contentHeight },
5097
5097
  children: [
5098
- /* @__PURE__ */ jsx12(ListItemProxy, { ref: rowHeightProxyRef }),
5098
+ /* @__PURE__ */ jsx11(ListItemProxy, { ref: rowHeightProxyRef }),
5099
5099
  renderContent()
5100
5100
  ]
5101
5101
  }
@@ -5106,12 +5106,12 @@ var VirtualizedList = forwardRef6(function List3({
5106
5106
 
5107
5107
  // src/list/RadioIcon.tsx
5108
5108
  import cx7 from "classnames";
5109
- import { jsx as jsx13 } from "react/jsx-runtime";
5109
+ import { jsx as jsx12 } from "react/jsx-runtime";
5110
5110
  var classBase6 = "vuuRadioIcon";
5111
5111
  var RadioIcon = ({
5112
5112
  checked = false,
5113
5113
  ...htmlAttributes
5114
- }) => /* @__PURE__ */ jsx13(
5114
+ }) => /* @__PURE__ */ jsx12(
5115
5115
  "span",
5116
5116
  {
5117
5117
  ...htmlAttributes,
@@ -5219,7 +5219,7 @@ var useDropdown = ({
5219
5219
  };
5220
5220
 
5221
5221
  // src/dropdown/Dropdown.tsx
5222
- import { jsx as jsx14, jsxs as jsxs6 } from "react/jsx-runtime";
5222
+ import { jsx as jsx13, jsxs as jsxs6 } from "react/jsx-runtime";
5223
5223
  var Dropdown2 = forwardRef7(function Dropdown3({
5224
5224
  "aria-label": ariaLabel,
5225
5225
  children,
@@ -5301,7 +5301,7 @@ var Dropdown2 = forwardRef7(function Dropdown3({
5301
5301
  })
5302
5302
  );
5303
5303
  } else {
5304
- return /* @__PURE__ */ jsx14(
5304
+ return /* @__PURE__ */ jsx13(
5305
5305
  DropdownButton,
5306
5306
  {
5307
5307
  label: triggerLabel,
@@ -5311,7 +5311,7 @@ var Dropdown2 = forwardRef7(function Dropdown3({
5311
5311
  );
5312
5312
  }
5313
5313
  };
5314
- return /* @__PURE__ */ jsx14(CollectionProvider, { collectionHook, children: /* @__PURE__ */ jsxs6(
5314
+ return /* @__PURE__ */ jsx13(CollectionProvider, { collectionHook, children: /* @__PURE__ */ jsxs6(
5315
5315
  DropdownBase,
5316
5316
  {
5317
5317
  ...props,
@@ -5323,7 +5323,7 @@ var Dropdown2 = forwardRef7(function Dropdown3({
5323
5323
  width,
5324
5324
  children: [
5325
5325
  getTriggerComponent(),
5326
- /* @__PURE__ */ jsx14(
5326
+ /* @__PURE__ */ jsx13(
5327
5327
  List,
5328
5328
  {
5329
5329
  ListItem: ListItem4,
@@ -5668,15 +5668,15 @@ var useCombobox = ({
5668
5668
 
5669
5669
  // src/list/ChevronIcon.tsx
5670
5670
  import cx8 from "classnames";
5671
- import { jsx as jsx15 } from "react/jsx-runtime";
5671
+ import { jsx as jsx14 } from "react/jsx-runtime";
5672
5672
  var classBase7 = "vuuChevronIcon";
5673
5673
  var ChevronIcon = (props) => {
5674
5674
  const { direction, ...htmlAttributes } = props;
5675
- return /* @__PURE__ */ jsx15("span", { ...htmlAttributes, className: cx8(classBase7, direction) });
5675
+ return /* @__PURE__ */ jsx14("span", { ...htmlAttributes, className: cx8(classBase7, direction) });
5676
5676
  };
5677
5677
 
5678
5678
  // src/combo-box/ComboBox.tsx
5679
- import { jsx as jsx16, jsxs as jsxs7 } from "react/jsx-runtime";
5679
+ import { jsx as jsx15, jsxs as jsxs7 } from "react/jsx-runtime";
5680
5680
  var ComboBox = forwardRef8(function Combobox({
5681
5681
  InputProps: InputProps4,
5682
5682
  ListProps: ListProps3,
@@ -5773,14 +5773,14 @@ var ComboBox = forwardRef8(function Combobox({
5773
5773
  onOpenChange(true);
5774
5774
  }
5775
5775
  }, [isOpen, onOpenChange]);
5776
- const endAdornment = endAdornmentProp === null ? null : /* @__PURE__ */ jsx16(
5776
+ const endAdornment = endAdornmentProp === null ? null : /* @__PURE__ */ jsx15(
5777
5777
  ChevronIcon,
5778
5778
  {
5779
5779
  direction: isOpen ? "up" : "down",
5780
5780
  onClick: handleDropdownIconClick
5781
5781
  }
5782
5782
  );
5783
- return /* @__PURE__ */ jsx16(CollectionProvider, { collectionHook, children: /* @__PURE__ */ jsxs7(
5783
+ return /* @__PURE__ */ jsx15(CollectionProvider, { collectionHook, children: /* @__PURE__ */ jsxs7(
5784
5784
  DropdownBase,
5785
5785
  {
5786
5786
  ...props,
@@ -5792,7 +5792,7 @@ var ComboBox = forwardRef8(function Combobox({
5792
5792
  ref: forwardedRef,
5793
5793
  width,
5794
5794
  children: [
5795
- /* @__PURE__ */ jsx16(
5795
+ /* @__PURE__ */ jsx15(
5796
5796
  Input,
5797
5797
  {
5798
5798
  ...inputProps,
@@ -5801,7 +5801,7 @@ var ComboBox = forwardRef8(function Combobox({
5801
5801
  endAdornment
5802
5802
  }
5803
5803
  ),
5804
- /* @__PURE__ */ jsx16(
5804
+ /* @__PURE__ */ jsx15(
5805
5805
  List,
5806
5806
  {
5807
5807
  ...ListProps3,
@@ -5828,7 +5828,7 @@ var ComboBox = forwardRef8(function Combobox({
5828
5828
  import { Button as Button2 } from "@salt-ds/core";
5829
5829
  import cx9 from "classnames";
5830
5830
  import { forwardRef as forwardRef9, useCallback as useCallback30 } from "react";
5831
- import { jsx as jsx17 } from "react/jsx-runtime";
5831
+ import { jsx as jsx16 } from "react/jsx-runtime";
5832
5832
  var classBase8 = "vuuCycleStateButton";
5833
5833
  var getNextValue = (value, valueList) => {
5834
5834
  const index = valueList.indexOf(value.toUpperCase());
@@ -5856,7 +5856,7 @@ var CycleStateButton = forwardRef9(function CycleStateButton2({
5856
5856
  },
5857
5857
  [onCommit, value, values]
5858
5858
  );
5859
- return /* @__PURE__ */ jsx17(
5859
+ return /* @__PURE__ */ jsx16(
5860
5860
  Button2,
5861
5861
  {
5862
5862
  ...buttonProps,
@@ -6020,7 +6020,7 @@ import {
6020
6020
  useRef as useRef29
6021
6021
  } from "react";
6022
6022
  import { Input as Input2, useControlled as useControlled6 } from "@salt-ds/core";
6023
- import { jsx as jsx18 } from "react/jsx-runtime";
6023
+ import { jsx as jsx17 } from "react/jsx-runtime";
6024
6024
  var classBase9 = "vuuEditableLabel";
6025
6025
  var EditableLabel = forwardRef10(function EditableLabel2({
6026
6026
  className: classNameProp,
@@ -6107,7 +6107,7 @@ var EditableLabel = forwardRef10(function EditableLabel2({
6107
6107
  const className = cx10(classBase9, classNameProp, {
6108
6108
  [`${classBase9}-editing`]: editing
6109
6109
  });
6110
- return /* @__PURE__ */ jsx18(
6110
+ return /* @__PURE__ */ jsx17(
6111
6111
  "div",
6112
6112
  {
6113
6113
  ...restProps,
@@ -6115,7 +6115,7 @@ var EditableLabel = forwardRef10(function EditableLabel2({
6115
6115
  onDoubleClick: handleDoubleClick,
6116
6116
  "data-text": value,
6117
6117
  ref: forwardedRef,
6118
- children: editing ? /* @__PURE__ */ jsx18(
6118
+ children: editing ? /* @__PURE__ */ jsx17(
6119
6119
  Input2,
6120
6120
  {
6121
6121
  inputProps: { className: `${classBase9}-input`, spellCheck: false },
@@ -6128,7 +6128,7 @@ var EditableLabel = forwardRef10(function EditableLabel2({
6128
6128
  textAlign: "left",
6129
6129
  variant: "secondary"
6130
6130
  }
6131
- ) : /* @__PURE__ */ jsx18("span", { className: `${classBase9}-label`, children: value })
6131
+ ) : /* @__PURE__ */ jsx17("span", { className: `${classBase9}-label`, children: value })
6132
6132
  }
6133
6133
  );
6134
6134
  });
@@ -6136,7 +6136,7 @@ var EditableLabel = forwardRef10(function EditableLabel2({
6136
6136
  // src/expando-input/ExpandoInput.tsx
6137
6137
  import cx11 from "classnames";
6138
6138
  import { forwardRef as forwardRef11 } from "react";
6139
- import { jsx as jsx19 } from "react/jsx-runtime";
6139
+ import { jsx as jsx18 } from "react/jsx-runtime";
6140
6140
  var classBase10 = "vuuExpandoInput";
6141
6141
  var noop = () => void 0;
6142
6142
  var ExpandoInput = forwardRef11(function ExpandoInput2({
@@ -6147,14 +6147,14 @@ var ExpandoInput = forwardRef11(function ExpandoInput2({
6147
6147
  onCommit = noop,
6148
6148
  ...props
6149
6149
  }, forwardedRef) {
6150
- return /* @__PURE__ */ jsx19(
6150
+ return /* @__PURE__ */ jsx18(
6151
6151
  "div",
6152
6152
  {
6153
6153
  className: cx11(classBase10, classNameProp, {
6154
6154
  [`${classBase10}-error`]: errorMessage
6155
6155
  }),
6156
6156
  "data-text": value,
6157
- children: /* @__PURE__ */ jsx19(
6157
+ children: /* @__PURE__ */ jsx18(
6158
6158
  VuuInput,
6159
6159
  {
6160
6160
  ...props,
@@ -6173,7 +6173,7 @@ var ExpandoInput = forwardRef11(function ExpandoInput2({
6173
6173
  });
6174
6174
 
6175
6175
  // src/inputs/Checkbox.tsx
6176
- import { jsx as jsx20, jsxs as jsxs8 } from "react/jsx-runtime";
6176
+ import { jsx as jsx19, jsxs as jsxs8 } from "react/jsx-runtime";
6177
6177
  var Checkbox = (props) => {
6178
6178
  const { onToggle, checked, label } = props;
6179
6179
  return /* @__PURE__ */ jsxs8(
@@ -6183,7 +6183,7 @@ var Checkbox = (props) => {
6183
6183
  onClick: onToggle,
6184
6184
  onKeyUp: (e) => e.key === " " && onToggle(),
6185
6185
  children: [
6186
- /* @__PURE__ */ jsx20(CheckboxIcon, { tabIndex: 0, checked }),
6186
+ /* @__PURE__ */ jsx19(CheckboxIcon, { tabIndex: 0, checked }),
6187
6187
  label
6188
6188
  ]
6189
6189
  }
@@ -6191,13 +6191,13 @@ var Checkbox = (props) => {
6191
6191
  };
6192
6192
 
6193
6193
  // src/inputs/RadioButton.tsx
6194
- import { jsx as jsx21, jsxs as jsxs9 } from "react/jsx-runtime";
6194
+ import { jsx as jsx20, jsxs as jsxs9 } from "react/jsx-runtime";
6195
6195
  var RadioButton = (props) => {
6196
6196
  const { onClick, checked, label, groupName } = props;
6197
6197
  return /* @__PURE__ */ jsxs9("div", { className: "vuuRadioButton", onClick, children: [
6198
6198
  /* @__PURE__ */ jsxs9("div", { className: "radio", children: [
6199
- /* @__PURE__ */ jsx21("input", { type: "radio", name: groupName }),
6200
- /* @__PURE__ */ jsx21(RadioIcon, { checked })
6199
+ /* @__PURE__ */ jsx20("input", { type: "radio", name: groupName }),
6200
+ /* @__PURE__ */ jsx20(RadioIcon, { checked })
6201
6201
  ] }),
6202
6202
  label
6203
6203
  ] });
@@ -6211,7 +6211,7 @@ import { forwardRef as forwardRef12, useMemo as useMemo15 } from "react";
6211
6211
 
6212
6212
  // src/instrument-picker/SearchCell.tsx
6213
6213
  import { registerComponent } from "@vuu-ui/vuu-utils";
6214
- import { jsx as jsx22, jsxs as jsxs10 } from "react/jsx-runtime";
6214
+ import { jsx as jsx21, jsxs as jsxs10 } from "react/jsx-runtime";
6215
6215
  var classBase11 = "vuuSearchCell";
6216
6216
  var SearchCell = ({
6217
6217
  column,
@@ -6221,7 +6221,7 @@ var SearchCell = ({
6221
6221
  const key = columnMap[column.name];
6222
6222
  const value = row[key];
6223
6223
  return /* @__PURE__ */ jsxs10("div", { className: classBase11, tabIndex: -1, children: [
6224
- /* @__PURE__ */ jsx22("span", { "data-icon": "draggable" }),
6224
+ /* @__PURE__ */ jsx21("span", { "data-icon": "draggable" }),
6225
6225
  value
6226
6226
  ] });
6227
6227
  };
@@ -6316,7 +6316,7 @@ var useInstrumentPicker = ({
6316
6316
  };
6317
6317
 
6318
6318
  // src/instrument-picker/InstrumentPicker.tsx
6319
- import { jsx as jsx23, jsxs as jsxs11 } from "react/jsx-runtime";
6319
+ import { jsx as jsx22, jsxs as jsxs11 } from "react/jsx-runtime";
6320
6320
  var classBase12 = "vuuInstrumentPicker";
6321
6321
  var InstrumentPicker = forwardRef12(function InstrumentPicker2({
6322
6322
  TableProps: { dataSource, ...TableProps3 },
@@ -6350,7 +6350,7 @@ var InstrumentPicker = forwardRef12(function InstrumentPicker2({
6350
6350
  onSelect,
6351
6351
  searchColumns
6352
6352
  });
6353
- const endAdornment = useMemo15(() => /* @__PURE__ */ jsx23("span", { "data-icon": "chevron-down" }), []);
6353
+ const endAdornment = useMemo15(() => /* @__PURE__ */ jsx22("span", { "data-icon": "chevron-down" }), []);
6354
6354
  const tableProps = {
6355
6355
  ...TableProps3,
6356
6356
  config: {
@@ -6371,7 +6371,7 @@ var InstrumentPicker = forwardRef12(function InstrumentPicker2({
6371
6371
  ref: forwardedRef,
6372
6372
  width,
6373
6373
  children: [
6374
- /* @__PURE__ */ jsx23(
6374
+ /* @__PURE__ */ jsx22(
6375
6375
  Input3,
6376
6376
  {
6377
6377
  ...inputProps,
@@ -6380,7 +6380,7 @@ var InstrumentPicker = forwardRef12(function InstrumentPicker2({
6380
6380
  value
6381
6381
  }
6382
6382
  ),
6383
- /* @__PURE__ */ jsx23(
6383
+ /* @__PURE__ */ jsx22(
6384
6384
  Table,
6385
6385
  {
6386
6386
  rowHeight: 25,
@@ -6413,7 +6413,7 @@ import { useCallback as useCallback51 } from "react";
6413
6413
 
6414
6414
  // src/instrument-search/SearchCell.tsx
6415
6415
  import { registerComponent as registerComponent2 } from "@vuu-ui/vuu-utils";
6416
- import { jsx as jsx24, jsxs as jsxs12 } from "react/jsx-runtime";
6416
+ import { jsx as jsx23, jsxs as jsxs12 } from "react/jsx-runtime";
6417
6417
  var classBase13 = "vuuSearchCell";
6418
6418
  var SearchCell2 = ({
6419
6419
  column,
@@ -6423,7 +6423,7 @@ var SearchCell2 = ({
6423
6423
  const key = columnMap[column.name];
6424
6424
  const value = row[key];
6425
6425
  return /* @__PURE__ */ jsxs12("div", { className: classBase13, tabIndex: -1, children: [
6426
- /* @__PURE__ */ jsx24("span", { "data-icon": "draggable" }),
6426
+ /* @__PURE__ */ jsx23("span", { "data-icon": "draggable" }),
6427
6427
  value
6428
6428
  ] });
6429
6429
  };
@@ -6458,37 +6458,37 @@ import { Button as Button3, FormField, FormFieldLabel } from "@salt-ds/core";
6458
6458
 
6459
6459
  // ../vuu-shell/src/login/VuuLogo.tsx
6460
6460
  import { useMemo as useMemo17 } from "react";
6461
- import { jsx as jsx25, jsxs as jsxs13 } from "react/jsx-runtime";
6461
+ import { jsx as jsx24, jsxs as jsxs13 } from "react/jsx-runtime";
6462
6462
 
6463
6463
  // ../vuu-shell/src/login/LoginPanel.tsx
6464
6464
  import cx12 from "classnames";
6465
- import { jsx as jsx26, jsxs as jsxs14 } from "react/jsx-runtime";
6465
+ import { jsx as jsx25, jsxs as jsxs14 } from "react/jsx-runtime";
6466
6466
 
6467
6467
  // ../vuu-shell/src/login/login-utils.ts
6468
6468
  import { getCookieValue } from "@vuu-ui/vuu-utils";
6469
6469
 
6470
6470
  // ../vuu-shell/src/app-header/AppHeader.tsx
6471
6471
  import { Button as Button4 } from "@salt-ds/core";
6472
- import { jsx as jsx27, jsxs as jsxs15 } from "react/jsx-runtime";
6472
+ import { jsx as jsx26, jsxs as jsxs15 } from "react/jsx-runtime";
6473
6473
 
6474
6474
  // ../vuu-shell/src/connection-status/ConnectionStatusIcon.tsx
6475
- import React2, { useEffect as useEffect8, useState as useState17 } from "react";
6475
+ import React3, { useEffect as useEffect8, useState as useState17 } from "react";
6476
6476
  import cx14 from "classnames";
6477
- import { Fragment as Fragment3, jsx as jsx28, jsxs as jsxs16 } from "react/jsx-runtime";
6477
+ import { Fragment as Fragment3, jsx as jsx27, jsxs as jsxs16 } from "react/jsx-runtime";
6478
6478
 
6479
6479
  // ../vuu-shell/src/density-switch/DensitySwitch.tsx
6480
6480
  import { useCallback as useCallback37 } from "react";
6481
6481
  import cx15 from "classnames";
6482
- import { jsx as jsx29 } from "react/jsx-runtime";
6482
+ import { jsx as jsx28 } from "react/jsx-runtime";
6483
6483
 
6484
6484
  // ../vuu-shell/src/feature/Feature.tsx
6485
- import React4, { Suspense, useEffect as useEffect9 } from "react";
6485
+ import React5, { Suspense, useEffect as useEffect9 } from "react";
6486
6486
  import { registerComponent as registerComponent3 } from "@vuu-ui/vuu-layout";
6487
6487
 
6488
6488
  // ../vuu-shell/src/feature/FeatureErrorBoundary.tsx
6489
- import React3 from "react";
6490
- import { Fragment as Fragment4, jsx as jsx30, jsxs as jsxs17 } from "react/jsx-runtime";
6491
- var FeatureErrorBoundary = class extends React3.Component {
6489
+ import React4 from "react";
6490
+ import { Fragment as Fragment4, jsx as jsx29, jsxs as jsxs17 } from "react/jsx-runtime";
6491
+ var FeatureErrorBoundary = class extends React4.Component {
6492
6492
  constructor(props) {
6493
6493
  super(props);
6494
6494
  this.state = { errorMessage: null };
@@ -6503,8 +6503,8 @@ var FeatureErrorBoundary = class extends React3.Component {
6503
6503
  render() {
6504
6504
  if (this.state.errorMessage) {
6505
6505
  return /* @__PURE__ */ jsxs17(Fragment4, { children: [
6506
- /* @__PURE__ */ jsx30("h1", { children: "An error occured while creating component." }),
6507
- /* @__PURE__ */ jsx30("p", { children: this.state.errorMessage })
6506
+ /* @__PURE__ */ jsx29("h1", { children: "An error occured while creating component." }),
6507
+ /* @__PURE__ */ jsx29("p", { children: this.state.errorMessage })
6508
6508
  ] });
6509
6509
  }
6510
6510
  return this.props.children;
@@ -6512,8 +6512,8 @@ var FeatureErrorBoundary = class extends React3.Component {
6512
6512
  };
6513
6513
 
6514
6514
  // ../vuu-shell/src/feature/Loader.tsx
6515
- import { jsx as jsx31 } from "react/jsx-runtime";
6516
- var Loader = () => /* @__PURE__ */ jsx31("div", { className: "hwLoader" });
6515
+ import { jsx as jsx30 } from "react/jsx-runtime";
6516
+ var Loader = () => /* @__PURE__ */ jsx30("div", { className: "hwLoader" });
6517
6517
 
6518
6518
  // ../vuu-shell/src/feature/css-module-loader.ts
6519
6519
  var importCSS = async (path) => {
@@ -6522,7 +6522,7 @@ var importCSS = async (path) => {
6522
6522
  };
6523
6523
 
6524
6524
  // ../vuu-shell/src/feature/Feature.tsx
6525
- import { jsx as jsx32 } from "react/jsx-runtime";
6525
+ import { jsx as jsx31 } from "react/jsx-runtime";
6526
6526
  var componentsMap = /* @__PURE__ */ new Map();
6527
6527
  var useCachedFeature = (url) => {
6528
6528
  useEffect9(
@@ -6534,7 +6534,7 @@ var useCachedFeature = (url) => {
6534
6534
  if (!componentsMap.has(url)) {
6535
6535
  componentsMap.set(
6536
6536
  url,
6537
- React4.lazy(() => import(
6537
+ React5.lazy(() => import(
6538
6538
  /* @vite-ignore */
6539
6539
  url
6540
6540
  ))
@@ -6562,9 +6562,9 @@ function RawFeature({
6562
6562
  });
6563
6563
  }
6564
6564
  const LazyFeature = useCachedFeature(url);
6565
- return /* @__PURE__ */ jsx32(FeatureErrorBoundary, { url, children: /* @__PURE__ */ jsx32(Suspense, { fallback: /* @__PURE__ */ jsx32(Loader, {}), children: /* @__PURE__ */ jsx32(LazyFeature, { ...props, ...params }) }) });
6565
+ return /* @__PURE__ */ jsx31(FeatureErrorBoundary, { url, children: /* @__PURE__ */ jsx31(Suspense, { fallback: /* @__PURE__ */ jsx31(Loader, {}), children: /* @__PURE__ */ jsx31(LazyFeature, { ...props, ...params }) }) });
6566
6566
  }
6567
- var Feature = React4.memo(RawFeature);
6567
+ var Feature = React5.memo(RawFeature);
6568
6568
  Feature.displayName = "Feature";
6569
6569
  registerComponent3("Feature", Feature, "view");
6570
6570
 
@@ -6572,12 +6572,12 @@ registerComponent3("Feature", Feature, "view");
6572
6572
  import { useEffect as useEffect10, useState as useState18 } from "react";
6573
6573
  import { Input as Input4, Button as Button5, FormField as FormField2, FormFieldLabel as FormFieldLabel2, Text } from "@salt-ds/core";
6574
6574
  import { takeScreenshot } from "@vuu-ui/vuu-utils";
6575
- import { jsx as jsx33, jsxs as jsxs18 } from "react/jsx-runtime";
6575
+ import { jsx as jsx32, jsxs as jsxs18 } from "react/jsx-runtime";
6576
6576
  var classBase14 = "saveLayoutPanel";
6577
6577
  var formField = `${classBase14}-formField`;
6578
6578
 
6579
6579
  // ../vuu-shell/src/layout-management/useLayoutManager.tsx
6580
- import React5, {
6580
+ import React6, {
6581
6581
  useCallback as useCallback38,
6582
6582
  useContext as useContext3,
6583
6583
  useEffect as useEffect11,
@@ -6591,8 +6591,8 @@ import {
6591
6591
  defaultApplicationJson
6592
6592
  } from "@vuu-ui/vuu-layout";
6593
6593
  import { NotificationLevel, useNotifications } from "@vuu-ui/vuu-popups";
6594
- import { jsx as jsx34 } from "react/jsx-runtime";
6595
- var LayoutManagementContext = React5.createContext({
6594
+ import { jsx as jsx33 } from "react/jsx-runtime";
6595
+ var LayoutManagementContext = React6.createContext({
6596
6596
  layoutMetadata: [],
6597
6597
  saveLayout: () => void 0,
6598
6598
  // The default Application JSON will be served if no LayoutManagementProvider
@@ -6603,11 +6603,11 @@ var LayoutManagementContext = React5.createContext({
6603
6603
  });
6604
6604
 
6605
6605
  // ../vuu-shell/src/layout-management/LayoutList.tsx
6606
- import { Fragment as Fragment5, jsx as jsx35, jsxs as jsxs19 } from "react/jsx-runtime";
6606
+ import { Fragment as Fragment5, jsx as jsx34, jsxs as jsxs19 } from "react/jsx-runtime";
6607
6607
 
6608
6608
  // ../vuu-icons/src/VuuLogo.tsx
6609
6609
  import { memo as memo2 } from "react";
6610
- import { jsx as jsx36, jsxs as jsxs20 } from "react/jsx-runtime";
6610
+ import { jsx as jsx35, jsxs as jsxs20 } from "react/jsx-runtime";
6611
6611
  var VuuLogo2 = memo2(() => {
6612
6612
  return /* @__PURE__ */ jsxs20(
6613
6613
  "svg",
@@ -6619,21 +6619,21 @@ var VuuLogo2 = memo2(() => {
6619
6619
  xmlns: "http://www.w3.org/2000/svg",
6620
6620
  children: [
6621
6621
  /* @__PURE__ */ jsxs20("g", { clipPath: "url(#clip0_217_6990)", children: [
6622
- /* @__PURE__ */ jsx36(
6622
+ /* @__PURE__ */ jsx35(
6623
6623
  "path",
6624
6624
  {
6625
6625
  d: "M39.8642 15.5509L35.9196 7.58974L34.3369 6.85464L24.6235 22.0825L39.1628 30.618L42.3152 25.6347L39.8642 15.5509Z",
6626
6626
  fill: "url(#paint0_linear_217_6990)"
6627
6627
  }
6628
6628
  ),
6629
- /* @__PURE__ */ jsx36(
6629
+ /* @__PURE__ */ jsx35(
6630
6630
  "path",
6631
6631
  {
6632
6632
  d: "M42.6246 24.8716C41.9199 25.9157 40.9625 26.824 39.767 27.4905C38.424 28.2396 36.9563 28.597 35.5081 28.597C32.7541 28.597 30.0715 27.3094 28.4466 24.9855L15.772 3.90967L15.7655 3.9206C13.3615 0.137431 8.25372 -1.13143 4.24754 1.10507C0.178173 3.37435 -1.20852 8.39359 1.14854 12.3125L18.3445 40.9095C19.1108 42.1846 20.1816 43.1834 21.4144 43.8764C21.4241 43.8826 21.4338 43.8889 21.4435 43.8951C21.4484 43.8982 21.4549 43.9013 21.4597 43.9045C22.0332 44.2228 22.6423 44.471 23.2725 44.6536C23.3194 44.6677 23.368 44.6817 23.415 44.6942C23.6418 44.7551 23.8702 44.8097 24.1019 44.8534C24.1456 44.8612 24.1894 44.8659 24.2331 44.8737C24.4194 44.9049 24.6073 44.9314 24.7952 44.9501C24.8698 44.9579 24.9443 44.9658 25.0188 44.9704C25.2342 44.9876 25.4497 44.9985 25.6668 45.0001C25.6781 45.0001 25.6895 45.0001 25.6992 45.0001C25.7024 45.0001 25.704 45.0001 25.7073 45.0001C25.7105 45.0001 25.7121 45.0001 25.7154 45.0001C25.9503 45.0001 26.1868 44.9876 26.4217 44.9689C26.4751 44.9642 26.5286 44.9595 26.5837 44.9533C26.8137 44.9299 27.0438 44.9002 27.2738 44.8596C27.277 44.8596 27.2803 44.8596 27.2835 44.8596C27.5362 44.8144 27.7889 44.7551 28.0384 44.6864C28.0546 44.6817 28.0692 44.677 28.0854 44.6723C28.4483 44.5709 28.8063 44.4445 29.1594 44.2931C29.1659 44.29 29.174 44.2868 29.1805 44.2837C29.4494 44.1682 29.7151 44.0418 29.9759 43.8967C30.24 43.75 30.491 43.5908 30.7308 43.4206C30.9398 43.2739 31.1407 43.1179 31.3367 42.9524C31.5748 42.7495 31.8 42.5373 32.009 42.3141C32.1661 42.1471 32.3168 41.9723 32.4609 41.7913C32.5079 41.732 32.5517 41.6711 32.5954 41.6118C32.6942 41.4807 32.7882 41.3465 32.8789 41.2091C32.9259 41.1373 32.9728 41.0671 33.0182 40.9953C33.036 40.9672 33.0555 40.9407 33.0717 40.9126L42.7153 24.8763H42.6214L42.6246 24.8716Z",
6633
6633
  fill: "url(#paint1_linear_217_6990)"
6634
6634
  }
6635
6635
  ),
6636
- /* @__PURE__ */ jsx36(
6636
+ /* @__PURE__ */ jsx35(
6637
6637
  "path",
6638
6638
  {
6639
6639
  d: "M42.8402 16.4218L42.1112 15.2232L38.9636 9.58433L37.504 7.19644C37.2286 6.56123 36.579 6.11331 35.8176 6.11331C34.8083 6.11331 33.9919 6.90147 33.9919 7.87223C33.9919 8.20154 34.0907 8.50432 34.2543 8.76808L34.2349 8.78056L39.9048 18.0808C40.5884 19.2186 40.7715 20.5437 40.4199 21.8141C40.0684 23.0845 39.226 24.1458 38.045 24.806C37.2675 25.2398 36.3846 25.4693 35.4936 25.4693C33.6727 25.4693 31.9766 24.5281 31.0662 23.0143L22.9161 9.63271H22.9323L19.4899 3.90958L19.4834 3.92051C19.4235 3.8253 19.3538 3.73947 19.2907 3.64738L19.1935 3.48663C19.1935 3.48663 19.1854 3.49131 19.1821 3.49443C17.5654 1.27666 14.9799 0.0390178 12.3118 0.00936427V0H7.91199V0.02185C10.9851 -0.184164 14.0582 1.23296 15.7656 3.92051L15.7721 3.90958L28.4451 24.987C30.0699 27.3093 32.7542 28.5985 35.5066 28.5985C36.9548 28.5985 38.4225 28.2426 39.7655 27.4919C40.961 26.8255 41.9168 25.9156 42.6231 24.8731H42.717L42.6846 24.9261C43.1366 24.2347 43.4833 23.4731 43.7068 22.6615C44.2916 20.5452 43.9871 18.3352 42.8369 16.4234L42.8402 16.4218Z",
@@ -6641,21 +6641,21 @@ var VuuLogo2 = memo2(() => {
6641
6641
  }
6642
6642
  ),
6643
6643
  /* @__PURE__ */ jsxs20("g", { opacity: "0.86", children: [
6644
- /* @__PURE__ */ jsx36(
6644
+ /* @__PURE__ */ jsx35(
6645
6645
  "path",
6646
6646
  {
6647
6647
  d: "M34.2332 8.78212L39.9031 18.0824C40.5868 19.2202 40.7698 20.5452 40.4183 21.8156C40.2044 22.5897 39.8059 23.2858 39.2616 23.8617C39.9744 23.2343 40.4879 22.4243 40.7423 21.5035C41.0938 20.2331 40.9107 18.908 40.2271 17.7703L34.5572 8.46998L34.5767 8.4575C34.413 8.19374 34.3142 7.89096 34.3142 7.56165C34.3142 7.15586 34.4584 6.78285 34.6982 6.48476C34.2672 6.80626 33.9902 7.30881 33.9902 7.87379C33.9902 8.2031 34.0891 8.50588 34.2527 8.76964L34.2332 8.78212Z",
6648
6648
  fill: "white"
6649
6649
  }
6650
6650
  ),
6651
- /* @__PURE__ */ jsx36(
6651
+ /* @__PURE__ */ jsx35(
6652
6652
  "path",
6653
6653
  {
6654
6654
  d: "M42.6917 24.9169L42.6863 24.9256C42.6863 24.9256 42.6899 24.9187 42.6935 24.9152C42.6935 24.9152 42.6935 24.9152 42.6935 24.9169H42.6917Z",
6655
6655
  fill: "white"
6656
6656
  }
6657
6657
  ),
6658
- /* @__PURE__ */ jsx36(
6658
+ /* @__PURE__ */ jsx35(
6659
6659
  "path",
6660
6660
  {
6661
6661
  d: "M40.0911 27.1798C38.7481 27.9289 37.2804 28.2863 35.8322 28.2863C33.0782 28.2863 30.3955 26.9988 28.7707 24.6749L16.0961 3.59744L16.0896 3.60837C14.9281 1.78077 13.1364 0.543128 11.1422 0H7.91199V0.02185C10.9851 -0.184164 14.0582 1.23296 15.7656 3.92051L15.7721 3.90958L28.4451 24.987C30.0699 27.3093 32.7542 28.5985 35.5066 28.5985C36.9548 28.5985 38.4225 28.2426 39.7655 27.4919C40.4815 27.0924 41.1084 26.6055 41.6511 26.0561C41.1862 26.479 40.6662 26.8583 40.0894 27.1798H40.0911Z",
@@ -6675,8 +6675,8 @@ var VuuLogo2 = memo2(() => {
6675
6675
  y2: "18.7363",
6676
6676
  gradientUnits: "userSpaceOnUse",
6677
6677
  children: [
6678
- /* @__PURE__ */ jsx36("stop", { stopColor: "#4906A5" }),
6679
- /* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#D3423A" })
6678
+ /* @__PURE__ */ jsx35("stop", { stopColor: "#4906A5" }),
6679
+ /* @__PURE__ */ jsx35("stop", { offset: "1", stopColor: "#D3423A" })
6680
6680
  ]
6681
6681
  }
6682
6682
  ),
@@ -6690,12 +6690,12 @@ var VuuLogo2 = memo2(() => {
6690
6690
  y2: "22.5009",
6691
6691
  gradientUnits: "userSpaceOnUse",
6692
6692
  children: [
6693
- /* @__PURE__ */ jsx36("stop", { stopColor: "#7C06A5" }),
6694
- /* @__PURE__ */ jsx36("stop", { offset: "1", stopColor: "#D3423A" })
6693
+ /* @__PURE__ */ jsx35("stop", { stopColor: "#7C06A5" }),
6694
+ /* @__PURE__ */ jsx35("stop", { offset: "1", stopColor: "#D3423A" })
6695
6695
  ]
6696
6696
  }
6697
6697
  ),
6698
- /* @__PURE__ */ jsx36("clipPath", { id: "clip0_217_6990", children: /* @__PURE__ */ jsx36("rect", { width: "44", height: "45", fill: "white" }) })
6698
+ /* @__PURE__ */ jsx35("clipPath", { id: "clip0_217_6990", children: /* @__PURE__ */ jsx35("rect", { width: "44", height: "45", fill: "white" }) })
6699
6699
  ] })
6700
6700
  ]
6701
6701
  }
@@ -6710,7 +6710,7 @@ import { useCallback as useCallback39, useState as useState20 } from "react";
6710
6710
 
6711
6711
  // ../vuu-shell/src/feature-list/FeatureList.tsx
6712
6712
  import { Palette, PaletteItem } from "@vuu-ui/vuu-layout";
6713
- import { jsx as jsx37, jsxs as jsxs21 } from "react/jsx-runtime";
6713
+ import { jsx as jsx36, jsxs as jsxs21 } from "react/jsx-runtime";
6714
6714
 
6715
6715
  // ../vuu-shell/src/theme-provider/ThemeProvider.tsx
6716
6716
  import {
@@ -6720,7 +6720,7 @@ import {
6720
6720
  useContext as useContext4
6721
6721
  } from "react";
6722
6722
  import cx16 from "classnames";
6723
- import { jsx as jsx38 } from "react/jsx-runtime";
6723
+ import { jsx as jsx37 } from "react/jsx-runtime";
6724
6724
  var DEFAULT_DENSITY = "medium";
6725
6725
  var DEFAULT_THEME = "salt-theme";
6726
6726
  var DEFAULT_THEME_MODE = "light";
@@ -6769,12 +6769,12 @@ var ThemeProvider = ({
6769
6769
  const themeMode = (_b = themeModeProp != null ? themeModeProp : inheritedThemeMode) != null ? _b : DEFAULT_THEME_MODE;
6770
6770
  const theme = (_c = themeProp != null ? themeProp : inheritedTheme) != null ? _c : DEFAULT_THEME;
6771
6771
  const themedChildren = applyThemeClasses ? createThemedChildren(children, theme, themeMode, density) : children;
6772
- return /* @__PURE__ */ jsx38(ThemeContext.Provider, { value: { themeMode, density, theme }, children: themedChildren });
6772
+ return /* @__PURE__ */ jsx37(ThemeContext.Provider, { value: { themeMode, density, theme }, children: themedChildren });
6773
6773
  };
6774
6774
  ThemeProvider.displayName = "ThemeProvider";
6775
6775
 
6776
6776
  // ../vuu-shell/src/left-nav/LeftNav.tsx
6777
- import { jsx as jsx39, jsxs as jsxs22 } from "react/jsx-runtime";
6777
+ import { jsx as jsx38, jsxs as jsxs22 } from "react/jsx-runtime";
6778
6778
 
6779
6779
  // ../vuu-shell/src/session-editing-form/SessionEditingForm.tsx
6780
6780
  import {
@@ -6797,7 +6797,7 @@ import {
6797
6797
  isValidNumber as isValidNumber2,
6798
6798
  shallowEquals
6799
6799
  } from "@vuu-ui/vuu-utils";
6800
- import { jsx as jsx40, jsxs as jsxs23 } from "react/jsx-runtime";
6800
+ import { jsx as jsx39, jsxs as jsxs23 } from "react/jsx-runtime";
6801
6801
 
6802
6802
  // ../vuu-shell/src/shell.tsx
6803
6803
  import { connectToServer } from "@vuu-ui/vuu-data";
@@ -6824,7 +6824,7 @@ import {
6824
6824
  View,
6825
6825
  useLayoutProviderDispatch as useLayoutProviderDispatch2
6826
6826
  } from "@vuu-ui/vuu-layout";
6827
- import { jsx as jsx41, jsxs as jsxs24 } from "react/jsx-runtime";
6827
+ import { jsx as jsx40, jsxs as jsxs24 } from "react/jsx-runtime";
6828
6828
 
6829
6829
  // ../vuu-shell/src/shell-layouts/useFullHeightLeftPanel.tsx
6830
6830
  import { DraggableLayout, Flexbox } from "@vuu-ui/vuu-layout";
@@ -6832,10 +6832,10 @@ import { DraggableLayout, Flexbox } from "@vuu-ui/vuu-layout";
6832
6832
  // ../vuu-shell/src/shell-layouts/side-panel/SidePanel.tsx
6833
6833
  import { useMemo as useMemo20 } from "react";
6834
6834
  import cx20 from "classnames";
6835
- import { jsx as jsx42 } from "react/jsx-runtime";
6835
+ import { jsx as jsx41 } from "react/jsx-runtime";
6836
6836
 
6837
6837
  // ../vuu-shell/src/shell-layouts/useFullHeightLeftPanel.tsx
6838
- import { jsx as jsx43, jsxs as jsxs25 } from "react/jsx-runtime";
6838
+ import { jsx as jsx42, jsxs as jsxs25 } from "react/jsx-runtime";
6839
6839
 
6840
6840
  // ../vuu-shell/src/shell-layouts/useInlayLeftPanel.tsx
6841
6841
  import {
@@ -6846,16 +6846,16 @@ import {
6846
6846
  View as View2
6847
6847
  } from "@vuu-ui/vuu-layout";
6848
6848
  import { useCallback as useCallback42, useRef as useRef34, useState as useState22 } from "react";
6849
- import { jsx as jsx44, jsxs as jsxs26 } from "react/jsx-runtime";
6849
+ import { jsx as jsx43, jsxs as jsxs26 } from "react/jsx-runtime";
6850
6850
 
6851
6851
  // ../vuu-shell/src/shell.tsx
6852
6852
  import { ContextMenuProvider, useDialog } from "@vuu-ui/vuu-popups";
6853
- import { jsx as jsx45, jsxs as jsxs27 } from "react/jsx-runtime";
6853
+ import { jsx as jsx44, jsxs as jsxs27 } from "react/jsx-runtime";
6854
6854
  var { error } = logger("Shell");
6855
6855
 
6856
6856
  // ../vuu-shell/src/ShellContextProvider.tsx
6857
6857
  import { createContext as createContext4, useContext as useContext5 } from "react";
6858
- import { jsx as jsx46 } from "react/jsx-runtime";
6858
+ import { jsx as jsx45 } from "react/jsx-runtime";
6859
6859
  var defaultConfig = {};
6860
6860
  var ShellContext = createContext4(defaultConfig);
6861
6861
 
@@ -6863,7 +6863,7 @@ var ShellContext = createContext4(defaultConfig);
6863
6863
  import cx22 from "classnames";
6864
6864
  import { ToggleButton, ToggleButtonGroup, useControlled as useControlled7 } from "@salt-ds/core";
6865
6865
  import { useCallback as useCallback44 } from "react";
6866
- import { jsx as jsx47, jsxs as jsxs28 } from "react/jsx-runtime";
6866
+ import { jsx as jsx46, jsxs as jsxs28 } from "react/jsx-runtime";
6867
6867
 
6868
6868
  // ../vuu-data-react/src/hooks/useLookupValues.ts
6869
6869
  import {
@@ -10028,7 +10028,7 @@ var useInstrumentSearch = ({
10028
10028
  };
10029
10029
 
10030
10030
  // src/instrument-search/InstrumentSearch.tsx
10031
- import { jsx as jsx48, jsxs as jsxs29 } from "react/jsx-runtime";
10031
+ import { jsx as jsx47, jsxs as jsxs29 } from "react/jsx-runtime";
10032
10032
  var classBase15 = "vuuInstrumentSearch";
10033
10033
  var defaultTableConfig = {
10034
10034
  columns: [
@@ -10046,7 +10046,7 @@ var defaultTableConfig = {
10046
10046
  ],
10047
10047
  rowSeparators: true
10048
10048
  };
10049
- var searchIcon = /* @__PURE__ */ jsx48("span", { "data-icon": "search" });
10049
+ var searchIcon = /* @__PURE__ */ jsx47("span", { "data-icon": "search" });
10050
10050
  var InstrumentSearch = ({
10051
10051
  TableProps: TableProps3,
10052
10052
  autoFocus = false,
@@ -10071,7 +10071,7 @@ var InstrumentSearch = ({
10071
10071
  }, 100);
10072
10072
  }, []);
10073
10073
  return /* @__PURE__ */ jsxs29("div", { ...htmlAttributes, className: cx23(classBase15, className), children: [
10074
- /* @__PURE__ */ jsx48("div", { className: `${classBase15}-inputField`, children: /* @__PURE__ */ jsx48(
10074
+ /* @__PURE__ */ jsx47("div", { className: `${classBase15}-inputField`, children: /* @__PURE__ */ jsx47(
10075
10075
  Input5,
10076
10076
  {
10077
10077
  inputProps: { onKeyDown },
@@ -10082,7 +10082,7 @@ var InstrumentSearch = ({
10082
10082
  onChange
10083
10083
  }
10084
10084
  ) }),
10085
- dataSource ? /* @__PURE__ */ jsx48(
10085
+ dataSource ? /* @__PURE__ */ jsx47(
10086
10086
  Table2,
10087
10087
  {
10088
10088
  disableFocus: true,
@@ -10113,7 +10113,7 @@ import {
10113
10113
  } from "@vuu-ui/vuu-utils";
10114
10114
  import { memo as memo3, useMemo as useMemo24, useRef as useRef36 } from "react";
10115
10115
  import cx24 from "classnames";
10116
- import { jsx as jsx49, jsxs as jsxs30 } from "react/jsx-runtime";
10116
+ import { jsx as jsx48, jsxs as jsxs30 } from "react/jsx-runtime";
10117
10117
  var classBase16 = "vuuPriceTicker";
10118
10118
  var getValueFormatter = (decimals) => numericFormatter({
10119
10119
  type: {
@@ -10140,7 +10140,7 @@ var PriceTicker = memo3(
10140
10140
  ref.current = [price, direction];
10141
10141
  return /* @__PURE__ */ jsxs30("div", { ...htmlAttributes, className: cx24(classBase16, className, direction), children: [
10142
10142
  formatNumber(price),
10143
- showArrow ? /* @__PURE__ */ jsx49("span", { "data-icon": "price-arrow" }) : null
10143
+ showArrow ? /* @__PURE__ */ jsx48("span", { "data-icon": "price-arrow" }) : null
10144
10144
  ] });
10145
10145
  }
10146
10146
  );
@@ -10150,7 +10150,7 @@ PriceTicker.displayName = "PriceTicker";
10150
10150
  import { asReactElements, OverflowContainer, useId as useId6 } from "@vuu-ui/vuu-layout";
10151
10151
  import { Button as Button8 } from "@salt-ds/core";
10152
10152
  import cx25 from "classnames";
10153
- import React7, { useMemo as useMemo26, useRef as useRef40 } from "react";
10153
+ import React8, { useMemo as useMemo26, useRef as useRef40 } from "react";
10154
10154
 
10155
10155
  // src/tabstrip/useTabstrip.ts
10156
10156
  import { dispatchMouseEvent as dispatchMouseEvent3 } from "@vuu-ui/vuu-utils";
@@ -10835,7 +10835,7 @@ var useTabstrip = ({
10835
10835
  };
10836
10836
 
10837
10837
  // src/tabstrip/Tabstrip.tsx
10838
- import { Fragment as Fragment6, jsx as jsx50, jsxs as jsxs31 } from "react/jsx-runtime";
10838
+ import { Fragment as Fragment6, jsx as jsx49, jsxs as jsxs31 } from "react/jsx-runtime";
10839
10839
  import { createElement as createElement2 } from "react";
10840
10840
  var classBase17 = "vuuTabstrip";
10841
10841
  var Tabstrip = ({
@@ -10900,7 +10900,7 @@ var Tabstrip = ({
10900
10900
  showMenuButton = showTabMenuButton
10901
10901
  } = child.props;
10902
10902
  const selected = index === activeTabIndex;
10903
- return React7.cloneElement(child, {
10903
+ return React8.cloneElement(child, {
10904
10904
  ...tabProps,
10905
10905
  ...tabstripHook.navigationProps,
10906
10906
  className: cx25(className2, tabClassName),
@@ -10951,7 +10951,7 @@ var Tabstrip = ({
10951
10951
  ]
10952
10952
  );
10953
10953
  return /* @__PURE__ */ jsxs31(Fragment6, { children: [
10954
- /* @__PURE__ */ jsx50(
10954
+ /* @__PURE__ */ jsx49(
10955
10955
  OverflowContainer,
10956
10956
  {
10957
10957
  ...htmlAttributes,
@@ -10983,7 +10983,7 @@ import {
10983
10983
  import { PopupMenu } from "@vuu-ui/vuu-popups";
10984
10984
  import { useMemo as useMemo27 } from "react";
10985
10985
  import cx26 from "classnames";
10986
- import { jsx as jsx51 } from "react/jsx-runtime";
10986
+ import { jsx as jsx50 } from "react/jsx-runtime";
10987
10987
  var classBase18 = "vuuTabMenu";
10988
10988
  var TabMenu = ({
10989
10989
  allowClose,
@@ -11015,7 +11015,7 @@ var TabMenu = ({
11015
11015
  ],
11016
11016
  [allowClose, allowRename, controlledComponentId, index]
11017
11017
  );
11018
- return /* @__PURE__ */ jsx51(
11018
+ return /* @__PURE__ */ jsx50(
11019
11019
  PopupMenu,
11020
11020
  {
11021
11021
  className: classBase18,
@@ -11030,7 +11030,7 @@ var TabMenu = ({
11030
11030
  };
11031
11031
 
11032
11032
  // src/tabstrip/Tab.tsx
11033
- import { jsx as jsx52, jsxs as jsxs32 } from "react/jsx-runtime";
11033
+ import { jsx as jsx51, jsxs as jsxs32 } from "react/jsx-runtime";
11034
11034
  var classBase19 = "vuuTab";
11035
11035
  var noop2 = () => void 0;
11036
11036
  var Tab = forwardRef13(function Tab2({
@@ -11090,7 +11090,7 @@ var Tab = forwardRef13(function Tab2({
11090
11090
  };
11091
11091
  const getLabel = () => {
11092
11092
  if (editable) {
11093
- return /* @__PURE__ */ jsx52(
11093
+ return /* @__PURE__ */ jsx51(
11094
11094
  EditableLabel,
11095
11095
  {
11096
11096
  editing,
@@ -11136,7 +11136,7 @@ var Tab = forwardRef13(function Tab2({
11136
11136
  role: "tab",
11137
11137
  tabIndex,
11138
11138
  children: [
11139
- /* @__PURE__ */ jsx52("div", { className: `${classBase19}-main`, children: /* @__PURE__ */ jsx52(
11139
+ /* @__PURE__ */ jsx51("div", { className: `${classBase19}-main`, children: /* @__PURE__ */ jsx51(
11140
11140
  "span",
11141
11141
  {
11142
11142
  className: `${classBase19}-text`,
@@ -11144,7 +11144,7 @@ var Tab = forwardRef13(function Tab2({
11144
11144
  children: children != null ? children : getLabel()
11145
11145
  }
11146
11146
  ) }),
11147
- showMenuButton ? /* @__PURE__ */ jsx52(
11147
+ showMenuButton ? /* @__PURE__ */ jsx51(
11148
11148
  TabMenu,
11149
11149
  {
11150
11150
  allowClose: closeable,
@@ -12031,12 +12031,12 @@ var useTree = ({
12031
12031
  };
12032
12032
 
12033
12033
  // src/tree/Tree.tsx
12034
- import { jsx as jsx53, jsxs as jsxs33 } from "react/jsx-runtime";
12034
+ import { jsx as jsx52, jsxs as jsxs33 } from "react/jsx-runtime";
12035
12035
  import { createElement as createElement3 } from "react";
12036
12036
  var classBase20 = "vuuTree";
12037
12037
  var isExpanded = (node) => node.expanded === true;
12038
12038
  var TreeNode2 = ({ children, idx, ...props }) => {
12039
- return /* @__PURE__ */ jsx53("li", { ...props, children });
12039
+ return /* @__PURE__ */ jsx52("li", { ...props, children });
12040
12040
  };
12041
12041
  var Tree2 = forwardRef14(function Tree3({
12042
12042
  allowDragDrop,
@@ -12103,8 +12103,8 @@ var Tree2 = forwardRef14(function Tree3({
12103
12103
  ...propsCommonToAllListItems,
12104
12104
  ...getListItemProps(item, idx, highlightedIdx, selected, focusVisible),
12105
12105
  children: [
12106
- item.icon ? /* @__PURE__ */ jsx53("span", { className: `${classBase20}Node-icon`, "data-icon": item.icon }) : null,
12107
- /* @__PURE__ */ jsx53("span", { children: item.label })
12106
+ item.icon ? /* @__PURE__ */ jsx52("span", { className: `${classBase20}Node-icon`, "data-icon": item.icon }) : null,
12107
+ /* @__PURE__ */ jsx52("span", { children: item.label })
12108
12108
  ]
12109
12109
  }
12110
12110
  )
@@ -12133,19 +12133,19 @@ var Tree2 = forwardRef14(function Tree3({
12133
12133
  key: `header-${i}`
12134
12134
  },
12135
12135
  allowGroupSelect ? /* @__PURE__ */ jsxs33("div", { className: `${classBase20}Node-label`, children: [
12136
- /* @__PURE__ */ jsx53("span", { className: `${classBase20}Node-toggle` }),
12136
+ /* @__PURE__ */ jsx52("span", { className: `${classBase20}Node-toggle` }),
12137
12137
  title
12138
12138
  ] }) : /* @__PURE__ */ jsxs33("div", { className: `${classBase20}Node-label`, children: [
12139
- child.icon ? /* @__PURE__ */ jsx53(
12139
+ child.icon ? /* @__PURE__ */ jsx52(
12140
12140
  "span",
12141
12141
  {
12142
12142
  className: `${classBase20}Node-icon`,
12143
12143
  "data-icon": child.icon
12144
12144
  }
12145
12145
  ) : null,
12146
- /* @__PURE__ */ jsx53("span", { children: title })
12146
+ /* @__PURE__ */ jsx52("span", { children: title })
12147
12147
  ] }),
12148
- /* @__PURE__ */ jsx53("ul", { role: "group", children: isExpanded(child) ? renderSourceContent(child.childNodes, idx) : "" })
12148
+ /* @__PURE__ */ jsx52("ul", { role: "group", children: isExpanded(child) ? renderSourceContent(child.childNodes, idx) : "" })
12149
12149
  )
12150
12150
  );
12151
12151
  }
@@ -12162,7 +12162,7 @@ var Tree2 = forwardRef14(function Tree3({
12162
12162
  return listItems;
12163
12163
  }
12164
12164
  }
12165
- return /* @__PURE__ */ jsx53(
12165
+ return /* @__PURE__ */ jsx52(
12166
12166
  "ul",
12167
12167
  {
12168
12168
  ...htmlAttributes,
@@ -12200,7 +12200,7 @@ import {
12200
12200
  } from "react";
12201
12201
  import { Tooltip, useTooltip } from "@vuu-ui/vuu-popups";
12202
12202
  import { useId as useId8 } from "@vuu-ui/vuu-layout";
12203
- import { Fragment as Fragment7, jsx as jsx54, jsxs as jsxs34 } from "react/jsx-runtime";
12203
+ import { Fragment as Fragment7, jsx as jsx53, jsxs as jsxs34 } from "react/jsx-runtime";
12204
12204
  var classBase21 = "vuuInput";
12205
12205
  var constantInputProps = {
12206
12206
  autoComplete: "off"
@@ -12255,7 +12255,7 @@ var VuuInput = forwardRef15(function VuuInput2({
12255
12255
  },
12256
12256
  [commitValue]
12257
12257
  );
12258
- const endAdornment = errorMessage ? /* @__PURE__ */ jsx54(
12258
+ const endAdornment = errorMessage ? /* @__PURE__ */ jsx53(
12259
12259
  "span",
12260
12260
  {
12261
12261
  ...anchorProps,
@@ -12264,7 +12264,7 @@ var VuuInput = forwardRef15(function VuuInput2({
12264
12264
  }
12265
12265
  ) : void 0;
12266
12266
  return /* @__PURE__ */ jsxs34(Fragment7, { children: [
12267
- /* @__PURE__ */ jsx54(
12267
+ /* @__PURE__ */ jsx53(
12268
12268
  Input6,
12269
12269
  {
12270
12270
  ...props,
@@ -12282,7 +12282,7 @@ var VuuInput = forwardRef15(function VuuInput2({
12282
12282
  onKeyDown: handleKeyDown
12283
12283
  }
12284
12284
  ),
12285
- tooltipProps ? /* @__PURE__ */ jsx54(Tooltip, { ...tooltipProps, status: "error" }) : null
12285
+ tooltipProps ? /* @__PURE__ */ jsx53(Tooltip, { ...tooltipProps, status: "error" }) : null
12286
12286
  ] });
12287
12287
  });
12288
12288
  export {