opus-react 0.2.41 → 0.2.43

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/dist/index.js CHANGED
@@ -437,7 +437,7 @@ var inputControlSizeClassName = {
437
437
  };
438
438
 
439
439
  // ../../components/fields/Button/Button.module.css
440
- var Button_default = {"primary":"opus_lZkc26_primary","secondary":"opus_lZkc26_secondary","danger":"opus_lZkc26_danger","light":"opus_lZkc26_light","dark":"opus_lZkc26_dark","button":"opus_lZkc26_button","success":"opus_lZkc26_success","warning":"opus_lZkc26_warning","link":"opus_lZkc26_link","info":"opus_lZkc26_info"};
440
+ var Button_default = {"button":"opus_lZkc26_button","secondary":"opus_lZkc26_secondary","success":"opus_lZkc26_success","warning":"opus_lZkc26_warning","light":"opus_lZkc26_light","primary":"opus_lZkc26_primary","link":"opus_lZkc26_link","dark":"opus_lZkc26_dark","info":"opus_lZkc26_info","danger":"opus_lZkc26_danger"};
441
441
 
442
442
  // ../../components/fields/Button/Button.tsx
443
443
  import { jsx } from "react/jsx-runtime";
@@ -486,7 +486,7 @@ import {
486
486
  import { createPortal } from "react-dom";
487
487
 
488
488
  // ../../components/Tooltip/Tooltip.module.css
489
- var Tooltip_default = {"left":"opus_R70RbH_left","bottom":"opus_R70RbH_bottom","popup":"opus_R70RbH_popup","root":"opus_R70RbH_root","top":"opus_R70RbH_top","triggerWrap":"opus_R70RbH_triggerWrap","right":"opus_R70RbH_right","arrow":"opus_R70RbH_arrow","trigger":"opus_R70RbH_trigger"};
489
+ var Tooltip_default = {"root":"opus_R70RbH_root","trigger":"opus_R70RbH_trigger","arrow":"opus_R70RbH_arrow","right":"opus_R70RbH_right","top":"opus_R70RbH_top","popup":"opus_R70RbH_popup","triggerWrap":"opus_R70RbH_triggerWrap","left":"opus_R70RbH_left","bottom":"opus_R70RbH_bottom"};
490
490
 
491
491
  // ../../components/Tooltip/Tooltip.tsx
492
492
  import { jsx as jsx2, jsxs } from "react/jsx-runtime";
@@ -655,7 +655,7 @@ function Tooltip({
655
655
  }
656
656
 
657
657
  // ../../components/fields/FieldShell/FieldShell.module.css
658
- var FieldShell_default = {"labelFlagged":"opus_zNi12Z_labelFlagged","labelRight":"opus_zNi12Z_labelRight","error":"opus_zNi12Z_error","stackedLeft":"opus_zNi12Z_stackedLeft","errorFlagged":"opus_zNi12Z_errorFlagged","visuallyHidden":"opus_zNi12Z_visuallyHidden","label":"opus_zNi12Z_label","required":"opus_zNi12Z_required","fitContent":"opus_zNi12Z_fitContent","flagged":"opus_zNi12Z_flagged","root":"opus_zNi12Z_root","stacked":"opus_zNi12Z_stacked","control":"opus_zNi12Z_control","compactControl":"opus_zNi12Z_compactControl","stackedRight":"opus_zNi12Z_stackedRight","labelLeft":"opus_zNi12Z_labelLeft","flaggedCenter":"opus_zNi12Z_flaggedCenter","flaggedStart":"opus_zNi12Z_flaggedStart","controlFlagged":"opus_zNi12Z_controlFlagged"};
658
+ var FieldShell_default = {"flagged":"opus_zNi12Z_flagged","control":"opus_zNi12Z_control","labelRight":"opus_zNi12Z_labelRight","label":"opus_zNi12Z_label","visuallyHidden":"opus_zNi12Z_visuallyHidden","errorFlagged":"opus_zNi12Z_errorFlagged","error":"opus_zNi12Z_error","labelFlagged":"opus_zNi12Z_labelFlagged","stackedRight":"opus_zNi12Z_stackedRight","controlFlagged":"opus_zNi12Z_controlFlagged","flaggedCenter":"opus_zNi12Z_flaggedCenter","root":"opus_zNi12Z_root","stacked":"opus_zNi12Z_stacked","labelLeft":"opus_zNi12Z_labelLeft","fitContent":"opus_zNi12Z_fitContent","stackedLeft":"opus_zNi12Z_stackedLeft","flaggedStart":"opus_zNi12Z_flaggedStart","compactControl":"opus_zNi12Z_compactControl","required":"opus_zNi12Z_required"};
659
659
 
660
660
  // ../../components/fields/FieldShell/FieldShell.tsx
661
661
  import { Fragment, jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
@@ -780,10 +780,10 @@ function FieldShell({
780
780
  }
781
781
 
782
782
  // ../../components/fields/CheckboxField/CheckboxField.module.css
783
- var CheckboxField_default = {"toggleLabel":"opus_g-5tlR_toggleLabel","error":"opus_g-5tlR_error","square":"opus_g-5tlR_square","toggle":"opus_g-5tlR_toggle","shell":"opus_g-5tlR_shell","visual":"opus_g-5tlR_visual","round":"opus_g-5tlR_round","nativeInput":"opus_g-5tlR_nativeInput"};
783
+ var CheckboxField_default = {"visual":"opus_g-5tlR_visual","shell":"opus_g-5tlR_shell","round":"opus_g-5tlR_round","toggle":"opus_g-5tlR_toggle","square":"opus_g-5tlR_square","error":"opus_g-5tlR_error","toggleLabel":"opus_g-5tlR_toggleLabel","nativeInput":"opus_g-5tlR_nativeInput"};
784
784
 
785
785
  // ../../components/fields/shared/choiceControlSizes.module.css
786
- var choiceControlSizes_default = {"sizeSm":"opus_4er5Uc_sizeSm","sizeLg":"opus_4er5Uc_sizeLg","sizeMd":"opus_4er5Uc_sizeMd"};
786
+ var choiceControlSizes_default = {"sizeLg":"opus_4er5Uc_sizeLg","sizeSm":"opus_4er5Uc_sizeSm","sizeMd":"opus_4er5Uc_sizeMd"};
787
787
 
788
788
  // ../../components/fields/shared/choiceControlSizes.ts
789
789
  var choiceControlSizeClassName = {
@@ -853,7 +853,7 @@ function CheckboxField({
853
853
  }
854
854
 
855
855
  // ../../components/fields/ColorField/ColorField.module.css
856
- var ColorField_default = {"icon":"opus_Z7jeX4_icon","error":"opus_Z7jeX4_error","picker":"opus_Z7jeX4_picker","swatch":"opus_Z7jeX4_swatch","nativeInput":"opus_Z7jeX4_nativeInput","value":"opus_Z7jeX4_value"};
856
+ var ColorField_default = {"value":"opus_Z7jeX4_value","nativeInput":"opus_Z7jeX4_nativeInput","icon":"opus_Z7jeX4_icon","swatch":"opus_Z7jeX4_swatch","picker":"opus_Z7jeX4_picker","error":"opus_Z7jeX4_error"};
857
857
 
858
858
  // ../../components/fields/ColorField/ColorField.tsx
859
859
  import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
@@ -962,7 +962,7 @@ function DateField({
962
962
  }
963
963
 
964
964
  // ../../components/fields/HiddenField/HiddenField.module.css
965
- var HiddenField_default = {"preview":"opus_kL1YXS_preview","note":"opus_kL1YXS_note","meta":"opus_kL1YXS_meta"};
965
+ var HiddenField_default = {"note":"opus_kL1YXS_note","preview":"opus_kL1YXS_preview","meta":"opus_kL1YXS_meta"};
966
966
 
967
967
  // ../../components/fields/HiddenField/HiddenField.tsx
968
968
  import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
@@ -1011,7 +1011,7 @@ function HiddenField({
1011
1011
  }
1012
1012
 
1013
1013
  // ../../components/fields/FileField/FileField.module.css
1014
- var FileField_default = {"title":"opus_aOsPA7_title","hint":"opus_aOsPA7_hint","action":"opus_aOsPA7_action","footnote":"opus_aOsPA7_footnote","content":"opus_aOsPA7_content","dragging":"opus_aOsPA7_dragging","input":"opus_aOsPA7_input","dropError":"opus_aOsPA7_dropError","drop":"opus_aOsPA7_drop","iconSvg":"opus_aOsPA7_iconSvg","icon":"opus_aOsPA7_icon","wrapper":"opus_aOsPA7_wrapper"};
1014
+ var FileField_default = {"title":"opus_aOsPA7_title","input":"opus_aOsPA7_input","dropError":"opus_aOsPA7_dropError","dragging":"opus_aOsPA7_dragging","iconSvg":"opus_aOsPA7_iconSvg","action":"opus_aOsPA7_action","footnote":"opus_aOsPA7_footnote","wrapper":"opus_aOsPA7_wrapper","content":"opus_aOsPA7_content","drop":"opus_aOsPA7_drop","icon":"opus_aOsPA7_icon","hint":"opus_aOsPA7_hint"};
1015
1015
 
1016
1016
  // ../../components/fields/FileField/FileField.tsx
1017
1017
  import {
@@ -1278,7 +1278,7 @@ async function cropCircularImage(image, viewportSize, outputSize, state, fileNam
1278
1278
  }
1279
1279
 
1280
1280
  // ../../components/fields/ImageCropUploadField/ImageCropUploadField.module.css
1281
- var ImageCropUploadField_default = {"hiddenInput":"opus_itxBv9_hiddenInput","instruction":"opus_itxBv9_instruction","changeLink":"opus_itxBv9_changeLink","dropIcon":"opus_itxBv9_dropIcon","zoomLabel":"opus_itxBv9_zoomLabel","previewFrame":"opus_itxBv9_previewFrame","drop":"opus_itxBv9_drop","previewCameraButton":"opus_itxBv9_previewCameraButton","editor":"opus_itxBv9_editor","previewRow":"opus_itxBv9_previewRow","viewportImage":"opus_itxBv9_viewportImage","zoomRow":"opus_itxBv9_zoomRow","previewImage":"opus_itxBv9_previewImage","dropError":"opus_itxBv9_dropError","dropHint":"opus_itxBv9_dropHint","root":"opus_itxBv9_root","viewportDragging":"opus_itxBv9_viewportDragging","viewport":"opus_itxBv9_viewport","previewTitle":"opus_itxBv9_previewTitle","dropTitle":"opus_itxBv9_dropTitle","previewHint":"opus_itxBv9_previewHint","viewportRing":"opus_itxBv9_viewportRing","previewCopy":"opus_itxBv9_previewCopy","dropAction":"opus_itxBv9_dropAction","previewCard":"opus_itxBv9_previewCard","zoomSlider":"opus_itxBv9_zoomSlider","actions":"opus_itxBv9_actions","zoomButton":"opus_itxBv9_zoomButton","dragging":"opus_itxBv9_dragging","dropIconSvg":"opus_itxBv9_dropIconSvg","dropContent":"opus_itxBv9_dropContent"};
1281
+ var ImageCropUploadField_default = {"viewportDragging":"opus_itxBv9_viewportDragging","changeLink":"opus_itxBv9_changeLink","dropTitle":"opus_itxBv9_dropTitle","previewTitle":"opus_itxBv9_previewTitle","zoomSlider":"opus_itxBv9_zoomSlider","instruction":"opus_itxBv9_instruction","dropIcon":"opus_itxBv9_dropIcon","previewHint":"opus_itxBv9_previewHint","previewCopy":"opus_itxBv9_previewCopy","actions":"opus_itxBv9_actions","root":"opus_itxBv9_root","dropIconSvg":"opus_itxBv9_dropIconSvg","dropContent":"opus_itxBv9_dropContent","viewport":"opus_itxBv9_viewport","editor":"opus_itxBv9_editor","dropHint":"opus_itxBv9_dropHint","dropError":"opus_itxBv9_dropError","dropAction":"opus_itxBv9_dropAction","previewCameraButton":"opus_itxBv9_previewCameraButton","zoomLabel":"opus_itxBv9_zoomLabel","zoomButton":"opus_itxBv9_zoomButton","viewportRing":"opus_itxBv9_viewportRing","drop":"opus_itxBv9_drop","dragging":"opus_itxBv9_dragging","hiddenInput":"opus_itxBv9_hiddenInput","previewRow":"opus_itxBv9_previewRow","viewportImage":"opus_itxBv9_viewportImage","previewFrame":"opus_itxBv9_previewFrame","zoomRow":"opus_itxBv9_zoomRow","previewCard":"opus_itxBv9_previewCard","previewImage":"opus_itxBv9_previewImage"};
1282
1282
 
1283
1283
  // ../../components/fields/ImageCropUploadField/ImageCropUploadField.tsx
1284
1284
  import { Fragment as Fragment3, jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
@@ -1881,7 +1881,7 @@ function NumberField({
1881
1881
  import { createContext as createContext2, useContext as useContext2, useId as useId3 } from "react";
1882
1882
 
1883
1883
  // ../../components/fields/RadioGroup/RadioGroup.module.css
1884
- var RadioGroup_default = {"visual":"opus_O-1nor_visual","round":"opus_O-1nor_round","options":"opus_O-1nor_options","choice":"opus_O-1nor_choice","shell":"opus_O-1nor_shell","option":"opus_O-1nor_option","nativeInput":"opus_O-1nor_nativeInput","error":"opus_O-1nor_error","square":"opus_O-1nor_square"};
1884
+ var RadioGroup_default = {"visual":"opus_O-1nor_visual","option":"opus_O-1nor_option","options":"opus_O-1nor_options","shell":"opus_O-1nor_shell","choice":"opus_O-1nor_choice","square":"opus_O-1nor_square","nativeInput":"opus_O-1nor_nativeInput","error":"opus_O-1nor_error","round":"opus_O-1nor_round"};
1885
1885
 
1886
1886
  // ../../components/fields/RadioGroup/RadioGroup.tsx
1887
1887
  import { jsx as jsx12, jsxs as jsxs9 } from "react/jsx-runtime";
@@ -1979,7 +1979,7 @@ function Radio({ children, error, name, shape, value, defaultChecked }) {
1979
1979
  import { useId as useId4, useRef as useRef4, useState as useState5 } from "react";
1980
1980
 
1981
1981
  // ../../components/fields/ChipInputField/ChipInputField.module.css
1982
- var ChipInputField_default = {"shell":"opus_IOOYwh_shell","chipLabel":"opus_IOOYwh_chipLabel","disabled":"opus_IOOYwh_disabled","input":"opus_IOOYwh_input","field":"opus_IOOYwh_field","remove":"opus_IOOYwh_remove","readOnly":"opus_IOOYwh_readOnly","error":"opus_IOOYwh_error","chip":"opus_IOOYwh_chip"};
1982
+ var ChipInputField_default = {"shell":"opus_IOOYwh_shell","disabled":"opus_IOOYwh_disabled","readOnly":"opus_IOOYwh_readOnly","remove":"opus_IOOYwh_remove","field":"opus_IOOYwh_field","chipLabel":"opus_IOOYwh_chipLabel","error":"opus_IOOYwh_error","input":"opus_IOOYwh_input","chip":"opus_IOOYwh_chip"};
1983
1983
 
1984
1984
  // ../../components/fields/ChipInputField/ChipInputField.tsx
1985
1985
  import { jsx as jsx13, jsxs as jsxs10 } from "react/jsx-runtime";
@@ -2116,7 +2116,7 @@ function ChipInput({
2116
2116
  var ChipInputField = ChipInput;
2117
2117
 
2118
2118
  // ../../components/fields/ChoiceChipsField/ChoiceChipsField.module.css
2119
- var ChoiceChipsField_default = {"disabled":"opus_X6xFEA_disabled","optionDisabled":"opus_X6xFEA_optionDisabled","indicator":"opus_X6xFEA_indicator","root":"opus_X6xFEA_root","chip":"opus_X6xFEA_chip","shell":"opus_X6xFEA_shell","selected":"opus_X6xFEA_selected"};
2119
+ var ChoiceChipsField_default = {"disabled":"opus_X6xFEA_disabled","chip":"opus_X6xFEA_chip","root":"opus_X6xFEA_root","indicator":"opus_X6xFEA_indicator","optionDisabled":"opus_X6xFEA_optionDisabled","shell":"opus_X6xFEA_shell","selected":"opus_X6xFEA_selected"};
2120
2120
 
2121
2121
  // ../../components/fields/ChoiceChipsField/ChoiceChipsField.tsx
2122
2122
  import { jsx as jsx14, jsxs as jsxs11 } from "react/jsx-runtime";
@@ -2202,7 +2202,7 @@ function ChoiceChips({
2202
2202
  var ChoiceChipsField = ChoiceChips;
2203
2203
 
2204
2204
  // ../../components/fields/RangeField/RangeField.module.css
2205
- var RangeField_default = {"footer":"opus_iRHQuG_footer","wrap":"opus_iRHQuG_wrap","error":"opus_iRHQuG_error","topRow":"opus_iRHQuG_topRow","slider":"opus_iRHQuG_slider","value":"opus_iRHQuG_value","fieldLabel":"opus_iRHQuG_fieldLabel"};
2205
+ var RangeField_default = {"footer":"opus_iRHQuG_footer","topRow":"opus_iRHQuG_topRow","wrap":"opus_iRHQuG_wrap","value":"opus_iRHQuG_value","slider":"opus_iRHQuG_slider","fieldLabel":"opus_iRHQuG_fieldLabel","error":"opus_iRHQuG_error"};
2206
2206
 
2207
2207
  // ../../components/fields/RangeField/RangeField.tsx
2208
2208
  import { jsx as jsx15, jsxs as jsxs12 } from "react/jsx-runtime";
@@ -2275,7 +2275,7 @@ function RangeField({
2275
2275
  }
2276
2276
 
2277
2277
  // ../../components/fields/SelectField/SelectField.module.css
2278
- var SelectField_default = {"select":"opus_m2ObG0_select","wrap":"opus_m2ObG0_wrap","error":"opus_m2ObG0_error"};
2278
+ var SelectField_default = {"select":"opus_m2ObG0_select","error":"opus_m2ObG0_error","wrap":"opus_m2ObG0_wrap"};
2279
2279
 
2280
2280
  // ../../components/fields/SelectField/SelectField.tsx
2281
2281
  import { jsx as jsx16 } from "react/jsx-runtime";
@@ -2320,7 +2320,7 @@ function SelectField({
2320
2320
  }
2321
2321
 
2322
2322
  // ../../components/fields/SwitchField/SwitchField.module.css
2323
- var SwitchField_default = {"shell":"opus_t9NLEA_shell","error":"opus_t9NLEA_error","toggle":"opus_t9NLEA_toggle","track":"opus_t9NLEA_track"};
2323
+ var SwitchField_default = {"error":"opus_t9NLEA_error","track":"opus_t9NLEA_track","toggle":"opus_t9NLEA_toggle","shell":"opus_t9NLEA_shell"};
2324
2324
 
2325
2325
  // ../../components/fields/SwitchField/SwitchField.tsx
2326
2326
  import { jsx as jsx17 } from "react/jsx-runtime";
@@ -2372,7 +2372,7 @@ function SwitchField({
2372
2372
  import { useId as useId5 } from "react";
2373
2373
 
2374
2374
  // ../../components/fields/TextAreaField/TextAreaField.module.css
2375
- var TextAreaField_default = {"inlineCount":"opus_FjhWmh_inlineCount","externalCount":"opus_FjhWmh_externalCount","inputWrap":"opus_FjhWmh_inputWrap","textarea":"opus_FjhWmh_textarea","field":"opus_FjhWmh_field","footer":"opus_FjhWmh_footer","footerError":"opus_FjhWmh_footerError","error":"opus_FjhWmh_error","withCount":"opus_FjhWmh_withCount"};
2375
+ var TextAreaField_default = {"footerError":"opus_FjhWmh_footerError","externalCount":"opus_FjhWmh_externalCount","inputWrap":"opus_FjhWmh_inputWrap","field":"opus_FjhWmh_field","error":"opus_FjhWmh_error","inlineCount":"opus_FjhWmh_inlineCount","footer":"opus_FjhWmh_footer","withCount":"opus_FjhWmh_withCount","textarea":"opus_FjhWmh_textarea"};
2376
2376
 
2377
2377
  // ../../components/fields/TextAreaField/TextAreaField.tsx
2378
2378
  import { jsx as jsx18, jsxs as jsxs13 } from "react/jsx-runtime";
@@ -2479,7 +2479,7 @@ import {
2479
2479
  } from "@fortawesome/free-solid-svg-icons";
2480
2480
 
2481
2481
  // ../../components/fields/RichTextField/RichTextField.module.css
2482
- var RichTextField_default = {"modalNumber":"opus_6HFqZH_modalNumber","modalField":"opus_6HFqZH_modalField","colorSwatch":"opus_6HFqZH_colorSwatch","modalOverlay":"opus_6HFqZH_modalOverlay","modalLabel":"opus_6HFqZH_modalLabel","divider":"opus_6HFqZH_divider","modalInput":"opus_6HFqZH_modalInput","toolbarIcon":"opus_6HFqZH_toolbarIcon","colorInput":"opus_6HFqZH_colorInput","readOnly":"opus_6HFqZH_readOnly","modal":"opus_6HFqZH_modal","toolbar":"opus_6HFqZH_toolbar","modalTimes":"opus_6HFqZH_modalTimes","modalActions":"opus_6HFqZH_modalActions","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive","toolbarButton":"opus_6HFqZH_toolbarButton","modalDimensions":"opus_6HFqZH_modalDimensions","blockSelect":"opus_6HFqZH_blockSelect","modalConfirm":"opus_6HFqZH_modalConfirm","editorShell":"opus_6HFqZH_editorShell","editor":"opus_6HFqZH_editor","modalDimensionField":"opus_6HFqZH_modalDimensionField","modalCancel":"opus_6HFqZH_modalCancel","field":"opus_6HFqZH_field","error":"opus_6HFqZH_error","modalTitle":"opus_6HFqZH_modalTitle"};
2482
+ var RichTextField_default = {"toolbar":"opus_6HFqZH_toolbar","modalConfirm":"opus_6HFqZH_modalConfirm","modalActions":"opus_6HFqZH_modalActions","editor":"opus_6HFqZH_editor","toolbarIcon":"opus_6HFqZH_toolbarIcon","modalTimes":"opus_6HFqZH_modalTimes","modal":"opus_6HFqZH_modal","readOnly":"opus_6HFqZH_readOnly","modalOverlay":"opus_6HFqZH_modalOverlay","divider":"opus_6HFqZH_divider","modalTitle":"opus_6HFqZH_modalTitle","error":"opus_6HFqZH_error","blockSelect":"opus_6HFqZH_blockSelect","field":"opus_6HFqZH_field","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive","modalField":"opus_6HFqZH_modalField","colorSwatch":"opus_6HFqZH_colorSwatch","modalNumber":"opus_6HFqZH_modalNumber","editorShell":"opus_6HFqZH_editorShell","modalCancel":"opus_6HFqZH_modalCancel","modalLabel":"opus_6HFqZH_modalLabel","modalInput":"opus_6HFqZH_modalInput","modalDimensionField":"opus_6HFqZH_modalDimensionField","toolbarButton":"opus_6HFqZH_toolbarButton","colorInput":"opus_6HFqZH_colorInput","modalDimensions":"opus_6HFqZH_modalDimensions"};
2483
2483
 
2484
2484
  // ../../components/fields/RichTextField/RichTextField.tsx
2485
2485
  import { jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
@@ -3128,7 +3128,7 @@ import { FontAwesomeIcon as FontAwesomeIcon4 } from "@fortawesome/react-fontawes
3128
3128
  import { faMagnifyingGlass } from "@fortawesome/free-solid-svg-icons";
3129
3129
 
3130
3130
  // ../../components/fields/shared/fieldControl.module.css
3131
- var fieldControl_default = {"search":"opus_1Q5xBh_search","passwordInput":"opus_1Q5xBh_passwordInput","passwordToggle":"opus_1Q5xBh_passwordToggle","trigger":"opus_1Q5xBh_trigger","prefixIcon":"opus_1Q5xBh_prefixIcon","triggerError":"opus_1Q5xBh_triggerError","passwordToggleSlot":"opus_1Q5xBh_passwordToggleSlot","option":"opus_1Q5xBh_option","passwordWrap":"opus_1Q5xBh_passwordWrap","prefixIconSvg":"opus_1Q5xBh_prefixIconSvg","searchWrap":"opus_1Q5xBh_searchWrap","placeholder":"opus_1Q5xBh_placeholder","list":"opus_1Q5xBh_list","searchWrapError":"opus_1Q5xBh_searchWrapError","groupLabel":"opus_1Q5xBh_groupLabel","error":"opus_1Q5xBh_error","triggerOpen":"opus_1Q5xBh_triggerOpen","searchInput":"opus_1Q5xBh_searchInput","panelFooter":"opus_1Q5xBh_panelFooter","panel":"opus_1Q5xBh_panel","actionButton":"opus_1Q5xBh_actionButton","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary","chevron":"opus_1Q5xBh_chevron","input":"opus_1Q5xBh_input"};
3131
+ var fieldControl_default = {"searchWrapError":"opus_1Q5xBh_searchWrapError","passwordToggle":"opus_1Q5xBh_passwordToggle","searchWrap":"opus_1Q5xBh_searchWrap","prefixIconSvg":"opus_1Q5xBh_prefixIconSvg","passwordToggleSlot":"opus_1Q5xBh_passwordToggleSlot","triggerOpen":"opus_1Q5xBh_triggerOpen","chevron":"opus_1Q5xBh_chevron","panelFooter":"opus_1Q5xBh_panelFooter","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary","passwordInput":"opus_1Q5xBh_passwordInput","placeholder":"opus_1Q5xBh_placeholder","panel":"opus_1Q5xBh_panel","search":"opus_1Q5xBh_search","passwordWrap":"opus_1Q5xBh_passwordWrap","groupLabel":"opus_1Q5xBh_groupLabel","list":"opus_1Q5xBh_list","actionButton":"opus_1Q5xBh_actionButton","trigger":"opus_1Q5xBh_trigger","input":"opus_1Q5xBh_input","option":"opus_1Q5xBh_option","searchInput":"opus_1Q5xBh_searchInput","error":"opus_1Q5xBh_error","prefixIcon":"opus_1Q5xBh_prefixIcon","triggerError":"opus_1Q5xBh_triggerError"};
3132
3132
 
3133
3133
  // ../../components/fields/shared/PasswordToggle.tsx
3134
3134
  import { FontAwesomeIcon as FontAwesomeIcon3 } from "@fortawesome/react-fontawesome";
@@ -3231,7 +3231,7 @@ import { FontAwesomeIcon as FontAwesomeIcon5 } from "@fortawesome/react-fontawes
3231
3231
  import { faMoon, faSun } from "@fortawesome/free-solid-svg-icons";
3232
3232
 
3233
3233
  // ../../components/fields/ThemeToggleField/ThemeToggleField.module.css
3234
- var ThemeToggleField_default = {"active":"opus_SwerMA_active","option":"opus_SwerMA_option","toggle":"opus_SwerMA_toggle","indicator":"opus_SwerMA_indicator"};
3234
+ var ThemeToggleField_default = {"option":"opus_SwerMA_option","indicator":"opus_SwerMA_indicator","active":"opus_SwerMA_active","toggle":"opus_SwerMA_toggle"};
3235
3235
 
3236
3236
  // ../../components/fields/ThemeToggleField/ThemeToggleField.tsx
3237
3237
  import { jsx as jsx22, jsxs as jsxs16 } from "react/jsx-runtime";
@@ -3568,7 +3568,7 @@ function MultiSelectField({
3568
3568
  import { useState as useState10 } from "react";
3569
3569
 
3570
3570
  // ../../components/fields/TransferListField/TransferListField.module.css
3571
- var TransferListField_default = {"columnHeader":"opus_NPBFZk_columnHeader","item":"opus_NPBFZk_item","list":"opus_NPBFZk_list","column":"opus_NPBFZk_column","itemActive":"opus_NPBFZk_itemActive","controlButton":"opus_NPBFZk_controlButton","controls":"opus_NPBFZk_controls","root":"opus_NPBFZk_root"};
3571
+ var TransferListField_default = {"root":"opus_NPBFZk_root","item":"opus_NPBFZk_item","controls":"opus_NPBFZk_controls","column":"opus_NPBFZk_column","controlButton":"opus_NPBFZk_controlButton","columnHeader":"opus_NPBFZk_columnHeader","itemActive":"opus_NPBFZk_itemActive","list":"opus_NPBFZk_list"};
3572
3572
 
3573
3573
  // ../../components/fields/TransferListField/TransferListField.tsx
3574
3574
  import { jsx as jsx25, jsxs as jsxs19 } from "react/jsx-runtime";
@@ -3690,7 +3690,7 @@ import { FontAwesomeIcon as FontAwesomeIcon6 } from "@fortawesome/react-fontawes
3690
3690
  import { faCheck, faXmark } from "@fortawesome/free-solid-svg-icons";
3691
3691
 
3692
3692
  // ../../components/fields/PasswordStrengthField/PasswordStrengthField.module.css
3693
- var PasswordStrengthField_default = {"meterFill":"opus_S1A372_meterFill","requirement":"opus_S1A372_requirement","root":"opus_S1A372_root","meterTrack":"opus_S1A372_meterTrack","meterWrap":"opus_S1A372_meterWrap","requirements":"opus_S1A372_requirements","requirementIcon":"opus_S1A372_requirementIcon","meterLabel":"opus_S1A372_meterLabel","requirementMet":"opus_S1A372_requirementMet"};
3693
+ var PasswordStrengthField_default = {"root":"opus_S1A372_root","meterWrap":"opus_S1A372_meterWrap","requirements":"opus_S1A372_requirements","meterLabel":"opus_S1A372_meterLabel","requirementMet":"opus_S1A372_requirementMet","meterFill":"opus_S1A372_meterFill","requirementIcon":"opus_S1A372_requirementIcon","requirement":"opus_S1A372_requirement","meterTrack":"opus_S1A372_meterTrack"};
3694
3694
 
3695
3695
  // ../../components/fields/PasswordStrengthField/PasswordStrengthField.tsx
3696
3696
  import { jsx as jsx26, jsxs as jsxs20 } from "react/jsx-runtime";
@@ -3799,7 +3799,7 @@ function PasswordStrengthField({
3799
3799
  }
3800
3800
 
3801
3801
  // ../../components/fields/RatingField/RatingField.module.css
3802
- var RatingField_default = {"root":"opus_0tdNUz_root","symbol":"opus_0tdNUz_symbol","numeric":"opus_0tdNUz_numeric","numericActive":"opus_0tdNUz_numericActive","symbolActive":"opus_0tdNUz_symbolActive"};
3802
+ var RatingField_default = {"root":"opus_0tdNUz_root","numeric":"opus_0tdNUz_numeric","symbol":"opus_0tdNUz_symbol","symbolActive":"opus_0tdNUz_symbolActive","numericActive":"opus_0tdNUz_numericActive"};
3803
3803
 
3804
3804
  // ../../components/fields/RatingField/RatingField.tsx
3805
3805
  import { jsx as jsx27 } from "react/jsx-runtime";
@@ -3875,7 +3875,7 @@ function RatingField({
3875
3875
  }
3876
3876
 
3877
3877
  // ../../components/fields/SegmentedControlField/SegmentedControlField.module.css
3878
- var SegmentedControlField_default = {"segment":"opus_ZHwfiN_segment","segmentActive":"opus_ZHwfiN_segmentActive","root":"opus_ZHwfiN_root"};
3878
+ var SegmentedControlField_default = {"segmentActive":"opus_ZHwfiN_segmentActive","root":"opus_ZHwfiN_root","segment":"opus_ZHwfiN_segment"};
3879
3879
 
3880
3880
  // ../../components/fields/SegmentedControlField/SegmentedControlField.tsx
3881
3881
  import { jsx as jsx28 } from "react/jsx-runtime";
@@ -3931,7 +3931,7 @@ function SegmentedControlField({
3931
3931
  import { useMemo as useMemo5 } from "react";
3932
3932
 
3933
3933
  // ../../components/fields/SliderRangeField/SliderRangeField.module.css
3934
- var SliderRangeField_default = {"value":"opus_k3d0sS_value","footer":"opus_k3d0sS_footer","track":"opus_k3d0sS_track","header":"opus_k3d0sS_header","root":"opus_k3d0sS_root","trackWrap":"opus_k3d0sS_trackWrap","slider":"opus_k3d0sS_slider"};
3934
+ var SliderRangeField_default = {"track":"opus_k3d0sS_track","footer":"opus_k3d0sS_footer","value":"opus_k3d0sS_value","trackWrap":"opus_k3d0sS_trackWrap","slider":"opus_k3d0sS_slider","root":"opus_k3d0sS_root","header":"opus_k3d0sS_header"};
3935
3935
 
3936
3936
  // ../../components/fields/SliderRangeField/SliderRangeField.tsx
3937
3937
  import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
@@ -4029,7 +4029,7 @@ function SliderRangeField({
4029
4029
  import { useEffect as useEffect7, useMemo as useMemo6, useRef as useRef8, useState as useState12 } from "react";
4030
4030
 
4031
4031
  // ../../components/fields/PhoneNumberField/PhoneNumberField.module.css
4032
- var PhoneNumberField_default = {"option":"opus_WC4gnN_option","empty":"opus_WC4gnN_empty","dial":"opus_WC4gnN_dial","flag":"opus_WC4gnN_flag","panel":"opus_WC4gnN_panel","countryWrap":"opus_WC4gnN_countryWrap","countryValue":"opus_WC4gnN_countryValue","optionActive":"opus_WC4gnN_optionActive","country":"opus_WC4gnN_country","optionLabel":"opus_WC4gnN_optionLabel","optionDial":"opus_WC4gnN_optionDial","code":"opus_WC4gnN_code","root":"opus_WC4gnN_root","chevron":"opus_WC4gnN_chevron"};
4032
+ var PhoneNumberField_default = {"country":"opus_WC4gnN_country","empty":"opus_WC4gnN_empty","root":"opus_WC4gnN_root","panel":"opus_WC4gnN_panel","flag":"opus_WC4gnN_flag","dial":"opus_WC4gnN_dial","code":"opus_WC4gnN_code","option":"opus_WC4gnN_option","countryWrap":"opus_WC4gnN_countryWrap","optionDial":"opus_WC4gnN_optionDial","chevron":"opus_WC4gnN_chevron","optionActive":"opus_WC4gnN_optionActive","countryValue":"opus_WC4gnN_countryValue","optionLabel":"opus_WC4gnN_optionLabel"};
4033
4033
 
4034
4034
  // ../../components/fields/PhoneNumberField/countries.ts
4035
4035
  function countryCodeToFlag(code) {
@@ -4434,7 +4434,7 @@ function PhoneNumberField({
4434
4434
  import { useEffect as useEffect8, useMemo as useMemo7, useRef as useRef9, useState as useState13 } from "react";
4435
4435
 
4436
4436
  // ../../components/fields/CountryPickerField/CountryPickerField.module.css
4437
- var CountryPickerField_default = {"root":"opus_O7qqfR_root","optionLabel":"opus_O7qqfR_optionLabel","triggerValue":"opus_O7qqfR_triggerValue","optionCode":"opus_O7qqfR_optionCode","empty":"opus_O7qqfR_empty","flag":"opus_O7qqfR_flag","optionActive":"opus_O7qqfR_optionActive","option":"opus_O7qqfR_option"};
4437
+ var CountryPickerField_default = {"optionActive":"opus_O7qqfR_optionActive","empty":"opus_O7qqfR_empty","optionCode":"opus_O7qqfR_optionCode","triggerValue":"opus_O7qqfR_triggerValue","option":"opus_O7qqfR_option","root":"opus_O7qqfR_root","flag":"opus_O7qqfR_flag","optionLabel":"opus_O7qqfR_optionLabel"};
4438
4438
 
4439
4439
  // ../../components/fields/CountryPickerField/CountryPickerField.tsx
4440
4440
  import { jsx as jsx31, jsxs as jsxs23 } from "react/jsx-runtime";
@@ -4593,7 +4593,7 @@ function CountryPickerField({
4593
4593
  import { useEffect as useEffect9, useMemo as useMemo8, useRef as useRef10, useState as useState14 } from "react";
4594
4594
 
4595
4595
  // ../../components/fields/TreeSelectField/TreeSelectField.module.css
4596
- var TreeSelectField_default = {"root":"opus_Mq6C00_root","treeOption":"opus_Mq6C00_treeOption","treeOptionActive":"opus_Mq6C00_treeOptionActive"};
4596
+ var TreeSelectField_default = {"treeOptionActive":"opus_Mq6C00_treeOptionActive","root":"opus_Mq6C00_root","treeOption":"opus_Mq6C00_treeOption"};
4597
4597
 
4598
4598
  // ../../components/fields/TreeSelectField/TreeSelectField.tsx
4599
4599
  import { Fragment as Fragment4, jsx as jsx32, jsxs as jsxs24 } from "react/jsx-runtime";
@@ -4724,7 +4724,7 @@ function TreeSelectField({
4724
4724
  import { useEffect as useEffect10, useMemo as useMemo9, useRef as useRef11, useState as useState15 } from "react";
4725
4725
 
4726
4726
  // ../../components/fields/CascaderField/CascaderField.module.css
4727
- var CascaderField_default = {"optionActive":"opus_1Fg59A_optionActive","column":"opus_1Fg59A_column","root":"opus_1Fg59A_root","option":"opus_1Fg59A_option","panel":"opus_1Fg59A_panel"};
4727
+ var CascaderField_default = {"panel":"opus_1Fg59A_panel","optionActive":"opus_1Fg59A_optionActive","root":"opus_1Fg59A_root","column":"opus_1Fg59A_column","option":"opus_1Fg59A_option"};
4728
4728
 
4729
4729
  // ../../components/fields/CascaderField/CascaderField.tsx
4730
4730
  import { jsx as jsx33, jsxs as jsxs25 } from "react/jsx-runtime";
@@ -4939,7 +4939,7 @@ function OpusThemeProvider({
4939
4939
  }
4940
4940
 
4941
4941
  // ../../components/Alert/Alert.module.css
4942
- var Alert_default = {"title":"opus_eh3eeT_title","dismissIcon":"opus_eh3eeT_dismissIcon","alert":"opus_eh3eeT_alert","iconFlagged":"opus_eh3eeT_iconFlagged","icon":"opus_eh3eeT_icon","iconMark":"opus_eh3eeT_iconMark","iconSvg":"opus_eh3eeT_iconSvg","description":"opus_eh3eeT_description","content":"opus_eh3eeT_content","dismiss":"opus_eh3eeT_dismiss"};
4942
+ var Alert_default = {"iconSvg":"opus_eh3eeT_iconSvg","dismissIcon":"opus_eh3eeT_dismissIcon","iconMark":"opus_eh3eeT_iconMark","dismiss":"opus_eh3eeT_dismiss","iconFlagged":"opus_eh3eeT_iconFlagged","description":"opus_eh3eeT_description","alert":"opus_eh3eeT_alert","content":"opus_eh3eeT_content","icon":"opus_eh3eeT_icon","title":"opus_eh3eeT_title"};
4943
4943
 
4944
4944
  // ../../components/Alert/Alert.tsx
4945
4945
  import { jsx as jsx36, jsxs as jsxs26 } from "react/jsx-runtime";
@@ -5134,7 +5134,7 @@ function useOverlayAccessibility(active, containerRef, {
5134
5134
  }
5135
5135
 
5136
5136
  // ../../components/Dialog/Dialog.module.css
5137
- var Dialog_default = {"icon":"opus_sz-ZGI_icon","dialogIn":"opus_sz-ZGI_dialogIn","body":"opus_sz-ZGI_body","title":"opus_sz-ZGI_title","backdrop":"opus_sz-ZGI_backdrop","iconSvg":"opus_sz-ZGI_iconSvg","backdropOut":"opus_sz-ZGI_backdropOut","iconMark":"opus_sz-ZGI_iconMark","actions":"opus_sz-ZGI_actions","backdropIn":"opus_sz-ZGI_backdropIn","visuallyHidden":"opus_sz-ZGI_visuallyHidden","content":"opus_sz-ZGI_content","description":"opus_sz-ZGI_description","dialogOut":"opus_sz-ZGI_dialogOut","dialog":"opus_sz-ZGI_dialog"};
5137
+ var Dialog_default = {"icon":"opus_sz-ZGI_icon","iconMark":"opus_sz-ZGI_iconMark","iconSvg":"opus_sz-ZGI_iconSvg","backdropOut":"opus_sz-ZGI_backdropOut","content":"opus_sz-ZGI_content","backdropIn":"opus_sz-ZGI_backdropIn","dialog":"opus_sz-ZGI_dialog","dialogIn":"opus_sz-ZGI_dialogIn","dialogOut":"opus_sz-ZGI_dialogOut","backdrop":"opus_sz-ZGI_backdrop","body":"opus_sz-ZGI_body","actions":"opus_sz-ZGI_actions","title":"opus_sz-ZGI_title","description":"opus_sz-ZGI_description","visuallyHidden":"opus_sz-ZGI_visuallyHidden"};
5138
5138
 
5139
5139
  // ../../components/Dialog/Dialog.tsx
5140
5140
  import { jsx as jsx38, jsxs as jsxs27 } from "react/jsx-runtime";
@@ -5265,7 +5265,7 @@ function Dialog({
5265
5265
  import { useEffect as useEffect15, useId as useId7, useRef as useRef14, useState as useState18 } from "react";
5266
5266
 
5267
5267
  // ../../components/Modal/Modal.module.css
5268
- var Modal_default = {"close":"opus_LQbzGS_close","modalPanelIn":"opus_LQbzGS_modalPanelIn","description":"opus_LQbzGS_description","footerContent":"opus_LQbzGS_footerContent","closeIcon":"opus_LQbzGS_closeIcon","actions":"opus_LQbzGS_actions","header":"opus_LQbzGS_header","modalBackdropOut":"opus_LQbzGS_modalBackdropOut","modal":"opus_LQbzGS_modal","modalPanelOut":"opus_LQbzGS_modalPanelOut","body":"opus_LQbzGS_body","backdrop":"opus_LQbzGS_backdrop","footer":"opus_LQbzGS_footer","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","title":"opus_LQbzGS_title","heading":"opus_LQbzGS_heading"};
5268
+ var Modal_default = {"backdrop":"opus_LQbzGS_backdrop","title":"opus_LQbzGS_title","closeIcon":"opus_LQbzGS_closeIcon","actions":"opus_LQbzGS_actions","header":"opus_LQbzGS_header","modal":"opus_LQbzGS_modal","close":"opus_LQbzGS_close","description":"opus_LQbzGS_description","heading":"opus_LQbzGS_heading","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","modalPanelIn":"opus_LQbzGS_modalPanelIn","body":"opus_LQbzGS_body","modalBackdropOut":"opus_LQbzGS_modalBackdropOut","modalPanelOut":"opus_LQbzGS_modalPanelOut","footer":"opus_LQbzGS_footer","footerContent":"opus_LQbzGS_footerContent"};
5269
5269
 
5270
5270
  // ../../components/Modal/Modal.tsx
5271
5271
  import { Fragment as Fragment6, jsx as jsx39, jsxs as jsxs28 } from "react/jsx-runtime";
@@ -5396,7 +5396,7 @@ function ModalDefaultActions({ onClose }) {
5396
5396
  import { useEffect as useEffect16, useId as useId8, useRef as useRef15, useState as useState19 } from "react";
5397
5397
 
5398
5398
  // ../../components/Drawer/Drawer.module.css
5399
- var Drawer_default = {"drawerInRight":"opus_0CaGbZ_drawerInRight","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","footer":"opus_0CaGbZ_footer","header":"opus_0CaGbZ_header","close":"opus_0CaGbZ_close","drawerInTop":"opus_0CaGbZ_drawerInTop","drawerInBottom":"opus_0CaGbZ_drawerInBottom","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","body":"opus_0CaGbZ_body","drawer":"opus_0CaGbZ_drawer","drawerOutTop":"opus_0CaGbZ_drawerOutTop","backdrop":"opus_0CaGbZ_backdrop","drawerInLeft":"opus_0CaGbZ_drawerInLeft","heading":"opus_0CaGbZ_heading","title":"opus_0CaGbZ_title","closeIcon":"opus_0CaGbZ_closeIcon","drawerOutRight":"opus_0CaGbZ_drawerOutRight","footerContent":"opus_0CaGbZ_footerContent","actions":"opus_0CaGbZ_actions","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","description":"opus_0CaGbZ_description"};
5399
+ var Drawer_default = {"drawerOutRight":"opus_0CaGbZ_drawerOutRight","close":"opus_0CaGbZ_close","drawerOutTop":"opus_0CaGbZ_drawerOutTop","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","description":"opus_0CaGbZ_description","drawerInRight":"opus_0CaGbZ_drawerInRight","closeIcon":"opus_0CaGbZ_closeIcon","backdrop":"opus_0CaGbZ_backdrop","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","footerContent":"opus_0CaGbZ_footerContent","drawerInBottom":"opus_0CaGbZ_drawerInBottom","title":"opus_0CaGbZ_title","drawerInTop":"opus_0CaGbZ_drawerInTop","drawerInLeft":"opus_0CaGbZ_drawerInLeft","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","body":"opus_0CaGbZ_body","drawer":"opus_0CaGbZ_drawer","footer":"opus_0CaGbZ_footer","heading":"opus_0CaGbZ_heading","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn","actions":"opus_0CaGbZ_actions","header":"opus_0CaGbZ_header"};
5400
5400
 
5401
5401
  // ../../components/Drawer/Drawer.tsx
5402
5402
  import { Fragment as Fragment7, jsx as jsx40, jsxs as jsxs29 } from "react/jsx-runtime";
@@ -5536,7 +5536,7 @@ import {
5536
5536
  } from "react";
5537
5537
 
5538
5538
  // ../../components/Popover/Popover.module.css
5539
- var Popover_default = {"content":"opus_yq4OU0_content","arrow":"opus_yq4OU0_arrow","popoverIn":"opus_yq4OU0_popoverIn","panel":"opus_yq4OU0_panel","root":"opus_yq4OU0_root","title":"opus_yq4OU0_title"};
5539
+ var Popover_default = {"root":"opus_yq4OU0_root","panel":"opus_yq4OU0_panel","popoverIn":"opus_yq4OU0_popoverIn","title":"opus_yq4OU0_title","content":"opus_yq4OU0_content","arrow":"opus_yq4OU0_arrow"};
5540
5540
 
5541
5541
  // ../../components/Popover/Popover.tsx
5542
5542
  import { jsx as jsx41, jsxs as jsxs30 } from "react/jsx-runtime";
@@ -5726,7 +5726,7 @@ function resolveMegaMenuPortalStyle(root, inTopNavigation) {
5726
5726
  }
5727
5727
 
5728
5728
  // ../../components/MegaMenu/MegaMenu.module.css
5729
- var MegaMenu_default = {"megaMenuIn":"opus_Y_ikQV_megaMenuIn","featuredAction":"opus_Y_ikQV_featuredAction","itemCopy":"opus_Y_ikQV_itemCopy","sections":"opus_Y_ikQV_sections","item":"opus_Y_ikQV_item","section":"opus_Y_ikQV_section","itemIcon":"opus_Y_ikQV_itemIcon","menuBar":"opus_Y_ikQV_menuBar","panel":"opus_Y_ikQV_panel","featured":"opus_Y_ikQV_featured","eyebrow":"opus_Y_ikQV_eyebrow","root":"opus_Y_ikQV_root","megaMenuOut":"opus_Y_ikQV_megaMenuOut","items":"opus_Y_ikQV_items","panelContent":"opus_Y_ikQV_panelContent","trigger":"opus_Y_ikQV_trigger"};
5729
+ var MegaMenu_default = {"menuBar":"opus_Y_ikQV_menuBar","featured":"opus_Y_ikQV_featured","panel":"opus_Y_ikQV_panel","root":"opus_Y_ikQV_root","panelContent":"opus_Y_ikQV_panelContent","itemCopy":"opus_Y_ikQV_itemCopy","megaMenuOut":"opus_Y_ikQV_megaMenuOut","megaMenuIn":"opus_Y_ikQV_megaMenuIn","sections":"opus_Y_ikQV_sections","items":"opus_Y_ikQV_items","item":"opus_Y_ikQV_item","eyebrow":"opus_Y_ikQV_eyebrow","trigger":"opus_Y_ikQV_trigger","section":"opus_Y_ikQV_section","featuredAction":"opus_Y_ikQV_featuredAction","itemIcon":"opus_Y_ikQV_itemIcon"};
5730
5730
 
5731
5731
  // ../../components/MegaMenu/MegaMenu.tsx
5732
5732
  import { jsx as jsx42, jsxs as jsxs31 } from "react/jsx-runtime";
@@ -6168,7 +6168,7 @@ function MegaMenu({
6168
6168
  }
6169
6169
 
6170
6170
  // ../../components/TopNavigation/TopNavigation.module.css
6171
- var TopNavigation_default = {"nav":"opus_OIomR6_nav","menuSlot":"opus_OIomR6_menuSlot","menuSlotMega":"opus_OIomR6_menuSlotMega","menuTrigger":"opus_OIomR6_menuTrigger","bar":"opus_OIomR6_bar"};
6171
+ var TopNavigation_default = {"bar":"opus_OIomR6_bar","menuSlotMega":"opus_OIomR6_menuSlotMega","menuTrigger":"opus_OIomR6_menuTrigger","nav":"opus_OIomR6_nav","menuSlot":"opus_OIomR6_menuSlot"};
6172
6172
 
6173
6173
  // ../../components/TopNavigation/TopNavigation.tsx
6174
6174
  import { Fragment as Fragment8, jsx as jsx43 } from "react/jsx-runtime";
@@ -6525,7 +6525,7 @@ function handleMenuKeyDown(event, menu, onEscape) {
6525
6525
  }
6526
6526
 
6527
6527
  // ../../components/DropdownMenu/DropdownMenu.module.css
6528
- var DropdownMenu_default = {"dropdownOut":"opus_UUVDVQ_dropdownOut","icon":"opus_UUVDVQ_icon","shortcut":"opus_UUVDVQ_shortcut","dropdownIn":"opus_UUVDVQ_dropdownIn","label":"opus_UUVDVQ_label","item":"opus_UUVDVQ_item","root":"opus_UUVDVQ_root","menu":"opus_UUVDVQ_menu"};
6528
+ var DropdownMenu_default = {"menu":"opus_UUVDVQ_menu","dropdownOut":"opus_UUVDVQ_dropdownOut","root":"opus_UUVDVQ_root","icon":"opus_UUVDVQ_icon","dropdownIn":"opus_UUVDVQ_dropdownIn","shortcut":"opus_UUVDVQ_shortcut","label":"opus_UUVDVQ_label","item":"opus_UUVDVQ_item"};
6529
6529
 
6530
6530
  // ../../components/DropdownMenu/DropdownMenu.tsx
6531
6531
  import { jsx as jsx44, jsxs as jsxs32 } from "react/jsx-runtime";
@@ -6865,7 +6865,7 @@ import {
6865
6865
  import { createPortal as createPortal5 } from "react-dom";
6866
6866
 
6867
6867
  // ../../components/ContextMenu/ContextMenu.module.css
6868
- var ContextMenu_default = {"menu":"opus_nMhhae_menu","contextMenuIn":"opus_nMhhae_contextMenuIn","backdrop":"opus_nMhhae_backdrop","layer":"opus_nMhhae_layer","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","target":"opus_nMhhae_target"};
6868
+ var ContextMenu_default = {"target":"opus_nMhhae_target","backdrop":"opus_nMhhae_backdrop","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","menu":"opus_nMhhae_menu","contextMenuIn":"opus_nMhhae_contextMenuIn","layer":"opus_nMhhae_layer"};
6869
6869
 
6870
6870
  // ../../components/ContextMenu/ContextMenuProvider.tsx
6871
6871
  import { jsx as jsx45, jsxs as jsxs33 } from "react/jsx-runtime";
@@ -7178,7 +7178,7 @@ import { faMagnifyingGlass as faMagnifyingGlass2 } from "@fortawesome/free-solid
7178
7178
  import { FontAwesomeIcon as FontAwesomeIcon7 } from "@fortawesome/react-fontawesome";
7179
7179
 
7180
7180
  // ../../components/CommandPalette/CommandPalette.module.css
7181
- var CommandPalette_default = {"itemLabel":"opus_k1ypuy_itemLabel","groupLabel":"opus_k1ypuy_groupLabel","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","footer":"opus_k1ypuy_footer","itemDescription":"opus_k1ypuy_itemDescription","searchIconSvg":"opus_k1ypuy_searchIconSvg","searchWrap":"opus_k1ypuy_searchWrap","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","searchIcon":"opus_k1ypuy_searchIcon","panel":"opus_k1ypuy_panel","empty":"opus_k1ypuy_empty","results":"opus_k1ypuy_results","searchInput":"opus_k1ypuy_searchInput","shortcut":"opus_k1ypuy_shortcut","visuallyHidden":"opus_k1ypuy_visuallyHidden","itemMain":"opus_k1ypuy_itemMain","backdrop":"opus_k1ypuy_backdrop","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","group":"opus_k1ypuy_group","item":"opus_k1ypuy_item"};
7181
+ var CommandPalette_default = {"commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","panel":"opus_k1ypuy_panel","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","searchInput":"opus_k1ypuy_searchInput","results":"opus_k1ypuy_results","group":"opus_k1ypuy_group","groupLabel":"opus_k1ypuy_groupLabel","itemMain":"opus_k1ypuy_itemMain","backdrop":"opus_k1ypuy_backdrop","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","itemDescription":"opus_k1ypuy_itemDescription","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","footer":"opus_k1ypuy_footer","searchIconSvg":"opus_k1ypuy_searchIconSvg","empty":"opus_k1ypuy_empty","searchIcon":"opus_k1ypuy_searchIcon","shortcut":"opus_k1ypuy_shortcut","visuallyHidden":"opus_k1ypuy_visuallyHidden","searchWrap":"opus_k1ypuy_searchWrap","item":"opus_k1ypuy_item","itemLabel":"opus_k1ypuy_itemLabel"};
7182
7182
 
7183
7183
  // ../../components/CommandPalette/CommandPalette.tsx
7184
7184
  import { jsx as jsx46, jsxs as jsxs34 } from "react/jsx-runtime";
@@ -7518,7 +7518,7 @@ function AccordionGroup({
7518
7518
  }
7519
7519
 
7520
7520
  // ../../components/Accordion/Accordion.module.css
7521
- var Accordion_default = {"item":"opus_WNZQMV_item","panel":"opus_WNZQMV_panel","panelInner":"opus_WNZQMV_panelInner","content":"opus_WNZQMV_content","trigger":"opus_WNZQMV_trigger","standalone":"opus_WNZQMV_standalone","chevron":"opus_WNZQMV_chevron","triggerLabel":"opus_WNZQMV_triggerLabel"};
7521
+ var Accordion_default = {"trigger":"opus_WNZQMV_trigger","panel":"opus_WNZQMV_panel","content":"opus_WNZQMV_content","panelInner":"opus_WNZQMV_panelInner","triggerLabel":"opus_WNZQMV_triggerLabel","standalone":"opus_WNZQMV_standalone","item":"opus_WNZQMV_item","chevron":"opus_WNZQMV_chevron"};
7522
7522
 
7523
7523
  // ../../components/Accordion/Accordion.tsx
7524
7524
  import { jsx as jsx48, jsxs as jsxs35 } from "react/jsx-runtime";
@@ -7611,7 +7611,7 @@ import {
7611
7611
  } from "react";
7612
7612
 
7613
7613
  // ../../components/ShowMore/ShowMore.module.css
7614
- var ShowMore_default = {"chevron":"opus_dSk-ve_chevron","root":"opus_dSk-ve_root","contentShell":"opus_dSk-ve_contentShell","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","toggle":"opus_dSk-ve_toggle","inner":"opus_dSk-ve_inner","toggleLabel":"opus_dSk-ve_toggleLabel"};
7614
+ var ShowMore_default = {"contentShell":"opus_dSk-ve_contentShell","toggle":"opus_dSk-ve_toggle","toggleLabel":"opus_dSk-ve_toggleLabel","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","root":"opus_dSk-ve_root","chevron":"opus_dSk-ve_chevron","inner":"opus_dSk-ve_inner"};
7615
7615
 
7616
7616
  // ../../components/ShowMore/ShowMore.tsx
7617
7617
  import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
@@ -7715,7 +7715,7 @@ function ShowMore({
7715
7715
  }
7716
7716
 
7717
7717
  // ../../components/Toast/Toast.module.css
7718
- var Toast_default = {"iconSvg":"opus_cklQPW_iconSvg","iconMark":"opus_cklQPW_iconMark","description":"opus_cklQPW_description","dismiss":"opus_cklQPW_dismiss","content":"opus_cklQPW_content","toast":"opus_cklQPW_toast","main":"opus_cklQPW_main","body":"opus_cklQPW_body","progressTrack":"opus_cklQPW_progressTrack","progressBar":"opus_cklQPW_progressBar","dismissIcon":"opus_cklQPW_dismissIcon","toastProgress":"opus_cklQPW_toastProgress","title":"opus_cklQPW_title","icon":"opus_cklQPW_icon"};
7718
+ var Toast_default = {"iconSvg":"opus_cklQPW_iconSvg","body":"opus_cklQPW_body","description":"opus_cklQPW_description","iconMark":"opus_cklQPW_iconMark","dismiss":"opus_cklQPW_dismiss","dismissIcon":"opus_cklQPW_dismissIcon","progressTrack":"opus_cklQPW_progressTrack","title":"opus_cklQPW_title","content":"opus_cklQPW_content","progressBar":"opus_cklQPW_progressBar","icon":"opus_cklQPW_icon","toastProgress":"opus_cklQPW_toastProgress","toast":"opus_cklQPW_toast","main":"opus_cklQPW_main"};
7719
7719
 
7720
7720
  // ../../components/Toast/Toast.tsx
7721
7721
  import { jsx as jsx50, jsxs as jsxs37 } from "react/jsx-runtime";
@@ -7795,7 +7795,7 @@ import {
7795
7795
  } from "react";
7796
7796
 
7797
7797
  // ../../components/ToastProvider/ToastProvider.module.css
7798
- var ToastProvider_default = {"itemSurface":"opus_z3pSp7_itemSurface","viewport":"opus_z3pSp7_viewport","viewportTop":"opus_z3pSp7_viewportTop","viewportLeft":"opus_z3pSp7_viewportLeft","itemClip":"opus_z3pSp7_itemClip","viewportBottom":"opus_z3pSp7_viewportBottom","item":"opus_z3pSp7_item","itemBackdrop":"opus_z3pSp7_itemBackdrop","viewportRight":"opus_z3pSp7_viewportRight"};
7798
+ var ToastProvider_default = {"itemSurface":"opus_z3pSp7_itemSurface","item":"opus_z3pSp7_item","viewportTop":"opus_z3pSp7_viewportTop","itemClip":"opus_z3pSp7_itemClip","viewport":"opus_z3pSp7_viewport","itemBackdrop":"opus_z3pSp7_itemBackdrop","viewportBottom":"opus_z3pSp7_viewportBottom","viewportRight":"opus_z3pSp7_viewportRight","viewportLeft":"opus_z3pSp7_viewportLeft"};
7799
7799
 
7800
7800
  // ../../components/ToastProvider/ToastProvider.tsx
7801
7801
  import { jsx as jsx51, jsxs as jsxs38 } from "react/jsx-runtime";
@@ -8165,7 +8165,7 @@ function ToastProvider({
8165
8165
  import { useId as useId16, useState as useState30 } from "react";
8166
8166
 
8167
8167
  // ../../components/Tabs/Tabs.module.css
8168
- var Tabs_default = {"list":"opus_ADVJmy_list","panel":"opus_ADVJmy_panel","root":"opus_ADVJmy_root","tab":"opus_ADVJmy_tab"};
8168
+ var Tabs_default = {"root":"opus_ADVJmy_root","tab":"opus_ADVJmy_tab","list":"opus_ADVJmy_list","panel":"opus_ADVJmy_panel"};
8169
8169
 
8170
8170
  // ../../components/Tabs/Tabs.tsx
8171
8171
  import { jsx as jsx52, jsxs as jsxs39 } from "react/jsx-runtime";
@@ -8279,7 +8279,7 @@ function Tabs({
8279
8279
  }
8280
8280
 
8281
8281
  // ../../components/Card/Card.module.css
8282
- var Card_default = {"content":"opus_qWo1sP_content","heading":"opus_qWo1sP_heading","body":"opus_qWo1sP_body","footerContent":"opus_qWo1sP_footerContent","footer":"opus_qWo1sP_footer","actions":"opus_qWo1sP_actions","card":"opus_qWo1sP_card","eyebrow":"opus_qWo1sP_eyebrow","title":"opus_qWo1sP_title","media":"opus_qWo1sP_media"};
8282
+ var Card_default = {"title":"opus_qWo1sP_title","footerContent":"opus_qWo1sP_footerContent","footer":"opus_qWo1sP_footer","eyebrow":"opus_qWo1sP_eyebrow","media":"opus_qWo1sP_media","body":"opus_qWo1sP_body","heading":"opus_qWo1sP_heading","content":"opus_qWo1sP_content","actions":"opus_qWo1sP_actions","card":"opus_qWo1sP_card"};
8283
8283
 
8284
8284
  // ../../components/Card/Card.tsx
8285
8285
  import { jsx as jsx53, jsxs as jsxs40 } from "react/jsx-runtime";
@@ -8310,7 +8310,7 @@ function Card({
8310
8310
  }
8311
8311
 
8312
8312
  // ../../components/dashboardMetricCardLayout/dashboardMetricCardLayout.module.css
8313
- var dashboardMetricCardLayout_default = {"metaPlaceholder":"opus_6_sptY_metaPlaceholder","metaSlot":"opus_6_sptY_metaSlot","iconPlaceholder":"opus_6_sptY_iconPlaceholder","value":"opus_6_sptY_value","shell":"opus_6_sptY_shell","iconSlot":"opus_6_sptY_iconSlot","header":"opus_6_sptY_header","label":"opus_6_sptY_label"};
8313
+ var dashboardMetricCardLayout_default = {"label":"opus_6_sptY_label","header":"opus_6_sptY_header","metaPlaceholder":"opus_6_sptY_metaPlaceholder","metaSlot":"opus_6_sptY_metaSlot","iconPlaceholder":"opus_6_sptY_iconPlaceholder","shell":"opus_6_sptY_shell","value":"opus_6_sptY_value","iconSlot":"opus_6_sptY_iconSlot"};
8314
8314
 
8315
8315
  // ../../components/StatCard/StatCard.module.css
8316
8316
  var StatCard_default = {"change":"opus_KIXsQY_change"};
@@ -8340,7 +8340,7 @@ function StatCard({
8340
8340
  }
8341
8341
 
8342
8342
  // ../../components/Gauge/Gauge.module.css
8343
- var Gauge_default = {"body":"opus_t6IuQe_body","gaugeSlot":"opus_t6IuQe_gaugeSlot","subtitle":"opus_t6IuQe_subtitle","footerLabel":"opus_t6IuQe_footerLabel","heading":"opus_t6IuQe_heading","footerValue":"opus_t6IuQe_footerValue","widget":"opus_t6IuQe_widget","gaugeCenter":"opus_t6IuQe_gaugeCenter","header":"opus_t6IuQe_header","gaugeTrack":"opus_t6IuQe_gaugeTrack","footerItem":"opus_t6IuQe_footerItem","gaugeSvg":"opus_t6IuQe_gaugeSvg","gaugeValue":"opus_t6IuQe_gaugeValue","gauge":"opus_t6IuQe_gauge","footer":"opus_t6IuQe_footer","change":"opus_t6IuQe_change","summary":"opus_t6IuQe_summary","title":"opus_t6IuQe_title","footerTrend":"opus_t6IuQe_footerTrend"};
8343
+ var Gauge_default = {"heading":"opus_t6IuQe_heading","gaugeTrack":"opus_t6IuQe_gaugeTrack","change":"opus_t6IuQe_change","widget":"opus_t6IuQe_widget","gaugeSvg":"opus_t6IuQe_gaugeSvg","gaugeValue":"opus_t6IuQe_gaugeValue","gaugeCenter":"opus_t6IuQe_gaugeCenter","body":"opus_t6IuQe_body","title":"opus_t6IuQe_title","subtitle":"opus_t6IuQe_subtitle","footer":"opus_t6IuQe_footer","footerItem":"opus_t6IuQe_footerItem","gaugeSlot":"opus_t6IuQe_gaugeSlot","gauge":"opus_t6IuQe_gauge","footerLabel":"opus_t6IuQe_footerLabel","footerValue":"opus_t6IuQe_footerValue","footerTrend":"opus_t6IuQe_footerTrend","summary":"opus_t6IuQe_summary","header":"opus_t6IuQe_header"};
8344
8344
 
8345
8345
  // ../../components/Gauge/Gauge.tsx
8346
8346
  import { jsx as jsx55, jsxs as jsxs42 } from "react/jsx-runtime";
@@ -8474,7 +8474,7 @@ function Gauge({
8474
8474
  import { useId as useId17 } from "react";
8475
8475
 
8476
8476
  // ../../components/Sparkline/Sparkline.module.css
8477
- var Sparkline_default = {"area":"opus_xXtB87_area","endPoint":"opus_xXtB87_endPoint","sparkline":"opus_xXtB87_sparkline","chart":"opus_xXtB87_chart","label":"opus_xXtB87_label","svg":"opus_xXtB87_svg","line":"opus_xXtB87_line"};
8477
+ var Sparkline_default = {"line":"opus_xXtB87_line","area":"opus_xXtB87_area","endPoint":"opus_xXtB87_endPoint","sparkline":"opus_xXtB87_sparkline","chart":"opus_xXtB87_chart","svg":"opus_xXtB87_svg","label":"opus_xXtB87_label"};
8478
8478
 
8479
8479
  // ../../components/Sparkline/Sparkline.tsx
8480
8480
  import { jsx as jsx56, jsxs as jsxs43 } from "react/jsx-runtime";
@@ -8541,7 +8541,7 @@ function Sparkline({
8541
8541
  }
8542
8542
 
8543
8543
  // ../../components/ProgressRing/ProgressRing.module.css
8544
- var ProgressRing_default = {"center":"opus_YxX6Hh_center","track":"opus_YxX6Hh_track","ring":"opus_YxX6Hh_ring","svg":"opus_YxX6Hh_svg","value":"opus_YxX6Hh_value"};
8544
+ var ProgressRing_default = {"svg":"opus_YxX6Hh_svg","value":"opus_YxX6Hh_value","center":"opus_YxX6Hh_center","track":"opus_YxX6Hh_track","ring":"opus_YxX6Hh_ring"};
8545
8545
 
8546
8546
  // ../../components/ProgressRing/ProgressRing.tsx
8547
8547
  import { jsx as jsx57, jsxs as jsxs44 } from "react/jsx-runtime";
@@ -8574,7 +8574,7 @@ function ProgressRing({ label, max = 100, value }) {
8574
8574
  }
8575
8575
 
8576
8576
  // ../../components/ProgressBar/ProgressBar.module.css
8577
- var ProgressBar_default = {"bar":"opus_q04AvA_bar","header":"opus_q04AvA_header","track":"opus_q04AvA_track","label":"opus_q04AvA_label","fill":"opus_q04AvA_fill","value":"opus_q04AvA_value"};
8577
+ var ProgressBar_default = {"track":"opus_q04AvA_track","header":"opus_q04AvA_header","bar":"opus_q04AvA_bar","value":"opus_q04AvA_value","label":"opus_q04AvA_label","fill":"opus_q04AvA_fill"};
8578
8578
 
8579
8579
  // ../../components/ProgressBar/ProgressBar.tsx
8580
8580
  import { jsx as jsx58, jsxs as jsxs45 } from "react/jsx-runtime";
@@ -8594,7 +8594,7 @@ function ProgressBar({ label, max = 100, value }) {
8594
8594
  }
8595
8595
 
8596
8596
  // ../../components/Speedometer/Speedometer.module.css
8597
- var Speedometer_default = {"center":"opus__jpB7z_center","needle":"opus__jpB7z_needle","hub":"opus__jpB7z_hub","speedometer":"opus__jpB7z_speedometer","track":"opus__jpB7z_track","value":"opus__jpB7z_value","svg":"opus__jpB7z_svg"};
8597
+ var Speedometer_default = {"track":"opus__jpB7z_track","svg":"opus__jpB7z_svg","hub":"opus__jpB7z_hub","speedometer":"opus__jpB7z_speedometer","needle":"opus__jpB7z_needle","value":"opus__jpB7z_value","center":"opus__jpB7z_center"};
8598
8598
 
8599
8599
  // ../../components/Speedometer/Speedometer.tsx
8600
8600
  import { jsx as jsx59, jsxs as jsxs46 } from "react/jsx-runtime";
@@ -8627,7 +8627,7 @@ function Speedometer({ label, max = 100, value }) {
8627
8627
  }
8628
8628
 
8629
8629
  // ../../components/MetricTile/MetricTile.module.css
8630
- var MetricTile_default = {"sparklineSlot":"opus_-dz9KL_sparklineSlot","topRow":"opus_-dz9KL_topRow","tile":"opus_-dz9KL_tile"};
8630
+ var MetricTile_default = {"sparklineSlot":"opus_-dz9KL_sparklineSlot","tile":"opus_-dz9KL_tile","topRow":"opus_-dz9KL_topRow"};
8631
8631
 
8632
8632
  // ../../components/MetricTile/MetricTile.tsx
8633
8633
  import { jsx as jsx60, jsxs as jsxs47 } from "react/jsx-runtime";
@@ -8644,7 +8644,7 @@ function MetricTile({ density = "comfortable", icon, label, sparkline, value })
8644
8644
  }
8645
8645
 
8646
8646
  // ../../components/StatusIndicator/StatusIndicator.module.css
8647
- var StatusIndicator_default = {"indicator":"opus_ZfaAEC_indicator","dot":"opus_ZfaAEC_dot"};
8647
+ var StatusIndicator_default = {"dot":"opus_ZfaAEC_dot","indicator":"opus_ZfaAEC_indicator"};
8648
8648
 
8649
8649
  // ../../components/StatusIndicator/StatusIndicator.tsx
8650
8650
  import { jsx as jsx61, jsxs as jsxs48 } from "react/jsx-runtime";
@@ -8669,7 +8669,7 @@ function TrendBadge({ direction, value }) {
8669
8669
  }
8670
8670
 
8671
8671
  // ../../components/Panel/Panel.module.css
8672
- var Panel_default = {"headerActions":"opus_JZHUc__headerActions","footer":"opus_JZHUc__footer","body":"opus_JZHUc__body","heading":"opus_JZHUc__heading","title":"opus_JZHUc__title","panel":"opus_JZHUc__panel","description":"opus_JZHUc__description","header":"opus_JZHUc__header"};
8672
+ var Panel_default = {"panel":"opus_JZHUc__panel","title":"opus_JZHUc__title","heading":"opus_JZHUc__heading","body":"opus_JZHUc__body","headerActions":"opus_JZHUc__headerActions","header":"opus_JZHUc__header","footer":"opus_JZHUc__footer","description":"opus_JZHUc__description"};
8673
8673
 
8674
8674
  // ../../components/Panel/Panel.tsx
8675
8675
  import { jsx as jsx62, jsxs as jsxs50 } from "react/jsx-runtime";
@@ -8864,7 +8864,7 @@ function resolveSectionGapVars(gap = "md") {
8864
8864
  }
8865
8865
 
8866
8866
  // ../../components/Section/Section.module.css
8867
- var Section_default = {"row":"opus_FajZiH_row","description":"opus_FajZiH_description","header":"opus_FajZiH_header","section":"opus_FajZiH_section","title":"opus_FajZiH_title","body":"opus_FajZiH_body","column":"opus_FajZiH_column"};
8867
+ var Section_default = {"description":"opus_FajZiH_description","title":"opus_FajZiH_title","section":"opus_FajZiH_section","column":"opus_FajZiH_column","body":"opus_FajZiH_body","row":"opus_FajZiH_row","header":"opus_FajZiH_header"};
8868
8868
 
8869
8869
  // ../../components/Section/Section.tsx
8870
8870
  import { jsx as jsx63, jsxs as jsxs51 } from "react/jsx-runtime";
@@ -8945,7 +8945,7 @@ var Section = Object.assign(SectionRoot, {
8945
8945
  });
8946
8946
 
8947
8947
  // ../../components/Table/Table.module.css
8948
- var Table_default = {"wrap":"opus_2q7S14_wrap","caption":"opus_2q7S14_caption","empty":"opus_2q7S14_empty","visuallyHidden":"opus_2q7S14_visuallyHidden","table":"opus_2q7S14_table"};
8948
+ var Table_default = {"caption":"opus_2q7S14_caption","empty":"opus_2q7S14_empty","wrap":"opus_2q7S14_wrap","table":"opus_2q7S14_table","visuallyHidden":"opus_2q7S14_visuallyHidden"};
8949
8949
 
8950
8950
  // ../../components/Table/Table.tsx
8951
8951
  import { jsx as jsx64, jsxs as jsxs52 } from "react/jsx-runtime";
@@ -9176,7 +9176,7 @@ function buildPivotGrid(sourceRows, config2) {
9176
9176
  }
9177
9177
 
9178
9178
  // ../../components/DataGrid/DataGrid.module.css
9179
- var DataGrid_default = {"menuLabel":"opus_zN0bNb_menuLabel","groupCount":"opus_zN0bNb_groupCount","frame":"opus_zN0bNb_frame","caption":"opus_zN0bNb_caption","sortIndicator":"opus_zN0bNb_sortIndicator","filterInput":"opus_zN0bNb_filterInput","sortButton":"opus_zN0bNb_sortButton","infiniteFooter":"opus_zN0bNb_infiniteFooter","corner":"opus_zN0bNb_corner","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","expandSpacer":"opus_zN0bNb_expandSpacer","headerCell":"opus_zN0bNb_headerCell","detailCell":"opus_zN0bNb_detailCell","headerLabel":"opus_zN0bNb_headerLabel","detailRow":"opus_zN0bNb_detailRow","wrap":"opus_zN0bNb_wrap","rowHeaderLabel":"opus_zN0bNb_rowHeaderLabel","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","gridBody":"opus_zN0bNb_gridBody","spacerRow":"opus_zN0bNb_spacerRow","menuSection":"opus_zN0bNb_menuSection","menuHost":"opus_zN0bNb_menuHost","menuAction":"opus_zN0bNb_menuAction","empty":"opus_zN0bNb_empty","groupRow":"opus_zN0bNb_groupRow","rowHeaderInner":"opus_zN0bNb_rowHeaderInner","menuChevron":"opus_zN0bNb_menuChevron","groupButton":"opus_zN0bNb_groupButton","grid":"opus_zN0bNb_grid","menuButton":"opus_zN0bNb_menuButton","groupCell":"opus_zN0bNb_groupCell","expandButton":"opus_zN0bNb_expandButton","headerControls":"opus_zN0bNb_headerControls","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","rowHeader":"opus_zN0bNb_rowHeader","chevron":"opus_zN0bNb_chevron","visuallyHidden":"opus_zN0bNb_visuallyHidden","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","headerMenu":"opus_zN0bNb_headerMenu"};
9179
+ var DataGrid_default = {"gridBody":"opus_zN0bNb_gridBody","groupCell":"opus_zN0bNb_groupCell","detailCell":"opus_zN0bNb_detailCell","corner":"opus_zN0bNb_corner","sortButton":"opus_zN0bNb_sortButton","filterInput":"opus_zN0bNb_filterInput","menuLabel":"opus_zN0bNb_menuLabel","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","menuSection":"opus_zN0bNb_menuSection","visuallyHidden":"opus_zN0bNb_visuallyHidden","headerLabel":"opus_zN0bNb_headerLabel","rowHeaderInner":"opus_zN0bNb_rowHeaderInner","rowHeader":"opus_zN0bNb_rowHeader","groupCount":"opus_zN0bNb_groupCount","wrap":"opus_zN0bNb_wrap","rowHeaderLabel":"opus_zN0bNb_rowHeaderLabel","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","expandSpacer":"opus_zN0bNb_expandSpacer","detailRow":"opus_zN0bNb_detailRow","groupRow":"opus_zN0bNb_groupRow","chevron":"opus_zN0bNb_chevron","menuAction":"opus_zN0bNb_menuAction","menuButton":"opus_zN0bNb_menuButton","headerCell":"opus_zN0bNb_headerCell","caption":"opus_zN0bNb_caption","frame":"opus_zN0bNb_frame","menuChevron":"opus_zN0bNb_menuChevron","sortIndicator":"opus_zN0bNb_sortIndicator","infiniteFooter":"opus_zN0bNb_infiniteFooter","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","groupButton":"opus_zN0bNb_groupButton","menuHost":"opus_zN0bNb_menuHost","empty":"opus_zN0bNb_empty","spacerRow":"opus_zN0bNb_spacerRow","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","grid":"opus_zN0bNb_grid","expandButton":"opus_zN0bNb_expandButton","headerControls":"opus_zN0bNb_headerControls","headerMenu":"opus_zN0bNb_headerMenu"};
9180
9180
 
9181
9181
  // ../../components/DataGrid/DataGrid.tsx
9182
9182
  import { jsx as jsx65, jsxs as jsxs53 } from "react/jsx-runtime";
@@ -12742,7 +12742,7 @@ function SpecializedChart(props) {
12742
12742
  }
12743
12743
 
12744
12744
  // ../../components/Chart/Chart.module.css
12745
- var Chart_default = {"ring":"opus_L6guCK_ring","graphLinkColored":"opus_L6guCK_graphLinkColored","valueLabel":"opus_L6guCK_valueLabel","axisTitle":"opus_L6guCK_axisTitle","header":"opus_L6guCK_header","radarGrid":"opus_L6guCK_radarGrid","axisLine":"opus_L6guCK_axisLine","graphNodeRing":"opus_L6guCK_graphNodeRing","title":"opus_L6guCK_title","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","seriesD":"opus_L6guCK_seriesD","seriesB":"opus_L6guCK_seriesB","graphLabel":"opus_L6guCK_graphLabel","seriesF":"opus_L6guCK_seriesF","legend":"opus_L6guCK_legend","grid":"opus_L6guCK_grid","mapLabel":"opus_L6guCK_mapLabel","mapValue":"opus_L6guCK_mapValue","graphLink":"opus_L6guCK_graphLink","graphNode":"opus_L6guCK_graphNode","link":"opus_L6guCK_link","packLabel":"opus_L6guCK_packLabel","mapLand":"opus_L6guCK_mapLand","funnel":"opus_L6guCK_funnel","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","chart":"opus_L6guCK_chart","svg":"opus_L6guCK_svg","slice":"opus_L6guCK_slice","axisGuide":"opus_L6guCK_axisGuide","seriesC":"opus_L6guCK_seriesC","seriesE":"opus_L6guCK_seriesE","sankeySideName":"opus_L6guCK_sankeySideName","mapRegion":"opus_L6guCK_mapRegion","axes":"opus_L6guCK_axes","axisLabels":"opus_L6guCK_axisLabels","bar":"opus_L6guCK_bar","sankeySideValue":"opus_L6guCK_sankeySideValue","meta":"opus_L6guCK_meta","ridge":"opus_L6guCK_ridge","funnelText":"opus_L6guCK_funnelText","area":"opus_L6guCK_area","line":"opus_L6guCK_line","point":"opus_L6guCK_point","land":"opus_L6guCK_land","radarArea":"opus_L6guCK_radarArea","sankeySideLabel":"opus_L6guCK_sankeySideLabel","seriesA":"opus_L6guCK_seriesA","packParent":"opus_L6guCK_packParent","funnelGuide":"opus_L6guCK_funnelGuide","wick":"opus_L6guCK_wick","treemapLabel":"opus_L6guCK_treemapLabel","sankeyNode":"opus_L6guCK_sankeyNode","sankeyLink":"opus_L6guCK_sankeyLink","legendItem":"opus_L6guCK_legendItem","axisTick":"opus_L6guCK_axisTick","legendSwatch":"opus_L6guCK_legendSwatch","violin":"opus_L6guCK_violin"};
12745
+ var Chart_default = {"legend":"opus_L6guCK_legend","land":"opus_L6guCK_land","ring":"opus_L6guCK_ring","area":"opus_L6guCK_area","violin":"opus_L6guCK_violin","seriesC":"opus_L6guCK_seriesC","graphNode":"opus_L6guCK_graphNode","radarArea":"opus_L6guCK_radarArea","svg":"opus_L6guCK_svg","meta":"opus_L6guCK_meta","mapRegion":"opus_L6guCK_mapRegion","axisGuide":"opus_L6guCK_axisGuide","point":"opus_L6guCK_point","graphLabel":"opus_L6guCK_graphLabel","sankeyLink":"opus_L6guCK_sankeyLink","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","sankeyNode":"opus_L6guCK_sankeyNode","legendItem":"opus_L6guCK_legendItem","axisLabels":"opus_L6guCK_axisLabels","mapLabel":"opus_L6guCK_mapLabel","mapValue":"opus_L6guCK_mapValue","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","ridge":"opus_L6guCK_ridge","graphLinkColored":"opus_L6guCK_graphLinkColored","packParent":"opus_L6guCK_packParent","valueLabel":"opus_L6guCK_valueLabel","axisTick":"opus_L6guCK_axisTick","line":"opus_L6guCK_line","wick":"opus_L6guCK_wick","legendSwatch":"opus_L6guCK_legendSwatch","packLabel":"opus_L6guCK_packLabel","slice":"opus_L6guCK_slice","sankeySideLabel":"opus_L6guCK_sankeySideLabel","link":"opus_L6guCK_link","title":"opus_L6guCK_title","graphLink":"opus_L6guCK_graphLink","seriesF":"opus_L6guCK_seriesF","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","grid":"opus_L6guCK_grid","graphNodeRing":"opus_L6guCK_graphNodeRing","seriesE":"opus_L6guCK_seriesE","sankeySideValue":"opus_L6guCK_sankeySideValue","funnelGuide":"opus_L6guCK_funnelGuide","radarGrid":"opus_L6guCK_radarGrid","funnelText":"opus_L6guCK_funnelText","bar":"opus_L6guCK_bar","sankeySideName":"opus_L6guCK_sankeySideName","treemapLabel":"opus_L6guCK_treemapLabel","chart":"opus_L6guCK_chart","seriesA":"opus_L6guCK_seriesA","axes":"opus_L6guCK_axes","header":"opus_L6guCK_header","funnel":"opus_L6guCK_funnel","axisTitle":"opus_L6guCK_axisTitle","axisLine":"opus_L6guCK_axisLine","mapLand":"opus_L6guCK_mapLand","seriesD":"opus_L6guCK_seriesD","seriesB":"opus_L6guCK_seriesB"};
12746
12746
 
12747
12747
  // ../../components/Chart/Chart.tsx
12748
12748
  import { Fragment as Fragment10, jsx as jsx67, jsxs as jsxs55 } from "react/jsx-runtime";
@@ -13881,7 +13881,7 @@ function Chart({
13881
13881
  }
13882
13882
 
13883
13883
  // ../../components/Skeleton/Skeleton.module.css
13884
- var Skeleton_default = {"avatar":"opus_27r9Md_avatar","media":"opus_27r9Md_media","stack":"opus_27r9Md_stack","tableRow":"opus_27r9Md_tableRow","line":"opus_27r9Md_line","avatarContent":"opus_27r9Md_avatarContent","skeletonShimmer":"opus_27r9Md_skeletonShimmer","skeleton":"opus_27r9Md_skeleton","tableCell":"opus_27r9Md_tableCell","skeletonPulse":"opus_27r9Md_skeletonPulse"};
13884
+ var Skeleton_default = {"skeletonShimmer":"opus_27r9Md_skeletonShimmer","avatarContent":"opus_27r9Md_avatarContent","line":"opus_27r9Md_line","skeletonPulse":"opus_27r9Md_skeletonPulse","skeleton":"opus_27r9Md_skeleton","avatar":"opus_27r9Md_avatar","tableCell":"opus_27r9Md_tableCell","tableRow":"opus_27r9Md_tableRow","media":"opus_27r9Md_media","stack":"opus_27r9Md_stack"};
13885
13885
 
13886
13886
  // ../../components/Skeleton/Skeleton.tsx
13887
13887
  import { jsx as jsx68, jsxs as jsxs56 } from "react/jsx-runtime";
@@ -13932,7 +13932,7 @@ import { faXmark as faXmark2 } from "@fortawesome/free-solid-svg-icons";
13932
13932
  import { FontAwesomeIcon as FontAwesomeIcon9 } from "@fortawesome/react-fontawesome";
13933
13933
 
13934
13934
  // ../../components/Lightbox/Lightbox.module.css
13935
- var Lightbox_default = {"closeIcon":"opus_s7Rpyv_closeIcon","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","lightbox":"opus_s7Rpyv_lightbox","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","caption":"opus_s7Rpyv_caption","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","image":"opus_s7Rpyv_image","overlay":"opus_s7Rpyv_overlay","lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","frame":"opus_s7Rpyv_frame","close":"opus_s7Rpyv_close","trigger":"opus_s7Rpyv_trigger","panel":"opus_s7Rpyv_panel"};
13935
+ var Lightbox_default = {"lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","close":"opus_s7Rpyv_close","caption":"opus_s7Rpyv_caption","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","trigger":"opus_s7Rpyv_trigger","overlay":"opus_s7Rpyv_overlay","frame":"opus_s7Rpyv_frame","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","lightbox":"opus_s7Rpyv_lightbox","panel":"opus_s7Rpyv_panel","image":"opus_s7Rpyv_image","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","closeIcon":"opus_s7Rpyv_closeIcon"};
13936
13936
 
13937
13937
  // ../../components/Lightbox/Lightbox.tsx
13938
13938
  import { jsx as jsx69, jsxs as jsxs57 } from "react/jsx-runtime";
@@ -14047,7 +14047,7 @@ function Lightbox({
14047
14047
  }
14048
14048
 
14049
14049
  // ../../components/Carousel/Carousel.module.css
14050
- var Carousel_default = {"stage":"opus_N4occJ_stage","slide":"opus_N4occJ_slide","track":"opus_N4occJ_track","footer":"opus_N4occJ_footer","visuallyHidden":"opus_N4occJ_visuallyHidden","carousel":"opus_N4occJ_carousel","empty":"opus_N4occJ_empty","navIcon":"opus_N4occJ_navIcon","pip":"opus_N4occJ_pip","pips":"opus_N4occJ_pips","image":"opus_N4occJ_image","nav":"opus_N4occJ_nav","caption":"opus_N4occJ_caption"};
14050
+ var Carousel_default = {"stage":"opus_N4occJ_stage","carousel":"opus_N4occJ_carousel","nav":"opus_N4occJ_nav","footer":"opus_N4occJ_footer","pip":"opus_N4occJ_pip","navIcon":"opus_N4occJ_navIcon","pips":"opus_N4occJ_pips","empty":"opus_N4occJ_empty","slide":"opus_N4occJ_slide","track":"opus_N4occJ_track","image":"opus_N4occJ_image","caption":"opus_N4occJ_caption","visuallyHidden":"opus_N4occJ_visuallyHidden"};
14051
14051
 
14052
14052
  // ../../components/Carousel/Carousel.tsx
14053
14053
  import { Fragment as Fragment11, jsx as jsx70, jsxs as jsxs58 } from "react/jsx-runtime";
@@ -14299,7 +14299,7 @@ function Carousel({
14299
14299
  }
14300
14300
 
14301
14301
  // ../../components/ImageThumbnail/ImageThumbnail.module.css
14302
- var ImageThumbnail_default = {"thumbnail":"opus_Gp1o-9_thumbnail","figure":"opus_Gp1o-9_figure","caption":"opus_Gp1o-9_caption","image":"opus_Gp1o-9_image"};
14302
+ var ImageThumbnail_default = {"image":"opus_Gp1o-9_image","caption":"opus_Gp1o-9_caption","thumbnail":"opus_Gp1o-9_thumbnail","figure":"opus_Gp1o-9_figure"};
14303
14303
 
14304
14304
  // ../../components/ImageThumbnail/ImageThumbnail.tsx
14305
14305
  import { jsx as jsx71, jsxs as jsxs59 } from "react/jsx-runtime";
@@ -14374,7 +14374,7 @@ import { createElement, useCallback as useCallback16, useEffect as useEffect29,
14374
14374
  import { useEffect as useEffect28, useRef as useRef28, useState as useState35 } from "react";
14375
14375
 
14376
14376
  // ../../components/ModelViewer/ModelViewer.module.css
14377
- var ModelViewer_default = {"caption":"opus_f7gfHI_caption","canvasHost":"opus_f7gfHI_canvasHost","viewer":"opus_f7gfHI_viewer","stage":"opus_f7gfHI_stage","model":"opus_f7gfHI_model","loading":"opus_f7gfHI_loading"};
14377
+ var ModelViewer_default = {"loading":"opus_f7gfHI_loading","caption":"opus_f7gfHI_caption","canvasHost":"opus_f7gfHI_canvasHost","model":"opus_f7gfHI_model","stage":"opus_f7gfHI_stage","viewer":"opus_f7gfHI_viewer"};
14378
14378
 
14379
14379
  // ../../components/ModelViewer/FireBarrelModelViewer.tsx
14380
14380
  import { jsx as jsx73, jsxs as jsxs60 } from "react/jsx-runtime";
@@ -14592,7 +14592,7 @@ import { faXmark as faXmark3 } from "@fortawesome/free-solid-svg-icons";
14592
14592
  import { FontAwesomeIcon as FontAwesomeIcon11 } from "@fortawesome/react-fontawesome";
14593
14593
 
14594
14594
  // ../../components/ModelLightbox/ModelLightbox.module.css
14595
- var ModelLightbox_default = {"lightbox":"opus_YYKGIB_lightbox","frame":"opus_YYKGIB_frame","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","overlay":"opus_YYKGIB_overlay","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","close":"opus_YYKGIB_close","closeIcon":"opus_YYKGIB_closeIcon","trigger":"opus_YYKGIB_trigger"};
14595
+ var ModelLightbox_default = {"frame":"opus_YYKGIB_frame","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","trigger":"opus_YYKGIB_trigger","overlay":"opus_YYKGIB_overlay","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","close":"opus_YYKGIB_close","lightbox":"opus_YYKGIB_lightbox","closeIcon":"opus_YYKGIB_closeIcon","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut"};
14596
14596
 
14597
14597
  // ../../components/ModelLightbox/ModelLightbox.tsx
14598
14598
  import { jsx as jsx75, jsxs as jsxs62 } from "react/jsx-runtime";
@@ -14697,7 +14697,7 @@ function ModelLightbox({
14697
14697
  }
14698
14698
 
14699
14699
  // ../../components/ModelThumbnail/ModelThumbnail.module.css
14700
- var ModelThumbnail_default = {"staticThumbnail":"opus_NkO9Yb_staticThumbnail","content":"opus_NkO9Yb_content","caption":"opus_NkO9Yb_caption"};
14700
+ var ModelThumbnail_default = {"content":"opus_NkO9Yb_content","caption":"opus_NkO9Yb_caption","staticThumbnail":"opus_NkO9Yb_staticThumbnail"};
14701
14701
 
14702
14702
  // ../../components/ModelThumbnail/ModelThumbnail.tsx
14703
14703
  import { jsx as jsx76, jsxs as jsxs63 } from "react/jsx-runtime";
@@ -14734,7 +14734,7 @@ function ModelThumbnail({
14734
14734
  }
14735
14735
 
14736
14736
  // ../../components/ModelGallery/ModelGallery.module.css
14737
- var ModelGallery_default = {"empty":"opus_8llAjm_empty","gallery":"opus_8llAjm_gallery"};
14737
+ var ModelGallery_default = {"gallery":"opus_8llAjm_gallery","empty":"opus_8llAjm_empty"};
14738
14738
 
14739
14739
  // ../../components/ModelGallery/ModelGallery.tsx
14740
14740
  import { jsx as jsx77 } from "react/jsx-runtime";
@@ -14767,7 +14767,7 @@ function ModelGallery({
14767
14767
  import { useId as useId19 } from "react";
14768
14768
 
14769
14769
  // ../../components/EmptyState/EmptyState.module.css
14770
- var EmptyState_default = {"actions":"opus_1KckGY_actions","iconWrap":"opus_1KckGY_iconWrap","description":"opus_1KckGY_description","title":"opus_1KckGY_title","copy":"opus_1KckGY_copy","root":"opus_1KckGY_root"};
14770
+ var EmptyState_default = {"title":"opus_1KckGY_title","description":"opus_1KckGY_description","root":"opus_1KckGY_root","copy":"opus_1KckGY_copy","actions":"opus_1KckGY_actions","iconWrap":"opus_1KckGY_iconWrap"};
14771
14771
 
14772
14772
  // ../../components/EmptyState/EmptyState.tsx
14773
14773
  import { jsx as jsx78, jsxs as jsxs64 } from "react/jsx-runtime";
@@ -14819,7 +14819,7 @@ function Badge({
14819
14819
  }
14820
14820
 
14821
14821
  // ../../components/Divider/Divider.module.css
14822
- var Divider_default = {"label":"opus_ux1i0D_label","labelled":"opus_ux1i0D_labelled","divider":"opus_ux1i0D_divider","line":"opus_ux1i0D_line"};
14822
+ var Divider_default = {"divider":"opus_ux1i0D_divider","labelled":"opus_ux1i0D_labelled","line":"opus_ux1i0D_line","label":"opus_ux1i0D_label"};
14823
14823
 
14824
14824
  // ../../components/Divider/Divider.tsx
14825
14825
  import { jsx as jsx80, jsxs as jsxs66 } from "react/jsx-runtime";
@@ -14861,7 +14861,7 @@ function Divider({
14861
14861
  import { useMemo as useMemo17, useState as useState38 } from "react";
14862
14862
 
14863
14863
  // ../../components/Avatar/Avatar.module.css
14864
- var Avatar_default = {"avatar":"opus_jsRWxO_avatar","image":"opus_jsRWxO_image","initials":"opus_jsRWxO_initials"};
14864
+ var Avatar_default = {"image":"opus_jsRWxO_image","avatar":"opus_jsRWxO_avatar","initials":"opus_jsRWxO_initials"};
14865
14865
 
14866
14866
  // ../../components/Avatar/Avatar.tsx
14867
14867
  import { jsx as jsx81 } from "react/jsx-runtime";
@@ -14911,7 +14911,7 @@ function Avatar({
14911
14911
  }
14912
14912
 
14913
14913
  // ../../components/AvatarGroup/AvatarGroup.module.css
14914
- var AvatarGroup_default = {"item":"opus_Vv36ne_item","overflow":"opus_Vv36ne_overflow","group":"opus_Vv36ne_group"};
14914
+ var AvatarGroup_default = {"overflow":"opus_Vv36ne_overflow","group":"opus_Vv36ne_group","item":"opus_Vv36ne_item"};
14915
14915
 
14916
14916
  // ../../components/AvatarGroup/AvatarGroup.tsx
14917
14917
  import { jsx as jsx82, jsxs as jsxs67 } from "react/jsx-runtime";
@@ -14937,7 +14937,7 @@ function AvatarGroup({ items, max = 4, size = "md" }) {
14937
14937
  }
14938
14938
 
14939
14939
  // ../../components/Statistic/Statistic.module.css
14940
- var Statistic_default = {"trend":"opus_vCN1bv_trend","root":"opus_vCN1bv_root","label":"opus_vCN1bv_label","value":"opus_vCN1bv_value","affix":"opus_vCN1bv_affix"};
14940
+ var Statistic_default = {"root":"opus_vCN1bv_root","label":"opus_vCN1bv_label","value":"opus_vCN1bv_value","affix":"opus_vCN1bv_affix","trend":"opus_vCN1bv_trend"};
14941
14941
 
14942
14942
  // ../../components/Statistic/Statistic.tsx
14943
14943
  import { jsx as jsx83, jsxs as jsxs68 } from "react/jsx-runtime";
@@ -14964,7 +14964,7 @@ function Statistic({
14964
14964
  }
14965
14965
 
14966
14966
  // ../../components/List/List.module.css
14967
- var List_default = {"title":"opus_ys3xlo_title","meta":"opus_ys3xlo_meta","list":"opus_ys3xlo_list","head":"opus_ys3xlo_head","item":"opus_ys3xlo_item","icon":"opus_ys3xlo_icon","body":"opus_ys3xlo_body","description":"opus_ys3xlo_description"};
14967
+ var List_default = {"icon":"opus_ys3xlo_icon","title":"opus_ys3xlo_title","list":"opus_ys3xlo_list","item":"opus_ys3xlo_item","description":"opus_ys3xlo_description","head":"opus_ys3xlo_head","meta":"opus_ys3xlo_meta","body":"opus_ys3xlo_body"};
14968
14968
 
14969
14969
  // ../../components/List/List.tsx
14970
14970
  import { jsx as jsx84, jsxs as jsxs69 } from "react/jsx-runtime";
@@ -14983,7 +14983,7 @@ function List({ density = "comfortable", items, ordered = false }) {
14983
14983
  }
14984
14984
 
14985
14985
  // ../../components/DescriptionList/DescriptionList.module.css
14986
- var DescriptionList_default = {"term":"opus_FY8OsC_term","details":"opus_FY8OsC_details","list":"opus_FY8OsC_list","row":"opus_FY8OsC_row"};
14986
+ var DescriptionList_default = {"row":"opus_FY8OsC_row","list":"opus_FY8OsC_list","details":"opus_FY8OsC_details","term":"opus_FY8OsC_term"};
14987
14987
 
14988
14988
  // ../../components/DescriptionList/DescriptionList.tsx
14989
14989
  import { jsx as jsx85, jsxs as jsxs70 } from "react/jsx-runtime";
@@ -15001,7 +15001,7 @@ function DescriptionList({
15001
15001
  import { useState as useState39 } from "react";
15002
15002
 
15003
15003
  // ../../components/PropertyGrid/PropertyGrid.module.css
15004
- var PropertyGrid_default = {"value":"opus_Bnfsue_value","copy":"opus_Bnfsue_copy","valueCell":"opus_Bnfsue_valueCell","row":"opus_Bnfsue_row","label":"opus_Bnfsue_label","grid":"opus_Bnfsue_grid"};
15004
+ var PropertyGrid_default = {"label":"opus_Bnfsue_label","valueCell":"opus_Bnfsue_valueCell","copy":"opus_Bnfsue_copy","row":"opus_Bnfsue_row","value":"opus_Bnfsue_value","grid":"opus_Bnfsue_grid"};
15005
15005
 
15006
15006
  // ../../components/PropertyGrid/PropertyGrid.tsx
15007
15007
  import { jsx as jsx86, jsxs as jsxs71 } from "react/jsx-runtime";
@@ -15125,10 +15125,10 @@ function Grid2({
15125
15125
  import { useCallback as useCallback18, useEffect as useEffect31, useId as useId20, useRef as useRef31, useState as useState40 } from "react";
15126
15126
 
15127
15127
  // ../../components/ResizeHandle/ResizeHandle.module.css
15128
- var ResizeHandle_default = {"handle":"opus_PaKREB_handle"};
15128
+ var ResizeHandle_default = {"handle":"opus_PaKREB_handle","grip":"opus_PaKREB_grip","dot":"opus_PaKREB_dot"};
15129
15129
 
15130
15130
  // ../../components/ResizeHandle/ResizeHandle.tsx
15131
- import { jsx as jsx90 } from "react/jsx-runtime";
15131
+ import { jsx as jsx90, jsxs as jsxs72 } from "react/jsx-runtime";
15132
15132
  function ResizeHandle(_a2) {
15133
15133
  var _b2 = _a2, {
15134
15134
  background = "subtle",
@@ -15150,16 +15150,22 @@ function ResizeHandle(_a2) {
15150
15150
  "data-height": height,
15151
15151
  "data-orientation": orientation,
15152
15152
  role: "separator",
15153
- type: "button"
15153
+ type: "button",
15154
+ children: /* @__PURE__ */ jsxs72("span", { "aria-hidden": "true", className: ResizeHandle_default.grip, children: [
15155
+ /* @__PURE__ */ jsx90("span", { className: ResizeHandle_default.dot }),
15156
+ /* @__PURE__ */ jsx90("span", { className: ResizeHandle_default.dot }),
15157
+ /* @__PURE__ */ jsx90("span", { className: ResizeHandle_default.dot }),
15158
+ /* @__PURE__ */ jsx90("span", { className: ResizeHandle_default.dot })
15159
+ ] })
15154
15160
  })
15155
15161
  );
15156
15162
  }
15157
15163
 
15158
15164
  // ../../components/Splitter/Splitter.module.css
15159
- var Splitter_default = {"pane":"opus_Khgx9s_pane","root":"opus_Khgx9s_root","srOnly":"opus_Khgx9s_srOnly"};
15165
+ var Splitter_default = {"root":"opus_Khgx9s_root","pane":"opus_Khgx9s_pane","srOnly":"opus_Khgx9s_srOnly"};
15160
15166
 
15161
15167
  // ../../components/Splitter/Splitter.tsx
15162
- import { jsx as jsx91, jsxs as jsxs72 } from "react/jsx-runtime";
15168
+ import { jsx as jsx91, jsxs as jsxs73 } from "react/jsx-runtime";
15163
15169
  function Splitter({
15164
15170
  children,
15165
15171
  className,
@@ -15206,7 +15212,7 @@ function Splitter({
15206
15212
  const firstStyle = orientation === "horizontal" ? { width: `calc(${size}% - 4px)` } : { height: `calc(${size}% - 4px)` };
15207
15213
  const secondStyle = orientation === "horizontal" ? { width: `calc(${100 - size}% - 4px)` } : { height: `calc(${100 - size}% - 4px)` };
15208
15214
  const handleOrientation = orientation === "horizontal" ? "vertical" : "horizontal";
15209
- return /* @__PURE__ */ jsxs72(
15215
+ return /* @__PURE__ */ jsxs73(
15210
15216
  "div",
15211
15217
  {
15212
15218
  "aria-labelledby": labelId,
@@ -15266,10 +15272,10 @@ function Splitter({
15266
15272
  import { useCallback as useCallback19, useEffect as useEffect32, useRef as useRef32, useState as useState41 } from "react";
15267
15273
 
15268
15274
  // ../../components/ResizablePanel/ResizablePanel.module.css
15269
- var ResizablePanel_default = {"handle":"opus_kVJ122_handle","body":"opus_kVJ122_body","root":"opus_kVJ122_root"};
15275
+ var ResizablePanel_default = {"root":"opus_kVJ122_root","handle":"opus_kVJ122_handle","body":"opus_kVJ122_body"};
15270
15276
 
15271
15277
  // ../../components/ResizablePanel/ResizablePanel.tsx
15272
- import { jsx as jsx92, jsxs as jsxs73 } from "react/jsx-runtime";
15278
+ import { jsx as jsx92, jsxs as jsxs74 } from "react/jsx-runtime";
15273
15279
  function ResizablePanel({
15274
15280
  children,
15275
15281
  className,
@@ -15316,7 +15322,7 @@ function ResizablePanel({
15316
15322
  window.removeEventListener("pointerup", onUp);
15317
15323
  };
15318
15324
  }, [applySize]);
15319
- return /* @__PURE__ */ jsxs73(
15325
+ return /* @__PURE__ */ jsxs74(
15320
15326
  "div",
15321
15327
  {
15322
15328
  className: [ResizablePanel_default.root, className].filter(Boolean).join(" "),
@@ -15349,10 +15355,10 @@ function ResizablePanel({
15349
15355
  }
15350
15356
 
15351
15357
  // ../../components/DockLayout/DockLayout.module.css
15352
- var DockLayout_default = {"middle":"opus_3zzL8C_middle","root":"opus_3zzL8C_root","center":"opus_3zzL8C_center","right":"opus_3zzL8C_right","top":"opus_3zzL8C_top","bottom":"opus_3zzL8C_bottom","left":"opus_3zzL8C_left"};
15358
+ var DockLayout_default = {"middle":"opus_3zzL8C_middle","bottom":"opus_3zzL8C_bottom","left":"opus_3zzL8C_left","center":"opus_3zzL8C_center","root":"opus_3zzL8C_root","top":"opus_3zzL8C_top","right":"opus_3zzL8C_right"};
15353
15359
 
15354
15360
  // ../../components/DockLayout/DockLayout.tsx
15355
- import { jsx as jsx93, jsxs as jsxs74 } from "react/jsx-runtime";
15361
+ import { jsx as jsx93, jsxs as jsxs75 } from "react/jsx-runtime";
15356
15362
  function DockLayout({
15357
15363
  bottom,
15358
15364
  children,
@@ -15362,9 +15368,9 @@ function DockLayout({
15362
15368
  style,
15363
15369
  top
15364
15370
  }) {
15365
- return /* @__PURE__ */ jsxs74("div", { className: [DockLayout_default.root, className].filter(Boolean).join(" "), style, children: [
15371
+ return /* @__PURE__ */ jsxs75("div", { className: [DockLayout_default.root, className].filter(Boolean).join(" "), style, children: [
15366
15372
  top ? /* @__PURE__ */ jsx93("div", { className: DockLayout_default.top, children: top }) : null,
15367
- /* @__PURE__ */ jsxs74("div", { className: DockLayout_default.middle, children: [
15373
+ /* @__PURE__ */ jsxs75("div", { className: DockLayout_default.middle, children: [
15368
15374
  left ? /* @__PURE__ */ jsx93("aside", { className: DockLayout_default.left, children: left }) : null,
15369
15375
  /* @__PURE__ */ jsx93("div", { className: DockLayout_default.center, children }),
15370
15376
  right ? /* @__PURE__ */ jsx93("aside", { className: DockLayout_default.right, children: right }) : null
@@ -15394,10 +15400,10 @@ import {
15394
15400
  } from "react";
15395
15401
 
15396
15402
  // ../../components/CustomScrollbar/CustomScrollbar.module.css
15397
- var CustomScrollbar_default = {"content":"opus_I9wQcM_content","root":"opus_I9wQcM_root","viewport":"opus_I9wQcM_viewport","thumb":"opus_I9wQcM_thumb","cornerDot":"opus_I9wQcM_cornerDot","track":"opus_I9wQcM_track"};
15403
+ var CustomScrollbar_default = {"content":"opus_I9wQcM_content","root":"opus_I9wQcM_root","cornerDot":"opus_I9wQcM_cornerDot","track":"opus_I9wQcM_track","thumb":"opus_I9wQcM_thumb","viewport":"opus_I9wQcM_viewport"};
15398
15404
 
15399
15405
  // ../../components/CustomScrollbar/CustomScrollbar.tsx
15400
- import { jsx as jsx94, jsxs as jsxs75 } from "react/jsx-runtime";
15406
+ import { jsx as jsx94, jsxs as jsxs76 } from "react/jsx-runtime";
15401
15407
  var emptyMetrics = {
15402
15408
  clientHeight: 0,
15403
15409
  clientWidth: 0,
@@ -15649,7 +15655,7 @@ function CustomScrollbar({
15649
15655
  "--custom-scrollbar-size": `${Math.max(6, thickness)}px`,
15650
15656
  maxHeight: typeof maxHeight === "number" ? `${maxHeight}px` : maxHeight
15651
15657
  });
15652
- return /* @__PURE__ */ jsxs75(
15658
+ return /* @__PURE__ */ jsxs76(
15653
15659
  "div",
15654
15660
  {
15655
15661
  className: [CustomScrollbar_default.root, className].filter(Boolean).join(" "),
@@ -15686,10 +15692,10 @@ function CustomScrollbar({
15686
15692
  }
15687
15693
 
15688
15694
  // ../../components/ThreePaneLayout/ThreePaneLayout.module.css
15689
- var ThreePaneLayout_default = {"handle":"opus_DtnFdK_handle","root":"opus_DtnFdK_root","sidebar":"opus_DtnFdK_sidebar","content":"opus_DtnFdK_content"};
15695
+ var ThreePaneLayout_default = {"root":"opus_DtnFdK_root","sidebar":"opus_DtnFdK_sidebar","handle":"opus_DtnFdK_handle","content":"opus_DtnFdK_content"};
15690
15696
 
15691
15697
  // ../../components/ThreePaneLayout/ThreePaneLayout.tsx
15692
- import { Fragment as Fragment12, jsx as jsx95, jsxs as jsxs76 } from "react/jsx-runtime";
15698
+ import { Fragment as Fragment12, jsx as jsx95, jsxs as jsxs77 } from "react/jsx-runtime";
15693
15699
  var DEFAULT_LEFT_WIDTH = 260;
15694
15700
  var DEFAULT_RIGHT_WIDTH = 320;
15695
15701
  var DEFAULT_MIN_LEFT_WIDTH = 160;
@@ -15958,7 +15964,7 @@ function ThreePaneLayout({
15958
15964
  },
15959
15965
  [leftCollapsed, leftCollapsedWidth, rightCollapsed, rightCollapsedWidth, size.leftWidth, size.rightWidth]
15960
15966
  );
15961
- return /* @__PURE__ */ jsxs76(
15967
+ return /* @__PURE__ */ jsxs77(
15962
15968
  "div",
15963
15969
  {
15964
15970
  className: [ThreePaneLayout_default.root, className].filter(Boolean).join(" "),
@@ -15972,7 +15978,7 @@ function ThreePaneLayout({
15972
15978
  "data-transitions": transitionsEnabled && motionReady ? "true" : "false",
15973
15979
  style: cssVars,
15974
15980
  children: [
15975
- left ? /* @__PURE__ */ jsxs76(Fragment12, { children: [
15981
+ left ? /* @__PURE__ */ jsxs77(Fragment12, { children: [
15976
15982
  /* @__PURE__ */ jsx95("aside", { "aria-label": leftLabel, className: ThreePaneLayout_default.sidebar, "data-side": "left", id: leftId, children: /* @__PURE__ */ jsx95(CustomScrollbar, { label: leftLabel, orientation: "vertical", children: left }) }),
15977
15983
  /* @__PURE__ */ jsx95(
15978
15984
  ResizeHandle,
@@ -16003,7 +16009,7 @@ function ThreePaneLayout({
16003
16009
  )
16004
16010
  ] }) : null,
16005
16011
  /* @__PURE__ */ jsx95("main", { className: ThreePaneLayout_default.content, children: /* @__PURE__ */ jsx95(CustomScrollbar, { label: "Main content", orientation: "both", children }) }),
16006
- right ? /* @__PURE__ */ jsxs76(Fragment12, { children: [
16012
+ right ? /* @__PURE__ */ jsxs77(Fragment12, { children: [
16007
16013
  /* @__PURE__ */ jsx95(
16008
16014
  ResizeHandle,
16009
16015
  {
@@ -16132,15 +16138,15 @@ function Spacer({ axis = "y", className, flex = false, size = 16, style }) {
16132
16138
  }
16133
16139
 
16134
16140
  // ../../components/Breadcrumb/Breadcrumb.module.css
16135
- var Breadcrumb_default = {"link":"opus_FwZfXe_link","item":"opus_FwZfXe_item","root":"opus_FwZfXe_root","current":"opus_FwZfXe_current","list":"opus_FwZfXe_list","separator":"opus_FwZfXe_separator"};
16141
+ var Breadcrumb_default = {"root":"opus_FwZfXe_root","item":"opus_FwZfXe_item","separator":"opus_FwZfXe_separator","list":"opus_FwZfXe_list","link":"opus_FwZfXe_link","current":"opus_FwZfXe_current"};
16136
16142
 
16137
16143
  // ../../components/Breadcrumb/Breadcrumb.tsx
16138
- import { jsx as jsx100, jsxs as jsxs77 } from "react/jsx-runtime";
16144
+ import { jsx as jsx100, jsxs as jsxs78 } from "react/jsx-runtime";
16139
16145
  function Breadcrumb({ ariaLabel = "Breadcrumb", items, onNavigate, separator = "/" }) {
16140
16146
  return /* @__PURE__ */ jsx100("nav", { "aria-label": ariaLabel, className: Breadcrumb_default.root, children: /* @__PURE__ */ jsx100("ol", { className: Breadcrumb_default.list, children: items.map((item, index) => {
16141
16147
  var _a2;
16142
16148
  const isLast = index === items.length - 1;
16143
- return /* @__PURE__ */ jsxs77("li", { className: Breadcrumb_default.item, children: [
16149
+ return /* @__PURE__ */ jsxs78("li", { className: Breadcrumb_default.item, children: [
16144
16150
  index > 0 ? /* @__PURE__ */ jsx100("span", { "aria-hidden": "true", className: Breadcrumb_default.separator, children: separator }) : null,
16145
16151
  isLast ? /* @__PURE__ */ jsx100("span", { "aria-current": "page", className: Breadcrumb_default.current, children: item.label }) : /* @__PURE__ */ jsx100(
16146
16152
  "a",
@@ -16160,10 +16166,10 @@ function Breadcrumb({ ariaLabel = "Breadcrumb", items, onNavigate, separator = "
16160
16166
  }
16161
16167
 
16162
16168
  // ../../components/Pagination/Pagination.module.css
16163
- var Pagination_default = {"root":"opus_VkXUKR_root","button":"opus_VkXUKR_button","active":"opus_VkXUKR_active","ellipsis":"opus_VkXUKR_ellipsis"};
16169
+ var Pagination_default = {"active":"opus_VkXUKR_active","button":"opus_VkXUKR_button","ellipsis":"opus_VkXUKR_ellipsis","root":"opus_VkXUKR_root"};
16164
16170
 
16165
16171
  // ../../components/Pagination/Pagination.tsx
16166
- import { jsx as jsx101, jsxs as jsxs78 } from "react/jsx-runtime";
16172
+ import { jsx as jsx101, jsxs as jsxs79 } from "react/jsx-runtime";
16167
16173
  function range(start, end) {
16168
16174
  return Array.from({ length: end - start + 1 }, (_, index) => start + index);
16169
16175
  }
@@ -16184,7 +16190,7 @@ function buildPages(page, pageCount, siblingCount) {
16184
16190
  }
16185
16191
  function Pagination({ page, pageCount, onPageChange, siblingCount = 1 }) {
16186
16192
  const pages = buildPages(page, Math.max(pageCount, 1), siblingCount);
16187
- return /* @__PURE__ */ jsxs78("nav", { "aria-label": "Pagination", className: Pagination_default.root, children: [
16193
+ return /* @__PURE__ */ jsxs79("nav", { "aria-label": "Pagination", className: Pagination_default.root, children: [
16188
16194
  /* @__PURE__ */ jsx101(
16189
16195
  "button",
16190
16196
  {
@@ -16225,15 +16231,15 @@ function Pagination({ page, pageCount, onPageChange, siblingCount = 1 }) {
16225
16231
  }
16226
16232
 
16227
16233
  // ../../components/PageHeader/PageHeader.module.css
16228
- var PageHeader_default = {"breadcrumbs":"opus_1pSVfU_breadcrumbs","row":"opus_1pSVfU_row","actions":"opus_1pSVfU_actions","root":"opus_1pSVfU_root","copy":"opus_1pSVfU_copy","eyebrow":"opus_1pSVfU_eyebrow","title":"opus_1pSVfU_title","description":"opus_1pSVfU_description"};
16234
+ var PageHeader_default = {"eyebrow":"opus_1pSVfU_eyebrow","actions":"opus_1pSVfU_actions","copy":"opus_1pSVfU_copy","breadcrumbs":"opus_1pSVfU_breadcrumbs","root":"opus_1pSVfU_root","title":"opus_1pSVfU_title","row":"opus_1pSVfU_row","description":"opus_1pSVfU_description"};
16229
16235
 
16230
16236
  // ../../components/PageHeader/PageHeader.tsx
16231
- import { jsx as jsx102, jsxs as jsxs79 } from "react/jsx-runtime";
16237
+ import { jsx as jsx102, jsxs as jsxs80 } from "react/jsx-runtime";
16232
16238
  function PageHeader({ actions, breadcrumbs, description, eyebrow, title }) {
16233
- return /* @__PURE__ */ jsxs79("header", { className: PageHeader_default.root, children: [
16239
+ return /* @__PURE__ */ jsxs80("header", { className: PageHeader_default.root, children: [
16234
16240
  breadcrumbs ? /* @__PURE__ */ jsx102("div", { className: PageHeader_default.breadcrumbs, children: breadcrumbs }) : null,
16235
- /* @__PURE__ */ jsxs79("div", { className: PageHeader_default.row, children: [
16236
- /* @__PURE__ */ jsxs79("div", { className: PageHeader_default.copy, children: [
16241
+ /* @__PURE__ */ jsxs80("div", { className: PageHeader_default.row, children: [
16242
+ /* @__PURE__ */ jsxs80("div", { className: PageHeader_default.copy, children: [
16237
16243
  eyebrow ? /* @__PURE__ */ jsx102("p", { className: PageHeader_default.eyebrow, children: eyebrow }) : null,
16238
16244
  /* @__PURE__ */ jsx102("h1", { className: PageHeader_default.title, children: title }),
16239
16245
  description ? /* @__PURE__ */ jsx102("p", { className: PageHeader_default.description, children: description }) : null
@@ -16244,12 +16250,12 @@ function PageHeader({ actions, breadcrumbs, description, eyebrow, title }) {
16244
16250
  }
16245
16251
 
16246
16252
  // ../../components/Toolbar/Toolbar.module.css
16247
- var Toolbar_default = {"cluster":"opus_lO-IAD_cluster","end":"opus_lO-IAD_end","root":"opus_lO-IAD_root"};
16253
+ var Toolbar_default = {"end":"opus_lO-IAD_end","root":"opus_lO-IAD_root","cluster":"opus_lO-IAD_cluster"};
16248
16254
 
16249
16255
  // ../../components/Toolbar/Toolbar.tsx
16250
- import { jsx as jsx103, jsxs as jsxs80 } from "react/jsx-runtime";
16256
+ import { jsx as jsx103, jsxs as jsxs81 } from "react/jsx-runtime";
16251
16257
  function Toolbar({ children, className, dense = false, end, label, start }) {
16252
- return /* @__PURE__ */ jsxs80(
16258
+ return /* @__PURE__ */ jsxs81(
16253
16259
  "div",
16254
16260
  {
16255
16261
  "aria-label": label != null ? label : "Toolbar",
@@ -16266,15 +16272,15 @@ function Toolbar({ children, className, dense = false, end, label, start }) {
16266
16272
  }
16267
16273
 
16268
16274
  // ../../components/BottomNavigation/BottomNavigation.module.css
16269
- var BottomNavigation_default = {"icon":"opus_Yqcmor_icon","item":"opus_Yqcmor_item","root":"opus_Yqcmor_root","label":"opus_Yqcmor_label","active":"opus_Yqcmor_active"};
16275
+ var BottomNavigation_default = {"active":"opus_Yqcmor_active","label":"opus_Yqcmor_label","item":"opus_Yqcmor_item","icon":"opus_Yqcmor_icon","root":"opus_Yqcmor_root"};
16270
16276
 
16271
16277
  // ../../components/BottomNavigation/BottomNavigation.tsx
16272
- import { jsx as jsx104, jsxs as jsxs81 } from "react/jsx-runtime";
16278
+ import { jsx as jsx104, jsxs as jsxs82 } from "react/jsx-runtime";
16273
16279
  function BottomNavigation({ items, onChange, value }) {
16274
16280
  return /* @__PURE__ */ jsx104("nav", { "aria-label": "Bottom navigation", className: BottomNavigation_default.root, children: items.map((item) => {
16275
16281
  var _a2;
16276
16282
  const active = item.id === value;
16277
- return /* @__PURE__ */ jsxs81(
16283
+ return /* @__PURE__ */ jsxs82(
16278
16284
  "a",
16279
16285
  {
16280
16286
  "aria-current": active ? "page" : void 0,
@@ -16296,10 +16302,10 @@ function BottomNavigation({ items, onChange, value }) {
16296
16302
  }
16297
16303
 
16298
16304
  // ../../components/NavigationRail/NavigationRail.module.css
16299
- var NavigationRail_default = {"icon":"opus_E7mR15_icon","label":"opus_E7mR15_label","active":"opus_E7mR15_active","srOnly":"opus_E7mR15_srOnly","root":"opus_E7mR15_root","item":"opus_E7mR15_item"};
16305
+ var NavigationRail_default = {"icon":"opus_E7mR15_icon","item":"opus_E7mR15_item","active":"opus_E7mR15_active","label":"opus_E7mR15_label","srOnly":"opus_E7mR15_srOnly","root":"opus_E7mR15_root"};
16300
16306
 
16301
16307
  // ../../components/NavigationRail/NavigationRail.tsx
16302
- import { jsx as jsx105, jsxs as jsxs82 } from "react/jsx-runtime";
16308
+ import { jsx as jsx105, jsxs as jsxs83 } from "react/jsx-runtime";
16303
16309
  function NavigationRail({ collapsed = false, items, onChange, value }) {
16304
16310
  return /* @__PURE__ */ jsx105(
16305
16311
  "nav",
@@ -16310,7 +16316,7 @@ function NavigationRail({ collapsed = false, items, onChange, value }) {
16310
16316
  children: items.map((item) => {
16311
16317
  var _a2;
16312
16318
  const active = item.id === value;
16313
- return /* @__PURE__ */ jsxs82(
16319
+ return /* @__PURE__ */ jsxs83(
16314
16320
  "a",
16315
16321
  {
16316
16322
  "aria-current": active ? "page" : void 0,
@@ -16339,10 +16345,10 @@ function NavigationRail({ collapsed = false, items, onChange, value }) {
16339
16345
  import { useEffect as useEffect35, useId as useId23, useRef as useRef35, useState as useState44 } from "react";
16340
16346
 
16341
16347
  // ../../components/SplitButton/SplitButton.module.css
16342
- var SplitButton_default = {"caret":"opus_TVuiQN_caret","root":"opus_TVuiQN_root","menu":"opus_TVuiQN_menu","main":"opus_TVuiQN_main","menuItem":"opus_TVuiQN_menuItem"};
16348
+ var SplitButton_default = {"root":"opus_TVuiQN_root","caret":"opus_TVuiQN_caret","menuItem":"opus_TVuiQN_menuItem","menu":"opus_TVuiQN_menu","main":"opus_TVuiQN_main"};
16343
16349
 
16344
16350
  // ../../components/SplitButton/SplitButton.tsx
16345
- import { jsx as jsx106, jsxs as jsxs83 } from "react/jsx-runtime";
16351
+ import { jsx as jsx106, jsxs as jsxs84 } from "react/jsx-runtime";
16346
16352
  function SplitButton({
16347
16353
  actions,
16348
16354
  children,
@@ -16370,7 +16376,7 @@ function SplitButton({
16370
16376
  window.removeEventListener("keydown", onKeyDown);
16371
16377
  };
16372
16378
  }, [open]);
16373
- return /* @__PURE__ */ jsxs83("div", { className: SplitButton_default.root, "data-variant": variant, ref: rootRef, children: [
16379
+ return /* @__PURE__ */ jsxs84("div", { className: SplitButton_default.root, "data-variant": variant, ref: rootRef, children: [
16374
16380
  /* @__PURE__ */ jsx106("button", { className: SplitButton_default.main, disabled, onClick, type: "button", children }),
16375
16381
  /* @__PURE__ */ jsx106(
16376
16382
  "button",
@@ -16404,10 +16410,10 @@ function SplitButton({
16404
16410
  }
16405
16411
 
16406
16412
  // ../../components/FloatingActionButton/FloatingActionButton.module.css
16407
- var FloatingActionButton_default = {"label":"opus_UXPLpX_label","icon":"opus_UXPLpX_icon","root":"opus_UXPLpX_root","srOnly":"opus_UXPLpX_srOnly"};
16413
+ var FloatingActionButton_default = {"icon":"opus_UXPLpX_icon","root":"opus_UXPLpX_root","label":"opus_UXPLpX_label","srOnly":"opus_UXPLpX_srOnly"};
16408
16414
 
16409
16415
  // ../../components/FloatingActionButton/FloatingActionButton.tsx
16410
- import { jsx as jsx107, jsxs as jsxs84 } from "react/jsx-runtime";
16416
+ import { jsx as jsx107, jsxs as jsxs85 } from "react/jsx-runtime";
16411
16417
  function FloatingActionButton(_a2) {
16412
16418
  var _b2 = _a2, {
16413
16419
  className,
@@ -16426,7 +16432,7 @@ function FloatingActionButton(_a2) {
16426
16432
  "size",
16427
16433
  "type"
16428
16434
  ]);
16429
- return /* @__PURE__ */ jsxs84(
16435
+ return /* @__PURE__ */ jsxs85(
16430
16436
  "button",
16431
16437
  __spreadProps(__spreadValues({
16432
16438
  "aria-label": extended ? void 0 : label,
@@ -16449,7 +16455,7 @@ function FloatingActionButton(_a2) {
16449
16455
  var TileGradientDefs_default = {"defs":"opus_mMiLIb_defs"};
16450
16456
 
16451
16457
  // ../../components/Tile/TileGradientDefs.tsx
16452
- import { jsx as jsx108, jsxs as jsxs85 } from "react/jsx-runtime";
16458
+ import { jsx as jsx108, jsxs as jsxs86 } from "react/jsx-runtime";
16453
16459
  function TileGradientDefs() {
16454
16460
  return /* @__PURE__ */ jsx108(
16455
16461
  "svg",
@@ -16459,13 +16465,13 @@ function TileGradientDefs() {
16459
16465
  focusable: "false",
16460
16466
  height: "0",
16461
16467
  width: "0",
16462
- children: /* @__PURE__ */ jsxs85("defs", { children: [
16463
- /* @__PURE__ */ jsxs85("linearGradient", { id: "opus-action-tile-purple", x1: "0.5", x2: "0.5", y1: "0", y2: "1", children: [
16468
+ children: /* @__PURE__ */ jsxs86("defs", { children: [
16469
+ /* @__PURE__ */ jsxs86("linearGradient", { id: "opus-action-tile-purple", x1: "0.5", x2: "0.5", y1: "0", y2: "1", children: [
16464
16470
  /* @__PURE__ */ jsx108("stop", { offset: "0%", stopColor: "#c084fc" }),
16465
16471
  /* @__PURE__ */ jsx108("stop", { offset: "48%", stopColor: "#d946ef" }),
16466
16472
  /* @__PURE__ */ jsx108("stop", { offset: "100%", stopColor: "#f472b6" })
16467
16473
  ] }),
16468
- /* @__PURE__ */ jsxs85("linearGradient", { id: "opus-action-tile-blue", x1: "0.5", x2: "0.5", y1: "0", y2: "1", children: [
16474
+ /* @__PURE__ */ jsxs86("linearGradient", { id: "opus-action-tile-blue", x1: "0.5", x2: "0.5", y1: "0", y2: "1", children: [
16469
16475
  /* @__PURE__ */ jsx108("stop", { offset: "0%", stopColor: "#60a5fa" }),
16470
16476
  /* @__PURE__ */ jsx108("stop", { offset: "48%", stopColor: "#38bdf8" }),
16471
16477
  /* @__PURE__ */ jsx108("stop", { offset: "100%", stopColor: "#bae6fd" })
@@ -16476,10 +16482,10 @@ function TileGradientDefs() {
16476
16482
  }
16477
16483
 
16478
16484
  // ../../components/Tile/Tile.module.css
16479
- var Tile_default = {"tile":"opus_wypm8k_tile","label":"opus_wypm8k_label","icon":"opus_wypm8k_icon"};
16485
+ var Tile_default = {"label":"opus_wypm8k_label","tile":"opus_wypm8k_tile","icon":"opus_wypm8k_icon"};
16480
16486
 
16481
16487
  // ../../components/Tile/Tile.tsx
16482
- import { Fragment as Fragment13, jsx as jsx109, jsxs as jsxs86 } from "react/jsx-runtime";
16488
+ import { Fragment as Fragment13, jsx as jsx109, jsxs as jsxs87 } from "react/jsx-runtime";
16483
16489
  function Tile({
16484
16490
  className,
16485
16491
  href,
@@ -16490,33 +16496,33 @@ function Tile({
16490
16496
  tone = "purple",
16491
16497
  withGradients = true
16492
16498
  }) {
16493
- const content = /* @__PURE__ */ jsxs86(Fragment13, { children: [
16499
+ const content = /* @__PURE__ */ jsxs87(Fragment13, { children: [
16494
16500
  /* @__PURE__ */ jsx109("span", { "aria-hidden": "true", className: Tile_default.icon, "data-tone": tone, children: /* @__PURE__ */ jsx109(CatalogIcon, { iconName: icon }) }),
16495
16501
  /* @__PURE__ */ jsx109("span", { className: Tile_default.label, children: label })
16496
16502
  ] });
16497
16503
  const classNames = [Tile_default.tile, className].filter(Boolean).join(" ");
16498
16504
  const gradients = withGradients ? /* @__PURE__ */ jsx109(TileGradientDefs, {}) : null;
16499
16505
  if (href) {
16500
- return /* @__PURE__ */ jsxs86(Fragment13, { children: [
16506
+ return /* @__PURE__ */ jsxs87(Fragment13, { children: [
16501
16507
  gradients,
16502
16508
  /* @__PURE__ */ jsx109("a", { className: classNames, "data-tone": tone, href, onClick, role, children: content })
16503
16509
  ] });
16504
16510
  }
16505
- return /* @__PURE__ */ jsxs86(Fragment13, { children: [
16511
+ return /* @__PURE__ */ jsxs87(Fragment13, { children: [
16506
16512
  gradients,
16507
16513
  /* @__PURE__ */ jsx109("button", { className: classNames, "data-tone": tone, onClick, role, type: "button", children: content })
16508
16514
  ] });
16509
16515
  }
16510
16516
 
16511
16517
  // ../../components/Tiles/Tiles.module.css
16512
- var Tiles_default = {"row":"opus_zD82gC_row","tileItem":"opus_zD82gC_tileItem","tile":"opus_zD82gC_tile"};
16518
+ var Tiles_default = {"tileItem":"opus_zD82gC_tileItem","row":"opus_zD82gC_row","tile":"opus_zD82gC_tile"};
16513
16519
 
16514
16520
  // ../../components/Tiles/Tiles.tsx
16515
- import { jsx as jsx110, jsxs as jsxs87 } from "react/jsx-runtime";
16521
+ import { jsx as jsx110, jsxs as jsxs88 } from "react/jsx-runtime";
16516
16522
  var defaultToneForIndex = (index) => index % 2 === 0 ? "purple" : "blue";
16517
16523
  function Tiles({ className, items, layout = "fill" }) {
16518
16524
  const rowStyle = layout === "fill" && items.length > 0 ? { gridTemplateColumns: `repeat(${items.length}, minmax(var(--tile-size), 1fr))` } : void 0;
16519
- return /* @__PURE__ */ jsxs87(
16525
+ return /* @__PURE__ */ jsxs88(
16520
16526
  "div",
16521
16527
  {
16522
16528
  className: [Tiles_default.row, className].filter(Boolean).join(" "),
@@ -16547,10 +16553,10 @@ function Tiles({ className, items, layout = "fill" }) {
16547
16553
  }
16548
16554
 
16549
16555
  // ../../components/StatTile/StatTile.module.css
16550
- var StatTile_default = {"meta":"opus_8DpwUV_meta","body":"opus_8DpwUV_body","statTile":"opus_8DpwUV_statTile","label":"opus_8DpwUV_label","value":"opus_8DpwUV_value","icon":"opus_8DpwUV_icon","comparison":"opus_8DpwUV_comparison","trend":"opus_8DpwUV_trend"};
16556
+ var StatTile_default = {"value":"opus_8DpwUV_value","comparison":"opus_8DpwUV_comparison","icon":"opus_8DpwUV_icon","statTile":"opus_8DpwUV_statTile","meta":"opus_8DpwUV_meta","body":"opus_8DpwUV_body","label":"opus_8DpwUV_label","trend":"opus_8DpwUV_trend"};
16551
16557
 
16552
16558
  // ../../components/StatTile/StatTile.tsx
16553
- import { Fragment as Fragment14, jsx as jsx111, jsxs as jsxs88 } from "react/jsx-runtime";
16559
+ import { Fragment as Fragment14, jsx as jsx111, jsxs as jsxs89 } from "react/jsx-runtime";
16554
16560
  function StatTile({
16555
16561
  className,
16556
16562
  comparison,
@@ -16565,13 +16571,13 @@ function StatTile({
16565
16571
  }) {
16566
16572
  const classNames = [StatTile_default.statTile, className].filter(Boolean).join(" ");
16567
16573
  const showTrend = Boolean(trend && trendValue);
16568
- const content = /* @__PURE__ */ jsxs88(Fragment14, { children: [
16574
+ const content = /* @__PURE__ */ jsxs89(Fragment14, { children: [
16569
16575
  /* @__PURE__ */ jsx111(TileGradientDefs, {}),
16570
- /* @__PURE__ */ jsxs88("div", { className: StatTile_default.body, children: [
16576
+ /* @__PURE__ */ jsxs89("div", { className: StatTile_default.body, children: [
16571
16577
  /* @__PURE__ */ jsx111("p", { className: StatTile_default.label, children: label }),
16572
16578
  /* @__PURE__ */ jsx111("p", { className: StatTile_default.value, children: value }),
16573
- showTrend || comparison ? /* @__PURE__ */ jsxs88("div", { className: StatTile_default.meta, children: [
16574
- showTrend ? /* @__PURE__ */ jsxs88("span", { className: StatTile_default.trend, "data-trend": trend, children: [
16579
+ showTrend || comparison ? /* @__PURE__ */ jsxs89("div", { className: StatTile_default.meta, children: [
16580
+ showTrend ? /* @__PURE__ */ jsxs89("span", { className: StatTile_default.trend, "data-trend": trend, children: [
16575
16581
  /* @__PURE__ */ jsx111("span", { "aria-hidden": "true", children: trend === "up" ? "\u2191" : "\u2193" }),
16576
16582
  /* @__PURE__ */ jsx111("span", { children: trendValue })
16577
16583
  ] }) : null,
@@ -16598,7 +16604,7 @@ function StatTile({
16598
16604
  }
16599
16605
 
16600
16606
  // ../../components/StatTiles/StatTiles.module.css
16601
- var StatTiles_default = {"statTileItem":"opus_uhJd8v_statTileItem","row":"opus_uhJd8v_row","statTile":"opus_uhJd8v_statTile"};
16607
+ var StatTiles_default = {"row":"opus_uhJd8v_row","statTile":"opus_uhJd8v_statTile","statTileItem":"opus_uhJd8v_statTileItem"};
16602
16608
 
16603
16609
  // ../../components/StatTiles/StatTiles.tsx
16604
16610
  import { jsx as jsx112 } from "react/jsx-runtime";
@@ -16638,10 +16644,10 @@ function StatTiles({ className, items, layout = "fill" }) {
16638
16644
  import { useId as useId24, useMemo as useMemo19 } from "react";
16639
16645
 
16640
16646
  // ../../components/PipelineOverview/PipelineOverview.module.css
16641
- var PipelineOverview_default = {"legendValue":"opus_1ScjMZ_legendValue","totalLabel":"opus_1ScjMZ_totalLabel","totalValue":"opus_1ScjMZ_totalValue","funnelSvg":"opus_1ScjMZ_funnelSvg","periodLabel":"opus_1ScjMZ_periodLabel","body":"opus_1ScjMZ_body","period":"opus_1ScjMZ_period","root":"opus_1ScjMZ_root","funnel":"opus_1ScjMZ_funnel","legend":"opus_1ScjMZ_legend","legendDot":"opus_1ScjMZ_legendDot","footer":"opus_1ScjMZ_footer","periodSelect":"opus_1ScjMZ_periodSelect","legendItem":"opus_1ScjMZ_legendItem","legendCopy":"opus_1ScjMZ_legendCopy","periodChevron":"opus_1ScjMZ_periodChevron","total":"opus_1ScjMZ_total","legendLabel":"opus_1ScjMZ_legendLabel"};
16647
+ var PipelineOverview_default = {"period":"opus_1ScjMZ_period","funnelSvg":"opus_1ScjMZ_funnelSvg","legendDot":"opus_1ScjMZ_legendDot","totalLabel":"opus_1ScjMZ_totalLabel","periodChevron":"opus_1ScjMZ_periodChevron","legendLabel":"opus_1ScjMZ_legendLabel","periodLabel":"opus_1ScjMZ_periodLabel","body":"opus_1ScjMZ_body","periodSelect":"opus_1ScjMZ_periodSelect","legendValue":"opus_1ScjMZ_legendValue","root":"opus_1ScjMZ_root","funnel":"opus_1ScjMZ_funnel","footer":"opus_1ScjMZ_footer","legendItem":"opus_1ScjMZ_legendItem","legendCopy":"opus_1ScjMZ_legendCopy","totalValue":"opus_1ScjMZ_totalValue","legend":"opus_1ScjMZ_legend","total":"opus_1ScjMZ_total"};
16642
16648
 
16643
16649
  // ../../components/PipelineOverview/PipelineOverview.tsx
16644
- import { jsx as jsx113, jsxs as jsxs89 } from "react/jsx-runtime";
16650
+ import { jsx as jsx113, jsxs as jsxs90 } from "react/jsx-runtime";
16645
16651
  var STAGE_STYLES = [
16646
16652
  {
16647
16653
  border: "#9da8fb",
@@ -16815,7 +16821,7 @@ function FunnelChart({ stages }) {
16815
16821
  };
16816
16822
  });
16817
16823
  }, [maxValue2, segmentHeight, stageCount, stages]);
16818
- return /* @__PURE__ */ jsxs89(
16824
+ return /* @__PURE__ */ jsxs90(
16819
16825
  "svg",
16820
16826
  {
16821
16827
  "aria-hidden": "true",
@@ -16823,8 +16829,8 @@ function FunnelChart({ stages }) {
16823
16829
  preserveAspectRatio: "xMidYMid meet",
16824
16830
  viewBox: `0 0 ${FUNNEL_VIEW_WIDTH} ${FUNNEL_VIEW_HEIGHT}`,
16825
16831
  children: [
16826
- /* @__PURE__ */ jsxs89("defs", { children: [
16827
- segments.map((segment) => /* @__PURE__ */ jsxs89(
16832
+ /* @__PURE__ */ jsxs90("defs", { children: [
16833
+ segments.map((segment) => /* @__PURE__ */ jsxs90(
16828
16834
  "linearGradient",
16829
16835
  {
16830
16836
  gradientUnits: "objectBoundingBox",
@@ -16840,7 +16846,7 @@ function FunnelChart({ stages }) {
16840
16846
  },
16841
16847
  segment.index
16842
16848
  )),
16843
- segments.map((segment) => /* @__PURE__ */ jsxs89(
16849
+ segments.map((segment) => /* @__PURE__ */ jsxs90(
16844
16850
  "filter",
16845
16851
  {
16846
16852
  height: "220%",
@@ -16883,8 +16889,8 @@ function PipelineOverview({
16883
16889
  totalLabel = "Total Pipeline Value",
16884
16890
  totalValue
16885
16891
  }) {
16886
- return /* @__PURE__ */ jsxs89("div", { className: [PipelineOverview_default.root, className].filter(Boolean).join(" "), children: [
16887
- /* @__PURE__ */ jsxs89("div", { className: PipelineOverview_default.body, style: { gridTemplateRows: `repeat(${stages.length}, minmax(0, 1fr))` }, children: [
16892
+ return /* @__PURE__ */ jsxs90("div", { className: [PipelineOverview_default.root, className].filter(Boolean).join(" "), children: [
16893
+ /* @__PURE__ */ jsxs90("div", { className: PipelineOverview_default.body, style: { gridTemplateRows: `repeat(${stages.length}, minmax(0, 1fr))` }, children: [
16888
16894
  /* @__PURE__ */ jsx113("div", { className: PipelineOverview_default.funnel, style: { gridRow: `1 / ${stages.length + 1}` }, children: /* @__PURE__ */ jsx113(FunnelChart, { stages }) }),
16889
16895
  /* @__PURE__ */ jsx113("ol", { className: PipelineOverview_default.legend, children: stages.map((stage, index) => {
16890
16896
  const tone = STAGE_STYLES[index % STAGE_STYLES.length];
@@ -16892,11 +16898,11 @@ function PipelineOverview({
16892
16898
  "--stage-dot": tone.dot,
16893
16899
  "--stage-glow": tone.glow
16894
16900
  };
16895
- return /* @__PURE__ */ jsxs89("li", { className: PipelineOverview_default.legendItem, style: { gridRow: index + 1 }, children: [
16901
+ return /* @__PURE__ */ jsxs90("li", { className: PipelineOverview_default.legendItem, style: { gridRow: index + 1 }, children: [
16896
16902
  /* @__PURE__ */ jsx113("span", { className: PipelineOverview_default.legendDot, style: dotStyle }),
16897
- /* @__PURE__ */ jsxs89("div", { className: PipelineOverview_default.legendCopy, children: [
16903
+ /* @__PURE__ */ jsxs90("div", { className: PipelineOverview_default.legendCopy, children: [
16898
16904
  /* @__PURE__ */ jsx113("span", { className: PipelineOverview_default.legendLabel, children: stage.label }),
16899
- /* @__PURE__ */ jsxs89("span", { className: PipelineOverview_default.legendValue, children: [
16905
+ /* @__PURE__ */ jsxs90("span", { className: PipelineOverview_default.legendValue, children: [
16900
16906
  stage.displayValue,
16901
16907
  " (",
16902
16908
  stage.percentage,
@@ -16906,12 +16912,12 @@ function PipelineOverview({
16906
16912
  ] }, stage.id);
16907
16913
  }) })
16908
16914
  ] }),
16909
- /* @__PURE__ */ jsxs89("footer", { className: PipelineOverview_default.footer, children: [
16910
- /* @__PURE__ */ jsxs89("div", { className: PipelineOverview_default.total, children: [
16915
+ /* @__PURE__ */ jsxs90("footer", { className: PipelineOverview_default.footer, children: [
16916
+ /* @__PURE__ */ jsxs90("div", { className: PipelineOverview_default.total, children: [
16911
16917
  /* @__PURE__ */ jsx113("span", { className: PipelineOverview_default.totalLabel, children: totalLabel }),
16912
16918
  /* @__PURE__ */ jsx113("strong", { className: PipelineOverview_default.totalValue, children: totalValue })
16913
16919
  ] }),
16914
- /* @__PURE__ */ jsxs89("label", { className: PipelineOverview_default.period, children: [
16920
+ /* @__PURE__ */ jsxs90("label", { className: PipelineOverview_default.period, children: [
16915
16921
  /* @__PURE__ */ jsx113("span", { className: PipelineOverview_default.periodLabel, children: "Period" }),
16916
16922
  /* @__PURE__ */ jsx113(
16917
16923
  "select",
@@ -16971,10 +16977,10 @@ function getDealsOverTimePalette(palette) {
16971
16977
  }
16972
16978
 
16973
16979
  // ../../components/DealsOverTime/DealsOverTime.module.css
16974
- var DealsOverTime_default = {"tooltipDate":"opus_Hn1LW1_tooltipDate","hitTarget":"opus_Hn1LW1_hitTarget","tooltipValue":"opus_Hn1LW1_tooltipValue","lineGlowMid":"opus_Hn1LW1_lineGlowMid","periodSelect":"opus_Hn1LW1_periodSelect","pointGlow":"opus_Hn1LW1_pointGlow","tooltip":"opus_Hn1LW1_tooltip","chartWrap":"opus_Hn1LW1_chartWrap","lineGlowSoft":"opus_Hn1LW1_lineGlowSoft","header":"opus_Hn1LW1_header","chart":"opus_Hn1LW1_chart","root":"opus_Hn1LW1_root","period":"opus_Hn1LW1_period","title":"opus_Hn1LW1_title","gridLine":"opus_Hn1LW1_gridLine","line":"opus_Hn1LW1_line","area":"opus_Hn1LW1_area","axisLabel":"opus_Hn1LW1_axisLabel","pointRing":"opus_Hn1LW1_pointRing","pointCore":"opus_Hn1LW1_pointCore","periodLabel":"opus_Hn1LW1_periodLabel","pointSolid":"opus_Hn1LW1_pointSolid"};
16980
+ var DealsOverTime_default = {"tooltipDate":"opus_Hn1LW1_tooltipDate","gridLine":"opus_Hn1LW1_gridLine","chart":"opus_Hn1LW1_chart","pointRing":"opus_Hn1LW1_pointRing","root":"opus_Hn1LW1_root","hitTarget":"opus_Hn1LW1_hitTarget","periodLabel":"opus_Hn1LW1_periodLabel","line":"opus_Hn1LW1_line","period":"opus_Hn1LW1_period","periodSelect":"opus_Hn1LW1_periodSelect","tooltip":"opus_Hn1LW1_tooltip","pointGlow":"opus_Hn1LW1_pointGlow","tooltipValue":"opus_Hn1LW1_tooltipValue","lineGlowMid":"opus_Hn1LW1_lineGlowMid","lineGlowSoft":"opus_Hn1LW1_lineGlowSoft","title":"opus_Hn1LW1_title","header":"opus_Hn1LW1_header","area":"opus_Hn1LW1_area","chartWrap":"opus_Hn1LW1_chartWrap","pointCore":"opus_Hn1LW1_pointCore","pointSolid":"opus_Hn1LW1_pointSolid","axisLabel":"opus_Hn1LW1_axisLabel"};
16975
16981
 
16976
16982
  // ../../components/DealsOverTime/DealsOverTime.tsx
16977
- import { Fragment as Fragment15, jsx as jsx114, jsxs as jsxs90 } from "react/jsx-runtime";
16983
+ import { Fragment as Fragment15, jsx as jsx114, jsxs as jsxs91 } from "react/jsx-runtime";
16978
16984
  var CHART_HEIGHT = 188;
16979
16985
  var CHART_MIN_WIDTH = 280;
16980
16986
  var CHART_DEFAULT_WIDTH = 480;
@@ -17098,8 +17104,8 @@ function DealsOverTimeChart({
17098
17104
  const lineFadeStartX = PLOT_LEFT;
17099
17105
  const lineFadeEndX = (_b2 = (_a2 = points[0]) == null ? void 0 : _a2.x) != null ? _b2 : PLOT_LEFT + DATA_INSET;
17100
17106
  const activePoint = activeIndex === null ? null : points[activeIndex];
17101
- return /* @__PURE__ */ jsxs90("div", { className: DealsOverTime_default.chartWrap, "data-palette": palette, ref: wrapRef, children: [
17102
- /* @__PURE__ */ jsxs90(
17107
+ return /* @__PURE__ */ jsxs91("div", { className: DealsOverTime_default.chartWrap, "data-palette": palette, ref: wrapRef, children: [
17108
+ /* @__PURE__ */ jsxs91(
17103
17109
  "svg",
17104
17110
  {
17105
17111
  "aria-label": "Deals over time chart",
@@ -17109,13 +17115,13 @@ function DealsOverTimeChart({
17109
17115
  viewBox: `0 0 ${chartWidth} ${CHART_HEIGHT}`,
17110
17116
  width: chartWidth,
17111
17117
  children: [
17112
- /* @__PURE__ */ jsxs90("defs", { children: [
17113
- /* @__PURE__ */ jsxs90("linearGradient", { id: areaGradientId, x1: "0", x2: "0", y1: "0", y2: "1", children: [
17118
+ /* @__PURE__ */ jsxs91("defs", { children: [
17119
+ /* @__PURE__ */ jsxs91("linearGradient", { id: areaGradientId, x1: "0", x2: "0", y1: "0", y2: "1", children: [
17114
17120
  /* @__PURE__ */ jsx114("stop", { offset: "0%", stopColor: colors.areaTop, stopOpacity: "0.42" }),
17115
17121
  /* @__PURE__ */ jsx114("stop", { offset: "55%", stopColor: colors.areaMid, stopOpacity: "0.14" }),
17116
17122
  /* @__PURE__ */ jsx114("stop", { offset: "100%", stopColor: colors.areaMid, stopOpacity: "0" })
17117
17123
  ] }),
17118
- /* @__PURE__ */ jsxs90(
17124
+ /* @__PURE__ */ jsxs91(
17119
17125
  "linearGradient",
17120
17126
  {
17121
17127
  gradientUnits: "userSpaceOnUse",
@@ -17131,7 +17137,7 @@ function DealsOverTimeChart({
17131
17137
  }
17132
17138
  ),
17133
17139
  /* @__PURE__ */ jsx114("mask", { id: areaMaskId, children: /* @__PURE__ */ jsx114("rect", { fill: `url(#${areaMaskGradientId})`, height: CHART_HEIGHT, width: chartWidth, x: "0", y: "0" }) }),
17134
- /* @__PURE__ */ jsxs90(
17140
+ /* @__PURE__ */ jsxs91(
17135
17141
  "linearGradient",
17136
17142
  {
17137
17143
  gradientUnits: "userSpaceOnUse",
@@ -17146,22 +17152,22 @@ function DealsOverTimeChart({
17146
17152
  ]
17147
17153
  }
17148
17154
  ),
17149
- /* @__PURE__ */ jsxs90("filter", { height: "400%", id: lineGlowSoftFilterId, width: "400%", x: "-150%", y: "-150%", children: [
17155
+ /* @__PURE__ */ jsxs91("filter", { height: "400%", id: lineGlowSoftFilterId, width: "400%", x: "-150%", y: "-150%", children: [
17150
17156
  /* @__PURE__ */ jsx114("feGaussianBlur", { in: "SourceGraphic", result: "blurWide", stdDeviation: "13" }),
17151
17157
  /* @__PURE__ */ jsx114("feGaussianBlur", { in: "SourceGraphic", result: "blurTight", stdDeviation: "5" }),
17152
- /* @__PURE__ */ jsxs90("feMerge", { children: [
17158
+ /* @__PURE__ */ jsxs91("feMerge", { children: [
17153
17159
  /* @__PURE__ */ jsx114("feMergeNode", { in: "blurWide" }),
17154
17160
  /* @__PURE__ */ jsx114("feMergeNode", { in: "blurTight" })
17155
17161
  ] })
17156
17162
  ] }),
17157
- /* @__PURE__ */ jsxs90("filter", { height: "300%", id: lineGlowMidFilterId, width: "300%", x: "-100%", y: "-100%", children: [
17163
+ /* @__PURE__ */ jsxs91("filter", { height: "300%", id: lineGlowMidFilterId, width: "300%", x: "-100%", y: "-100%", children: [
17158
17164
  /* @__PURE__ */ jsx114("feGaussianBlur", { in: "SourceGraphic", result: "blur", stdDeviation: "4" }),
17159
17165
  /* @__PURE__ */ jsx114("feComponentTransfer", { in: "blur", result: "boost", children: /* @__PURE__ */ jsx114("feFuncA", { intercept: "-0.05", slope: "1.6", type: "linear" }) })
17160
17166
  ] }),
17161
- /* @__PURE__ */ jsxs90("filter", { height: "400%", id: pointGlowFilterId, width: "400%", x: "-150%", y: "-150%", children: [
17167
+ /* @__PURE__ */ jsxs91("filter", { height: "400%", id: pointGlowFilterId, width: "400%", x: "-150%", y: "-150%", children: [
17162
17168
  /* @__PURE__ */ jsx114("feGaussianBlur", { in: "SourceGraphic", result: "blurWide", stdDeviation: "10" }),
17163
17169
  /* @__PURE__ */ jsx114("feGaussianBlur", { in: "SourceGraphic", result: "blurTight", stdDeviation: "3.5" }),
17164
- /* @__PURE__ */ jsxs90("feMerge", { children: [
17170
+ /* @__PURE__ */ jsxs91("feMerge", { children: [
17165
17171
  /* @__PURE__ */ jsx114("feMergeNode", { in: "blurWide" }),
17166
17172
  /* @__PURE__ */ jsx114("feMergeNode", { in: "blurTight" })
17167
17173
  ] })
@@ -17169,7 +17175,7 @@ function DealsOverTimeChart({
17169
17175
  ] }),
17170
17176
  yTicks.map((tick) => {
17171
17177
  const y = plotBottom - tick / maxValue2 * plotHeight;
17172
- return /* @__PURE__ */ jsxs90("g", { children: [
17178
+ return /* @__PURE__ */ jsxs91("g", { children: [
17173
17179
  /* @__PURE__ */ jsx114("line", { className: DealsOverTime_default.gridLine, x1: PLOT_LEFT, x2: plotRight, y1: y, y2: y }),
17174
17180
  /* @__PURE__ */ jsx114("text", { className: DealsOverTime_default.axisLabel, textAnchor: "end", x: PLOT_LEFT - 12, y: y + 3.5, children: tick })
17175
17181
  ] }, tick);
@@ -17215,7 +17221,7 @@ function DealsOverTimeChart({
17215
17221
  points.map((point, index) => {
17216
17222
  const isLast = index === points.length - 1;
17217
17223
  const isActive = activeIndex === index;
17218
- return /* @__PURE__ */ jsxs90("g", { children: [
17224
+ return /* @__PURE__ */ jsxs91("g", { children: [
17219
17225
  /* @__PURE__ */ jsx114(
17220
17226
  "circle",
17221
17227
  {
@@ -17252,7 +17258,7 @@ function DealsOverTimeChart({
17252
17258
  fill: isActive ? colors.pointRingActive : colors.pointRing,
17253
17259
  r: "4.5"
17254
17260
  }
17255
- ) : /* @__PURE__ */ jsxs90(Fragment15, { children: [
17261
+ ) : /* @__PURE__ */ jsxs91(Fragment15, { children: [
17256
17262
  /* @__PURE__ */ jsx114(
17257
17263
  "circle",
17258
17264
  {
@@ -17281,7 +17287,7 @@ function DealsOverTimeChart({
17281
17287
  ]
17282
17288
  }
17283
17289
  ),
17284
- activePoint ? /* @__PURE__ */ jsxs90(
17290
+ activePoint ? /* @__PURE__ */ jsxs91(
17285
17291
  "div",
17286
17292
  {
17287
17293
  className: DealsOverTime_default.tooltip,
@@ -17292,7 +17298,7 @@ function DealsOverTimeChart({
17292
17298
  },
17293
17299
  children: [
17294
17300
  /* @__PURE__ */ jsx114("span", { className: DealsOverTime_default.tooltipDate, children: (_c2 = activePoint.datum.tooltipLabel) != null ? _c2 : activePoint.datum.label }),
17295
- /* @__PURE__ */ jsxs90("strong", { className: DealsOverTime_default.tooltipValue, children: [
17301
+ /* @__PURE__ */ jsxs91("strong", { className: DealsOverTime_default.tooltipValue, children: [
17296
17302
  activePoint.datum.value,
17297
17303
  " ",
17298
17304
  valueLabel
@@ -17315,10 +17321,10 @@ function DealsOverTime({
17315
17321
  }) {
17316
17322
  const periodId = useId25();
17317
17323
  const resolvedMax = Math.max(1, maxValue2);
17318
- return /* @__PURE__ */ jsxs90("div", { className: [DealsOverTime_default.root, className].filter(Boolean).join(" "), "data-palette": palette, children: [
17319
- /* @__PURE__ */ jsxs90("header", { className: DealsOverTime_default.header, children: [
17324
+ return /* @__PURE__ */ jsxs91("div", { className: [DealsOverTime_default.root, className].filter(Boolean).join(" "), "data-palette": palette, children: [
17325
+ /* @__PURE__ */ jsxs91("header", { className: DealsOverTime_default.header, children: [
17320
17326
  /* @__PURE__ */ jsx114("h3", { className: DealsOverTime_default.title, children: title }),
17321
- /* @__PURE__ */ jsxs90("div", { className: DealsOverTime_default.period, children: [
17327
+ /* @__PURE__ */ jsxs91("div", { className: DealsOverTime_default.period, children: [
17322
17328
  /* @__PURE__ */ jsx114("label", { className: DealsOverTime_default.periodLabel, htmlFor: periodId, children: "Period" }),
17323
17329
  /* @__PURE__ */ jsx114(
17324
17330
  "select",
@@ -17340,12 +17346,12 @@ function DealsOverTime({
17340
17346
  import { useCallback as useCallback22, useState as useState46 } from "react";
17341
17347
 
17342
17348
  // ../../components/DashboardListWidget/shared.module.css
17343
- var shared_default = {"footerIcon":"opus_8R-PJ3_footerIcon","itemAction":"opus_8R-PJ3_itemAction","list":"opus_8R-PJ3_list","footerAction":"opus_8R-PJ3_footerAction","iconWrap":"opus_8R-PJ3_iconWrap","footer":"opus_8R-PJ3_footer"};
17349
+ var shared_default = {"itemAction":"opus_8R-PJ3_itemAction","iconWrap":"opus_8R-PJ3_iconWrap","footerAction":"opus_8R-PJ3_footerAction","list":"opus_8R-PJ3_list","footer":"opus_8R-PJ3_footer","footerIcon":"opus_8R-PJ3_footerIcon"};
17344
17350
 
17345
17351
  // ../../components/DashboardListWidget/DashboardListFooter.tsx
17346
- import { Fragment as Fragment16, jsx as jsx115, jsxs as jsxs91 } from "react/jsx-runtime";
17352
+ import { Fragment as Fragment16, jsx as jsx115, jsxs as jsxs92 } from "react/jsx-runtime";
17347
17353
  function DashboardListFooter({ footerHref, footerLabel, onFooterClick }) {
17348
- const content = /* @__PURE__ */ jsxs91(Fragment16, { children: [
17354
+ const content = /* @__PURE__ */ jsxs92(Fragment16, { children: [
17349
17355
  /* @__PURE__ */ jsx115("span", { children: footerLabel }),
17350
17356
  /* @__PURE__ */ jsx115("span", { "aria-hidden": "true", className: shared_default.footerIcon, children: /* @__PURE__ */ jsx115(CatalogIcon, { iconName: "arrow-right" }) })
17351
17357
  ] });
@@ -17353,12 +17359,12 @@ function DashboardListFooter({ footerHref, footerLabel, onFooterClick }) {
17353
17359
  }
17354
17360
 
17355
17361
  // ../../components/UpcomingTasks/UpcomingTasks.module.css
17356
- var UpcomingTasks_default = {"taskCheckbox":"opus_mFTWWU_taskCheckbox","itemBody":"opus_mFTWWU_itemBody","copy":"opus_mFTWWU_copy","time":"opus_mFTWWU_time","header":"opus_mFTWWU_header","itemSubtitle":"opus_mFTWWU_itemSubtitle","root":"opus_mFTWWU_root","itemTitle":"opus_mFTWWU_itemTitle","item":"opus_mFTWWU_item","title":"opus_mFTWWU_title","list":"opus_mFTWWU_list","itemAction":"opus_mFTWWU_itemAction"};
17362
+ var UpcomingTasks_default = {"title":"opus_mFTWWU_title","list":"opus_mFTWWU_list","taskCheckbox":"opus_mFTWWU_taskCheckbox","copy":"opus_mFTWWU_copy","item":"opus_mFTWWU_item","itemSubtitle":"opus_mFTWWU_itemSubtitle","time":"opus_mFTWWU_time","itemAction":"opus_mFTWWU_itemAction","itemTitle":"opus_mFTWWU_itemTitle","header":"opus_mFTWWU_header","itemBody":"opus_mFTWWU_itemBody","root":"opus_mFTWWU_root"};
17357
17363
 
17358
17364
  // ../../components/UpcomingTasks/UpcomingTasks.tsx
17359
- import { jsx as jsx116, jsxs as jsxs92 } from "react/jsx-runtime";
17365
+ import { jsx as jsx116, jsxs as jsxs93 } from "react/jsx-runtime";
17360
17366
  function TaskCopy({ task }) {
17361
- return /* @__PURE__ */ jsxs92("div", { className: UpcomingTasks_default.copy, children: [
17367
+ return /* @__PURE__ */ jsxs93("div", { className: UpcomingTasks_default.copy, children: [
17362
17368
  /* @__PURE__ */ jsx116("span", { className: UpcomingTasks_default.itemTitle, children: task.title }),
17363
17369
  /* @__PURE__ */ jsx116("span", { className: UpcomingTasks_default.itemSubtitle, children: task.subtitle })
17364
17370
  ] });
@@ -17391,9 +17397,9 @@ function UpcomingTasks({
17391
17397
  },
17392
17398
  [onTaskCompleteChange]
17393
17399
  );
17394
- return /* @__PURE__ */ jsxs92("div", { className: [UpcomingTasks_default.root, className].filter(Boolean).join(" "), children: [
17400
+ return /* @__PURE__ */ jsxs93("div", { className: [UpcomingTasks_default.root, className].filter(Boolean).join(" "), children: [
17395
17401
  /* @__PURE__ */ jsx116("header", { className: UpcomingTasks_default.header, children: /* @__PURE__ */ jsx116("h3", { className: UpcomingTasks_default.title, children: title }) }),
17396
- /* @__PURE__ */ jsx116("ul", { className: [shared_default.list, UpcomingTasks_default.list].join(" "), children: tasks.slice(0, 3).map((task) => /* @__PURE__ */ jsxs92("li", { className: UpcomingTasks_default.item, children: [
17402
+ /* @__PURE__ */ jsx116("ul", { className: [shared_default.list, UpcomingTasks_default.list].join(" "), children: tasks.slice(0, 3).map((task) => /* @__PURE__ */ jsxs93("li", { className: UpcomingTasks_default.item, children: [
17397
17403
  /* @__PURE__ */ jsx116(
17398
17404
  CheckboxField,
17399
17405
  {
@@ -17410,7 +17416,7 @@ function UpcomingTasks({
17410
17416
  size: checkboxSize
17411
17417
  }
17412
17418
  ),
17413
- onTaskClick ? /* @__PURE__ */ jsxs92(
17419
+ onTaskClick ? /* @__PURE__ */ jsxs93(
17414
17420
  "button",
17415
17421
  {
17416
17422
  className: [UpcomingTasks_default.itemAction, shared_default.itemAction].join(" "),
@@ -17421,7 +17427,7 @@ function UpcomingTasks({
17421
17427
  /* @__PURE__ */ jsx116("time", { className: UpcomingTasks_default.time, children: task.time })
17422
17428
  ]
17423
17429
  }
17424
- ) : /* @__PURE__ */ jsxs92("div", { className: UpcomingTasks_default.itemBody, children: [
17430
+ ) : /* @__PURE__ */ jsxs93("div", { className: UpcomingTasks_default.itemBody, children: [
17425
17431
  /* @__PURE__ */ jsx116(TaskCopy, { task }),
17426
17432
  /* @__PURE__ */ jsx116("time", { className: UpcomingTasks_default.time, children: task.time })
17427
17433
  ] })
@@ -17438,17 +17444,17 @@ function UpcomingTasks({
17438
17444
  }
17439
17445
 
17440
17446
  // ../../components/RecentActivity/RecentActivity.module.css
17441
- var RecentActivity_default = {"time":"opus_PR08Ax_time","root":"opus_PR08Ax_root","item":"opus_PR08Ax_item","itemAction":"opus_PR08Ax_itemAction","itemSubtitle":"opus_PR08Ax_itemSubtitle","iconWrap":"opus_PR08Ax_iconWrap","title":"opus_PR08Ax_title","header":"opus_PR08Ax_header","copy":"opus_PR08Ax_copy","list":"opus_PR08Ax_list","itemTitle":"opus_PR08Ax_itemTitle"};
17447
+ var RecentActivity_default = {"itemTitle":"opus_PR08Ax_itemTitle","iconWrap":"opus_PR08Ax_iconWrap","itemAction":"opus_PR08Ax_itemAction","itemSubtitle":"opus_PR08Ax_itemSubtitle","time":"opus_PR08Ax_time","list":"opus_PR08Ax_list","item":"opus_PR08Ax_item","copy":"opus_PR08Ax_copy","header":"opus_PR08Ax_header","title":"opus_PR08Ax_title","root":"opus_PR08Ax_root"};
17442
17448
 
17443
17449
  // ../../components/RecentActivity/RecentActivity.tsx
17444
- import { Fragment as Fragment17, jsx as jsx117, jsxs as jsxs93 } from "react/jsx-runtime";
17450
+ import { Fragment as Fragment17, jsx as jsx117, jsxs as jsxs94 } from "react/jsx-runtime";
17445
17451
  function ActivityRow({
17446
17452
  item,
17447
17453
  onItemClick
17448
17454
  }) {
17449
- const content = /* @__PURE__ */ jsxs93(Fragment17, { children: [
17455
+ const content = /* @__PURE__ */ jsxs94(Fragment17, { children: [
17450
17456
  /* @__PURE__ */ jsx117("span", { className: [RecentActivity_default.iconWrap, shared_default.iconWrap].join(" "), "data-tone": item.iconTone, children: /* @__PURE__ */ jsx117(CatalogIcon, { iconName: item.icon }) }),
17451
- /* @__PURE__ */ jsxs93("div", { className: RecentActivity_default.copy, children: [
17457
+ /* @__PURE__ */ jsxs94("div", { className: RecentActivity_default.copy, children: [
17452
17458
  /* @__PURE__ */ jsx117("span", { className: RecentActivity_default.itemTitle, children: item.title }),
17453
17459
  /* @__PURE__ */ jsx117("span", { className: RecentActivity_default.itemSubtitle, children: item.subtitle })
17454
17460
  ] }),
@@ -17476,7 +17482,7 @@ function RecentActivity({
17476
17482
  onItemClick,
17477
17483
  title = "Recent Activity"
17478
17484
  }) {
17479
- return /* @__PURE__ */ jsxs93("div", { className: [RecentActivity_default.root, className].filter(Boolean).join(" "), children: [
17485
+ return /* @__PURE__ */ jsxs94("div", { className: [RecentActivity_default.root, className].filter(Boolean).join(" "), children: [
17480
17486
  /* @__PURE__ */ jsx117("header", { className: RecentActivity_default.header, children: /* @__PURE__ */ jsx117("h3", { className: RecentActivity_default.title, children: title }) }),
17481
17487
  /* @__PURE__ */ jsx117("ul", { className: [shared_default.list, RecentActivity_default.list].join(" "), children: items.slice(0, 3).map((item) => /* @__PURE__ */ jsx117("li", { className: RecentActivity_default.item, children: /* @__PURE__ */ jsx117(ActivityRow, { item, onItemClick }) }, item.id)) }),
17482
17488
  /* @__PURE__ */ jsx117(
@@ -39233,10 +39239,10 @@ function opusThemeTokens(theme) {
39233
39239
  }
39234
39240
 
39235
39241
  // ../../components/EmojiPicker/EmojiPicker.module.css
39236
- var EmojiPicker_default = {"srOnly":"opus__tyRxw_srOnly","categories":"opus__tyRxw_categories","root":"opus__tyRxw_root","search":"opus__tyRxw_search","categoryButton":"opus__tyRxw_categoryButton","emojiButton":"opus__tyRxw_emojiButton","searchHint":"opus__tyRxw_searchHint","panel":"opus__tyRxw_panel","empty":"opus__tyRxw_empty","grid":"opus__tyRxw_grid"};
39242
+ var EmojiPicker_default = {"emojiButton":"opus__tyRxw_emojiButton","panel":"opus__tyRxw_panel","categoryButton":"opus__tyRxw_categoryButton","search":"opus__tyRxw_search","empty":"opus__tyRxw_empty","srOnly":"opus__tyRxw_srOnly","root":"opus__tyRxw_root","categories":"opus__tyRxw_categories","grid":"opus__tyRxw_grid","searchHint":"opus__tyRxw_searchHint"};
39237
39243
 
39238
39244
  // ../../components/EmojiPicker/EmojiPicker.tsx
39239
- import { jsx as jsx118, jsxs as jsxs94 } from "react/jsx-runtime";
39245
+ import { jsx as jsx118, jsxs as jsxs95 } from "react/jsx-runtime";
39240
39246
  var DEFAULT_CATEGORY = "smileys";
39241
39247
  function resolveDefaultCategory(recentEmojis) {
39242
39248
  return recentEmojis.length ? "recent" : DEFAULT_CATEGORY;
@@ -39408,7 +39414,7 @@ function EmojiPicker({
39408
39414
  }), portalStyle.width ? { width: portalStyle.width } : {}), {
39409
39415
  visibility: "visible"
39410
39416
  }) : { left: 0, top: 0, visibility: "hidden" };
39411
- const panel = visible ? /* @__PURE__ */ jsxs94(
39417
+ const panel = visible ? /* @__PURE__ */ jsxs95(
39412
39418
  "div",
39413
39419
  {
39414
39420
  "aria-label": "Emoji picker",
@@ -39482,7 +39488,7 @@ function EmojiPicker({
39482
39488
  ]
39483
39489
  }
39484
39490
  ) : null;
39485
- return /* @__PURE__ */ jsxs94(
39491
+ return /* @__PURE__ */ jsxs95(
39486
39492
  "div",
39487
39493
  {
39488
39494
  className: [EmojiPicker_default.root, className].filter(Boolean).join(" "),
@@ -39511,10 +39517,10 @@ function EmojiPicker({
39511
39517
  import { useEffect as useEffect38, useMemo as useMemo22, useRef as useRef38, useState as useState48 } from "react";
39512
39518
 
39513
39519
  // ../../components/NoteTag/NoteTag.module.css
39514
- var NoteTag_default = {"removeButton":"opus__ZnbtA_removeButton","menu":"opus__ZnbtA_menu","menuHeader":"opus__ZnbtA_menuHeader","tag":"opus__ZnbtA_tag","picker":"opus__ZnbtA_picker","options":"opus__ZnbtA_options","option":"opus__ZnbtA_option","list":"opus__ZnbtA_list"};
39520
+ var NoteTag_default = {"menu":"opus__ZnbtA_menu","menuHeader":"opus__ZnbtA_menuHeader","options":"opus__ZnbtA_options","option":"opus__ZnbtA_option","removeButton":"opus__ZnbtA_removeButton","tag":"opus__ZnbtA_tag","list":"opus__ZnbtA_list","picker":"opus__ZnbtA_picker"};
39515
39521
 
39516
39522
  // ../../components/NoteTag/NoteTag.tsx
39517
- import { jsx as jsx119, jsxs as jsxs95 } from "react/jsx-runtime";
39523
+ import { jsx as jsx119, jsxs as jsxs96 } from "react/jsx-runtime";
39518
39524
  var DEFAULT_NOTE_TAG_OPTIONS = [
39519
39525
  { id: "pricing", label: "Pricing", tone: "purple" },
39520
39526
  { id: "enterprise", label: "Enterprise", tone: "orange" },
@@ -39542,7 +39548,7 @@ function NoteTag({
39542
39548
  tone
39543
39549
  }) {
39544
39550
  const tag = { id, label, tone };
39545
- return /* @__PURE__ */ jsxs95(
39551
+ return /* @__PURE__ */ jsxs96(
39546
39552
  "span",
39547
39553
  {
39548
39554
  className: [NoteTag_default.tag, className].filter(Boolean).join(" "),
@@ -39627,7 +39633,7 @@ function NoteTagPicker({
39627
39633
  }
39628
39634
  onChange([...selectedTags, tag]);
39629
39635
  };
39630
- return /* @__PURE__ */ jsxs95("div", { className: NoteTag_default.picker, "data-note-tag-picker": "true", ref: rootRef, children: [
39636
+ return /* @__PURE__ */ jsxs96("div", { className: NoteTag_default.picker, "data-note-tag-picker": "true", ref: rootRef, children: [
39631
39637
  /* @__PURE__ */ jsx119(
39632
39638
  "button",
39633
39639
  {
@@ -39639,7 +39645,7 @@ function NoteTagPicker({
39639
39645
  children: children != null ? children : label
39640
39646
  }
39641
39647
  ),
39642
- isOpen ? /* @__PURE__ */ jsxs95("div", { className: NoteTag_default.menu, role: "listbox", "aria-label": label, children: [
39648
+ isOpen ? /* @__PURE__ */ jsxs96("div", { className: NoteTag_default.menu, role: "listbox", "aria-label": label, children: [
39643
39649
  /* @__PURE__ */ jsx119("div", { className: NoteTag_default.menuHeader, children: "Tags" }),
39644
39650
  /* @__PURE__ */ jsx119("div", { className: NoteTag_default.options, children: options.map((tag) => {
39645
39651
  const selected = selectedKeys.has(getTagKey(tag));
@@ -39661,10 +39667,10 @@ function NoteTagPicker({
39661
39667
  }
39662
39668
 
39663
39669
  // ../../components/NoteComposer/NoteComposer.module.css
39664
- var NoteComposer_default = {"footer":"opus_pQVlNo_footer","tools":"opus_pQVlNo_tools","saveButton":"opus_pQVlNo_saveButton","toolButton":"opus_pQVlNo_toolButton","textarea":"opus_pQVlNo_textarea","root":"opus_pQVlNo_root","selectedTags":"opus_pQVlNo_selectedTags"};
39670
+ var NoteComposer_default = {"tools":"opus_pQVlNo_tools","saveButton":"opus_pQVlNo_saveButton","selectedTags":"opus_pQVlNo_selectedTags","footer":"opus_pQVlNo_footer","root":"opus_pQVlNo_root","toolButton":"opus_pQVlNo_toolButton","textarea":"opus_pQVlNo_textarea"};
39665
39671
 
39666
39672
  // ../../components/NoteComposer/NoteComposer.tsx
39667
- import { jsx as jsx120, jsxs as jsxs96 } from "react/jsx-runtime";
39673
+ import { jsx as jsx120, jsxs as jsxs97 } from "react/jsx-runtime";
39668
39674
  function NoteComposer({
39669
39675
  className,
39670
39676
  defaultValue = "",
@@ -39764,7 +39770,7 @@ function NoteComposer({
39764
39770
  textarea.setSelectionRange(nextCaret, nextCaret);
39765
39771
  selectionRef.current = { start: nextCaret, end: nextCaret };
39766
39772
  }, [currentValue]);
39767
- return /* @__PURE__ */ jsxs96("div", { className: [NoteComposer_default.root, className].filter(Boolean).join(" "), children: [
39773
+ return /* @__PURE__ */ jsxs97("div", { className: [NoteComposer_default.root, className].filter(Boolean).join(" "), children: [
39768
39774
  /* @__PURE__ */ jsx120(
39769
39775
  "textarea",
39770
39776
  {
@@ -39789,8 +39795,8 @@ function NoteComposer({
39789
39795
  tags: currentTags
39790
39796
  }
39791
39797
  ) : null,
39792
- /* @__PURE__ */ jsxs96("div", { className: NoteComposer_default.footer, children: [
39793
- /* @__PURE__ */ jsxs96("div", { className: NoteComposer_default.tools, children: [
39798
+ /* @__PURE__ */ jsxs97("div", { className: NoteComposer_default.footer, children: [
39799
+ /* @__PURE__ */ jsxs97("div", { className: NoteComposer_default.tools, children: [
39794
39800
  showAttach ? /* @__PURE__ */ jsx120(
39795
39801
  "button",
39796
39802
  {
@@ -39872,10 +39878,10 @@ import {
39872
39878
  import { Fragment as Fragment18 } from "react";
39873
39879
 
39874
39880
  // ../../components/ContentTimeline/ContentTimeline.module.css
39875
- var ContentTimeline_default = {"metaRow":"opus_vApy-v_metaRow","head":"opus_vApy-v_head","title":"opus_vApy-v_title","list":"opus_vApy-v_list","tags":"opus_vApy-v_tags","rail":"opus_vApy-v_rail","children":"opus_vApy-v_children","item":"opus_vApy-v_item","tag":"opus_vApy-v_tag","statusDot":"opus_vApy-v_statusDot","content":"opus_vApy-v_content","line":"opus_vApy-v_line","body":"opus_vApy-v_body","itemFooter":"opus_vApy-v_itemFooter","groupLabel":"opus_vApy-v_groupLabel","time":"opus_vApy-v_time","dot":"opus_vApy-v_dot","itemAction":"opus_vApy-v_itemAction","description":"opus_vApy-v_description","markerSlot":"opus_vApy-v_markerSlot"};
39881
+ var ContentTimeline_default = {"item":"opus_vApy-v_item","description":"opus_vApy-v_description","tags":"opus_vApy-v_tags","body":"opus_vApy-v_body","itemAction":"opus_vApy-v_itemAction","itemFooter":"opus_vApy-v_itemFooter","time":"opus_vApy-v_time","children":"opus_vApy-v_children","line":"opus_vApy-v_line","tag":"opus_vApy-v_tag","list":"opus_vApy-v_list","statusDot":"opus_vApy-v_statusDot","dot":"opus_vApy-v_dot","rail":"opus_vApy-v_rail","content":"opus_vApy-v_content","head":"opus_vApy-v_head","title":"opus_vApy-v_title","metaRow":"opus_vApy-v_metaRow","groupLabel":"opus_vApy-v_groupLabel","markerSlot":"opus_vApy-v_markerSlot"};
39876
39882
 
39877
39883
  // ../../components/ContentTimeline/ContentTimeline.tsx
39878
- import { jsx as jsx121, jsxs as jsxs97 } from "react/jsx-runtime";
39884
+ import { jsx as jsx121, jsxs as jsxs98 } from "react/jsx-runtime";
39879
39885
  function itemUsesAvatar(item, variant) {
39880
39886
  if (variant === "default") {
39881
39887
  return false;
@@ -39907,7 +39913,7 @@ function renderTimelineItem({
39907
39913
  onKeyboardAction(item, index);
39908
39914
  }
39909
39915
  };
39910
- return /* @__PURE__ */ jsxs97(
39916
+ return /* @__PURE__ */ jsxs98(
39911
39917
  "li",
39912
39918
  {
39913
39919
  className: ContentTimeline_default.item,
@@ -39931,25 +39937,25 @@ function renderTimelineItem({
39931
39937
  role: isInteractive ? "listitem" : void 0,
39932
39938
  tabIndex: isInteractive ? 0 : void 0,
39933
39939
  children: [
39934
- /* @__PURE__ */ jsxs97("div", { "aria-hidden": "true", className: ContentTimeline_default.rail, "data-content-timeline-rail": "true", children: [
39940
+ /* @__PURE__ */ jsxs98("div", { "aria-hidden": "true", className: ContentTimeline_default.rail, "data-content-timeline-rail": "true", children: [
39935
39941
  /* @__PURE__ */ jsx121("div", { className: ContentTimeline_default.markerSlot, "data-content-timeline-marker": "true", children: showAvatar ? /* @__PURE__ */ jsx121(Avatar, { name: item.avatarName, size: "lg", src: item.avatarSrc }) : /* @__PURE__ */ jsx121("span", { className: ContentTimeline_default.dot }) }),
39936
39942
  !isLastInGroup || item.children || item.footer ? /* @__PURE__ */ jsx121("span", { className: ContentTimeline_default.line, "data-content-timeline-line": "true" }) : null
39937
39943
  ] }),
39938
- /* @__PURE__ */ jsxs97("div", { className: ContentTimeline_default.body, "data-content-timeline-body": "true", children: [
39939
- /* @__PURE__ */ jsxs97(
39944
+ /* @__PURE__ */ jsxs98("div", { className: ContentTimeline_default.body, "data-content-timeline-body": "true", children: [
39945
+ /* @__PURE__ */ jsxs98(
39940
39946
  "div",
39941
39947
  {
39942
39948
  className: ContentTimeline_default.content,
39943
39949
  "data-content-timeline-content": "true",
39944
39950
  "data-has-footer": item.footer ? "true" : void 0,
39945
39951
  children: [
39946
- /* @__PURE__ */ jsxs97("div", { className: ContentTimeline_default.head, children: [
39952
+ /* @__PURE__ */ jsxs98("div", { className: ContentTimeline_default.head, children: [
39947
39953
  showAvatar && showStatus ? /* @__PURE__ */ jsx121("span", { "aria-hidden": "true", className: ContentTimeline_default.statusDot }) : null,
39948
39954
  /* @__PURE__ */ jsx121("h3", { className: ContentTimeline_default.title, children: item.title }),
39949
39955
  item.time ? /* @__PURE__ */ jsx121("time", { className: ContentTimeline_default.time, children: item.time }) : null
39950
39956
  ] }),
39951
39957
  item.description ? /* @__PURE__ */ jsx121("p", { className: ContentTimeline_default.description, children: item.description }) : null,
39952
- ((_c2 = item.tags) == null ? void 0 : _c2.length) || item.action ? /* @__PURE__ */ jsxs97("div", { className: ContentTimeline_default.metaRow, children: [
39958
+ ((_c2 = item.tags) == null ? void 0 : _c2.length) || item.action ? /* @__PURE__ */ jsxs98("div", { className: ContentTimeline_default.metaRow, children: [
39953
39959
  ((_d2 = item.tags) == null ? void 0 : _d2.length) ? /* @__PURE__ */ jsx121("div", { className: ContentTimeline_default.tags, children: /* @__PURE__ */ jsx121(NoteTagList, { tags: item.tags.map((tag) => {
39954
39960
  var _a3;
39955
39961
  return __spreadProps(__spreadValues({}, tag), { tone: (_a3 = tag.tone) != null ? _a3 : "purple" });
@@ -39971,7 +39977,7 @@ function ContentTimeline({ groups, items, onItemClick, onItemDoubleClick, varian
39971
39977
  const resolvedGroups = groups != null ? groups : items ? [{ items }] : [];
39972
39978
  return /* @__PURE__ */ jsx121("ol", { className: ContentTimeline_default.list, "data-content-timeline-list": "true", children: resolvedGroups.map((group, groupIndex) => {
39973
39979
  var _a2;
39974
- return /* @__PURE__ */ jsxs97(Fragment18, { children: [
39980
+ return /* @__PURE__ */ jsxs98(Fragment18, { children: [
39975
39981
  group.label ? /* @__PURE__ */ jsx121("li", { "aria-hidden": "true", className: ContentTimeline_default.groupLabel, children: group.label }) : null,
39976
39982
  group.items.map(
39977
39983
  (item, index) => renderTimelineItem({
@@ -39989,10 +39995,10 @@ function ContentTimeline({ groups, items, onItemClick, onItemDoubleClick, varian
39989
39995
  }
39990
39996
 
39991
39997
  // ../../components/NotesActivity/NotesActivity.module.css
39992
- var NotesActivity_default = {"tab":"opus_ThZ-Bi_tab","replyTags":"opus_ThZ-Bi_replyTags","footer":"opus_ThZ-Bi_footer","feed":"opus_ThZ-Bi_feed","threadItems":"opus_ThZ-Bi_threadItems","threadConnectors":"opus_ThZ-Bi_threadConnectors","replyInputShell":"opus_ThZ-Bi_replyInputShell","tabs":"opus_ThZ-Bi_tabs","replyTools":"opus_ThZ-Bi_replyTools","root":"opus_ThZ-Bi_root","tabIcon":"opus_ThZ-Bi_tabIcon","footerIcon":"opus_ThZ-Bi_footerIcon","replyInput":"opus_ThZ-Bi_replyInput","replyBlock":"opus_ThZ-Bi_replyBlock","replyToolButton":"opus_ThZ-Bi_replyToolButton","replyComposer":"opus_ThZ-Bi_replyComposer","composer":"opus_ThZ-Bi_composer","footerAction":"opus_ThZ-Bi_footerAction"};
39998
+ var NotesActivity_default = {"tabIcon":"opus_ThZ-Bi_tabIcon","replyTools":"opus_ThZ-Bi_replyTools","tab":"opus_ThZ-Bi_tab","threadConnectors":"opus_ThZ-Bi_threadConnectors","footerAction":"opus_ThZ-Bi_footerAction","tabs":"opus_ThZ-Bi_tabs","replyTags":"opus_ThZ-Bi_replyTags","feed":"opus_ThZ-Bi_feed","footer":"opus_ThZ-Bi_footer","replyToolButton":"opus_ThZ-Bi_replyToolButton","footerIcon":"opus_ThZ-Bi_footerIcon","replyInput":"opus_ThZ-Bi_replyInput","composer":"opus_ThZ-Bi_composer","replyInputShell":"opus_ThZ-Bi_replyInputShell","root":"opus_ThZ-Bi_root","threadItems":"opus_ThZ-Bi_threadItems","replyBlock":"opus_ThZ-Bi_replyBlock","replyComposer":"opus_ThZ-Bi_replyComposer"};
39993
39999
 
39994
40000
  // ../../components/NotesActivity/NotesActivity.tsx
39995
- import { Fragment as Fragment19, jsx as jsx122, jsxs as jsxs98 } from "react/jsx-runtime";
40001
+ import { Fragment as Fragment19, jsx as jsx122, jsxs as jsxs99 } from "react/jsx-runtime";
39996
40002
  function formatNoteTime(date) {
39997
40003
  return `${String(date.getHours()).padStart(2, "0")}:${String(date.getMinutes()).padStart(2, "0")}`;
39998
40004
  }
@@ -40087,7 +40093,7 @@ function ThreadedTimeline({
40087
40093
  window.removeEventListener("resize", measureConnectors);
40088
40094
  };
40089
40095
  }, [items, measureConnectors]);
40090
- return /* @__PURE__ */ jsxs98("div", { className: NotesActivity_default.threadItems, ref: rootRef, children: [
40096
+ return /* @__PURE__ */ jsxs99("div", { className: NotesActivity_default.threadItems, ref: rootRef, children: [
40091
40097
  /* @__PURE__ */ jsx122(
40092
40098
  "svg",
40093
40099
  {
@@ -40167,14 +40173,14 @@ function InlineReplyComposer({
40167
40173
  )
40168
40174
  );
40169
40175
  };
40170
- return /* @__PURE__ */ jsxs98("form", { className: NotesActivity_default.replyComposer, onSubmit, children: [
40171
- /* @__PURE__ */ jsxs98(
40176
+ return /* @__PURE__ */ jsxs99("form", { className: NotesActivity_default.replyComposer, onSubmit, children: [
40177
+ /* @__PURE__ */ jsxs99(
40172
40178
  "div",
40173
40179
  {
40174
40180
  className: NotesActivity_default.replyInputShell,
40175
40181
  "data-has-tools": hasTools ? "true" : void 0,
40176
40182
  children: [
40177
- hasTools ? /* @__PURE__ */ jsxs98("div", { className: NotesActivity_default.replyTools, "aria-label": "Reply tools", children: [
40183
+ hasTools ? /* @__PURE__ */ jsxs99("div", { className: NotesActivity_default.replyTools, "aria-label": "Reply tools", children: [
40178
40184
  showAttach ? /* @__PURE__ */ jsx122(
40179
40185
  "button",
40180
40186
  {
@@ -40549,18 +40555,18 @@ function NotesActivity({
40549
40555
  const activeFooterLabel = activeTab === "notes" ? notesFooterLabel : activityFooterLabel;
40550
40556
  const activeFooterHref = activeTab === "notes" ? notesFooterHref : activityFooterHref;
40551
40557
  const activeFooterClick = activeTab === "notes" ? onNotesFooterClick : onActivityFooterClick;
40552
- const footerContent = /* @__PURE__ */ jsxs98(Fragment19, { children: [
40558
+ const footerContent = /* @__PURE__ */ jsxs99(Fragment19, { children: [
40553
40559
  /* @__PURE__ */ jsx122("span", { children: activeFooterLabel }),
40554
40560
  /* @__PURE__ */ jsx122("span", { "aria-hidden": "true", className: NotesActivity_default.footerIcon, children: /* @__PURE__ */ jsx122(CatalogIcon, { iconName: "arrow-right" }) })
40555
40561
  ] });
40556
- return /* @__PURE__ */ jsxs98("div", { className: [NotesActivity_default.root, className].filter(Boolean).join(" "), "data-density": density, children: [
40562
+ return /* @__PURE__ */ jsxs99("div", { className: [NotesActivity_default.root, className].filter(Boolean).join(" "), "data-density": density, children: [
40557
40563
  /* @__PURE__ */ jsx122(
40558
40564
  "div",
40559
40565
  {
40560
40566
  "aria-label": "Notes and activity",
40561
40567
  className: NotesActivity_default.tabs,
40562
40568
  role: "tablist",
40563
- children: ["notes", "activity"].map((tab) => /* @__PURE__ */ jsxs98(
40569
+ children: ["notes", "activity"].map((tab) => /* @__PURE__ */ jsxs99(
40564
40570
  "button",
40565
40571
  {
40566
40572
  "aria-selected": activeTab === tab,
@@ -40674,18 +40680,18 @@ function NotesActivity({
40674
40680
  import { useMemo as useMemo24 } from "react";
40675
40681
 
40676
40682
  // ../../components/TopPerformingUsers/TopPerformingUsers.module.css
40677
- var TopPerformingUsers_default = {"header":"opus_sYx0a6_header","list":"opus_sYx0a6_list","barTrack":"opus_sYx0a6_barTrack","value":"opus_sYx0a6_value","barFill":"opus_sYx0a6_barFill","row":"opus_sYx0a6_row","name":"opus_sYx0a6_name","itemAction":"opus_sYx0a6_itemAction","title":"opus_sYx0a6_title","item":"opus_sYx0a6_item","root":"opus_sYx0a6_root"};
40683
+ var TopPerformingUsers_default = {"header":"opus_sYx0a6_header","list":"opus_sYx0a6_list","itemAction":"opus_sYx0a6_itemAction","value":"opus_sYx0a6_value","row":"opus_sYx0a6_row","item":"opus_sYx0a6_item","title":"opus_sYx0a6_title","barFill":"opus_sYx0a6_barFill","root":"opus_sYx0a6_root","barTrack":"opus_sYx0a6_barTrack","name":"opus_sYx0a6_name"};
40678
40684
 
40679
40685
  // ../../components/TopPerformingUsers/TopPerformingUsers.tsx
40680
- import { Fragment as Fragment20, jsx as jsx123, jsxs as jsxs99 } from "react/jsx-runtime";
40686
+ import { Fragment as Fragment20, jsx as jsx123, jsxs as jsxs100 } from "react/jsx-runtime";
40681
40687
  function PersonRow({
40682
40688
  maxValue: maxValue2,
40683
40689
  onPersonClick,
40684
40690
  user
40685
40691
  }) {
40686
- const content = /* @__PURE__ */ jsxs99(Fragment20, { children: [
40692
+ const content = /* @__PURE__ */ jsxs100(Fragment20, { children: [
40687
40693
  /* @__PURE__ */ jsx123(Avatar, { name: user.name, size: "sm", src: user.src }),
40688
- /* @__PURE__ */ jsxs99("div", { className: TopPerformingUsers_default.row, children: [
40694
+ /* @__PURE__ */ jsxs100("div", { className: TopPerformingUsers_default.row, children: [
40689
40695
  /* @__PURE__ */ jsx123("span", { className: TopPerformingUsers_default.name, children: user.name }),
40690
40696
  /* @__PURE__ */ jsx123("div", { className: TopPerformingUsers_default.barTrack, children: /* @__PURE__ */ jsx123("span", { className: TopPerformingUsers_default.barFill, style: { width: `${user.value / maxValue2 * 100}%` } }) }),
40691
40697
  /* @__PURE__ */ jsx123("span", { className: TopPerformingUsers_default.value, children: user.displayValue })
@@ -40718,7 +40724,7 @@ function TopPerformingUsers({
40718
40724
  [users]
40719
40725
  );
40720
40726
  const visibleUsers = users.slice(0, 3);
40721
- return /* @__PURE__ */ jsxs99("div", { className: [TopPerformingUsers_default.root, className].filter(Boolean).join(" "), children: [
40727
+ return /* @__PURE__ */ jsxs100("div", { className: [TopPerformingUsers_default.root, className].filter(Boolean).join(" "), children: [
40722
40728
  /* @__PURE__ */ jsx123("header", { className: TopPerformingUsers_default.header, children: /* @__PURE__ */ jsx123("h3", { className: TopPerformingUsers_default.title, children: title }) }),
40723
40729
  /* @__PURE__ */ jsx123("ul", { className: [shared_default.list, TopPerformingUsers_default.list].join(" "), children: visibleUsers.map((user) => /* @__PURE__ */ jsx123("li", { className: TopPerformingUsers_default.item, children: /* @__PURE__ */ jsx123(PersonRow, { maxValue: maxValue2, onPersonClick, user }) }, user.id)) }),
40724
40730
  /* @__PURE__ */ jsx123(
@@ -40733,10 +40739,10 @@ function TopPerformingUsers({
40733
40739
  }
40734
40740
 
40735
40741
  // ../../components/UserProfileWidget/UserProfileWidget.module.css
40736
- var UserProfileWidget_default = {"role":"opus_zjR1aT_role","root":"opus_zjR1aT_root","chevron":"opus_zjR1aT_chevron","avatarButton":"opus_zjR1aT_avatarButton","chevronButton":"opus_zjR1aT_chevronButton","name":"opus_zjR1aT_name","copy":"opus_zjR1aT_copy"};
40742
+ var UserProfileWidget_default = {"chevronButton":"opus_zjR1aT_chevronButton","chevron":"opus_zjR1aT_chevron","copy":"opus_zjR1aT_copy","name":"opus_zjR1aT_name","avatarButton":"opus_zjR1aT_avatarButton","role":"opus_zjR1aT_role","root":"opus_zjR1aT_root"};
40737
40743
 
40738
40744
  // ../../components/UserProfileWidget/UserProfileWidget.tsx
40739
- import { jsx as jsx124, jsxs as jsxs100 } from "react/jsx-runtime";
40745
+ import { jsx as jsx124, jsxs as jsxs101 } from "react/jsx-runtime";
40740
40746
  function UserProfileWidget({
40741
40747
  avatarSize = "md",
40742
40748
  className,
@@ -40759,7 +40765,7 @@ function UserProfileWidget({
40759
40765
  onSelect: () => handleMenuSelect(item)
40760
40766
  }));
40761
40767
  const avatar = /* @__PURE__ */ jsx124(Avatar, { name, size: avatarSize, src });
40762
- return /* @__PURE__ */ jsxs100("div", { className: [UserProfileWidget_default.root, className].filter(Boolean).join(" "), children: [
40768
+ return /* @__PURE__ */ jsxs101("div", { className: [UserProfileWidget_default.root, className].filter(Boolean).join(" "), children: [
40763
40769
  onAvatarClick ? /* @__PURE__ */ jsx124(
40764
40770
  "button",
40765
40771
  {
@@ -40770,7 +40776,7 @@ function UserProfileWidget({
40770
40776
  children: avatar
40771
40777
  }
40772
40778
  ) : avatar,
40773
- /* @__PURE__ */ jsxs100("div", { className: UserProfileWidget_default.copy, children: [
40779
+ /* @__PURE__ */ jsxs101("div", { className: UserProfileWidget_default.copy, children: [
40774
40780
  /* @__PURE__ */ jsx124("span", { className: UserProfileWidget_default.name, children: name }),
40775
40781
  /* @__PURE__ */ jsx124("span", { className: UserProfileWidget_default.role, children: role })
40776
40782
  ] }),
@@ -40802,7 +40808,7 @@ function UserProfileWidget({
40802
40808
 
40803
40809
  // ../../components/UserProfileWidget/ProfilePhotoUploadModal.tsx
40804
40810
  import { useEffect as useEffect40, useState as useState51 } from "react";
40805
- import { Fragment as Fragment21, jsx as jsx125, jsxs as jsxs101 } from "react/jsx-runtime";
40811
+ import { Fragment as Fragment21, jsx as jsx125, jsxs as jsxs102 } from "react/jsx-runtime";
40806
40812
  var defaultUserProfilePhotoUploadOptions = {
40807
40813
  changeButtonLabel: "Change photo",
40808
40814
  cropButtonLabel: "Apply crop",
@@ -40842,7 +40848,7 @@ function ProfilePhotoUploadModal({
40842
40848
  return /* @__PURE__ */ jsx125(
40843
40849
  Modal,
40844
40850
  {
40845
- actions: /* @__PURE__ */ jsxs101(Fragment21, { children: [
40851
+ actions: /* @__PURE__ */ jsxs102(Fragment21, { children: [
40846
40852
  /* @__PURE__ */ jsx125(Button, { type: "button", variant: "secondary", onClick: handleClose, children: (_a2 = options == null ? void 0 : options.cancelButtonLabel) != null ? _a2 : "Cancel" }),
40847
40853
  (cropAvailability == null ? void 0 : cropAvailability.canApply) ? /* @__PURE__ */ jsx125(
40848
40854
  Button,
@@ -40904,7 +40910,7 @@ function ProfilePhotoUploadModal({
40904
40910
  var ImageCropUploadWidget_default = {"field":"opus_jO9vJQ_field","root":"opus_jO9vJQ_root","title":"opus_jO9vJQ_title"};
40905
40911
 
40906
40912
  // ../../components/ImageCropUploadWidget/ImageCropUploadWidget.tsx
40907
- import { jsx as jsx126, jsxs as jsxs102 } from "react/jsx-runtime";
40913
+ import { jsx as jsx126, jsxs as jsxs103 } from "react/jsx-runtime";
40908
40914
  function ImageCropUploadWidget({
40909
40915
  changeButtonLabel,
40910
40916
  className,
@@ -40939,17 +40945,17 @@ function ImageCropUploadWidget({
40939
40945
  zoomLabel,
40940
40946
  zoomStep
40941
40947
  };
40942
- return /* @__PURE__ */ jsxs102("div", { className: [ImageCropUploadWidget_default.root, className].filter(Boolean).join(" "), children: [
40948
+ return /* @__PURE__ */ jsxs103("div", { className: [ImageCropUploadWidget_default.root, className].filter(Boolean).join(" "), children: [
40943
40949
  title ? /* @__PURE__ */ jsx126("h3", { className: ImageCropUploadWidget_default.title, children: title }) : null,
40944
40950
  /* @__PURE__ */ jsx126("div", { className: ImageCropUploadWidget_default.field, children: /* @__PURE__ */ jsx126(ImageCropUploadField, __spreadValues({}, fieldProps)) })
40945
40951
  ] });
40946
40952
  }
40947
40953
 
40948
40954
  // ../../components/DashboardContentContainer/DashboardContentContainer.module.css
40949
- var DashboardContentContainer_default = {"container":"opus_myuwZ6_container","title":"opus_myuwZ6_title"};
40955
+ var DashboardContentContainer_default = {"title":"opus_myuwZ6_title","container":"opus_myuwZ6_container"};
40950
40956
 
40951
40957
  // ../../components/DashboardContentContainer/DashboardContentContainer.tsx
40952
- import { jsx as jsx127, jsxs as jsxs103 } from "react/jsx-runtime";
40958
+ import { jsx as jsx127, jsxs as jsxs104 } from "react/jsx-runtime";
40953
40959
  function DashboardContentContainer({
40954
40960
  children,
40955
40961
  className,
@@ -40962,7 +40968,7 @@ function DashboardContentContainer({
40962
40968
  title,
40963
40969
  width = "widget"
40964
40970
  }) {
40965
- return /* @__PURE__ */ jsxs103(
40971
+ return /* @__PURE__ */ jsxs104(
40966
40972
  "article",
40967
40973
  {
40968
40974
  className: [DashboardContentContainer_default.container, className].filter(Boolean).join(" "),
@@ -40985,10 +40991,10 @@ function DashboardContentContainer({
40985
40991
  import { useMemo as useMemo25, useState as useState52 } from "react";
40986
40992
 
40987
40993
  // ../../components/PropertyInspector/PropertyInspector.module.css
40988
- var PropertyInspector_default = {"root":"opus_IrN8Z8_root","valueCell":"opus_IrN8Z8_valueCell","searchRow":"opus_IrN8Z8_searchRow","rows":"opus_IrN8Z8_rows","group":"opus_IrN8Z8_group","label":"opus_IrN8Z8_label","select":"opus_IrN8Z8_select","input":"opus_IrN8Z8_input","value":"opus_IrN8Z8_value","groupHeader":"opus_IrN8Z8_groupHeader","search":"opus_IrN8Z8_search","row":"opus_IrN8Z8_row","checkbox":"opus_IrN8Z8_checkbox"};
40994
+ var PropertyInspector_default = {"search":"opus_IrN8Z8_search","value":"opus_IrN8Z8_value","row":"opus_IrN8Z8_row","group":"opus_IrN8Z8_group","root":"opus_IrN8Z8_root","valueCell":"opus_IrN8Z8_valueCell","groupHeader":"opus_IrN8Z8_groupHeader","input":"opus_IrN8Z8_input","select":"opus_IrN8Z8_select","searchRow":"opus_IrN8Z8_searchRow","label":"opus_IrN8Z8_label","checkbox":"opus_IrN8Z8_checkbox","rows":"opus_IrN8Z8_rows"};
40989
40995
 
40990
40996
  // ../../components/PropertyInspector/PropertyInspector.tsx
40991
- import { jsx as jsx128, jsxs as jsxs104 } from "react/jsx-runtime";
40997
+ import { jsx as jsx128, jsxs as jsxs105 } from "react/jsx-runtime";
40992
40998
  function isSelectValue(value) {
40993
40999
  return Boolean(value && typeof value === "object" && "options" in value);
40994
41000
  }
@@ -41029,7 +41035,7 @@ function PropertyInspector({ items, onChange, searchable = false }) {
41029
41035
  return next;
41030
41036
  });
41031
41037
  }
41032
- return /* @__PURE__ */ jsxs104("div", { className: PropertyInspector_default.root, "aria-label": "Property inspector", children: [
41038
+ return /* @__PURE__ */ jsxs105("div", { className: PropertyInspector_default.root, "aria-label": "Property inspector", children: [
41033
41039
  searchable ? /* @__PURE__ */ jsx128("div", { className: PropertyInspector_default.searchRow, children: /* @__PURE__ */ jsx128(
41034
41040
  "input",
41035
41041
  {
@@ -41043,8 +41049,8 @@ function PropertyInspector({ items, onChange, searchable = false }) {
41043
41049
  ) }) : null,
41044
41050
  groups.map(([group, groupItems]) => {
41045
41051
  const isCollapsed = collapsed.has(group);
41046
- return /* @__PURE__ */ jsxs104("section", { className: PropertyInspector_default.group, children: [
41047
- /* @__PURE__ */ jsxs104(
41052
+ return /* @__PURE__ */ jsxs105("section", { className: PropertyInspector_default.group, children: [
41053
+ /* @__PURE__ */ jsxs105(
41048
41054
  "button",
41049
41055
  {
41050
41056
  "aria-expanded": !isCollapsed,
@@ -41057,7 +41063,7 @@ function PropertyInspector({ items, onChange, searchable = false }) {
41057
41063
  ]
41058
41064
  }
41059
41065
  ),
41060
- !isCollapsed ? /* @__PURE__ */ jsx128("div", { className: PropertyInspector_default.rows, role: "table", children: groupItems.map((item) => /* @__PURE__ */ jsxs104("div", { className: PropertyInspector_default.row, role: "row", children: [
41066
+ !isCollapsed ? /* @__PURE__ */ jsx128("div", { className: PropertyInspector_default.rows, role: "table", children: groupItems.map((item) => /* @__PURE__ */ jsxs105("div", { className: PropertyInspector_default.row, role: "row", children: [
41061
41067
  /* @__PURE__ */ jsx128("div", { className: PropertyInspector_default.label, role: "rowheader", children: item.label }),
41062
41068
  /* @__PURE__ */ jsx128("div", { className: PropertyInspector_default.valueCell, role: "cell", children: item.readOnly || !onChange ? /* @__PURE__ */ jsx128("span", { className: PropertyInspector_default.value, children: formatDisplay(item.value) }) : typeof item.value === "boolean" ? /* @__PURE__ */ jsx128(
41063
41069
  "input",
@@ -41105,10 +41111,10 @@ function PropertyInspector({ items, onChange, searchable = false }) {
41105
41111
  import { useMemo as useMemo26 } from "react";
41106
41112
 
41107
41113
  // ../../components/FilterBuilder/FilterBuilder.module.css
41108
- var FilterBuilder_default = {"root":"opus_CtJDHh_root","joinerSpacer":"opus_CtJDHh_joinerSpacer","select":"opus_CtJDHh_select","empty":"opus_CtJDHh_empty","valuePlaceholder":"opus_CtJDHh_valuePlaceholder","header":"opus_CtJDHh_header","row":"opus_CtJDHh_row","outputLabel":"opus_CtJDHh_outputLabel","remove":"opus_CtJDHh_remove","output":"opus_CtJDHh_output","expression":"opus_CtJDHh_expression","title":"opus_CtJDHh_title","list":"opus_CtJDHh_list","input":"opus_CtJDHh_input","add":"opus_CtJDHh_add","payload":"opus_CtJDHh_payload","joiner":"opus_CtJDHh_joiner"};
41114
+ var FilterBuilder_default = {"expression":"opus_CtJDHh_expression","valuePlaceholder":"opus_CtJDHh_valuePlaceholder","joinerSpacer":"opus_CtJDHh_joinerSpacer","input":"opus_CtJDHh_input","add":"opus_CtJDHh_add","title":"opus_CtJDHh_title","outputLabel":"opus_CtJDHh_outputLabel","header":"opus_CtJDHh_header","empty":"opus_CtJDHh_empty","select":"opus_CtJDHh_select","payload":"opus_CtJDHh_payload","remove":"opus_CtJDHh_remove","row":"opus_CtJDHh_row","root":"opus_CtJDHh_root","output":"opus_CtJDHh_output","joiner":"opus_CtJDHh_joiner","list":"opus_CtJDHh_list"};
41109
41115
 
41110
41116
  // ../../components/FilterBuilder/FilterBuilder.tsx
41111
- import { jsx as jsx129, jsxs as jsxs105 } from "react/jsx-runtime";
41117
+ import { jsx as jsx129, jsxs as jsxs106 } from "react/jsx-runtime";
41112
41118
  var operators = [
41113
41119
  { value: "eq", label: "equals" },
41114
41120
  { value: "neq", label: "not equals" },
@@ -41155,12 +41161,12 @@ function FilterBuilder({ conditions, fields, onChange }) {
41155
41161
  ),
41156
41162
  [conditions]
41157
41163
  );
41158
- return /* @__PURE__ */ jsxs105("div", { className: FilterBuilder_default.root, "aria-label": "Filter builder", children: [
41159
- /* @__PURE__ */ jsxs105("div", { className: FilterBuilder_default.header, children: [
41164
+ return /* @__PURE__ */ jsxs106("div", { className: FilterBuilder_default.root, "aria-label": "Filter builder", children: [
41165
+ /* @__PURE__ */ jsxs106("div", { className: FilterBuilder_default.header, children: [
41160
41166
  /* @__PURE__ */ jsx129("span", { className: FilterBuilder_default.title, children: "Filters" }),
41161
41167
  /* @__PURE__ */ jsx129("button", { className: FilterBuilder_default.add, onClick: () => onChange([...conditions, createCondition(fields)]), type: "button", children: "Add filter" })
41162
41168
  ] }),
41163
- conditions.length === 0 ? /* @__PURE__ */ jsx129("p", { className: FilterBuilder_default.empty, children: "No filters. Add one to narrow results." }) : /* @__PURE__ */ jsx129("ul", { className: FilterBuilder_default.list, children: conditions.map((condition, index) => /* @__PURE__ */ jsxs105("li", { className: FilterBuilder_default.row, children: [
41169
+ conditions.length === 0 ? /* @__PURE__ */ jsx129("p", { className: FilterBuilder_default.empty, children: "No filters. Add one to narrow results." }) : /* @__PURE__ */ jsx129("ul", { className: FilterBuilder_default.list, children: conditions.map((condition, index) => /* @__PURE__ */ jsxs106("li", { className: FilterBuilder_default.row, children: [
41164
41170
  index > 0 ? /* @__PURE__ */ jsx129("span", { className: FilterBuilder_default.joiner, children: "AND" }) : /* @__PURE__ */ jsx129("span", { className: FilterBuilder_default.joinerSpacer }),
41165
41171
  /* @__PURE__ */ jsx129(
41166
41172
  "select",
@@ -41203,7 +41209,7 @@ function FilterBuilder({ conditions, fields, onChange }) {
41203
41209
  }
41204
41210
  )
41205
41211
  ] }, condition.id)) }),
41206
- /* @__PURE__ */ jsxs105("div", { className: FilterBuilder_default.output, "aria-label": "Filter output", children: [
41212
+ /* @__PURE__ */ jsxs106("div", { className: FilterBuilder_default.output, "aria-label": "Filter output", children: [
41207
41213
  /* @__PURE__ */ jsx129("div", { className: FilterBuilder_default.outputLabel, children: "Output" }),
41208
41214
  /* @__PURE__ */ jsx129("p", { className: FilterBuilder_default.expression, children: expression }),
41209
41215
  /* @__PURE__ */ jsx129("pre", { className: FilterBuilder_default.payload, tabIndex: 0, children: JSON.stringify(payload, null, 2) })
@@ -41215,10 +41221,10 @@ function FilterBuilder({ conditions, fields, onChange }) {
41215
41221
  import { useMemo as useMemo27 } from "react";
41216
41222
 
41217
41223
  // ../../components/QueryBuilder/QueryBuilder.module.css
41218
- var QueryBuilder_default = {"outputLabel":"opus_b7dZwd_outputLabel","input":"opus_b7dZwd_input","root":"opus_b7dZwd_root","selectNarrow":"opus_b7dZwd_selectNarrow","chip":"opus_b7dZwd_chip","combinator":"opus_b7dZwd_combinator","remove":"opus_b7dZwd_remove","empty":"opus_b7dZwd_empty","expression":"opus_b7dZwd_expression","toolbar":"opus_b7dZwd_toolbar","chipSpacer":"opus_b7dZwd_chipSpacer","row":"opus_b7dZwd_row","add":"opus_b7dZwd_add","payload":"opus_b7dZwd_payload","list":"opus_b7dZwd_list","select":"opus_b7dZwd_select","output":"opus_b7dZwd_output"};
41224
+ var QueryBuilder_default = {"select":"opus_b7dZwd_select","row":"opus_b7dZwd_row","payload":"opus_b7dZwd_payload","output":"opus_b7dZwd_output","combinator":"opus_b7dZwd_combinator","list":"opus_b7dZwd_list","input":"opus_b7dZwd_input","empty":"opus_b7dZwd_empty","expression":"opus_b7dZwd_expression","chip":"opus_b7dZwd_chip","toolbar":"opus_b7dZwd_toolbar","add":"opus_b7dZwd_add","selectNarrow":"opus_b7dZwd_selectNarrow","root":"opus_b7dZwd_root","chipSpacer":"opus_b7dZwd_chipSpacer","remove":"opus_b7dZwd_remove","outputLabel":"opus_b7dZwd_outputLabel"};
41219
41225
 
41220
41226
  // ../../components/QueryBuilder/QueryBuilder.tsx
41221
- import { jsx as jsx130, jsxs as jsxs106 } from "react/jsx-runtime";
41227
+ import { jsx as jsx130, jsxs as jsxs107 } from "react/jsx-runtime";
41222
41228
  var operators2 = [
41223
41229
  { value: "eq", label: "=" },
41224
41230
  { value: "neq", label: "\u2260" },
@@ -41267,11 +41273,11 @@ function QueryBuilder({ fields, group, onChange }) {
41267
41273
  }),
41268
41274
  [group]
41269
41275
  );
41270
- return /* @__PURE__ */ jsxs106("div", { className: QueryBuilder_default.root, "aria-label": "Query builder", children: [
41271
- /* @__PURE__ */ jsxs106("div", { className: QueryBuilder_default.toolbar, children: [
41272
- /* @__PURE__ */ jsxs106("label", { className: QueryBuilder_default.combinator, children: [
41276
+ return /* @__PURE__ */ jsxs107("div", { className: QueryBuilder_default.root, "aria-label": "Query builder", children: [
41277
+ /* @__PURE__ */ jsxs107("div", { className: QueryBuilder_default.toolbar, children: [
41278
+ /* @__PURE__ */ jsxs107("label", { className: QueryBuilder_default.combinator, children: [
41273
41279
  "Match",
41274
- /* @__PURE__ */ jsxs106(
41280
+ /* @__PURE__ */ jsxs107(
41275
41281
  "select",
41276
41282
  {
41277
41283
  "aria-label": "Combinator",
@@ -41287,7 +41293,7 @@ function QueryBuilder({ fields, group, onChange }) {
41287
41293
  ] }),
41288
41294
  /* @__PURE__ */ jsx130("button", { className: QueryBuilder_default.add, onClick: () => onChange(__spreadProps(__spreadValues({}, group), { rules: [...group.rules, createRule(fields)] })), type: "button", children: "Add rule" })
41289
41295
  ] }),
41290
- group.rules.length === 0 ? /* @__PURE__ */ jsx130("p", { className: QueryBuilder_default.empty, children: "Add at least one rule to build a query." }) : /* @__PURE__ */ jsx130("ul", { className: QueryBuilder_default.list, children: group.rules.map((rule, index) => /* @__PURE__ */ jsxs106("li", { className: QueryBuilder_default.row, children: [
41296
+ group.rules.length === 0 ? /* @__PURE__ */ jsx130("p", { className: QueryBuilder_default.empty, children: "Add at least one rule to build a query." }) : /* @__PURE__ */ jsx130("ul", { className: QueryBuilder_default.list, children: group.rules.map((rule, index) => /* @__PURE__ */ jsxs107("li", { className: QueryBuilder_default.row, children: [
41291
41297
  index > 0 ? /* @__PURE__ */ jsx130("span", { className: QueryBuilder_default.chip, children: group.combinator.toUpperCase() }) : /* @__PURE__ */ jsx130("span", { className: QueryBuilder_default.chipSpacer }),
41292
41298
  /* @__PURE__ */ jsx130(
41293
41299
  "select",
@@ -41330,7 +41336,7 @@ function QueryBuilder({ fields, group, onChange }) {
41330
41336
  }
41331
41337
  )
41332
41338
  ] }, rule.id)) }),
41333
- /* @__PURE__ */ jsxs106("div", { className: QueryBuilder_default.output, "aria-label": "Query output", children: [
41339
+ /* @__PURE__ */ jsxs107("div", { className: QueryBuilder_default.output, "aria-label": "Query output", children: [
41334
41340
  /* @__PURE__ */ jsx130("div", { className: QueryBuilder_default.outputLabel, children: "Output" }),
41335
41341
  /* @__PURE__ */ jsx130("p", { className: QueryBuilder_default.expression, children: expression }),
41336
41342
  /* @__PURE__ */ jsx130("pre", { className: QueryBuilder_default.payload, tabIndex: 0, children: JSON.stringify(payload, null, 2) })
@@ -41342,10 +41348,10 @@ function QueryBuilder({ fields, group, onChange }) {
41342
41348
  import { useMemo as useMemo28 } from "react";
41343
41349
 
41344
41350
  // ../../components/RuleBuilder/RuleBuilder.module.css
41345
- var RuleBuilder_default = {"empty":"opus_O61tUk_empty","expression":"opus_O61tUk_expression","payload":"opus_O61tUk_payload","input":"opus_O61tUk_input","card":"opus_O61tUk_card","enabled":"opus_O61tUk_enabled","actions":"opus_O61tUk_actions","add":"opus_O61tUk_add","header":"opus_O61tUk_header","action":"opus_O61tUk_action","output":"opus_O61tUk_output","list":"opus_O61tUk_list","priority":"opus_O61tUk_priority","select":"opus_O61tUk_select","cardTop":"opus_O61tUk_cardTop","root":"opus_O61tUk_root","subtitle":"opus_O61tUk_subtitle","field":"opus_O61tUk_field","title":"opus_O61tUk_title","name":"opus_O61tUk_name","outputLabel":"opus_O61tUk_outputLabel"};
41351
+ var RuleBuilder_default = {"title":"opus_O61tUk_title","card":"opus_O61tUk_card","outputLabel":"opus_O61tUk_outputLabel","payload":"opus_O61tUk_payload","input":"opus_O61tUk_input","list":"opus_O61tUk_list","enabled":"opus_O61tUk_enabled","output":"opus_O61tUk_output","name":"opus_O61tUk_name","expression":"opus_O61tUk_expression","header":"opus_O61tUk_header","cardTop":"opus_O61tUk_cardTop","empty":"opus_O61tUk_empty","subtitle":"opus_O61tUk_subtitle","action":"opus_O61tUk_action","add":"opus_O61tUk_add","priority":"opus_O61tUk_priority","select":"opus_O61tUk_select","field":"opus_O61tUk_field","root":"opus_O61tUk_root","actions":"opus_O61tUk_actions"};
41346
41352
 
41347
41353
  // ../../components/RuleBuilder/RuleBuilder.tsx
41348
- import { jsx as jsx131, jsxs as jsxs107 } from "react/jsx-runtime";
41354
+ import { jsx as jsx131, jsxs as jsxs108 } from "react/jsx-runtime";
41349
41355
  var effects = ["allow", "deny", "notify", "route"];
41350
41356
  function createRule2(priority) {
41351
41357
  return {
@@ -41385,9 +41391,9 @@ function RuleBuilder({ onChange, rules }) {
41385
41391
  })),
41386
41392
  [rules]
41387
41393
  );
41388
- return /* @__PURE__ */ jsxs107("div", { className: RuleBuilder_default.root, "aria-label": "Rule builder", children: [
41389
- /* @__PURE__ */ jsxs107("div", { className: RuleBuilder_default.header, children: [
41390
- /* @__PURE__ */ jsxs107("div", { children: [
41394
+ return /* @__PURE__ */ jsxs108("div", { className: RuleBuilder_default.root, "aria-label": "Rule builder", children: [
41395
+ /* @__PURE__ */ jsxs108("div", { className: RuleBuilder_default.header, children: [
41396
+ /* @__PURE__ */ jsxs108("div", { children: [
41391
41397
  /* @__PURE__ */ jsx131("div", { className: RuleBuilder_default.title, children: "Rules" }),
41392
41398
  /* @__PURE__ */ jsx131("p", { className: RuleBuilder_default.subtitle, children: "Ordered policies evaluated from top to bottom." })
41393
41399
  ] }),
@@ -41401,9 +41407,9 @@ function RuleBuilder({ onChange, rules }) {
41401
41407
  }
41402
41408
  )
41403
41409
  ] }),
41404
- rules.length === 0 ? /* @__PURE__ */ jsx131("p", { className: RuleBuilder_default.empty, children: "No rules yet." }) : /* @__PURE__ */ jsx131("ol", { className: RuleBuilder_default.list, children: rules.map((rule, index) => /* @__PURE__ */ jsxs107("li", { className: RuleBuilder_default.card, children: [
41405
- /* @__PURE__ */ jsxs107("div", { className: RuleBuilder_default.cardTop, children: [
41406
- /* @__PURE__ */ jsxs107("span", { className: RuleBuilder_default.priority, children: [
41410
+ rules.length === 0 ? /* @__PURE__ */ jsx131("p", { className: RuleBuilder_default.empty, children: "No rules yet." }) : /* @__PURE__ */ jsx131("ol", { className: RuleBuilder_default.list, children: rules.map((rule, index) => /* @__PURE__ */ jsxs108("li", { className: RuleBuilder_default.card, children: [
41411
+ /* @__PURE__ */ jsxs108("div", { className: RuleBuilder_default.cardTop, children: [
41412
+ /* @__PURE__ */ jsxs108("span", { className: RuleBuilder_default.priority, children: [
41407
41413
  "#",
41408
41414
  rule.priority
41409
41415
  ] }),
@@ -41416,7 +41422,7 @@ function RuleBuilder({ onChange, rules }) {
41416
41422
  value: rule.name
41417
41423
  }
41418
41424
  ),
41419
- /* @__PURE__ */ jsxs107("label", { className: RuleBuilder_default.enabled, children: [
41425
+ /* @__PURE__ */ jsxs108("label", { className: RuleBuilder_default.enabled, children: [
41420
41426
  /* @__PURE__ */ jsx131(
41421
41427
  "input",
41422
41428
  {
@@ -41428,7 +41434,7 @@ function RuleBuilder({ onChange, rules }) {
41428
41434
  "On"
41429
41435
  ] })
41430
41436
  ] }),
41431
- /* @__PURE__ */ jsxs107("label", { className: RuleBuilder_default.field, children: [
41437
+ /* @__PURE__ */ jsxs108("label", { className: RuleBuilder_default.field, children: [
41432
41438
  "When",
41433
41439
  /* @__PURE__ */ jsx131(
41434
41440
  "input",
@@ -41439,7 +41445,7 @@ function RuleBuilder({ onChange, rules }) {
41439
41445
  }
41440
41446
  )
41441
41447
  ] }),
41442
- /* @__PURE__ */ jsxs107("label", { className: RuleBuilder_default.field, children: [
41448
+ /* @__PURE__ */ jsxs108("label", { className: RuleBuilder_default.field, children: [
41443
41449
  "Then",
41444
41450
  /* @__PURE__ */ jsx131(
41445
41451
  "select",
@@ -41451,7 +41457,7 @@ function RuleBuilder({ onChange, rules }) {
41451
41457
  }
41452
41458
  )
41453
41459
  ] }),
41454
- /* @__PURE__ */ jsxs107("div", { className: RuleBuilder_default.actions, children: [
41460
+ /* @__PURE__ */ jsxs108("div", { className: RuleBuilder_default.actions, children: [
41455
41461
  /* @__PURE__ */ jsx131("button", { className: RuleBuilder_default.action, disabled: index === 0, onClick: () => move(rule.id, -1), type: "button", children: "\u2191" }),
41456
41462
  /* @__PURE__ */ jsx131(
41457
41463
  "button",
@@ -41476,7 +41482,7 @@ function RuleBuilder({ onChange, rules }) {
41476
41482
  )
41477
41483
  ] })
41478
41484
  ] }, rule.id)) }),
41479
- /* @__PURE__ */ jsxs107("div", { className: RuleBuilder_default.output, "aria-label": "Rule output", children: [
41485
+ /* @__PURE__ */ jsxs108("div", { className: RuleBuilder_default.output, "aria-label": "Rule output", children: [
41480
41486
  /* @__PURE__ */ jsx131("div", { className: RuleBuilder_default.outputLabel, children: "Output" }),
41481
41487
  /* @__PURE__ */ jsx131("p", { className: RuleBuilder_default.expression, children: expression }),
41482
41488
  /* @__PURE__ */ jsx131("pre", { className: RuleBuilder_default.payload, tabIndex: 0, children: JSON.stringify(payload, null, 2) })
@@ -41485,18 +41491,18 @@ function RuleBuilder({ onChange, rules }) {
41485
41491
  }
41486
41492
 
41487
41493
  // ../../components/PermissionsMatrix/PermissionsMatrix.module.css
41488
- var PermissionsMatrix_default = {"corner":"opus_x-xBrX_corner","cell":"opus_x-xBrX_cell","scroll":"opus_x-xBrX_scroll","select":"opus_x-xBrX_select","head":"opus_x-xBrX_head","rowHead":"opus_x-xBrX_rowHead","table":"opus_x-xBrX_table","root":"opus_x-xBrX_root"};
41494
+ var PermissionsMatrix_default = {"head":"opus_x-xBrX_head","scroll":"opus_x-xBrX_scroll","table":"opus_x-xBrX_table","rowHead":"opus_x-xBrX_rowHead","cell":"opus_x-xBrX_cell","corner":"opus_x-xBrX_corner","root":"opus_x-xBrX_root","select":"opus_x-xBrX_select"};
41489
41495
 
41490
41496
  // ../../components/PermissionsMatrix/PermissionsMatrix.tsx
41491
- import { jsx as jsx132, jsxs as jsxs108 } from "react/jsx-runtime";
41497
+ import { jsx as jsx132, jsxs as jsxs109 } from "react/jsx-runtime";
41492
41498
  var levels = ["none", "read", "write", "admin"];
41493
41499
  function PermissionsMatrix({ onChange, permissions, resources, roles }) {
41494
- return /* @__PURE__ */ jsx132("div", { className: PermissionsMatrix_default.root, "aria-label": "Permissions matrix", children: /* @__PURE__ */ jsx132("div", { className: PermissionsMatrix_default.scroll, children: /* @__PURE__ */ jsxs108("table", { className: PermissionsMatrix_default.table, children: [
41495
- /* @__PURE__ */ jsx132("thead", { children: /* @__PURE__ */ jsxs108("tr", { children: [
41500
+ return /* @__PURE__ */ jsx132("div", { className: PermissionsMatrix_default.root, "aria-label": "Permissions matrix", children: /* @__PURE__ */ jsx132("div", { className: PermissionsMatrix_default.scroll, children: /* @__PURE__ */ jsxs109("table", { className: PermissionsMatrix_default.table, children: [
41501
+ /* @__PURE__ */ jsx132("thead", { children: /* @__PURE__ */ jsxs109("tr", { children: [
41496
41502
  /* @__PURE__ */ jsx132("th", { className: PermissionsMatrix_default.corner, children: "Role / Resource" }),
41497
41503
  resources.map((resource) => /* @__PURE__ */ jsx132("th", { className: PermissionsMatrix_default.head, children: resource }, resource))
41498
41504
  ] }) }),
41499
- /* @__PURE__ */ jsx132("tbody", { children: roles.map((role) => /* @__PURE__ */ jsxs108("tr", { children: [
41505
+ /* @__PURE__ */ jsx132("tbody", { children: roles.map((role) => /* @__PURE__ */ jsxs109("tr", { children: [
41500
41506
  /* @__PURE__ */ jsx132("th", { className: PermissionsMatrix_default.rowHead, scope: "row", children: role }),
41501
41507
  resources.map((resource) => {
41502
41508
  var _a2, _b2;
@@ -41521,10 +41527,10 @@ function PermissionsMatrix({ onChange, permissions, resources, roles }) {
41521
41527
  import { useMemo as useMemo29, useState as useState53 } from "react";
41522
41528
 
41523
41529
  // ../../components/DualListBuilder/DualListBuilder.module.css
41524
- var DualListBuilder_default = {"outputLabel":"opus_P6crEX_outputLabel","list":"opus_P6crEX_list","output":"opus_P6crEX_output","columns":"opus_P6crEX_columns","item":"opus_P6crEX_item","root":"opus_P6crEX_root","controls":"opus_P6crEX_controls","column":"opus_P6crEX_column","itemActive":"opus_P6crEX_itemActive","control":"opus_P6crEX_control","payload":"opus_P6crEX_payload","expression":"opus_P6crEX_expression","columnTitle":"opus_P6crEX_columnTitle","search":"opus_P6crEX_search","searchRow":"opus_P6crEX_searchRow","count":"opus_P6crEX_count"};
41530
+ var DualListBuilder_default = {"controls":"opus_P6crEX_controls","outputLabel":"opus_P6crEX_outputLabel","column":"opus_P6crEX_column","itemActive":"opus_P6crEX_itemActive","expression":"opus_P6crEX_expression","control":"opus_P6crEX_control","search":"opus_P6crEX_search","root":"opus_P6crEX_root","item":"opus_P6crEX_item","columnTitle":"opus_P6crEX_columnTitle","list":"opus_P6crEX_list","output":"opus_P6crEX_output","payload":"opus_P6crEX_payload","searchRow":"opus_P6crEX_searchRow","columns":"opus_P6crEX_columns","count":"opus_P6crEX_count"};
41525
41531
 
41526
41532
  // ../../components/DualListBuilder/DualListBuilder.tsx
41527
- import { jsx as jsx133, jsxs as jsxs109 } from "react/jsx-runtime";
41533
+ import { jsx as jsx133, jsxs as jsxs110 } from "react/jsx-runtime";
41528
41534
  function DualListBuilder({
41529
41535
  available,
41530
41536
  availableTitle = "Available",
@@ -41574,7 +41580,7 @@ function DualListBuilder({
41574
41580
  onChange([]);
41575
41581
  setActiveSelected([]);
41576
41582
  }
41577
- return /* @__PURE__ */ jsxs109("div", { className: DualListBuilder_default.root, "aria-label": "Dual list builder", children: [
41583
+ return /* @__PURE__ */ jsxs110("div", { className: DualListBuilder_default.root, "aria-label": "Dual list builder", children: [
41578
41584
  /* @__PURE__ */ jsx133("div", { className: DualListBuilder_default.searchRow, children: /* @__PURE__ */ jsx133(
41579
41585
  "input",
41580
41586
  {
@@ -41586,7 +41592,7 @@ function DualListBuilder({
41586
41592
  value: query
41587
41593
  }
41588
41594
  ) }),
41589
- /* @__PURE__ */ jsxs109("div", { className: DualListBuilder_default.columns, children: [
41595
+ /* @__PURE__ */ jsxs110("div", { className: DualListBuilder_default.columns, children: [
41590
41596
  /* @__PURE__ */ jsx133(
41591
41597
  ListColumn2,
41592
41598
  {
@@ -41596,7 +41602,7 @@ function DualListBuilder({
41596
41602
  onToggle: (id) => toggle(id, "available")
41597
41603
  }
41598
41604
  ),
41599
- /* @__PURE__ */ jsxs109("div", { className: DualListBuilder_default.controls, children: [
41605
+ /* @__PURE__ */ jsxs110("div", { className: DualListBuilder_default.controls, children: [
41600
41606
  /* @__PURE__ */ jsx133("button", { className: DualListBuilder_default.control, onClick: moveRight, type: "button", children: "\u203A" }),
41601
41607
  /* @__PURE__ */ jsx133("button", { className: DualListBuilder_default.control, onClick: moveAllRight, type: "button", children: "\xBB" }),
41602
41608
  /* @__PURE__ */ jsx133("button", { className: DualListBuilder_default.control, onClick: moveLeft, type: "button", children: "\u2039" }),
@@ -41612,7 +41618,7 @@ function DualListBuilder({
41612
41618
  }
41613
41619
  )
41614
41620
  ] }),
41615
- /* @__PURE__ */ jsxs109("div", { className: DualListBuilder_default.output, "aria-label": "Dual list output", children: [
41621
+ /* @__PURE__ */ jsxs110("div", { className: DualListBuilder_default.output, "aria-label": "Dual list output", children: [
41616
41622
  /* @__PURE__ */ jsx133("div", { className: DualListBuilder_default.outputLabel, children: "Output" }),
41617
41623
  /* @__PURE__ */ jsx133("p", { className: DualListBuilder_default.expression, children: expression }),
41618
41624
  /* @__PURE__ */ jsx133("pre", { className: DualListBuilder_default.payload, tabIndex: 0, children: JSON.stringify(payload, null, 2) })
@@ -41625,8 +41631,8 @@ function ListColumn2({
41625
41631
  onToggle,
41626
41632
  title
41627
41633
  }) {
41628
- return /* @__PURE__ */ jsxs109("div", { className: DualListBuilder_default.column, children: [
41629
- /* @__PURE__ */ jsxs109("div", { className: DualListBuilder_default.columnTitle, children: [
41634
+ return /* @__PURE__ */ jsxs110("div", { className: DualListBuilder_default.column, children: [
41635
+ /* @__PURE__ */ jsxs110("div", { className: DualListBuilder_default.columnTitle, children: [
41630
41636
  title,
41631
41637
  /* @__PURE__ */ jsx133("span", { className: DualListBuilder_default.count, children: items.length })
41632
41638
  ] }),
@@ -41650,10 +41656,10 @@ function ListColumn2({
41650
41656
  import { useMemo as useMemo30 } from "react";
41651
41657
 
41652
41658
  // ../../components/Scheduler/Scheduler.module.css
41653
- var Scheduler_default = {"event":"opus_ZqbdMc_event","root":"opus_ZqbdMc_root","corner":"opus_ZqbdMc_corner","dayHead":"opus_ZqbdMc_dayHead","eventTime":"opus_ZqbdMc_eventTime","grid":"opus_ZqbdMc_grid","time":"opus_ZqbdMc_time","cell":"opus_ZqbdMc_cell","eventTitle":"opus_ZqbdMc_eventTitle"};
41659
+ var Scheduler_default = {"grid":"opus_ZqbdMc_grid","cell":"opus_ZqbdMc_cell","eventTime":"opus_ZqbdMc_eventTime","time":"opus_ZqbdMc_time","corner":"opus_ZqbdMc_corner","event":"opus_ZqbdMc_event","root":"opus_ZqbdMc_root","eventTitle":"opus_ZqbdMc_eventTitle","dayHead":"opus_ZqbdMc_dayHead"};
41654
41660
 
41655
41661
  // ../../components/Scheduler/Scheduler.tsx
41656
- import { jsx as jsx134, jsxs as jsxs110 } from "react/jsx-runtime";
41662
+ import { jsx as jsx134, jsxs as jsxs111 } from "react/jsx-runtime";
41657
41663
  var defaultDays = ["Mon", "Tue", "Wed", "Thu", "Fri"];
41658
41664
  function Scheduler({
41659
41665
  days = defaultDays,
@@ -41666,7 +41672,7 @@ function Scheduler({
41666
41672
  for (let hour = startHour; hour <= endHour; hour += 1) list.push(hour);
41667
41673
  return list;
41668
41674
  }, [endHour, startHour]);
41669
- return /* @__PURE__ */ jsx134("div", { className: Scheduler_default.root, "aria-label": "Scheduler", children: /* @__PURE__ */ jsxs110(
41675
+ return /* @__PURE__ */ jsx134("div", { className: Scheduler_default.root, "aria-label": "Scheduler", children: /* @__PURE__ */ jsxs111(
41670
41676
  "div",
41671
41677
  {
41672
41678
  className: Scheduler_default.grid,
@@ -41677,7 +41683,7 @@ function Scheduler({
41677
41683
  children: [
41678
41684
  /* @__PURE__ */ jsx134("div", { className: Scheduler_default.corner }),
41679
41685
  days.map((day) => /* @__PURE__ */ jsx134("div", { className: Scheduler_default.dayHead, children: day }, day)),
41680
- hours.map((hour) => /* @__PURE__ */ jsxs110("div", { className: Scheduler_default.contents, style: { display: "contents" }, children: [
41686
+ hours.map((hour) => /* @__PURE__ */ jsxs111("div", { className: Scheduler_default.contents, style: { display: "contents" }, children: [
41681
41687
  /* @__PURE__ */ jsx134("div", { className: Scheduler_default.time, children: formatHour(hour) }),
41682
41688
  days.map((_, dayIndex) => {
41683
41689
  const cellEvents = events.filter(
@@ -41685,7 +41691,7 @@ function Scheduler({
41685
41691
  );
41686
41692
  return /* @__PURE__ */ jsx134("div", { className: Scheduler_default.cell, children: cellEvents.map((event) => {
41687
41693
  var _a2, _b2;
41688
- return /* @__PURE__ */ jsxs110(
41694
+ return /* @__PURE__ */ jsxs111(
41689
41695
  "div",
41690
41696
  {
41691
41697
  className: Scheduler_default.event,
@@ -41718,10 +41724,10 @@ function formatHour(hour) {
41718
41724
  import { useMemo as useMemo31, useState as useState54 } from "react";
41719
41725
 
41720
41726
  // ../../components/KanbanBoard/KanbanBoard.module.css
41721
- var KanbanBoard_default = {"column":"opus_EUh8ei_column","columnHeader":"opus_EUh8ei_columnHeader","card":"opus_EUh8ei_card","cardMeta":"opus_EUh8ei_cardMeta","cardTitle":"opus_EUh8ei_cardTitle","cards":"opus_EUh8ei_cards","root":"opus_EUh8ei_root","count":"opus_EUh8ei_count","columnTitle":"opus_EUh8ei_columnTitle"};
41727
+ var KanbanBoard_default = {"columnTitle":"opus_EUh8ei_columnTitle","cards":"opus_EUh8ei_cards","cardMeta":"opus_EUh8ei_cardMeta","card":"opus_EUh8ei_card","root":"opus_EUh8ei_root","column":"opus_EUh8ei_column","count":"opus_EUh8ei_count","columnHeader":"opus_EUh8ei_columnHeader","cardTitle":"opus_EUh8ei_cardTitle"};
41722
41728
 
41723
41729
  // ../../components/KanbanBoard/KanbanBoard.tsx
41724
- import { jsx as jsx135, jsxs as jsxs111 } from "react/jsx-runtime";
41730
+ import { jsx as jsx135, jsxs as jsxs112 } from "react/jsx-runtime";
41725
41731
  function KanbanBoard({ cards, columns, onChange }) {
41726
41732
  const [draggingId, setDraggingId] = useState54(null);
41727
41733
  const cardLookup = useMemo31(() => cards, [cards]);
@@ -41736,7 +41742,7 @@ function KanbanBoard({ cards, columns, onChange }) {
41736
41742
  )
41737
41743
  );
41738
41744
  }
41739
- return /* @__PURE__ */ jsx135("div", { className: KanbanBoard_default.root, "aria-label": "Kanban board", children: columns.map((column) => /* @__PURE__ */ jsxs111(
41745
+ return /* @__PURE__ */ jsx135("div", { className: KanbanBoard_default.root, "aria-label": "Kanban board", children: columns.map((column) => /* @__PURE__ */ jsxs112(
41740
41746
  "section",
41741
41747
  {
41742
41748
  className: KanbanBoard_default.column,
@@ -41751,7 +41757,7 @@ function KanbanBoard({ cards, columns, onChange }) {
41751
41757
  setDraggingId(null);
41752
41758
  },
41753
41759
  children: [
41754
- /* @__PURE__ */ jsxs111("header", { className: KanbanBoard_default.columnHeader, children: [
41760
+ /* @__PURE__ */ jsxs112("header", { className: KanbanBoard_default.columnHeader, children: [
41755
41761
  /* @__PURE__ */ jsx135("h3", { className: KanbanBoard_default.columnTitle, children: column.title }),
41756
41762
  /* @__PURE__ */ jsx135("span", { className: KanbanBoard_default.count, children: column.cardIds.length })
41757
41763
  ] }),
@@ -41759,7 +41765,7 @@ function KanbanBoard({ cards, columns, onChange }) {
41759
41765
  var _a2;
41760
41766
  const card = cardLookup[cardId];
41761
41767
  if (!card) return null;
41762
- return /* @__PURE__ */ jsx135("li", { children: /* @__PURE__ */ jsxs111(
41768
+ return /* @__PURE__ */ jsx135("li", { children: /* @__PURE__ */ jsxs112(
41763
41769
  "article",
41764
41770
  {
41765
41771
  className: KanbanBoard_default.card,
@@ -41827,10 +41833,10 @@ function sortEventsByTime(events) {
41827
41833
  import { useEffect as useEffect41, useMemo as useMemo32, useState as useState55 } from "react";
41828
41834
 
41829
41835
  // ../../components/Calendar/Calendar.module.css
41830
- var Calendar_default = {"event":"opus_IjCc5M_event","dayModalItem":"opus_IjCc5M_dayModalItem","toolbar":"opus_IjCc5M_toolbar","root":"opus_IjCc5M_root","eventLabel":"opus_IjCc5M_eventLabel","monthSelect":"opus_IjCc5M_monthSelect","dayModalItemTitle":"opus_IjCc5M_dayModalItemTitle","today":"opus_IjCc5M_today","selected":"opus_IjCc5M_selected","dayModalForm":"opus_IjCc5M_dayModalForm","weekday":"opus_IjCc5M_weekday","dayModal":"opus_IjCc5M_dayModal","picker":"opus_IjCc5M_picker","dayNumber":"opus_IjCc5M_dayNumber","dot":"opus_IjCc5M_dot","dayModalItemMeta":"opus_IjCc5M_dayModalItemMeta","weekdays":"opus_IjCc5M_weekdays","yearSelect":"opus_IjCc5M_yearSelect","dayModalFieldRow":"opus_IjCc5M_dayModalFieldRow","day":"opus_IjCc5M_day","pickerField":"opus_IjCc5M_pickerField","nav":"opus_IjCc5M_nav","select":"opus_IjCc5M_select","moreEvents":"opus_IjCc5M_moreEvents","dayModalSection":"opus_IjCc5M_dayModalSection","dayModalDot":"opus_IjCc5M_dayModalDot","empty":"opus_IjCc5M_empty","grid":"opus_IjCc5M_grid","dayModalEmpty":"opus_IjCc5M_dayModalEmpty","events":"opus_IjCc5M_events","dayModalHeading":"opus_IjCc5M_dayModalHeading","srOnly":"opus_IjCc5M_srOnly","label":"opus_IjCc5M_label","dayModalNotice":"opus_IjCc5M_dayModalNotice","dayModalList":"opus_IjCc5M_dayModalList","dayModalItemBody":"opus_IjCc5M_dayModalItemBody","dayModalItemTime":"opus_IjCc5M_dayModalItemTime"};
41836
+ var Calendar_default = {"dayNumber":"opus_IjCc5M_dayNumber","toolbar":"opus_IjCc5M_toolbar","dayModalHeading":"opus_IjCc5M_dayModalHeading","dayModalFieldRow":"opus_IjCc5M_dayModalFieldRow","dayModalItemTitle":"opus_IjCc5M_dayModalItemTitle","dayModalForm":"opus_IjCc5M_dayModalForm","dayModalNotice":"opus_IjCc5M_dayModalNotice","monthSelect":"opus_IjCc5M_monthSelect","select":"opus_IjCc5M_select","grid":"opus_IjCc5M_grid","weekday":"opus_IjCc5M_weekday","event":"opus_IjCc5M_event","picker":"opus_IjCc5M_picker","pickerField":"opus_IjCc5M_pickerField","nav":"opus_IjCc5M_nav","weekdays":"opus_IjCc5M_weekdays","dayModal":"opus_IjCc5M_dayModal","day":"opus_IjCc5M_day","moreEvents":"opus_IjCc5M_moreEvents","root":"opus_IjCc5M_root","dot":"opus_IjCc5M_dot","dayModalDot":"opus_IjCc5M_dayModalDot","empty":"opus_IjCc5M_empty","dayModalList":"opus_IjCc5M_dayModalList","dayModalItemTime":"opus_IjCc5M_dayModalItemTime","dayModalItemBody":"opus_IjCc5M_dayModalItemBody","dayModalEmpty":"opus_IjCc5M_dayModalEmpty","eventLabel":"opus_IjCc5M_eventLabel","srOnly":"opus_IjCc5M_srOnly","today":"opus_IjCc5M_today","label":"opus_IjCc5M_label","dayModalItemMeta":"opus_IjCc5M_dayModalItemMeta","dayModalItem":"opus_IjCc5M_dayModalItem","selected":"opus_IjCc5M_selected","events":"opus_IjCc5M_events","dayModalSection":"opus_IjCc5M_dayModalSection","yearSelect":"opus_IjCc5M_yearSelect"};
41831
41837
 
41832
41838
  // ../../components/Calendar/CalendarDayModal.tsx
41833
- import { Fragment as Fragment22, jsx as jsx136, jsxs as jsxs112 } from "react/jsx-runtime";
41839
+ import { Fragment as Fragment22, jsx as jsx136, jsxs as jsxs113 } from "react/jsx-runtime";
41834
41840
  var toneOptions = ["Meeting", "Success", "Reminder", "Incident"];
41835
41841
  var toneByLabel = {
41836
41842
  Meeting: "accent",
@@ -41880,7 +41886,7 @@ function CalendarDayModal({ dateKey, events, onBookEvent, onClose }) {
41880
41886
  return /* @__PURE__ */ jsx136(
41881
41887
  Modal,
41882
41888
  {
41883
- actions: /* @__PURE__ */ jsxs112(Fragment22, { children: [
41889
+ actions: /* @__PURE__ */ jsxs113(Fragment22, { children: [
41884
41890
  /* @__PURE__ */ jsx136(Button, { variant: "secondary", onClick: onClose, children: "Close" }),
41885
41891
  /* @__PURE__ */ jsx136(Button, { disabled: !title.trim(), variant: "primary", onClick: handleBook, children: "Add event" })
41886
41892
  ] }),
@@ -41889,24 +41895,24 @@ function CalendarDayModal({ dateKey, events, onBookEvent, onClose }) {
41889
41895
  open: Boolean(dateKey),
41890
41896
  size: "medium",
41891
41897
  title: dateKey ? formatDayLabel(dateKey) : "Day details",
41892
- children: /* @__PURE__ */ jsxs112("div", { className: Calendar_default.dayModal, children: [
41893
- /* @__PURE__ */ jsxs112("section", { className: Calendar_default.dayModalSection, children: [
41898
+ children: /* @__PURE__ */ jsxs113("div", { className: Calendar_default.dayModal, children: [
41899
+ /* @__PURE__ */ jsxs113("section", { className: Calendar_default.dayModalSection, children: [
41894
41900
  /* @__PURE__ */ jsx136("h3", { className: Calendar_default.dayModalHeading, children: "Scheduled" }),
41895
41901
  scheduledEvents.length > 0 ? /* @__PURE__ */ jsx136("ul", { className: Calendar_default.dayModalList, children: scheduledEvents.map((event) => {
41896
41902
  var _a2, _b2;
41897
41903
  const timeRange = formatEventTimeRange(event.startTime, event.endTime);
41898
- return /* @__PURE__ */ jsxs112("li", { className: Calendar_default.dayModalItem, "data-tone": (_a2 = event.tone) != null ? _a2 : "accent", children: [
41904
+ return /* @__PURE__ */ jsxs113("li", { className: Calendar_default.dayModalItem, "data-tone": (_a2 = event.tone) != null ? _a2 : "accent", children: [
41899
41905
  /* @__PURE__ */ jsx136("span", { "aria-hidden": "true", className: Calendar_default.dayModalDot, "data-tone": (_b2 = event.tone) != null ? _b2 : "accent" }),
41900
- /* @__PURE__ */ jsxs112("div", { className: Calendar_default.dayModalItemBody, children: [
41906
+ /* @__PURE__ */ jsxs113("div", { className: Calendar_default.dayModalItemBody, children: [
41901
41907
  timeRange ? /* @__PURE__ */ jsx136("span", { className: Calendar_default.dayModalItemTime, children: timeRange }) : null,
41902
41908
  /* @__PURE__ */ jsx136("span", { className: Calendar_default.dayModalItemTitle, children: event.title })
41903
41909
  ] })
41904
41910
  ] }, event.id);
41905
41911
  }) }) : /* @__PURE__ */ jsx136("p", { className: Calendar_default.dayModalEmpty, children: "No events scheduled for this day." })
41906
41912
  ] }),
41907
- /* @__PURE__ */ jsxs112("section", { className: Calendar_default.dayModalSection, children: [
41913
+ /* @__PURE__ */ jsxs113("section", { className: Calendar_default.dayModalSection, children: [
41908
41914
  /* @__PURE__ */ jsx136("h3", { className: Calendar_default.dayModalHeading, children: "Book an event" }),
41909
- /* @__PURE__ */ jsxs112("div", { className: Calendar_default.dayModalForm, children: [
41915
+ /* @__PURE__ */ jsxs113("div", { className: Calendar_default.dayModalForm, children: [
41910
41916
  /* @__PURE__ */ jsx136(
41911
41917
  TextField,
41912
41918
  {
@@ -41919,7 +41925,7 @@ function CalendarDayModal({ dateKey, events, onBookEvent, onClose }) {
41919
41925
  onChange: (event) => setTitle(event.target.value)
41920
41926
  }
41921
41927
  ),
41922
- /* @__PURE__ */ jsxs112("div", { className: Calendar_default.dayModalFieldRow, children: [
41928
+ /* @__PURE__ */ jsxs113("div", { className: Calendar_default.dayModalFieldRow, children: [
41923
41929
  /* @__PURE__ */ jsx136(
41924
41930
  DateField,
41925
41931
  {
@@ -41963,7 +41969,7 @@ function CalendarDayModal({ dateKey, events, onBookEvent, onClose }) {
41963
41969
  }
41964
41970
 
41965
41971
  // ../../components/Calendar/Calendar.tsx
41966
- import { Fragment as Fragment23, jsx as jsx137, jsxs as jsxs113 } from "react/jsx-runtime";
41972
+ import { Fragment as Fragment23, jsx as jsx137, jsxs as jsxs114 } from "react/jsx-runtime";
41967
41973
  var weekdayLabels = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
41968
41974
  var defaultMaxDayEvents = 3;
41969
41975
  var monthLabels = Array.from(
@@ -42050,12 +42056,12 @@ function Calendar({
42050
42056
  setBookedEvents((current) => [...current, event]);
42051
42057
  onBookEvent == null ? void 0 : onBookEvent(event);
42052
42058
  }
42053
- return /* @__PURE__ */ jsxs113(Fragment23, { children: [
42054
- /* @__PURE__ */ jsxs113("div", { className: Calendar_default.root, "aria-label": "Calendar", children: [
42055
- /* @__PURE__ */ jsxs113("div", { className: Calendar_default.toolbar, "data-picker": showMonthYearPicker ? "true" : "false", children: [
42059
+ return /* @__PURE__ */ jsxs114(Fragment23, { children: [
42060
+ /* @__PURE__ */ jsxs114("div", { className: Calendar_default.root, "aria-label": "Calendar", children: [
42061
+ /* @__PURE__ */ jsxs114("div", { className: Calendar_default.toolbar, "data-picker": showMonthYearPicker ? "true" : "false", children: [
42056
42062
  /* @__PURE__ */ jsx137("button", { "aria-label": "Previous month", className: Calendar_default.nav, onClick: () => shiftMonth(-1), type: "button", children: "\u2039" }),
42057
- showMonthYearPicker ? /* @__PURE__ */ jsxs113("div", { className: Calendar_default.picker, children: [
42058
- /* @__PURE__ */ jsxs113("label", { className: Calendar_default.pickerField, children: [
42063
+ showMonthYearPicker ? /* @__PURE__ */ jsxs114("div", { className: Calendar_default.picker, children: [
42064
+ /* @__PURE__ */ jsxs114("label", { className: Calendar_default.pickerField, children: [
42059
42065
  /* @__PURE__ */ jsx137("span", { className: Calendar_default.srOnly, children: "Month" }),
42060
42066
  /* @__PURE__ */ jsx137(
42061
42067
  "select",
@@ -42069,7 +42075,7 @@ function Calendar({
42069
42075
  }
42070
42076
  )
42071
42077
  ] }),
42072
- /* @__PURE__ */ jsxs113("label", { className: Calendar_default.pickerField, children: [
42078
+ /* @__PURE__ */ jsxs114("label", { className: Calendar_default.pickerField, children: [
42073
42079
  /* @__PURE__ */ jsx137("span", { className: Calendar_default.srOnly, children: "Year" }),
42074
42080
  /* @__PURE__ */ jsx137(
42075
42081
  "select",
@@ -42096,7 +42102,7 @@ function Calendar({
42096
42102
  const hiddenEventCount = Math.max(dayEvents.length - visibleEvents.length, 0);
42097
42103
  const isToday = today.getFullYear() === year && today.getMonth() === month && today.getDate() === day;
42098
42104
  const isSelected = activeSelected === key;
42099
- return /* @__PURE__ */ jsxs113(
42105
+ return /* @__PURE__ */ jsxs114(
42100
42106
  "button",
42101
42107
  {
42102
42108
  "aria-current": isToday ? "date" : void 0,
@@ -42111,10 +42117,10 @@ function Calendar({
42111
42117
  type: "button",
42112
42118
  children: [
42113
42119
  /* @__PURE__ */ jsx137("span", { className: Calendar_default.dayNumber, children: day }),
42114
- visibleEvents.length > 0 ? /* @__PURE__ */ jsxs113("span", { className: Calendar_default.events, children: [
42120
+ visibleEvents.length > 0 ? /* @__PURE__ */ jsxs114("span", { className: Calendar_default.events, children: [
42115
42121
  visibleEvents.map((event) => {
42116
42122
  var _a4;
42117
- return /* @__PURE__ */ jsxs113("span", { className: Calendar_default.event, children: [
42123
+ return /* @__PURE__ */ jsxs114("span", { className: Calendar_default.event, children: [
42118
42124
  /* @__PURE__ */ jsx137(
42119
42125
  "span",
42120
42126
  {
@@ -42126,7 +42132,7 @@ function Calendar({
42126
42132
  /* @__PURE__ */ jsx137("span", { className: Calendar_default.eventLabel, children: event.title })
42127
42133
  ] }, event.id);
42128
42134
  }),
42129
- hiddenEventCount > 0 ? /* @__PURE__ */ jsxs113("span", { className: Calendar_default.moreEvents, children: [
42135
+ hiddenEventCount > 0 ? /* @__PURE__ */ jsxs114("span", { className: Calendar_default.moreEvents, children: [
42130
42136
  "+",
42131
42137
  hiddenEventCount,
42132
42138
  " more"
@@ -42154,10 +42160,10 @@ function Calendar({
42154
42160
  import { useMemo as useMemo34 } from "react";
42155
42161
 
42156
42162
  // ../../components/ResourcePlanner/ResourcePlanner.module.css
42157
- var ResourcePlanner_default = {"track":"opus_9Mof8o_track","lane":"opus_9Mof8o_lane","block":"opus_9Mof8o_block","lanes":"opus_9Mof8o_lanes","root":"opus_9Mof8o_root","resource":"opus_9Mof8o_resource","row":"opus_9Mof8o_row","hour":"opus_9Mof8o_hour","corner":"opus_9Mof8o_corner","scroll":"opus_9Mof8o_scroll","header":"opus_9Mof8o_header"};
42163
+ var ResourcePlanner_default = {"root":"opus_9Mof8o_root","track":"opus_9Mof8o_track","header":"opus_9Mof8o_header","lanes":"opus_9Mof8o_lanes","scroll":"opus_9Mof8o_scroll","resource":"opus_9Mof8o_resource","row":"opus_9Mof8o_row","lane":"opus_9Mof8o_lane","block":"opus_9Mof8o_block","hour":"opus_9Mof8o_hour","corner":"opus_9Mof8o_corner"};
42158
42164
 
42159
42165
  // ../../components/ResourcePlanner/ResourcePlanner.tsx
42160
- import { jsx as jsx138, jsxs as jsxs114 } from "react/jsx-runtime";
42166
+ import { jsx as jsx138, jsxs as jsxs115 } from "react/jsx-runtime";
42161
42167
  function ResourcePlanner({
42162
42168
  endHour = 17,
42163
42169
  items,
@@ -42170,19 +42176,19 @@ function ResourcePlanner({
42170
42176
  return list;
42171
42177
  }, [endHour, startHour]);
42172
42178
  const span = Math.max(endHour - startHour, 1);
42173
- return /* @__PURE__ */ jsx138("div", { className: ResourcePlanner_default.root, "aria-label": "Resource planner", children: /* @__PURE__ */ jsxs114("div", { className: ResourcePlanner_default.scroll, children: [
42174
- /* @__PURE__ */ jsxs114("div", { className: ResourcePlanner_default.header, style: { gridTemplateColumns: `9rem repeat(${hours.length}, minmax(48px, 1fr))` }, children: [
42179
+ return /* @__PURE__ */ jsx138("div", { className: ResourcePlanner_default.root, "aria-label": "Resource planner", children: /* @__PURE__ */ jsxs115("div", { className: ResourcePlanner_default.scroll, children: [
42180
+ /* @__PURE__ */ jsxs115("div", { className: ResourcePlanner_default.header, style: { gridTemplateColumns: `9rem repeat(${hours.length}, minmax(48px, 1fr))` }, children: [
42175
42181
  /* @__PURE__ */ jsx138("div", { className: ResourcePlanner_default.corner, children: "Resource" }),
42176
- hours.map((hour) => /* @__PURE__ */ jsxs114("div", { className: ResourcePlanner_default.hour, children: [
42182
+ hours.map((hour) => /* @__PURE__ */ jsxs115("div", { className: ResourcePlanner_default.hour, children: [
42177
42183
  (hour + 11) % 12 + 1,
42178
42184
  hour >= 12 ? "p" : "a"
42179
42185
  ] }, hour))
42180
42186
  ] }),
42181
42187
  resources.map((resource) => {
42182
42188
  const rowItems = items.filter((item) => item.resourceId === resource.id);
42183
- return /* @__PURE__ */ jsxs114("div", { className: ResourcePlanner_default.row, style: { gridTemplateColumns: `9rem minmax(0, 1fr)` }, children: [
42189
+ return /* @__PURE__ */ jsxs115("div", { className: ResourcePlanner_default.row, style: { gridTemplateColumns: `9rem minmax(0, 1fr)` }, children: [
42184
42190
  /* @__PURE__ */ jsx138("div", { className: ResourcePlanner_default.resource, children: resource.label }),
42185
- /* @__PURE__ */ jsxs114("div", { className: ResourcePlanner_default.track, children: [
42191
+ /* @__PURE__ */ jsxs115("div", { className: ResourcePlanner_default.track, children: [
42186
42192
  /* @__PURE__ */ jsx138("div", { className: ResourcePlanner_default.lanes, style: { gridTemplateColumns: `repeat(${hours.length}, minmax(48px, 1fr))` }, children: hours.map((hour) => /* @__PURE__ */ jsx138("div", { className: ResourcePlanner_default.lane }, hour)) }),
42187
42193
  rowItems.map((item) => {
42188
42194
  var _a2;
@@ -42210,10 +42216,10 @@ function ResourcePlanner({
42210
42216
  import { useMemo as useMemo35, useState as useState57 } from "react";
42211
42217
 
42212
42218
  // ../../components/TreeView/TreeView.module.css
42213
- var TreeView_default = {"tree":"opus_NlkzXy_tree","children":"opus_NlkzXy_children","row":"opus_NlkzXy_row","toggle":"opus_NlkzXy_toggle","leafMark":"opus_NlkzXy_leafMark","node":"opus_NlkzXy_node","label":"opus_NlkzXy_label"};
42219
+ var TreeView_default = {"node":"opus_NlkzXy_node","row":"opus_NlkzXy_row","tree":"opus_NlkzXy_tree","children":"opus_NlkzXy_children","label":"opus_NlkzXy_label","leafMark":"opus_NlkzXy_leafMark","toggle":"opus_NlkzXy_toggle"};
42214
42220
 
42215
42221
  // ../../components/TreeView/TreeView.tsx
42216
- import { jsx as jsx139, jsxs as jsxs115 } from "react/jsx-runtime";
42222
+ import { jsx as jsx139, jsxs as jsxs116 } from "react/jsx-runtime";
42217
42223
  function collectExpandableIds(nodes) {
42218
42224
  var _a2;
42219
42225
  const ids = [];
@@ -42234,8 +42240,8 @@ function TreeNode({
42234
42240
  var _a2;
42235
42241
  const hasChildren = Boolean((_a2 = node.children) == null ? void 0 : _a2.length);
42236
42242
  const expanded = expandedIds.has(node.id);
42237
- return /* @__PURE__ */ jsxs115("li", { className: TreeView_default.node, children: [
42238
- /* @__PURE__ */ jsxs115("div", { className: TreeView_default.row, style: { paddingLeft: `${depth * 16 + 8}px` }, children: [
42243
+ return /* @__PURE__ */ jsxs116("li", { className: TreeView_default.node, children: [
42244
+ /* @__PURE__ */ jsxs116("div", { className: TreeView_default.row, style: { paddingLeft: `${depth * 16 + 8}px` }, children: [
42239
42245
  hasChildren ? /* @__PURE__ */ jsx139(
42240
42246
  "button",
42241
42247
  {
@@ -42290,10 +42296,10 @@ function TreeView({ defaultExpandedIds, nodes }) {
42290
42296
  }
42291
42297
 
42292
42298
  // ../../components/MasonryGrid/MasonryGrid.module.css
42293
- var MasonryGrid_default = {"grid":"opus_Fxxd7-_grid","body":"opus_Fxxd7-_body","card":"opus_Fxxd7-_card","title":"opus_Fxxd7-_title"};
42299
+ var MasonryGrid_default = {"body":"opus_Fxxd7-_body","title":"opus_Fxxd7-_title","grid":"opus_Fxxd7-_grid","card":"opus_Fxxd7-_card"};
42294
42300
 
42295
42301
  // ../../components/MasonryGrid/MasonryGrid.tsx
42296
- import { jsx as jsx140, jsxs as jsxs116 } from "react/jsx-runtime";
42302
+ import { jsx as jsx140, jsxs as jsxs117 } from "react/jsx-runtime";
42297
42303
  function MasonryGrid({ columns = 3, gap = 12, items }) {
42298
42304
  const safeColumns = Math.min(Math.max(Math.round(columns), 2), 4);
42299
42305
  const safeGap = Math.min(Math.max(Math.round(gap), 8), 28);
@@ -42305,7 +42311,7 @@ function MasonryGrid({ columns = 3, gap = 12, items }) {
42305
42311
  columnCount: safeColumns,
42306
42312
  columnGap: `${safeGap}px`
42307
42313
  },
42308
- children: items.map((item, index) => /* @__PURE__ */ jsxs116(
42314
+ children: items.map((item, index) => /* @__PURE__ */ jsxs117(
42309
42315
  "article",
42310
42316
  {
42311
42317
  className: MasonryGrid_default.card,
@@ -42328,10 +42334,10 @@ function MasonryGrid({ columns = 3, gap = 12, items }) {
42328
42334
  import { useMemo as useMemo36, useState as useState58 } from "react";
42329
42335
 
42330
42336
  // ../../components/JsonViewer/JsonViewer.module.css
42331
- var JsonViewer_default = {"summary":"opus_uLDgXq_summary","children":"opus_uLDgXq_children","toggleLine":"opus_uLDgXq_toggleLine","key":"opus_uLDgXq_key","null":"opus_uLDgXq_null","block":"opus_uLDgXq_block","chevron":"opus_uLDgXq_chevron","root":"opus_uLDgXq_root","number":"opus_uLDgXq_number","boolean":"opus_uLDgXq_boolean","line":"opus_uLDgXq_line","string":"opus_uLDgXq_string"};
42337
+ var JsonViewer_default = {"boolean":"opus_uLDgXq_boolean","null":"opus_uLDgXq_null","toggleLine":"opus_uLDgXq_toggleLine","root":"opus_uLDgXq_root","summary":"opus_uLDgXq_summary","block":"opus_uLDgXq_block","key":"opus_uLDgXq_key","chevron":"opus_uLDgXq_chevron","children":"opus_uLDgXq_children","line":"opus_uLDgXq_line","string":"opus_uLDgXq_string","number":"opus_uLDgXq_number"};
42332
42338
 
42333
42339
  // ../../components/JsonViewer/JsonViewer.tsx
42334
- import { jsx as jsx141, jsxs as jsxs117 } from "react/jsx-runtime";
42340
+ import { jsx as jsx141, jsxs as jsxs118 } from "react/jsx-runtime";
42335
42341
  function isPlainObject(value) {
42336
42342
  return typeof value === "object" && value !== null && !Array.isArray(value);
42337
42343
  }
@@ -42340,7 +42346,7 @@ function PrimitiveValue({ value }) {
42340
42346
  return /* @__PURE__ */ jsx141("span", { className: JsonViewer_default.null, children: "null" });
42341
42347
  }
42342
42348
  if (typeof value === "string") {
42343
- return /* @__PURE__ */ jsxs117("span", { className: JsonViewer_default.string, children: [
42349
+ return /* @__PURE__ */ jsxs118("span", { className: JsonViewer_default.string, children: [
42344
42350
  '"',
42345
42351
  value,
42346
42352
  '"'
@@ -42358,8 +42364,8 @@ function JsonNode({ collapsedDepth, depth, name, value }) {
42358
42364
  const isExpandable = Array.isArray(value) || isPlainObject(value);
42359
42365
  const [open, setOpen] = useState58(depth < collapsedDepth);
42360
42366
  if (!isExpandable) {
42361
- return /* @__PURE__ */ jsxs117("div", { className: JsonViewer_default.line, style: { paddingLeft: `${depth * 14}px` }, children: [
42362
- name !== void 0 ? /* @__PURE__ */ jsxs117("span", { className: JsonViewer_default.key, children: [
42367
+ return /* @__PURE__ */ jsxs118("div", { className: JsonViewer_default.line, style: { paddingLeft: `${depth * 14}px` }, children: [
42368
+ name !== void 0 ? /* @__PURE__ */ jsxs118("span", { className: JsonViewer_default.key, children: [
42363
42369
  name,
42364
42370
  ": "
42365
42371
  ] }) : null,
@@ -42368,8 +42374,8 @@ function JsonNode({ collapsedDepth, depth, name, value }) {
42368
42374
  }
42369
42375
  const entries = Array.isArray(value) ? value.map((entry, index) => [String(index), entry]) : Object.entries(value);
42370
42376
  const summary = Array.isArray(value) ? `Array(${value.length})` : `Object(${entries.length})`;
42371
- return /* @__PURE__ */ jsxs117("div", { className: JsonViewer_default.block, children: [
42372
- /* @__PURE__ */ jsxs117(
42377
+ return /* @__PURE__ */ jsxs118("div", { className: JsonViewer_default.block, children: [
42378
+ /* @__PURE__ */ jsxs118(
42373
42379
  "button",
42374
42380
  {
42375
42381
  "aria-expanded": open,
@@ -42379,7 +42385,7 @@ function JsonNode({ collapsedDepth, depth, name, value }) {
42379
42385
  type: "button",
42380
42386
  children: [
42381
42387
  /* @__PURE__ */ jsx141("span", { "aria-hidden": "true", className: JsonViewer_default.chevron, children: open ? "\u25BE" : "\u25B8" }),
42382
- name !== void 0 ? /* @__PURE__ */ jsxs117("span", { className: JsonViewer_default.key, children: [
42388
+ name !== void 0 ? /* @__PURE__ */ jsxs118("span", { className: JsonViewer_default.key, children: [
42383
42389
  name,
42384
42390
  ": "
42385
42391
  ] }) : null,
@@ -42451,10 +42457,10 @@ function Spinner({ label = "Loading", size = "md", tone = "accent" }) {
42451
42457
  import { useEffect as useEffect42, useState as useState59 } from "react";
42452
42458
 
42453
42459
  // ../../components/Clock/Clock.module.css
42454
- var Clock_default = {"digitalTime":"opus_Lj91mC_digitalTime","root":"opus_Lj91mC_root","date":"opus_Lj91mC_date","hourHand":"opus_Lj91mC_hourHand","centreDotInner":"opus_Lj91mC_centreDotInner","number":"opus_Lj91mC_number","loading":"opus_Lj91mC_loading","centreDot":"opus_Lj91mC_centreDot","face":"opus_Lj91mC_face","tick":"opus_Lj91mC_tick","secondHand":"opus_Lj91mC_secondHand","minuteHand":"opus_Lj91mC_minuteHand","hand":"opus_Lj91mC_hand"};
42460
+ var Clock_default = {"root":"opus_Lj91mC_root","tick":"opus_Lj91mC_tick","minuteHand":"opus_Lj91mC_minuteHand","centreDot":"opus_Lj91mC_centreDot","date":"opus_Lj91mC_date","number":"opus_Lj91mC_number","face":"opus_Lj91mC_face","secondHand":"opus_Lj91mC_secondHand","centreDotInner":"opus_Lj91mC_centreDotInner","digitalTime":"opus_Lj91mC_digitalTime","hand":"opus_Lj91mC_hand","loading":"opus_Lj91mC_loading","hourHand":"opus_Lj91mC_hourHand"};
42455
42461
 
42456
42462
  // ../../components/Clock/Clock.tsx
42457
- import { jsx as jsx144, jsxs as jsxs118 } from "react/jsx-runtime";
42463
+ import { jsx as jsx144, jsxs as jsxs119 } from "react/jsx-runtime";
42458
42464
  function Clock({
42459
42465
  showAnalog = true,
42460
42466
  showDate = true,
@@ -42490,7 +42496,7 @@ function Clock({
42490
42496
  month: "long",
42491
42497
  year: "numeric"
42492
42498
  });
42493
- return /* @__PURE__ */ jsxs118(
42499
+ return /* @__PURE__ */ jsxs119(
42494
42500
  "div",
42495
42501
  {
42496
42502
  "aria-live": "polite",
@@ -42499,7 +42505,7 @@ function Clock({
42499
42505
  "data-digital": showDigital ? "true" : "false",
42500
42506
  "data-size": size,
42501
42507
  children: [
42502
- showAnalog ? /* @__PURE__ */ jsxs118("div", { "aria-hidden": "true", className: Clock_default.face, children: [
42508
+ showAnalog ? /* @__PURE__ */ jsxs119("div", { "aria-hidden": "true", className: Clock_default.face, children: [
42503
42509
  Array.from({ length: 60 }).map((_, index) => {
42504
42510
  const isHourMark = index % 5 === 0;
42505
42511
  return /* @__PURE__ */ jsx144(
@@ -42650,12 +42656,12 @@ function FocusTrap({
42650
42656
  }
42651
42657
 
42652
42658
  // ../../components/KeyboardShortcut/KeyboardShortcut.module.css
42653
- var KeyboardShortcut_default = {"shortcut":"opus_pZh5vX_shortcut","key":"opus_pZh5vX_key","plus":"opus_pZh5vX_plus"};
42659
+ var KeyboardShortcut_default = {"plus":"opus_pZh5vX_plus","key":"opus_pZh5vX_key","shortcut":"opus_pZh5vX_shortcut"};
42654
42660
 
42655
42661
  // ../../components/KeyboardShortcut/KeyboardShortcut.tsx
42656
- import { jsx as jsx147, jsxs as jsxs119 } from "react/jsx-runtime";
42662
+ import { jsx as jsx147, jsxs as jsxs120 } from "react/jsx-runtime";
42657
42663
  function KeyboardShortcut({ keys, size = "md" }) {
42658
- return /* @__PURE__ */ jsx147("kbd", { "aria-label": keys.join(" + "), className: KeyboardShortcut_default.shortcut, "data-size": size, children: keys.map((key, index) => /* @__PURE__ */ jsxs119("span", { children: [
42664
+ return /* @__PURE__ */ jsx147("kbd", { "aria-label": keys.join(" + "), className: KeyboardShortcut_default.shortcut, "data-size": size, children: keys.map((key, index) => /* @__PURE__ */ jsxs120("span", { children: [
42659
42665
  index > 0 ? /* @__PURE__ */ jsx147("span", { "aria-hidden": "true", className: KeyboardShortcut_default.plus, children: "+" }) : null,
42660
42666
  /* @__PURE__ */ jsx147("span", { className: KeyboardShortcut_default.key, children: key })
42661
42667
  ] }, `${key}-${index}`)) });
@@ -43007,10 +43013,10 @@ import {
43007
43013
  } from "react";
43008
43014
 
43009
43015
  // ../../components/Sidebar/Sidebar.module.css
43010
- var Sidebar_default = {"collapsedGroupChevronOpen":"opus_4Pogux_collapsedGroupChevronOpen","main":"opus_4Pogux_main","link":"opus_4Pogux_link","collapsedGroupWrap":"opus_4Pogux_collapsedGroupWrap","body":"opus_4Pogux_body","bodyContent":"opus_4Pogux_bodyContent","footer":"opus_4Pogux_footer","nav":"opus_4Pogux_nav","collapsedTooltip":"opus_4Pogux_collapsedTooltip","groupItems":"opus_4Pogux_groupItems","icon":"opus_4Pogux_icon","collapsedSubmenu":"opus_4Pogux_collapsedSubmenu","headerInner":"opus_4Pogux_headerInner","header":"opus_4Pogux_header","collapsedGroup":"opus_4Pogux_collapsedGroup","groupChevron":"opus_4Pogux_groupChevron","layout":"opus_4Pogux_layout","overflowTooltip":"opus_4Pogux_overflowTooltip","sidebar":"opus_4Pogux_sidebar","groupChevronOpen":"opus_4Pogux_groupChevronOpen","groupLabel":"opus_4Pogux_groupLabel","groupHeader":"opus_4Pogux_groupHeader","headerTitle":"opus_4Pogux_headerTitle","linkActive":"opus_4Pogux_linkActive","linkLabel":"opus_4Pogux_linkLabel","overflowLabel":"opus_4Pogux_overflowLabel","visuallyHidden":"opus_4Pogux_visuallyHidden","group":"opus_4Pogux_group","collapsedGroupChevron":"opus_4Pogux_collapsedGroupChevron","groupItemsWrap":"opus_4Pogux_groupItemsWrap"};
43016
+ var Sidebar_default = {"link":"opus_4Pogux_link","linkActive":"opus_4Pogux_linkActive","collapsedTooltip":"opus_4Pogux_collapsedTooltip","collapsedGroup":"opus_4Pogux_collapsedGroup","groupItems":"opus_4Pogux_groupItems","body":"opus_4Pogux_body","collapsedSubmenu":"opus_4Pogux_collapsedSubmenu","collapsedGroupChevron":"opus_4Pogux_collapsedGroupChevron","icon":"opus_4Pogux_icon","collapsedGroupWrap":"opus_4Pogux_collapsedGroupWrap","visuallyHidden":"opus_4Pogux_visuallyHidden","overflowLabel":"opus_4Pogux_overflowLabel","groupItemsWrap":"opus_4Pogux_groupItemsWrap","overflowTooltip":"opus_4Pogux_overflowTooltip","header":"opus_4Pogux_header","footer":"opus_4Pogux_footer","groupChevronOpen":"opus_4Pogux_groupChevronOpen","collapsedGroupChevronOpen":"opus_4Pogux_collapsedGroupChevronOpen","headerTitle":"opus_4Pogux_headerTitle","group":"opus_4Pogux_group","groupLabel":"opus_4Pogux_groupLabel","groupHeader":"opus_4Pogux_groupHeader","layout":"opus_4Pogux_layout","sidebar":"opus_4Pogux_sidebar","bodyContent":"opus_4Pogux_bodyContent","linkLabel":"opus_4Pogux_linkLabel","groupChevron":"opus_4Pogux_groupChevron","nav":"opus_4Pogux_nav","main":"opus_4Pogux_main","headerInner":"opus_4Pogux_headerInner"};
43011
43017
 
43012
43018
  // ../../components/Sidebar/Sidebar.tsx
43013
- import { Fragment as Fragment24, jsx as jsx154, jsxs as jsxs120 } from "react/jsx-runtime";
43019
+ import { Fragment as Fragment24, jsx as jsx154, jsxs as jsxs121 } from "react/jsx-runtime";
43014
43020
  var SidebarContext = createContext11({
43015
43021
  collapsed: false,
43016
43022
  density: "comfortable"
@@ -43220,7 +43226,7 @@ function Sidebar({
43220
43226
  setActiveItem: setSidebarActiveItem,
43221
43227
  setGroupOpenState: persistState ? setGroupOpenState : void 0
43222
43228
  },
43223
- children: /* @__PURE__ */ jsxs120(
43229
+ children: /* @__PURE__ */ jsxs121(
43224
43230
  "aside",
43225
43231
  {
43226
43232
  "aria-label": "Sidebar",
@@ -43264,7 +43270,7 @@ function Sidebar({
43264
43270
  }
43265
43271
  function SidebarHeader({ children, title }) {
43266
43272
  const { collapsed } = useContext12(SidebarContext);
43267
- return /* @__PURE__ */ jsxs120("div", { className: Sidebar_default.headerInner, children: [
43273
+ return /* @__PURE__ */ jsxs121("div", { className: Sidebar_default.headerInner, children: [
43268
43274
  /* @__PURE__ */ jsx154("h2", { className: collapsed ? Sidebar_default.visuallyHidden : Sidebar_default.headerTitle, children: title }),
43269
43275
  children
43270
43276
  ] });
@@ -43306,7 +43312,7 @@ function SidebarLink({
43306
43312
  }
43307
43313
  onClick == null ? void 0 : onClick(event);
43308
43314
  };
43309
- const content = /* @__PURE__ */ jsxs120(Fragment24, { children: [
43315
+ const content = /* @__PURE__ */ jsxs121(Fragment24, { children: [
43310
43316
  icon ? /* @__PURE__ */ jsx154("span", { className: Sidebar_default.icon, children: icon }) : null,
43311
43317
  !icon && collapsed && label ? /* @__PURE__ */ jsx154("span", { "aria-hidden": "true", className: Sidebar_default.icon, children: label.charAt(0) }) : null,
43312
43318
  collapsed ? /* @__PURE__ */ jsx154("span", { className: Sidebar_default.visuallyHidden, children }) : label ? /* @__PURE__ */ jsx154(SidebarOverflowLabel, { label }) : /* @__PURE__ */ jsx154("span", { className: Sidebar_default.linkLabel, children })
@@ -43442,14 +43448,14 @@ function SidebarGroup({
43442
43448
  };
43443
43449
  if (collapsed) {
43444
43450
  if (depth > 0) {
43445
- return /* @__PURE__ */ jsxs120("div", { className: Sidebar_default.collapsedGroupWrap, children: [
43451
+ return /* @__PURE__ */ jsxs121("div", { className: Sidebar_default.collapsedGroupWrap, children: [
43446
43452
  /* @__PURE__ */ jsx154(
43447
43453
  Tooltip,
43448
43454
  {
43449
43455
  className: Sidebar_default.collapsedTooltip,
43450
43456
  content: label,
43451
43457
  placement: "right",
43452
- children: /* @__PURE__ */ jsxs120(
43458
+ children: /* @__PURE__ */ jsxs121(
43453
43459
  "button",
43454
43460
  {
43455
43461
  "aria-expanded": collapsedOpen,
@@ -43488,7 +43494,7 @@ function SidebarGroup({
43488
43494
  }
43489
43495
  );
43490
43496
  }
43491
- return /* @__PURE__ */ jsxs120(
43497
+ return /* @__PURE__ */ jsxs121(
43492
43498
  "div",
43493
43499
  {
43494
43500
  "aria-label": label,
@@ -43496,7 +43502,7 @@ function SidebarGroup({
43496
43502
  "data-depth": depth,
43497
43503
  role: "group",
43498
43504
  children: [
43499
- /* @__PURE__ */ jsx154("div", { className: Sidebar_default.groupHeader, children: /* @__PURE__ */ jsxs120(
43505
+ /* @__PURE__ */ jsx154("div", { className: Sidebar_default.groupHeader, children: /* @__PURE__ */ jsxs121(
43500
43506
  "button",
43501
43507
  {
43502
43508
  "aria-controls": listId,
@@ -43543,7 +43549,7 @@ function SidebarLayout({
43543
43549
  main,
43544
43550
  side = "left"
43545
43551
  }) {
43546
- return /* @__PURE__ */ jsxs120(
43552
+ return /* @__PURE__ */ jsxs121(
43547
43553
  "div",
43548
43554
  {
43549
43555
  className: Sidebar_default.layout,
@@ -43670,10 +43676,10 @@ import { useEffect as useEffect50, useId as useId27, useMemo as useMemo41, useRe
43670
43676
  import { FontAwesomeIcon as FontAwesomeIcon13 } from "@fortawesome/react-fontawesome";
43671
43677
 
43672
43678
  // ../../components/IconPicker/IconPicker.module.css
43673
- var IconPicker_default = {"trigger":"opus_4E-Oa1_trigger","option":"opus_4E-Oa1_option","triggerIcon":"opus_4E-Oa1_triggerIcon","optionIcon":"opus_4E-Oa1_optionIcon","chevron":"opus_4E-Oa1_chevron","empty":"opus_4E-Oa1_empty","root":"opus_4E-Oa1_root","menu":"opus_4E-Oa1_menu","search":"opus_4E-Oa1_search","triggerLabel":"opus_4E-Oa1_triggerLabel","grid":"opus_4E-Oa1_grid"};
43679
+ var IconPicker_default = {"root":"opus_4E-Oa1_root","search":"opus_4E-Oa1_search","grid":"opus_4E-Oa1_grid","option":"opus_4E-Oa1_option","triggerLabel":"opus_4E-Oa1_triggerLabel","trigger":"opus_4E-Oa1_trigger","triggerIcon":"opus_4E-Oa1_triggerIcon","empty":"opus_4E-Oa1_empty","menu":"opus_4E-Oa1_menu","optionIcon":"opus_4E-Oa1_optionIcon","chevron":"opus_4E-Oa1_chevron"};
43674
43680
 
43675
43681
  // ../../components/IconPicker/IconPicker.tsx
43676
- import { jsx as jsx156, jsxs as jsxs121 } from "react/jsx-runtime";
43682
+ import { jsx as jsx156, jsxs as jsxs122 } from "react/jsx-runtime";
43677
43683
  function IconPicker({
43678
43684
  help,
43679
43685
  id,
@@ -43718,8 +43724,8 @@ function IconPicker({
43718
43724
  document.removeEventListener("keydown", handleKeyDown);
43719
43725
  };
43720
43726
  }, [open]);
43721
- return /* @__PURE__ */ jsx156(FieldShell, { help, id, label, labelPosition, mode, children: /* @__PURE__ */ jsxs121("div", { className: IconPicker_default.root, ref: rootRef, children: [
43722
- /* @__PURE__ */ jsxs121(
43727
+ return /* @__PURE__ */ jsx156(FieldShell, { help, id, label, labelPosition, mode, children: /* @__PURE__ */ jsxs122("div", { className: IconPicker_default.root, ref: rootRef, children: [
43728
+ /* @__PURE__ */ jsxs122(
43723
43729
  "button",
43724
43730
  {
43725
43731
  "aria-controls": open ? listboxId : void 0,
@@ -43736,7 +43742,7 @@ function IconPicker({
43736
43742
  }
43737
43743
  ),
43738
43744
  /* @__PURE__ */ jsx156("span", { "aria-hidden": "true", className: IconPicker_default.chevron }),
43739
- open ? /* @__PURE__ */ jsxs121("div", { className: IconPicker_default.menu, children: [
43745
+ open ? /* @__PURE__ */ jsxs122("div", { className: IconPicker_default.menu, children: [
43740
43746
  /* @__PURE__ */ jsx156(
43741
43747
  "input",
43742
43748
  {
@@ -43773,10 +43779,10 @@ function IconPicker({
43773
43779
  }
43774
43780
 
43775
43781
  // ../../components/IconBadge/IconBadge.module.css
43776
- var IconBadge_default = {"root":"opus_H9TUGj_root","icon":"opus_H9TUGj_icon","badge":"opus_H9TUGj_badge"};
43782
+ var IconBadge_default = {"badge":"opus_H9TUGj_badge","icon":"opus_H9TUGj_icon","root":"opus_H9TUGj_root"};
43777
43783
 
43778
43784
  // ../../components/IconBadge/IconBadge.tsx
43779
- import { jsx as jsx157, jsxs as jsxs122 } from "react/jsx-runtime";
43785
+ import { jsx as jsx157, jsxs as jsxs123 } from "react/jsx-runtime";
43780
43786
  function formatCount(count, max) {
43781
43787
  if (count > max) {
43782
43788
  return `${max}+`;
@@ -43813,7 +43819,7 @@ function IconBadge({
43813
43819
  const showBadge = shouldShowBadge(count, showZero);
43814
43820
  const accessibleLabel = buildAccessibleLabel(label, count, max, showZero);
43815
43821
  const rootClassName = [IconBadge_default.root, className].filter(Boolean).join(" ");
43816
- const content = /* @__PURE__ */ jsxs122("span", { "aria-hidden": "true", className: IconBadge_default.icon, "data-size": size, "data-tone": tone, children: [
43822
+ const content = /* @__PURE__ */ jsxs123("span", { "aria-hidden": "true", className: IconBadge_default.icon, "data-size": size, "data-tone": tone, children: [
43817
43823
  /* @__PURE__ */ jsx157(CatalogIcon, { iconName }),
43818
43824
  showBadge ? /* @__PURE__ */ jsx157("span", { className: IconBadge_default.badge, "data-urgency": urgency, children: formatCount(count, max) }) : null
43819
43825
  ] });
@@ -43952,10 +43958,10 @@ var googleFonts = [
43952
43958
  ];
43953
43959
 
43954
43960
  // ../../components/FontPicker/FontPicker.module.css
43955
- var FontPicker_default = {"field":"opus_ub1fhz_field","picker":"opus_ub1fhz_picker","options":"opus_ub1fhz_options","chevron":"opus_ub1fhz_chevron","trigger":"opus_ub1fhz_trigger","dropdown":"opus_ub1fhz_dropdown","option":"opus_ub1fhz_option","label":"opus_ub1fhz_label","triggerText":"opus_ub1fhz_triggerText","optionName":"opus_ub1fhz_optionName","search":"opus_ub1fhz_search","searchWrap":"opus_ub1fhz_searchWrap","optionPreview":"opus_ub1fhz_optionPreview","empty":"opus_ub1fhz_empty"};
43961
+ var FontPicker_default = {"options":"opus_ub1fhz_options","empty":"opus_ub1fhz_empty","search":"opus_ub1fhz_search","optionName":"opus_ub1fhz_optionName","label":"opus_ub1fhz_label","field":"opus_ub1fhz_field","searchWrap":"opus_ub1fhz_searchWrap","dropdown":"opus_ub1fhz_dropdown","option":"opus_ub1fhz_option","optionPreview":"opus_ub1fhz_optionPreview","chevron":"opus_ub1fhz_chevron","trigger":"opus_ub1fhz_trigger","triggerText":"opus_ub1fhz_triggerText","picker":"opus_ub1fhz_picker"};
43956
43962
 
43957
43963
  // ../../components/FontPicker/FontPicker.tsx
43958
- import { jsx as jsx158, jsxs as jsxs123 } from "react/jsx-runtime";
43964
+ import { jsx as jsx158, jsxs as jsxs124 } from "react/jsx-runtime";
43959
43965
  var FONT_STORAGE_KEY = "opus-components-font";
43960
43966
  var DEFAULT_FONT_FAMILY = "Space Grotesk";
43961
43967
  var fontSet = new Set(googleFonts);
@@ -44049,10 +44055,10 @@ function FontPicker({ id, onChange, value }) {
44049
44055
  document.removeEventListener("keydown", closeOnEscape);
44050
44056
  };
44051
44057
  }, [open]);
44052
- return /* @__PURE__ */ jsxs123("div", { className: FontPicker_default.field, ref: rootRef, children: [
44058
+ return /* @__PURE__ */ jsxs124("div", { className: FontPicker_default.field, ref: rootRef, children: [
44053
44059
  /* @__PURE__ */ jsx158("span", { className: FontPicker_default.label, children: "Font" }),
44054
- /* @__PURE__ */ jsxs123("div", { className: FontPicker_default.picker, children: [
44055
- /* @__PURE__ */ jsxs123(
44060
+ /* @__PURE__ */ jsxs124("div", { className: FontPicker_default.picker, children: [
44061
+ /* @__PURE__ */ jsxs124(
44056
44062
  "button",
44057
44063
  {
44058
44064
  "aria-controls": `${id}-options`,
@@ -44069,7 +44075,7 @@ function FontPicker({ id, onChange, value }) {
44069
44075
  ]
44070
44076
  }
44071
44077
  ),
44072
- open ? /* @__PURE__ */ jsxs123("div", { className: FontPicker_default.dropdown, children: [
44078
+ open ? /* @__PURE__ */ jsxs124("div", { className: FontPicker_default.dropdown, children: [
44073
44079
  /* @__PURE__ */ jsx158("div", { className: FontPicker_default.searchWrap, children: /* @__PURE__ */ jsx158(
44074
44080
  "input",
44075
44081
  {
@@ -44082,10 +44088,10 @@ function FontPicker({ id, onChange, value }) {
44082
44088
  onChange: (event) => setQuery(event.target.value)
44083
44089
  }
44084
44090
  ) }),
44085
- /* @__PURE__ */ jsxs123("div", { "aria-label": "Google Fonts", className: FontPicker_default.options, id: `${id}-options`, role: "listbox", children: [
44091
+ /* @__PURE__ */ jsxs124("div", { "aria-label": "Google Fonts", className: FontPicker_default.options, id: `${id}-options`, role: "listbox", children: [
44086
44092
  filteredFonts.map((font) => {
44087
44093
  const selected = font === value;
44088
- return /* @__PURE__ */ jsxs123(
44094
+ return /* @__PURE__ */ jsxs124(
44089
44095
  "button",
44090
44096
  {
44091
44097
  "aria-selected": selected,