opus-react 0.5.0 → 0.6.0

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.cjs CHANGED
@@ -545,6 +545,7 @@ __export(src_exports, {
545
545
  FontPicker: () => FontPicker,
546
546
  Form: () => Form,
547
547
  FormActions: () => FormActions,
548
+ FormHeader: () => FormHeader,
548
549
  FormSection: () => FormSection,
549
550
  FormValidationSummary: () => FormValidationSummary,
550
551
  Gauge: () => Gauge,
@@ -705,6 +706,7 @@ __export(src_exports, {
705
706
  useContextMenu: () => useContextMenu,
706
707
  useFieldShellAria: () => useFieldShellAria,
707
708
  useFontPreference: () => useFontPreference,
709
+ useFormState: () => useFormState,
708
710
  useHotkey: () => useHotkey,
709
711
  useHotkeyManager: () => useHotkeyManager,
710
712
  useIntersectionObserver: () => useIntersectionObserver,
@@ -719,7 +721,7 @@ __export(src_exports, {
719
721
  module.exports = __toCommonJS(src_exports);
720
722
 
721
723
  // ../../components/fields/shared/inputControlSizes.module.css
722
- var inputControlSizes_default = {"sizeSm":"opus_8ChDQJ_sizeSm","sizeLg":"opus_8ChDQJ_sizeLg","sizeMd":"opus_8ChDQJ_sizeMd"};
724
+ var inputControlSizes_default = {"sizeSm":"opus_8ChDQJ_sizeSm","sizeMd":"opus_8ChDQJ_sizeMd","sizeLg":"opus_8ChDQJ_sizeLg"};
723
725
 
724
726
  // ../../components/fields/shared/inputControlSizes.ts
725
727
  var inputControlSizeClassName = {
@@ -729,7 +731,7 @@ var inputControlSizeClassName = {
729
731
  };
730
732
 
731
733
  // ../../components/fields/Button/Button.module.css
732
- var Button_default = {"secondary":"opus_lZkc26_secondary","danger":"opus_lZkc26_danger","link":"opus_lZkc26_link","light":"opus_lZkc26_light","primary":"opus_lZkc26_primary","success":"opus_lZkc26_success","warning":"opus_lZkc26_warning","info":"opus_lZkc26_info","button":"opus_lZkc26_button","dark":"opus_lZkc26_dark"};
734
+ var Button_default = {"primary":"opus_lZkc26_primary","link":"opus_lZkc26_link","secondary":"opus_lZkc26_secondary","warning":"opus_lZkc26_warning","danger":"opus_lZkc26_danger","success":"opus_lZkc26_success","dark":"opus_lZkc26_dark","light":"opus_lZkc26_light","info":"opus_lZkc26_info","button":"opus_lZkc26_button"};
733
735
 
734
736
  // ../../components/fields/Button/Button.tsx
735
737
  var import_jsx_runtime = require("react/jsx-runtime");
@@ -771,7 +773,7 @@ var import_react = require("react");
771
773
  var import_react_dom = require("react-dom");
772
774
 
773
775
  // ../../components/Tooltip/Tooltip.module.css
774
- var Tooltip_default = {"triggerWrap":"opus_R70RbH_triggerWrap","left":"opus_R70RbH_left","right":"opus_R70RbH_right","popup":"opus_R70RbH_popup","trigger":"opus_R70RbH_trigger","arrow":"opus_R70RbH_arrow","top":"opus_R70RbH_top","root":"opus_R70RbH_root","bottom":"opus_R70RbH_bottom"};
776
+ var Tooltip_default = {"trigger":"opus_R70RbH_trigger","popup":"opus_R70RbH_popup","bottom":"opus_R70RbH_bottom","top":"opus_R70RbH_top","left":"opus_R70RbH_left","arrow":"opus_R70RbH_arrow","triggerWrap":"opus_R70RbH_triggerWrap","right":"opus_R70RbH_right","root":"opus_R70RbH_root"};
775
777
 
776
778
  // ../../components/Tooltip/Tooltip.tsx
777
779
  var import_jsx_runtime2 = require("react/jsx-runtime");
@@ -940,7 +942,7 @@ function Tooltip({
940
942
  }
941
943
 
942
944
  // ../../components/fields/FieldShell/FieldShell.module.css
943
- var FieldShell_default = {"controlFlagged":"opus_zNi12Z_controlFlagged","labelLeft":"opus_zNi12Z_labelLeft","labelRight":"opus_zNi12Z_labelRight","errorFlagged":"opus_zNi12Z_errorFlagged","label":"opus_zNi12Z_label","required":"opus_zNi12Z_required","error":"opus_zNi12Z_error","stackedRight":"opus_zNi12Z_stackedRight","labelFlagged":"opus_zNi12Z_labelFlagged","stackedLeft":"opus_zNi12Z_stackedLeft","root":"opus_zNi12Z_root","flaggedCenter":"opus_zNi12Z_flaggedCenter","compactControl":"opus_zNi12Z_compactControl","flagged":"opus_zNi12Z_flagged","stacked":"opus_zNi12Z_stacked","flaggedStart":"opus_zNi12Z_flaggedStart","control":"opus_zNi12Z_control","visuallyHidden":"opus_zNi12Z_visuallyHidden","fitContent":"opus_zNi12Z_fitContent"};
945
+ var FieldShell_default = {"stacked":"opus_zNi12Z_stacked","fitContent":"opus_zNi12Z_fitContent","errorFlagged":"opus_zNi12Z_errorFlagged","label":"opus_zNi12Z_label","compactControl":"opus_zNi12Z_compactControl","labelFlagged":"opus_zNi12Z_labelFlagged","control":"opus_zNi12Z_control","stackedLeft":"opus_zNi12Z_stackedLeft","stackedRight":"opus_zNi12Z_stackedRight","visuallyHidden":"opus_zNi12Z_visuallyHidden","flaggedCenter":"opus_zNi12Z_flaggedCenter","labelRight":"opus_zNi12Z_labelRight","root":"opus_zNi12Z_root","controlFlagged":"opus_zNi12Z_controlFlagged","error":"opus_zNi12Z_error","required":"opus_zNi12Z_required","flagged":"opus_zNi12Z_flagged","labelLeft":"opus_zNi12Z_labelLeft","flaggedStart":"opus_zNi12Z_flaggedStart"};
944
946
 
945
947
  // ../../components/fields/FieldShell/FieldShell.tsx
946
948
  var import_jsx_runtime3 = require("react/jsx-runtime");
@@ -1065,10 +1067,10 @@ function FieldShell({
1065
1067
  }
1066
1068
 
1067
1069
  // ../../components/fields/CheckboxField/CheckboxField.module.css
1068
- var CheckboxField_default = {"toggleLabel":"opus_g-5tlR_toggleLabel","toggle":"opus_g-5tlR_toggle","shell":"opus_g-5tlR_shell","nativeInput":"opus_g-5tlR_nativeInput","error":"opus_g-5tlR_error","square":"opus_g-5tlR_square","visual":"opus_g-5tlR_visual","round":"opus_g-5tlR_round"};
1070
+ var CheckboxField_default = {"shell":"opus_g-5tlR_shell","toggleLabel":"opus_g-5tlR_toggleLabel","visual":"opus_g-5tlR_visual","nativeInput":"opus_g-5tlR_nativeInput","round":"opus_g-5tlR_round","error":"opus_g-5tlR_error","square":"opus_g-5tlR_square","toggle":"opus_g-5tlR_toggle"};
1069
1071
 
1070
1072
  // ../../components/fields/shared/choiceControlSizes.module.css
1071
- var choiceControlSizes_default = {"sizeSm":"opus_4er5Uc_sizeSm","sizeMd":"opus_4er5Uc_sizeMd","sizeLg":"opus_4er5Uc_sizeLg"};
1073
+ var choiceControlSizes_default = {"sizeLg":"opus_4er5Uc_sizeLg","sizeSm":"opus_4er5Uc_sizeSm","sizeMd":"opus_4er5Uc_sizeMd"};
1072
1074
 
1073
1075
  // ../../components/fields/shared/choiceControlSizes.ts
1074
1076
  var choiceControlSizeClassName = {
@@ -1090,9 +1092,11 @@ function CheckboxField({
1090
1092
  labelPosition = "left",
1091
1093
  labelVisuallyHidden,
1092
1094
  mode = "flagged",
1095
+ name,
1093
1096
  onChange,
1094
1097
  shape = "square",
1095
- size = "md"
1098
+ size = "md",
1099
+ value
1096
1100
  }) {
1097
1101
  const shellAria = useFieldShellAria();
1098
1102
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
@@ -1117,8 +1121,10 @@ function CheckboxField({
1117
1121
  className: CheckboxField_default.nativeInput,
1118
1122
  checked,
1119
1123
  id,
1124
+ name,
1120
1125
  onChange,
1121
- type: "checkbox"
1126
+ type: "checkbox",
1127
+ value
1122
1128
  }, fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
1123
1129
  ),
1124
1130
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
@@ -1138,7 +1144,7 @@ function CheckboxField({
1138
1144
  }
1139
1145
 
1140
1146
  // ../../components/fields/ColorField/ColorField.module.css
1141
- var ColorField_default = {"value":"opus_Z7jeX4_value","swatch":"opus_Z7jeX4_swatch","icon":"opus_Z7jeX4_icon","nativeInput":"opus_Z7jeX4_nativeInput","error":"opus_Z7jeX4_error","picker":"opus_Z7jeX4_picker"};
1147
+ var ColorField_default = {"picker":"opus_Z7jeX4_picker","icon":"opus_Z7jeX4_icon","error":"opus_Z7jeX4_error","nativeInput":"opus_Z7jeX4_nativeInput","value":"opus_Z7jeX4_value","swatch":"opus_Z7jeX4_swatch"};
1142
1148
 
1143
1149
  // ../../components/fields/ColorField/ColorField.tsx
1144
1150
  var import_jsx_runtime5 = require("react/jsx-runtime");
@@ -1199,17 +1205,23 @@ function ColorField({
1199
1205
  }
1200
1206
 
1201
1207
  // ../../components/fields/DateField/DateField.module.css
1202
- var DateField_default = {"error":"opus_G3y11z_error","input":"opus_G3y11z_input"};
1208
+ var DateField_default = {"input":"opus_G3y11z_input","error":"opus_G3y11z_error"};
1203
1209
 
1204
1210
  // ../../components/fields/DateField/DateField.tsx
1205
1211
  var import_jsx_runtime6 = require("react/jsx-runtime");
1206
1212
  function DateField({
1213
+ autoComplete,
1214
+ autoFocus,
1215
+ disabled,
1207
1216
  error,
1208
1217
  help,
1209
1218
  id,
1210
1219
  label,
1211
1220
  labelPosition = "left",
1212
1221
  mode = "stacked",
1222
+ inputProps,
1223
+ name,
1224
+ readOnly,
1213
1225
  required,
1214
1226
  size = "md",
1215
1227
  type = "date",
@@ -1229,25 +1241,31 @@ function DateField({
1229
1241
  required,
1230
1242
  children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
1231
1243
  "input",
1232
- __spreadValues({
1244
+ __spreadValues(__spreadProps(__spreadValues({}, inputProps), {
1233
1245
  "aria-invalid": error ? "true" : void 0,
1246
+ autoComplete,
1247
+ autoFocus,
1234
1248
  className: [
1235
1249
  DateField_default.input,
1236
1250
  inputControlSizeClassName[size],
1237
1251
  error ? DateField_default.error : ""
1238
1252
  ].filter(Boolean).join(" "),
1239
1253
  id,
1254
+ disabled,
1255
+ name,
1240
1256
  onChange,
1241
1257
  type,
1258
+ readOnly,
1259
+ required,
1242
1260
  value
1243
- }, fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
1261
+ }), fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
1244
1262
  )
1245
1263
  }
1246
1264
  );
1247
1265
  }
1248
1266
 
1249
1267
  // ../../components/fields/HiddenField/HiddenField.module.css
1250
- var HiddenField_default = {"preview":"opus_kL1YXS_preview","note":"opus_kL1YXS_note","meta":"opus_kL1YXS_meta"};
1268
+ var HiddenField_default = {"preview":"opus_kL1YXS_preview","meta":"opus_kL1YXS_meta","note":"opus_kL1YXS_note"};
1251
1269
 
1252
1270
  // ../../components/fields/HiddenField/HiddenField.tsx
1253
1271
  var import_jsx_runtime7 = require("react/jsx-runtime");
@@ -1296,7 +1314,7 @@ function HiddenField({
1296
1314
  }
1297
1315
 
1298
1316
  // ../../components/fields/FileField/FileField.module.css
1299
- var FileField_default = {"dropError":"opus_aOsPA7_dropError","hint":"opus_aOsPA7_hint","title":"opus_aOsPA7_title","footnote":"opus_aOsPA7_footnote","content":"opus_aOsPA7_content","dragging":"opus_aOsPA7_dragging","drop":"opus_aOsPA7_drop","iconSvg":"opus_aOsPA7_iconSvg","action":"opus_aOsPA7_action","input":"opus_aOsPA7_input","wrapper":"opus_aOsPA7_wrapper","icon":"opus_aOsPA7_icon"};
1317
+ var FileField_default = {"drop":"opus_aOsPA7_drop","iconSvg":"opus_aOsPA7_iconSvg","title":"opus_aOsPA7_title","input":"opus_aOsPA7_input","dropError":"opus_aOsPA7_dropError","icon":"opus_aOsPA7_icon","hint":"opus_aOsPA7_hint","wrapper":"opus_aOsPA7_wrapper","dragging":"opus_aOsPA7_dragging","action":"opus_aOsPA7_action","footnote":"opus_aOsPA7_footnote","content":"opus_aOsPA7_content"};
1300
1318
 
1301
1319
  // ../../components/fields/FileField/FileField.tsx
1302
1320
  var import_react3 = require("react");
@@ -1581,7 +1599,7 @@ async function cropImageToViewport(image, viewport, output, state, options) {
1581
1599
  }
1582
1600
 
1583
1601
  // ../../components/fields/ImageCropUploadField/ImageCropUploadField.module.css
1584
- var ImageCropUploadField_default = {"hiddenInput":"opus_itxBv9_hiddenInput","editor":"opus_itxBv9_editor","previewRow":"opus_itxBv9_previewRow","viewport":"opus_itxBv9_viewport","dropTitle":"opus_itxBv9_dropTitle","dropAction":"opus_itxBv9_dropAction","changeLink":"opus_itxBv9_changeLink","dropContent":"opus_itxBv9_dropContent","viewportDragging":"opus_itxBv9_viewportDragging","dropHint":"opus_itxBv9_dropHint","instruction":"opus_itxBv9_instruction","previewCameraButton":"opus_itxBv9_previewCameraButton","previewCopy":"opus_itxBv9_previewCopy","dropIcon":"opus_itxBv9_dropIcon","dragging":"opus_itxBv9_dragging","previewCard":"opus_itxBv9_previewCard","previewTitle":"opus_itxBv9_previewTitle","previewFrame":"opus_itxBv9_previewFrame","drop":"opus_itxBv9_drop","viewportRing":"opus_itxBv9_viewportRing","actions":"opus_itxBv9_actions","previewImage":"opus_itxBv9_previewImage","zoomLabel":"opus_itxBv9_zoomLabel","dropError":"opus_itxBv9_dropError","dropIconSvg":"opus_itxBv9_dropIconSvg","viewportImage":"opus_itxBv9_viewportImage","previewHint":"opus_itxBv9_previewHint","zoomRow":"opus_itxBv9_zoomRow","zoomSlider":"opus_itxBv9_zoomSlider","zoomButton":"opus_itxBv9_zoomButton","root":"opus_itxBv9_root"};
1602
+ var ImageCropUploadField_default = {"previewHint":"opus_itxBv9_previewHint","previewImage":"opus_itxBv9_previewImage","drop":"opus_itxBv9_drop","dropHint":"opus_itxBv9_dropHint","changeLink":"opus_itxBv9_changeLink","instruction":"opus_itxBv9_instruction","zoomRow":"opus_itxBv9_zoomRow","dropIconSvg":"opus_itxBv9_dropIconSvg","root":"opus_itxBv9_root","previewCopy":"opus_itxBv9_previewCopy","actions":"opus_itxBv9_actions","dragging":"opus_itxBv9_dragging","zoomButton":"opus_itxBv9_zoomButton","zoomSlider":"opus_itxBv9_zoomSlider","dropError":"opus_itxBv9_dropError","dropContent":"opus_itxBv9_dropContent","dropAction":"opus_itxBv9_dropAction","previewCameraButton":"opus_itxBv9_previewCameraButton","editor":"opus_itxBv9_editor","viewport":"opus_itxBv9_viewport","dropTitle":"opus_itxBv9_dropTitle","viewportRing":"opus_itxBv9_viewportRing","previewRow":"opus_itxBv9_previewRow","previewTitle":"opus_itxBv9_previewTitle","previewFrame":"opus_itxBv9_previewFrame","viewportImage":"opus_itxBv9_viewportImage","zoomLabel":"opus_itxBv9_zoomLabel","dropIcon":"opus_itxBv9_dropIcon","hiddenInput":"opus_itxBv9_hiddenInput","viewportDragging":"opus_itxBv9_viewportDragging","previewCard":"opus_itxBv9_previewCard"};
1585
1603
 
1586
1604
  // ../../components/fields/ImageCropUploadField/ImageCropUploadField.tsx
1587
1605
  var import_jsx_runtime10 = require("react/jsx-runtime");
@@ -2048,7 +2066,7 @@ function ImageCropUploadField({
2048
2066
  var import_react5 = require("react");
2049
2067
 
2050
2068
  // ../../components/fields/NumberField/NumberField.module.css
2051
- var NumberField_default = {"input":"opus_L272Dk_input","button":"opus_L272Dk_button","stepper":"opus_L272Dk_stepper","error":"opus_L272Dk_error"};
2069
+ var NumberField_default = {"stepper":"opus_L272Dk_stepper","error":"opus_L272Dk_error","input":"opus_L272Dk_input","button":"opus_L272Dk_button"};
2052
2070
 
2053
2071
  // ../../components/fields/numericUtils.ts
2054
2072
  function decimalPlacesFromStep(step) {
@@ -2227,7 +2245,7 @@ function NumberField({
2227
2245
  var import_react6 = require("react");
2228
2246
 
2229
2247
  // ../../components/fields/RadioGroup/RadioGroup.module.css
2230
- var RadioGroup_default = {"choice":"opus_O-1nor_choice","option":"opus_O-1nor_option","round":"opus_O-1nor_round","error":"opus_O-1nor_error","visual":"opus_O-1nor_visual","shell":"opus_O-1nor_shell","nativeInput":"opus_O-1nor_nativeInput","options":"opus_O-1nor_options","square":"opus_O-1nor_square"};
2248
+ var RadioGroup_default = {"options":"opus_O-1nor_options","square":"opus_O-1nor_square","error":"opus_O-1nor_error","shell":"opus_O-1nor_shell","choice":"opus_O-1nor_choice","visual":"opus_O-1nor_visual","round":"opus_O-1nor_round","option":"opus_O-1nor_option","nativeInput":"opus_O-1nor_nativeInput"};
2231
2249
 
2232
2250
  // ../../components/fields/RadioGroup/RadioGroup.tsx
2233
2251
  var import_jsx_runtime12 = require("react/jsx-runtime");
@@ -2325,7 +2343,7 @@ function Radio({ children, error, name, shape, value, defaultChecked }) {
2325
2343
  var import_react7 = require("react");
2326
2344
 
2327
2345
  // ../../components/fields/ChipInputField/ChipInputField.module.css
2328
- var ChipInputField_default = {"field":"opus_IOOYwh_field","disabled":"opus_IOOYwh_disabled","chipLabel":"opus_IOOYwh_chipLabel","shell":"opus_IOOYwh_shell","error":"opus_IOOYwh_error","readOnly":"opus_IOOYwh_readOnly","remove":"opus_IOOYwh_remove","chip":"opus_IOOYwh_chip","input":"opus_IOOYwh_input"};
2346
+ var ChipInputField_default = {"readOnly":"opus_IOOYwh_readOnly","error":"opus_IOOYwh_error","remove":"opus_IOOYwh_remove","chipLabel":"opus_IOOYwh_chipLabel","input":"opus_IOOYwh_input","field":"opus_IOOYwh_field","chip":"opus_IOOYwh_chip","shell":"opus_IOOYwh_shell","disabled":"opus_IOOYwh_disabled"};
2329
2347
 
2330
2348
  // ../../components/fields/ChipInputField/ChipInputField.tsx
2331
2349
  var import_jsx_runtime13 = require("react/jsx-runtime");
@@ -2462,7 +2480,7 @@ function ChipInput({
2462
2480
  var ChipInputField = ChipInput;
2463
2481
 
2464
2482
  // ../../components/fields/ChoiceChipsField/ChoiceChipsField.module.css
2465
- var ChoiceChipsField_default = {"chip":"opus_X6xFEA_chip","optionDisabled":"opus_X6xFEA_optionDisabled","root":"opus_X6xFEA_root","disabled":"opus_X6xFEA_disabled","selected":"opus_X6xFEA_selected","shell":"opus_X6xFEA_shell","indicator":"opus_X6xFEA_indicator"};
2483
+ var ChoiceChipsField_default = {"chip":"opus_X6xFEA_chip","selected":"opus_X6xFEA_selected","optionDisabled":"opus_X6xFEA_optionDisabled","root":"opus_X6xFEA_root","indicator":"opus_X6xFEA_indicator","shell":"opus_X6xFEA_shell","disabled":"opus_X6xFEA_disabled"};
2466
2484
 
2467
2485
  // ../../components/fields/ChoiceChipsField/ChoiceChipsField.tsx
2468
2486
  var import_jsx_runtime14 = require("react/jsx-runtime");
@@ -2548,7 +2566,7 @@ function ChoiceChips({
2548
2566
  var ChoiceChipsField = ChoiceChips;
2549
2567
 
2550
2568
  // ../../components/fields/RangeField/RangeField.module.css
2551
- var RangeField_default = {"footer":"opus_iRHQuG_footer","fieldLabel":"opus_iRHQuG_fieldLabel","value":"opus_iRHQuG_value","wrap":"opus_iRHQuG_wrap","slider":"opus_iRHQuG_slider","error":"opus_iRHQuG_error","topRow":"opus_iRHQuG_topRow"};
2569
+ var RangeField_default = {"footer":"opus_iRHQuG_footer","fieldLabel":"opus_iRHQuG_fieldLabel","error":"opus_iRHQuG_error","wrap":"opus_iRHQuG_wrap","topRow":"opus_iRHQuG_topRow","value":"opus_iRHQuG_value","slider":"opus_iRHQuG_slider"};
2552
2570
 
2553
2571
  // ../../components/fields/RangeField/RangeField.tsx
2554
2572
  var import_jsx_runtime15 = require("react/jsx-runtime");
@@ -2621,7 +2639,7 @@ function RangeField({
2621
2639
  }
2622
2640
 
2623
2641
  // ../../components/fields/SelectField/SelectField.module.css
2624
- var SelectField_default = {"select":"opus_m2ObG0_select","error":"opus_m2ObG0_error","wrap":"opus_m2ObG0_wrap"};
2642
+ var SelectField_default = {"wrap":"opus_m2ObG0_wrap","select":"opus_m2ObG0_select","error":"opus_m2ObG0_error"};
2625
2643
 
2626
2644
  // ../../components/fields/SelectField/SelectField.tsx
2627
2645
  var import_jsx_runtime16 = require("react/jsx-runtime");
@@ -2632,6 +2650,7 @@ function SelectField({
2632
2650
  label,
2633
2651
  labelPosition = "left",
2634
2652
  mode = "stacked",
2653
+ name,
2635
2654
  options,
2636
2655
  required,
2637
2656
  size = "md",
@@ -2655,6 +2674,7 @@ function SelectField({
2655
2674
  "aria-invalid": error ? "true" : void 0,
2656
2675
  className: `${SelectField_default.select} ${error ? SelectField_default.error : ""}`,
2657
2676
  id,
2677
+ name,
2658
2678
  onChange,
2659
2679
  value
2660
2680
  }, fieldInputAriaProps(shellAria, { invalid: Boolean(error) })), {
@@ -2666,7 +2686,7 @@ function SelectField({
2666
2686
  }
2667
2687
 
2668
2688
  // ../../components/fields/SwitchField/SwitchField.module.css
2669
- var SwitchField_default = {"toggle":"opus_t9NLEA_toggle","error":"opus_t9NLEA_error","shell":"opus_t9NLEA_shell","track":"opus_t9NLEA_track"};
2689
+ var SwitchField_default = {"error":"opus_t9NLEA_error","toggle":"opus_t9NLEA_toggle","track":"opus_t9NLEA_track","shell":"opus_t9NLEA_shell"};
2670
2690
 
2671
2691
  // ../../components/fields/SwitchField/SwitchField.tsx
2672
2692
  var import_jsx_runtime17 = require("react/jsx-runtime");
@@ -2718,22 +2738,34 @@ function SwitchField({
2718
2738
  var import_react8 = require("react");
2719
2739
 
2720
2740
  // ../../components/fields/TextAreaField/TextAreaField.module.css
2721
- var TextAreaField_default = {"withCount":"opus_FjhWmh_withCount","error":"opus_FjhWmh_error","inlineCount":"opus_FjhWmh_inlineCount","externalCount":"opus_FjhWmh_externalCount","textarea":"opus_FjhWmh_textarea","footer":"opus_FjhWmh_footer","footerError":"opus_FjhWmh_footerError","field":"opus_FjhWmh_field","inputWrap":"opus_FjhWmh_inputWrap"};
2741
+ var TextAreaField_default = {"externalCount":"opus_FjhWmh_externalCount","field":"opus_FjhWmh_field","inputWrap":"opus_FjhWmh_inputWrap","footer":"opus_FjhWmh_footer","footerError":"opus_FjhWmh_footerError","textarea":"opus_FjhWmh_textarea","error":"opus_FjhWmh_error","inlineCount":"opus_FjhWmh_inlineCount","withCount":"opus_FjhWmh_withCount"};
2722
2742
 
2723
2743
  // ../../components/fields/TextAreaField/TextAreaField.tsx
2724
2744
  var import_jsx_runtime18 = require("react/jsx-runtime");
2725
2745
  function TextAreaField({
2746
+ autoCapitalize,
2747
+ autoComplete,
2748
+ autoCorrect,
2749
+ autoFocus,
2750
+ disabled,
2751
+ enterKeyHint,
2726
2752
  error,
2727
2753
  help,
2728
2754
  id,
2729
2755
  label,
2730
2756
  labelPosition = "left",
2731
2757
  maxChars,
2758
+ minLength,
2759
+ inputMode,
2760
+ inputProps,
2732
2761
  mode = "stacked",
2733
2762
  placeholder,
2734
2763
  required,
2764
+ name,
2765
+ readOnly,
2735
2766
  size = "md",
2736
2767
  value,
2768
+ spellCheck,
2737
2769
  onChange
2738
2770
  }) {
2739
2771
  const shellAria = useFieldShellAria();
@@ -2757,19 +2789,31 @@ function TextAreaField({
2757
2789
  /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: `${TextAreaField_default.inputWrap} ${inputControlSizeClassName[size]}`, children: [
2758
2790
  /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
2759
2791
  "textarea",
2760
- __spreadProps(__spreadValues({
2792
+ __spreadProps(__spreadValues(__spreadProps(__spreadValues({}, inputProps), {
2761
2793
  "aria-invalid": error ? "true" : void 0,
2794
+ autoCapitalize,
2795
+ autoComplete,
2796
+ autoCorrect,
2797
+ autoFocus,
2762
2798
  className: [
2763
2799
  TextAreaField_default.textarea,
2764
2800
  error ? TextAreaField_default.error : "",
2765
2801
  showCharCount ? TextAreaField_default.withCount : ""
2766
2802
  ].filter(Boolean).join(" "),
2767
2803
  id,
2804
+ disabled,
2805
+ enterKeyHint,
2806
+ inputMode,
2768
2807
  maxLength: maxChars,
2808
+ minLength,
2809
+ name,
2769
2810
  onChange,
2770
2811
  placeholder,
2812
+ readOnly,
2813
+ required,
2814
+ spellCheck,
2771
2815
  value
2772
- }, fieldInputAriaProps(shellAria, { invalid: Boolean(error) })), {
2816
+ }), fieldInputAriaProps(shellAria, { invalid: Boolean(error) })), {
2773
2817
  "aria-describedby": describedBy || void 0
2774
2818
  })
2775
2819
  ),
@@ -2799,7 +2843,7 @@ var import_react_fontawesome2 = require("@fortawesome/react-fontawesome");
2799
2843
  var import_free_solid_svg_icons2 = require("@fortawesome/free-solid-svg-icons");
2800
2844
 
2801
2845
  // ../../components/fields/RichTextField/RichTextField.module.css
2802
- var RichTextField_default = {"error":"opus_6HFqZH_error","modalNumber":"opus_6HFqZH_modalNumber","toolbarButton":"opus_6HFqZH_toolbarButton","modalTitle":"opus_6HFqZH_modalTitle","modalActions":"opus_6HFqZH_modalActions","modalCancel":"opus_6HFqZH_modalCancel","toolbarIcon":"opus_6HFqZH_toolbarIcon","modal":"opus_6HFqZH_modal","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive","field":"opus_6HFqZH_field","editor":"opus_6HFqZH_editor","blockSelect":"opus_6HFqZH_blockSelect","divider":"opus_6HFqZH_divider","toolbar":"opus_6HFqZH_toolbar","colorSwatch":"opus_6HFqZH_colorSwatch","readOnly":"opus_6HFqZH_readOnly","modalOverlay":"opus_6HFqZH_modalOverlay","modalField":"opus_6HFqZH_modalField","modalLabel":"opus_6HFqZH_modalLabel","modalInput":"opus_6HFqZH_modalInput","modalConfirm":"opus_6HFqZH_modalConfirm","modalTimes":"opus_6HFqZH_modalTimes","colorInput":"opus_6HFqZH_colorInput","modalDimensions":"opus_6HFqZH_modalDimensions","modalDimensionField":"opus_6HFqZH_modalDimensionField","editorShell":"opus_6HFqZH_editorShell"};
2846
+ var RichTextField_default = {"toolbar":"opus_6HFqZH_toolbar","modalField":"opus_6HFqZH_modalField","modalActions":"opus_6HFqZH_modalActions","editor":"opus_6HFqZH_editor","toolbarIcon":"opus_6HFqZH_toolbarIcon","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive","readOnly":"opus_6HFqZH_readOnly","modalInput":"opus_6HFqZH_modalInput","modal":"opus_6HFqZH_modal","modalDimensionField":"opus_6HFqZH_modalDimensionField","error":"opus_6HFqZH_error","modalLabel":"opus_6HFqZH_modalLabel","modalCancel":"opus_6HFqZH_modalCancel","colorInput":"opus_6HFqZH_colorInput","modalConfirm":"opus_6HFqZH_modalConfirm","field":"opus_6HFqZH_field","modalOverlay":"opus_6HFqZH_modalOverlay","modalTimes":"opus_6HFqZH_modalTimes","colorSwatch":"opus_6HFqZH_colorSwatch","modalNumber":"opus_6HFqZH_modalNumber","blockSelect":"opus_6HFqZH_blockSelect","modalTitle":"opus_6HFqZH_modalTitle","divider":"opus_6HFqZH_divider","toolbarButton":"opus_6HFqZH_toolbarButton","modalDimensions":"opus_6HFqZH_modalDimensions","editorShell":"opus_6HFqZH_editorShell"};
2803
2847
 
2804
2848
  // ../../components/fields/RichTextField/RichTextField.tsx
2805
2849
  var import_jsx_runtime19 = require("react/jsx-runtime");
@@ -3448,7 +3492,7 @@ var import_react_fontawesome4 = require("@fortawesome/react-fontawesome");
3448
3492
  var import_free_solid_svg_icons4 = require("@fortawesome/free-solid-svg-icons");
3449
3493
 
3450
3494
  // ../../components/fields/shared/fieldControl.module.css
3451
- var fieldControl_default = {"passwordWrap":"opus_1Q5xBh_passwordWrap","searchWrap":"opus_1Q5xBh_searchWrap","prefixIcon":"opus_1Q5xBh_prefixIcon","endAdornment":"opus_1Q5xBh_endAdornment","prefixIconSvg":"opus_1Q5xBh_prefixIconSvg","chevron":"opus_1Q5xBh_chevron","placeholder":"opus_1Q5xBh_placeholder","passwordToggle":"opus_1Q5xBh_passwordToggle","input":"opus_1Q5xBh_input","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary","search":"opus_1Q5xBh_search","passwordToggleSlot":"opus_1Q5xBh_passwordToggleSlot","passwordInput":"opus_1Q5xBh_passwordInput","panelFooter":"opus_1Q5xBh_panelFooter","actionButton":"opus_1Q5xBh_actionButton","list":"opus_1Q5xBh_list","triggerError":"opus_1Q5xBh_triggerError","searchInput":"opus_1Q5xBh_searchInput","searchWrapError":"opus_1Q5xBh_searchWrapError","groupLabel":"opus_1Q5xBh_groupLabel","panel":"opus_1Q5xBh_panel","option":"opus_1Q5xBh_option","trigger":"opus_1Q5xBh_trigger","error":"opus_1Q5xBh_error","triggerOpen":"opus_1Q5xBh_triggerOpen"};
3495
+ var fieldControl_default = {"searchWrapError":"opus_1Q5xBh_searchWrapError","prefixIcon":"opus_1Q5xBh_prefixIcon","searchWrap":"opus_1Q5xBh_searchWrap","panelFooter":"opus_1Q5xBh_panelFooter","search":"opus_1Q5xBh_search","passwordInput":"opus_1Q5xBh_passwordInput","input":"opus_1Q5xBh_input","trigger":"opus_1Q5xBh_trigger","chevron":"opus_1Q5xBh_chevron","option":"opus_1Q5xBh_option","placeholder":"opus_1Q5xBh_placeholder","triggerError":"opus_1Q5xBh_triggerError","passwordToggleSlot":"opus_1Q5xBh_passwordToggleSlot","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary","prefixIconSvg":"opus_1Q5xBh_prefixIconSvg","actionButton":"opus_1Q5xBh_actionButton","groupLabel":"opus_1Q5xBh_groupLabel","searchInput":"opus_1Q5xBh_searchInput","endAdornment":"opus_1Q5xBh_endAdornment","error":"opus_1Q5xBh_error","passwordWrap":"opus_1Q5xBh_passwordWrap","passwordToggle":"opus_1Q5xBh_passwordToggle","triggerOpen":"opus_1Q5xBh_triggerOpen","panel":"opus_1Q5xBh_panel","list":"opus_1Q5xBh_list"};
3452
3496
 
3453
3497
  // ../../components/fields/shared/PasswordToggle.tsx
3454
3498
  var import_react_fontawesome3 = require("@fortawesome/react-fontawesome");
@@ -3473,6 +3517,12 @@ function PasswordToggle({ visible, onToggle, controlsId }) {
3473
3517
  // ../../components/fields/TextField/TextField.tsx
3474
3518
  var import_jsx_runtime21 = require("react/jsx-runtime");
3475
3519
  function TextField({
3520
+ autoCapitalize,
3521
+ autoComplete,
3522
+ autoCorrect,
3523
+ autoFocus,
3524
+ disabled,
3525
+ enterKeyHint,
3476
3526
  error,
3477
3527
  help,
3478
3528
  id,
@@ -3482,10 +3532,18 @@ function TextField({
3482
3532
  labelPosition = "left",
3483
3533
  mode = "stacked",
3484
3534
  placeholder,
3535
+ inputMode,
3536
+ inputProps,
3537
+ maxLength,
3538
+ minLength,
3539
+ name,
3540
+ pattern,
3541
+ readOnly,
3485
3542
  required,
3486
3543
  size = "md",
3487
3544
  type,
3488
3545
  value,
3546
+ spellCheck,
3489
3547
  endAdornment,
3490
3548
  onChange
3491
3549
  }) {
@@ -3497,20 +3555,34 @@ function TextField({
3497
3555
  const sizeClass = inputControlSizeClassName[size];
3498
3556
  const inputEl = /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
3499
3557
  "input",
3500
- __spreadValues({
3558
+ __spreadValues(__spreadProps(__spreadValues({}, inputProps), {
3501
3559
  "aria-invalid": error ? "true" : void 0,
3560
+ autoCapitalize,
3561
+ autoComplete,
3562
+ autoCorrect,
3563
+ autoFocus,
3502
3564
  className: [
3503
3565
  isSearch ? fieldControl_default.searchInput : fieldControl_default.input,
3504
3566
  error ? fieldControl_default.error : "",
3505
3567
  isPassword ? fieldControl_default.passwordInput : ""
3506
3568
  ].filter(Boolean).join(" "),
3507
3569
  id,
3570
+ disabled,
3571
+ enterKeyHint,
3572
+ inputMode,
3573
+ maxLength,
3574
+ minLength,
3575
+ name,
3576
+ pattern,
3577
+ readOnly,
3508
3578
  ref: inputRef,
3509
3579
  placeholder,
3510
3580
  onChange,
3511
3581
  type: inputType,
3512
- value
3513
- }, fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
3582
+ value,
3583
+ required,
3584
+ spellCheck
3585
+ }), fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
3514
3586
  );
3515
3587
  return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
3516
3588
  FieldShell,
@@ -3557,7 +3629,7 @@ var import_react_fontawesome5 = require("@fortawesome/react-fontawesome");
3557
3629
  var import_free_solid_svg_icons5 = require("@fortawesome/free-solid-svg-icons");
3558
3630
 
3559
3631
  // ../../components/fields/ThemeToggleField/ThemeToggleField.module.css
3560
- var ThemeToggleField_default = {"toggle":"opus_SwerMA_toggle","option":"opus_SwerMA_option","active":"opus_SwerMA_active","indicator":"opus_SwerMA_indicator"};
3632
+ var ThemeToggleField_default = {"active":"opus_SwerMA_active","toggle":"opus_SwerMA_toggle","option":"opus_SwerMA_option","indicator":"opus_SwerMA_indicator"};
3561
3633
 
3562
3634
  // ../../components/fields/ThemeToggleField/ThemeToggleField.tsx
3563
3635
  var import_jsx_runtime22 = require("react/jsx-runtime");
@@ -3899,7 +3971,7 @@ function MultiSelectField({
3899
3971
  var import_react13 = require("react");
3900
3972
 
3901
3973
  // ../../components/fields/TransferListField/TransferListField.module.css
3902
- var TransferListField_default = {"controls":"opus_NPBFZk_controls","root":"opus_NPBFZk_root","columnHeader":"opus_NPBFZk_columnHeader","item":"opus_NPBFZk_item","itemActive":"opus_NPBFZk_itemActive","list":"opus_NPBFZk_list","column":"opus_NPBFZk_column","controlButton":"opus_NPBFZk_controlButton"};
3974
+ var TransferListField_default = {"column":"opus_NPBFZk_column","itemActive":"opus_NPBFZk_itemActive","controlButton":"opus_NPBFZk_controlButton","item":"opus_NPBFZk_item","controls":"opus_NPBFZk_controls","list":"opus_NPBFZk_list","columnHeader":"opus_NPBFZk_columnHeader","root":"opus_NPBFZk_root"};
3903
3975
 
3904
3976
  // ../../components/fields/TransferListField/TransferListField.tsx
3905
3977
  var import_jsx_runtime25 = require("react/jsx-runtime");
@@ -4021,7 +4093,7 @@ var import_react_fontawesome6 = require("@fortawesome/react-fontawesome");
4021
4093
  var import_free_solid_svg_icons6 = require("@fortawesome/free-solid-svg-icons");
4022
4094
 
4023
4095
  // ../../components/fields/PasswordStrengthField/PasswordStrengthField.module.css
4024
- var PasswordStrengthField_default = {"root":"opus_S1A372_root","requirementMet":"opus_S1A372_requirementMet","meterFill":"opus_S1A372_meterFill","meterWrap":"opus_S1A372_meterWrap","meterTrack":"opus_S1A372_meterTrack","requirements":"opus_S1A372_requirements","requirementIcon":"opus_S1A372_requirementIcon","requirement":"opus_S1A372_requirement","meterLabel":"opus_S1A372_meterLabel"};
4096
+ var PasswordStrengthField_default = {"requirementIcon":"opus_S1A372_requirementIcon","requirementMet":"opus_S1A372_requirementMet","requirements":"opus_S1A372_requirements","requirement":"opus_S1A372_requirement","meterTrack":"opus_S1A372_meterTrack","meterFill":"opus_S1A372_meterFill","root":"opus_S1A372_root","meterWrap":"opus_S1A372_meterWrap","meterLabel":"opus_S1A372_meterLabel"};
4025
4097
 
4026
4098
  // ../../components/fields/PasswordStrengthField/PasswordStrengthField.tsx
4027
4099
  var import_jsx_runtime26 = require("react/jsx-runtime");
@@ -4039,6 +4111,9 @@ function scorePassword(value, requirements) {
4039
4111
  return Math.round(passed / requirements.length * 100);
4040
4112
  }
4041
4113
  function PasswordStrengthField({
4114
+ autoComplete = "new-password",
4115
+ autoFocus,
4116
+ disabled,
4042
4117
  error,
4043
4118
  help,
4044
4119
  id,
@@ -4046,6 +4121,9 @@ function PasswordStrengthField({
4046
4121
  labelPosition = "left",
4047
4122
  mode = "stacked",
4048
4123
  placeholder = "Enter a password",
4124
+ inputProps,
4125
+ name,
4126
+ readOnly,
4049
4127
  required,
4050
4128
  requirements = defaultRequirements,
4051
4129
  showRequirements = true,
@@ -4072,16 +4150,21 @@ function PasswordStrengthField({
4072
4150
  /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("div", { className: `${fieldControl_default.passwordWrap} ${inputControlSizeClassName[size]}`, children: [
4073
4151
  /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4074
4152
  "input",
4075
- __spreadValues({
4153
+ __spreadValues(__spreadProps(__spreadValues({}, inputProps), {
4076
4154
  "aria-invalid": error ? "true" : void 0,
4077
- autoComplete: "new-password",
4155
+ autoComplete,
4156
+ autoFocus,
4078
4157
  className: `${fieldControl_default.input} ${fieldControl_default.passwordInput} ${error ? fieldControl_default.error : ""}`,
4079
4158
  id,
4159
+ disabled,
4160
+ name,
4080
4161
  placeholder,
4081
4162
  type: revealed ? "text" : "password",
4163
+ readOnly,
4164
+ required,
4082
4165
  value,
4083
4166
  onChange: (event) => onChange(event.target.value)
4084
- }, fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
4167
+ }), fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
4085
4168
  ),
4086
4169
  /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4087
4170
  PasswordToggle,
@@ -4130,7 +4213,7 @@ function PasswordStrengthField({
4130
4213
  }
4131
4214
 
4132
4215
  // ../../components/fields/RatingField/RatingField.module.css
4133
- var RatingField_default = {"root":"opus_0tdNUz_root","symbol":"opus_0tdNUz_symbol","numeric":"opus_0tdNUz_numeric","numericActive":"opus_0tdNUz_numericActive","symbolActive":"opus_0tdNUz_symbolActive"};
4216
+ var RatingField_default = {"symbolActive":"opus_0tdNUz_symbolActive","root":"opus_0tdNUz_root","numeric":"opus_0tdNUz_numeric","symbol":"opus_0tdNUz_symbol","numericActive":"opus_0tdNUz_numericActive"};
4134
4217
 
4135
4218
  // ../../components/fields/RatingField/RatingField.tsx
4136
4219
  var import_jsx_runtime27 = require("react/jsx-runtime");
@@ -4206,7 +4289,7 @@ function RatingField({
4206
4289
  }
4207
4290
 
4208
4291
  // ../../components/fields/SegmentedControlField/SegmentedControlField.module.css
4209
- var SegmentedControlField_default = {"root":"opus_ZHwfiN_root","segment":"opus_ZHwfiN_segment","segmentActive":"opus_ZHwfiN_segmentActive"};
4292
+ var SegmentedControlField_default = {"root":"opus_ZHwfiN_root","segmentActive":"opus_ZHwfiN_segmentActive","segment":"opus_ZHwfiN_segment"};
4210
4293
 
4211
4294
  // ../../components/fields/SegmentedControlField/SegmentedControlField.tsx
4212
4295
  var import_jsx_runtime28 = require("react/jsx-runtime");
@@ -4262,7 +4345,7 @@ function SegmentedControlField({
4262
4345
  var import_react15 = require("react");
4263
4346
 
4264
4347
  // ../../components/fields/SliderRangeField/SliderRangeField.module.css
4265
- var SliderRangeField_default = {"slider":"opus_k3d0sS_slider","trackWrap":"opus_k3d0sS_trackWrap","footer":"opus_k3d0sS_footer","header":"opus_k3d0sS_header","root":"opus_k3d0sS_root","track":"opus_k3d0sS_track","value":"opus_k3d0sS_value"};
4348
+ var SliderRangeField_default = {"slider":"opus_k3d0sS_slider","track":"opus_k3d0sS_track","trackWrap":"opus_k3d0sS_trackWrap","footer":"opus_k3d0sS_footer","value":"opus_k3d0sS_value","header":"opus_k3d0sS_header","root":"opus_k3d0sS_root"};
4266
4349
 
4267
4350
  // ../../components/fields/SliderRangeField/SliderRangeField.tsx
4268
4351
  var import_jsx_runtime29 = require("react/jsx-runtime");
@@ -4360,7 +4443,7 @@ function SliderRangeField({
4360
4443
  var import_react16 = require("react");
4361
4444
 
4362
4445
  // ../../components/fields/PhoneNumberField/PhoneNumberField.module.css
4363
- var PhoneNumberField_default = {"optionActive":"opus_WC4gnN_optionActive","optionLabel":"opus_WC4gnN_optionLabel","empty":"opus_WC4gnN_empty","countryValue":"opus_WC4gnN_countryValue","country":"opus_WC4gnN_country","root":"opus_WC4gnN_root","countryWrap":"opus_WC4gnN_countryWrap","code":"opus_WC4gnN_code","flag":"opus_WC4gnN_flag","option":"opus_WC4gnN_option","optionDial":"opus_WC4gnN_optionDial","dial":"opus_WC4gnN_dial","panel":"opus_WC4gnN_panel","chevron":"opus_WC4gnN_chevron"};
4446
+ var PhoneNumberField_default = {"empty":"opus_WC4gnN_empty","root":"opus_WC4gnN_root","countryWrap":"opus_WC4gnN_countryWrap","optionActive":"opus_WC4gnN_optionActive","panel":"opus_WC4gnN_panel","countryValue":"opus_WC4gnN_countryValue","country":"opus_WC4gnN_country","flag":"opus_WC4gnN_flag","dial":"opus_WC4gnN_dial","code":"opus_WC4gnN_code","chevron":"opus_WC4gnN_chevron","option":"opus_WC4gnN_option","optionLabel":"opus_WC4gnN_optionLabel","optionDial":"opus_WC4gnN_optionDial"};
4364
4447
 
4365
4448
  // ../../components/fields/PhoneNumberField/countries.ts
4366
4449
  function countryCodeToFlag(code) {
@@ -4615,6 +4698,9 @@ function flagClassName(code) {
4615
4698
  return `fi fi-${code.toLowerCase()}`;
4616
4699
  }
4617
4700
  function PhoneNumberField({
4701
+ autoComplete,
4702
+ autoFocus,
4703
+ disabled,
4618
4704
  countries: countries2 = countries,
4619
4705
  countryCode,
4620
4706
  error,
@@ -4624,6 +4710,9 @@ function PhoneNumberField({
4624
4710
  labelPosition = "left",
4625
4711
  mode = "stacked",
4626
4712
  placeholder = "7123 456789",
4713
+ inputProps,
4714
+ name,
4715
+ readOnly,
4627
4716
  required,
4628
4717
  size = "md",
4629
4718
  value,
@@ -4745,16 +4834,22 @@ function PhoneNumberField({
4745
4834
  ] }),
4746
4835
  /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4747
4836
  "input",
4748
- __spreadValues({
4837
+ __spreadValues(__spreadProps(__spreadValues({}, inputProps), {
4749
4838
  "aria-invalid": error ? "true" : void 0,
4839
+ autoComplete,
4840
+ autoFocus,
4750
4841
  className: `${fieldControl_default.input} ${error ? fieldControl_default.error : ""}`,
4751
4842
  id,
4843
+ disabled,
4752
4844
  inputMode: "tel",
4845
+ name,
4753
4846
  placeholder,
4754
4847
  type: "tel",
4848
+ readOnly,
4849
+ required,
4755
4850
  value,
4756
4851
  onChange: (event) => onChange(event.target.value)
4757
- }, fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
4852
+ }), fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
4758
4853
  )
4759
4854
  ] })
4760
4855
  }
@@ -4765,7 +4860,7 @@ function PhoneNumberField({
4765
4860
  var import_react17 = require("react");
4766
4861
 
4767
4862
  // ../../components/fields/CountryPickerField/CountryPickerField.module.css
4768
- var CountryPickerField_default = {"optionActive":"opus_O7qqfR_optionActive","root":"opus_O7qqfR_root","option":"opus_O7qqfR_option","triggerValue":"opus_O7qqfR_triggerValue","flag":"opus_O7qqfR_flag","optionLabel":"opus_O7qqfR_optionLabel","empty":"opus_O7qqfR_empty","optionCode":"opus_O7qqfR_optionCode"};
4863
+ var CountryPickerField_default = {"optionLabel":"opus_O7qqfR_optionLabel","root":"opus_O7qqfR_root","option":"opus_O7qqfR_option","optionCode":"opus_O7qqfR_optionCode","optionActive":"opus_O7qqfR_optionActive","triggerValue":"opus_O7qqfR_triggerValue","flag":"opus_O7qqfR_flag","empty":"opus_O7qqfR_empty"};
4769
4864
 
4770
4865
  // ../../components/fields/CountryPickerField/CountryPickerField.tsx
4771
4866
  var import_jsx_runtime31 = require("react/jsx-runtime");
@@ -4924,7 +5019,7 @@ function CountryPickerField({
4924
5019
  var import_react18 = require("react");
4925
5020
 
4926
5021
  // ../../components/fields/TreeSelectField/TreeSelectField.module.css
4927
- var TreeSelectField_default = {"treeOptionActive":"opus_Mq6C00_treeOptionActive","root":"opus_Mq6C00_root","treeOption":"opus_Mq6C00_treeOption"};
5022
+ var TreeSelectField_default = {"root":"opus_Mq6C00_root","treeOption":"opus_Mq6C00_treeOption","treeOptionActive":"opus_Mq6C00_treeOptionActive"};
4928
5023
 
4929
5024
  // ../../components/fields/TreeSelectField/TreeSelectField.tsx
4930
5025
  var import_jsx_runtime32 = require("react/jsx-runtime");
@@ -5055,7 +5150,7 @@ function TreeSelectField({
5055
5150
  var import_react19 = require("react");
5056
5151
 
5057
5152
  // ../../components/fields/CascaderField/CascaderField.module.css
5058
- var CascaderField_default = {"optionActive":"opus_1Fg59A_optionActive","panel":"opus_1Fg59A_panel","option":"opus_1Fg59A_option","root":"opus_1Fg59A_root","column":"opus_1Fg59A_column"};
5153
+ var CascaderField_default = {"root":"opus_1Fg59A_root","column":"opus_1Fg59A_column","option":"opus_1Fg59A_option","optionActive":"opus_1Fg59A_optionActive","panel":"opus_1Fg59A_panel"};
5059
5154
 
5060
5155
  // ../../components/fields/CascaderField/CascaderField.tsx
5061
5156
  var import_jsx_runtime33 = require("react/jsx-runtime");
@@ -5270,7 +5365,7 @@ function OpusThemeProvider({
5270
5365
  }
5271
5366
 
5272
5367
  // ../../components/Alert/Alert.module.css
5273
- var Alert_default = {"iconFlagged":"opus_eh3eeT_iconFlagged","icon":"opus_eh3eeT_icon","alert":"opus_eh3eeT_alert","iconMark":"opus_eh3eeT_iconMark","content":"opus_eh3eeT_content","description":"opus_eh3eeT_description","dismiss":"opus_eh3eeT_dismiss","dismissIcon":"opus_eh3eeT_dismissIcon","iconSvg":"opus_eh3eeT_iconSvg","title":"opus_eh3eeT_title"};
5368
+ var Alert_default = {"description":"opus_eh3eeT_description","dismissIcon":"opus_eh3eeT_dismissIcon","iconFlagged":"opus_eh3eeT_iconFlagged","content":"opus_eh3eeT_content","icon":"opus_eh3eeT_icon","dismiss":"opus_eh3eeT_dismiss","iconSvg":"opus_eh3eeT_iconSvg","iconMark":"opus_eh3eeT_iconMark","title":"opus_eh3eeT_title","alert":"opus_eh3eeT_alert"};
5274
5369
 
5275
5370
  // ../../components/Alert/Alert.tsx
5276
5371
  var import_jsx_runtime36 = require("react/jsx-runtime");
@@ -5492,7 +5587,7 @@ function useOverlayAccessibility(active, containerRef, {
5492
5587
  }
5493
5588
 
5494
5589
  // ../../components/Dialog/Dialog.module.css
5495
- var Dialog_default = {"title":"opus_sz-ZGI_title","dialogIn":"opus_sz-ZGI_dialogIn","body":"opus_sz-ZGI_body","content":"opus_sz-ZGI_content","description":"opus_sz-ZGI_description","iconSvg":"opus_sz-ZGI_iconSvg","dialogOut":"opus_sz-ZGI_dialogOut","iconMark":"opus_sz-ZGI_iconMark","backdrop":"opus_sz-ZGI_backdrop","actions":"opus_sz-ZGI_actions","backdropOut":"opus_sz-ZGI_backdropOut","visuallyHidden":"opus_sz-ZGI_visuallyHidden","backdropIn":"opus_sz-ZGI_backdropIn","dialog":"opus_sz-ZGI_dialog","icon":"opus_sz-ZGI_icon"};
5590
+ var Dialog_default = {"dialogIn":"opus_sz-ZGI_dialogIn","backdropOut":"opus_sz-ZGI_backdropOut","icon":"opus_sz-ZGI_icon","visuallyHidden":"opus_sz-ZGI_visuallyHidden","body":"opus_sz-ZGI_body","description":"opus_sz-ZGI_description","backdrop":"opus_sz-ZGI_backdrop","dialogOut":"opus_sz-ZGI_dialogOut","dialog":"opus_sz-ZGI_dialog","backdropIn":"opus_sz-ZGI_backdropIn","actions":"opus_sz-ZGI_actions","iconSvg":"opus_sz-ZGI_iconSvg","iconMark":"opus_sz-ZGI_iconMark","title":"opus_sz-ZGI_title","content":"opus_sz-ZGI_content"};
5496
5591
 
5497
5592
  // ../../components/Dialog/Dialog.tsx
5498
5593
  var import_jsx_runtime38 = require("react/jsx-runtime");
@@ -5623,7 +5718,7 @@ function Dialog({
5623
5718
  var import_react24 = require("react");
5624
5719
 
5625
5720
  // ../../components/Modal/Modal.module.css
5626
- var Modal_default = {"modalPanelIn":"opus_LQbzGS_modalPanelIn","modal":"opus_LQbzGS_modal","heading":"opus_LQbzGS_heading","modalBackdropOut":"opus_LQbzGS_modalBackdropOut","close":"opus_LQbzGS_close","closeIcon":"opus_LQbzGS_closeIcon","header":"opus_LQbzGS_header","actions":"opus_LQbzGS_actions","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","footerContent":"opus_LQbzGS_footerContent","modalPanelOut":"opus_LQbzGS_modalPanelOut","backdrop":"opus_LQbzGS_backdrop","title":"opus_LQbzGS_title","footer":"opus_LQbzGS_footer","body":"opus_LQbzGS_body","description":"opus_LQbzGS_description"};
5721
+ var Modal_default = {"modalBackdropIn":"opus_LQbzGS_modalBackdropIn","backdrop":"opus_LQbzGS_backdrop","modal":"opus_LQbzGS_modal","title":"opus_LQbzGS_title","body":"opus_LQbzGS_body","heading":"opus_LQbzGS_heading","modalBackdropOut":"opus_LQbzGS_modalBackdropOut","actions":"opus_LQbzGS_actions","close":"opus_LQbzGS_close","modalPanelIn":"opus_LQbzGS_modalPanelIn","modalPanelOut":"opus_LQbzGS_modalPanelOut","description":"opus_LQbzGS_description","footer":"opus_LQbzGS_footer","header":"opus_LQbzGS_header","footerContent":"opus_LQbzGS_footerContent","closeIcon":"opus_LQbzGS_closeIcon"};
5627
5722
 
5628
5723
  // ../../components/Modal/Modal.tsx
5629
5724
  var import_jsx_runtime39 = require("react/jsx-runtime");
@@ -5754,7 +5849,7 @@ function ModalDefaultActions({ onClose }) {
5754
5849
  var import_react25 = require("react");
5755
5850
 
5756
5851
  // ../../components/Drawer/Drawer.module.css
5757
- var Drawer_default = {"actions":"opus_0CaGbZ_actions","footer":"opus_0CaGbZ_footer","drawerInRight":"opus_0CaGbZ_drawerInRight","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","drawer":"opus_0CaGbZ_drawer","drawerInBottom":"opus_0CaGbZ_drawerInBottom","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","drawerOutTop":"opus_0CaGbZ_drawerOutTop","heading":"opus_0CaGbZ_heading","body":"opus_0CaGbZ_body","closeIcon":"opus_0CaGbZ_closeIcon","drawerOutRight":"opus_0CaGbZ_drawerOutRight","drawerInTop":"opus_0CaGbZ_drawerInTop","drawerInLeft":"opus_0CaGbZ_drawerInLeft","close":"opus_0CaGbZ_close","description":"opus_0CaGbZ_description","header":"opus_0CaGbZ_header","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","title":"opus_0CaGbZ_title","backdrop":"opus_0CaGbZ_backdrop","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn","footerContent":"opus_0CaGbZ_footerContent"};
5852
+ var Drawer_default = {"drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","footerContent":"opus_0CaGbZ_footerContent","backdrop":"opus_0CaGbZ_backdrop","drawerOutTop":"opus_0CaGbZ_drawerOutTop","drawerInBottom":"opus_0CaGbZ_drawerInBottom","drawerOutRight":"opus_0CaGbZ_drawerOutRight","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","header":"opus_0CaGbZ_header","title":"opus_0CaGbZ_title","body":"opus_0CaGbZ_body","drawerInTop":"opus_0CaGbZ_drawerInTop","footer":"opus_0CaGbZ_footer","actions":"opus_0CaGbZ_actions","description":"opus_0CaGbZ_description","heading":"opus_0CaGbZ_heading","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn","drawerInLeft":"opus_0CaGbZ_drawerInLeft","drawer":"opus_0CaGbZ_drawer","close":"opus_0CaGbZ_close","drawerInRight":"opus_0CaGbZ_drawerInRight","closeIcon":"opus_0CaGbZ_closeIcon"};
5758
5853
 
5759
5854
  // ../../components/Drawer/Drawer.tsx
5760
5855
  var import_jsx_runtime40 = require("react/jsx-runtime");
@@ -5886,7 +5981,7 @@ function DrawerDefaultActions({ onClose }) {
5886
5981
  var import_react26 = require("react");
5887
5982
 
5888
5983
  // ../../components/Popover/Popover.module.css
5889
- var Popover_default = {"title":"opus_yq4OU0_title","content":"opus_yq4OU0_content","arrow":"opus_yq4OU0_arrow","panel":"opus_yq4OU0_panel","root":"opus_yq4OU0_root","popoverIn":"opus_yq4OU0_popoverIn"};
5984
+ var Popover_default = {"popoverIn":"opus_yq4OU0_popoverIn","panel":"opus_yq4OU0_panel","root":"opus_yq4OU0_root","title":"opus_yq4OU0_title","content":"opus_yq4OU0_content","arrow":"opus_yq4OU0_arrow"};
5890
5985
 
5891
5986
  // ../../components/Popover/Popover.tsx
5892
5987
  var import_jsx_runtime41 = require("react/jsx-runtime");
@@ -6060,7 +6155,7 @@ function resolveMegaMenuPortalStyle(root, inTopNavigation) {
6060
6155
  }
6061
6156
 
6062
6157
  // ../../components/MegaMenu/MegaMenu.module.css
6063
- var MegaMenu_default = {"eyebrow":"opus_Y_ikQV_eyebrow","itemIcon":"opus_Y_ikQV_itemIcon","itemCopy":"opus_Y_ikQV_itemCopy","menuBar":"opus_Y_ikQV_menuBar","panel":"opus_Y_ikQV_panel","sections":"opus_Y_ikQV_sections","featuredAction":"opus_Y_ikQV_featuredAction","panelContent":"opus_Y_ikQV_panelContent","megaMenuIn":"opus_Y_ikQV_megaMenuIn","megaMenuOut":"opus_Y_ikQV_megaMenuOut","section":"opus_Y_ikQV_section","trigger":"opus_Y_ikQV_trigger","featured":"opus_Y_ikQV_featured","items":"opus_Y_ikQV_items","item":"opus_Y_ikQV_item","root":"opus_Y_ikQV_root"};
6158
+ var MegaMenu_default = {"menuBar":"opus_Y_ikQV_menuBar","sections":"opus_Y_ikQV_sections","root":"opus_Y_ikQV_root","eyebrow":"opus_Y_ikQV_eyebrow","panel":"opus_Y_ikQV_panel","items":"opus_Y_ikQV_items","trigger":"opus_Y_ikQV_trigger","megaMenuIn":"opus_Y_ikQV_megaMenuIn","featured":"opus_Y_ikQV_featured","megaMenuOut":"opus_Y_ikQV_megaMenuOut","section":"opus_Y_ikQV_section","item":"opus_Y_ikQV_item","featuredAction":"opus_Y_ikQV_featuredAction","panelContent":"opus_Y_ikQV_panelContent","itemCopy":"opus_Y_ikQV_itemCopy","itemIcon":"opus_Y_ikQV_itemIcon"};
6064
6159
 
6065
6160
  // ../../components/MegaMenu/MegaMenu.tsx
6066
6161
  var import_jsx_runtime42 = require("react/jsx-runtime");
@@ -6522,7 +6617,7 @@ function MegaMenu({
6522
6617
  }
6523
6618
 
6524
6619
  // ../../components/TopNavigation/TopNavigation.module.css
6525
- var TopNavigation_default = {"nav":"opus_OIomR6_nav","menuTrigger":"opus_OIomR6_menuTrigger","bar":"opus_OIomR6_bar","menuSlot":"opus_OIomR6_menuSlot","menuSlotMega":"opus_OIomR6_menuSlotMega"};
6620
+ var TopNavigation_default = {"menuSlotMega":"opus_OIomR6_menuSlotMega","menuTrigger":"opus_OIomR6_menuTrigger","bar":"opus_OIomR6_bar","nav":"opus_OIomR6_nav","menuSlot":"opus_OIomR6_menuSlot"};
6526
6621
 
6527
6622
  // ../../components/TopNavigation/TopNavigation.tsx
6528
6623
  var import_jsx_runtime43 = require("react/jsx-runtime");
@@ -6879,7 +6974,7 @@ function handleMenuKeyDown(event, menu, onEscape) {
6879
6974
  }
6880
6975
 
6881
6976
  // ../../components/DropdownMenu/DropdownMenu.module.css
6882
- var DropdownMenu_default = {"menu":"opus_UUVDVQ_menu","dropdownIn":"opus_UUVDVQ_dropdownIn","root":"opus_UUVDVQ_root","icon":"opus_UUVDVQ_icon","pointer":"opus_UUVDVQ_pointer","dropdownOut":"opus_UUVDVQ_dropdownOut","label":"opus_UUVDVQ_label","shortcut":"opus_UUVDVQ_shortcut","item":"opus_UUVDVQ_item"};
6977
+ var DropdownMenu_default = {"label":"opus_UUVDVQ_label","pointer":"opus_UUVDVQ_pointer","dropdownIn":"opus_UUVDVQ_dropdownIn","shortcut":"opus_UUVDVQ_shortcut","dropdownOut":"opus_UUVDVQ_dropdownOut","icon":"opus_UUVDVQ_icon","item":"opus_UUVDVQ_item","root":"opus_UUVDVQ_root","menu":"opus_UUVDVQ_menu"};
6883
6978
 
6884
6979
  // ../../components/DropdownMenu/DropdownMenu.tsx
6885
6980
  var import_jsx_runtime44 = require("react/jsx-runtime");
@@ -7258,7 +7353,7 @@ var import_react31 = require("react");
7258
7353
  var import_react_dom5 = require("react-dom");
7259
7354
 
7260
7355
  // ../../components/ContextMenu/ContextMenu.module.css
7261
- var ContextMenu_default = {"target":"opus_nMhhae_target","menu":"opus_nMhhae_menu","contextMenuIn":"opus_nMhhae_contextMenuIn","backdrop":"opus_nMhhae_backdrop","layer":"opus_nMhhae_layer","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn"};
7356
+ var ContextMenu_default = {"contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","layer":"opus_nMhhae_layer","contextMenuIn":"opus_nMhhae_contextMenuIn","target":"opus_nMhhae_target","backdrop":"opus_nMhhae_backdrop","menu":"opus_nMhhae_menu"};
7262
7357
 
7263
7358
  // ../../components/ContextMenu/ContextMenuProvider.tsx
7264
7359
  var import_jsx_runtime45 = require("react/jsx-runtime");
@@ -7565,7 +7660,7 @@ var import_free_solid_svg_icons7 = require("@fortawesome/free-solid-svg-icons");
7565
7660
  var import_react_fontawesome7 = require("@fortawesome/react-fontawesome");
7566
7661
 
7567
7662
  // ../../components/CommandPalette/CommandPalette.module.css
7568
- var CommandPalette_default = {"searchIcon":"opus_k1ypuy_searchIcon","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","searchIconSvg":"opus_k1ypuy_searchIconSvg","groupLabel":"opus_k1ypuy_groupLabel","item":"opus_k1ypuy_item","itemDescription":"opus_k1ypuy_itemDescription","results":"opus_k1ypuy_results","empty":"opus_k1ypuy_empty","visuallyHidden":"opus_k1ypuy_visuallyHidden","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","group":"opus_k1ypuy_group","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","panel":"opus_k1ypuy_panel","footer":"opus_k1ypuy_footer","itemMain":"opus_k1ypuy_itemMain","itemLabel":"opus_k1ypuy_itemLabel","searchInput":"opus_k1ypuy_searchInput","searchWrap":"opus_k1ypuy_searchWrap","shortcut":"opus_k1ypuy_shortcut","backdrop":"opus_k1ypuy_backdrop"};
7663
+ var CommandPalette_default = {"shortcut":"opus_k1ypuy_shortcut","item":"opus_k1ypuy_item","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","searchWrap":"opus_k1ypuy_searchWrap","searchIcon":"opus_k1ypuy_searchIcon","backdrop":"opus_k1ypuy_backdrop","itemLabel":"opus_k1ypuy_itemLabel","itemDescription":"opus_k1ypuy_itemDescription","group":"opus_k1ypuy_group","panel":"opus_k1ypuy_panel","results":"opus_k1ypuy_results","searchIconSvg":"opus_k1ypuy_searchIconSvg","empty":"opus_k1ypuy_empty","visuallyHidden":"opus_k1ypuy_visuallyHidden","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","searchInput":"opus_k1ypuy_searchInput","groupLabel":"opus_k1ypuy_groupLabel","footer":"opus_k1ypuy_footer","itemMain":"opus_k1ypuy_itemMain"};
7569
7664
 
7570
7665
  // ../../components/CommandPalette/CommandPalette.tsx
7571
7666
  var import_jsx_runtime46 = require("react/jsx-runtime");
@@ -7901,7 +7996,7 @@ function AccordionGroup({
7901
7996
  }
7902
7997
 
7903
7998
  // ../../components/Accordion/Accordion.module.css
7904
- var Accordion_default = {"standalone":"opus_WNZQMV_standalone","triggerLabel":"opus_WNZQMV_triggerLabel","content":"opus_WNZQMV_content","trigger":"opus_WNZQMV_trigger","chevron":"opus_WNZQMV_chevron","panelInner":"opus_WNZQMV_panelInner","item":"opus_WNZQMV_item","panel":"opus_WNZQMV_panel"};
7999
+ var Accordion_default = {"panelInner":"opus_WNZQMV_panelInner","item":"opus_WNZQMV_item","triggerLabel":"opus_WNZQMV_triggerLabel","panel":"opus_WNZQMV_panel","chevron":"opus_WNZQMV_chevron","trigger":"opus_WNZQMV_trigger","standalone":"opus_WNZQMV_standalone","content":"opus_WNZQMV_content"};
7905
8000
 
7906
8001
  // ../../components/Accordion/Accordion.tsx
7907
8002
  var import_jsx_runtime48 = require("react/jsx-runtime");
@@ -7988,7 +8083,7 @@ function Accordion({
7988
8083
  var import_react35 = require("react");
7989
8084
 
7990
8085
  // ../../components/ShowMore/ShowMore.module.css
7991
- var ShowMore_default = {"root":"opus_dSk-ve_root","toggle":"opus_dSk-ve_toggle","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","contentShell":"opus_dSk-ve_contentShell","toggleLabel":"opus_dSk-ve_toggleLabel","chevron":"opus_dSk-ve_chevron","inner":"opus_dSk-ve_inner"};
8086
+ var ShowMore_default = {"root":"opus_dSk-ve_root","toggle":"opus_dSk-ve_toggle","toggleLabel":"opus_dSk-ve_toggleLabel","chevron":"opus_dSk-ve_chevron","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","contentShell":"opus_dSk-ve_contentShell","inner":"opus_dSk-ve_inner"};
7992
8087
 
7993
8088
  // ../../components/ShowMore/ShowMore.tsx
7994
8089
  var import_jsx_runtime49 = require("react/jsx-runtime");
@@ -8092,7 +8187,7 @@ function ShowMore({
8092
8187
  }
8093
8188
 
8094
8189
  // ../../components/Toast/Toast.module.css
8095
- var Toast_default = {"icon":"opus_cklQPW_icon","progressTrack":"opus_cklQPW_progressTrack","toastProgress":"opus_cklQPW_toastProgress","dismissIcon":"opus_cklQPW_dismissIcon","toast":"opus_cklQPW_toast","iconSvg":"opus_cklQPW_iconSvg","progressBar":"opus_cklQPW_progressBar","description":"opus_cklQPW_description","body":"opus_cklQPW_body","iconMark":"opus_cklQPW_iconMark","dismiss":"opus_cklQPW_dismiss","main":"opus_cklQPW_main","title":"opus_cklQPW_title","content":"opus_cklQPW_content"};
8190
+ var Toast_default = {"main":"opus_cklQPW_main","dismiss":"opus_cklQPW_dismiss","progressBar":"opus_cklQPW_progressBar","content":"opus_cklQPW_content","iconMark":"opus_cklQPW_iconMark","iconSvg":"opus_cklQPW_iconSvg","icon":"opus_cklQPW_icon","description":"opus_cklQPW_description","body":"opus_cklQPW_body","progressTrack":"opus_cklQPW_progressTrack","dismissIcon":"opus_cklQPW_dismissIcon","toastProgress":"opus_cklQPW_toastProgress","title":"opus_cklQPW_title","toast":"opus_cklQPW_toast"};
8096
8191
 
8097
8192
  // ../../components/Toast/Toast.tsx
8098
8193
  var import_jsx_runtime50 = require("react/jsx-runtime");
@@ -8164,7 +8259,7 @@ function Toast({
8164
8259
  var import_react36 = require("react");
8165
8260
 
8166
8261
  // ../../components/ToastProvider/ToastProvider.module.css
8167
- var ToastProvider_default = {"viewport":"opus_z3pSp7_viewport","itemClip":"opus_z3pSp7_itemClip","itemSurface":"opus_z3pSp7_itemSurface","item":"opus_z3pSp7_item","viewportRight":"opus_z3pSp7_viewportRight","itemBackdrop":"opus_z3pSp7_itemBackdrop","viewportBottom":"opus_z3pSp7_viewportBottom","viewportTop":"opus_z3pSp7_viewportTop","viewportLeft":"opus_z3pSp7_viewportLeft"};
8262
+ var ToastProvider_default = {"viewportBottom":"opus_z3pSp7_viewportBottom","itemSurface":"opus_z3pSp7_itemSurface","viewportRight":"opus_z3pSp7_viewportRight","viewportLeft":"opus_z3pSp7_viewportLeft","viewportTop":"opus_z3pSp7_viewportTop","item":"opus_z3pSp7_item","viewport":"opus_z3pSp7_viewport","itemBackdrop":"opus_z3pSp7_itemBackdrop","itemClip":"opus_z3pSp7_itemClip"};
8168
8263
 
8169
8264
  // ../../components/ToastProvider/ToastProvider.tsx
8170
8265
  var import_jsx_runtime51 = require("react/jsx-runtime");
@@ -8551,7 +8646,7 @@ function TabActiveLine({ className, orientation = "horizontal", style }) {
8551
8646
  }
8552
8647
 
8553
8648
  // ../../components/Tabs/Tabs.module.css
8554
- var Tabs_default = {"header":"opus_ADVJmy_header","movingActiveLine":"opus_ADVJmy_movingActiveLine","previousButton":"opus_ADVJmy_previousButton","trailing":"opus_ADVJmy_trailing","cardTabLine":"opus_ADVJmy_cardTabLine","scrollButton":"opus_ADVJmy_scrollButton","panel":"opus_ADVJmy_panel","nextButton":"opus_ADVJmy_nextButton","panelContent":"opus_ADVJmy_panelContent","tabShape":"opus_ADVJmy_tabShape","tab":"opus_ADVJmy_tab","root":"opus_ADVJmy_root","tabLabel":"opus_ADVJmy_tabLabel","list":"opus_ADVJmy_list","cardMovingActiveLine":"opus_ADVJmy_cardMovingActiveLine","containedMovingActiveLine":"opus_ADVJmy_containedMovingActiveLine","listViewport":"opus_ADVJmy_listViewport"};
8649
+ var Tabs_default = {"cardMovingActiveLine":"opus_ADVJmy_cardMovingActiveLine","tabShape":"opus_ADVJmy_tabShape","nextButton":"opus_ADVJmy_nextButton","list":"opus_ADVJmy_list","tabLabel":"opus_ADVJmy_tabLabel","panel":"opus_ADVJmy_panel","header":"opus_ADVJmy_header","movingActiveLine":"opus_ADVJmy_movingActiveLine","previousButton":"opus_ADVJmy_previousButton","containedMovingActiveLine":"opus_ADVJmy_containedMovingActiveLine","tab":"opus_ADVJmy_tab","panelContent":"opus_ADVJmy_panelContent","root":"opus_ADVJmy_root","listViewport":"opus_ADVJmy_listViewport","scrollButton":"opus_ADVJmy_scrollButton","trailing":"opus_ADVJmy_trailing","cardTabLine":"opus_ADVJmy_cardTabLine"};
8555
8650
 
8556
8651
  // ../../components/Tabs/Tabs.tsx
8557
8652
  var import_jsx_runtime53 = require("react/jsx-runtime");
@@ -8875,7 +8970,7 @@ function Tabs({
8875
8970
  id: panelId,
8876
8971
  inert: !selected ? true : void 0,
8877
8972
  role: "tabpanel",
8878
- tabIndex: selected ? -1 : void 0,
8973
+ tabIndex: selected ? 0 : void 0,
8879
8974
  children: item.content
8880
8975
  },
8881
8976
  item.value
@@ -8888,7 +8983,7 @@ function Tabs({
8888
8983
  id: `${generatedId}-${activeItem.value}-panel`,
8889
8984
  ref: panelRef,
8890
8985
  role: "tabpanel",
8891
- tabIndex: -1,
8986
+ tabIndex: 0,
8892
8987
  children: activeItem.content
8893
8988
  }
8894
8989
  ) : null
@@ -8898,7 +8993,7 @@ function Tabs({
8898
8993
  }
8899
8994
 
8900
8995
  // ../../components/Card/Card.module.css
8901
- var Card_default = {"footerContent":"opus_qWo1sP_footerContent","footer":"opus_qWo1sP_footer","eyebrow":"opus_qWo1sP_eyebrow","actions":"opus_qWo1sP_actions","body":"opus_qWo1sP_body","heading":"opus_qWo1sP_heading","title":"opus_qWo1sP_title","content":"opus_qWo1sP_content","card":"opus_qWo1sP_card","media":"opus_qWo1sP_media"};
8996
+ var Card_default = {"eyebrow":"opus_qWo1sP_eyebrow","title":"opus_qWo1sP_title","media":"opus_qWo1sP_media","card":"opus_qWo1sP_card","content":"opus_qWo1sP_content","body":"opus_qWo1sP_body","actions":"opus_qWo1sP_actions","footerContent":"opus_qWo1sP_footerContent","heading":"opus_qWo1sP_heading","footer":"opus_qWo1sP_footer"};
8902
8997
 
8903
8998
  // ../../components/Card/Card.tsx
8904
8999
  var import_jsx_runtime54 = require("react/jsx-runtime");
@@ -8929,7 +9024,7 @@ function Card({
8929
9024
  }
8930
9025
 
8931
9026
  // ../../components/dashboardMetricCardLayout/dashboardMetricCardLayout.module.css
8932
- var dashboardMetricCardLayout_default = {"metaPlaceholder":"opus_6_sptY_metaPlaceholder","value":"opus_6_sptY_value","label":"opus_6_sptY_label","metaSlot":"opus_6_sptY_metaSlot","header":"opus_6_sptY_header","iconPlaceholder":"opus_6_sptY_iconPlaceholder","iconSlot":"opus_6_sptY_iconSlot","shell":"opus_6_sptY_shell"};
9027
+ var dashboardMetricCardLayout_default = {"header":"opus_6_sptY_header","metaPlaceholder":"opus_6_sptY_metaPlaceholder","label":"opus_6_sptY_label","iconSlot":"opus_6_sptY_iconSlot","iconPlaceholder":"opus_6_sptY_iconPlaceholder","shell":"opus_6_sptY_shell","value":"opus_6_sptY_value","metaSlot":"opus_6_sptY_metaSlot"};
8933
9028
 
8934
9029
  // ../../components/StatCard/StatCard.module.css
8935
9030
  var StatCard_default = {"change":"opus_KIXsQY_change"};
@@ -8959,7 +9054,7 @@ function StatCard({
8959
9054
  }
8960
9055
 
8961
9056
  // ../../components/Gauge/Gauge.module.css
8962
- var Gauge_default = {"gaugeValue":"opus_t6IuQe_gaugeValue","change":"opus_t6IuQe_change","title":"opus_t6IuQe_title","footerLabel":"opus_t6IuQe_footerLabel","gaugeSvg":"opus_t6IuQe_gaugeSvg","footerItem":"opus_t6IuQe_footerItem","footerTrend":"opus_t6IuQe_footerTrend","header":"opus_t6IuQe_header","footer":"opus_t6IuQe_footer","footerValue":"opus_t6IuQe_footerValue","summary":"opus_t6IuQe_summary","gauge":"opus_t6IuQe_gauge","body":"opus_t6IuQe_body","gaugeSlot":"opus_t6IuQe_gaugeSlot","gaugeCenter":"opus_t6IuQe_gaugeCenter","heading":"opus_t6IuQe_heading","subtitle":"opus_t6IuQe_subtitle","widget":"opus_t6IuQe_widget","gaugeTrack":"opus_t6IuQe_gaugeTrack"};
9057
+ var Gauge_default = {"gaugeValue":"opus_t6IuQe_gaugeValue","subtitle":"opus_t6IuQe_subtitle","gaugeSlot":"opus_t6IuQe_gaugeSlot","footerTrend":"opus_t6IuQe_footerTrend","footerLabel":"opus_t6IuQe_footerLabel","header":"opus_t6IuQe_header","heading":"opus_t6IuQe_heading","gaugeTrack":"opus_t6IuQe_gaugeTrack","gaugeCenter":"opus_t6IuQe_gaugeCenter","title":"opus_t6IuQe_title","change":"opus_t6IuQe_change","gauge":"opus_t6IuQe_gauge","gaugeSvg":"opus_t6IuQe_gaugeSvg","footerValue":"opus_t6IuQe_footerValue","footerItem":"opus_t6IuQe_footerItem","summary":"opus_t6IuQe_summary","widget":"opus_t6IuQe_widget","body":"opus_t6IuQe_body","footer":"opus_t6IuQe_footer"};
8963
9058
 
8964
9059
  // ../../components/Gauge/Gauge.tsx
8965
9060
  var import_jsx_runtime56 = require("react/jsx-runtime");
@@ -9093,7 +9188,7 @@ function Gauge({
9093
9188
  var import_react38 = require("react");
9094
9189
 
9095
9190
  // ../../components/Sparkline/Sparkline.module.css
9096
- var Sparkline_default = {"chart":"opus_xXtB87_chart","area":"opus_xXtB87_area","label":"opus_xXtB87_label","svg":"opus_xXtB87_svg","sparkline":"opus_xXtB87_sparkline","line":"opus_xXtB87_line","endPoint":"opus_xXtB87_endPoint"};
9191
+ var Sparkline_default = {"sparkline":"opus_xXtB87_sparkline","line":"opus_xXtB87_line","area":"opus_xXtB87_area","chart":"opus_xXtB87_chart","endPoint":"opus_xXtB87_endPoint","svg":"opus_xXtB87_svg","label":"opus_xXtB87_label"};
9097
9192
 
9098
9193
  // ../../components/Sparkline/Sparkline.tsx
9099
9194
  var import_jsx_runtime57 = require("react/jsx-runtime");
@@ -9160,7 +9255,7 @@ function Sparkline({
9160
9255
  }
9161
9256
 
9162
9257
  // ../../components/ProgressRing/ProgressRing.module.css
9163
- var ProgressRing_default = {"track":"opus_YxX6Hh_track","svg":"opus_YxX6Hh_svg","value":"opus_YxX6Hh_value","center":"opus_YxX6Hh_center","ring":"opus_YxX6Hh_ring"};
9258
+ var ProgressRing_default = {"svg":"opus_YxX6Hh_svg","value":"opus_YxX6Hh_value","track":"opus_YxX6Hh_track","ring":"opus_YxX6Hh_ring","center":"opus_YxX6Hh_center"};
9164
9259
 
9165
9260
  // ../../components/ProgressRing/ProgressRing.tsx
9166
9261
  var import_jsx_runtime58 = require("react/jsx-runtime");
@@ -9193,7 +9288,7 @@ function ProgressRing({ label, max = 100, value }) {
9193
9288
  }
9194
9289
 
9195
9290
  // ../../components/ProgressBar/ProgressBar.module.css
9196
- var ProgressBar_default = {"value":"opus_q04AvA_value","bar":"opus_q04AvA_bar","header":"opus_q04AvA_header","label":"opus_q04AvA_label","track":"opus_q04AvA_track","fill":"opus_q04AvA_fill"};
9291
+ var ProgressBar_default = {"bar":"opus_q04AvA_bar","label":"opus_q04AvA_label","value":"opus_q04AvA_value","header":"opus_q04AvA_header","track":"opus_q04AvA_track","fill":"opus_q04AvA_fill"};
9197
9292
 
9198
9293
  // ../../components/ProgressBar/ProgressBar.tsx
9199
9294
  var import_jsx_runtime59 = require("react/jsx-runtime");
@@ -9213,7 +9308,7 @@ function ProgressBar({ label, max = 100, value }) {
9213
9308
  }
9214
9309
 
9215
9310
  // ../../components/Speedometer/Speedometer.module.css
9216
- var Speedometer_default = {"center":"opus__jpB7z_center","speedometer":"opus__jpB7z_speedometer","value":"opus__jpB7z_value","svg":"opus__jpB7z_svg","hub":"opus__jpB7z_hub","track":"opus__jpB7z_track","needle":"opus__jpB7z_needle"};
9311
+ var Speedometer_default = {"center":"opus__jpB7z_center","svg":"opus__jpB7z_svg","track":"opus__jpB7z_track","needle":"opus__jpB7z_needle","speedometer":"opus__jpB7z_speedometer","value":"opus__jpB7z_value","hub":"opus__jpB7z_hub"};
9217
9312
 
9218
9313
  // ../../components/Speedometer/Speedometer.tsx
9219
9314
  var import_jsx_runtime60 = require("react/jsx-runtime");
@@ -9246,7 +9341,7 @@ function Speedometer({ label, max = 100, value }) {
9246
9341
  }
9247
9342
 
9248
9343
  // ../../components/MetricTile/MetricTile.module.css
9249
- var MetricTile_default = {"sparklineSlot":"opus_-dz9KL_sparklineSlot","tile":"opus_-dz9KL_tile","topRow":"opus_-dz9KL_topRow"};
9344
+ var MetricTile_default = {"tile":"opus_-dz9KL_tile","topRow":"opus_-dz9KL_topRow","sparklineSlot":"opus_-dz9KL_sparklineSlot"};
9250
9345
 
9251
9346
  // ../../components/MetricTile/MetricTile.tsx
9252
9347
  var import_jsx_runtime61 = require("react/jsx-runtime");
@@ -9267,7 +9362,7 @@ var import_react39 = require("react");
9267
9362
  var import_maplibre_gl = require("maplibre-gl/dist/maplibre-gl.css");
9268
9363
 
9269
9364
  // ../../components/Map/Map.module.css
9270
- var Map_default = {"mapFrame":"opus_srL77d_mapFrame","map":"opus_srL77d_map","searchResults":"opus_srL77d_searchResults","shell":"opus_srL77d_shell","hotspots":"opus_srL77d_hotspots","content":"opus_srL77d_content","search":"opus_srL77d_search","coordinates":"opus_srL77d_coordinates","address":"opus_srL77d_address","hotspotDot":"opus_srL77d_hotspotDot","atmosphere":"opus_srL77d_atmosphere","marker":"opus_srL77d_marker","popupContent":"opus_srL77d_popupContent","searchStatus":"opus_srL77d_searchStatus"};
9365
+ var Map_default = {"searchResults":"opus_srL77d_searchResults","shell":"opus_srL77d_shell","address":"opus_srL77d_address","searchStatus":"opus_srL77d_searchStatus","hotspotDot":"opus_srL77d_hotspotDot","popupContent":"opus_srL77d_popupContent","hotspots":"opus_srL77d_hotspots","mapFrame":"opus_srL77d_mapFrame","content":"opus_srL77d_content","coordinates":"opus_srL77d_coordinates","map":"opus_srL77d_map","search":"opus_srL77d_search","atmosphere":"opus_srL77d_atmosphere","marker":"opus_srL77d_marker"};
9271
9366
 
9272
9367
  // ../../components/Map/Map.tsx
9273
9368
  var import_jsx_runtime62 = require("react/jsx-runtime");
@@ -9740,11 +9835,12 @@ function TrendBadge({ direction, value }) {
9740
9835
  var import_react41 = require("react");
9741
9836
 
9742
9837
  // ../../components/Badge/Badge.module.css
9743
- var Badge_default = {"badge":"opus_1GJHzl_badge","dot":"opus_1GJHzl_dot"};
9838
+ var Badge_default = {"count":"opus_1GJHzl_count","dot":"opus_1GJHzl_dot","badge":"opus_1GJHzl_badge"};
9744
9839
 
9745
9840
  // ../../components/Badge/Badge.tsx
9746
9841
  var import_jsx_runtime65 = require("react/jsx-runtime");
9747
9842
  function Badge({
9843
+ count,
9748
9844
  dot = false,
9749
9845
  label,
9750
9846
  size = "md",
@@ -9753,7 +9849,8 @@ function Badge({
9753
9849
  }) {
9754
9850
  return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { className: Badge_default.badge, "data-size": size, "data-tone": tone, "data-variant": variant, children: [
9755
9851
  dot ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { "aria-hidden": "true", className: Badge_default.dot }) : null,
9756
- label
9852
+ label,
9853
+ count === void 0 ? null : /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { className: Badge_default.count, children: count })
9757
9854
  ] });
9758
9855
  }
9759
9856
 
@@ -9797,7 +9894,7 @@ function DashboardContentContainer({
9797
9894
  var import_react40 = require("react");
9798
9895
 
9799
9896
  // ../../components/TreeMenu/TreeMenu.module.css
9800
- var TreeMenu_default = {"row":"opus_RUNNkf_row","item":"opus_RUNNkf_item","tree":"opus_RUNNkf_tree","label":"opus_RUNNkf_label","toggle":"opus_RUNNkf_toggle","node":"opus_RUNNkf_node","children":"opus_RUNNkf_children","meta":"opus_RUNNkf_meta","icon":"opus_RUNNkf_icon"};
9897
+ var TreeMenu_default = {"label":"opus_RUNNkf_label","tree":"opus_RUNNkf_tree","item":"opus_RUNNkf_item","icon":"opus_RUNNkf_icon","row":"opus_RUNNkf_row","node":"opus_RUNNkf_node","meta":"opus_RUNNkf_meta","toggleSpacer":"opus_RUNNkf_toggleSpacer","toggle":"opus_RUNNkf_toggle","children":"opus_RUNNkf_children"};
9801
9898
 
9802
9899
  // ../../components/TreeMenu/TreeMenu.tsx
9803
9900
  var import_jsx_runtime67 = require("react/jsx-runtime");
@@ -9824,17 +9921,23 @@ function TreeMenuBranch({
9824
9921
  role: "treeitem",
9825
9922
  children: [
9826
9923
  /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: TreeMenu_default.row, "data-selected": selected ? "true" : void 0, children: [
9827
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
9924
+ hasChildren ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
9828
9925
  "button",
9829
9926
  {
9830
- "aria-label": hasChildren ? `${isExpanded ? "Collapse" : "Expand"} ${node.label}` : void 0,
9927
+ "aria-label": `${isExpanded ? "Collapse" : "Expand"} ${node.label}`,
9831
9928
  className: TreeMenu_default.toggle,
9832
- disabled: !hasChildren || node.disabled,
9929
+ disabled: node.disabled,
9833
9930
  onClick: () => onToggle(node),
9834
9931
  style: { marginLeft: depth * indent },
9835
- tabIndex: hasChildren ? 0 : -1,
9836
9932
  type: "button",
9837
- children: hasChildren ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CatalogIcon, { iconName: isExpanded ? "chevron-down" : "chevron-right" }) : null
9933
+ children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(CatalogIcon, { iconName: isExpanded ? "chevron-down" : "chevron-right" })
9934
+ }
9935
+ ) : /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
9936
+ "span",
9937
+ {
9938
+ "aria-hidden": "true",
9939
+ className: TreeMenu_default.toggleSpacer,
9940
+ style: { marginLeft: depth * indent }
9838
9941
  }
9839
9942
  ),
9840
9943
  /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
@@ -9933,7 +10036,7 @@ function TreeMenu({
9933
10036
  }
9934
10037
 
9935
10038
  // ../../components/CrmWorkspaceLab/CrmWorkspaceLab.module.css
9936
- var CrmWorkspaceLab_default = {"timelineTime":"opus_7Zs_d5_timelineTime","rowActionOverlay":"opus_7Zs_d5_rowActionOverlay","feed":"opus_7Zs_d5_feed","boardColumn":"opus_7Zs_d5_boardColumn","feedBody":"opus_7Zs_d5_feedBody","timelineBody":"opus_7Zs_d5_timelineBody","docColumns":"opus_7Zs_d5_docColumns","docToolbar":"opus_7Zs_d5_docToolbar","documents":"opus_7Zs_d5_documents","docViewOptions":"opus_7Zs_d5_docViewOptions","toolbar":"opus_7Zs_d5_toolbar","meta":"opus_7Zs_d5_meta","catalogueTitleRow":"opus_7Zs_d5_catalogueTitleRow","timelineItem":"opus_7Zs_d5_timelineItem","boardCards":"opus_7Zs_d5_boardCards","breadcrumb":"opus_7Zs_d5_breadcrumb","feedItem":"opus_7Zs_d5_feedItem","timelineCard":"opus_7Zs_d5_timelineCard","settingsIcon":"opus_7Zs_d5_settingsIcon","docColumnHeading":"opus_7Zs_d5_docColumnHeading","headingIcon":"opus_7Zs_d5_headingIcon","row":"opus_7Zs_d5_row","docTreeHeading":"opus_7Zs_d5_docTreeHeading","openChevron":"opus_7Zs_d5_openChevron","timeline":"opus_7Zs_d5_timeline","settingsRow":"opus_7Zs_d5_settingsRow","docViewButton":"opus_7Zs_d5_docViewButton","docCardHeader":"opus_7Zs_d5_docCardHeader","tableHead":"opus_7Zs_d5_tableHead","docCardIcon":"opus_7Zs_d5_docCardIcon","docBrowser":"opus_7Zs_d5_docBrowser","root":"opus_7Zs_d5_root","resultCount":"opus_7Zs_d5_resultCount","docColumn":"opus_7Zs_d5_docColumn","feedBadge":"opus_7Zs_d5_feedBadge","docToolbarControls":"opus_7Zs_d5_docToolbarControls","docListHeading":"opus_7Zs_d5_docListHeading","price":"opus_7Zs_d5_price","heading":"opus_7Zs_d5_heading","feedTitleRow":"opus_7Zs_d5_feedTitleRow","docCard":"opus_7Zs_d5_docCard","board":"opus_7Zs_d5_board","boardCard":"opus_7Zs_d5_boardCard","identity":"opus_7Zs_d5_identity","feedIcon":"opus_7Zs_d5_feedIcon","headerAction":"opus_7Zs_d5_headerAction","docListRow":"opus_7Zs_d5_docListRow","settings":"opus_7Zs_d5_settings","docGrid":"opus_7Zs_d5_docGrid","timelineTitleRow":"opus_7Zs_d5_timelineTitleRow","docEmpty":"opus_7Zs_d5_docEmpty","docList":"opus_7Zs_d5_docList","boardCardHeader":"opus_7Zs_d5_boardCardHeader","timelineIcon":"opus_7Zs_d5_timelineIcon","catalogueBody":"opus_7Zs_d5_catalogueBody","actionRow":"opus_7Zs_d5_actionRow","docColumnItem":"opus_7Zs_d5_docColumnItem","catalogueCard":"opus_7Zs_d5_catalogueCard","catalogueIcon":"opus_7Zs_d5_catalogueIcon","docTreeItem":"opus_7Zs_d5_docTreeItem","settingsBody":"opus_7Zs_d5_settingsBody","docColumnEmpty":"opus_7Zs_d5_docColumnEmpty","docTree":"opus_7Zs_d5_docTree","header":"opus_7Zs_d5_header","table":"opus_7Zs_d5_table","catalogue":"opus_7Zs_d5_catalogue","rowIcon":"opus_7Zs_d5_rowIcon","docListName":"opus_7Zs_d5_docListName"};
10039
+ var CrmWorkspaceLab_default = {"docColumnHeading":"opus_7Zs_d5_docColumnHeading","boardCardHeader":"opus_7Zs_d5_boardCardHeader","breadcrumb":"opus_7Zs_d5_breadcrumb","openChevron":"opus_7Zs_d5_openChevron","feedBadge":"opus_7Zs_d5_feedBadge","boardCard":"opus_7Zs_d5_boardCard","settingsRow":"opus_7Zs_d5_settingsRow","docGrid":"opus_7Zs_d5_docGrid","feedItem":"opus_7Zs_d5_feedItem","docBrowser":"opus_7Zs_d5_docBrowser","catalogueCard":"opus_7Zs_d5_catalogueCard","docCardHeader":"opus_7Zs_d5_docCardHeader","boardCards":"opus_7Zs_d5_boardCards","docCard":"opus_7Zs_d5_docCard","catalogueBody":"opus_7Zs_d5_catalogueBody","docListRow":"opus_7Zs_d5_docListRow","feedIcon":"opus_7Zs_d5_feedIcon","timelineTime":"opus_7Zs_d5_timelineTime","catalogueIcon":"opus_7Zs_d5_catalogueIcon","docEmpty":"opus_7Zs_d5_docEmpty","price":"opus_7Zs_d5_price","timeline":"opus_7Zs_d5_timeline","docColumnItem":"opus_7Zs_d5_docColumnItem","selectCell":"opus_7Zs_d5_selectCell","catalogue":"opus_7Zs_d5_catalogue","tableHead":"opus_7Zs_d5_tableHead","toolbar":"opus_7Zs_d5_toolbar","documents":"opus_7Zs_d5_documents","heading":"opus_7Zs_d5_heading","docTree":"opus_7Zs_d5_docTree","actionCell":"opus_7Zs_d5_actionCell","resultCount":"opus_7Zs_d5_resultCount","feedBody":"opus_7Zs_d5_feedBody","row":"opus_7Zs_d5_row","root":"opus_7Zs_d5_root","headingIcon":"opus_7Zs_d5_headingIcon","docColumn":"opus_7Zs_d5_docColumn","docTreeItem":"opus_7Zs_d5_docTreeItem","docList":"opus_7Zs_d5_docList","docCardIcon":"opus_7Zs_d5_docCardIcon","timelineBody":"opus_7Zs_d5_timelineBody","settings":"opus_7Zs_d5_settings","settingsIcon":"opus_7Zs_d5_settingsIcon","docListHeading":"opus_7Zs_d5_docListHeading","boardColumn":"opus_7Zs_d5_boardColumn","feed":"opus_7Zs_d5_feed","headerAction":"opus_7Zs_d5_headerAction","docColumnEmpty":"opus_7Zs_d5_docColumnEmpty","timelineTitleRow":"opus_7Zs_d5_timelineTitleRow","docViewOptions":"opus_7Zs_d5_docViewOptions","timelineIcon":"opus_7Zs_d5_timelineIcon","rowActionOverlay":"opus_7Zs_d5_rowActionOverlay","meta":"opus_7Zs_d5_meta","catalogueTitleRow":"opus_7Zs_d5_catalogueTitleRow","table":"opus_7Zs_d5_table","feedTitleRow":"opus_7Zs_d5_feedTitleRow","settingsBody":"opus_7Zs_d5_settingsBody","docColumns":"opus_7Zs_d5_docColumns","board":"opus_7Zs_d5_board","docListName":"opus_7Zs_d5_docListName","docToolbarControls":"opus_7Zs_d5_docToolbarControls","identity":"opus_7Zs_d5_identity","timelineCard":"opus_7Zs_d5_timelineCard","timelineItem":"opus_7Zs_d5_timelineItem","actionRow":"opus_7Zs_d5_actionRow","header":"opus_7Zs_d5_header","docToolbar":"opus_7Zs_d5_docToolbar","rowIcon":"opus_7Zs_d5_rowIcon","docTreeHeading":"opus_7Zs_d5_docTreeHeading","docViewButton":"opus_7Zs_d5_docViewButton"};
9937
10040
 
9938
10041
  // ../../components/CrmWorkspaceLab/CrmWorkspaceLab.tsx
9939
10042
  var import_jsx_runtime68 = require("react/jsx-runtime");
@@ -10277,7 +10380,7 @@ function DirectoryLayout({
10277
10380
  filtered.map((row) => {
10278
10381
  const checked = selected.includes(row.id);
10279
10382
  return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: `${CrmWorkspaceLab_default.row} ${CrmWorkspaceLab_default.actionRow}`, role: "row", children: [
10280
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
10383
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: CrmWorkspaceLab_default.selectCell, role: "cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
10281
10384
  "input",
10282
10385
  {
10283
10386
  "aria-label": `Select ${row.primary}`,
@@ -10285,7 +10388,7 @@ function DirectoryLayout({
10285
10388
  type: "checkbox",
10286
10389
  onChange: () => onToggle(row.id)
10287
10390
  }
10288
- ),
10391
+ ) }),
10289
10392
  /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("span", { className: CrmWorkspaceLab_default.identity, role: "cell", children: [
10290
10393
  row.icon ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: CrmWorkspaceLab_default.rowIcon, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(CatalogIcon, { iconName: row.icon }) }) : null,
10291
10394
  /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("span", { children: [
@@ -10295,7 +10398,7 @@ function DirectoryLayout({
10295
10398
  ] }),
10296
10399
  /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { role: "cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Badge, { label: row.status, size: "sm", tone: statusTone(row.status) }) }),
10297
10400
  /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: CrmWorkspaceLab_default.meta, role: "cell", children: row.meta }),
10298
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
10401
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: CrmWorkspaceLab_default.actionCell, role: "cell", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
10299
10402
  "button",
10300
10403
  {
10301
10404
  "aria-label": `Open ${row.primary}`,
@@ -10304,7 +10407,7 @@ function DirectoryLayout({
10304
10407
  type: "button",
10305
10408
  children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(RowChevron, {})
10306
10409
  }
10307
- )
10410
+ ) })
10308
10411
  ] }, row.id);
10309
10412
  })
10310
10413
  ] })
@@ -10806,7 +10909,7 @@ function OtpField({ error, help, id, label, labelPosition = "left", length = 6,
10806
10909
  var import_react43 = require("react");
10807
10910
 
10808
10911
  // ../../components/fields/AdvancedFields/AdvancedFields.module.css
10809
- var AdvancedFields_default = {"formSection":"opus_ymQ4nN_formSection","fileList":"opus_ymQ4nN_fileList","actions":"opus_ymQ4nN_actions","hidden":"opus_ymQ4nN_hidden","bareInput":"opus_ymQ4nN_bareInput","form":"opus_ymQ4nN_form","checkGroup":"opus_ymQ4nN_checkGroup","rangeGrid":"opus_ymQ4nN_rangeGrid","summary":"opus_ymQ4nN_summary","drop":"opus_ymQ4nN_drop","affixed":"opus_ymQ4nN_affixed","input":"opus_ymQ4nN_input"};
10912
+ var AdvancedFields_default = {"formSection":"opus_ymQ4nN_formSection","formHeaderEyebrow":"opus_ymQ4nN_formHeaderEyebrow","summary":"opus_ymQ4nN_summary","affixed":"opus_ymQ4nN_affixed","rangeGrid":"opus_ymQ4nN_rangeGrid","formHeaderDescription":"opus_ymQ4nN_formHeaderDescription","checkGroup":"opus_ymQ4nN_checkGroup","drop":"opus_ymQ4nN_drop","formHeaderTitle":"opus_ymQ4nN_formHeaderTitle","input":"opus_ymQ4nN_input","fileList":"opus_ymQ4nN_fileList","formHeaderCopy":"opus_ymQ4nN_formHeaderCopy","form":"opus_ymQ4nN_form","actions":"opus_ymQ4nN_actions","hidden":"opus_ymQ4nN_hidden","bareInput":"opus_ymQ4nN_bareInput","formHeader":"opus_ymQ4nN_formHeader","formHeaderActions":"opus_ymQ4nN_formHeaderActions"};
10810
10913
 
10811
10914
  // ../../components/fields/AdvancedFields/AdvancedFields.tsx
10812
10915
  var import_jsx_runtime70 = require("react/jsx-runtime");
@@ -10880,8 +10983,20 @@ function FormValidationSummary({ errors, title = "Please correct the following"
10880
10983
  /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("ul", { children: errors.map((error, index) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { children: error.fieldId ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("a", { href: `#${error.fieldId}`, children: error.message }) : error.message }, `${error.fieldId}-${index}`)) })
10881
10984
  ] });
10882
10985
  }
10883
- function Form({ children, onSubmit }) {
10884
- return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("form", { className: AdvancedFields_default.form, noValidate: true, onSubmit, children });
10986
+ function Form(_a2) {
10987
+ var _b2 = _a2, { children, className } = _b2, props = __objRest(_b2, ["children", "className"]);
10988
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("form", __spreadProps(__spreadValues({}, props), { className: [AdvancedFields_default.form, className].filter(Boolean).join(" "), children }));
10989
+ }
10990
+ function FormHeader({ actions, align = "start", description, eyebrow, headingLevel = 2, title, titleId }) {
10991
+ const Heading = `h${headingLevel}`;
10992
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("header", { className: AdvancedFields_default.formHeader, "data-align": align, children: [
10993
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: AdvancedFields_default.formHeaderCopy, children: [
10994
+ eyebrow ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { className: AdvancedFields_default.formHeaderEyebrow, children: eyebrow }) : null,
10995
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Heading, { className: AdvancedFields_default.formHeaderTitle, id: titleId, children: title }),
10996
+ description ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("p", { className: AdvancedFields_default.formHeaderDescription, children: description }) : null
10997
+ ] }),
10998
+ actions ? /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: AdvancedFields_default.formHeaderActions, children: actions }) : null
10999
+ ] });
10885
11000
  }
10886
11001
  function FormSection({ children, title }) {
10887
11002
  const id = (0, import_react43.useId)();
@@ -10895,7 +11010,7 @@ function FormActions({ children }) {
10895
11010
  }
10896
11011
 
10897
11012
  // ../../components/Panel/Panel.module.css
10898
- var Panel_default = {"header":"opus_JZHUc__header","panel":"opus_JZHUc__panel","body":"opus_JZHUc__body","description":"opus_JZHUc__description","footer":"opus_JZHUc__footer","title":"opus_JZHUc__title","headerActions":"opus_JZHUc__headerActions","heading":"opus_JZHUc__heading"};
11013
+ var Panel_default = {"title":"opus_JZHUc__title","body":"opus_JZHUc__body","headerActions":"opus_JZHUc__headerActions","footer":"opus_JZHUc__footer","panel":"opus_JZHUc__panel","heading":"opus_JZHUc__heading","header":"opus_JZHUc__header","description":"opus_JZHUc__description"};
10899
11014
 
10900
11015
  // ../../components/Panel/Panel.tsx
10901
11016
  var import_jsx_runtime71 = require("react/jsx-runtime");
@@ -11090,7 +11205,7 @@ function resolveSectionGapVars(gap = "md") {
11090
11205
  }
11091
11206
 
11092
11207
  // ../../components/Section/Section.module.css
11093
- var Section_default = {"section":"opus_FajZiH_section","body":"opus_FajZiH_body","row":"opus_FajZiH_row","header":"opus_FajZiH_header","column":"opus_FajZiH_column","description":"opus_FajZiH_description","title":"opus_FajZiH_title"};
11208
+ var Section_default = {"body":"opus_FajZiH_body","title":"opus_FajZiH_title","row":"opus_FajZiH_row","column":"opus_FajZiH_column","section":"opus_FajZiH_section","header":"opus_FajZiH_header","description":"opus_FajZiH_description"};
11094
11209
 
11095
11210
  // ../../components/Section/Section.tsx
11096
11211
  var import_jsx_runtime72 = require("react/jsx-runtime");
@@ -11171,7 +11286,7 @@ var Section = Object.assign(SectionRoot, {
11171
11286
  });
11172
11287
 
11173
11288
  // ../../components/Table/Table.module.css
11174
- var Table_default = {"visuallyHidden":"opus_2q7S14_visuallyHidden","table":"opus_2q7S14_table","caption":"opus_2q7S14_caption","empty":"opus_2q7S14_empty","wrap":"opus_2q7S14_wrap"};
11289
+ var Table_default = {"wrap":"opus_2q7S14_wrap","table":"opus_2q7S14_table","caption":"opus_2q7S14_caption","empty":"opus_2q7S14_empty","visuallyHidden":"opus_2q7S14_visuallyHidden"};
11175
11290
 
11176
11291
  // ../../components/Table/Table.tsx
11177
11292
  var import_jsx_runtime73 = require("react/jsx-runtime");
@@ -11393,7 +11508,7 @@ function buildPivotGrid(sourceRows, config2) {
11393
11508
  }
11394
11509
 
11395
11510
  // ../../components/DataGrid/DataGrid.module.css
11396
- var DataGrid_default = {"gridBody":"opus_zN0bNb_gridBody","groupCount":"opus_zN0bNb_groupCount","menuAction":"opus_zN0bNb_menuAction","rowHeader":"opus_zN0bNb_rowHeader","menuHost":"opus_zN0bNb_menuHost","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","menuChevron":"opus_zN0bNb_menuChevron","visuallyHidden":"opus_zN0bNb_visuallyHidden","expandSpacer":"opus_zN0bNb_expandSpacer","detailCell":"opus_zN0bNb_detailCell","corner":"opus_zN0bNb_corner","empty":"opus_zN0bNb_empty","wrap":"opus_zN0bNb_wrap","headerControls":"opus_zN0bNb_headerControls","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","headerMenu":"opus_zN0bNb_headerMenu","frame":"opus_zN0bNb_frame","sortIndicator":"opus_zN0bNb_sortIndicator","menuButton":"opus_zN0bNb_menuButton","sortButton":"opus_zN0bNb_sortButton","groupButton":"opus_zN0bNb_groupButton","detailRow":"opus_zN0bNb_detailRow","caption":"opus_zN0bNb_caption","headerLabel":"opus_zN0bNb_headerLabel","headerCell":"opus_zN0bNb_headerCell","menuLabel":"opus_zN0bNb_menuLabel","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","rowHeaderLabel":"opus_zN0bNb_rowHeaderLabel","filterInput":"opus_zN0bNb_filterInput","chevron":"opus_zN0bNb_chevron","grid":"opus_zN0bNb_grid","rowHeaderInner":"opus_zN0bNb_rowHeaderInner","groupCell":"opus_zN0bNb_groupCell","infiniteFooter":"opus_zN0bNb_infiniteFooter","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","expandButton":"opus_zN0bNb_expandButton","menuSection":"opus_zN0bNb_menuSection","groupRow":"opus_zN0bNb_groupRow","spacerRow":"opus_zN0bNb_spacerRow"};
11511
+ var DataGrid_default = {"menuFilterIcon":"opus_zN0bNb_menuFilterIcon","menuHost":"opus_zN0bNb_menuHost","headerLabel":"opus_zN0bNb_headerLabel","wrap":"opus_zN0bNb_wrap","sortIndicator":"opus_zN0bNb_sortIndicator","detailRow":"opus_zN0bNb_detailRow","frame":"opus_zN0bNb_frame","rowHeader":"opus_zN0bNb_rowHeader","gridBody":"opus_zN0bNb_gridBody","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","corner":"opus_zN0bNb_corner","expandSpacer":"opus_zN0bNb_expandSpacer","expandButton":"opus_zN0bNb_expandButton","menuButton":"opus_zN0bNb_menuButton","headerMenu":"opus_zN0bNb_headerMenu","detailCell":"opus_zN0bNb_detailCell","rowHeaderInner":"opus_zN0bNb_rowHeaderInner","grid":"opus_zN0bNb_grid","menuChevron":"opus_zN0bNb_menuChevron","chevron":"opus_zN0bNb_chevron","caption":"opus_zN0bNb_caption","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","visuallyHidden":"opus_zN0bNb_visuallyHidden","rowHeaderLabel":"opus_zN0bNb_rowHeaderLabel","menuSection":"opus_zN0bNb_menuSection","groupButton":"opus_zN0bNb_groupButton","headerCell":"opus_zN0bNb_headerCell","menuLabel":"opus_zN0bNb_menuLabel","spacerRow":"opus_zN0bNb_spacerRow","sortButton":"opus_zN0bNb_sortButton","menuAction":"opus_zN0bNb_menuAction","groupCount":"opus_zN0bNb_groupCount","groupRow":"opus_zN0bNb_groupRow","infiniteFooter":"opus_zN0bNb_infiniteFooter","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","empty":"opus_zN0bNb_empty","filterInput":"opus_zN0bNb_filterInput","headerControls":"opus_zN0bNb_headerControls","groupCell":"opus_zN0bNb_groupCell"};
11397
11512
 
11398
11513
  // ../../components/DataGrid/DataGrid.tsx
11399
11514
  var import_jsx_runtime74 = require("react/jsx-runtime");
@@ -14959,7 +15074,7 @@ function SpecializedChart(props) {
14959
15074
  }
14960
15075
 
14961
15076
  // ../../components/Chart/Chart.module.css
14962
- var Chart_default = {"radarArea":"opus_L6guCK_radarArea","sankeyLink":"opus_L6guCK_sankeyLink","seriesA":"opus_L6guCK_seriesA","graphNode":"opus_L6guCK_graphNode","slice":"opus_L6guCK_slice","land":"opus_L6guCK_land","seriesD":"opus_L6guCK_seriesD","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","graphNodeRing":"opus_L6guCK_graphNodeRing","legend":"opus_L6guCK_legend","mapLand":"opus_L6guCK_mapLand","grid":"opus_L6guCK_grid","funnel":"opus_L6guCK_funnel","graphLabel":"opus_L6guCK_graphLabel","bar":"opus_L6guCK_bar","seriesE":"opus_L6guCK_seriesE","seriesC":"opus_L6guCK_seriesC","wick":"opus_L6guCK_wick","graphLink":"opus_L6guCK_graphLink","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","funnelText":"opus_L6guCK_funnelText","svg":"opus_L6guCK_svg","meta":"opus_L6guCK_meta","radarGrid":"opus_L6guCK_radarGrid","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","sankeySideLabel":"opus_L6guCK_sankeySideLabel","axisTitle":"opus_L6guCK_axisTitle","mapValue":"opus_L6guCK_mapValue","seriesF":"opus_L6guCK_seriesF","title":"opus_L6guCK_title","axisLabels":"opus_L6guCK_axisLabels","treemapLabel":"opus_L6guCK_treemapLabel","sankeyNode":"opus_L6guCK_sankeyNode","legendItem":"opus_L6guCK_legendItem","sankeySideName":"opus_L6guCK_sankeySideName","funnelGuide":"opus_L6guCK_funnelGuide","ridge":"opus_L6guCK_ridge","mapLabel":"opus_L6guCK_mapLabel","sankeySideValue":"opus_L6guCK_sankeySideValue","violin":"opus_L6guCK_violin","axes":"opus_L6guCK_axes","line":"opus_L6guCK_line","axisLine":"opus_L6guCK_axisLine","legendSwatch":"opus_L6guCK_legendSwatch","graphLinkColored":"opus_L6guCK_graphLinkColored","point":"opus_L6guCK_point","chart":"opus_L6guCK_chart","packLabel":"opus_L6guCK_packLabel","link":"opus_L6guCK_link","ring":"opus_L6guCK_ring","axisTick":"opus_L6guCK_axisTick","axisGuide":"opus_L6guCK_axisGuide","seriesB":"opus_L6guCK_seriesB","area":"opus_L6guCK_area","header":"opus_L6guCK_header","mapRegion":"opus_L6guCK_mapRegion","packParent":"opus_L6guCK_packParent","valueLabel":"opus_L6guCK_valueLabel"};
15077
+ var Chart_default = {"axisLine":"opus_L6guCK_axisLine","mapRegion":"opus_L6guCK_mapRegion","packParent":"opus_L6guCK_packParent","axisTick":"opus_L6guCK_axisTick","mapLabel":"opus_L6guCK_mapLabel","title":"opus_L6guCK_title","point":"opus_L6guCK_point","funnel":"opus_L6guCK_funnel","seriesC":"opus_L6guCK_seriesC","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","radarGrid":"opus_L6guCK_radarGrid","legendSwatch":"opus_L6guCK_legendSwatch","funnelText":"opus_L6guCK_funnelText","sankeySideValue":"opus_L6guCK_sankeySideValue","header":"opus_L6guCK_header","seriesA":"opus_L6guCK_seriesA","valueLabel":"opus_L6guCK_valueLabel","sankeySideName":"opus_L6guCK_sankeySideName","ring":"opus_L6guCK_ring","packLabel":"opus_L6guCK_packLabel","chart":"opus_L6guCK_chart","bar":"opus_L6guCK_bar","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","svg":"opus_L6guCK_svg","axes":"opus_L6guCK_axes","seriesE":"opus_L6guCK_seriesE","graphLinkColored":"opus_L6guCK_graphLinkColored","land":"opus_L6guCK_land","sankeyLink":"opus_L6guCK_sankeyLink","axisLabels":"opus_L6guCK_axisLabels","line":"opus_L6guCK_line","axisTitle":"opus_L6guCK_axisTitle","slice":"opus_L6guCK_slice","meta":"opus_L6guCK_meta","graphLabel":"opus_L6guCK_graphLabel","mapValue":"opus_L6guCK_mapValue","graphNode":"opus_L6guCK_graphNode","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","legendItem":"opus_L6guCK_legendItem","area":"opus_L6guCK_area","sankeySideLabel":"opus_L6guCK_sankeySideLabel","seriesB":"opus_L6guCK_seriesB","violin":"opus_L6guCK_violin","grid":"opus_L6guCK_grid","graphNodeRing":"opus_L6guCK_graphNodeRing","seriesD":"opus_L6guCK_seriesD","ridge":"opus_L6guCK_ridge","treemapLabel":"opus_L6guCK_treemapLabel","link":"opus_L6guCK_link","mapLand":"opus_L6guCK_mapLand","radarArea":"opus_L6guCK_radarArea","legend":"opus_L6guCK_legend","funnelGuide":"opus_L6guCK_funnelGuide","axisGuide":"opus_L6guCK_axisGuide","sankeyNode":"opus_L6guCK_sankeyNode","seriesF":"opus_L6guCK_seriesF","wick":"opus_L6guCK_wick","graphLink":"opus_L6guCK_graphLink"};
14963
15078
 
14964
15079
  // ../../components/Chart/Chart.tsx
14965
15080
  var import_jsx_runtime76 = require("react/jsx-runtime");
@@ -16098,7 +16213,7 @@ function Chart({
16098
16213
  }
16099
16214
 
16100
16215
  // ../../components/Skeleton/Skeleton.module.css
16101
- var Skeleton_default = {"skeleton":"opus_27r9Md_skeleton","tableRow":"opus_27r9Md_tableRow","tableCell":"opus_27r9Md_tableCell","line":"opus_27r9Md_line","skeletonShimmer":"opus_27r9Md_skeletonShimmer","avatar":"opus_27r9Md_avatar","avatarContent":"opus_27r9Md_avatarContent","skeletonPulse":"opus_27r9Md_skeletonPulse","stack":"opus_27r9Md_stack","media":"opus_27r9Md_media"};
16216
+ var Skeleton_default = {"stack":"opus_27r9Md_stack","avatar":"opus_27r9Md_avatar","skeleton":"opus_27r9Md_skeleton","media":"opus_27r9Md_media","tableRow":"opus_27r9Md_tableRow","tableCell":"opus_27r9Md_tableCell","line":"opus_27r9Md_line","skeletonShimmer":"opus_27r9Md_skeletonShimmer","skeletonPulse":"opus_27r9Md_skeletonPulse","avatarContent":"opus_27r9Md_avatarContent"};
16102
16217
 
16103
16218
  // ../../components/Skeleton/Skeleton.tsx
16104
16219
  var import_jsx_runtime77 = require("react/jsx-runtime");
@@ -16149,7 +16264,7 @@ var import_free_solid_svg_icons9 = require("@fortawesome/free-solid-svg-icons");
16149
16264
  var import_react_fontawesome9 = require("@fortawesome/react-fontawesome");
16150
16265
 
16151
16266
  // ../../components/Lightbox/Lightbox.module.css
16152
- var Lightbox_default = {"lightbox":"opus_s7Rpyv_lightbox","overlay":"opus_s7Rpyv_overlay","panel":"opus_s7Rpyv_panel","caption":"opus_s7Rpyv_caption","closeIcon":"opus_s7Rpyv_closeIcon","image":"opus_s7Rpyv_image","close":"opus_s7Rpyv_close","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","trigger":"opus_s7Rpyv_trigger","frame":"opus_s7Rpyv_frame","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut"};
16267
+ var Lightbox_default = {"lightbox":"opus_s7Rpyv_lightbox","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","frame":"opus_s7Rpyv_frame","lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","overlay":"opus_s7Rpyv_overlay","closeIcon":"opus_s7Rpyv_closeIcon","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","trigger":"opus_s7Rpyv_trigger","panel":"opus_s7Rpyv_panel","close":"opus_s7Rpyv_close","caption":"opus_s7Rpyv_caption","image":"opus_s7Rpyv_image"};
16153
16268
 
16154
16269
  // ../../components/Lightbox/Lightbox.tsx
16155
16270
  var import_jsx_runtime78 = require("react/jsx-runtime");
@@ -16264,7 +16379,7 @@ function Lightbox({
16264
16379
  }
16265
16380
 
16266
16381
  // ../../components/Carousel/Carousel.module.css
16267
- var Carousel_default = {"pip":"opus_N4occJ_pip","caption":"opus_N4occJ_caption","navIcon":"opus_N4occJ_navIcon","stage":"opus_N4occJ_stage","carousel":"opus_N4occJ_carousel","empty":"opus_N4occJ_empty","visuallyHidden":"opus_N4occJ_visuallyHidden","slide":"opus_N4occJ_slide","nav":"opus_N4occJ_nav","footer":"opus_N4occJ_footer","track":"opus_N4occJ_track","image":"opus_N4occJ_image","pips":"opus_N4occJ_pips"};
16382
+ var Carousel_default = {"empty":"opus_N4occJ_empty","visuallyHidden":"opus_N4occJ_visuallyHidden","stage":"opus_N4occJ_stage","pips":"opus_N4occJ_pips","slide":"opus_N4occJ_slide","navIcon":"opus_N4occJ_navIcon","carousel":"opus_N4occJ_carousel","pip":"opus_N4occJ_pip","image":"opus_N4occJ_image","nav":"opus_N4occJ_nav","footer":"opus_N4occJ_footer","track":"opus_N4occJ_track","caption":"opus_N4occJ_caption"};
16268
16383
 
16269
16384
  // ../../components/Carousel/Carousel.tsx
16270
16385
  var import_jsx_runtime79 = require("react/jsx-runtime");
@@ -16619,7 +16734,7 @@ async function shareMedia({
16619
16734
  }
16620
16735
 
16621
16736
  // ../../components/MediaShareCastControl/MediaShareCastControl.module.css
16622
- var MediaShareCastControl_default = {"itemLabel":"opus_ioyYOy_itemLabel","root":"opus_ioyYOy_root","item":"opus_ioyYOy_item","itemIcon":"opus_ioyYOy_itemIcon","icon":"opus_ioyYOy_icon","itemHint":"opus_ioyYOy_itemHint","trigger":"opus_ioyYOy_trigger","menu":"opus_ioyYOy_menu"};
16737
+ var MediaShareCastControl_default = {"trigger":"opus_ioyYOy_trigger","menu":"opus_ioyYOy_menu","root":"opus_ioyYOy_root","itemHint":"opus_ioyYOy_itemHint","itemLabel":"opus_ioyYOy_itemLabel","item":"opus_ioyYOy_item","icon":"opus_ioyYOy_icon","itemIcon":"opus_ioyYOy_itemIcon"};
16623
16738
 
16624
16739
  // ../../components/MediaShareCastControl/MediaShareCastControl.tsx
16625
16740
  var import_jsx_runtime80 = require("react/jsx-runtime");
@@ -16913,7 +17028,7 @@ function MediaShareCastControl({
16913
17028
  }
16914
17029
 
16915
17030
  // ../../components/VideoPlayer/VideoPlayer.module.css
16916
- var VideoPlayer_default = {"player":"opus_g_RHVI_player","controls":"opus_g_RHVI_controls","volume":"opus_g_RHVI_volume","title":"opus_g_RHVI_title","progressFill":"opus_g_RHVI_progressFill","titleRow":"opus_g_RHVI_titleRow","progress":"opus_g_RHVI_progress","trackCount":"opus_g_RHVI_trackCount","videoBackdrop":"opus_g_RHVI_videoBackdrop","progressThumb":"opus_g_RHVI_progressThumb","icon":"opus_g_RHVI_icon","stage":"opus_g_RHVI_stage","toolbar":"opus_g_RHVI_toolbar","iconButton":"opus_g_RHVI_iconButton","centerPlay":"opus_g_RHVI_centerPlay","time":"opus_g_RHVI_time","progressTrack":"opus_g_RHVI_progressTrack","video":"opus_g_RHVI_video","spacer":"opus_g_RHVI_spacer"};
17031
+ var VideoPlayer_default = {"player":"opus_g_RHVI_player","title":"opus_g_RHVI_title","video":"opus_g_RHVI_video","progressTrack":"opus_g_RHVI_progressTrack","icon":"opus_g_RHVI_icon","progressFill":"opus_g_RHVI_progressFill","stage":"opus_g_RHVI_stage","titleRow":"opus_g_RHVI_titleRow","progress":"opus_g_RHVI_progress","centerPlay":"opus_g_RHVI_centerPlay","time":"opus_g_RHVI_time","controls":"opus_g_RHVI_controls","iconButton":"opus_g_RHVI_iconButton","spacer":"opus_g_RHVI_spacer","progressThumb":"opus_g_RHVI_progressThumb","trackCount":"opus_g_RHVI_trackCount","volume":"opus_g_RHVI_volume","toolbar":"opus_g_RHVI_toolbar","videoBackdrop":"opus_g_RHVI_videoBackdrop"};
16917
17032
 
16918
17033
  // ../../components/VideoPlayer/VideoPlayer.tsx
16919
17034
  var import_jsx_runtime81 = require("react/jsx-runtime");
@@ -17557,7 +17672,7 @@ var import_free_solid_svg_icons13 = require("@fortawesome/free-solid-svg-icons")
17557
17672
  var import_react_fontawesome13 = require("@fortawesome/react-fontawesome");
17558
17673
 
17559
17674
  // ../../components/AudioPlayer/AudioPlayer.module.css
17560
- var AudioPlayer_default = {"player":"opus_pJZZp1_player","artworkGlow":"opus_pJZZp1_artworkGlow","artworkImage":"opus_pJZZp1_artworkImage","toolbar":"opus_pJZZp1_toolbar","meta":"opus_pJZZp1_meta","trackCount":"opus_pJZZp1_trackCount","progressFill":"opus_pJZZp1_progressFill","artworkMark":"opus_pJZZp1_artworkMark","progress":"opus_pJZZp1_progress","iconButton":"opus_pJZZp1_iconButton","body":"opus_pJZZp1_body","playButton":"opus_pJZZp1_playButton","volume":"opus_pJZZp1_volume","icon":"opus_pJZZp1_icon","spacer":"opus_pJZZp1_spacer","artist":"opus_pJZZp1_artist","progressThumb":"opus_pJZZp1_progressThumb","time":"opus_pJZZp1_time","progressTrack":"opus_pJZZp1_progressTrack","title":"opus_pJZZp1_title","artwork":"opus_pJZZp1_artwork"};
17675
+ var AudioPlayer_default = {"player":"opus_pJZZp1_player","trackCount":"opus_pJZZp1_trackCount","playButton":"opus_pJZZp1_playButton","spacer":"opus_pJZZp1_spacer","progressTrack":"opus_pJZZp1_progressTrack","artworkGlow":"opus_pJZZp1_artworkGlow","progressFill":"opus_pJZZp1_progressFill","artworkImage":"opus_pJZZp1_artworkImage","toolbar":"opus_pJZZp1_toolbar","progress":"opus_pJZZp1_progress","title":"opus_pJZZp1_title","artist":"opus_pJZZp1_artist","icon":"opus_pJZZp1_icon","progressThumb":"opus_pJZZp1_progressThumb","body":"opus_pJZZp1_body","iconButton":"opus_pJZZp1_iconButton","time":"opus_pJZZp1_time","artwork":"opus_pJZZp1_artwork","volume":"opus_pJZZp1_volume","artworkMark":"opus_pJZZp1_artworkMark","meta":"opus_pJZZp1_meta"};
17561
17676
 
17562
17677
  // ../../components/AudioPlayer/AudioPlayer.tsx
17563
17678
  var import_jsx_runtime82 = require("react/jsx-runtime");
@@ -17947,7 +18062,7 @@ function AudioPlayer({
17947
18062
  }
17948
18063
 
17949
18064
  // ../../components/ImageThumbnail/ImageThumbnail.module.css
17950
- var ImageThumbnail_default = {"image":"opus_Gp1o-9_image","thumbnail":"opus_Gp1o-9_thumbnail","figure":"opus_Gp1o-9_figure","caption":"opus_Gp1o-9_caption"};
18065
+ var ImageThumbnail_default = {"caption":"opus_Gp1o-9_caption","figure":"opus_Gp1o-9_figure","thumbnail":"opus_Gp1o-9_thumbnail","image":"opus_Gp1o-9_image"};
17951
18066
 
17952
18067
  // ../../components/ImageThumbnail/ImageThumbnail.tsx
17953
18068
  var import_jsx_runtime83 = require("react/jsx-runtime");
@@ -17986,7 +18101,7 @@ function ImageThumbnail({
17986
18101
  }
17987
18102
 
17988
18103
  // ../../components/ImageGallery/ImageGallery.module.css
17989
- var ImageGallery_default = {"empty":"opus_bezg4E_empty","gallery":"opus_bezg4E_gallery"};
18104
+ var ImageGallery_default = {"gallery":"opus_bezg4E_gallery","empty":"opus_bezg4E_empty"};
17990
18105
 
17991
18106
  // ../../components/ImageGallery/ImageGallery.tsx
17992
18107
  var import_jsx_runtime84 = require("react/jsx-runtime");
@@ -18022,7 +18137,7 @@ var import_react52 = require("react");
18022
18137
  var import_react51 = require("react");
18023
18138
 
18024
18139
  // ../../components/ModelViewer/ModelViewer.module.css
18025
- var ModelViewer_default = {"caption":"opus_f7gfHI_caption","model":"opus_f7gfHI_model","loading":"opus_f7gfHI_loading","viewer":"opus_f7gfHI_viewer","canvasHost":"opus_f7gfHI_canvasHost","stage":"opus_f7gfHI_stage"};
18140
+ var ModelViewer_default = {"loading":"opus_f7gfHI_loading","model":"opus_f7gfHI_model","stage":"opus_f7gfHI_stage","viewer":"opus_f7gfHI_viewer","canvasHost":"opus_f7gfHI_canvasHost","caption":"opus_f7gfHI_caption"};
18026
18141
 
18027
18142
  // ../../components/ModelViewer/FireBarrelModelViewer.tsx
18028
18143
  var import_jsx_runtime85 = require("react/jsx-runtime");
@@ -18240,10 +18355,14 @@ var import_free_solid_svg_icons14 = require("@fortawesome/free-solid-svg-icons")
18240
18355
  var import_react_fontawesome14 = require("@fortawesome/react-fontawesome");
18241
18356
 
18242
18357
  // ../../components/ModelLightbox/ModelLightbox.module.css
18243
- var ModelLightbox_default = {"overlay":"opus_YYKGIB_overlay","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","trigger":"opus_YYKGIB_trigger","closeIcon":"opus_YYKGIB_closeIcon","lightbox":"opus_YYKGIB_lightbox","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","close":"opus_YYKGIB_close","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn","frame":"opus_YYKGIB_frame"};
18358
+ var ModelLightbox_default = {"customTriggerContent":"opus_YYKGIB_customTriggerContent","frame":"opus_YYKGIB_frame","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","close":"opus_YYKGIB_close","customTriggerButton":"opus_YYKGIB_customTriggerButton","overlay":"opus_YYKGIB_overlay","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn","trigger":"opus_YYKGIB_trigger","customTrigger":"opus_YYKGIB_customTrigger","closeIcon":"opus_YYKGIB_closeIcon","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","lightbox":"opus_YYKGIB_lightbox","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn"};
18244
18359
 
18245
18360
  // ../../components/ModelLightbox/ModelLightbox.tsx
18246
- var import_jsx_runtime87 = require("react/jsx-runtime");
18361
+ var import_jsx_runtime87 = (
18362
+ /* The trigger content can hold its own controls (model-viewer renders a poster
18363
+ button), so it stays outside the button and an overlay captures the click. */
18364
+ require("react/jsx-runtime")
18365
+ );
18247
18366
  function ModelLightbox({
18248
18367
  asset,
18249
18368
  dismissOnBackdrop = true,
@@ -18294,17 +18413,18 @@ function ModelLightbox({
18294
18413
  return () => window.clearTimeout(timeout);
18295
18414
  }, [isOpen, isRendered]);
18296
18415
  return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: ModelLightbox_default.lightbox, children: [
18297
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
18298
- "button",
18299
- {
18300
- "aria-label": trigger ? triggerLabel : void 0,
18301
- className: ModelLightbox_default.trigger,
18302
- "data-custom": trigger ? "true" : "false",
18303
- type: "button",
18304
- onClick: () => setOpen(true),
18305
- children: trigger != null ? trigger : /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: triggerLabel })
18306
- }
18307
- ),
18416
+ trigger ? /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("div", { className: ModelLightbox_default.customTrigger, children: [
18417
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("div", { className: ModelLightbox_default.customTriggerContent, inert: true, children: trigger }),
18418
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
18419
+ "button",
18420
+ {
18421
+ "aria-label": triggerLabel,
18422
+ className: ModelLightbox_default.customTriggerButton,
18423
+ type: "button",
18424
+ onClick: () => setOpen(true)
18425
+ }
18426
+ )
18427
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("button", { className: ModelLightbox_default.trigger, type: "button", onClick: () => setOpen(true), children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)("span", { children: triggerLabel }) }),
18308
18428
  isOpen || isRendered ? /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
18309
18429
  "div",
18310
18430
  {
@@ -18345,7 +18465,7 @@ function ModelLightbox({
18345
18465
  }
18346
18466
 
18347
18467
  // ../../components/ModelThumbnail/ModelThumbnail.module.css
18348
- var ModelThumbnail_default = {"content":"opus_NkO9Yb_content","staticThumbnail":"opus_NkO9Yb_staticThumbnail","caption":"opus_NkO9Yb_caption"};
18468
+ var ModelThumbnail_default = {"caption":"opus_NkO9Yb_caption","staticThumbnail":"opus_NkO9Yb_staticThumbnail","content":"opus_NkO9Yb_content"};
18349
18469
 
18350
18470
  // ../../components/ModelThumbnail/ModelThumbnail.tsx
18351
18471
  var import_jsx_runtime88 = require("react/jsx-runtime");
@@ -18415,7 +18535,7 @@ function ModelGallery({
18415
18535
  var import_react54 = require("react");
18416
18536
 
18417
18537
  // ../../components/EmptyState/EmptyState.module.css
18418
- var EmptyState_default = {"title":"opus_1KckGY_title","description":"opus_1KckGY_description","actions":"opus_1KckGY_actions","iconWrap":"opus_1KckGY_iconWrap","root":"opus_1KckGY_root","copy":"opus_1KckGY_copy"};
18538
+ var EmptyState_default = {"iconWrap":"opus_1KckGY_iconWrap","title":"opus_1KckGY_title","description":"opus_1KckGY_description","copy":"opus_1KckGY_copy","root":"opus_1KckGY_root","actions":"opus_1KckGY_actions"};
18419
18539
 
18420
18540
  // ../../components/EmptyState/EmptyState.tsx
18421
18541
  var import_jsx_runtime90 = require("react/jsx-runtime");
@@ -18449,7 +18569,7 @@ function EmptyState({
18449
18569
  }
18450
18570
 
18451
18571
  // ../../components/Divider/Divider.module.css
18452
- var Divider_default = {"line":"opus_ux1i0D_line","label":"opus_ux1i0D_label","labelled":"opus_ux1i0D_labelled","divider":"opus_ux1i0D_divider"};
18572
+ var Divider_default = {"divider":"opus_ux1i0D_divider","line":"opus_ux1i0D_line","labelled":"opus_ux1i0D_labelled","label":"opus_ux1i0D_label"};
18453
18573
 
18454
18574
  // ../../components/Divider/Divider.tsx
18455
18575
  var import_jsx_runtime91 = require("react/jsx-runtime");
@@ -18491,7 +18611,7 @@ function Divider({
18491
18611
  var import_react55 = require("react");
18492
18612
 
18493
18613
  // ../../components/Avatar/Avatar.module.css
18494
- var Avatar_default = {"image":"opus_jsRWxO_image","initials":"opus_jsRWxO_initials","avatar":"opus_jsRWxO_avatar"};
18614
+ var Avatar_default = {"initials":"opus_jsRWxO_initials","avatar":"opus_jsRWxO_avatar","image":"opus_jsRWxO_image"};
18495
18615
 
18496
18616
  // ../../components/Avatar/Avatar.tsx
18497
18617
  var import_jsx_runtime92 = (
@@ -18567,7 +18687,7 @@ function AvatarGroup({ items, max = 4, size = "md" }) {
18567
18687
  }
18568
18688
 
18569
18689
  // ../../components/Statistic/Statistic.module.css
18570
- var Statistic_default = {"trend":"opus_vCN1bv_trend","value":"opus_vCN1bv_value","label":"opus_vCN1bv_label","root":"opus_vCN1bv_root","affix":"opus_vCN1bv_affix"};
18690
+ var Statistic_default = {"value":"opus_vCN1bv_value","label":"opus_vCN1bv_label","affix":"opus_vCN1bv_affix","root":"opus_vCN1bv_root","trend":"opus_vCN1bv_trend"};
18571
18691
 
18572
18692
  // ../../components/Statistic/Statistic.tsx
18573
18693
  var import_jsx_runtime94 = require("react/jsx-runtime");
@@ -18594,7 +18714,7 @@ function Statistic({
18594
18714
  }
18595
18715
 
18596
18716
  // ../../components/List/List.module.css
18597
- var List_default = {"meta":"opus_ys3xlo_meta","description":"opus_ys3xlo_description","item":"opus_ys3xlo_item","itemAction":"opus_ys3xlo_itemAction","body":"opus_ys3xlo_body","title":"opus_ys3xlo_title","list":"opus_ys3xlo_list","head":"opus_ys3xlo_head","icon":"opus_ys3xlo_icon"};
18717
+ var List_default = {"itemAction":"opus_ys3xlo_itemAction","icon":"opus_ys3xlo_icon","meta":"opus_ys3xlo_meta","body":"opus_ys3xlo_body","item":"opus_ys3xlo_item","list":"opus_ys3xlo_list","head":"opus_ys3xlo_head","description":"opus_ys3xlo_description","title":"opus_ys3xlo_title"};
18598
18718
 
18599
18719
  // ../../components/List/List.tsx
18600
18720
  var import_jsx_runtime95 = require("react/jsx-runtime");
@@ -18617,7 +18737,7 @@ function List({ density = "comfortable", items, ordered = false, onItemClick })
18617
18737
  }
18618
18738
 
18619
18739
  // ../../components/DescriptionList/DescriptionList.module.css
18620
- var DescriptionList_default = {"term":"opus_FY8OsC_term","list":"opus_FY8OsC_list","row":"opus_FY8OsC_row","details":"opus_FY8OsC_details"};
18740
+ var DescriptionList_default = {"list":"opus_FY8OsC_list","term":"opus_FY8OsC_term","details":"opus_FY8OsC_details","row":"opus_FY8OsC_row"};
18621
18741
 
18622
18742
  // ../../components/DescriptionList/DescriptionList.tsx
18623
18743
  var import_jsx_runtime96 = require("react/jsx-runtime");
@@ -18635,7 +18755,7 @@ function DescriptionList({
18635
18755
  var import_react56 = require("react");
18636
18756
 
18637
18757
  // ../../components/PropertyGrid/PropertyGrid.module.css
18638
- var PropertyGrid_default = {"valueCell":"opus_Bnfsue_valueCell","value":"opus_Bnfsue_value","label":"opus_Bnfsue_label","grid":"opus_Bnfsue_grid","row":"opus_Bnfsue_row","copy":"opus_Bnfsue_copy"};
18758
+ var PropertyGrid_default = {"copy":"opus_Bnfsue_copy","row":"opus_Bnfsue_row","grid":"opus_Bnfsue_grid","label":"opus_Bnfsue_label","valueCell":"opus_Bnfsue_valueCell","value":"opus_Bnfsue_value"};
18639
18759
 
18640
18760
  // ../../components/PropertyGrid/PropertyGrid.tsx
18641
18761
  var import_jsx_runtime97 = require("react/jsx-runtime");
@@ -18760,7 +18880,7 @@ function Grid2({
18760
18880
  var import_react58 = require("react");
18761
18881
 
18762
18882
  // ../../components/ResizeHandle/ResizeHandle.module.css
18763
- var ResizeHandle_default = {"grip":"opus_PaKREB_grip","handle":"opus_PaKREB_handle","dot":"opus_PaKREB_dot"};
18883
+ var ResizeHandle_default = {"grip":"opus_PaKREB_grip","dot":"opus_PaKREB_dot","handle":"opus_PaKREB_handle"};
18764
18884
 
18765
18885
  // ../../components/ResizeHandle/ResizeHandle.tsx
18766
18886
  var import_jsx_runtime101 = require("react/jsx-runtime");
@@ -18797,7 +18917,7 @@ function ResizeHandle(_a2) {
18797
18917
  }
18798
18918
 
18799
18919
  // ../../components/Splitter/Splitter.module.css
18800
- var Splitter_default = {"pane":"opus_Khgx9s_pane","srOnly":"opus_Khgx9s_srOnly","root":"opus_Khgx9s_root"};
18920
+ var Splitter_default = {"srOnly":"opus_Khgx9s_srOnly","root":"opus_Khgx9s_root","pane":"opus_Khgx9s_pane"};
18801
18921
 
18802
18922
  // ../../components/Splitter/Splitter.tsx
18803
18923
  var import_jsx_runtime102 = require("react/jsx-runtime");
@@ -18907,7 +19027,7 @@ function Splitter({
18907
19027
  var import_react59 = require("react");
18908
19028
 
18909
19029
  // ../../components/ResizablePanel/ResizablePanel.module.css
18910
- var ResizablePanel_default = {"handle":"opus_kVJ122_handle","root":"opus_kVJ122_root","body":"opus_kVJ122_body"};
19030
+ var ResizablePanel_default = {"root":"opus_kVJ122_root","body":"opus_kVJ122_body","handle":"opus_kVJ122_handle"};
18911
19031
 
18912
19032
  // ../../components/ResizablePanel/ResizablePanel.tsx
18913
19033
  var import_jsx_runtime103 = require("react/jsx-runtime");
@@ -18990,7 +19110,7 @@ function ResizablePanel({
18990
19110
  }
18991
19111
 
18992
19112
  // ../../components/DockLayout/DockLayout.module.css
18993
- var DockLayout_default = {"root":"opus_3zzL8C_root","top":"opus_3zzL8C_top","bottom":"opus_3zzL8C_bottom","left":"opus_3zzL8C_left","center":"opus_3zzL8C_center","right":"opus_3zzL8C_right","middle":"opus_3zzL8C_middle"};
19113
+ var DockLayout_default = {"top":"opus_3zzL8C_top","left":"opus_3zzL8C_left","center":"opus_3zzL8C_center","bottom":"opus_3zzL8C_bottom","right":"opus_3zzL8C_right","middle":"opus_3zzL8C_middle","root":"opus_3zzL8C_root"};
18994
19114
 
18995
19115
  // ../../components/DockLayout/DockLayout.tsx
18996
19116
  var import_jsx_runtime104 = require("react/jsx-runtime");
@@ -19021,7 +19141,7 @@ var import_react61 = require("react");
19021
19141
  var import_react60 = require("react");
19022
19142
 
19023
19143
  // ../../components/CustomScrollbar/CustomScrollbar.module.css
19024
- var CustomScrollbar_default = {"viewport":"opus_I9wQcM_viewport","cornerDot":"opus_I9wQcM_cornerDot","root":"opus_I9wQcM_root","content":"opus_I9wQcM_content","track":"opus_I9wQcM_track","thumb":"opus_I9wQcM_thumb"};
19144
+ var CustomScrollbar_default = {"content":"opus_I9wQcM_content","cornerDot":"opus_I9wQcM_cornerDot","viewport":"opus_I9wQcM_viewport","track":"opus_I9wQcM_track","root":"opus_I9wQcM_root","thumb":"opus_I9wQcM_thumb"};
19025
19145
 
19026
19146
  // ../../components/CustomScrollbar/CustomScrollbar.tsx
19027
19147
  var import_jsx_runtime105 = require("react/jsx-runtime");
@@ -19317,7 +19437,7 @@ function CustomScrollbar({
19317
19437
  }
19318
19438
 
19319
19439
  // ../../components/ThreePaneLayout/ThreePaneLayout.module.css
19320
- var ThreePaneLayout_default = {"sidebar":"opus_DtnFdK_sidebar","content":"opus_DtnFdK_content","handle":"opus_DtnFdK_handle","root":"opus_DtnFdK_root"};
19440
+ var ThreePaneLayout_default = {"sidebar":"opus_DtnFdK_sidebar","content":"opus_DtnFdK_content","root":"opus_DtnFdK_root","handle":"opus_DtnFdK_handle"};
19321
19441
 
19322
19442
  // ../../components/ThreePaneLayout/ThreePaneLayout.tsx
19323
19443
  var import_jsx_runtime106 = require("react/jsx-runtime");
@@ -19695,7 +19815,7 @@ function ScrollArea({
19695
19815
  }
19696
19816
 
19697
19817
  // ../../components/AspectRatio/AspectRatio.module.css
19698
- var AspectRatio_default = {"content":"opus_CZP9Id_content","root":"opus_CZP9Id_root"};
19818
+ var AspectRatio_default = {"root":"opus_CZP9Id_root","content":"opus_CZP9Id_content"};
19699
19819
 
19700
19820
  // ../../components/AspectRatio/AspectRatio.tsx
19701
19821
  var import_jsx_runtime108 = require("react/jsx-runtime");
@@ -19763,7 +19883,7 @@ function Spacer({ axis = "y", className, flex = false, size = 16, style }) {
19763
19883
  }
19764
19884
 
19765
19885
  // ../../components/Breadcrumb/Breadcrumb.module.css
19766
- var Breadcrumb_default = {"separator":"opus_FwZfXe_separator","link":"opus_FwZfXe_link","root":"opus_FwZfXe_root","current":"opus_FwZfXe_current","list":"opus_FwZfXe_list","item":"opus_FwZfXe_item"};
19886
+ var Breadcrumb_default = {"item":"opus_FwZfXe_item","current":"opus_FwZfXe_current","link":"opus_FwZfXe_link","list":"opus_FwZfXe_list","separator":"opus_FwZfXe_separator","root":"opus_FwZfXe_root"};
19767
19887
 
19768
19888
  // ../../components/Breadcrumb/Breadcrumb.tsx
19769
19889
  var import_jsx_runtime111 = require("react/jsx-runtime");
@@ -19791,7 +19911,7 @@ function Breadcrumb({ ariaLabel = "Breadcrumb", items, onNavigate, separator = "
19791
19911
  }
19792
19912
 
19793
19913
  // ../../components/Pagination/Pagination.module.css
19794
- var Pagination_default = {"button":"opus_VkXUKR_button","ellipsis":"opus_VkXUKR_ellipsis","active":"opus_VkXUKR_active","root":"opus_VkXUKR_root"};
19914
+ var Pagination_default = {"button":"opus_VkXUKR_button","root":"opus_VkXUKR_root","ellipsis":"opus_VkXUKR_ellipsis","active":"opus_VkXUKR_active"};
19795
19915
 
19796
19916
  // ../../components/Pagination/Pagination.tsx
19797
19917
  var import_jsx_runtime112 = require("react/jsx-runtime");
@@ -19856,7 +19976,7 @@ function Pagination({ page, pageCount, onPageChange, siblingCount = 1 }) {
19856
19976
  }
19857
19977
 
19858
19978
  // ../../components/PageHeader/PageHeader.module.css
19859
- var PageHeader_default = {"breadcrumbs":"opus_1pSVfU_breadcrumbs","root":"opus_1pSVfU_root","row":"opus_1pSVfU_row","title":"opus_1pSVfU_title","description":"opus_1pSVfU_description","actions":"opus_1pSVfU_actions","eyebrow":"opus_1pSVfU_eyebrow","copy":"opus_1pSVfU_copy"};
19979
+ var PageHeader_default = {"copy":"opus_1pSVfU_copy","eyebrow":"opus_1pSVfU_eyebrow","description":"opus_1pSVfU_description","title":"opus_1pSVfU_title","row":"opus_1pSVfU_row","breadcrumbs":"opus_1pSVfU_breadcrumbs","actions":"opus_1pSVfU_actions","root":"opus_1pSVfU_root"};
19860
19980
 
19861
19981
  // ../../components/PageHeader/PageHeader.tsx
19862
19982
  var import_jsx_runtime113 = require("react/jsx-runtime");
@@ -19875,7 +19995,7 @@ function PageHeader({ actions, breadcrumbs, description, eyebrow, title }) {
19875
19995
  }
19876
19996
 
19877
19997
  // ../../components/Toolbar/Toolbar.module.css
19878
- var Toolbar_default = {"end":"opus_lO-IAD_end","root":"opus_lO-IAD_root","cluster":"opus_lO-IAD_cluster"};
19998
+ var Toolbar_default = {"cluster":"opus_lO-IAD_cluster","end":"opus_lO-IAD_end","root":"opus_lO-IAD_root"};
19879
19999
 
19880
20000
  // ../../components/Toolbar/Toolbar.tsx
19881
20001
  var import_jsx_runtime114 = require("react/jsx-runtime");
@@ -19897,7 +20017,7 @@ function Toolbar({ children, className, dense = false, end, label, start }) {
19897
20017
  }
19898
20018
 
19899
20019
  // ../../components/BottomNavigation/BottomNavigation.module.css
19900
- var BottomNavigation_default = {"item":"opus_Yqcmor_item","active":"opus_Yqcmor_active","root":"opus_Yqcmor_root","icon":"opus_Yqcmor_icon","label":"opus_Yqcmor_label"};
20020
+ var BottomNavigation_default = {"root":"opus_Yqcmor_root","item":"opus_Yqcmor_item","icon":"opus_Yqcmor_icon","label":"opus_Yqcmor_label","active":"opus_Yqcmor_active"};
19901
20021
 
19902
20022
  // ../../components/BottomNavigation/BottomNavigation.tsx
19903
20023
  var import_jsx_runtime115 = require("react/jsx-runtime");
@@ -19927,7 +20047,7 @@ function BottomNavigation({ items, onChange, value }) {
19927
20047
  }
19928
20048
 
19929
20049
  // ../../components/NavigationRail/NavigationRail.module.css
19930
- var NavigationRail_default = {"active":"opus_E7mR15_active","root":"opus_E7mR15_root","srOnly":"opus_E7mR15_srOnly","icon":"opus_E7mR15_icon","item":"opus_E7mR15_item","label":"opus_E7mR15_label"};
20050
+ var NavigationRail_default = {"label":"opus_E7mR15_label","srOnly":"opus_E7mR15_srOnly","icon":"opus_E7mR15_icon","root":"opus_E7mR15_root","active":"opus_E7mR15_active","item":"opus_E7mR15_item"};
19931
20051
 
19932
20052
  // ../../components/NavigationRail/NavigationRail.tsx
19933
20053
  var import_jsx_runtime116 = require("react/jsx-runtime");
@@ -19970,7 +20090,7 @@ function NavigationRail({ collapsed = false, items, onChange, value }) {
19970
20090
  var import_react62 = require("react");
19971
20091
 
19972
20092
  // ../../components/SplitButton/SplitButton.module.css
19973
- var SplitButton_default = {"menuItem":"opus_TVuiQN_menuItem","main":"opus_TVuiQN_main","menu":"opus_TVuiQN_menu","root":"opus_TVuiQN_root","caret":"opus_TVuiQN_caret"};
20093
+ var SplitButton_default = {"root":"opus_TVuiQN_root","menuItem":"opus_TVuiQN_menuItem","caret":"opus_TVuiQN_caret","main":"opus_TVuiQN_main","menu":"opus_TVuiQN_menu"};
19974
20094
 
19975
20095
  // ../../components/SplitButton/SplitButton.tsx
19976
20096
  var import_jsx_runtime117 = require("react/jsx-runtime");
@@ -20035,7 +20155,7 @@ function SplitButton({
20035
20155
  }
20036
20156
 
20037
20157
  // ../../components/FloatingActionButton/FloatingActionButton.module.css
20038
- var FloatingActionButton_default = {"icon":"opus_UXPLpX_icon","srOnly":"opus_UXPLpX_srOnly","label":"opus_UXPLpX_label","root":"opus_UXPLpX_root"};
20158
+ var FloatingActionButton_default = {"icon":"opus_UXPLpX_icon","root":"opus_UXPLpX_root","label":"opus_UXPLpX_label","srOnly":"opus_UXPLpX_srOnly"};
20039
20159
 
20040
20160
  // ../../components/FloatingActionButton/FloatingActionButton.tsx
20041
20161
  var import_jsx_runtime118 = require("react/jsx-runtime");
@@ -20371,7 +20491,7 @@ function TileGradientDefs({ primary, secondary } = {}) {
20371
20491
  }
20372
20492
 
20373
20493
  // ../../components/Tile/Tile.module.css
20374
- var Tile_default = {"label":"opus_wypm8k_label","icon":"opus_wypm8k_icon","tile":"opus_wypm8k_tile"};
20494
+ var Tile_default = {"tile":"opus_wypm8k_tile","icon":"opus_wypm8k_icon","label":"opus_wypm8k_label"};
20375
20495
 
20376
20496
  // ../../components/Tile/Tile.tsx
20377
20497
  var import_jsx_runtime120 = require("react/jsx-runtime");
@@ -20404,7 +20524,7 @@ function Tile({
20404
20524
  }
20405
20525
 
20406
20526
  // ../../components/Tiles/Tiles.module.css
20407
- var Tiles_default = {"tileItem":"opus_zD82gC_tileItem","row":"opus_zD82gC_row","previousButton":"opus_zD82gC_previousButton","viewport":"opus_zD82gC_viewport","nextButton":"opus_zD82gC_nextButton","tile":"opus_zD82gC_tile","moreButton":"opus_zD82gC_moreButton"};
20527
+ var Tiles_default = {"moreButton":"opus_zD82gC_moreButton","viewport":"opus_zD82gC_viewport","tileItem":"opus_zD82gC_tileItem","tile":"opus_zD82gC_tile","previousButton":"opus_zD82gC_previousButton","nextButton":"opus_zD82gC_nextButton","row":"opus_zD82gC_row"};
20408
20528
 
20409
20529
  // ../../components/Tiles/Tiles.tsx
20410
20530
  var import_jsx_runtime121 = require("react/jsx-runtime");
@@ -20482,7 +20602,7 @@ function Tiles({ className, items, layout = "fill" }) {
20482
20602
  }
20483
20603
 
20484
20604
  // ../../components/StatTile/StatTile.module.css
20485
- var StatTile_default = {"trend":"opus_8DpwUV_trend","label":"opus_8DpwUV_label","icon":"opus_8DpwUV_icon","comparison":"opus_8DpwUV_comparison","statTile":"opus_8DpwUV_statTile","meta":"opus_8DpwUV_meta","body":"opus_8DpwUV_body","value":"opus_8DpwUV_value"};
20605
+ var StatTile_default = {"statTile":"opus_8DpwUV_statTile","label":"opus_8DpwUV_label","meta":"opus_8DpwUV_meta","trend":"opus_8DpwUV_trend","value":"opus_8DpwUV_value","comparison":"opus_8DpwUV_comparison","icon":"opus_8DpwUV_icon","body":"opus_8DpwUV_body"};
20486
20606
 
20487
20607
  // ../../components/StatTile/StatTile.tsx
20488
20608
  var import_jsx_runtime122 = require("react/jsx-runtime");
@@ -20537,7 +20657,7 @@ function StatTile({
20537
20657
  var import_react65 = require("react");
20538
20658
 
20539
20659
  // ../../components/StatTiles/StatTiles.module.css
20540
- var StatTiles_default = {"moreButton":"opus_uhJd8v_moreButton","row":"opus_uhJd8v_row","viewport":"opus_uhJd8v_viewport","nextButton":"opus_uhJd8v_nextButton","previousButton":"opus_uhJd8v_previousButton","statTile":"opus_uhJd8v_statTile","statTileItem":"opus_uhJd8v_statTileItem"};
20660
+ var StatTiles_default = {"moreButton":"opus_uhJd8v_moreButton","viewport":"opus_uhJd8v_viewport","statTileItem":"opus_uhJd8v_statTileItem","row":"opus_uhJd8v_row","nextButton":"opus_uhJd8v_nextButton","statTile":"opus_uhJd8v_statTile","previousButton":"opus_uhJd8v_previousButton"};
20541
20661
 
20542
20662
  // ../../components/StatTiles/StatTiles.tsx
20543
20663
  var import_jsx_runtime123 = require("react/jsx-runtime");
@@ -20546,12 +20666,14 @@ function StatTiles({ className, items, layout = "fill" }) {
20546
20666
  const rowRef = (0, import_react65.useRef)(null);
20547
20667
  const [hasPrevious, setHasPrevious] = (0, import_react65.useState)(false);
20548
20668
  const [hasMore, setHasMore] = (0, import_react65.useState)(false);
20669
+ const [scrollable, setScrollable] = (0, import_react65.useState)(false);
20549
20670
  const rowStyle = layout === "fill" && items.length > 0 ? { gridTemplateColumns: `repeat(${items.length}, minmax(var(--stat-tile-min), 1fr))` } : void 0;
20550
20671
  const updateOverflow = (0, import_react65.useCallback)(() => {
20551
20672
  const row = rowRef.current;
20552
20673
  if (!row) return;
20553
20674
  setHasPrevious(row.scrollLeft > 2);
20554
20675
  setHasMore(row.scrollWidth - row.scrollLeft - row.clientWidth > 2);
20676
+ setScrollable(row.scrollWidth - row.clientWidth > 2);
20555
20677
  }, []);
20556
20678
  (0, import_react65.useEffect)(() => {
20557
20679
  const row = rowRef.current;
@@ -20586,6 +20708,7 @@ function StatTiles({ className, items, layout = "fill" }) {
20586
20708
  ref: rowRef,
20587
20709
  role: "list",
20588
20710
  style: rowStyle,
20711
+ tabIndex: scrollable ? 0 : void 0,
20589
20712
  children: items.map((item, index) => {
20590
20713
  var _a2;
20591
20714
  const tone = (_a2 = item.tone) != null ? _a2 : defaultToneForIndex2(index);
@@ -20618,7 +20741,7 @@ function StatTiles({ className, items, layout = "fill" }) {
20618
20741
  var import_react66 = require("react");
20619
20742
 
20620
20743
  // ../../components/PipelineOverview/PipelineOverview.module.css
20621
- var PipelineOverview_default = {"legendDot":"opus_1ScjMZ_legendDot","body":"opus_1ScjMZ_body","legend":"opus_1ScjMZ_legend","legendValue":"opus_1ScjMZ_legendValue","footer":"opus_1ScjMZ_footer","period":"opus_1ScjMZ_period","funnelSvg":"opus_1ScjMZ_funnelSvg","legendItem":"opus_1ScjMZ_legendItem","totalLabel":"opus_1ScjMZ_totalLabel","periodLabel":"opus_1ScjMZ_periodLabel","periodChevron":"opus_1ScjMZ_periodChevron","funnel":"opus_1ScjMZ_funnel","totalValue":"opus_1ScjMZ_totalValue","total":"opus_1ScjMZ_total","root":"opus_1ScjMZ_root","legendCopy":"opus_1ScjMZ_legendCopy","periodSelect":"opus_1ScjMZ_periodSelect","legendLabel":"opus_1ScjMZ_legendLabel"};
20744
+ var PipelineOverview_default = {"legendValue":"opus_1ScjMZ_legendValue","totalValue":"opus_1ScjMZ_totalValue","totalLabel":"opus_1ScjMZ_totalLabel","body":"opus_1ScjMZ_body","funnelSvg":"opus_1ScjMZ_funnelSvg","legendCopy":"opus_1ScjMZ_legendCopy","funnel":"opus_1ScjMZ_funnel","footer":"opus_1ScjMZ_footer","legend":"opus_1ScjMZ_legend","root":"opus_1ScjMZ_root","period":"opus_1ScjMZ_period","periodLabel":"opus_1ScjMZ_periodLabel","periodSelect":"opus_1ScjMZ_periodSelect","periodChevron":"opus_1ScjMZ_periodChevron","legendLabel":"opus_1ScjMZ_legendLabel","total":"opus_1ScjMZ_total","legendDot":"opus_1ScjMZ_legendDot","legendItem":"opus_1ScjMZ_legendItem"};
20622
20745
 
20623
20746
  // ../../components/PipelineOverview/PipelineOverview.tsx
20624
20747
  var import_jsx_runtime124 = require("react/jsx-runtime");
@@ -20965,7 +21088,7 @@ function getDealsOverTimePalette(palette, accents) {
20965
21088
  }
20966
21089
 
20967
21090
  // ../../components/DealsOverTime/DealsOverTime.module.css
20968
- var DealsOverTime_default = {"tooltipValue":"opus_Hn1LW1_tooltipValue","root":"opus_Hn1LW1_root","axisLabel":"opus_Hn1LW1_axisLabel","chartWrap":"opus_Hn1LW1_chartWrap","tooltip":"opus_Hn1LW1_tooltip","pointGlow":"opus_Hn1LW1_pointGlow","pointRing":"opus_Hn1LW1_pointRing","pointCore":"opus_Hn1LW1_pointCore","title":"opus_Hn1LW1_title","periodLabel":"opus_Hn1LW1_periodLabel","lineGlowMid":"opus_Hn1LW1_lineGlowMid","lineGlowSoft":"opus_Hn1LW1_lineGlowSoft","tooltipDate":"opus_Hn1LW1_tooltipDate","gridLine":"opus_Hn1LW1_gridLine","line":"opus_Hn1LW1_line","header":"opus_Hn1LW1_header","periodSelect":"opus_Hn1LW1_periodSelect","area":"opus_Hn1LW1_area","chart":"opus_Hn1LW1_chart","pointSolid":"opus_Hn1LW1_pointSolid","period":"opus_Hn1LW1_period","hitTarget":"opus_Hn1LW1_hitTarget"};
21091
+ var DealsOverTime_default = {"lineGlowMid":"opus_Hn1LW1_lineGlowMid","header":"opus_Hn1LW1_header","root":"opus_Hn1LW1_root","periodSelect":"opus_Hn1LW1_periodSelect","tooltipDate":"opus_Hn1LW1_tooltipDate","gridLine":"opus_Hn1LW1_gridLine","pointRing":"opus_Hn1LW1_pointRing","hitTarget":"opus_Hn1LW1_hitTarget","pointCore":"opus_Hn1LW1_pointCore","lineGlowSoft":"opus_Hn1LW1_lineGlowSoft","pointGlow":"opus_Hn1LW1_pointGlow","pointSolid":"opus_Hn1LW1_pointSolid","period":"opus_Hn1LW1_period","line":"opus_Hn1LW1_line","area":"opus_Hn1LW1_area","tooltipValue":"opus_Hn1LW1_tooltipValue","axisLabel":"opus_Hn1LW1_axisLabel","periodLabel":"opus_Hn1LW1_periodLabel","chartWrap":"opus_Hn1LW1_chartWrap","title":"opus_Hn1LW1_title","chart":"opus_Hn1LW1_chart","tooltip":"opus_Hn1LW1_tooltip"};
20969
21092
 
20970
21093
  // ../../components/DealsOverTime/DealsOverTime.tsx
20971
21094
  var import_jsx_runtime125 = require("react/jsx-runtime");
@@ -21369,7 +21492,7 @@ function DealsOverTime({
21369
21492
  var import_react68 = require("react");
21370
21493
 
21371
21494
  // ../../components/DashboardListWidget/shared.module.css
21372
- var shared_default = {"iconWrap":"opus_8R-PJ3_iconWrap","itemAction":"opus_8R-PJ3_itemAction","footerIcon":"opus_8R-PJ3_footerIcon","footer":"opus_8R-PJ3_footer","list":"opus_8R-PJ3_list","footerAction":"opus_8R-PJ3_footerAction"};
21495
+ var shared_default = {"list":"opus_8R-PJ3_list","footerAction":"opus_8R-PJ3_footerAction","iconWrap":"opus_8R-PJ3_iconWrap","itemAction":"opus_8R-PJ3_itemAction","footerIcon":"opus_8R-PJ3_footerIcon","footer":"opus_8R-PJ3_footer"};
21373
21496
 
21374
21497
  // ../../components/DashboardListWidget/DashboardListFooter.tsx
21375
21498
  var import_jsx_runtime126 = require("react/jsx-runtime");
@@ -21382,7 +21505,7 @@ function DashboardListFooter({ footerHref, footerLabel, onFooterClick }) {
21382
21505
  }
21383
21506
 
21384
21507
  // ../../components/UpcomingTasks/UpcomingTasks.module.css
21385
- var UpcomingTasks_default = {"list":"opus_mFTWWU_list","title":"opus_mFTWWU_title","itemAction":"opus_mFTWWU_itemAction","itemBody":"opus_mFTWWU_itemBody","taskCheckbox":"opus_mFTWWU_taskCheckbox","copy":"opus_mFTWWU_copy","itemTitle":"opus_mFTWWU_itemTitle","header":"opus_mFTWWU_header","item":"opus_mFTWWU_item","itemSubtitle":"opus_mFTWWU_itemSubtitle","time":"opus_mFTWWU_time","root":"opus_mFTWWU_root"};
21508
+ var UpcomingTasks_default = {"time":"opus_mFTWWU_time","item":"opus_mFTWWU_item","header":"opus_mFTWWU_header","itemAction":"opus_mFTWWU_itemAction","itemBody":"opus_mFTWWU_itemBody","root":"opus_mFTWWU_root","title":"opus_mFTWWU_title","taskCheckbox":"opus_mFTWWU_taskCheckbox","copy":"opus_mFTWWU_copy","itemTitle":"opus_mFTWWU_itemTitle","itemSubtitle":"opus_mFTWWU_itemSubtitle","list":"opus_mFTWWU_list"};
21386
21509
 
21387
21510
  // ../../components/UpcomingTasks/UpcomingTasks.tsx
21388
21511
  var import_jsx_runtime127 = require("react/jsx-runtime");
@@ -21467,7 +21590,7 @@ function UpcomingTasks({
21467
21590
  }
21468
21591
 
21469
21592
  // ../../components/RecentActivity/RecentActivity.module.css
21470
- var RecentActivity_default = {"iconWrap":"opus_PR08Ax_iconWrap","itemSubtitle":"opus_PR08Ax_itemSubtitle","item":"opus_PR08Ax_item","title":"opus_PR08Ax_title","list":"opus_PR08Ax_list","time":"opus_PR08Ax_time","header":"opus_PR08Ax_header","itemAction":"opus_PR08Ax_itemAction","root":"opus_PR08Ax_root","itemTitle":"opus_PR08Ax_itemTitle","copy":"opus_PR08Ax_copy"};
21593
+ var RecentActivity_default = {"root":"opus_PR08Ax_root","iconWrap":"opus_PR08Ax_iconWrap","title":"opus_PR08Ax_title","copy":"opus_PR08Ax_copy","itemAction":"opus_PR08Ax_itemAction","list":"opus_PR08Ax_list","header":"opus_PR08Ax_header","time":"opus_PR08Ax_time","item":"opus_PR08Ax_item","itemSubtitle":"opus_PR08Ax_itemSubtitle","itemTitle":"opus_PR08Ax_itemTitle"};
21471
21594
 
21472
21595
  // ../../components/RecentActivity/RecentActivity.tsx
21473
21596
  var import_jsx_runtime128 = require("react/jsx-runtime");
@@ -43257,7 +43380,7 @@ function opusThemeTokens(theme) {
43257
43380
  }
43258
43381
 
43259
43382
  // ../../components/EmojiPicker/EmojiPicker.module.css
43260
- var EmojiPicker_default = {"categoryButton":"opus__tyRxw_categoryButton","srOnly":"opus__tyRxw_srOnly","categories":"opus__tyRxw_categories","root":"opus__tyRxw_root","panel":"opus__tyRxw_panel","emojiButton":"opus__tyRxw_emojiButton","searchHint":"opus__tyRxw_searchHint","empty":"opus__tyRxw_empty","grid":"opus__tyRxw_grid","search":"opus__tyRxw_search"};
43383
+ var EmojiPicker_default = {"panel":"opus__tyRxw_panel","empty":"opus__tyRxw_empty","srOnly":"opus__tyRxw_srOnly","search":"opus__tyRxw_search","emojiButton":"opus__tyRxw_emojiButton","grid":"opus__tyRxw_grid","root":"opus__tyRxw_root","categoryButton":"opus__tyRxw_categoryButton","searchHint":"opus__tyRxw_searchHint","categories":"opus__tyRxw_categories"};
43261
43384
 
43262
43385
  // ../../components/EmojiPicker/EmojiPicker.tsx
43263
43386
  var import_jsx_runtime129 = require("react/jsx-runtime");
@@ -43535,7 +43658,7 @@ function EmojiPicker({
43535
43658
  var import_react70 = require("react");
43536
43659
 
43537
43660
  // ../../components/NoteTag/NoteTag.module.css
43538
- var NoteTag_default = {"menuHeader":"opus__ZnbtA_menuHeader","picker":"opus__ZnbtA_picker","menu":"opus__ZnbtA_menu","list":"opus__ZnbtA_list","option":"opus__ZnbtA_option","options":"opus__ZnbtA_options","removeButton":"opus__ZnbtA_removeButton","tag":"opus__ZnbtA_tag"};
43661
+ var NoteTag_default = {"option":"opus__ZnbtA_option","menu":"opus__ZnbtA_menu","options":"opus__ZnbtA_options","removeButton":"opus__ZnbtA_removeButton","picker":"opus__ZnbtA_picker","list":"opus__ZnbtA_list","tag":"opus__ZnbtA_tag","menuHeader":"opus__ZnbtA_menuHeader"};
43539
43662
 
43540
43663
  // ../../components/NoteTag/NoteTag.tsx
43541
43664
  var import_jsx_runtime130 = require("react/jsx-runtime");
@@ -43685,7 +43808,7 @@ function NoteTagPicker({
43685
43808
  }
43686
43809
 
43687
43810
  // ../../components/NoteComposer/NoteComposer.module.css
43688
- var NoteComposer_default = {"tools":"opus_pQVlNo_tools","root":"opus_pQVlNo_root","textarea":"opus_pQVlNo_textarea","toolButton":"opus_pQVlNo_toolButton","footer":"opus_pQVlNo_footer","selectedTags":"opus_pQVlNo_selectedTags","saveButton":"opus_pQVlNo_saveButton"};
43811
+ var NoteComposer_default = {"saveButton":"opus_pQVlNo_saveButton","textarea":"opus_pQVlNo_textarea","tools":"opus_pQVlNo_tools","selectedTags":"opus_pQVlNo_selectedTags","toolButton":"opus_pQVlNo_toolButton","root":"opus_pQVlNo_root","footer":"opus_pQVlNo_footer"};
43689
43812
 
43690
43813
  // ../../components/NoteComposer/NoteComposer.tsx
43691
43814
  var import_jsx_runtime131 = require("react/jsx-runtime");
@@ -43889,7 +44012,7 @@ var import_react73 = require("react");
43889
44012
  var import_react72 = require("react");
43890
44013
 
43891
44014
  // ../../components/ContentTimeline/ContentTimeline.module.css
43892
- var ContentTimeline_default = {"content":"opus_vApy-v_content","itemFooter":"opus_vApy-v_itemFooter","markerSlot":"opus_vApy-v_markerSlot","metaRow":"opus_vApy-v_metaRow","itemAction":"opus_vApy-v_itemAction","statusDot":"opus_vApy-v_statusDot","line":"opus_vApy-v_line","body":"opus_vApy-v_body","tag":"opus_vApy-v_tag","title":"opus_vApy-v_title","tags":"opus_vApy-v_tags","head":"opus_vApy-v_head","dot":"opus_vApy-v_dot","description":"opus_vApy-v_description","children":"opus_vApy-v_children","rail":"opus_vApy-v_rail","item":"opus_vApy-v_item","groupLabel":"opus_vApy-v_groupLabel","time":"opus_vApy-v_time","list":"opus_vApy-v_list"};
44015
+ var ContentTimeline_default = {"tag":"opus_vApy-v_tag","title":"opus_vApy-v_title","children":"opus_vApy-v_children","itemFooter":"opus_vApy-v_itemFooter","item":"opus_vApy-v_item","dot":"opus_vApy-v_dot","line":"opus_vApy-v_line","time":"opus_vApy-v_time","head":"opus_vApy-v_head","description":"opus_vApy-v_description","rail":"opus_vApy-v_rail","tags":"opus_vApy-v_tags","statusDot":"opus_vApy-v_statusDot","itemAction":"opus_vApy-v_itemAction","metaRow":"opus_vApy-v_metaRow","content":"opus_vApy-v_content","markerSlot":"opus_vApy-v_markerSlot","body":"opus_vApy-v_body","list":"opus_vApy-v_list","groupLabel":"opus_vApy-v_groupLabel"};
43893
44016
 
43894
44017
  // ../../components/ContentTimeline/ContentTimeline.tsx
43895
44018
  var import_jsx_runtime132 = require("react/jsx-runtime");
@@ -44006,7 +44129,7 @@ function ContentTimeline({ groups, items, onItemClick, onItemDoubleClick, varian
44006
44129
  }
44007
44130
 
44008
44131
  // ../../components/NotesActivity/NotesActivity.module.css
44009
- var NotesActivity_default = {"notesActivityEnterFromRight":"opus_ThZ-Bi_notesActivityEnterFromRight","replyBlock":"opus_ThZ-Bi_replyBlock","tabs":"opus_ThZ-Bi_tabs","threadConnectors":"opus_ThZ-Bi_threadConnectors","tabsRow":"opus_ThZ-Bi_tabsRow","replyTools":"opus_ThZ-Bi_replyTools","replyToolButton":"opus_ThZ-Bi_replyToolButton","footerAction":"opus_ThZ-Bi_footerAction","composerPanel":"opus_ThZ-Bi_composerPanel","tab":"opus_ThZ-Bi_tab","composerBar":"opus_ThZ-Bi_composerBar","tabIcon":"opus_ThZ-Bi_tabIcon","composerClose":"opus_ThZ-Bi_composerClose","footerIcon":"opus_ThZ-Bi_footerIcon","feed":"opus_ThZ-Bi_feed","replyInput":"opus_ThZ-Bi_replyInput","notesActivityEnterFromLeft":"opus_ThZ-Bi_notesActivityEnterFromLeft","replyTags":"opus_ThZ-Bi_replyTags","composer":"opus_ThZ-Bi_composer","replyComposer":"opus_ThZ-Bi_replyComposer","root":"opus_ThZ-Bi_root","addNoteButton":"opus_ThZ-Bi_addNoteButton","threadItems":"opus_ThZ-Bi_threadItems","replyInputShell":"opus_ThZ-Bi_replyInputShell","footer":"opus_ThZ-Bi_footer"};
44132
+ var NotesActivity_default = {"tab":"opus_ThZ-Bi_tab","addNoteButton":"opus_ThZ-Bi_addNoteButton","footer":"opus_ThZ-Bi_footer","replyComposer":"opus_ThZ-Bi_replyComposer","replyInputShell":"opus_ThZ-Bi_replyInputShell","threadItems":"opus_ThZ-Bi_threadItems","composerClose":"opus_ThZ-Bi_composerClose","replyToolButton":"opus_ThZ-Bi_replyToolButton","replyBlock":"opus_ThZ-Bi_replyBlock","composer":"opus_ThZ-Bi_composer","threadConnectors":"opus_ThZ-Bi_threadConnectors","replyTags":"opus_ThZ-Bi_replyTags","tabIcon":"opus_ThZ-Bi_tabIcon","composerPanel":"opus_ThZ-Bi_composerPanel","notesActivityEnterFromLeft":"opus_ThZ-Bi_notesActivityEnterFromLeft","notesActivityEnterFromRight":"opus_ThZ-Bi_notesActivityEnterFromRight","tabs":"opus_ThZ-Bi_tabs","replyTools":"opus_ThZ-Bi_replyTools","footerIcon":"opus_ThZ-Bi_footerIcon","composerBar":"opus_ThZ-Bi_composerBar","root":"opus_ThZ-Bi_root","tabsRow":"opus_ThZ-Bi_tabsRow","replyInput":"opus_ThZ-Bi_replyInput","footerAction":"opus_ThZ-Bi_footerAction","feed":"opus_ThZ-Bi_feed"};
44010
44133
 
44011
44134
  // ../../components/NotesActivity/NotesActivity.tsx
44012
44135
  var import_jsx_runtime133 = require("react/jsx-runtime");
@@ -44787,7 +44910,7 @@ function NotesActivity({
44787
44910
  var import_react74 = require("react");
44788
44911
 
44789
44912
  // ../../components/TopPerformingUsers/TopPerformingUsers.module.css
44790
- var TopPerformingUsers_default = {"row":"opus_sYx0a6_row","list":"opus_sYx0a6_list","root":"opus_sYx0a6_root","barTrack":"opus_sYx0a6_barTrack","value":"opus_sYx0a6_value","barFill":"opus_sYx0a6_barFill","itemAction":"opus_sYx0a6_itemAction","title":"opus_sYx0a6_title","header":"opus_sYx0a6_header","name":"opus_sYx0a6_name","item":"opus_sYx0a6_item"};
44913
+ var TopPerformingUsers_default = {"title":"opus_sYx0a6_title","itemAction":"opus_sYx0a6_itemAction","row":"opus_sYx0a6_row","item":"opus_sYx0a6_item","list":"opus_sYx0a6_list","root":"opus_sYx0a6_root","name":"opus_sYx0a6_name","barTrack":"opus_sYx0a6_barTrack","value":"opus_sYx0a6_value","header":"opus_sYx0a6_header","barFill":"opus_sYx0a6_barFill"};
44791
44914
 
44792
44915
  // ../../components/TopPerformingUsers/TopPerformingUsers.tsx
44793
44916
  var import_jsx_runtime134 = require("react/jsx-runtime");
@@ -44846,7 +44969,7 @@ function TopPerformingUsers({
44846
44969
  }
44847
44970
 
44848
44971
  // ../../components/UserProfileWidget/UserProfileWidget.module.css
44849
- var UserProfileWidget_default = {"root":"opus_zjR1aT_root","chevronButton":"opus_zjR1aT_chevronButton","role":"opus_zjR1aT_role","chevron":"opus_zjR1aT_chevron","avatarButton":"opus_zjR1aT_avatarButton","name":"opus_zjR1aT_name","copy":"opus_zjR1aT_copy"};
44972
+ var UserProfileWidget_default = {"chevronButton":"opus_zjR1aT_chevronButton","chevron":"opus_zjR1aT_chevron","avatarButton":"opus_zjR1aT_avatarButton","name":"opus_zjR1aT_name","role":"opus_zjR1aT_role","root":"opus_zjR1aT_root","copy":"opus_zjR1aT_copy"};
44850
44973
 
44851
44974
  // ../../components/UserProfileWidget/UserProfileWidget.tsx
44852
44975
  var import_jsx_runtime135 = require("react/jsx-runtime");
@@ -45014,7 +45137,7 @@ function ProfilePhotoUploadModal({
45014
45137
  }
45015
45138
 
45016
45139
  // ../../components/ImageCropUploadWidget/ImageCropUploadWidget.module.css
45017
- var ImageCropUploadWidget_default = {"field":"opus_jO9vJQ_field","title":"opus_jO9vJQ_title","root":"opus_jO9vJQ_root"};
45140
+ var ImageCropUploadWidget_default = {"root":"opus_jO9vJQ_root","field":"opus_jO9vJQ_field","title":"opus_jO9vJQ_title"};
45018
45141
 
45019
45142
  // ../../components/ImageCropUploadWidget/ImageCropUploadWidget.tsx
45020
45143
  var import_jsx_runtime137 = require("react/jsx-runtime");
@@ -45062,7 +45185,7 @@ function ImageCropUploadWidget({
45062
45185
  var import_react76 = require("react");
45063
45186
 
45064
45187
  // ../../components/PropertyInspector/PropertyInspector.module.css
45065
- var PropertyInspector_default = {"group":"opus_IrN8Z8_group","groupHeader":"opus_IrN8Z8_groupHeader","root":"opus_IrN8Z8_root","search":"opus_IrN8Z8_search","row":"opus_IrN8Z8_row","valueCell":"opus_IrN8Z8_valueCell","input":"opus_IrN8Z8_input","checkbox":"opus_IrN8Z8_checkbox","searchRow":"opus_IrN8Z8_searchRow","select":"opus_IrN8Z8_select","rows":"opus_IrN8Z8_rows","label":"opus_IrN8Z8_label","value":"opus_IrN8Z8_value"};
45188
+ var PropertyInspector_default = {"search":"opus_IrN8Z8_search","group":"opus_IrN8Z8_group","select":"opus_IrN8Z8_select","input":"opus_IrN8Z8_input","label":"opus_IrN8Z8_label","root":"opus_IrN8Z8_root","row":"opus_IrN8Z8_row","groupHeader":"opus_IrN8Z8_groupHeader","rows":"opus_IrN8Z8_rows","valueCell":"opus_IrN8Z8_valueCell","value":"opus_IrN8Z8_value","checkbox":"opus_IrN8Z8_checkbox","searchRow":"opus_IrN8Z8_searchRow"};
45066
45189
 
45067
45190
  // ../../components/PropertyInspector/PropertyInspector.tsx
45068
45191
  var import_jsx_runtime138 = require("react/jsx-runtime");
@@ -45182,7 +45305,7 @@ function PropertyInspector({ items, onChange, searchable = false }) {
45182
45305
  var import_react77 = require("react");
45183
45306
 
45184
45307
  // ../../components/FilterBuilder/FilterBuilder.module.css
45185
- var FilterBuilder_default = {"row":"opus_CtJDHh_row","root":"opus_CtJDHh_root","empty":"opus_CtJDHh_empty","outputLabel":"opus_CtJDHh_outputLabel","list":"opus_CtJDHh_list","select":"opus_CtJDHh_select","input":"opus_CtJDHh_input","payload":"opus_CtJDHh_payload","valuePlaceholder":"opus_CtJDHh_valuePlaceholder","joiner":"opus_CtJDHh_joiner","output":"opus_CtJDHh_output","remove":"opus_CtJDHh_remove","title":"opus_CtJDHh_title","expression":"opus_CtJDHh_expression","header":"opus_CtJDHh_header","add":"opus_CtJDHh_add","joinerSpacer":"opus_CtJDHh_joinerSpacer"};
45308
+ var FilterBuilder_default = {"joiner":"opus_CtJDHh_joiner","select":"opus_CtJDHh_select","header":"opus_CtJDHh_header","add":"opus_CtJDHh_add","remove":"opus_CtJDHh_remove","output":"opus_CtJDHh_output","valuePlaceholder":"opus_CtJDHh_valuePlaceholder","row":"opus_CtJDHh_row","expression":"opus_CtJDHh_expression","title":"opus_CtJDHh_title","empty":"opus_CtJDHh_empty","joinerSpacer":"opus_CtJDHh_joinerSpacer","root":"opus_CtJDHh_root","input":"opus_CtJDHh_input","outputLabel":"opus_CtJDHh_outputLabel","payload":"opus_CtJDHh_payload","list":"opus_CtJDHh_list"};
45186
45309
 
45187
45310
  // ../../components/FilterBuilder/FilterBuilder.tsx
45188
45311
  var import_jsx_runtime139 = require("react/jsx-runtime");
@@ -45292,7 +45415,7 @@ function FilterBuilder({ conditions, fields, onChange }) {
45292
45415
  var import_react78 = require("react");
45293
45416
 
45294
45417
  // ../../components/QueryBuilder/QueryBuilder.module.css
45295
- var QueryBuilder_default = {"row":"opus_b7dZwd_row","root":"opus_b7dZwd_root","selectNarrow":"opus_b7dZwd_selectNarrow","outputLabel":"opus_b7dZwd_outputLabel","combinator":"opus_b7dZwd_combinator","expression":"opus_b7dZwd_expression","output":"opus_b7dZwd_output","list":"opus_b7dZwd_list","payload":"opus_b7dZwd_payload","add":"opus_b7dZwd_add","toolbar":"opus_b7dZwd_toolbar","empty":"opus_b7dZwd_empty","input":"opus_b7dZwd_input","select":"opus_b7dZwd_select","chip":"opus_b7dZwd_chip","remove":"opus_b7dZwd_remove","chipSpacer":"opus_b7dZwd_chipSpacer"};
45418
+ var QueryBuilder_default = {"outputLabel":"opus_b7dZwd_outputLabel","combinator":"opus_b7dZwd_combinator","expression":"opus_b7dZwd_expression","payload":"opus_b7dZwd_payload","input":"opus_b7dZwd_input","output":"opus_b7dZwd_output","add":"opus_b7dZwd_add","select":"opus_b7dZwd_select","chipSpacer":"opus_b7dZwd_chipSpacer","toolbar":"opus_b7dZwd_toolbar","row":"opus_b7dZwd_row","root":"opus_b7dZwd_root","list":"opus_b7dZwd_list","remove":"opus_b7dZwd_remove","selectNarrow":"opus_b7dZwd_selectNarrow","chip":"opus_b7dZwd_chip","empty":"opus_b7dZwd_empty"};
45296
45419
 
45297
45420
  // ../../components/QueryBuilder/QueryBuilder.tsx
45298
45421
  var import_jsx_runtime140 = require("react/jsx-runtime");
@@ -45419,7 +45542,7 @@ function QueryBuilder({ fields, group, onChange }) {
45419
45542
  var import_react79 = require("react");
45420
45543
 
45421
45544
  // ../../components/RuleBuilder/RuleBuilder.module.css
45422
- var RuleBuilder_default = {"output":"opus_O61tUk_output","expression":"opus_O61tUk_expression","action":"opus_O61tUk_action","select":"opus_O61tUk_select","header":"opus_O61tUk_header","input":"opus_O61tUk_input","enabled":"opus_O61tUk_enabled","add":"opus_O61tUk_add","actions":"opus_O61tUk_actions","title":"opus_O61tUk_title","list":"opus_O61tUk_list","card":"opus_O61tUk_card","outputLabel":"opus_O61tUk_outputLabel","root":"opus_O61tUk_root","payload":"opus_O61tUk_payload","subtitle":"opus_O61tUk_subtitle","cardTop":"opus_O61tUk_cardTop","name":"opus_O61tUk_name","field":"opus_O61tUk_field","priority":"opus_O61tUk_priority","empty":"opus_O61tUk_empty"};
45545
+ var RuleBuilder_default = {"input":"opus_O61tUk_input","outputLabel":"opus_O61tUk_outputLabel","payload":"opus_O61tUk_payload","field":"opus_O61tUk_field","add":"opus_O61tUk_add","list":"opus_O61tUk_list","cardTop":"opus_O61tUk_cardTop","output":"opus_O61tUk_output","action":"opus_O61tUk_action","title":"opus_O61tUk_title","name":"opus_O61tUk_name","root":"opus_O61tUk_root","subtitle":"opus_O61tUk_subtitle","empty":"opus_O61tUk_empty","select":"opus_O61tUk_select","card":"opus_O61tUk_card","header":"opus_O61tUk_header","priority":"opus_O61tUk_priority","enabled":"opus_O61tUk_enabled","actions":"opus_O61tUk_actions","expression":"opus_O61tUk_expression"};
45423
45546
 
45424
45547
  // ../../components/RuleBuilder/RuleBuilder.tsx
45425
45548
  var import_jsx_runtime141 = require("react/jsx-runtime");
@@ -45562,7 +45685,7 @@ function RuleBuilder({ onChange, rules }) {
45562
45685
  }
45563
45686
 
45564
45687
  // ../../components/PermissionsMatrix/PermissionsMatrix.module.css
45565
- var PermissionsMatrix_default = {"select":"opus_x-xBrX_select","cell":"opus_x-xBrX_cell","corner":"opus_x-xBrX_corner","table":"opus_x-xBrX_table","scroll":"opus_x-xBrX_scroll","head":"opus_x-xBrX_head","rowHead":"opus_x-xBrX_rowHead","root":"opus_x-xBrX_root"};
45688
+ var PermissionsMatrix_default = {"table":"opus_x-xBrX_table","cell":"opus_x-xBrX_cell","rowHead":"opus_x-xBrX_rowHead","head":"opus_x-xBrX_head","scroll":"opus_x-xBrX_scroll","corner":"opus_x-xBrX_corner","root":"opus_x-xBrX_root","select":"opus_x-xBrX_select"};
45566
45689
 
45567
45690
  // ../../components/PermissionsMatrix/PermissionsMatrix.tsx
45568
45691
  var import_jsx_runtime142 = require("react/jsx-runtime");
@@ -45598,7 +45721,7 @@ function PermissionsMatrix({ onChange, permissions, resources, roles }) {
45598
45721
  var import_react80 = require("react");
45599
45722
 
45600
45723
  // ../../components/DualListBuilder/DualListBuilder.module.css
45601
- var DualListBuilder_default = {"columnTitle":"opus_P6crEX_columnTitle","expression":"opus_P6crEX_expression","count":"opus_P6crEX_count","payload":"opus_P6crEX_payload","item":"opus_P6crEX_item","search":"opus_P6crEX_search","columns":"opus_P6crEX_columns","controls":"opus_P6crEX_controls","root":"opus_P6crEX_root","itemActive":"opus_P6crEX_itemActive","output":"opus_P6crEX_output","outputLabel":"opus_P6crEX_outputLabel","list":"opus_P6crEX_list","column":"opus_P6crEX_column","control":"opus_P6crEX_control","searchRow":"opus_P6crEX_searchRow"};
45724
+ var DualListBuilder_default = {"list":"opus_P6crEX_list","searchRow":"opus_P6crEX_searchRow","columns":"opus_P6crEX_columns","outputLabel":"opus_P6crEX_outputLabel","itemActive":"opus_P6crEX_itemActive","columnTitle":"opus_P6crEX_columnTitle","item":"opus_P6crEX_item","column":"opus_P6crEX_column","expression":"opus_P6crEX_expression","controls":"opus_P6crEX_controls","control":"opus_P6crEX_control","root":"opus_P6crEX_root","output":"opus_P6crEX_output","count":"opus_P6crEX_count","search":"opus_P6crEX_search","payload":"opus_P6crEX_payload"};
45602
45725
 
45603
45726
  // ../../components/DualListBuilder/DualListBuilder.tsx
45604
45727
  var import_jsx_runtime143 = require("react/jsx-runtime");
@@ -45727,7 +45850,7 @@ function ListColumn2({
45727
45850
  var import_react81 = require("react");
45728
45851
 
45729
45852
  // ../../components/Scheduler/Scheduler.module.css
45730
- var Scheduler_default = {"grid":"opus_ZqbdMc_grid","eventTime":"opus_ZqbdMc_eventTime","eventTitle":"opus_ZqbdMc_eventTitle","root":"opus_ZqbdMc_root","dayHead":"opus_ZqbdMc_dayHead","cell":"opus_ZqbdMc_cell","event":"opus_ZqbdMc_event","time":"opus_ZqbdMc_time","corner":"opus_ZqbdMc_corner"};
45853
+ var Scheduler_default = {"corner":"opus_ZqbdMc_corner","eventTitle":"opus_ZqbdMc_eventTitle","event":"opus_ZqbdMc_event","dayHead":"opus_ZqbdMc_dayHead","eventTime":"opus_ZqbdMc_eventTime","time":"opus_ZqbdMc_time","cell":"opus_ZqbdMc_cell","grid":"opus_ZqbdMc_grid","root":"opus_ZqbdMc_root"};
45731
45854
 
45732
45855
  // ../../components/Scheduler/Scheduler.tsx
45733
45856
  var import_jsx_runtime144 = require("react/jsx-runtime");
@@ -45795,7 +45918,7 @@ function formatHour(hour) {
45795
45918
  var import_react82 = require("react");
45796
45919
 
45797
45920
  // ../../components/KanbanBoard/KanbanBoard.module.css
45798
- var KanbanBoard_default = {"card":"opus_EUh8ei_card","columnTitle":"opus_EUh8ei_columnTitle","count":"opus_EUh8ei_count","cards":"opus_EUh8ei_cards","columnHeader":"opus_EUh8ei_columnHeader","root":"opus_EUh8ei_root","column":"opus_EUh8ei_column","cardMeta":"opus_EUh8ei_cardMeta","cardTitle":"opus_EUh8ei_cardTitle"};
45921
+ var KanbanBoard_default = {"cardMeta":"opus_EUh8ei_cardMeta","root":"opus_EUh8ei_root","columnHeader":"opus_EUh8ei_columnHeader","columnTitle":"opus_EUh8ei_columnTitle","cards":"opus_EUh8ei_cards","count":"opus_EUh8ei_count","cardTitle":"opus_EUh8ei_cardTitle","card":"opus_EUh8ei_card","column":"opus_EUh8ei_column"};
45799
45922
 
45800
45923
  // ../../components/KanbanBoard/KanbanBoard.tsx
45801
45924
  var import_jsx_runtime145 = require("react/jsx-runtime");
@@ -45909,7 +46032,7 @@ function sortEventsByTime(events) {
45909
46032
  var import_react83 = require("react");
45910
46033
 
45911
46034
  // ../../components/Calendar/Calendar.module.css
45912
- var Calendar_default = {"weekdays":"opus_IjCc5M_weekdays","yearSelect":"opus_IjCc5M_yearSelect","dayModalList":"opus_IjCc5M_dayModalList","dayModalEmpty":"opus_IjCc5M_dayModalEmpty","dayModalNotice":"opus_IjCc5M_dayModalNotice","nav":"opus_IjCc5M_nav","events":"opus_IjCc5M_events","eventLabel":"opus_IjCc5M_eventLabel","dot":"opus_IjCc5M_dot","dayModalItem":"opus_IjCc5M_dayModalItem","dayModalForm":"opus_IjCc5M_dayModalForm","dayModalItemTime":"opus_IjCc5M_dayModalItemTime","label":"opus_IjCc5M_label","event":"opus_IjCc5M_event","today":"opus_IjCc5M_today","toolbar":"opus_IjCc5M_toolbar","srOnly":"opus_IjCc5M_srOnly","empty":"opus_IjCc5M_empty","weekday":"opus_IjCc5M_weekday","monthSelect":"opus_IjCc5M_monthSelect","grid":"opus_IjCc5M_grid","dayModalHeading":"opus_IjCc5M_dayModalHeading","select":"opus_IjCc5M_select","dayModalItemTitle":"opus_IjCc5M_dayModalItemTitle","pickerField":"opus_IjCc5M_pickerField","dayModalItemBody":"opus_IjCc5M_dayModalItemBody","dayModalItemMeta":"opus_IjCc5M_dayModalItemMeta","dayNumber":"opus_IjCc5M_dayNumber","dayModalDot":"opus_IjCc5M_dayModalDot","moreEvents":"opus_IjCc5M_moreEvents","root":"opus_IjCc5M_root","picker":"opus_IjCc5M_picker","selected":"opus_IjCc5M_selected","dayModalFieldRow":"opus_IjCc5M_dayModalFieldRow","dayModal":"opus_IjCc5M_dayModal","day":"opus_IjCc5M_day","dayModalSection":"opus_IjCc5M_dayModalSection"};
46035
+ var Calendar_default = {"today":"opus_IjCc5M_today","dayModalHeading":"opus_IjCc5M_dayModalHeading","dayModalForm":"opus_IjCc5M_dayModalForm","select":"opus_IjCc5M_select","selected":"opus_IjCc5M_selected","nav":"opus_IjCc5M_nav","dot":"opus_IjCc5M_dot","dayModalItemTitle":"opus_IjCc5M_dayModalItemTitle","empty":"opus_IjCc5M_empty","moreEvents":"opus_IjCc5M_moreEvents","dayModalFieldRow":"opus_IjCc5M_dayModalFieldRow","eventLabel":"opus_IjCc5M_eventLabel","dayModalList":"opus_IjCc5M_dayModalList","dayModalItemBody":"opus_IjCc5M_dayModalItemBody","grid":"opus_IjCc5M_grid","event":"opus_IjCc5M_event","dayModal":"opus_IjCc5M_dayModal","dayModalItemMeta":"opus_IjCc5M_dayModalItemMeta","dayModalItemTime":"opus_IjCc5M_dayModalItemTime","pickerField":"opus_IjCc5M_pickerField","weekday":"opus_IjCc5M_weekday","dayModalDot":"opus_IjCc5M_dayModalDot","srOnly":"opus_IjCc5M_srOnly","dayModalSection":"opus_IjCc5M_dayModalSection","day":"opus_IjCc5M_day","picker":"opus_IjCc5M_picker","dayModalNotice":"opus_IjCc5M_dayModalNotice","dayModalItem":"opus_IjCc5M_dayModalItem","dayModalEmpty":"opus_IjCc5M_dayModalEmpty","dayNumber":"opus_IjCc5M_dayNumber","yearSelect":"opus_IjCc5M_yearSelect","weekdays":"opus_IjCc5M_weekdays","monthSelect":"opus_IjCc5M_monthSelect","label":"opus_IjCc5M_label","events":"opus_IjCc5M_events","root":"opus_IjCc5M_root","toolbar":"opus_IjCc5M_toolbar"};
45913
46036
 
45914
46037
  // ../../components/Calendar/CalendarDayModal.tsx
45915
46038
  var import_jsx_runtime146 = require("react/jsx-runtime");
@@ -46236,7 +46359,7 @@ function Calendar({
46236
46359
  var import_react85 = require("react");
46237
46360
 
46238
46361
  // ../../components/ResourcePlanner/ResourcePlanner.module.css
46239
- var ResourcePlanner_default = {"track":"opus_9Mof8o_track","root":"opus_9Mof8o_root","row":"opus_9Mof8o_row","corner":"opus_9Mof8o_corner","resource":"opus_9Mof8o_resource","header":"opus_9Mof8o_header","hour":"opus_9Mof8o_hour","scroll":"opus_9Mof8o_scroll","lanes":"opus_9Mof8o_lanes","lane":"opus_9Mof8o_lane","block":"opus_9Mof8o_block"};
46362
+ var ResourcePlanner_default = {"block":"opus_9Mof8o_block","corner":"opus_9Mof8o_corner","row":"opus_9Mof8o_row","hour":"opus_9Mof8o_hour","track":"opus_9Mof8o_track","resource":"opus_9Mof8o_resource","lanes":"opus_9Mof8o_lanes","root":"opus_9Mof8o_root","header":"opus_9Mof8o_header","scroll":"opus_9Mof8o_scroll","lane":"opus_9Mof8o_lane"};
46240
46363
 
46241
46364
  // ../../components/ResourcePlanner/ResourcePlanner.tsx
46242
46365
  var import_jsx_runtime148 = require("react/jsx-runtime");
@@ -46311,7 +46434,7 @@ function resolveContactDetailsContact(contact, defaults) {
46311
46434
  }
46312
46435
 
46313
46436
  // ../../components/ContactDetails/ContactIdentityCard.module.css
46314
- var ContactIdentityCard_default = {"avatarEdit":"opus_9xh2Bk_avatarEdit","avatarWrap":"opus_9xh2Bk_avatarWrap","identity":"opus_9xh2Bk_identity","status":"opus_9xh2Bk_status","primaryMark":"opus_9xh2Bk_primaryMark","companyIcon":"opus_9xh2Bk_companyIcon","companyCopy":"opus_9xh2Bk_companyCopy","identityCard":"opus_9xh2Bk_identityCard","headline":"opus_9xh2Bk_headline","companyList":"opus_9xh2Bk_companyList"};
46437
+ var ContactIdentityCard_default = {"companyList":"opus_9xh2Bk_companyList","identity":"opus_9xh2Bk_identity","headline":"opus_9xh2Bk_headline","avatarWrap":"opus_9xh2Bk_avatarWrap","avatarEdit":"opus_9xh2Bk_avatarEdit","primaryMark":"opus_9xh2Bk_primaryMark","companyCopy":"opus_9xh2Bk_companyCopy","companyIcon":"opus_9xh2Bk_companyIcon","status":"opus_9xh2Bk_status","identityCard":"opus_9xh2Bk_identityCard"};
46315
46438
 
46316
46439
  // ../../components/ContactDetails/ContactIdentityCard.tsx
46317
46440
  var import_jsx_runtime149 = require("react/jsx-runtime");
@@ -46435,7 +46558,7 @@ function MoreActionsMenu({
46435
46558
  }
46436
46559
 
46437
46560
  // ../../components/ContactDetails/ContactSummaryCard.module.css
46438
- var ContactSummaryCard_default = {"detailsGrid":"opus_8ccRnS_detailsGrid","summaryTabs":"opus_8ccRnS_summaryTabs","securityAction":"opus_8ccRnS_securityAction","statusValue":"opus_8ccRnS_statusValue","detailItem":"opus_8ccRnS_detailItem","owner":"opus_8ccRnS_owner","summaryPanel":"opus_8ccRnS_summaryPanel","detailsCard":"opus_8ccRnS_detailsCard","tags":"opus_8ccRnS_tags","securityField":"opus_8ccRnS_securityField","companies":"opus_8ccRnS_companies","companyEmployment":"opus_8ccRnS_companyEmployment","detailIcon":"opus_8ccRnS_detailIcon","detailsColumn":"opus_8ccRnS_detailsColumn"};
46561
+ var ContactSummaryCard_default = {"owner":"opus_8ccRnS_owner","tags":"opus_8ccRnS_tags","companyEmployment":"opus_8ccRnS_companyEmployment","detailIcon":"opus_8ccRnS_detailIcon","securityField":"opus_8ccRnS_securityField","securityAction":"opus_8ccRnS_securityAction","detailItem":"opus_8ccRnS_detailItem","detailsGrid":"opus_8ccRnS_detailsGrid","summaryPanel":"opus_8ccRnS_summaryPanel","detailsCard":"opus_8ccRnS_detailsCard","summaryTabs":"opus_8ccRnS_summaryTabs","detailsColumn":"opus_8ccRnS_detailsColumn","companies":"opus_8ccRnS_companies","statusValue":"opus_8ccRnS_statusValue"};
46439
46562
 
46440
46563
  // ../../components/ContactDetails/ContactSummaryCard.tsx
46441
46564
  var import_jsx_runtime151 = require("react/jsx-runtime");
@@ -46930,7 +47053,7 @@ var import_react90 = require("react");
46930
47053
  var import_react89 = require("react");
46931
47054
 
46932
47055
  // ../../components/CompactDocuments/CompactDocuments.module.css
46933
- var CompactDocuments_default = {"grid":"opus_I18Pjx_grid","column":"opus_I18Pjx_column","columns":"opus_I18Pjx_columns","list":"opus_I18Pjx_list","listRow":"opus_I18Pjx_listRow","columnRow":"opus_I18Pjx_columnRow","cardTop":"opus_I18Pjx_cardTop","columnTitle":"opus_I18Pjx_columnTitle","nodeCopy":"opus_I18Pjx_nodeCopy","nodeIcon":"opus_I18Pjx_nodeIcon","empty":"opus_I18Pjx_empty","toolbar":"opus_I18Pjx_toolbar","card":"opus_I18Pjx_card","viewOptions":"opus_I18Pjx_viewOptions","breadcrumb":"opus_I18Pjx_breadcrumb","root":"opus_I18Pjx_root","controls":"opus_I18Pjx_controls","viewport":"opus_I18Pjx_viewport"};
47056
+ var CompactDocuments_default = {"card":"opus_I18Pjx_card","columnTitle":"opus_I18Pjx_columnTitle","nodeIcon":"opus_I18Pjx_nodeIcon","viewport":"opus_I18Pjx_viewport","list":"opus_I18Pjx_list","listRow":"opus_I18Pjx_listRow","empty":"opus_I18Pjx_empty","grid":"opus_I18Pjx_grid","nodeCopy":"opus_I18Pjx_nodeCopy","controls":"opus_I18Pjx_controls","viewOptions":"opus_I18Pjx_viewOptions","root":"opus_I18Pjx_root","columnRow":"opus_I18Pjx_columnRow","cardTop":"opus_I18Pjx_cardTop","breadcrumb":"opus_I18Pjx_breadcrumb","columns":"opus_I18Pjx_columns","column":"opus_I18Pjx_column","toolbar":"opus_I18Pjx_toolbar"};
46934
47057
 
46935
47058
  // ../../components/CompactDocuments/CompactDocuments.tsx
46936
47059
  var import_jsx_runtime154 = require("react/jsx-runtime");
@@ -47104,7 +47227,7 @@ function CompactDocuments({
47104
47227
  }
47105
47228
 
47106
47229
  // ../../components/ContactDetails/ContactNotesActivity.module.css
47107
- var ContactNotesActivity_default = {"scrollPanel":"opus_542jf0_scrollPanel","cardNotesPanel":"opus_542jf0_cardNotesPanel","cardNotesPanelContent":"opus_542jf0_cardNotesPanelContent","emptyPanel":"opus_542jf0_emptyPanel","tabsCardCard":"opus_542jf0_tabsCardCard","tabsCardLine":"opus_542jf0_tabsCardLine","notesActivity":"opus_542jf0_notesActivity","compactDocuments":"opus_542jf0_compactDocuments","workspaceAction":"opus_542jf0_workspaceAction","workspaceTabs":"opus_542jf0_workspaceTabs"};
47230
+ var ContactNotesActivity_default = {"scrollPanel":"opus_542jf0_scrollPanel","workspaceTabs":"opus_542jf0_workspaceTabs","compactDocuments":"opus_542jf0_compactDocuments","tabsCardLine":"opus_542jf0_tabsCardLine","cardNotesPanel":"opus_542jf0_cardNotesPanel","cardNotesPanelContent":"opus_542jf0_cardNotesPanelContent","emptyPanel":"opus_542jf0_emptyPanel","workspaceAction":"opus_542jf0_workspaceAction","tabsCardCard":"opus_542jf0_tabsCardCard","notesActivity":"opus_542jf0_notesActivity"};
47108
47231
 
47109
47232
  // ../../components/ContactDetails/ContactNotesActivity.tsx
47110
47233
  var import_jsx_runtime155 = require("react/jsx-runtime");
@@ -47356,7 +47479,7 @@ function CompanyLogoUploadModal({
47356
47479
  }
47357
47480
 
47358
47481
  // ../../components/CompanyDetails/CompanyIdentityCard.module.css
47359
- var CompanyIdentityCard_default = {"companyCopy":"opus_VeicQh_companyCopy","identity":"opus_VeicQh_identity","status":"opus_VeicQh_status","companyList":"opus_VeicQh_companyList","primaryMark":"opus_VeicQh_primaryMark","logoFrame":"opus_VeicQh_logoFrame","identityCard":"opus_VeicQh_identityCard","avatarWrap":"opus_VeicQh_avatarWrap","companyIcon":"opus_VeicQh_companyIcon","logo":"opus_VeicQh_logo","avatarEdit":"opus_VeicQh_avatarEdit","headline":"opus_VeicQh_headline"};
47482
+ var CompanyIdentityCard_default = {"identityCard":"opus_VeicQh_identityCard","primaryMark":"opus_VeicQh_primaryMark","status":"opus_VeicQh_status","logo":"opus_VeicQh_logo","identity":"opus_VeicQh_identity","companyCopy":"opus_VeicQh_companyCopy","avatarEdit":"opus_VeicQh_avatarEdit","logoFrame":"opus_VeicQh_logoFrame","headline":"opus_VeicQh_headline","avatarWrap":"opus_VeicQh_avatarWrap","companyList":"opus_VeicQh_companyList","companyIcon":"opus_VeicQh_companyIcon"};
47360
47483
 
47361
47484
  // ../../components/CompanyDetails/CompanyIdentityCard.tsx
47362
47485
  var import_jsx_runtime157 = require("react/jsx-runtime");
@@ -47455,7 +47578,7 @@ function resolveCompanyDetailsCompany(company, defaults) {
47455
47578
  }
47456
47579
 
47457
47580
  // ../../components/CompanyDetails/CompanySummaryCard.module.css
47458
- var CompanySummaryCard_default = {"summaryPanel":"opus_O7TkMw_summaryPanel","statusValue":"opus_O7TkMw_statusValue","detailsGrid":"opus_O7TkMw_detailsGrid","detailsColumn":"opus_O7TkMw_detailsColumn","companyEmployment":"opus_O7TkMw_companyEmployment","detailIcon":"opus_O7TkMw_detailIcon","securityAction":"opus_O7TkMw_securityAction","owner":"opus_O7TkMw_owner","detailsCard":"opus_O7TkMw_detailsCard","tags":"opus_O7TkMw_tags","detailItem":"opus_O7TkMw_detailItem","branchName":"opus_O7TkMw_branchName","securityField":"opus_O7TkMw_securityField","summaryTabs":"opus_O7TkMw_summaryTabs","companies":"opus_O7TkMw_companies","branchesEmpty":"opus_O7TkMw_branchesEmpty"};
47581
+ var CompanySummaryCard_default = {"tags":"opus_O7TkMw_tags","branchesEmpty":"opus_O7TkMw_branchesEmpty","summaryTabs":"opus_O7TkMw_summaryTabs","detailIcon":"opus_O7TkMw_detailIcon","detailsGrid":"opus_O7TkMw_detailsGrid","statusValue":"opus_O7TkMw_statusValue","securityField":"opus_O7TkMw_securityField","securityAction":"opus_O7TkMw_securityAction","companies":"opus_O7TkMw_companies","detailsCard":"opus_O7TkMw_detailsCard","summaryPanel":"opus_O7TkMw_summaryPanel","companyEmployment":"opus_O7TkMw_companyEmployment","branchName":"opus_O7TkMw_branchName","detailsColumn":"opus_O7TkMw_detailsColumn","owner":"opus_O7TkMw_owner","detailItem":"opus_O7TkMw_detailItem"};
47459
47582
 
47460
47583
  // ../../components/CompanyDetails/CompanySummaryCard.tsx
47461
47584
  var import_jsx_runtime158 = require("react/jsx-runtime");
@@ -47901,7 +48024,7 @@ function CompanyDetails({
47901
48024
  var import_react94 = require("react");
47902
48025
 
47903
48026
  // ../../components/CompanyDetails/CompanyNotesActivity.module.css
47904
- var CompanyNotesActivity_default = {"contactHeadline":"opus_dp6pcp_contactHeadline","scrollPanel":"opus_dp6pcp_scrollPanel","notesActivity":"opus_dp6pcp_notesActivity","tabsCardCard":"opus_dp6pcp_tabsCardCard","emptyPanel":"opus_dp6pcp_emptyPanel","cardNotesPanel":"opus_dp6pcp_cardNotesPanel","contactCopy":"opus_dp6pcp_contactCopy","contactRow":"opus_dp6pcp_contactRow","contactMeta":"opus_dp6pcp_contactMeta","workspaceTabs":"opus_dp6pcp_workspaceTabs","compactDocuments":"opus_dp6pcp_compactDocuments","contactsList":"opus_dp6pcp_contactsList","workspaceAction":"opus_dp6pcp_workspaceAction","cardNotesPanelContent":"opus_dp6pcp_cardNotesPanelContent","tabsCardLine":"opus_dp6pcp_tabsCardLine"};
48027
+ var CompanyNotesActivity_default = {"workspaceTabs":"opus_dp6pcp_workspaceTabs","tabsCardCard":"opus_dp6pcp_tabsCardCard","compactDocuments":"opus_dp6pcp_compactDocuments","cardNotesPanel":"opus_dp6pcp_cardNotesPanel","contactsList":"opus_dp6pcp_contactsList","scrollPanel":"opus_dp6pcp_scrollPanel","contactCopy":"opus_dp6pcp_contactCopy","emptyPanel":"opus_dp6pcp_emptyPanel","tabsCardLine":"opus_dp6pcp_tabsCardLine","contactHeadline":"opus_dp6pcp_contactHeadline","cardNotesPanelContent":"opus_dp6pcp_cardNotesPanelContent","workspaceAction":"opus_dp6pcp_workspaceAction","contactRow":"opus_dp6pcp_contactRow","notesActivity":"opus_dp6pcp_notesActivity","contactMeta":"opus_dp6pcp_contactMeta"};
47905
48028
 
47906
48029
  // ../../components/CompanyDetails/CompanyNotesActivity.tsx
47907
48030
  var import_jsx_runtime161 = require("react/jsx-runtime");
@@ -48091,7 +48214,7 @@ function CompanyNotesActivity({
48091
48214
  var import_react95 = require("react");
48092
48215
 
48093
48216
  // ../../components/TreeView/TreeView.module.css
48094
- var TreeView_default = {"leafMark":"opus_NlkzXy_leafMark","row":"opus_NlkzXy_row","label":"opus_NlkzXy_label","children":"opus_NlkzXy_children","node":"opus_NlkzXy_node","tree":"opus_NlkzXy_tree","toggle":"opus_NlkzXy_toggle"};
48217
+ var TreeView_default = {"leafMark":"opus_NlkzXy_leafMark","children":"opus_NlkzXy_children","toggle":"opus_NlkzXy_toggle","label":"opus_NlkzXy_label","tree":"opus_NlkzXy_tree","node":"opus_NlkzXy_node","row":"opus_NlkzXy_row"};
48095
48218
 
48096
48219
  // ../../components/TreeView/TreeView.tsx
48097
48220
  var import_jsx_runtime162 = require("react/jsx-runtime");
@@ -48171,7 +48294,7 @@ function TreeView({ defaultExpandedIds, nodes }) {
48171
48294
  }
48172
48295
 
48173
48296
  // ../../components/MasonryGrid/MasonryGrid.module.css
48174
- var MasonryGrid_default = {"card":"opus_Fxxd7-_card","title":"opus_Fxxd7-_title","grid":"opus_Fxxd7-_grid","body":"opus_Fxxd7-_body"};
48297
+ var MasonryGrid_default = {"title":"opus_Fxxd7-_title","grid":"opus_Fxxd7-_grid","body":"opus_Fxxd7-_body","card":"opus_Fxxd7-_card"};
48175
48298
 
48176
48299
  // ../../components/MasonryGrid/MasonryGrid.tsx
48177
48300
  var import_jsx_runtime163 = require("react/jsx-runtime");
@@ -48216,7 +48339,7 @@ function MasonryGrid({ columns = 3, gap = 12, items, onItemClick }) {
48216
48339
  var import_react96 = require("react");
48217
48340
 
48218
48341
  // ../../components/JsonViewer/JsonViewer.module.css
48219
- var JsonViewer_default = {"line":"opus_uLDgXq_line","number":"opus_uLDgXq_number","children":"opus_uLDgXq_children","string":"opus_uLDgXq_string","key":"opus_uLDgXq_key","toggleLine":"opus_uLDgXq_toggleLine","block":"opus_uLDgXq_block","root":"opus_uLDgXq_root","boolean":"opus_uLDgXq_boolean","null":"opus_uLDgXq_null","summary":"opus_uLDgXq_summary","chevron":"opus_uLDgXq_chevron"};
48342
+ var JsonViewer_default = {"key":"opus_uLDgXq_key","toggleLine":"opus_uLDgXq_toggleLine","number":"opus_uLDgXq_number","string":"opus_uLDgXq_string","boolean":"opus_uLDgXq_boolean","root":"opus_uLDgXq_root","summary":"opus_uLDgXq_summary","null":"opus_uLDgXq_null","chevron":"opus_uLDgXq_chevron","line":"opus_uLDgXq_line","block":"opus_uLDgXq_block","children":"opus_uLDgXq_children"};
48220
48343
 
48221
48344
  // ../../components/JsonViewer/JsonViewer.tsx
48222
48345
  var import_jsx_runtime164 = require("react/jsx-runtime");
@@ -48332,7 +48455,7 @@ function Icon({ label, name, size = "md", tone = "default" }) {
48332
48455
  }
48333
48456
 
48334
48457
  // ../../components/Spinner/Spinner.module.css
48335
- var Spinner_default = {"opus-spinner-rotate":"opus_g5cd4Q_opus-spinner-rotate","spinner":"opus_g5cd4Q_spinner","ring":"opus_g5cd4Q_ring"};
48458
+ var Spinner_default = {"ring":"opus_g5cd4Q_ring","spinner":"opus_g5cd4Q_spinner","opus-spinner-rotate":"opus_g5cd4Q_opus-spinner-rotate"};
48336
48459
 
48337
48460
  // ../../components/Spinner/Spinner.tsx
48338
48461
  var import_jsx_runtime166 = require("react/jsx-runtime");
@@ -48350,11 +48473,111 @@ function Spinner({ label = "Loading", size = "md", tone = "accent" }) {
48350
48473
  );
48351
48474
  }
48352
48475
 
48353
- // ../../components/Clock/Clock.tsx
48476
+ // ../../components/fields/useFormState/useFormState.ts
48354
48477
  var import_react97 = require("react");
48478
+ function useFormState({
48479
+ defaults,
48480
+ validate
48481
+ }) {
48482
+ const [baseline, setBaseline] = (0, import_react97.useState)(defaults);
48483
+ const [values, setValues] = (0, import_react97.useState)(defaults);
48484
+ const [touchedMap, setTouchedMap] = (0, import_react97.useState)({});
48485
+ const errors = (0, import_react97.useMemo)(
48486
+ () => {
48487
+ var _a2;
48488
+ return (_a2 = validate == null ? void 0 : validate(values)) != null ? _a2 : {};
48489
+ },
48490
+ [validate, values]
48491
+ );
48492
+ const setValue = (0, import_react97.useCallback)((name, value) => {
48493
+ setValues((previous) => __spreadProps(__spreadValues({}, previous), { [name]: value }));
48494
+ setTouchedMap((previous) => __spreadProps(__spreadValues({}, previous), { [name]: true }));
48495
+ }, []);
48496
+ const setTouched = (0, import_react97.useCallback)((name, touched = true) => {
48497
+ setTouchedMap((previous) => __spreadProps(__spreadValues({}, previous), { [name]: touched }));
48498
+ }, []);
48499
+ const touchAll = (0, import_react97.useCallback)(() => {
48500
+ setTouchedMap((previous) => {
48501
+ const next = __spreadValues({}, previous);
48502
+ for (const key of Object.keys(values)) {
48503
+ next[key] = true;
48504
+ }
48505
+ return next;
48506
+ });
48507
+ }, [values]);
48508
+ const reset = (0, import_react97.useCallback)(
48509
+ (nextDefaults) => {
48510
+ const target = nextDefaults != null ? nextDefaults : baseline;
48511
+ setBaseline(target);
48512
+ setValues(target);
48513
+ setTouchedMap({});
48514
+ },
48515
+ [baseline]
48516
+ );
48517
+ const register = (0, import_react97.useCallback)(
48518
+ (name) => ({
48519
+ name: String(name),
48520
+ value: values[name],
48521
+ onBlur: () => setTouched(name),
48522
+ onChange: (event) => setValue(name, event.target.value)
48523
+ }),
48524
+ [setTouched, setValue, values]
48525
+ );
48526
+ const registerCheckbox = (0, import_react97.useCallback)(
48527
+ (name) => ({
48528
+ name: String(name),
48529
+ checked: Boolean(values[name]),
48530
+ onBlur: () => setTouched(name),
48531
+ onChange: (event) => setValue(name, event.target.checked)
48532
+ }),
48533
+ [setTouched, setValue, values]
48534
+ );
48535
+ const fields = (0, import_react97.useMemo)(() => {
48536
+ const entries = Object.keys(values).map((key) => {
48537
+ const name = key;
48538
+ return [
48539
+ name,
48540
+ __spreadValues({
48541
+ value: values[name],
48542
+ defaultValue: baseline[name],
48543
+ dirty: values[name] !== baseline[name],
48544
+ touched: Boolean(touchedMap[name])
48545
+ }, errors[name] ? { error: errors[name] } : {})
48546
+ ];
48547
+ });
48548
+ return Object.fromEntries(entries);
48549
+ }, [baseline, errors, touchedMap, values]);
48550
+ const dirtyFields = (0, import_react97.useMemo)(
48551
+ () => Object.keys(fields).filter((name) => fields[name].dirty),
48552
+ [fields]
48553
+ );
48554
+ const touchedFields = (0, import_react97.useMemo)(
48555
+ () => Object.keys(fields).filter((name) => fields[name].touched),
48556
+ [fields]
48557
+ );
48558
+ return {
48559
+ values,
48560
+ fields,
48561
+ errors,
48562
+ dirtyFields,
48563
+ touchedFields,
48564
+ isDirty: dirtyFields.length > 0,
48565
+ isTouched: touchedFields.length > 0,
48566
+ isValid: Object.keys(errors).length === 0,
48567
+ setValue,
48568
+ setTouched,
48569
+ touchAll,
48570
+ reset,
48571
+ register,
48572
+ registerCheckbox
48573
+ };
48574
+ }
48575
+
48576
+ // ../../components/Clock/Clock.tsx
48577
+ var import_react98 = require("react");
48355
48578
 
48356
48579
  // ../../components/Clock/Clock.module.css
48357
- var Clock_default = {"centreDotInner":"opus_Lj91mC_centreDotInner","secondHand":"opus_Lj91mC_secondHand","digitalTime":"opus_Lj91mC_digitalTime","date":"opus_Lj91mC_date","root":"opus_Lj91mC_root","number":"opus_Lj91mC_number","loading":"opus_Lj91mC_loading","face":"opus_Lj91mC_face","tick":"opus_Lj91mC_tick","hand":"opus_Lj91mC_hand","hourHand":"opus_Lj91mC_hourHand","minuteHand":"opus_Lj91mC_minuteHand","centreDot":"opus_Lj91mC_centreDot"};
48580
+ var Clock_default = {"number":"opus_Lj91mC_number","minuteHand":"opus_Lj91mC_minuteHand","digitalTime":"opus_Lj91mC_digitalTime","secondHand":"opus_Lj91mC_secondHand","face":"opus_Lj91mC_face","loading":"opus_Lj91mC_loading","hourHand":"opus_Lj91mC_hourHand","root":"opus_Lj91mC_root","centreDot":"opus_Lj91mC_centreDot","centreDotInner":"opus_Lj91mC_centreDotInner","date":"opus_Lj91mC_date","tick":"opus_Lj91mC_tick","hand":"opus_Lj91mC_hand"};
48358
48581
 
48359
48582
  // ../../components/Clock/Clock.tsx
48360
48583
  var import_jsx_runtime167 = require("react/jsx-runtime");
@@ -48364,8 +48587,8 @@ function Clock({
48364
48587
  showDigital = true,
48365
48588
  size = "md"
48366
48589
  }) {
48367
- const [time, setTime] = (0, import_react97.useState)(null);
48368
- (0, import_react97.useEffect)(() => {
48590
+ const [time, setTime] = (0, import_react98.useState)(null);
48591
+ (0, import_react98.useEffect)(() => {
48369
48592
  setTime(/* @__PURE__ */ new Date());
48370
48593
  const interval = window.setInterval(() => {
48371
48594
  setTime(/* @__PURE__ */ new Date());
@@ -48463,10 +48686,10 @@ function Clock({
48463
48686
  }
48464
48687
 
48465
48688
  // ../../components/FlipClock/FlipClock.tsx
48466
- var import_react98 = require("react");
48689
+ var import_react99 = require("react");
48467
48690
 
48468
48691
  // ../../components/FlipClock/FlipClock.module.css
48469
- var FlipClock_default = {"panel":"opus_U6YEpK_panel","rotor":"opus_U6YEpK_rotor","panelTop":"opus_U6YEpK_panelTop","leafRear":"opus_U6YEpK_leafRear","pair":"opus_U6YEpK_pair","leaf":"opus_U6YEpK_leaf","loading":"opus_U6YEpK_loading","date":"opus_U6YEpK_date","root":"opus_U6YEpK_root","board":"opus_U6YEpK_board","colonPulse":"opus_U6YEpK_colonPulse","figure":"opus_U6YEpK_figure","srOnly":"opus_U6YEpK_srOnly","leafFace":"opus_U6YEpK_leafFace","separator":"opus_U6YEpK_separator","leafFront":"opus_U6YEpK_leafFront","leafFlip":"opus_U6YEpK_leafFlip","panelBottom":"opus_U6YEpK_panelBottom","probe":"opus_U6YEpK_probe","glyph":"opus_U6YEpK_glyph"};
48692
+ var FlipClock_default = {"panelBottom":"opus_U6YEpK_panelBottom","leaf":"opus_U6YEpK_leaf","figure":"opus_U6YEpK_figure","leafFace":"opus_U6YEpK_leafFace","separator":"opus_U6YEpK_separator","pair":"opus_U6YEpK_pair","board":"opus_U6YEpK_board","glyph":"opus_U6YEpK_glyph","leafRear":"opus_U6YEpK_leafRear","leafFront":"opus_U6YEpK_leafFront","srOnly":"opus_U6YEpK_srOnly","date":"opus_U6YEpK_date","root":"opus_U6YEpK_root","probe":"opus_U6YEpK_probe","panelTop":"opus_U6YEpK_panelTop","rotor":"opus_U6YEpK_rotor","loading":"opus_U6YEpK_loading","colonPulse":"opus_U6YEpK_colonPulse","panel":"opus_U6YEpK_panel","leafFlip":"opus_U6YEpK_leafFlip"};
48470
48693
 
48471
48694
  // ../../components/FlipClock/FlipClock.tsx
48472
48695
  var import_jsx_runtime168 = require("react/jsx-runtime");
@@ -48490,11 +48713,11 @@ function measureInkNudge(glyph, figure) {
48490
48713
  };
48491
48714
  }
48492
48715
  function useFlipInkNudge(size) {
48493
- const rootRef = (0, import_react98.useRef)(null);
48494
- const probeGlyphRef = (0, import_react98.useRef)(null);
48495
- const probeFigureRef = (0, import_react98.useRef)(null);
48496
- const [nudge, setNudge] = (0, import_react98.useState)({ x: 0, y: 0 });
48497
- (0, import_react98.useLayoutEffect)(() => {
48716
+ const rootRef = (0, import_react99.useRef)(null);
48717
+ const probeGlyphRef = (0, import_react99.useRef)(null);
48718
+ const probeFigureRef = (0, import_react99.useRef)(null);
48719
+ const [nudge, setNudge] = (0, import_react99.useState)({ x: 0, y: 0 });
48720
+ (0, import_react99.useLayoutEffect)(() => {
48498
48721
  const root = rootRef.current;
48499
48722
  const glyph = probeGlyphRef.current;
48500
48723
  const figure = probeFigureRef.current;
@@ -48546,24 +48769,24 @@ function useFlipInkNudge(size) {
48546
48769
  };
48547
48770
  }
48548
48771
  function FlipDigit({ durationMs, value }) {
48549
- const [upper, setUpper] = (0, import_react98.useState)(value);
48550
- const [lower, setLower] = (0, import_react98.useState)(value);
48551
- const [from, setFrom] = (0, import_react98.useState)(value);
48552
- const [to, setTo] = (0, import_react98.useState)(value);
48553
- const [flipping, setFlipping] = (0, import_react98.useState)(false);
48554
- const [flipKey, setFlipKey] = (0, import_react98.useState)(0);
48555
- const upperRef = (0, import_react98.useRef)(value);
48556
- const busyRef = (0, import_react98.useRef)(false);
48557
- const pendingRef = (0, import_react98.useRef)(null);
48558
- const durationRef = (0, import_react98.useRef)(durationMs);
48559
- const timerRef = (0, import_react98.useRef)(0);
48560
- (0, import_react98.useEffect)(() => {
48772
+ const [upper, setUpper] = (0, import_react99.useState)(value);
48773
+ const [lower, setLower] = (0, import_react99.useState)(value);
48774
+ const [from, setFrom] = (0, import_react99.useState)(value);
48775
+ const [to, setTo] = (0, import_react99.useState)(value);
48776
+ const [flipping, setFlipping] = (0, import_react99.useState)(false);
48777
+ const [flipKey, setFlipKey] = (0, import_react99.useState)(0);
48778
+ const upperRef = (0, import_react99.useRef)(value);
48779
+ const busyRef = (0, import_react99.useRef)(false);
48780
+ const pendingRef = (0, import_react99.useRef)(null);
48781
+ const durationRef = (0, import_react99.useRef)(durationMs);
48782
+ const timerRef = (0, import_react99.useRef)(0);
48783
+ (0, import_react99.useEffect)(() => {
48561
48784
  durationRef.current = durationMs;
48562
48785
  }, [durationMs]);
48563
- (0, import_react98.useEffect)(() => {
48786
+ (0, import_react99.useEffect)(() => {
48564
48787
  return () => window.clearTimeout(timerRef.current);
48565
48788
  }, []);
48566
- (0, import_react98.useEffect)(() => {
48789
+ (0, import_react99.useEffect)(() => {
48567
48790
  const finishFlip = (next) => {
48568
48791
  setLower(next);
48569
48792
  setFlipping(false);
@@ -48638,12 +48861,12 @@ function FlipClock({
48638
48861
  showFrames = false,
48639
48862
  size = "md"
48640
48863
  }) {
48641
- const [time, setTime] = (0, import_react98.useState)(null);
48864
+ const [time, setTime] = (0, import_react99.useState)(null);
48642
48865
  const includeSeconds = showSeconds || showFrames;
48643
48866
  const durationMs = showFrames ? 120 : 650;
48644
48867
  const tickMs = showFrames ? 1e3 / FLIP_CLOCK_FRAME_RATE : 1e3;
48645
48868
  const { rootRef, probeGlyphRef, probeFigureRef, inkStyle } = useFlipInkNudge(size);
48646
- (0, import_react98.useEffect)(() => {
48869
+ (0, import_react99.useEffect)(() => {
48647
48870
  setTime(/* @__PURE__ */ new Date());
48648
48871
  const interval = window.setInterval(() => setTime(/* @__PURE__ */ new Date()), tickMs);
48649
48872
  return () => window.clearInterval(interval);
@@ -48704,7 +48927,7 @@ function VisuallyHidden({ as = "span", children }) {
48704
48927
  }
48705
48928
 
48706
48929
  // ../../components/FocusTrap/FocusTrap.tsx
48707
- var import_react99 = require("react");
48930
+ var import_react100 = require("react");
48708
48931
 
48709
48932
  // ../../components/FocusTrap/FocusTrap.module.css
48710
48933
  var FocusTrap_default = {"trap":"opus_fJckCZ_trap"};
@@ -48717,9 +48940,9 @@ function FocusTrap({
48717
48940
  initialFocusRef,
48718
48941
  restoreFocus = true
48719
48942
  }) {
48720
- const containerRef = (0, import_react99.useRef)(null);
48721
- const previouslyFocusedRef = (0, import_react99.useRef)(null);
48722
- (0, import_react99.useEffect)(() => {
48943
+ const containerRef = (0, import_react100.useRef)(null);
48944
+ const previouslyFocusedRef = (0, import_react100.useRef)(null);
48945
+ (0, import_react100.useEffect)(() => {
48723
48946
  if (!active) {
48724
48947
  return;
48725
48948
  }
@@ -48745,7 +48968,7 @@ function FocusTrap({
48745
48968
  }
48746
48969
  };
48747
48970
  }, [active, initialFocusRef, restoreFocus]);
48748
- (0, import_react99.useEffect)(() => {
48971
+ (0, import_react100.useEffect)(() => {
48749
48972
  if (!active) {
48750
48973
  return;
48751
48974
  }
@@ -48784,7 +49007,7 @@ function FocusTrap({
48784
49007
  }
48785
49008
 
48786
49009
  // ../../components/KeyboardShortcut/KeyboardShortcut.module.css
48787
- var KeyboardShortcut_default = {"plus":"opus_pZh5vX_plus","shortcut":"opus_pZh5vX_shortcut","key":"opus_pZh5vX_key"};
49010
+ var KeyboardShortcut_default = {"key":"opus_pZh5vX_key","plus":"opus_pZh5vX_plus","shortcut":"opus_pZh5vX_shortcut"};
48788
49011
 
48789
49012
  // ../../components/KeyboardShortcut/KeyboardShortcut.tsx
48790
49013
  var import_jsx_runtime171 = require("react/jsx-runtime");
@@ -48796,9 +49019,9 @@ function KeyboardShortcut({ keys, size = "md" }) {
48796
49019
  }
48797
49020
 
48798
49021
  // ../../components/HotkeyManager/HotkeyManager.tsx
48799
- var import_react100 = require("react");
49022
+ var import_react101 = require("react");
48800
49023
  var import_jsx_runtime172 = require("react/jsx-runtime");
48801
- var HotkeyManagerContext = (0, import_react100.createContext)(null);
49024
+ var HotkeyManagerContext = (0, import_react101.createContext)(null);
48802
49025
  function matchesCombo(event, combo) {
48803
49026
  const key = event.key.length === 1 ? event.key.toLowerCase() : event.key;
48804
49027
  const expected = combo.key.length === 1 ? combo.key.toLowerCase() : combo.key;
@@ -48814,13 +49037,13 @@ function shortcutsEqual(a, b) {
48814
49037
  });
48815
49038
  }
48816
49039
  function HotkeyManager({ children, enabled = true }) {
48817
- const handlersRef = (0, import_react100.useRef)(/* @__PURE__ */ new Map());
48818
- const [shortcuts, setShortcuts] = (0, import_react100.useState)([]);
48819
- const syncShortcuts = (0, import_react100.useCallback)(() => {
49040
+ const handlersRef = (0, import_react101.useRef)(/* @__PURE__ */ new Map());
49041
+ const [shortcuts, setShortcuts] = (0, import_react101.useState)([]);
49042
+ const syncShortcuts = (0, import_react101.useCallback)(() => {
48820
49043
  const next = Array.from(handlersRef.current.values()).map((entry) => entry.combo);
48821
49044
  setShortcuts((current) => shortcutsEqual(current, next) ? current : next);
48822
49045
  }, []);
48823
- const register = (0, import_react100.useCallback)(
49046
+ const register = (0, import_react101.useCallback)(
48824
49047
  (combo, handler) => {
48825
49048
  handlersRef.current.set(combo.id, { combo, handler });
48826
49049
  syncShortcuts();
@@ -48831,7 +49054,7 @@ function HotkeyManager({ children, enabled = true }) {
48831
49054
  },
48832
49055
  [syncShortcuts]
48833
49056
  );
48834
- (0, import_react100.useEffect)(() => {
49057
+ (0, import_react101.useEffect)(() => {
48835
49058
  if (!enabled) {
48836
49059
  return;
48837
49060
  }
@@ -48856,16 +49079,16 @@ function HotkeyManager({ children, enabled = true }) {
48856
49079
  window.addEventListener("keydown", onKeyDown);
48857
49080
  return () => window.removeEventListener("keydown", onKeyDown);
48858
49081
  }, [enabled]);
48859
- const value = (0, import_react100.useMemo)(() => ({ register, shortcuts }), [register, shortcuts]);
49082
+ const value = (0, import_react101.useMemo)(() => ({ register, shortcuts }), [register, shortcuts]);
48860
49083
  return /* @__PURE__ */ (0, import_jsx_runtime172.jsx)(HotkeyManagerContext.Provider, { value, children });
48861
49084
  }
48862
49085
  function useHotkey(combo, handler) {
48863
- const context = (0, import_react100.useContext)(HotkeyManagerContext);
49086
+ const context = (0, import_react101.useContext)(HotkeyManagerContext);
48864
49087
  const register = context == null ? void 0 : context.register;
48865
- const handlerRef = (0, import_react100.useRef)(handler);
49088
+ const handlerRef = (0, import_react101.useRef)(handler);
48866
49089
  handlerRef.current = handler;
48867
49090
  const { alt, ctrl, description, enabled, id, key, meta, shift } = combo;
48868
- (0, import_react100.useEffect)(() => {
49091
+ (0, import_react101.useEffect)(() => {
48869
49092
  if (!register) {
48870
49093
  return;
48871
49094
  }
@@ -48878,7 +49101,7 @@ function useHotkey(combo, handler) {
48878
49101
  }, [alt, ctrl, description, enabled, id, key, meta, register, shift]);
48879
49102
  }
48880
49103
  function useHotkeyManager() {
48881
- const context = (0, import_react100.useContext)(HotkeyManagerContext);
49104
+ const context = (0, import_react101.useContext)(HotkeyManagerContext);
48882
49105
  if (!context) {
48883
49106
  throw new Error("useHotkeyManager must be used within HotkeyManager");
48884
49107
  }
@@ -48886,7 +49109,7 @@ function useHotkeyManager() {
48886
49109
  }
48887
49110
 
48888
49111
  // ../../components/CopyButton/CopyButton.tsx
48889
- var import_react101 = require("react");
49112
+ var import_react102 = require("react");
48890
49113
 
48891
49114
  // ../../components/CopyButton/CopyButton.module.css
48892
49115
  var CopyButton_default = {"wrap":"opus_Ij6tWr_wrap"};
@@ -48921,15 +49144,15 @@ function CopyButton({
48921
49144
  variant = "secondary",
48922
49145
  onCopied
48923
49146
  }) {
48924
- const [copied, setCopied] = (0, import_react101.useState)(false);
48925
- (0, import_react101.useEffect)(() => {
49147
+ const [copied, setCopied] = (0, import_react102.useState)(false);
49148
+ (0, import_react102.useEffect)(() => {
48926
49149
  if (!copied) {
48927
49150
  return;
48928
49151
  }
48929
49152
  const timer = window.setTimeout(() => setCopied(false), resetMs);
48930
49153
  return () => window.clearTimeout(timer);
48931
49154
  }, [copied, resetMs]);
48932
- const handleCopy = (0, import_react101.useCallback)(async () => {
49155
+ const handleCopy = (0, import_react102.useCallback)(async () => {
48933
49156
  try {
48934
49157
  await writeClipboard(value);
48935
49158
  setCopied(true);
@@ -48942,9 +49165,9 @@ function CopyButton({
48942
49165
  }
48943
49166
 
48944
49167
  // ../../components/Clipboard/Clipboard.tsx
48945
- var import_react102 = require("react");
49168
+ var import_react103 = require("react");
48946
49169
  var import_jsx_runtime174 = require("react/jsx-runtime");
48947
- var ClipboardContext = (0, import_react102.createContext)(null);
49170
+ var ClipboardContext = (0, import_react103.createContext)(null);
48948
49171
  async function fallbackWrite(value) {
48949
49172
  const textarea = document.createElement("textarea");
48950
49173
  textarea.value = value;
@@ -48960,8 +49183,8 @@ async function fallbackWrite(value) {
48960
49183
  }
48961
49184
  }
48962
49185
  function ClipboardProvider({ children }) {
48963
- const [lastCopied, setLastCopied] = (0, import_react102.useState)(null);
48964
- const writeText = (0, import_react102.useCallback)(async (value2) => {
49186
+ const [lastCopied, setLastCopied] = (0, import_react103.useState)(null);
49187
+ const writeText = (0, import_react103.useCallback)(async (value2) => {
48965
49188
  var _a2;
48966
49189
  if ((_a2 = navigator.clipboard) == null ? void 0 : _a2.writeText) {
48967
49190
  await navigator.clipboard.writeText(value2);
@@ -48970,21 +49193,21 @@ function ClipboardProvider({ children }) {
48970
49193
  }
48971
49194
  setLastCopied(value2);
48972
49195
  }, []);
48973
- const readText = (0, import_react102.useCallback)(async () => {
49196
+ const readText = (0, import_react103.useCallback)(async () => {
48974
49197
  var _a2;
48975
49198
  if ((_a2 = navigator.clipboard) == null ? void 0 : _a2.readText) {
48976
49199
  return navigator.clipboard.readText();
48977
49200
  }
48978
49201
  return lastCopied != null ? lastCopied : "";
48979
49202
  }, [lastCopied]);
48980
- const value = (0, import_react102.useMemo)(
49203
+ const value = (0, import_react103.useMemo)(
48981
49204
  () => ({ lastCopied, readText, writeText }),
48982
49205
  [lastCopied, readText, writeText]
48983
49206
  );
48984
49207
  return /* @__PURE__ */ (0, import_jsx_runtime174.jsx)(ClipboardContext.Provider, { value, children });
48985
49208
  }
48986
49209
  function useClipboard() {
48987
- const context = (0, import_react102.useContext)(ClipboardContext);
49210
+ const context = (0, import_react103.useContext)(ClipboardContext);
48988
49211
  if (!context) {
48989
49212
  throw new Error("useClipboard must be used within ClipboardProvider");
48990
49213
  }
@@ -49015,13 +49238,13 @@ function ThemeSwitcher({
49015
49238
  }
49016
49239
 
49017
49240
  // ../../components/ResizeObserver/ResizeObserver.tsx
49018
- var import_react103 = require("react");
49241
+ var import_react104 = require("react");
49019
49242
  var import_jsx_runtime176 = require("react/jsx-runtime");
49020
49243
  function ResizeObserver2(_a2) {
49021
49244
  var _b2 = _a2, { children, className, onResize, style } = _b2, rest = __objRest(_b2, ["children", "className", "onResize", "style"]);
49022
- const ref = (0, import_react103.useRef)(null);
49023
- const [size, setSize] = (0, import_react103.useState)({ width: 0, height: 0 });
49024
- (0, import_react103.useEffect)(() => {
49245
+ const ref = (0, import_react104.useRef)(null);
49246
+ const [size, setSize] = (0, import_react104.useState)({ width: 0, height: 0 });
49247
+ (0, import_react104.useEffect)(() => {
49025
49248
  const node = ref.current;
49026
49249
  if (!node || typeof window.ResizeObserver === "undefined") {
49027
49250
  return;
@@ -49044,8 +49267,8 @@ function ResizeObserver2(_a2) {
49044
49267
  return /* @__PURE__ */ (0, import_jsx_runtime176.jsx)("div", __spreadProps(__spreadValues({ className, ref, style }, rest), { children: children(size) }));
49045
49268
  }
49046
49269
  function useResizeObserver(targetRef) {
49047
- const [size, setSize] = (0, import_react103.useState)({ width: 0, height: 0 });
49048
- (0, import_react103.useEffect)(() => {
49270
+ const [size, setSize] = (0, import_react104.useState)({ width: 0, height: 0 });
49271
+ (0, import_react104.useEffect)(() => {
49049
49272
  const node = targetRef.current;
49050
49273
  if (!node || typeof window.ResizeObserver === "undefined") {
49051
49274
  return;
@@ -49067,7 +49290,7 @@ function useResizeObserver(targetRef) {
49067
49290
  }
49068
49291
 
49069
49292
  // ../../components/IntersectionObserver/IntersectionObserver.tsx
49070
- var import_react104 = require("react");
49293
+ var import_react105 = require("react");
49071
49294
  var import_jsx_runtime177 = require("react/jsx-runtime");
49072
49295
  function IntersectionObserver2({
49073
49296
  children,
@@ -49076,9 +49299,9 @@ function IntersectionObserver2({
49076
49299
  threshold = 0.25,
49077
49300
  onChange
49078
49301
  }) {
49079
- const ref = (0, import_react104.useRef)(null);
49080
- const [isIntersecting, setIsIntersecting] = (0, import_react104.useState)(false);
49081
- (0, import_react104.useEffect)(() => {
49302
+ const ref = (0, import_react105.useRef)(null);
49303
+ const [isIntersecting, setIsIntersecting] = (0, import_react105.useState)(false);
49304
+ (0, import_react105.useEffect)(() => {
49082
49305
  const node = ref.current;
49083
49306
  if (!node || typeof window.IntersectionObserver === "undefined") {
49084
49307
  return;
@@ -49101,8 +49324,8 @@ function IntersectionObserver2({
49101
49324
  }
49102
49325
  function useIntersectionObserver(targetRef, options = {}) {
49103
49326
  const { rootMargin = "0px", threshold = 0.25 } = options;
49104
- const [isIntersecting, setIsIntersecting] = (0, import_react104.useState)(false);
49105
- (0, import_react104.useEffect)(() => {
49327
+ const [isIntersecting, setIsIntersecting] = (0, import_react105.useState)(false);
49328
+ (0, import_react105.useEffect)(() => {
49106
49329
  const node = targetRef.current;
49107
49330
  if (!node || typeof window.IntersectionObserver === "undefined") {
49108
49331
  return;
@@ -49124,22 +49347,22 @@ function useIntersectionObserver(targetRef, options = {}) {
49124
49347
  }
49125
49348
 
49126
49349
  // ../../components/Sidebar/Sidebar.tsx
49127
- var import_react105 = require("react");
49350
+ var import_react106 = require("react");
49128
49351
 
49129
49352
  // ../../components/Sidebar/Sidebar.module.css
49130
- var Sidebar_default = {"overflowTooltip":"opus_4Pogux_overflowTooltip","icon":"opus_4Pogux_icon","collapsedGroupWrap":"opus_4Pogux_collapsedGroupWrap","main":"opus_4Pogux_main","collapsedTooltip":"opus_4Pogux_collapsedTooltip","headerTitle":"opus_4Pogux_headerTitle","bodyContent":"opus_4Pogux_bodyContent","sidebar":"opus_4Pogux_sidebar","collapsedGroupChevronOpen":"opus_4Pogux_collapsedGroupChevronOpen","groupHeader":"opus_4Pogux_groupHeader","visuallyHidden":"opus_4Pogux_visuallyHidden","groupLabel":"opus_4Pogux_groupLabel","headerInner":"opus_4Pogux_headerInner","header":"opus_4Pogux_header","group":"opus_4Pogux_group","collapsedSubmenu":"opus_4Pogux_collapsedSubmenu","nav":"opus_4Pogux_nav","body":"opus_4Pogux_body","collapsedGroupChevron":"opus_4Pogux_collapsedGroupChevron","linkActive":"opus_4Pogux_linkActive","footer":"opus_4Pogux_footer","groupItemsWrap":"opus_4Pogux_groupItemsWrap","groupChevronOpen":"opus_4Pogux_groupChevronOpen","layout":"opus_4Pogux_layout","link":"opus_4Pogux_link","linkLabel":"opus_4Pogux_linkLabel","collapsedGroup":"opus_4Pogux_collapsedGroup","groupItems":"opus_4Pogux_groupItems","groupChevron":"opus_4Pogux_groupChevron","overflowLabel":"opus_4Pogux_overflowLabel"};
49353
+ var Sidebar_default = {"link":"opus_4Pogux_link","linkActive":"opus_4Pogux_linkActive","collapsedTooltip":"opus_4Pogux_collapsedTooltip","bodyContent":"opus_4Pogux_bodyContent","main":"opus_4Pogux_main","sidebar":"opus_4Pogux_sidebar","nav":"opus_4Pogux_nav","groupItems":"opus_4Pogux_groupItems","linkLabel":"opus_4Pogux_linkLabel","headerTitle":"opus_4Pogux_headerTitle","headerInner":"opus_4Pogux_headerInner","groupLabel":"opus_4Pogux_groupLabel","visuallyHidden":"opus_4Pogux_visuallyHidden","groupItemsWrap":"opus_4Pogux_groupItemsWrap","groupChevronOpen":"opus_4Pogux_groupChevronOpen","collapsedSubmenu":"opus_4Pogux_collapsedSubmenu","groupHeader":"opus_4Pogux_groupHeader","icon":"opus_4Pogux_icon","overflowLabel":"opus_4Pogux_overflowLabel","collapsedGroupWrap":"opus_4Pogux_collapsedGroupWrap","body":"opus_4Pogux_body","footer":"opus_4Pogux_footer","group":"opus_4Pogux_group","header":"opus_4Pogux_header","overflowTooltip":"opus_4Pogux_overflowTooltip","collapsedGroupChevron":"opus_4Pogux_collapsedGroupChevron","collapsedGroupChevronOpen":"opus_4Pogux_collapsedGroupChevronOpen","collapsedGroup":"opus_4Pogux_collapsedGroup","groupChevron":"opus_4Pogux_groupChevron","layout":"opus_4Pogux_layout"};
49131
49354
 
49132
49355
  // ../../components/Sidebar/Sidebar.tsx
49133
49356
  var import_jsx_runtime178 = require("react/jsx-runtime");
49134
- var SidebarContext = (0, import_react105.createContext)({
49357
+ var SidebarContext = (0, import_react106.createContext)({
49135
49358
  collapsed: false,
49136
49359
  density: "comfortable"
49137
49360
  });
49138
49361
  var SIDEBAR_STORAGE_PREFIX = "opus-sidebar-state";
49139
49362
  function SidebarOverflowLabel({ label }) {
49140
- const labelRef = (0, import_react105.useRef)(null);
49141
- const [overflowing, setOverflowing] = (0, import_react105.useState)(false);
49142
- (0, import_react105.useEffect)(() => {
49363
+ const labelRef = (0, import_react106.useRef)(null);
49364
+ const [overflowing, setOverflowing] = (0, import_react106.useState)(false);
49365
+ (0, import_react106.useEffect)(() => {
49143
49366
  const element = labelRef.current;
49144
49367
  if (!element) {
49145
49368
  return;
@@ -49245,17 +49468,17 @@ function Sidebar({
49245
49468
  storageKey
49246
49469
  }) {
49247
49470
  var _a2;
49248
- const resolvedStorageKey = (0, import_react105.useMemo)(
49471
+ const resolvedStorageKey = (0, import_react106.useMemo)(
49249
49472
  () => `${SIDEBAR_STORAGE_PREFIX}:${storageKey != null ? storageKey : hashString(`${navLabel}:${serialiseSidebarMenu(menu)}`)}`,
49250
49473
  [menu, navLabel, storageKey]
49251
49474
  );
49252
- const [persistedState, setPersistedState] = (0, import_react105.useState)(
49475
+ const [persistedState, setPersistedState] = (0, import_react106.useState)(
49253
49476
  {}
49254
49477
  );
49255
- const [motionReady, setMotionReady] = (0, import_react105.useState)(!persistState);
49256
- const [internalActiveItem, setInternalActiveItem] = (0, import_react105.useState)(defaultActiveItem);
49478
+ const [motionReady, setMotionReady] = (0, import_react106.useState)(!persistState);
49479
+ const [internalActiveItem, setInternalActiveItem] = (0, import_react106.useState)(defaultActiveItem);
49257
49480
  const effectiveActiveItem = activeItem != null ? activeItem : persistState ? (_a2 = persistedState.activeItem) != null ? _a2 : internalActiveItem : internalActiveItem;
49258
- (0, import_react105.useEffect)(() => {
49481
+ (0, import_react106.useEffect)(() => {
49259
49482
  if (!persistState) {
49260
49483
  const readyTimeout = window.setTimeout(() => setMotionReady(true), 0);
49261
49484
  return () => window.clearTimeout(readyTimeout);
@@ -49284,7 +49507,7 @@ function Sidebar({
49284
49507
  }
49285
49508
  };
49286
49509
  }, [persistState, resolvedStorageKey]);
49287
- const updatePersistedState = (0, import_react105.useCallback)(
49510
+ const updatePersistedState = (0, import_react106.useCallback)(
49288
49511
  (next) => {
49289
49512
  if (!persistState) {
49290
49513
  return;
@@ -49297,7 +49520,7 @@ function Sidebar({
49297
49520
  },
49298
49521
  [persistState, resolvedStorageKey]
49299
49522
  );
49300
- const setSidebarActiveItem = (0, import_react105.useCallback)(
49523
+ const setSidebarActiveItem = (0, import_react106.useCallback)(
49301
49524
  (itemId) => {
49302
49525
  if (persistState) {
49303
49526
  updatePersistedState((current) => __spreadProps(__spreadValues({}, current), {
@@ -49310,14 +49533,14 @@ function Sidebar({
49310
49533
  },
49311
49534
  [activeItem, persistState, updatePersistedState]
49312
49535
  );
49313
- const getGroupOpenState = (0, import_react105.useCallback)(
49536
+ const getGroupOpenState = (0, import_react106.useCallback)(
49314
49537
  (groupId, fallback) => {
49315
49538
  var _a3, _b2;
49316
49539
  return (_b2 = (_a3 = persistedState.groups) == null ? void 0 : _a3[groupId]) != null ? _b2 : fallback;
49317
49540
  },
49318
49541
  [persistedState.groups]
49319
49542
  );
49320
- const setGroupOpenState = (0, import_react105.useCallback)(
49543
+ const setGroupOpenState = (0, import_react106.useCallback)(
49321
49544
  (groupId, open) => {
49322
49545
  updatePersistedState((current) => __spreadProps(__spreadValues({}, current), {
49323
49546
  groups: __spreadProps(__spreadValues({}, current.groups), {
@@ -49383,7 +49606,7 @@ function Sidebar({
49383
49606
  );
49384
49607
  }
49385
49608
  function SidebarHeader({ children, title }) {
49386
- const { collapsed } = (0, import_react105.useContext)(SidebarContext);
49609
+ const { collapsed } = (0, import_react106.useContext)(SidebarContext);
49387
49610
  return /* @__PURE__ */ (0, import_jsx_runtime178.jsxs)("div", { className: Sidebar_default.headerInner, children: [
49388
49611
  /* @__PURE__ */ (0, import_jsx_runtime178.jsx)("h2", { className: collapsed ? Sidebar_default.visuallyHidden : Sidebar_default.headerTitle, children: title }),
49389
49612
  children
@@ -49409,7 +49632,7 @@ function SidebarLink({
49409
49632
  collapsed,
49410
49633
  onSelect: onSidebarSelect,
49411
49634
  setActiveItem
49412
- } = (0, import_react105.useContext)(SidebarContext);
49635
+ } = (0, import_react106.useContext)(SidebarContext);
49413
49636
  const isActive = active != null ? active : itemId ? activeItem === itemId : false;
49414
49637
  const className = [Sidebar_default.link, isActive ? Sidebar_default.linkActive : ""].filter(Boolean).join(" ");
49415
49638
  const label = typeof children === "string" ? children : null;
@@ -49539,16 +49762,16 @@ function SidebarGroup({
49539
49762
  getGroupOpenState,
49540
49763
  onCollapsedGroupSelect,
49541
49764
  setGroupOpenState
49542
- } = (0, import_react105.useContext)(SidebarContext);
49765
+ } = (0, import_react106.useContext)(SidebarContext);
49543
49766
  const listId = createGroupListId(label, id);
49544
- const [open, setOpen] = (0, import_react105.useState)(
49767
+ const [open, setOpen] = (0, import_react106.useState)(
49545
49768
  () => {
49546
49769
  var _a2;
49547
49770
  return (_a2 = getGroupOpenState == null ? void 0 : getGroupOpenState(listId, defaultOpen)) != null ? _a2 : defaultOpen;
49548
49771
  }
49549
49772
  );
49550
- const [collapsedOpen, setCollapsedOpen] = (0, import_react105.useState)(false);
49551
- (0, import_react105.useEffect)(() => {
49773
+ const [collapsedOpen, setCollapsedOpen] = (0, import_react106.useState)(false);
49774
+ (0, import_react106.useEffect)(() => {
49552
49775
  const timeout = window.setTimeout(() => {
49553
49776
  var _a2;
49554
49777
  setOpen((_a2 = getGroupOpenState == null ? void 0 : getGroupOpenState(listId, defaultOpen)) != null ? _a2 : defaultOpen);
@@ -49679,12 +49902,12 @@ function SidebarLayout({
49679
49902
  }
49680
49903
 
49681
49904
  // ../../components/AccentColorPicker/AccentColorPicker.tsx
49682
- var import_react106 = require("react");
49905
+ var import_react107 = require("react");
49683
49906
  var import_free_solid_svg_icons15 = require("@fortawesome/free-solid-svg-icons");
49684
49907
  var import_react_fontawesome16 = require("@fortawesome/react-fontawesome");
49685
49908
 
49686
49909
  // ../../components/AccentColorPicker/AccentColorPicker.module.css
49687
- var AccentColorPicker_default = {"swatches":"opus_scMnrW_swatches","section":"opus_scMnrW_section","sectionLabel":"opus_scMnrW_sectionLabel","dropdown":"opus_scMnrW_dropdown","quickSwatches":"opus_scMnrW_quickSwatches","tilePair":"opus_scMnrW_tilePair","swatch":"opus_scMnrW_swatch","panel":"opus_scMnrW_panel","tilePairs":"opus_scMnrW_tilePairs","picker":"opus_scMnrW_picker","panelHeader":"opus_scMnrW_panelHeader","trigger":"opus_scMnrW_trigger","reset":"opus_scMnrW_reset","resetText":"opus_scMnrW_resetText","chevron":"opus_scMnrW_chevron","summary":"opus_scMnrW_summary","footer":"opus_scMnrW_footer","blob":"opus_scMnrW_blob"};
49910
+ var AccentColorPicker_default = {"picker":"opus_scMnrW_picker","swatches":"opus_scMnrW_swatches","blob":"opus_scMnrW_blob","footer":"opus_scMnrW_footer","trigger":"opus_scMnrW_trigger","tilePair":"opus_scMnrW_tilePair","section":"opus_scMnrW_section","summary":"opus_scMnrW_summary","chevron":"opus_scMnrW_chevron","dropdown":"opus_scMnrW_dropdown","panelHeader":"opus_scMnrW_panelHeader","sectionLabel":"opus_scMnrW_sectionLabel","resetText":"opus_scMnrW_resetText","tilePairs":"opus_scMnrW_tilePairs","swatch":"opus_scMnrW_swatch","quickSwatches":"opus_scMnrW_quickSwatches","panel":"opus_scMnrW_panel","reset":"opus_scMnrW_reset"};
49688
49911
 
49689
49912
  // ../../components/AccentColorPicker/AccentColorPicker.tsx
49690
49913
  var import_jsx_runtime179 = require("react/jsx-runtime");
@@ -49788,11 +50011,11 @@ function pairLabel(primary, secondary) {
49788
50011
  return `${colorLabel(primary)} / ${colorLabel(secondary)}`;
49789
50012
  }
49790
50013
  function useAccentPreference() {
49791
- const [accent, setAccentState] = (0, import_react106.useState)(DEFAULT_ACCENT_COLOR);
49792
- const [accentSecondary, setAccentSecondaryState] = (0, import_react106.useState)(DEFAULT_ACCENT_SECONDARY);
49793
- const [accentPairId, setAccentPairIdState] = (0, import_react106.useState)(DEFAULT_ACCENT_PAIR_ID);
49794
- const [ready, setReady] = (0, import_react106.useState)(false);
49795
- (0, import_react106.useLayoutEffect)(() => {
50014
+ const [accent, setAccentState] = (0, import_react107.useState)(DEFAULT_ACCENT_COLOR);
50015
+ const [accentSecondary, setAccentSecondaryState] = (0, import_react107.useState)(DEFAULT_ACCENT_SECONDARY);
50016
+ const [accentPairId, setAccentPairIdState] = (0, import_react107.useState)(DEFAULT_ACCENT_PAIR_ID);
50017
+ const [ready, setReady] = (0, import_react107.useState)(false);
50018
+ (0, import_react107.useLayoutEffect)(() => {
49796
50019
  var _a2;
49797
50020
  const stored = readStoredAccentState();
49798
50021
  setAccentState(stored.accent);
@@ -49805,7 +50028,7 @@ function useAccentPreference() {
49805
50028
  persistAccentState(stored.accent, stored.accentSecondary, (_a2 = matchedPair == null ? void 0 : matchedPair.id) != null ? _a2 : null);
49806
50029
  setReady(true);
49807
50030
  }, []);
49808
- const applyPair = (0, import_react106.useCallback)((pair) => {
50031
+ const applyPair = (0, import_react107.useCallback)((pair) => {
49809
50032
  setAccentState(pair.primary);
49810
50033
  setAccentSecondaryState(pair.secondary);
49811
50034
  setAccentPairIdState(pair.id);
@@ -49813,7 +50036,7 @@ function useAccentPreference() {
49813
50036
  persistAccentState(pair.primary, pair.secondary, pair.id);
49814
50037
  setReady(true);
49815
50038
  }, []);
49816
- const setAccent = (0, import_react106.useCallback)(
50039
+ const setAccent = (0, import_react107.useCallback)(
49817
50040
  (next) => {
49818
50041
  var _a2, _b2;
49819
50042
  if (!isHexColor2(next)) {
@@ -49830,7 +50053,7 @@ function useAccentPreference() {
49830
50053
  },
49831
50054
  [accentPairId, accentSecondary]
49832
50055
  );
49833
- const setAccentSecondary = (0, import_react106.useCallback)(
50056
+ const setAccentSecondary = (0, import_react107.useCallback)(
49834
50057
  (next) => {
49835
50058
  var _a2, _b2;
49836
50059
  if (!isHexColor2(next)) {
@@ -49847,7 +50070,7 @@ function useAccentPreference() {
49847
50070
  },
49848
50071
  [accent, accentPairId]
49849
50072
  );
49850
- const setAccentPair = (0, import_react106.useCallback)(
50073
+ const setAccentPair = (0, import_react107.useCallback)(
49851
50074
  (pairId) => {
49852
50075
  const pair = findPairById(pairId);
49853
50076
  if (!pair) {
@@ -49857,14 +50080,14 @@ function useAccentPreference() {
49857
50080
  },
49858
50081
  [applyPair]
49859
50082
  );
49860
- const resetAccent = (0, import_react106.useCallback)(() => {
50083
+ const resetAccent = (0, import_react107.useCallback)(() => {
49861
50084
  const pair = findPairById(DEFAULT_ACCENT_PAIR_ID);
49862
50085
  if (!pair) {
49863
50086
  return;
49864
50087
  }
49865
50088
  applyPair(pair);
49866
50089
  }, [applyPair]);
49867
- const accentStyle = (0, import_react106.useMemo)(
50090
+ const accentStyle = (0, import_react107.useMemo)(
49868
50091
  () => ready ? createAccentStyle(accent, accentSecondary) : void 0,
49869
50092
  [accent, accentSecondary, ready]
49870
50093
  );
@@ -49880,10 +50103,10 @@ function useAccentPreference() {
49880
50103
  };
49881
50104
  }
49882
50105
  function useTileAccentPreference() {
49883
- const [tileAccent, setTileAccentState] = (0, import_react106.useState)(DEFAULT_TILE_ACCENT);
49884
- const [tileAccentSecondary, setTileAccentSecondaryState] = (0, import_react106.useState)(DEFAULT_TILE_ACCENT_SECONDARY);
49885
- const [ready, setReady] = (0, import_react106.useState)(false);
49886
- (0, import_react106.useLayoutEffect)(() => {
50106
+ const [tileAccent, setTileAccentState] = (0, import_react107.useState)(DEFAULT_TILE_ACCENT);
50107
+ const [tileAccentSecondary, setTileAccentSecondaryState] = (0, import_react107.useState)(DEFAULT_TILE_ACCENT_SECONDARY);
50108
+ const [ready, setReady] = (0, import_react107.useState)(false);
50109
+ (0, import_react107.useLayoutEffect)(() => {
49887
50110
  const stored = readStoredTileAccentState();
49888
50111
  setTileAccentState(stored.tileAccent);
49889
50112
  setTileAccentSecondaryState(stored.tileAccentSecondary);
@@ -49891,7 +50114,7 @@ function useTileAccentPreference() {
49891
50114
  persistTileAccentState(stored.tileAccent, stored.tileAccentSecondary);
49892
50115
  setReady(true);
49893
50116
  }, []);
49894
- const setTileAccent = (0, import_react106.useCallback)(
50117
+ const setTileAccent = (0, import_react107.useCallback)(
49895
50118
  (next) => {
49896
50119
  if (!isHexColor2(next)) {
49897
50120
  return;
@@ -49903,7 +50126,7 @@ function useTileAccentPreference() {
49903
50126
  },
49904
50127
  [tileAccentSecondary]
49905
50128
  );
49906
- const setTileAccentSecondary = (0, import_react106.useCallback)(
50129
+ const setTileAccentSecondary = (0, import_react107.useCallback)(
49907
50130
  (next) => {
49908
50131
  if (!isHexColor2(next)) {
49909
50132
  return;
@@ -49915,14 +50138,14 @@ function useTileAccentPreference() {
49915
50138
  },
49916
50139
  [tileAccent]
49917
50140
  );
49918
- const resetTileAccent = (0, import_react106.useCallback)(() => {
50141
+ const resetTileAccent = (0, import_react107.useCallback)(() => {
49919
50142
  setTileAccentState(DEFAULT_TILE_ACCENT);
49920
50143
  setTileAccentSecondaryState(DEFAULT_TILE_ACCENT_SECONDARY);
49921
50144
  applyDocumentTileAccent(DEFAULT_TILE_ACCENT, DEFAULT_TILE_ACCENT_SECONDARY);
49922
50145
  persistTileAccentState(DEFAULT_TILE_ACCENT, DEFAULT_TILE_ACCENT_SECONDARY);
49923
50146
  setReady(true);
49924
50147
  }, []);
49925
- const tileAccentStyle = (0, import_react106.useMemo)(
50148
+ const tileAccentStyle = (0, import_react107.useMemo)(
49926
50149
  () => ready ? createTileAccentStyle(tileAccent, tileAccentSecondary) : void 0,
49927
50150
  [ready, tileAccent, tileAccentSecondary]
49928
50151
  );
@@ -49982,12 +50205,12 @@ function AccentColorPicker({
49982
50205
  value
49983
50206
  }) {
49984
50207
  const resolvedSecondary = secondaryValue != null ? secondaryValue : companionForPrimary(value);
49985
- const [open, setOpen] = (0, import_react106.useState)(false);
49986
- const rootRef = (0, import_react106.useRef)(null);
49987
- const menuId = (0, import_react106.useId)();
50208
+ const [open, setOpen] = (0, import_react107.useState)(false);
50209
+ const rootRef = (0, import_react107.useRef)(null);
50210
+ const menuId = (0, import_react107.useId)();
49988
50211
  const selectedLabel = showSecondary ? pairLabel(value, resolvedSecondary) : colorLabel(value);
49989
50212
  const isDefault = value === defaultValue && (!showSecondary || resolvedSecondary === defaultSecondaryValue);
49990
- (0, import_react106.useEffect)(() => {
50213
+ (0, import_react107.useEffect)(() => {
49991
50214
  if (!open || variant !== "compact") {
49992
50215
  return;
49993
50216
  }
@@ -50152,11 +50375,11 @@ function AccentColorPicker({
50152
50375
  }
50153
50376
 
50154
50377
  // ../../components/IconPicker/IconPicker.tsx
50155
- var import_react107 = require("react");
50378
+ var import_react108 = require("react");
50156
50379
  var import_react_fontawesome17 = require("@fortawesome/react-fontawesome");
50157
50380
 
50158
50381
  // ../../components/IconPicker/IconPicker.module.css
50159
- var IconPicker_default = {"triggerLabel":"opus_4E-Oa1_triggerLabel","triggerIcon":"opus_4E-Oa1_triggerIcon","empty":"opus_4E-Oa1_empty","optionIcon":"opus_4E-Oa1_optionIcon","chevron":"opus_4E-Oa1_chevron","menu":"opus_4E-Oa1_menu","search":"opus_4E-Oa1_search","option":"opus_4E-Oa1_option","root":"opus_4E-Oa1_root","trigger":"opus_4E-Oa1_trigger","grid":"opus_4E-Oa1_grid"};
50382
+ var IconPicker_default = {"trigger":"opus_4E-Oa1_trigger","grid":"opus_4E-Oa1_grid","option":"opus_4E-Oa1_option","empty":"opus_4E-Oa1_empty","root":"opus_4E-Oa1_root","optionIcon":"opus_4E-Oa1_optionIcon","menu":"opus_4E-Oa1_menu","search":"opus_4E-Oa1_search","chevron":"opus_4E-Oa1_chevron","triggerLabel":"opus_4E-Oa1_triggerLabel","triggerIcon":"opus_4E-Oa1_triggerIcon"};
50160
50383
 
50161
50384
  // ../../components/IconPicker/IconPicker.tsx
50162
50385
  var import_jsx_runtime180 = require("react/jsx-runtime");
@@ -50170,14 +50393,14 @@ function IconPicker({
50170
50393
  searchPlaceholder = "Search icons",
50171
50394
  value
50172
50395
  }) {
50173
- const [open, setOpen] = (0, import_react107.useState)(false);
50174
- const [query, setQuery] = (0, import_react107.useState)("");
50175
- const rootRef = (0, import_react107.useRef)(null);
50176
- const searchRef = (0, import_react107.useRef)(null);
50177
- const listboxId = (0, import_react107.useId)();
50396
+ const [open, setOpen] = (0, import_react108.useState)(false);
50397
+ const [query, setQuery] = (0, import_react108.useState)("");
50398
+ const rootRef = (0, import_react108.useRef)(null);
50399
+ const searchRef = (0, import_react108.useRef)(null);
50400
+ const listboxId = (0, import_react108.useId)();
50178
50401
  const selected = getFontAwesomeIconOption(value);
50179
- const filteredIcons = (0, import_react107.useMemo)(() => filterFontAwesomeIcons(query), [query]);
50180
- (0, import_react107.useEffect)(() => {
50402
+ const filteredIcons = (0, import_react108.useMemo)(() => filterFontAwesomeIcons(query), [query]);
50403
+ (0, import_react108.useEffect)(() => {
50181
50404
  if (!open) {
50182
50405
  return;
50183
50406
  }
@@ -50259,7 +50482,7 @@ function IconPicker({
50259
50482
  }
50260
50483
 
50261
50484
  // ../../components/IconBadge/IconBadge.module.css
50262
- var IconBadge_default = {"badge":"opus_H9TUGj_badge","icon":"opus_H9TUGj_icon","root":"opus_H9TUGj_root"};
50485
+ var IconBadge_default = {"root":"opus_H9TUGj_root","icon":"opus_H9TUGj_icon","badge":"opus_H9TUGj_badge"};
50263
50486
 
50264
50487
  // ../../components/IconBadge/IconBadge.tsx
50265
50488
  var import_jsx_runtime181 = require("react/jsx-runtime");
@@ -50320,10 +50543,10 @@ function IconBadge({
50320
50543
  }
50321
50544
 
50322
50545
  // ../../components/ApplicationHeader/ApplicationHeader.tsx
50323
- var import_react108 = require("react");
50546
+ var import_react109 = require("react");
50324
50547
 
50325
50548
  // ../../components/ApplicationHeader/ApplicationHeader.module.css
50326
- var ApplicationHeader_default = {"profile":"opus_TjZbi8_profile","createMenuIcon":"opus_TjZbi8_createMenuIcon","createButton":"opus_TjZbi8_createButton","root":"opus_TjZbi8_root","content":"opus_TjZbi8_content","brand":"opus_TjZbi8_brand","actions":"opus_TjZbi8_actions","actionGroup":"opus_TjZbi8_actionGroup","search":"opus_TjZbi8_search","logo":"opus_TjZbi8_logo"};
50549
+ var ApplicationHeader_default = {"brand":"opus_TjZbi8_brand","search":"opus_TjZbi8_search","root":"opus_TjZbi8_root","logo":"opus_TjZbi8_logo","actions":"opus_TjZbi8_actions","createMenuIcon":"opus_TjZbi8_createMenuIcon","actionGroup":"opus_TjZbi8_actionGroup","content":"opus_TjZbi8_content","profile":"opus_TjZbi8_profile","createButton":"opus_TjZbi8_createButton"};
50327
50550
 
50328
50551
  // ../../components/ApplicationHeader/ApplicationHeader.tsx
50329
50552
  var import_jsx_runtime182 = require("react/jsx-runtime");
@@ -50345,7 +50568,7 @@ function ApplicationHeader({
50345
50568
  searchValue = "",
50346
50569
  showSearch = true
50347
50570
  }) {
50348
- const searchInputRef = (0, import_react108.useRef)(null);
50571
+ const searchInputRef = (0, import_react109.useRef)(null);
50349
50572
  const notificationActions = actions.filter((action) => action.group === "notification" || action.count !== void 0);
50350
50573
  const utilityActions = actions.filter((action) => action.group === "utility" || action.group === void 0 && action.count === void 0);
50351
50574
  const handleSearchChange = (event) => {
@@ -50358,7 +50581,7 @@ function ApplicationHeader({
50358
50581
  label: item.label,
50359
50582
  onSelect: item.onSelect
50360
50583
  }));
50361
- (0, import_react108.useEffect)(() => {
50584
+ (0, import_react109.useEffect)(() => {
50362
50585
  var _a2;
50363
50586
  if (!showSearch) {
50364
50587
  return;
@@ -50461,7 +50684,7 @@ function ApplicationHeader({
50461
50684
  }
50462
50685
 
50463
50686
  // ../../components/ApplicationFooter/ApplicationFooter.module.css
50464
- var ApplicationFooter_default = {"logo":"opus_mphyzH_logo","root":"opus_mphyzH_root","actions":"opus_mphyzH_actions","version":"opus_mphyzH_version","copyright":"opus_mphyzH_copyright","actionSlot":"opus_mphyzH_actionSlot","brand":"opus_mphyzH_brand","action":"opus_mphyzH_action","product":"opus_mphyzH_product"};
50687
+ var ApplicationFooter_default = {"version":"opus_mphyzH_version","product":"opus_mphyzH_product","actionSlot":"opus_mphyzH_actionSlot","action":"opus_mphyzH_action","logo":"opus_mphyzH_logo","actions":"opus_mphyzH_actions","brand":"opus_mphyzH_brand","copyright":"opus_mphyzH_copyright","root":"opus_mphyzH_root"};
50465
50688
 
50466
50689
  // ../../components/ApplicationFooter/ApplicationFooter.tsx
50467
50690
  var import_jsx_runtime183 = require("react/jsx-runtime");
@@ -50485,10 +50708,10 @@ function ApplicationFooter({ actions = [], brandAlt = "Opus", brandSrc = "/opus-
50485
50708
  }
50486
50709
 
50487
50710
  // ../../components/WelcomeMessage/WelcomeMessage.tsx
50488
- var import_react109 = require("react");
50711
+ var import_react110 = require("react");
50489
50712
 
50490
50713
  // ../../components/WelcomeMessage/WelcomeMessage.module.css
50491
- var WelcomeMessage_default = {"heading":"opus_cZqjKS_heading","root":"opus_cZqjKS_root","wave":"opus_cZqjKS_wave","welcome-wave":"opus_cZqjKS_welcome-wave","subtitle":"opus_cZqjKS_subtitle"};
50714
+ var WelcomeMessage_default = {"heading":"opus_cZqjKS_heading","root":"opus_cZqjKS_root","wave":"opus_cZqjKS_wave","subtitle":"opus_cZqjKS_subtitle","welcome-wave":"opus_cZqjKS_welcome-wave"};
50492
50715
 
50493
50716
  // ../../components/WelcomeMessage/WelcomeMessage.tsx
50494
50717
  var import_jsx_runtime184 = require("react/jsx-runtime");
@@ -50523,8 +50746,8 @@ function WelcomeMessage({
50523
50746
  timeZone,
50524
50747
  updateInterval = 6e4
50525
50748
  }) {
50526
- const [currentDate, setCurrentDate] = (0, import_react109.useState)(() => toDate(date));
50527
- (0, import_react109.useEffect)(() => {
50749
+ const [currentDate, setCurrentDate] = (0, import_react110.useState)(() => toDate(date));
50750
+ (0, import_react110.useEffect)(() => {
50528
50751
  if (date !== void 0) {
50529
50752
  setCurrentDate(toDate(date));
50530
50753
  return;
@@ -50532,7 +50755,7 @@ function WelcomeMessage({
50532
50755
  const interval = window.setInterval(() => setCurrentDate(/* @__PURE__ */ new Date()), updateInterval);
50533
50756
  return () => window.clearInterval(interval);
50534
50757
  }, [date, updateInterval]);
50535
- const resolvedGreeting = (0, import_react109.useMemo)(
50758
+ const resolvedGreeting = (0, import_react110.useMemo)(
50536
50759
  () => greeting != null ? greeting : `Good ${getWelcomeGreeting(getHour(currentDate, timeZone))}`,
50537
50760
  [currentDate, greeting, timeZone]
50538
50761
  );
@@ -50548,13 +50771,13 @@ function WelcomeMessage({
50548
50771
  }
50549
50772
 
50550
50773
  // ../../components/Desktop/Desktop.tsx
50551
- var import_react112 = require("react");
50774
+ var import_react113 = require("react");
50552
50775
 
50553
50776
  // ../../components/DesktopDock/DesktopDock.tsx
50554
- var import_react110 = require("react");
50777
+ var import_react111 = require("react");
50555
50778
 
50556
50779
  // ../../components/DesktopIcon/DesktopIcon.module.css
50557
- var DesktopIcon_default = {"icon":"opus_Aw_c1o_icon","root":"opus_Aw_c1o_root","label":"opus_Aw_c1o_label"};
50780
+ var DesktopIcon_default = {"icon":"opus_Aw_c1o_icon","label":"opus_Aw_c1o_label","root":"opus_Aw_c1o_root"};
50558
50781
 
50559
50782
  // ../../components/DesktopIcon/DesktopIcon.tsx
50560
50783
  var import_jsx_runtime185 = require("react/jsx-runtime");
@@ -50595,7 +50818,7 @@ function DesktopIcon({
50595
50818
  }
50596
50819
 
50597
50820
  // ../../components/DesktopDock/DesktopDock.module.css
50598
- var DesktopDock_default = {"root":"opus_2rzXpn_root","resizeHandle":"opus_2rzXpn_resizeHandle","item":"opus_2rzXpn_item","indicator":"opus_2rzXpn_indicator"};
50821
+ var DesktopDock_default = {"resizeHandle":"opus_2rzXpn_resizeHandle","indicator":"opus_2rzXpn_indicator","item":"opus_2rzXpn_item","root":"opus_2rzXpn_root"};
50599
50822
 
50600
50823
  // ../../components/DesktopDock/DesktopDock.tsx
50601
50824
  var import_jsx_runtime186 = require("react/jsx-runtime");
@@ -50611,15 +50834,15 @@ function DesktopDock({
50611
50834
  resizable = true,
50612
50835
  size: controlledSize
50613
50836
  }) {
50614
- const [internalSize, setInternalSize] = (0, import_react110.useState)(40);
50837
+ const [internalSize, setInternalSize] = (0, import_react111.useState)(40);
50615
50838
  const size = controlledSize != null ? controlledSize : internalSize;
50616
- const dragRef = (0, import_react110.useRef)(null);
50839
+ const dragRef = (0, import_react111.useRef)(null);
50617
50840
  const setSize = (next) => {
50618
50841
  const bounded = Math.max(minSize, Math.min(maxSize, Math.round(next)));
50619
50842
  if (controlledSize === void 0) setInternalSize(bounded);
50620
50843
  onSizeChange == null ? void 0 : onSizeChange(bounded);
50621
50844
  };
50622
- (0, import_react110.useEffect)(() => {
50845
+ (0, import_react111.useEffect)(() => {
50623
50846
  const move = (event) => {
50624
50847
  const drag = dragRef.current;
50625
50848
  if (!drag) return;
@@ -50706,10 +50929,10 @@ function DesktopDock({
50706
50929
  }
50707
50930
 
50708
50931
  // ../../components/DesktopWindow/DesktopWindow.tsx
50709
- var import_react111 = require("react");
50932
+ var import_react112 = require("react");
50710
50933
 
50711
50934
  // ../../components/DesktopWindow/DesktopWindow.module.css
50712
- var DesktopWindow_default = {"desktop-window-restore-right":"opus_o4H-Ol_desktop-window-restore-right","desktop-window-activate":"opus_o4H-Ol_desktop-window-activate","desktop-window-open":"opus_o4H-Ol_desktop-window-open","root":"opus_o4H-Ol_root","body":"opus_o4H-Ol_body","controls":"opus_o4H-Ol_controls","minimize":"opus_o4H-Ol_minimize","titlebar":"opus_o4H-Ol_titlebar","title":"opus_o4H-Ol_title","desktop-window-restore-left":"opus_o4H-Ol_desktop-window-restore-left","desktop-window-restore-bottom":"opus_o4H-Ol_desktop-window-restore-bottom","desktop-window-close":"opus_o4H-Ol_desktop-window-close","close":"opus_o4H-Ol_close","maximize":"opus_o4H-Ol_maximize","resize":"opus_o4H-Ol_resize"};
50935
+ var DesktopWindow_default = {"desktop-window-close":"opus_o4H-Ol_desktop-window-close","desktop-window-restore-bottom":"opus_o4H-Ol_desktop-window-restore-bottom","controls":"opus_o4H-Ol_controls","maximize":"opus_o4H-Ol_maximize","root":"opus_o4H-Ol_root","body":"opus_o4H-Ol_body","desktop-window-open":"opus_o4H-Ol_desktop-window-open","desktop-window-activate":"opus_o4H-Ol_desktop-window-activate","title":"opus_o4H-Ol_title","close":"opus_o4H-Ol_close","resize":"opus_o4H-Ol_resize","minimize":"opus_o4H-Ol_minimize","desktop-window-restore-left":"opus_o4H-Ol_desktop-window-restore-left","desktop-window-restore-right":"opus_o4H-Ol_desktop-window-restore-right","titlebar":"opus_o4H-Ol_titlebar"};
50713
50936
 
50714
50937
  // ../../components/DesktopWindow/DesktopWindow.tsx
50715
50938
  var import_jsx_runtime187 = require("react/jsx-runtime");
@@ -50735,16 +50958,16 @@ function DesktopWindow({
50735
50958
  tone = "purple",
50736
50959
  zIndex = 1
50737
50960
  }) {
50738
- const [closing, setClosing] = (0, import_react111.useState)(false);
50739
- const [entering, setEntering] = (0, import_react111.useState)(open && !minimized);
50740
- const [internalRect, setInternalRect] = (0, import_react111.useState)(defaultRect);
50741
- const [motion, setMotion] = (0, import_react111.useState)("idle");
50742
- const [present, setPresent] = (0, import_react111.useState)(open && !minimized);
50961
+ const [closing, setClosing] = (0, import_react112.useState)(false);
50962
+ const [entering, setEntering] = (0, import_react112.useState)(open && !minimized);
50963
+ const [internalRect, setInternalRect] = (0, import_react112.useState)(defaultRect);
50964
+ const [motion, setMotion] = (0, import_react112.useState)("idle");
50965
+ const [present, setPresent] = (0, import_react112.useState)(open && !minimized);
50743
50966
  const rect = controlledRect != null ? controlledRect : internalRect;
50744
- const rootRef = (0, import_react111.useRef)(null);
50745
- const sessionRef = (0, import_react111.useRef)(null);
50746
- const dragLockRef = (0, import_react111.useRef)(false);
50747
- const selectionStyleRef = (0, import_react111.useRef)(null);
50967
+ const rootRef = (0, import_react112.useRef)(null);
50968
+ const sessionRef = (0, import_react112.useRef)(null);
50969
+ const dragLockRef = (0, import_react112.useRef)(false);
50970
+ const selectionStyleRef = (0, import_react112.useRef)(null);
50748
50971
  const lockSelection = () => {
50749
50972
  var _a2;
50750
50973
  dragLockRef.current = true;
@@ -50795,7 +51018,7 @@ function DesktopWindow({
50795
51018
  sessionRef.current = null;
50796
51019
  unlockSelection();
50797
51020
  };
50798
- (0, import_react111.useEffect)(() => {
51021
+ (0, import_react112.useEffect)(() => {
50799
51022
  let timer;
50800
51023
  if (open) {
50801
51024
  setClosing(false);
@@ -50814,7 +51037,7 @@ function DesktopWindow({
50814
51037
  if (timer) clearTimeout(timer);
50815
51038
  };
50816
51039
  }, [open]);
50817
- (0, import_react111.useEffect)(() => {
51040
+ (0, import_react112.useEffect)(() => {
50818
51041
  let timer;
50819
51042
  if (!open) return;
50820
51043
  if (minimized) {
@@ -50830,7 +51053,7 @@ function DesktopWindow({
50830
51053
  if (timer) clearTimeout(timer);
50831
51054
  };
50832
51055
  }, [minimized, open]);
50833
- (0, import_react111.useEffect)(() => {
51056
+ (0, import_react112.useEffect)(() => {
50834
51057
  const move = (event) => {
50835
51058
  var _a2, _b2, _c2;
50836
51059
  const session = sessionRef.current;
@@ -50890,7 +51113,7 @@ function DesktopWindow({
50890
51113
  window.removeEventListener("pointercancel", finishInteraction);
50891
51114
  };
50892
51115
  });
50893
- (0, import_react111.useEffect)(() => () => {
51116
+ (0, import_react112.useEffect)(() => () => {
50894
51117
  unlockSelection();
50895
51118
  }, []);
50896
51119
  if (!present) return null;
@@ -50987,7 +51210,7 @@ function DesktopWindow({
50987
51210
  }
50988
51211
 
50989
51212
  // ../../components/Desktop/Desktop.module.css
50990
- var Desktop_default = {"root":"opus_x1XVZi_root","shortcut":"opus_x1XVZi_shortcut","shortcuts":"opus_x1XVZi_shortcuts"};
51213
+ var Desktop_default = {"root":"opus_x1XVZi_root","shortcuts":"opus_x1XVZi_shortcuts","shortcut":"opus_x1XVZi_shortcut"};
50991
51214
 
50992
51215
  // ../../components/Desktop/Desktop.tsx
50993
51216
  var import_jsx_runtime188 = require("react/jsx-runtime");
@@ -51005,9 +51228,9 @@ function Desktop({
51005
51228
  windows = []
51006
51229
  }) {
51007
51230
  var _a2;
51008
- const [items, setItems] = (0, import_react112.useState)(windows);
51009
- const [selectedShortcut, setSelectedShortcut] = (0, import_react112.useState)(null);
51010
- const [shortcutPositions, setShortcutPositions] = (0, import_react112.useState)(
51231
+ const [items, setItems] = (0, import_react113.useState)(windows);
51232
+ const [selectedShortcut, setSelectedShortcut] = (0, import_react113.useState)(null);
51233
+ const [shortcutPositions, setShortcutPositions] = (0, import_react113.useState)(
51011
51234
  () => Object.fromEntries(
51012
51235
  shortcuts.map((shortcut, index) => {
51013
51236
  var _a3, _b2;
@@ -51018,9 +51241,9 @@ function Desktop({
51018
51241
  })
51019
51242
  )
51020
51243
  );
51021
- const rootRef = (0, import_react112.useRef)(null);
51022
- const shortcutDragRef = (0, import_react112.useRef)(null);
51023
- const suppressShortcutOpenRef = (0, import_react112.useRef)(null);
51244
+ const rootRef = (0, import_react113.useRef)(null);
51245
+ const shortcutDragRef = (0, import_react113.useRef)(null);
51246
+ const suppressShortcutOpenRef = (0, import_react113.useRef)(null);
51024
51247
  const maxZ = Math.max(1, ...items.map((item) => {
51025
51248
  var _a3;
51026
51249
  return (_a3 = item.zIndex) != null ? _a3 : 1;
@@ -51042,7 +51265,7 @@ function Desktop({
51042
51265
  update(id, { minimized: false, open: true, tone, zIndex: maxZ + 1 });
51043
51266
  onAction == null ? void 0 : onAction("open", id);
51044
51267
  };
51045
- (0, import_react112.useEffect)(() => {
51268
+ (0, import_react113.useEffect)(() => {
51046
51269
  const move = (event) => {
51047
51270
  const drag = shortcutDragRef.current;
51048
51271
  const root = rootRef.current;
@@ -51073,7 +51296,7 @@ function Desktop({
51073
51296
  window.removeEventListener("pointercancel", end);
51074
51297
  };
51075
51298
  }, []);
51076
- (0, import_react112.useEffect)(() => {
51299
+ (0, import_react113.useEffect)(() => {
51077
51300
  setItems((current) => {
51078
51301
  const existingIds = new Set(current.map((item) => item.id));
51079
51302
  const additions = windows.filter((item) => !existingIds.has(item.id));
@@ -51230,7 +51453,7 @@ var demoVideoTracks = [
51230
51453
  ];
51231
51454
 
51232
51455
  // ../../components/DesktopLab/DesktopLab.module.css
51233
- var DesktopLab_default = {"activity":"opus_dES1xR_activity","settingsList":"opus_dES1xR_settingsList","contactList":"opus_dES1xR_contactList","files":"opus_dES1xR_files","video":"opus_dES1xR_video","explorer":"opus_dES1xR_explorer","contacts":"opus_dES1xR_contacts","settings":"opus_dES1xR_settings","contactAvatar":"opus_dES1xR_contactAvatar"};
51456
+ var DesktopLab_default = {"contacts":"opus_dES1xR_contacts","explorer":"opus_dES1xR_explorer","activity":"opus_dES1xR_activity","contactAvatar":"opus_dES1xR_contactAvatar","settingsList":"opus_dES1xR_settingsList","settings":"opus_dES1xR_settings","video":"opus_dES1xR_video","files":"opus_dES1xR_files","contactList":"opus_dES1xR_contactList"};
51234
51457
 
51235
51458
  // ../../components/DesktopLab/DesktopLab.tsx
51236
51459
  var import_jsx_runtime189 = require("react/jsx-runtime");
@@ -51446,7 +51669,7 @@ function DesktopLab({
51446
51669
  }
51447
51670
 
51448
51671
  // ../../components/FontPicker/FontPicker.tsx
51449
- var import_react113 = require("react");
51672
+ var import_react114 = require("react");
51450
51673
  var import_free_solid_svg_icons16 = require("@fortawesome/free-solid-svg-icons");
51451
51674
  var import_react_fontawesome18 = require("@fortawesome/react-fontawesome");
51452
51675
 
@@ -51560,7 +51783,7 @@ var googleFonts = [
51560
51783
  ];
51561
51784
 
51562
51785
  // ../../components/FontPicker/FontPicker.module.css
51563
- var FontPicker_default = {"dropdown":"opus_ub1fhz_dropdown","empty":"opus_ub1fhz_empty","options":"opus_ub1fhz_options","optionPreview":"opus_ub1fhz_optionPreview","searchWrap":"opus_ub1fhz_searchWrap","reset":"opus_ub1fhz_reset","search":"opus_ub1fhz_search","chevron":"opus_ub1fhz_chevron","triggerText":"opus_ub1fhz_triggerText","trigger":"opus_ub1fhz_trigger","label":"opus_ub1fhz_label","field":"opus_ub1fhz_field","optionName":"opus_ub1fhz_optionName","picker":"opus_ub1fhz_picker","option":"opus_ub1fhz_option","fieldCompact":"opus_ub1fhz_fieldCompact"};
51786
+ var FontPicker_default = {"optionName":"opus_ub1fhz_optionName","triggerText":"opus_ub1fhz_triggerText","searchWrap":"opus_ub1fhz_searchWrap","options":"opus_ub1fhz_options","trigger":"opus_ub1fhz_trigger","fieldCompact":"opus_ub1fhz_fieldCompact","option":"opus_ub1fhz_option","reset":"opus_ub1fhz_reset","empty":"opus_ub1fhz_empty","picker":"opus_ub1fhz_picker","dropdown":"opus_ub1fhz_dropdown","optionPreview":"opus_ub1fhz_optionPreview","chevron":"opus_ub1fhz_chevron","label":"opus_ub1fhz_label","search":"opus_ub1fhz_search","field":"opus_ub1fhz_field"};
51564
51787
 
51565
51788
  // ../../components/FontPicker/FontPicker.tsx
51566
51789
  var import_jsx_runtime190 = require("react/jsx-runtime");
@@ -51611,8 +51834,8 @@ function applyDocumentFont(family) {
51611
51834
  loadSelectedFont(family);
51612
51835
  }
51613
51836
  function useFontPreference() {
51614
- const [fontFamily, setFontFamilyState] = (0, import_react113.useState)(DEFAULT_FONT_FAMILY);
51615
- (0, import_react113.useEffect)(() => {
51837
+ const [fontFamily, setFontFamilyState] = (0, import_react114.useState)(DEFAULT_FONT_FAMILY);
51838
+ (0, import_react114.useEffect)(() => {
51616
51839
  const timeout = window.setTimeout(() => {
51617
51840
  const stored = window.localStorage.getItem(FONT_STORAGE_KEY);
51618
51841
  const initial = isGoogleFont(stored) ? stored : DEFAULT_FONT_FAMILY;
@@ -51621,7 +51844,7 @@ function useFontPreference() {
51621
51844
  }, 0);
51622
51845
  return () => window.clearTimeout(timeout);
51623
51846
  }, []);
51624
- const setFontFamily = (0, import_react113.useCallback)((next) => {
51847
+ const setFontFamily = (0, import_react114.useCallback)((next) => {
51625
51848
  if (!isGoogleFont(next)) return;
51626
51849
  setFontFamilyState(next);
51627
51850
  applyDocumentFont(next);
@@ -51630,15 +51853,15 @@ function useFontPreference() {
51630
51853
  return { fontFamily, setFontFamily };
51631
51854
  }
51632
51855
  function FontPicker({ compact = false, id, onChange, value }) {
51633
- const [open, setOpen] = (0, import_react113.useState)(false);
51634
- const [query, setQuery] = (0, import_react113.useState)("");
51635
- const rootRef = (0, import_react113.useRef)(null);
51636
- const searchRef = (0, import_react113.useRef)(null);
51637
- const filteredFonts = (0, import_react113.useMemo)(() => {
51856
+ const [open, setOpen] = (0, import_react114.useState)(false);
51857
+ const [query, setQuery] = (0, import_react114.useState)("");
51858
+ const rootRef = (0, import_react114.useRef)(null);
51859
+ const searchRef = (0, import_react114.useRef)(null);
51860
+ const filteredFonts = (0, import_react114.useMemo)(() => {
51638
51861
  const normalized = query.trim().toLocaleLowerCase();
51639
51862
  return normalized ? googleFonts.filter((font) => font.toLocaleLowerCase().includes(normalized)) : googleFonts;
51640
51863
  }, [query]);
51641
- (0, import_react113.useEffect)(() => {
51864
+ (0, import_react114.useEffect)(() => {
51642
51865
  var _a2;
51643
51866
  if (!open) return;
51644
51867
  loadFontLinks(googleFonts);
@@ -51741,13 +51964,13 @@ function FontPicker({ compact = false, id, onChange, value }) {
51741
51964
  }
51742
51965
 
51743
51966
  // ../../components/ColourClouds/ColourClouds.tsx
51744
- var import_react114 = require("react");
51967
+ var import_react115 = require("react");
51745
51968
  var import_react_dom7 = require("react-dom");
51746
51969
  var import_free_solid_svg_icons17 = require("@fortawesome/free-solid-svg-icons");
51747
51970
  var import_react_fontawesome19 = require("@fortawesome/react-fontawesome");
51748
51971
 
51749
51972
  // ../../components/ColourClouds/ColourClouds.module.css
51750
- var ColourClouds_default = {"menuRow":"opus_mKFpa5_menuRow","trigger":"opus_mKFpa5_trigger","triggerStatic":"opus_mKFpa5_triggerStatic","menuHex":"opus_mKFpa5_menuHex","menuMeta":"opus_mKFpa5_menuMeta","dropdown":"opus_mKFpa5_dropdown","dropdownTitle":"opus_mKFpa5_dropdownTitle","menuLabel":"opus_mKFpa5_menuLabel","clouds":"opus_mKFpa5_clouds","control":"opus_mKFpa5_control","menu":"opus_mKFpa5_menu","menuSwatch":"opus_mKFpa5_menuSwatch","label":"opus_mKFpa5_label","controlCompact":"opus_mKFpa5_controlCompact","reset":"opus_mKFpa5_reset","menuEmpty":"opus_mKFpa5_menuEmpty","cloud":"opus_mKFpa5_cloud","dropdownBody":"opus_mKFpa5_dropdownBody"};
51973
+ var ColourClouds_default = {"label":"opus_mKFpa5_label","cloud":"opus_mKFpa5_cloud","control":"opus_mKFpa5_control","trigger":"opus_mKFpa5_trigger","menuMeta":"opus_mKFpa5_menuMeta","controlCompact":"opus_mKFpa5_controlCompact","dropdownBody":"opus_mKFpa5_dropdownBody","dropdown":"opus_mKFpa5_dropdown","triggerStatic":"opus_mKFpa5_triggerStatic","reset":"opus_mKFpa5_reset","menu":"opus_mKFpa5_menu","menuHex":"opus_mKFpa5_menuHex","menuRow":"opus_mKFpa5_menuRow","menuLabel":"opus_mKFpa5_menuLabel","dropdownTitle":"opus_mKFpa5_dropdownTitle","clouds":"opus_mKFpa5_clouds","menuSwatch":"opus_mKFpa5_menuSwatch","menuEmpty":"opus_mKFpa5_menuEmpty"};
51751
51974
 
51752
51975
  // ../../components/ColourClouds/ColourClouds.tsx
51753
51976
  var import_jsx_runtime191 = require("react/jsx-runtime");
@@ -51854,19 +52077,19 @@ function ColourClouds({
51854
52077
  title,
51855
52078
  value
51856
52079
  }) {
51857
- const menuId = (0, import_react114.useId)();
51858
- const titleId = (0, import_react114.useId)();
51859
- const rootRef = (0, import_react114.useRef)(null);
51860
- const triggerRef = (0, import_react114.useRef)(null);
51861
- const panelRef = (0, import_react114.useRef)(null);
51862
- const [portalReady, setPortalReady] = (0, import_react114.useState)(false);
51863
- const [internalOpen, setInternalOpen] = (0, import_react114.useState)(false);
51864
- const [portalStyle, setPortalStyle] = (0, import_react114.useState)({ left: 0, top: 0 });
52080
+ const menuId = (0, import_react115.useId)();
52081
+ const titleId = (0, import_react115.useId)();
52082
+ const rootRef = (0, import_react115.useRef)(null);
52083
+ const triggerRef = (0, import_react115.useRef)(null);
52084
+ const panelRef = (0, import_react115.useRef)(null);
52085
+ const [portalReady, setPortalReady] = (0, import_react115.useState)(false);
52086
+ const [internalOpen, setInternalOpen] = (0, import_react115.useState)(false);
52087
+ const [portalStyle, setPortalStyle] = (0, import_react115.useState)({ left: 0, top: 0 });
51865
52088
  const clouds = items ? parseColourClouds(items) : parseColourClouds(value);
51866
52089
  const hasMenu = children != null;
51867
52090
  const controlled = open !== void 0;
51868
52091
  const visible = hasMenu ? controlled ? Boolean(open) : internalOpen : false;
51869
- const setVisible = (0, import_react114.useCallback)(
52092
+ const setVisible = (0, import_react115.useCallback)(
51870
52093
  (next) => {
51871
52094
  if (!controlled) {
51872
52095
  setInternalOpen(next);
@@ -51875,10 +52098,10 @@ function ColourClouds({
51875
52098
  },
51876
52099
  [controlled, onOpenChange]
51877
52100
  );
51878
- (0, import_react114.useEffect)(() => {
52101
+ (0, import_react115.useEffect)(() => {
51879
52102
  setPortalReady(true);
51880
52103
  }, []);
51881
- (0, import_react114.useLayoutEffect)(() => {
52104
+ (0, import_react115.useLayoutEffect)(() => {
51882
52105
  if (!visible || !triggerRef.current) {
51883
52106
  return;
51884
52107
  }
@@ -51912,7 +52135,7 @@ function ColourClouds({
51912
52135
  window.removeEventListener("scroll", updatePosition, true);
51913
52136
  };
51914
52137
  }, [placement, visible, children, clouds.length]);
51915
- (0, import_react114.useEffect)(() => {
52138
+ (0, import_react115.useEffect)(() => {
51916
52139
  if (!visible) {
51917
52140
  return;
51918
52141
  }
@@ -52130,6 +52353,7 @@ function ColourClouds({
52130
52353
  FontPicker,
52131
52354
  Form,
52132
52355
  FormActions,
52356
+ FormHeader,
52133
52357
  FormSection,
52134
52358
  FormValidationSummary,
52135
52359
  Gauge,
@@ -52290,6 +52514,7 @@ function ColourClouds({
52290
52514
  useContextMenu,
52291
52515
  useFieldShellAria,
52292
52516
  useFontPreference,
52517
+ useFormState,
52293
52518
  useHotkey,
52294
52519
  useHotkeyManager,
52295
52520
  useIntersectionObserver,