opus-react 0.2.10 → 0.2.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -427,7 +427,7 @@ var init_setupFireBarrelScene = __esm({
427
427
  });
428
428
 
429
429
  // ../../components/fields/Button/Button.module.css
430
- var Button_default = {"secondary":"opus_lZkc26_secondary","button":"opus_lZkc26_button","primary":"opus_lZkc26_primary","link":"opus_lZkc26_link","warning":"opus_lZkc26_warning","danger":"opus_lZkc26_danger","info":"opus_lZkc26_info","light":"opus_lZkc26_light","dark":"opus_lZkc26_dark","success":"opus_lZkc26_success"};
430
+ var Button_default = {"link":"opus_lZkc26_link","primary":"opus_lZkc26_primary","info":"opus_lZkc26_info","dark":"opus_lZkc26_dark","light":"opus_lZkc26_light","warning":"opus_lZkc26_warning","secondary":"opus_lZkc26_secondary","success":"opus_lZkc26_success","button":"opus_lZkc26_button","danger":"opus_lZkc26_danger"};
431
431
 
432
432
  // ../../components/fields/Button/Button.tsx
433
433
  import { jsx } from "react/jsx-runtime";
@@ -451,7 +451,7 @@ import { createContext, useContext, useMemo } from "react";
451
451
  import { useEffect, useId, useRef, useState } from "react";
452
452
 
453
453
  // ../../components/Tooltip/Tooltip.module.css
454
- var Tooltip_default = {"root":"opus_R70RbH_root","trigger":"opus_R70RbH_trigger","popup":"opus_R70RbH_popup"};
454
+ var Tooltip_default = {"popup":"opus_R70RbH_popup","trigger":"opus_R70RbH_trigger","root":"opus_R70RbH_root"};
455
455
 
456
456
  // ../../components/Tooltip/Tooltip.tsx
457
457
  import { jsx as jsx2, jsxs } from "react/jsx-runtime";
@@ -516,7 +516,7 @@ function Tooltip({ content, label = "More information" }) {
516
516
  }
517
517
 
518
518
  // ../../components/fields/FieldShell/FieldShell.module.css
519
- var FieldShell_default = {"labelFlagged":"opus_zNi12Z_labelFlagged","flagged":"opus_zNi12Z_flagged","error":"opus_zNi12Z_error","stackedRight":"opus_zNi12Z_stackedRight","flaggedCenter":"opus_zNi12Z_flaggedCenter","visuallyHidden":"opus_zNi12Z_visuallyHidden","labelRight":"opus_zNi12Z_labelRight","label":"opus_zNi12Z_label","flaggedStart":"opus_zNi12Z_flaggedStart","root":"opus_zNi12Z_root","stackedLeft":"opus_zNi12Z_stackedLeft","labelLeft":"opus_zNi12Z_labelLeft","control":"opus_zNi12Z_control","controlFlagged":"opus_zNi12Z_controlFlagged","fitContent":"opus_zNi12Z_fitContent","stacked":"opus_zNi12Z_stacked","compactControl":"opus_zNi12Z_compactControl","errorFlagged":"opus_zNi12Z_errorFlagged","required":"opus_zNi12Z_required"};
519
+ var FieldShell_default = {"required":"opus_zNi12Z_required","flaggedStart":"opus_zNi12Z_flaggedStart","error":"opus_zNi12Z_error","root":"opus_zNi12Z_root","flagged":"opus_zNi12Z_flagged","errorFlagged":"opus_zNi12Z_errorFlagged","flaggedCenter":"opus_zNi12Z_flaggedCenter","stackedLeft":"opus_zNi12Z_stackedLeft","labelLeft":"opus_zNi12Z_labelLeft","visuallyHidden":"opus_zNi12Z_visuallyHidden","labelRight":"opus_zNi12Z_labelRight","label":"opus_zNi12Z_label","labelFlagged":"opus_zNi12Z_labelFlagged","controlFlagged":"opus_zNi12Z_controlFlagged","compactControl":"opus_zNi12Z_compactControl","fitContent":"opus_zNi12Z_fitContent","stacked":"opus_zNi12Z_stacked","control":"opus_zNi12Z_control","stackedRight":"opus_zNi12Z_stackedRight"};
520
520
 
521
521
  // ../../components/fields/FieldShell/FieldShell.tsx
522
522
  import { Fragment, jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
@@ -641,7 +641,7 @@ function FieldShell({
641
641
  }
642
642
 
643
643
  // ../../components/fields/CheckboxField/CheckboxField.module.css
644
- var CheckboxField_default = {"round":"opus_g-5tlR_round","nativeInput":"opus_g-5tlR_nativeInput","square":"opus_g-5tlR_square","toggle":"opus_g-5tlR_toggle","shell":"opus_g-5tlR_shell","error":"opus_g-5tlR_error","visual":"opus_g-5tlR_visual"};
644
+ var CheckboxField_default = {"round":"opus_g-5tlR_round","error":"opus_g-5tlR_error","shell":"opus_g-5tlR_shell","nativeInput":"opus_g-5tlR_nativeInput","visual":"opus_g-5tlR_visual","square":"opus_g-5tlR_square","toggle":"opus_g-5tlR_toggle"};
645
645
 
646
646
  // ../../components/fields/CheckboxField/CheckboxField.tsx
647
647
  import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
@@ -698,7 +698,7 @@ function CheckboxField({
698
698
  }
699
699
 
700
700
  // ../../components/fields/ColorField/ColorField.module.css
701
- var ColorField_default = {"nativeInput":"opus_Z7jeX4_nativeInput","swatch":"opus_Z7jeX4_swatch","icon":"opus_Z7jeX4_icon","error":"opus_Z7jeX4_error","picker":"opus_Z7jeX4_picker","value":"opus_Z7jeX4_value"};
701
+ var ColorField_default = {"picker":"opus_Z7jeX4_picker","nativeInput":"opus_Z7jeX4_nativeInput","error":"opus_Z7jeX4_error","swatch":"opus_Z7jeX4_swatch","value":"opus_Z7jeX4_value","icon":"opus_Z7jeX4_icon"};
702
702
 
703
703
  // ../../components/fields/ColorField/ColorField.tsx
704
704
  import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
@@ -748,7 +748,7 @@ function ColorField({
748
748
  }
749
749
 
750
750
  // ../../components/fields/DateField/DateField.module.css
751
- var DateField_default = {"input":"opus_G3y11z_input","error":"opus_G3y11z_error"};
751
+ var DateField_default = {"error":"opus_G3y11z_error","input":"opus_G3y11z_input"};
752
752
 
753
753
  // ../../components/fields/DateField/DateField.tsx
754
754
  import { jsx as jsx6 } from "react/jsx-runtime";
@@ -791,7 +791,7 @@ function DateField({
791
791
  }
792
792
 
793
793
  // ../../components/fields/HiddenField/HiddenField.module.css
794
- var HiddenField_default = {"preview":"opus_kL1YXS_preview","note":"opus_kL1YXS_note","meta":"opus_kL1YXS_meta"};
794
+ var HiddenField_default = {"meta":"opus_kL1YXS_meta","preview":"opus_kL1YXS_preview","note":"opus_kL1YXS_note"};
795
795
 
796
796
  // ../../components/fields/HiddenField/HiddenField.tsx
797
797
  import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
@@ -839,7 +839,7 @@ function HiddenField({
839
839
  }
840
840
 
841
841
  // ../../components/fields/FileField/FileField.module.css
842
- var FileField_default = {"hint":"opus_aOsPA7_hint","action":"opus_aOsPA7_action","input":"opus_aOsPA7_input","dragging":"opus_aOsPA7_dragging","icon":"opus_aOsPA7_icon","footnote":"opus_aOsPA7_footnote","content":"opus_aOsPA7_content","drop":"opus_aOsPA7_drop","wrapper":"opus_aOsPA7_wrapper","dropError":"opus_aOsPA7_dropError","iconSvg":"opus_aOsPA7_iconSvg","title":"opus_aOsPA7_title"};
842
+ var FileField_default = {"icon":"opus_aOsPA7_icon","wrapper":"opus_aOsPA7_wrapper","iconSvg":"opus_aOsPA7_iconSvg","hint":"opus_aOsPA7_hint","input":"opus_aOsPA7_input","footnote":"opus_aOsPA7_footnote","content":"opus_aOsPA7_content","dragging":"opus_aOsPA7_dragging","dropError":"opus_aOsPA7_dropError","title":"opus_aOsPA7_title","action":"opus_aOsPA7_action","drop":"opus_aOsPA7_drop"};
843
843
 
844
844
  // ../../components/fields/FileField/FileField.tsx
845
845
  import {
@@ -979,7 +979,7 @@ function FileField({
979
979
  import { useEffect as useEffect2, useState as useState3 } from "react";
980
980
 
981
981
  // ../../components/fields/NumberField/NumberField.module.css
982
- var NumberField_default = {"error":"opus_L272Dk_error","button":"opus_L272Dk_button","stepper":"opus_L272Dk_stepper","input":"opus_L272Dk_input"};
982
+ var NumberField_default = {"stepper":"opus_L272Dk_stepper","input":"opus_L272Dk_input","button":"opus_L272Dk_button","error":"opus_L272Dk_error"};
983
983
 
984
984
  // ../../components/fields/numericUtils.ts
985
985
  function decimalPlacesFromStep(step) {
@@ -1147,7 +1147,7 @@ function NumberField({
1147
1147
  import { createContext as createContext2, useContext as useContext2, useId as useId2 } from "react";
1148
1148
 
1149
1149
  // ../../components/fields/RadioGroup/RadioGroup.module.css
1150
- var RadioGroup_default = {"options":"opus_O-1nor_options","option":"opus_O-1nor_option","nativeInput":"opus_O-1nor_nativeInput","square":"opus_O-1nor_square","error":"opus_O-1nor_error","visual":"opus_O-1nor_visual","shell":"opus_O-1nor_shell","choice":"opus_O-1nor_choice","round":"opus_O-1nor_round"};
1150
+ var RadioGroup_default = {"nativeInput":"opus_O-1nor_nativeInput","options":"opus_O-1nor_options","shell":"opus_O-1nor_shell","choice":"opus_O-1nor_choice","visual":"opus_O-1nor_visual","error":"opus_O-1nor_error","option":"opus_O-1nor_option","square":"opus_O-1nor_square","round":"opus_O-1nor_round"};
1151
1151
 
1152
1152
  // ../../components/fields/RadioGroup/RadioGroup.tsx
1153
1153
  import { jsx as jsx10, jsxs as jsxs8 } from "react/jsx-runtime";
@@ -1244,7 +1244,7 @@ function Radio({ children, error, name, shape, value, defaultChecked }) {
1244
1244
  import { useId as useId3, useRef as useRef3, useState as useState4 } from "react";
1245
1245
 
1246
1246
  // ../../components/fields/ChipInputField/ChipInputField.module.css
1247
- var ChipInputField_default = {"shell":"opus_IOOYwh_shell","chip":"opus_IOOYwh_chip","disabled":"opus_IOOYwh_disabled","readOnly":"opus_IOOYwh_readOnly","field":"opus_IOOYwh_field","error":"opus_IOOYwh_error","input":"opus_IOOYwh_input","remove":"opus_IOOYwh_remove","chipLabel":"opus_IOOYwh_chipLabel"};
1247
+ var ChipInputField_default = {"disabled":"opus_IOOYwh_disabled","error":"opus_IOOYwh_error","input":"opus_IOOYwh_input","remove":"opus_IOOYwh_remove","shell":"opus_IOOYwh_shell","field":"opus_IOOYwh_field","chip":"opus_IOOYwh_chip","readOnly":"opus_IOOYwh_readOnly","chipLabel":"opus_IOOYwh_chipLabel"};
1248
1248
 
1249
1249
  // ../../components/fields/ChipInputField/ChipInputField.tsx
1250
1250
  import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
@@ -1380,7 +1380,7 @@ function ChipInput({
1380
1380
  var ChipInputField = ChipInput;
1381
1381
 
1382
1382
  // ../../components/fields/RangeField/RangeField.module.css
1383
- var RangeField_default = {"slider":"opus_iRHQuG_slider","error":"opus_iRHQuG_error","topRow":"opus_iRHQuG_topRow","wrap":"opus_iRHQuG_wrap","fieldLabel":"opus_iRHQuG_fieldLabel","footer":"opus_iRHQuG_footer","value":"opus_iRHQuG_value"};
1383
+ var RangeField_default = {"slider":"opus_iRHQuG_slider","value":"opus_iRHQuG_value","error":"opus_iRHQuG_error","topRow":"opus_iRHQuG_topRow","footer":"opus_iRHQuG_footer","wrap":"opus_iRHQuG_wrap","fieldLabel":"opus_iRHQuG_fieldLabel"};
1384
1384
 
1385
1385
  // ../../components/fields/RangeField/RangeField.tsx
1386
1386
  import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
@@ -1459,7 +1459,7 @@ function RangeField({
1459
1459
  }
1460
1460
 
1461
1461
  // ../../components/fields/SelectField/SelectField.module.css
1462
- var SelectField_default = {"wrap":"opus_m2ObG0_wrap","error":"opus_m2ObG0_error","select":"opus_m2ObG0_select"};
1462
+ var SelectField_default = {"error":"opus_m2ObG0_error","wrap":"opus_m2ObG0_wrap","select":"opus_m2ObG0_select"};
1463
1463
 
1464
1464
  // ../../components/fields/SelectField/SelectField.tsx
1465
1465
  import { jsx as jsx13 } from "react/jsx-runtime";
@@ -1503,7 +1503,7 @@ function SelectField({
1503
1503
  }
1504
1504
 
1505
1505
  // ../../components/fields/SwitchField/SwitchField.module.css
1506
- var SwitchField_default = {"toggle":"opus_t9NLEA_toggle","shell":"opus_t9NLEA_shell","error":"opus_t9NLEA_error","track":"opus_t9NLEA_track"};
1506
+ var SwitchField_default = {"error":"opus_t9NLEA_error","shell":"opus_t9NLEA_shell","track":"opus_t9NLEA_track","toggle":"opus_t9NLEA_toggle"};
1507
1507
 
1508
1508
  // ../../components/fields/SwitchField/SwitchField.tsx
1509
1509
  import { jsx as jsx14 } from "react/jsx-runtime";
@@ -1552,7 +1552,7 @@ function SwitchField({
1552
1552
  import { useId as useId4 } from "react";
1553
1553
 
1554
1554
  // ../../components/fields/TextAreaField/TextAreaField.module.css
1555
- var TextAreaField_default = {"inputWrap":"opus_FjhWmh_inputWrap","footer":"opus_FjhWmh_footer","footerError":"opus_FjhWmh_footerError","externalCount":"opus_FjhWmh_externalCount","withCount":"opus_FjhWmh_withCount","field":"opus_FjhWmh_field","textarea":"opus_FjhWmh_textarea","error":"opus_FjhWmh_error","inlineCount":"opus_FjhWmh_inlineCount"};
1555
+ var TextAreaField_default = {"footerError":"opus_FjhWmh_footerError","textarea":"opus_FjhWmh_textarea","footer":"opus_FjhWmh_footer","inlineCount":"opus_FjhWmh_inlineCount","error":"opus_FjhWmh_error","withCount":"opus_FjhWmh_withCount","field":"opus_FjhWmh_field","inputWrap":"opus_FjhWmh_inputWrap","externalCount":"opus_FjhWmh_externalCount"};
1556
1556
 
1557
1557
  // ../../components/fields/TextAreaField/TextAreaField.tsx
1558
1558
  import { jsx as jsx15, jsxs as jsxs11 } from "react/jsx-runtime";
@@ -1662,7 +1662,7 @@ import {
1662
1662
  } from "@fortawesome/free-solid-svg-icons";
1663
1663
 
1664
1664
  // ../../components/fields/RichTextField/RichTextField.module.css
1665
- var RichTextField_default = {"toolbar":"opus_6HFqZH_toolbar","divider":"opus_6HFqZH_divider","colorSwatch":"opus_6HFqZH_colorSwatch","readOnly":"opus_6HFqZH_readOnly","editorShell":"opus_6HFqZH_editorShell","colorInput":"opus_6HFqZH_colorInput","blockSelect":"opus_6HFqZH_blockSelect","buttonWrap":"opus_6HFqZH_buttonWrap","toolbarIcon":"opus_6HFqZH_toolbarIcon","tooltip":"opus_6HFqZH_tooltip","toolbarButton":"opus_6HFqZH_toolbarButton","field":"opus_6HFqZH_field","editor":"opus_6HFqZH_editor","error":"opus_6HFqZH_error","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive"};
1665
+ var RichTextField_default = {"modalLabel":"opus_6HFqZH_modalLabel","editor":"opus_6HFqZH_editor","modalTimes":"opus_6HFqZH_modalTimes","modalDimensions":"opus_6HFqZH_modalDimensions","modalActions":"opus_6HFqZH_modalActions","toolbarIcon":"opus_6HFqZH_toolbarIcon","toolbar":"opus_6HFqZH_toolbar","buttonWrap":"opus_6HFqZH_buttonWrap","toolbarButton":"opus_6HFqZH_toolbarButton","modalOverlay":"opus_6HFqZH_modalOverlay","tooltip":"opus_6HFqZH_tooltip","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive","colorSwatch":"opus_6HFqZH_colorSwatch","field":"opus_6HFqZH_field","readOnly":"opus_6HFqZH_readOnly","divider":"opus_6HFqZH_divider","editorShell":"opus_6HFqZH_editorShell","modalTitle":"opus_6HFqZH_modalTitle","modalField":"opus_6HFqZH_modalField","modalInput":"opus_6HFqZH_modalInput","colorInput":"opus_6HFqZH_colorInput","error":"opus_6HFqZH_error","modal":"opus_6HFqZH_modal","modalDimensionField":"opus_6HFqZH_modalDimensionField","modalCancel":"opus_6HFqZH_modalCancel","modalNumber":"opus_6HFqZH_modalNumber","modalConfirm":"opus_6HFqZH_modalConfirm","blockSelect":"opus_6HFqZH_blockSelect"};
1666
1666
 
1667
1667
  // ../../components/fields/RichTextField/RichTextField.tsx
1668
1668
  import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
@@ -1749,6 +1749,11 @@ function RichTextField({
1749
1749
  const [blockFormat, setBlockFormat] = useState5("p");
1750
1750
  const [canUndo, setCanUndo] = useState5(false);
1751
1751
  const [canRedo, setCanRedo] = useState5(false);
1752
+ const [linkModalOpen, setLinkModalOpen] = useState5(false);
1753
+ const [linkUrl, setLinkUrl] = useState5("");
1754
+ const [tableModalOpen, setTableModalOpen] = useState5(false);
1755
+ const [tableRows, setTableRows] = useState5(2);
1756
+ const [tableCols, setTableCols] = useState5(2);
1752
1757
  const syncHistoryState = useCallback(() => {
1753
1758
  if (typeof document === "undefined") {
1754
1759
  return;
@@ -1890,16 +1895,22 @@ function RichTextField({
1890
1895
  },
1891
1896
  [emitChange, focusEditor, readOnly, syncToolbarState]
1892
1897
  );
1893
- const createLink = useCallback(() => {
1898
+ const openLinkModal = useCallback(() => {
1894
1899
  if (readOnly) {
1895
1900
  return;
1896
1901
  }
1897
- const url = window.prompt("Enter URL");
1902
+ saveSelection();
1903
+ setLinkUrl("");
1904
+ setLinkModalOpen(true);
1905
+ }, [readOnly, saveSelection]);
1906
+ const confirmLink = useCallback(() => {
1907
+ const url = linkUrl.trim();
1908
+ setLinkModalOpen(false);
1898
1909
  if (!url) {
1899
1910
  return;
1900
1911
  }
1901
- exec("createLink", url);
1902
- }, [exec, readOnly]);
1912
+ execWithSelection("createLink", url);
1913
+ }, [execWithSelection, linkUrl]);
1903
1914
  const insertImage = useCallback(() => {
1904
1915
  if (readOnly) {
1905
1916
  return;
@@ -1910,17 +1921,24 @@ function RichTextField({
1910
1921
  }
1911
1922
  exec("insertImage", url);
1912
1923
  }, [exec, readOnly]);
1913
- const insertTable = useCallback(() => {
1924
+ const openTableModal = useCallback(() => {
1914
1925
  if (readOnly) {
1915
1926
  return;
1916
1927
  }
1917
- const rows = Number(window.prompt("Number of rows", "2"));
1918
- const cols = Number(window.prompt("Number of columns", "2"));
1919
- if (!rows || !cols || rows < 1 || cols < 1) {
1928
+ saveSelection();
1929
+ setTableRows(2);
1930
+ setTableCols(2);
1931
+ setTableModalOpen(true);
1932
+ }, [readOnly, saveSelection]);
1933
+ const confirmTable = useCallback(() => {
1934
+ setTableModalOpen(false);
1935
+ const rows = Math.max(1, Math.min(20, Math.round(tableRows) || 0));
1936
+ const cols = Math.max(1, Math.min(20, Math.round(tableCols) || 0));
1937
+ if (!rows || !cols) {
1920
1938
  return;
1921
1939
  }
1922
1940
  execWithSelection("insertHTML", buildTableHtml(rows, cols));
1923
- }, [execWithSelection, readOnly]);
1941
+ }, [execWithSelection, tableCols, tableRows]);
1924
1942
  function ToolbarButton({
1925
1943
  icon,
1926
1944
  label: label2,
@@ -2004,151 +2022,295 @@ function RichTextField({
2004
2022
  labelPosition,
2005
2023
  mode,
2006
2024
  required,
2007
- children: /* @__PURE__ */ jsx16("div", { className: RichTextField_default.field, children: /* @__PURE__ */ jsxs12("div", { className: [RichTextField_default.editorShell, error ? RichTextField_default.error : ""].filter(Boolean).join(" "), children: [
2008
- /* @__PURE__ */ jsxs12("div", { "aria-label": "Formatting toolbar", className: RichTextField_default.toolbar, role: "toolbar", children: [
2009
- /* @__PURE__ */ jsx16(
2010
- ToolbarButton,
2011
- {
2012
- disabled: !canUndo,
2013
- icon: faRotateLeft,
2014
- label: "Undo",
2015
- tooltip: "Undo (\u2318Z)",
2016
- onPress: () => exec("undo")
2017
- }
2018
- ),
2019
- /* @__PURE__ */ jsx16(
2020
- ToolbarButton,
2021
- {
2022
- disabled: !canRedo,
2023
- icon: faRotateRight,
2024
- label: "Redo",
2025
- tooltip: "Redo (\u21E7\u2318Z)",
2026
- onPress: () => exec("redo")
2027
- }
2028
- ),
2029
- /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2030
- /* @__PURE__ */ jsx16(
2031
- "select",
2032
- {
2033
- "aria-label": "Text style",
2034
- className: RichTextField_default.blockSelect,
2035
- disabled: readOnly,
2036
- value: blockFormat,
2037
- onChange: (event) => applyBlockFormat(event.target.value),
2038
- onMouseDown: (event) => event.stopPropagation(),
2039
- children: blockFormats.map((format) => /* @__PURE__ */ jsx16("option", { value: format.value, children: format.label }, format.value))
2040
- }
2041
- ),
2042
- /* @__PURE__ */ jsx16(
2043
- "select",
2044
- {
2045
- "aria-label": "Font size",
2046
- className: RichTextField_default.blockSelect,
2047
- defaultValue: "3",
2048
- disabled: readOnly,
2049
- onMouseDown: () => saveSelection(),
2050
- onChange: (event) => execWithSelection("fontSize", event.target.value),
2051
- children: fontSizes.map((size) => /* @__PURE__ */ jsx16("option", { value: size.value, children: size.label }, size.value))
2052
- }
2053
- ),
2054
- /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2055
- renderGroup(inlineGroup),
2056
- /* @__PURE__ */ jsx16(
2057
- ColorButton,
2058
- {
2059
- command: "foreColor",
2060
- defaultColor: "#111827",
2061
- icon: faPalette,
2062
- label: "Text colour",
2063
- swatch: "#111827"
2064
- }
2065
- ),
2066
- /* @__PURE__ */ jsx16(
2067
- ColorButton,
2068
- {
2069
- command: "hiliteColor",
2070
- defaultColor: "#fde047",
2071
- icon: faHighlighter,
2072
- label: "Highlight colour",
2073
- swatch: "#fde047"
2074
- }
2075
- ),
2076
- /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2077
- renderGroup(listGroup),
2078
- /* @__PURE__ */ jsx16(
2079
- ToolbarButton,
2080
- {
2081
- icon: faQuoteRight,
2082
- label: "Quote",
2083
- onPress: () => applyBlockFormat("blockquote")
2084
- }
2085
- ),
2086
- /* @__PURE__ */ jsx16(
2087
- ToolbarButton,
2088
- {
2089
- icon: faCode,
2090
- label: "Code block",
2091
- onPress: () => applyBlockFormat("pre")
2092
- }
2093
- ),
2094
- /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2095
- renderGroup(alignGroup),
2096
- /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2097
- /* @__PURE__ */ jsx16(ToolbarButton, { icon: faLink, label: "Insert link", onPress: createLink }),
2098
- /* @__PURE__ */ jsx16(ToolbarButton, { icon: faLinkSlash, label: "Remove link", onPress: () => exec("unlink") }),
2099
- /* @__PURE__ */ jsx16(
2100
- ToolbarButton,
2101
- {
2102
- disabled: true,
2103
- icon: faImage,
2104
- label: "Insert image (coming soon)",
2105
- onPress: insertImage
2106
- }
2107
- ),
2108
- /* @__PURE__ */ jsx16(ToolbarButton, { icon: faTable, label: "Insert table", onPress: insertTable }),
2109
- /* @__PURE__ */ jsx16(
2110
- ToolbarButton,
2111
- {
2112
- icon: faMinus,
2113
- label: "Horizontal rule",
2114
- onPress: () => exec("insertHorizontalRule")
2115
- }
2116
- ),
2117
- /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2025
+ children: /* @__PURE__ */ jsxs12("div", { className: RichTextField_default.field, children: [
2026
+ /* @__PURE__ */ jsxs12("div", { className: [RichTextField_default.editorShell, error ? RichTextField_default.error : ""].filter(Boolean).join(" "), children: [
2027
+ /* @__PURE__ */ jsxs12("div", { "aria-label": "Formatting toolbar", className: RichTextField_default.toolbar, role: "toolbar", children: [
2028
+ /* @__PURE__ */ jsx16(
2029
+ ToolbarButton,
2030
+ {
2031
+ disabled: !canUndo,
2032
+ icon: faRotateLeft,
2033
+ label: "Undo",
2034
+ tooltip: "Undo (\u2318Z)",
2035
+ onPress: () => exec("undo")
2036
+ }
2037
+ ),
2038
+ /* @__PURE__ */ jsx16(
2039
+ ToolbarButton,
2040
+ {
2041
+ disabled: !canRedo,
2042
+ icon: faRotateRight,
2043
+ label: "Redo",
2044
+ tooltip: "Redo (\u21E7\u2318Z)",
2045
+ onPress: () => exec("redo")
2046
+ }
2047
+ ),
2048
+ /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2049
+ /* @__PURE__ */ jsx16(
2050
+ "select",
2051
+ {
2052
+ "aria-label": "Text style",
2053
+ className: RichTextField_default.blockSelect,
2054
+ disabled: readOnly,
2055
+ value: blockFormat,
2056
+ onChange: (event) => applyBlockFormat(event.target.value),
2057
+ onMouseDown: (event) => event.stopPropagation(),
2058
+ children: blockFormats.map((format) => /* @__PURE__ */ jsx16("option", { value: format.value, children: format.label }, format.value))
2059
+ }
2060
+ ),
2061
+ /* @__PURE__ */ jsx16(
2062
+ "select",
2063
+ {
2064
+ "aria-label": "Font size",
2065
+ className: RichTextField_default.blockSelect,
2066
+ defaultValue: "3",
2067
+ disabled: readOnly,
2068
+ onMouseDown: () => saveSelection(),
2069
+ onChange: (event) => execWithSelection("fontSize", event.target.value),
2070
+ children: fontSizes.map((size) => /* @__PURE__ */ jsx16("option", { value: size.value, children: size.label }, size.value))
2071
+ }
2072
+ ),
2073
+ /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2074
+ renderGroup(inlineGroup),
2075
+ /* @__PURE__ */ jsx16(
2076
+ ColorButton,
2077
+ {
2078
+ command: "foreColor",
2079
+ defaultColor: "#111827",
2080
+ icon: faPalette,
2081
+ label: "Text colour",
2082
+ swatch: "#111827"
2083
+ }
2084
+ ),
2085
+ /* @__PURE__ */ jsx16(
2086
+ ColorButton,
2087
+ {
2088
+ command: "hiliteColor",
2089
+ defaultColor: "#fde047",
2090
+ icon: faHighlighter,
2091
+ label: "Highlight colour",
2092
+ swatch: "#fde047"
2093
+ }
2094
+ ),
2095
+ /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2096
+ renderGroup(listGroup),
2097
+ /* @__PURE__ */ jsx16(
2098
+ ToolbarButton,
2099
+ {
2100
+ icon: faQuoteRight,
2101
+ label: "Quote",
2102
+ onPress: () => applyBlockFormat("blockquote")
2103
+ }
2104
+ ),
2105
+ /* @__PURE__ */ jsx16(
2106
+ ToolbarButton,
2107
+ {
2108
+ icon: faCode,
2109
+ label: "Code block",
2110
+ onPress: () => applyBlockFormat("pre")
2111
+ }
2112
+ ),
2113
+ /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2114
+ renderGroup(alignGroup),
2115
+ /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2116
+ /* @__PURE__ */ jsx16(ToolbarButton, { icon: faLink, label: "Insert link", onPress: openLinkModal }),
2117
+ /* @__PURE__ */ jsx16(ToolbarButton, { icon: faLinkSlash, label: "Remove link", onPress: () => exec("unlink") }),
2118
+ /* @__PURE__ */ jsx16(
2119
+ ToolbarButton,
2120
+ {
2121
+ disabled: true,
2122
+ icon: faImage,
2123
+ label: "Insert image (coming soon)",
2124
+ onPress: insertImage
2125
+ }
2126
+ ),
2127
+ /* @__PURE__ */ jsx16(ToolbarButton, { icon: faTable, label: "Insert table", onPress: openTableModal }),
2128
+ /* @__PURE__ */ jsx16(
2129
+ ToolbarButton,
2130
+ {
2131
+ icon: faMinus,
2132
+ label: "Horizontal rule",
2133
+ onPress: () => exec("insertHorizontalRule")
2134
+ }
2135
+ ),
2136
+ /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.divider }),
2137
+ /* @__PURE__ */ jsx16(
2138
+ ToolbarButton,
2139
+ {
2140
+ icon: faEraser,
2141
+ label: "Clear formatting",
2142
+ onPress: () => exec("removeFormat")
2143
+ }
2144
+ )
2145
+ ] }),
2118
2146
  /* @__PURE__ */ jsx16(
2119
- ToolbarButton,
2120
- {
2121
- icon: faEraser,
2122
- label: "Clear formatting",
2123
- onPress: () => exec("removeFormat")
2124
- }
2147
+ "div",
2148
+ __spreadValues({
2149
+ "aria-multiline": "true",
2150
+ "aria-readonly": readOnly || void 0,
2151
+ className: [RichTextField_default.editor, readOnly ? RichTextField_default.readOnly : ""].filter(Boolean).join(" "),
2152
+ contentEditable: readOnly ? false : true,
2153
+ "data-placeholder": placeholder,
2154
+ id,
2155
+ ref: editorRef,
2156
+ role: "textbox",
2157
+ style: { minHeight },
2158
+ suppressContentEditableWarning: true,
2159
+ onInput: emitChange,
2160
+ onKeyUp: syncToolbarState,
2161
+ onMouseUp: syncToolbarState
2162
+ }, fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
2125
2163
  )
2126
2164
  ] }),
2127
- /* @__PURE__ */ jsx16(
2165
+ linkModalOpen ? /* @__PURE__ */ jsx16(
2128
2166
  "div",
2129
- __spreadValues({
2130
- "aria-multiline": "true",
2131
- "aria-readonly": readOnly || void 0,
2132
- className: [RichTextField_default.editor, readOnly ? RichTextField_default.readOnly : ""].filter(Boolean).join(" "),
2133
- contentEditable: readOnly ? false : true,
2134
- "data-placeholder": placeholder,
2135
- id,
2136
- ref: editorRef,
2137
- role: "textbox",
2138
- style: { minHeight },
2139
- suppressContentEditableWarning: true,
2140
- onInput: emitChange,
2141
- onKeyUp: syncToolbarState,
2142
- onMouseUp: syncToolbarState
2143
- }, fieldInputAriaProps(shellAria, { invalid: Boolean(error) }))
2144
- )
2145
- ] }) })
2167
+ {
2168
+ className: RichTextField_default.modalOverlay,
2169
+ role: "presentation",
2170
+ onMouseDown: () => setLinkModalOpen(false),
2171
+ children: /* @__PURE__ */ jsxs12(
2172
+ "div",
2173
+ {
2174
+ "aria-label": "Insert link",
2175
+ "aria-modal": "true",
2176
+ className: RichTextField_default.modal,
2177
+ role: "dialog",
2178
+ onMouseDown: (event) => event.stopPropagation(),
2179
+ children: [
2180
+ /* @__PURE__ */ jsx16("h3", { className: RichTextField_default.modalTitle, children: "Insert link" }),
2181
+ /* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalField, children: [
2182
+ /* @__PURE__ */ jsx16("label", { className: RichTextField_default.modalLabel, htmlFor: `${id}-link-url`, children: "URL" }),
2183
+ /* @__PURE__ */ jsx16(
2184
+ "input",
2185
+ {
2186
+ autoFocus: true,
2187
+ className: RichTextField_default.modalInput,
2188
+ id: `${id}-link-url`,
2189
+ placeholder: "https://example.com",
2190
+ type: "url",
2191
+ value: linkUrl,
2192
+ onChange: (event) => setLinkUrl(event.target.value),
2193
+ onKeyDown: (event) => {
2194
+ if (event.key === "Enter") {
2195
+ event.preventDefault();
2196
+ confirmLink();
2197
+ } else if (event.key === "Escape") {
2198
+ event.preventDefault();
2199
+ setLinkModalOpen(false);
2200
+ }
2201
+ }
2202
+ }
2203
+ )
2204
+ ] }),
2205
+ /* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalActions, children: [
2206
+ /* @__PURE__ */ jsx16(
2207
+ "button",
2208
+ {
2209
+ className: RichTextField_default.modalCancel,
2210
+ type: "button",
2211
+ onClick: () => setLinkModalOpen(false),
2212
+ children: "Cancel"
2213
+ }
2214
+ ),
2215
+ /* @__PURE__ */ jsx16(
2216
+ "button",
2217
+ {
2218
+ className: RichTextField_default.modalConfirm,
2219
+ disabled: !linkUrl.trim(),
2220
+ type: "button",
2221
+ onClick: confirmLink,
2222
+ children: "Insert link"
2223
+ }
2224
+ )
2225
+ ] })
2226
+ ]
2227
+ }
2228
+ )
2229
+ }
2230
+ ) : null,
2231
+ tableModalOpen ? /* @__PURE__ */ jsx16(
2232
+ "div",
2233
+ {
2234
+ className: RichTextField_default.modalOverlay,
2235
+ role: "presentation",
2236
+ onMouseDown: () => setTableModalOpen(false),
2237
+ children: /* @__PURE__ */ jsxs12(
2238
+ "div",
2239
+ {
2240
+ "aria-label": "Insert table",
2241
+ "aria-modal": "true",
2242
+ className: RichTextField_default.modal,
2243
+ role: "dialog",
2244
+ onMouseDown: (event) => event.stopPropagation(),
2245
+ children: [
2246
+ /* @__PURE__ */ jsx16("h3", { className: RichTextField_default.modalTitle, children: "Insert table" }),
2247
+ /* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalDimensions, children: [
2248
+ /* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalDimensionField, children: [
2249
+ /* @__PURE__ */ jsx16("label", { className: RichTextField_default.modalLabel, htmlFor: `${id}-table-rows`, children: "Rows" }),
2250
+ /* @__PURE__ */ jsx16(
2251
+ "input",
2252
+ {
2253
+ autoFocus: true,
2254
+ className: RichTextField_default.modalNumber,
2255
+ id: `${id}-table-rows`,
2256
+ max: 20,
2257
+ min: 1,
2258
+ type: "number",
2259
+ value: tableRows,
2260
+ onChange: (event) => setTableRows(Number(event.target.value))
2261
+ }
2262
+ )
2263
+ ] }),
2264
+ /* @__PURE__ */ jsx16("span", { "aria-hidden": "true", className: RichTextField_default.modalTimes, children: "\xD7" }),
2265
+ /* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalDimensionField, children: [
2266
+ /* @__PURE__ */ jsx16("label", { className: RichTextField_default.modalLabel, htmlFor: `${id}-table-cols`, children: "Columns" }),
2267
+ /* @__PURE__ */ jsx16(
2268
+ "input",
2269
+ {
2270
+ className: RichTextField_default.modalNumber,
2271
+ id: `${id}-table-cols`,
2272
+ max: 20,
2273
+ min: 1,
2274
+ type: "number",
2275
+ value: tableCols,
2276
+ onChange: (event) => setTableCols(Number(event.target.value)),
2277
+ onKeyDown: (event) => {
2278
+ if (event.key === "Enter") {
2279
+ event.preventDefault();
2280
+ confirmTable();
2281
+ } else if (event.key === "Escape") {
2282
+ event.preventDefault();
2283
+ setTableModalOpen(false);
2284
+ }
2285
+ }
2286
+ }
2287
+ )
2288
+ ] })
2289
+ ] }),
2290
+ /* @__PURE__ */ jsxs12("div", { className: RichTextField_default.modalActions, children: [
2291
+ /* @__PURE__ */ jsx16(
2292
+ "button",
2293
+ {
2294
+ className: RichTextField_default.modalCancel,
2295
+ type: "button",
2296
+ onClick: () => setTableModalOpen(false),
2297
+ children: "Cancel"
2298
+ }
2299
+ ),
2300
+ /* @__PURE__ */ jsx16("button", { className: RichTextField_default.modalConfirm, type: "button", onClick: confirmTable, children: "Insert table" })
2301
+ ] })
2302
+ ]
2303
+ }
2304
+ )
2305
+ }
2306
+ ) : null
2307
+ ] })
2146
2308
  }
2147
2309
  );
2148
2310
  }
2149
2311
 
2150
2312
  // ../../components/fields/TextField/TextField.module.css
2151
- var TextField_default = {"error":"opus_SOck2f_error","input":"opus_SOck2f_input"};
2313
+ var TextField_default = {"input":"opus_SOck2f_input","error":"opus_SOck2f_error"};
2152
2314
 
2153
2315
  // ../../components/fields/TextField/TextField.tsx
2154
2316
  import { jsx as jsx17 } from "react/jsx-runtime";
@@ -2197,7 +2359,7 @@ import { FontAwesomeIcon as FontAwesomeIcon2 } from "@fortawesome/react-fontawes
2197
2359
  import { faMoon, faSun } from "@fortawesome/free-solid-svg-icons";
2198
2360
 
2199
2361
  // ../../components/fields/ThemeToggleField/ThemeToggleField.module.css
2200
- var ThemeToggleField_default = {"option":"opus_SwerMA_option","indicator":"opus_SwerMA_indicator","toggle":"opus_SwerMA_toggle","active":"opus_SwerMA_active"};
2362
+ var ThemeToggleField_default = {"indicator":"opus_SwerMA_indicator","toggle":"opus_SwerMA_toggle","active":"opus_SwerMA_active","option":"opus_SwerMA_option"};
2201
2363
 
2202
2364
  // ../../components/fields/ThemeToggleField/ThemeToggleField.tsx
2203
2365
  import { jsx as jsx18, jsxs as jsxs13 } from "react/jsx-runtime";
@@ -2263,7 +2425,7 @@ function ThemeToggleField({
2263
2425
  import { useEffect as useEffect4, useMemo as useMemo2, useRef as useRef5, useState as useState6 } from "react";
2264
2426
 
2265
2427
  // ../../components/fields/shared/fieldControl.module.css
2266
- var fieldControl_default = {"triggerOpen":"opus_1Q5xBh_triggerOpen","option":"opus_1Q5xBh_option","input":"opus_1Q5xBh_input","search":"opus_1Q5xBh_search","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary","error":"opus_1Q5xBh_error","panelFooter":"opus_1Q5xBh_panelFooter","triggerError":"opus_1Q5xBh_triggerError","groupLabel":"opus_1Q5xBh_groupLabel","list":"opus_1Q5xBh_list","placeholder":"opus_1Q5xBh_placeholder","trigger":"opus_1Q5xBh_trigger","panel":"opus_1Q5xBh_panel","chevron":"opus_1Q5xBh_chevron","actionButton":"opus_1Q5xBh_actionButton"};
2428
+ var fieldControl_default = {"triggerOpen":"opus_1Q5xBh_triggerOpen","input":"opus_1Q5xBh_input","chevron":"opus_1Q5xBh_chevron","actionButton":"opus_1Q5xBh_actionButton","groupLabel":"opus_1Q5xBh_groupLabel","option":"opus_1Q5xBh_option","placeholder":"opus_1Q5xBh_placeholder","search":"opus_1Q5xBh_search","list":"opus_1Q5xBh_list","triggerError":"opus_1Q5xBh_triggerError","trigger":"opus_1Q5xBh_trigger","panelFooter":"opus_1Q5xBh_panelFooter","panel":"opus_1Q5xBh_panel","error":"opus_1Q5xBh_error","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary"};
2267
2429
 
2268
2430
  // ../../components/fields/FilterSelectField/FilterSelectField.module.css
2269
2431
  var FilterSelectField_default = {"root":"opus_rDiUV2_root"};
@@ -2531,7 +2693,7 @@ function MultiSelectField({
2531
2693
  import { useState as useState8 } from "react";
2532
2694
 
2533
2695
  // ../../components/fields/TransferListField/TransferListField.module.css
2534
- var TransferListField_default = {"columnHeader":"opus_NPBFZk_columnHeader","controlButton":"opus_NPBFZk_controlButton","item":"opus_NPBFZk_item","root":"opus_NPBFZk_root","list":"opus_NPBFZk_list","itemActive":"opus_NPBFZk_itemActive","controls":"opus_NPBFZk_controls","column":"opus_NPBFZk_column"};
2696
+ var TransferListField_default = {"list":"opus_NPBFZk_list","column":"opus_NPBFZk_column","controls":"opus_NPBFZk_controls","item":"opus_NPBFZk_item","controlButton":"opus_NPBFZk_controlButton","itemActive":"opus_NPBFZk_itemActive","columnHeader":"opus_NPBFZk_columnHeader","root":"opus_NPBFZk_root"};
2535
2697
 
2536
2698
  // ../../components/fields/TransferListField/TransferListField.tsx
2537
2699
  import { jsx as jsx21, jsxs as jsxs16 } from "react/jsx-runtime";
@@ -2649,7 +2811,7 @@ function ListColumn({
2649
2811
  import { useMemo as useMemo4 } from "react";
2650
2812
 
2651
2813
  // ../../components/fields/PasswordStrengthField/PasswordStrengthField.module.css
2652
- var PasswordStrengthField_default = {"meterFill":"opus_S1A372_meterFill","meterWrap":"opus_S1A372_meterWrap","meterLabel":"opus_S1A372_meterLabel","meterTrack":"opus_S1A372_meterTrack","requirementMet":"opus_S1A372_requirementMet","requirement":"opus_S1A372_requirement","root":"opus_S1A372_root","requirements":"opus_S1A372_requirements"};
2814
+ var PasswordStrengthField_default = {"requirementMet":"opus_S1A372_requirementMet","requirement":"opus_S1A372_requirement","meterFill":"opus_S1A372_meterFill","meterTrack":"opus_S1A372_meterTrack","meterWrap":"opus_S1A372_meterWrap","meterLabel":"opus_S1A372_meterLabel","requirements":"opus_S1A372_requirements","root":"opus_S1A372_root"};
2653
2815
 
2654
2816
  // ../../components/fields/PasswordStrengthField/PasswordStrengthField.tsx
2655
2817
  import { jsx as jsx22, jsxs as jsxs17 } from "react/jsx-runtime";
@@ -2728,7 +2890,7 @@ function PasswordStrengthField({
2728
2890
  }
2729
2891
 
2730
2892
  // ../../components/fields/RatingField/RatingField.module.css
2731
- var RatingField_default = {"root":"opus_0tdNUz_root","numeric":"opus_0tdNUz_numeric","numericActive":"opus_0tdNUz_numericActive","symbol":"opus_0tdNUz_symbol","symbolActive":"opus_0tdNUz_symbolActive"};
2893
+ var RatingField_default = {"root":"opus_0tdNUz_root","numericActive":"opus_0tdNUz_numericActive","symbol":"opus_0tdNUz_symbol","numeric":"opus_0tdNUz_numeric","symbolActive":"opus_0tdNUz_symbolActive"};
2732
2894
 
2733
2895
  // ../../components/fields/RatingField/RatingField.tsx
2734
2896
  import { jsx as jsx23 } from "react/jsx-runtime";
@@ -2803,7 +2965,7 @@ function RatingField({
2803
2965
  }
2804
2966
 
2805
2967
  // ../../components/fields/SegmentedControlField/SegmentedControlField.module.css
2806
- var SegmentedControlField_default = {"root":"opus_ZHwfiN_root","segment":"opus_ZHwfiN_segment","segmentActive":"opus_ZHwfiN_segmentActive"};
2968
+ var SegmentedControlField_default = {"segment":"opus_ZHwfiN_segment","segmentActive":"opus_ZHwfiN_segmentActive","root":"opus_ZHwfiN_root"};
2807
2969
 
2808
2970
  // ../../components/fields/SegmentedControlField/SegmentedControlField.tsx
2809
2971
  import { jsx as jsx24 } from "react/jsx-runtime";
@@ -2858,7 +3020,7 @@ function SegmentedControlField({
2858
3020
  import { useMemo as useMemo5 } from "react";
2859
3021
 
2860
3022
  // ../../components/fields/SliderRangeField/SliderRangeField.module.css
2861
- var SliderRangeField_default = {"header":"opus_k3d0sS_header","value":"opus_k3d0sS_value","track":"opus_k3d0sS_track","root":"opus_k3d0sS_root","trackWrap":"opus_k3d0sS_trackWrap","slider":"opus_k3d0sS_slider","footer":"opus_k3d0sS_footer"};
3023
+ var SliderRangeField_default = {"track":"opus_k3d0sS_track","slider":"opus_k3d0sS_slider","trackWrap":"opus_k3d0sS_trackWrap","footer":"opus_k3d0sS_footer","value":"opus_k3d0sS_value","root":"opus_k3d0sS_root","header":"opus_k3d0sS_header"};
2862
3024
 
2863
3025
  // ../../components/fields/SliderRangeField/SliderRangeField.tsx
2864
3026
  import { jsx as jsx25, jsxs as jsxs18 } from "react/jsx-runtime";
@@ -2955,7 +3117,7 @@ function SliderRangeField({
2955
3117
  import { useEffect as useEffect6, useMemo as useMemo6, useRef as useRef7, useState as useState9 } from "react";
2956
3118
 
2957
3119
  // ../../components/fields/PhoneNumberField/PhoneNumberField.module.css
2958
- var PhoneNumberField_default = {"countryWrap":"opus_WC4gnN_countryWrap","flag":"opus_WC4gnN_flag","dial":"opus_WC4gnN_dial","code":"opus_WC4gnN_code","countryValue":"opus_WC4gnN_countryValue","option":"opus_WC4gnN_option","optionLabel":"opus_WC4gnN_optionLabel","empty":"opus_WC4gnN_empty","root":"opus_WC4gnN_root","chevron":"opus_WC4gnN_chevron","optionActive":"opus_WC4gnN_optionActive","panel":"opus_WC4gnN_panel","country":"opus_WC4gnN_country","optionDial":"opus_WC4gnN_optionDial"};
3120
+ var PhoneNumberField_default = {"country":"opus_WC4gnN_country","code":"opus_WC4gnN_code","flag":"opus_WC4gnN_flag","chevron":"opus_WC4gnN_chevron","root":"opus_WC4gnN_root","countryWrap":"opus_WC4gnN_countryWrap","countryValue":"opus_WC4gnN_countryValue","option":"opus_WC4gnN_option","optionDial":"opus_WC4gnN_optionDial","empty":"opus_WC4gnN_empty","dial":"opus_WC4gnN_dial","optionActive":"opus_WC4gnN_optionActive","panel":"opus_WC4gnN_panel","optionLabel":"opus_WC4gnN_optionLabel"};
2959
3121
 
2960
3122
  // ../../components/fields/PhoneNumberField/countries.ts
2961
3123
  function countryCodeToFlag(code) {
@@ -3358,7 +3520,7 @@ function PhoneNumberField({
3358
3520
  import { useEffect as useEffect7, useMemo as useMemo7, useRef as useRef8, useState as useState10 } from "react";
3359
3521
 
3360
3522
  // ../../components/fields/CountryPickerField/CountryPickerField.module.css
3361
- var CountryPickerField_default = {"optionCode":"opus_O7qqfR_optionCode","option":"opus_O7qqfR_option","optionLabel":"opus_O7qqfR_optionLabel","triggerValue":"opus_O7qqfR_triggerValue","flag":"opus_O7qqfR_flag","empty":"opus_O7qqfR_empty","optionActive":"opus_O7qqfR_optionActive","root":"opus_O7qqfR_root"};
3523
+ var CountryPickerField_default = {"optionLabel":"opus_O7qqfR_optionLabel","root":"opus_O7qqfR_root","triggerValue":"opus_O7qqfR_triggerValue","empty":"opus_O7qqfR_empty","option":"opus_O7qqfR_option","optionActive":"opus_O7qqfR_optionActive","optionCode":"opus_O7qqfR_optionCode","flag":"opus_O7qqfR_flag"};
3362
3524
 
3363
3525
  // ../../components/fields/CountryPickerField/CountryPickerField.tsx
3364
3526
  import { jsx as jsx27, jsxs as jsxs20 } from "react/jsx-runtime";
@@ -3514,7 +3676,7 @@ function CountryPickerField({
3514
3676
  import { useEffect as useEffect8, useMemo as useMemo8, useRef as useRef9, useState as useState11 } from "react";
3515
3677
 
3516
3678
  // ../../components/fields/TreeSelectField/TreeSelectField.module.css
3517
- var TreeSelectField_default = {"root":"opus_Mq6C00_root","treeOptionActive":"opus_Mq6C00_treeOptionActive","treeOption":"opus_Mq6C00_treeOption"};
3679
+ var TreeSelectField_default = {"treeOption":"opus_Mq6C00_treeOption","root":"opus_Mq6C00_root","treeOptionActive":"opus_Mq6C00_treeOptionActive"};
3518
3680
 
3519
3681
  // ../../components/fields/TreeSelectField/TreeSelectField.tsx
3520
3682
  import { Fragment as Fragment3, jsx as jsx28, jsxs as jsxs21 } from "react/jsx-runtime";
@@ -3643,7 +3805,7 @@ function TreeSelectField({
3643
3805
  import { useEffect as useEffect9, useMemo as useMemo9, useRef as useRef10, useState as useState12 } from "react";
3644
3806
 
3645
3807
  // ../../components/fields/CascaderField/CascaderField.module.css
3646
- var CascaderField_default = {"option":"opus_1Fg59A_option","panel":"opus_1Fg59A_panel","column":"opus_1Fg59A_column","root":"opus_1Fg59A_root","optionActive":"opus_1Fg59A_optionActive"};
3808
+ var CascaderField_default = {"panel":"opus_1Fg59A_panel","option":"opus_1Fg59A_option","column":"opus_1Fg59A_column","optionActive":"opus_1Fg59A_optionActive","root":"opus_1Fg59A_root"};
3647
3809
 
3648
3810
  // ../../components/fields/CascaderField/CascaderField.tsx
3649
3811
  import { jsx as jsx29, jsxs as jsxs22 } from "react/jsx-runtime";
@@ -3846,7 +4008,7 @@ function OpusThemeProvider({
3846
4008
  }
3847
4009
 
3848
4010
  // ../../components/Alert/Alert.module.css
3849
- var Alert_default = {"dismissIcon":"opus_eh3eeT_dismissIcon","icon":"opus_eh3eeT_icon","iconMark":"opus_eh3eeT_iconMark","title":"opus_eh3eeT_title","alert":"opus_eh3eeT_alert","iconFlagged":"opus_eh3eeT_iconFlagged","content":"opus_eh3eeT_content","description":"opus_eh3eeT_description","iconSvg":"opus_eh3eeT_iconSvg","dismiss":"opus_eh3eeT_dismiss"};
4011
+ var Alert_default = {"iconSvg":"opus_eh3eeT_iconSvg","alert":"opus_eh3eeT_alert","dismissIcon":"opus_eh3eeT_dismissIcon","title":"opus_eh3eeT_title","iconFlagged":"opus_eh3eeT_iconFlagged","description":"opus_eh3eeT_description","dismiss":"opus_eh3eeT_dismiss","icon":"opus_eh3eeT_icon","content":"opus_eh3eeT_content","iconMark":"opus_eh3eeT_iconMark"};
3850
4012
 
3851
4013
  // ../../components/Alert/Alert.tsx
3852
4014
  import { jsx as jsx32, jsxs as jsxs23 } from "react/jsx-runtime";
@@ -3995,7 +4157,7 @@ function useOverlayAccessibility(active, containerRef, {
3995
4157
  }
3996
4158
 
3997
4159
  // ../../components/Dialog/Dialog.module.css
3998
- var Dialog_default = {"backdrop":"opus_sz-ZGI_backdrop","description":"opus_sz-ZGI_description","dialog":"opus_sz-ZGI_dialog","dialogIn":"opus_sz-ZGI_dialogIn","icon":"opus_sz-ZGI_icon","dialogOut":"opus_sz-ZGI_dialogOut","backdropOut":"opus_sz-ZGI_backdropOut","backdropIn":"opus_sz-ZGI_backdropIn","visuallyHidden":"opus_sz-ZGI_visuallyHidden","actions":"opus_sz-ZGI_actions","iconMark":"opus_sz-ZGI_iconMark","content":"opus_sz-ZGI_content","title":"opus_sz-ZGI_title","body":"opus_sz-ZGI_body","iconSvg":"opus_sz-ZGI_iconSvg"};
4160
+ var Dialog_default = {"backdrop":"opus_sz-ZGI_backdrop","backdropIn":"opus_sz-ZGI_backdropIn","dialogIn":"opus_sz-ZGI_dialogIn","content":"opus_sz-ZGI_content","visuallyHidden":"opus_sz-ZGI_visuallyHidden","icon":"opus_sz-ZGI_icon","iconMark":"opus_sz-ZGI_iconMark","actions":"opus_sz-ZGI_actions","dialogOut":"opus_sz-ZGI_dialogOut","description":"opus_sz-ZGI_description","body":"opus_sz-ZGI_body","title":"opus_sz-ZGI_title","dialog":"opus_sz-ZGI_dialog","iconSvg":"opus_sz-ZGI_iconSvg","backdropOut":"opus_sz-ZGI_backdropOut"};
3999
4161
 
4000
4162
  // ../../components/Dialog/Dialog.tsx
4001
4163
  import { jsx as jsx33, jsxs as jsxs24 } from "react/jsx-runtime";
@@ -4126,7 +4288,7 @@ function Dialog({
4126
4288
  import { useEffect as useEffect13, useId as useId6, useRef as useRef13, useState as useState14 } from "react";
4127
4289
 
4128
4290
  // ../../components/Modal/Modal.module.css
4129
- var Modal_default = {"header":"opus_LQbzGS_header","modal":"opus_LQbzGS_modal","heading":"opus_LQbzGS_heading","footer":"opus_LQbzGS_footer","modalBackdropOut":"opus_LQbzGS_modalBackdropOut","modalPanelIn":"opus_LQbzGS_modalPanelIn","backdrop":"opus_LQbzGS_backdrop","close":"opus_LQbzGS_close","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","title":"opus_LQbzGS_title","footerContent":"opus_LQbzGS_footerContent","body":"opus_LQbzGS_body","modalPanelOut":"opus_LQbzGS_modalPanelOut","actions":"opus_LQbzGS_actions","closeIcon":"opus_LQbzGS_closeIcon","description":"opus_LQbzGS_description"};
4291
+ var Modal_default = {"modalPanelOut":"opus_LQbzGS_modalPanelOut","footerContent":"opus_LQbzGS_footerContent","heading":"opus_LQbzGS_heading","modal":"opus_LQbzGS_modal","body":"opus_LQbzGS_body","modalPanelIn":"opus_LQbzGS_modalPanelIn","header":"opus_LQbzGS_header","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","footer":"opus_LQbzGS_footer","title":"opus_LQbzGS_title","closeIcon":"opus_LQbzGS_closeIcon","modalBackdropOut":"opus_LQbzGS_modalBackdropOut","backdrop":"opus_LQbzGS_backdrop","description":"opus_LQbzGS_description","close":"opus_LQbzGS_close","actions":"opus_LQbzGS_actions"};
4130
4292
 
4131
4293
  // ../../components/Modal/Modal.tsx
4132
4294
  import { Fragment as Fragment4, jsx as jsx34, jsxs as jsxs25 } from "react/jsx-runtime";
@@ -4257,7 +4419,7 @@ function ModalDefaultActions({ onClose }) {
4257
4419
  import { useEffect as useEffect14, useId as useId7, useRef as useRef14, useState as useState15 } from "react";
4258
4420
 
4259
4421
  // ../../components/Drawer/Drawer.module.css
4260
- var Drawer_default = {"drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn","drawerInBottom":"opus_0CaGbZ_drawerInBottom","footer":"opus_0CaGbZ_footer","backdrop":"opus_0CaGbZ_backdrop","header":"opus_0CaGbZ_header","drawer":"opus_0CaGbZ_drawer","drawerOutTop":"opus_0CaGbZ_drawerOutTop","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","description":"opus_0CaGbZ_description","drawerInTop":"opus_0CaGbZ_drawerInTop","actions":"opus_0CaGbZ_actions","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","title":"opus_0CaGbZ_title","heading":"opus_0CaGbZ_heading","drawerInRight":"opus_0CaGbZ_drawerInRight","closeIcon":"opus_0CaGbZ_closeIcon","drawerInLeft":"opus_0CaGbZ_drawerInLeft","body":"opus_0CaGbZ_body","footerContent":"opus_0CaGbZ_footerContent","drawerOutRight":"opus_0CaGbZ_drawerOutRight","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","close":"opus_0CaGbZ_close"};
4422
+ var Drawer_default = {"heading":"opus_0CaGbZ_heading","body":"opus_0CaGbZ_body","drawerInTop":"opus_0CaGbZ_drawerInTop","drawerInLeft":"opus_0CaGbZ_drawerInLeft","close":"opus_0CaGbZ_close","footerContent":"opus_0CaGbZ_footerContent","drawerInRight":"opus_0CaGbZ_drawerInRight","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","closeIcon":"opus_0CaGbZ_closeIcon","drawerInBottom":"opus_0CaGbZ_drawerInBottom","header":"opus_0CaGbZ_header","description":"opus_0CaGbZ_description","footer":"opus_0CaGbZ_footer","drawerOutRight":"opus_0CaGbZ_drawerOutRight","backdrop":"opus_0CaGbZ_backdrop","drawer":"opus_0CaGbZ_drawer","drawerOutTop":"opus_0CaGbZ_drawerOutTop","title":"opus_0CaGbZ_title","actions":"opus_0CaGbZ_actions","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn"};
4261
4423
 
4262
4424
  // ../../components/Drawer/Drawer.tsx
4263
4425
  import { Fragment as Fragment5, jsx as jsx35, jsxs as jsxs26 } from "react/jsx-runtime";
@@ -4397,7 +4559,7 @@ import {
4397
4559
  } from "react";
4398
4560
 
4399
4561
  // ../../components/Popover/Popover.module.css
4400
- var Popover_default = {"title":"opus_yq4OU0_title","root":"opus_yq4OU0_root","content":"opus_yq4OU0_content","panel":"opus_yq4OU0_panel","arrow":"opus_yq4OU0_arrow","popoverIn":"opus_yq4OU0_popoverIn"};
4562
+ var Popover_default = {"popoverIn":"opus_yq4OU0_popoverIn","root":"opus_yq4OU0_root","title":"opus_yq4OU0_title","panel":"opus_yq4OU0_panel","content":"opus_yq4OU0_content","arrow":"opus_yq4OU0_arrow"};
4401
4563
 
4402
4564
  // ../../components/Popover/Popover.tsx
4403
4565
  import { jsx as jsx36, jsxs as jsxs27 } from "react/jsx-runtime";
@@ -4564,7 +4726,7 @@ function resolveMegaMenuPortalStyle(root, inTopNavigation) {
4564
4726
  }
4565
4727
 
4566
4728
  // ../../components/MegaMenu/MegaMenu.module.css
4567
- var MegaMenu_default = {"megaMenuOut":"opus_Y_ikQV_megaMenuOut","menuBar":"opus_Y_ikQV_menuBar","root":"opus_Y_ikQV_root","trigger":"opus_Y_ikQV_trigger","panelContent":"opus_Y_ikQV_panelContent","featured":"opus_Y_ikQV_featured","itemIcon":"opus_Y_ikQV_itemIcon","itemCopy":"opus_Y_ikQV_itemCopy","eyebrow":"opus_Y_ikQV_eyebrow","sections":"opus_Y_ikQV_sections","section":"opus_Y_ikQV_section","megaMenuIn":"opus_Y_ikQV_megaMenuIn","featuredAction":"opus_Y_ikQV_featuredAction","item":"opus_Y_ikQV_item","panel":"opus_Y_ikQV_panel","items":"opus_Y_ikQV_items"};
4729
+ var MegaMenu_default = {"panelContent":"opus_Y_ikQV_panelContent","section":"opus_Y_ikQV_section","itemCopy":"opus_Y_ikQV_itemCopy","trigger":"opus_Y_ikQV_trigger","sections":"opus_Y_ikQV_sections","itemIcon":"opus_Y_ikQV_itemIcon","megaMenuIn":"opus_Y_ikQV_megaMenuIn","featured":"opus_Y_ikQV_featured","items":"opus_Y_ikQV_items","item":"opus_Y_ikQV_item","root":"opus_Y_ikQV_root","panel":"opus_Y_ikQV_panel","megaMenuOut":"opus_Y_ikQV_megaMenuOut","eyebrow":"opus_Y_ikQV_eyebrow","featuredAction":"opus_Y_ikQV_featuredAction","menuBar":"opus_Y_ikQV_menuBar"};
4568
4730
 
4569
4731
  // ../../components/MegaMenu/MegaMenu.tsx
4570
4732
  import { jsx as jsx37, jsxs as jsxs28 } from "react/jsx-runtime";
@@ -5007,7 +5169,7 @@ function MegaMenu({
5007
5169
  }
5008
5170
 
5009
5171
  // ../../components/TopNavigation/TopNavigation.module.css
5010
- var TopNavigation_default = {"menuTrigger":"opus_OIomR6_menuTrigger","nav":"opus_OIomR6_nav","bar":"opus_OIomR6_bar","menuSlot":"opus_OIomR6_menuSlot","menuSlotMega":"opus_OIomR6_menuSlotMega"};
5172
+ var TopNavigation_default = {"menuSlotMega":"opus_OIomR6_menuSlotMega","nav":"opus_OIomR6_nav","menuTrigger":"opus_OIomR6_menuTrigger","menuSlot":"opus_OIomR6_menuSlot","bar":"opus_OIomR6_bar"};
5011
5173
 
5012
5174
  // ../../components/TopNavigation/TopNavigation.tsx
5013
5175
  import { Fragment as Fragment6, jsx as jsx38 } from "react/jsx-runtime";
@@ -5364,7 +5526,7 @@ function handleMenuKeyDown(event, menu, onEscape) {
5364
5526
  }
5365
5527
 
5366
5528
  // ../../components/DropdownMenu/DropdownMenu.module.css
5367
- var DropdownMenu_default = {"root":"opus_UUVDVQ_root","dropdownIn":"opus_UUVDVQ_dropdownIn","label":"opus_UUVDVQ_label","item":"opus_UUVDVQ_item","shortcut":"opus_UUVDVQ_shortcut","menu":"opus_UUVDVQ_menu","dropdownOut":"opus_UUVDVQ_dropdownOut","icon":"opus_UUVDVQ_icon"};
5529
+ var DropdownMenu_default = {"icon":"opus_UUVDVQ_icon","root":"opus_UUVDVQ_root","menu":"opus_UUVDVQ_menu","label":"opus_UUVDVQ_label","dropdownIn":"opus_UUVDVQ_dropdownIn","shortcut":"opus_UUVDVQ_shortcut","item":"opus_UUVDVQ_item","dropdownOut":"opus_UUVDVQ_dropdownOut"};
5368
5530
 
5369
5531
  // ../../components/DropdownMenu/DropdownMenu.tsx
5370
5532
  import { jsx as jsx39, jsxs as jsxs29 } from "react/jsx-runtime";
@@ -5704,7 +5866,7 @@ import {
5704
5866
  import { createPortal as createPortal3 } from "react-dom";
5705
5867
 
5706
5868
  // ../../components/ContextMenu/ContextMenu.module.css
5707
- var ContextMenu_default = {"contextMenuIn":"opus_nMhhae_contextMenuIn","menu":"opus_nMhhae_menu","target":"opus_nMhhae_target","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","layer":"opus_nMhhae_layer","backdrop":"opus_nMhhae_backdrop"};
5869
+ var ContextMenu_default = {"layer":"opus_nMhhae_layer","target":"opus_nMhhae_target","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","menu":"opus_nMhhae_menu","contextMenuIn":"opus_nMhhae_contextMenuIn","backdrop":"opus_nMhhae_backdrop"};
5708
5870
 
5709
5871
  // ../../components/ContextMenu/ContextMenuProvider.tsx
5710
5872
  import { jsx as jsx40, jsxs as jsxs30 } from "react/jsx-runtime";
@@ -6015,7 +6177,7 @@ import { faMagnifyingGlass } from "@fortawesome/free-solid-svg-icons";
6015
6177
  import { FontAwesomeIcon as FontAwesomeIcon3 } from "@fortawesome/react-fontawesome";
6016
6178
 
6017
6179
  // ../../components/CommandPalette/CommandPalette.module.css
6018
- var CommandPalette_default = {"backdrop":"opus_k1ypuy_backdrop","panel":"opus_k1ypuy_panel","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","searchInput":"opus_k1ypuy_searchInput","groupLabel":"opus_k1ypuy_groupLabel","empty":"opus_k1ypuy_empty","visuallyHidden":"opus_k1ypuy_visuallyHidden","results":"opus_k1ypuy_results","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","shortcut":"opus_k1ypuy_shortcut","searchIconSvg":"opus_k1ypuy_searchIconSvg","group":"opus_k1ypuy_group","footer":"opus_k1ypuy_footer","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","searchWrap":"opus_k1ypuy_searchWrap","searchIcon":"opus_k1ypuy_searchIcon","itemLabel":"opus_k1ypuy_itemLabel","item":"opus_k1ypuy_item","itemDescription":"opus_k1ypuy_itemDescription","itemMain":"opus_k1ypuy_itemMain"};
6180
+ var CommandPalette_default = {"commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","panel":"opus_k1ypuy_panel","visuallyHidden":"opus_k1ypuy_visuallyHidden","itemMain":"opus_k1ypuy_itemMain","item":"opus_k1ypuy_item","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","results":"opus_k1ypuy_results","groupLabel":"opus_k1ypuy_groupLabel","searchIcon":"opus_k1ypuy_searchIcon","shortcut":"opus_k1ypuy_shortcut","empty":"opus_k1ypuy_empty","footer":"opus_k1ypuy_footer","searchWrap":"opus_k1ypuy_searchWrap","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","searchInput":"opus_k1ypuy_searchInput","itemDescription":"opus_k1ypuy_itemDescription","itemLabel":"opus_k1ypuy_itemLabel","searchIconSvg":"opus_k1ypuy_searchIconSvg","backdrop":"opus_k1ypuy_backdrop","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","group":"opus_k1ypuy_group"};
6019
6181
 
6020
6182
  // ../../components/CommandPalette/CommandPalette.tsx
6021
6183
  import { jsx as jsx41, jsxs as jsxs31 } from "react/jsx-runtime";
@@ -6355,7 +6517,7 @@ function AccordionGroup({
6355
6517
  }
6356
6518
 
6357
6519
  // ../../components/Accordion/Accordion.module.css
6358
- var Accordion_default = {"panelInner":"opus_WNZQMV_panelInner","triggerLabel":"opus_WNZQMV_triggerLabel","trigger":"opus_WNZQMV_trigger","panel":"opus_WNZQMV_panel","item":"opus_WNZQMV_item","standalone":"opus_WNZQMV_standalone","chevron":"opus_WNZQMV_chevron","content":"opus_WNZQMV_content"};
6520
+ var Accordion_default = {"triggerLabel":"opus_WNZQMV_triggerLabel","content":"opus_WNZQMV_content","panel":"opus_WNZQMV_panel","standalone":"opus_WNZQMV_standalone","item":"opus_WNZQMV_item","panelInner":"opus_WNZQMV_panelInner","chevron":"opus_WNZQMV_chevron","trigger":"opus_WNZQMV_trigger"};
6359
6521
 
6360
6522
  // ../../components/Accordion/Accordion.tsx
6361
6523
  import { jsx as jsx43, jsxs as jsxs32 } from "react/jsx-runtime";
@@ -6448,7 +6610,7 @@ import {
6448
6610
  } from "react";
6449
6611
 
6450
6612
  // ../../components/ShowMore/ShowMore.module.css
6451
- var ShowMore_default = {"toggle":"opus_dSk-ve_toggle","inner":"opus_dSk-ve_inner","toggleLabel":"opus_dSk-ve_toggleLabel","root":"opus_dSk-ve_root","contentShell":"opus_dSk-ve_contentShell","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","chevron":"opus_dSk-ve_chevron"};
6613
+ var ShowMore_default = {"toggleLabel":"opus_dSk-ve_toggleLabel","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","toggle":"opus_dSk-ve_toggle","chevron":"opus_dSk-ve_chevron","contentShell":"opus_dSk-ve_contentShell","inner":"opus_dSk-ve_inner","root":"opus_dSk-ve_root"};
6452
6614
 
6453
6615
  // ../../components/ShowMore/ShowMore.tsx
6454
6616
  import { jsx as jsx44, jsxs as jsxs33 } from "react/jsx-runtime";
@@ -6552,7 +6714,7 @@ function ShowMore({
6552
6714
  }
6553
6715
 
6554
6716
  // ../../components/Toast/Toast.module.css
6555
- var Toast_default = {"dismissIcon":"opus_cklQPW_dismissIcon","main":"opus_cklQPW_main","iconSvg":"opus_cklQPW_iconSvg","iconMark":"opus_cklQPW_iconMark","title":"opus_cklQPW_title","progressTrack":"opus_cklQPW_progressTrack","body":"opus_cklQPW_body","progressBar":"opus_cklQPW_progressBar","toastProgress":"opus_cklQPW_toastProgress","icon":"opus_cklQPW_icon","toast":"opus_cklQPW_toast","content":"opus_cklQPW_content","description":"opus_cklQPW_description","dismiss":"opus_cklQPW_dismiss"};
6717
+ var Toast_default = {"icon":"opus_cklQPW_icon","toast":"opus_cklQPW_toast","iconMark":"opus_cklQPW_iconMark","dismiss":"opus_cklQPW_dismiss","toastProgress":"opus_cklQPW_toastProgress","body":"opus_cklQPW_body","main":"opus_cklQPW_main","title":"opus_cklQPW_title","content":"opus_cklQPW_content","description":"opus_cklQPW_description","dismissIcon":"opus_cklQPW_dismissIcon","progressTrack":"opus_cklQPW_progressTrack","progressBar":"opus_cklQPW_progressBar","iconSvg":"opus_cklQPW_iconSvg"};
6556
6718
 
6557
6719
  // ../../components/Toast/Toast.tsx
6558
6720
  import { jsx as jsx45, jsxs as jsxs34 } from "react/jsx-runtime";
@@ -6632,7 +6794,7 @@ import {
6632
6794
  } from "react";
6633
6795
 
6634
6796
  // ../../components/ToastProvider/ToastProvider.module.css
6635
- var ToastProvider_default = {"viewportRight":"opus_z3pSp7_viewportRight","itemSurface":"opus_z3pSp7_itemSurface","viewport":"opus_z3pSp7_viewport","itemClip":"opus_z3pSp7_itemClip","viewportTop":"opus_z3pSp7_viewportTop","viewportBottom":"opus_z3pSp7_viewportBottom","item":"opus_z3pSp7_item","itemBackdrop":"opus_z3pSp7_itemBackdrop","viewportLeft":"opus_z3pSp7_viewportLeft"};
6797
+ var ToastProvider_default = {"viewport":"opus_z3pSp7_viewport","viewportLeft":"opus_z3pSp7_viewportLeft","item":"opus_z3pSp7_item","viewportRight":"opus_z3pSp7_viewportRight","itemClip":"opus_z3pSp7_itemClip","viewportBottom":"opus_z3pSp7_viewportBottom","viewportTop":"opus_z3pSp7_viewportTop","itemSurface":"opus_z3pSp7_itemSurface","itemBackdrop":"opus_z3pSp7_itemBackdrop"};
6636
6798
 
6637
6799
  // ../../components/ToastProvider/ToastProvider.tsx
6638
6800
  import { jsx as jsx46, jsxs as jsxs35 } from "react/jsx-runtime";
@@ -7002,7 +7164,7 @@ function ToastProvider({
7002
7164
  import { useId as useId15, useState as useState26 } from "react";
7003
7165
 
7004
7166
  // ../../components/Tabs/Tabs.module.css
7005
- var Tabs_default = {"panel":"opus_ADVJmy_panel","list":"opus_ADVJmy_list","tab":"opus_ADVJmy_tab","root":"opus_ADVJmy_root"};
7167
+ var Tabs_default = {"list":"opus_ADVJmy_list","panel":"opus_ADVJmy_panel","tab":"opus_ADVJmy_tab","root":"opus_ADVJmy_root"};
7006
7168
 
7007
7169
  // ../../components/Tabs/Tabs.tsx
7008
7170
  import { jsx as jsx47, jsxs as jsxs36 } from "react/jsx-runtime";
@@ -7116,7 +7278,7 @@ function Tabs({
7116
7278
  }
7117
7279
 
7118
7280
  // ../../components/Card/Card.module.css
7119
- var Card_default = {"actions":"opus_qWo1sP_actions","body":"opus_qWo1sP_body","footer":"opus_qWo1sP_footer","eyebrow":"opus_qWo1sP_eyebrow","footerContent":"opus_qWo1sP_footerContent","content":"opus_qWo1sP_content","heading":"opus_qWo1sP_heading","media":"opus_qWo1sP_media","title":"opus_qWo1sP_title","card":"opus_qWo1sP_card"};
7281
+ var Card_default = {"media":"opus_qWo1sP_media","footerContent":"opus_qWo1sP_footerContent","content":"opus_qWo1sP_content","heading":"opus_qWo1sP_heading","body":"opus_qWo1sP_body","footer":"opus_qWo1sP_footer","actions":"opus_qWo1sP_actions","card":"opus_qWo1sP_card","title":"opus_qWo1sP_title","eyebrow":"opus_qWo1sP_eyebrow"};
7120
7282
 
7121
7283
  // ../../components/Card/Card.tsx
7122
7284
  import { jsx as jsx48, jsxs as jsxs37 } from "react/jsx-runtime";
@@ -7147,7 +7309,7 @@ function Card({
7147
7309
  }
7148
7310
 
7149
7311
  // ../../components/dashboardMetricCardLayout/dashboardMetricCardLayout.module.css
7150
- var dashboardMetricCardLayout_default = {"metaSlot":"opus_6_sptY_metaSlot","value":"opus_6_sptY_value","shell":"opus_6_sptY_shell","header":"opus_6_sptY_header","iconPlaceholder":"opus_6_sptY_iconPlaceholder","iconSlot":"opus_6_sptY_iconSlot","metaPlaceholder":"opus_6_sptY_metaPlaceholder","label":"opus_6_sptY_label"};
7312
+ var dashboardMetricCardLayout_default = {"metaPlaceholder":"opus_6_sptY_metaPlaceholder","value":"opus_6_sptY_value","iconSlot":"opus_6_sptY_iconSlot","header":"opus_6_sptY_header","label":"opus_6_sptY_label","shell":"opus_6_sptY_shell","metaSlot":"opus_6_sptY_metaSlot","iconPlaceholder":"opus_6_sptY_iconPlaceholder"};
7151
7313
 
7152
7314
  // ../../components/StatCard/StatCard.module.css
7153
7315
  var StatCard_default = {"change":"opus_KIXsQY_change"};
@@ -7177,7 +7339,7 @@ function StatCard({
7177
7339
  }
7178
7340
 
7179
7341
  // ../../components/Gauge/Gauge.module.css
7180
- var Gauge_default = {"summary":"opus_t6IuQe_summary","gaugeCenter":"opus_t6IuQe_gaugeCenter","footerLabel":"opus_t6IuQe_footerLabel","title":"opus_t6IuQe_title","gaugeValue":"opus_t6IuQe_gaugeValue","widget":"opus_t6IuQe_widget","footerValue":"opus_t6IuQe_footerValue","footer":"opus_t6IuQe_footer","header":"opus_t6IuQe_header","footerItem":"opus_t6IuQe_footerItem","gaugeSlot":"opus_t6IuQe_gaugeSlot","gauge":"opus_t6IuQe_gauge","gaugeSvg":"opus_t6IuQe_gaugeSvg","body":"opus_t6IuQe_body","heading":"opus_t6IuQe_heading","footerTrend":"opus_t6IuQe_footerTrend","subtitle":"opus_t6IuQe_subtitle","change":"opus_t6IuQe_change","gaugeTrack":"opus_t6IuQe_gaugeTrack"};
7342
+ var Gauge_default = {"title":"opus_t6IuQe_title","subtitle":"opus_t6IuQe_subtitle","gaugeValue":"opus_t6IuQe_gaugeValue","body":"opus_t6IuQe_body","gauge":"opus_t6IuQe_gauge","gaugeTrack":"opus_t6IuQe_gaugeTrack","header":"opus_t6IuQe_header","footerValue":"opus_t6IuQe_footerValue","summary":"opus_t6IuQe_summary","gaugeSvg":"opus_t6IuQe_gaugeSvg","gaugeSlot":"opus_t6IuQe_gaugeSlot","gaugeCenter":"opus_t6IuQe_gaugeCenter","change":"opus_t6IuQe_change","heading":"opus_t6IuQe_heading","footer":"opus_t6IuQe_footer","footerTrend":"opus_t6IuQe_footerTrend","footerLabel":"opus_t6IuQe_footerLabel","widget":"opus_t6IuQe_widget","footerItem":"opus_t6IuQe_footerItem"};
7181
7343
 
7182
7344
  // ../../components/Gauge/Gauge.tsx
7183
7345
  import { jsx as jsx50, jsxs as jsxs39 } from "react/jsx-runtime";
@@ -7311,7 +7473,7 @@ function Gauge({
7311
7473
  import { useId as useId16 } from "react";
7312
7474
 
7313
7475
  // ../../components/Sparkline/Sparkline.module.css
7314
- var Sparkline_default = {"chart":"opus_xXtB87_chart","line":"opus_xXtB87_line","label":"opus_xXtB87_label","endPoint":"opus_xXtB87_endPoint","svg":"opus_xXtB87_svg","area":"opus_xXtB87_area","sparkline":"opus_xXtB87_sparkline"};
7476
+ var Sparkline_default = {"sparkline":"opus_xXtB87_sparkline","chart":"opus_xXtB87_chart","label":"opus_xXtB87_label","svg":"opus_xXtB87_svg","line":"opus_xXtB87_line","area":"opus_xXtB87_area","endPoint":"opus_xXtB87_endPoint"};
7315
7477
 
7316
7478
  // ../../components/Sparkline/Sparkline.tsx
7317
7479
  import { jsx as jsx51, jsxs as jsxs40 } from "react/jsx-runtime";
@@ -7377,7 +7539,7 @@ function Sparkline({
7377
7539
  }
7378
7540
 
7379
7541
  // ../../components/ProgressRing/ProgressRing.module.css
7380
- var ProgressRing_default = {"ring":"opus_YxX6Hh_ring","svg":"opus_YxX6Hh_svg","track":"opus_YxX6Hh_track","value":"opus_YxX6Hh_value","center":"opus_YxX6Hh_center"};
7542
+ var ProgressRing_default = {"center":"opus_YxX6Hh_center","ring":"opus_YxX6Hh_ring","track":"opus_YxX6Hh_track","svg":"opus_YxX6Hh_svg","value":"opus_YxX6Hh_value"};
7381
7543
 
7382
7544
  // ../../components/ProgressRing/ProgressRing.tsx
7383
7545
  import { jsx as jsx52, jsxs as jsxs41 } from "react/jsx-runtime";
@@ -7410,7 +7572,7 @@ function ProgressRing({ label, max = 100, value }) {
7410
7572
  }
7411
7573
 
7412
7574
  // ../../components/ProgressBar/ProgressBar.module.css
7413
- 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"};
7575
+ var ProgressBar_default = {"track":"opus_q04AvA_track","value":"opus_q04AvA_value","bar":"opus_q04AvA_bar","header":"opus_q04AvA_header","fill":"opus_q04AvA_fill","label":"opus_q04AvA_label"};
7414
7576
 
7415
7577
  // ../../components/ProgressBar/ProgressBar.tsx
7416
7578
  import { jsx as jsx53, jsxs as jsxs42 } from "react/jsx-runtime";
@@ -7430,7 +7592,7 @@ function ProgressBar({ label, max = 100, value }) {
7430
7592
  }
7431
7593
 
7432
7594
  // ../../components/Speedometer/Speedometer.module.css
7433
- var Speedometer_default = {"center":"opus__jpB7z_center","speedometer":"opus__jpB7z_speedometer","track":"opus__jpB7z_track","needle":"opus__jpB7z_needle","hub":"opus__jpB7z_hub","svg":"opus__jpB7z_svg","value":"opus__jpB7z_value"};
7595
+ var Speedometer_default = {"svg":"opus__jpB7z_svg","speedometer":"opus__jpB7z_speedometer","value":"opus__jpB7z_value","needle":"opus__jpB7z_needle","hub":"opus__jpB7z_hub","center":"opus__jpB7z_center","track":"opus__jpB7z_track"};
7434
7596
 
7435
7597
  // ../../components/Speedometer/Speedometer.tsx
7436
7598
  import { jsx as jsx54, jsxs as jsxs43 } from "react/jsx-runtime";
@@ -7463,7 +7625,7 @@ function Speedometer({ label, max = 100, value }) {
7463
7625
  }
7464
7626
 
7465
7627
  // ../../components/MetricTile/MetricTile.module.css
7466
- var MetricTile_default = {"sparklineReserve":"opus_-dz9KL_sparklineReserve","sparklineRail":"opus_-dz9KL_sparklineRail","tile":"opus_-dz9KL_tile"};
7628
+ var MetricTile_default = {"tile":"opus_-dz9KL_tile","sparklineReserve":"opus_-dz9KL_sparklineReserve","sparklineRail":"opus_-dz9KL_sparklineRail"};
7467
7629
 
7468
7630
  // ../../components/MetricTile/MetricTile.tsx
7469
7631
  import { jsx as jsx55, jsxs as jsxs44 } from "react/jsx-runtime";
@@ -7481,7 +7643,7 @@ function MetricTile({ density = "comfortable", icon, label, sparkline, value })
7481
7643
  }
7482
7644
 
7483
7645
  // ../../components/StatusIndicator/StatusIndicator.module.css
7484
- var StatusIndicator_default = {"indicator":"opus_ZfaAEC_indicator","dot":"opus_ZfaAEC_dot"};
7646
+ var StatusIndicator_default = {"dot":"opus_ZfaAEC_dot","indicator":"opus_ZfaAEC_indicator"};
7485
7647
 
7486
7648
  // ../../components/StatusIndicator/StatusIndicator.tsx
7487
7649
  import { jsx as jsx56, jsxs as jsxs45 } from "react/jsx-runtime";
@@ -7506,7 +7668,7 @@ function TrendBadge({ direction, value }) {
7506
7668
  }
7507
7669
 
7508
7670
  // ../../components/Panel/Panel.module.css
7509
- var Panel_default = {"panel":"opus_JZHUc__panel","title":"opus_JZHUc__title","description":"opus_JZHUc__description","header":"opus_JZHUc__header","heading":"opus_JZHUc__heading","body":"opus_JZHUc__body","footer":"opus_JZHUc__footer","headerActions":"opus_JZHUc__headerActions"};
7671
+ var Panel_default = {"heading":"opus_JZHUc__heading","header":"opus_JZHUc__header","title":"opus_JZHUc__title","body":"opus_JZHUc__body","panel":"opus_JZHUc__panel","footer":"opus_JZHUc__footer","description":"opus_JZHUc__description","headerActions":"opus_JZHUc__headerActions"};
7510
7672
 
7511
7673
  // ../../components/Panel/Panel.tsx
7512
7674
  import { jsx as jsx57, jsxs as jsxs47 } from "react/jsx-runtime";
@@ -7690,7 +7852,7 @@ function resolveSectionGapVars(gap = "md") {
7690
7852
  }
7691
7853
 
7692
7854
  // ../../components/Section/Section.module.css
7693
- var Section_default = {"body":"opus_FajZiH_body","row":"opus_FajZiH_row","header":"opus_FajZiH_header","section":"opus_FajZiH_section","column":"opus_FajZiH_column","description":"opus_FajZiH_description","title":"opus_FajZiH_title"};
7855
+ var Section_default = {"column":"opus_FajZiH_column","description":"opus_FajZiH_description","body":"opus_FajZiH_body","title":"opus_FajZiH_title","header":"opus_FajZiH_header","row":"opus_FajZiH_row","section":"opus_FajZiH_section"};
7694
7856
 
7695
7857
  // ../../components/Section/Section.tsx
7696
7858
  import { jsx as jsx58, jsxs as jsxs48 } from "react/jsx-runtime";
@@ -7771,7 +7933,7 @@ var Section = Object.assign(SectionRoot, {
7771
7933
  });
7772
7934
 
7773
7935
  // ../../components/Table/Table.module.css
7774
- var Table_default = {"wrap":"opus_2q7S14_wrap","table":"opus_2q7S14_table","caption":"opus_2q7S14_caption","empty":"opus_2q7S14_empty","visuallyHidden":"opus_2q7S14_visuallyHidden"};
7936
+ var Table_default = {"table":"opus_2q7S14_table","empty":"opus_2q7S14_empty","visuallyHidden":"opus_2q7S14_visuallyHidden","wrap":"opus_2q7S14_wrap","caption":"opus_2q7S14_caption"};
7775
7937
 
7776
7938
  // ../../components/Table/Table.tsx
7777
7939
  import { jsx as jsx59, jsxs as jsxs49 } from "react/jsx-runtime";
@@ -7805,7 +7967,7 @@ import { faFilter } from "@fortawesome/free-solid-svg-icons";
7805
7967
  import { FontAwesomeIcon as FontAwesomeIcon4 } from "@fortawesome/react-fontawesome";
7806
7968
 
7807
7969
  // ../../components/DataGrid/DataGrid.module.css
7808
- var DataGrid_default = {"wrap":"opus_zN0bNb_wrap","menuAction":"opus_zN0bNb_menuAction","grid":"opus_zN0bNb_grid","gridBody":"opus_zN0bNb_gridBody","caption":"opus_zN0bNb_caption","corner":"opus_zN0bNb_corner","headerCell":"opus_zN0bNb_headerCell","headerControls":"opus_zN0bNb_headerControls","sortButton":"opus_zN0bNb_sortButton","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","menuButton":"opus_zN0bNb_menuButton","menuChevron":"opus_zN0bNb_menuChevron","filterInput":"opus_zN0bNb_filterInput","menuLabel":"opus_zN0bNb_menuLabel","headerMenu":"opus_zN0bNb_headerMenu","rowHeader":"opus_zN0bNb_rowHeader","empty":"opus_zN0bNb_empty","frame":"opus_zN0bNb_frame","sortIndicator":"opus_zN0bNb_sortIndicator","visuallyHidden":"opus_zN0bNb_visuallyHidden","menuHost":"opus_zN0bNb_menuHost","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","menuSection":"opus_zN0bNb_menuSection","headerLabel":"opus_zN0bNb_headerLabel"};
7970
+ var DataGrid_default = {"menuAction":"opus_zN0bNb_menuAction","grid":"opus_zN0bNb_grid","wrap":"opus_zN0bNb_wrap","gridBody":"opus_zN0bNb_gridBody","menuHost":"opus_zN0bNb_menuHost","headerCell":"opus_zN0bNb_headerCell","sortButton":"opus_zN0bNb_sortButton","filterInput":"opus_zN0bNb_filterInput","headerControls":"opus_zN0bNb_headerControls","empty":"opus_zN0bNb_empty","visuallyHidden":"opus_zN0bNb_visuallyHidden","headerMenu":"opus_zN0bNb_headerMenu","sortIndicator":"opus_zN0bNb_sortIndicator","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","menuLabel":"opus_zN0bNb_menuLabel","menuButton":"opus_zN0bNb_menuButton","menuChevron":"opus_zN0bNb_menuChevron","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","frame":"opus_zN0bNb_frame","rowHeader":"opus_zN0bNb_rowHeader","corner":"opus_zN0bNb_corner","caption":"opus_zN0bNb_caption","menuSection":"opus_zN0bNb_menuSection","headerLabel":"opus_zN0bNb_headerLabel","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton"};
7809
7971
 
7810
7972
  // ../../components/DataGrid/DataGrid.tsx
7811
7973
  import { jsx as jsx60, jsxs as jsxs50 } from "react/jsx-runtime";
@@ -10748,7 +10910,7 @@ function SpecializedChart(props) {
10748
10910
  }
10749
10911
 
10750
10912
  // ../../components/Chart/Chart.module.css
10751
- var Chart_default = {"axisLine":"opus_L6guCK_axisLine","seriesF":"opus_L6guCK_seriesF","meta":"opus_L6guCK_meta","valueLabel":"opus_L6guCK_valueLabel","mapLabel":"opus_L6guCK_mapLabel","axisTick":"opus_L6guCK_axisTick","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","title":"opus_L6guCK_title","seriesA":"opus_L6guCK_seriesA","legend":"opus_L6guCK_legend","axes":"opus_L6guCK_axes","sankeySideName":"opus_L6guCK_sankeySideName","seriesD":"opus_L6guCK_seriesD","land":"opus_L6guCK_land","radarGrid":"opus_L6guCK_radarGrid","header":"opus_L6guCK_header","sankeyLink":"opus_L6guCK_sankeyLink","graphNodeRing":"opus_L6guCK_graphNodeRing","mapRegion":"opus_L6guCK_mapRegion","sankeySideValue":"opus_L6guCK_sankeySideValue","axisLabels":"opus_L6guCK_axisLabels","slice":"opus_L6guCK_slice","bar":"opus_L6guCK_bar","ring":"opus_L6guCK_ring","chart":"opus_L6guCK_chart","violin":"opus_L6guCK_violin","seriesB":"opus_L6guCK_seriesB","packParent":"opus_L6guCK_packParent","packLabel":"opus_L6guCK_packLabel","axisGuide":"opus_L6guCK_axisGuide","link":"opus_L6guCK_link","sankeyNode":"opus_L6guCK_sankeyNode","sankeySideLabel":"opus_L6guCK_sankeySideLabel","axisTitle":"opus_L6guCK_axisTitle","line":"opus_L6guCK_line","funnel":"opus_L6guCK_funnel","seriesC":"opus_L6guCK_seriesC","graphLabel":"opus_L6guCK_graphLabel","graphNode":"opus_L6guCK_graphNode","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","mapValue":"opus_L6guCK_mapValue","funnelText":"opus_L6guCK_funnelText","ridge":"opus_L6guCK_ridge","point":"opus_L6guCK_point","graphLink":"opus_L6guCK_graphLink","legendSwatch":"opus_L6guCK_legendSwatch","grid":"opus_L6guCK_grid","graphLinkColored":"opus_L6guCK_graphLinkColored","treemapLabel":"opus_L6guCK_treemapLabel","wick":"opus_L6guCK_wick","funnelGuide":"opus_L6guCK_funnelGuide","radarArea":"opus_L6guCK_radarArea","area":"opus_L6guCK_area","svg":"opus_L6guCK_svg","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","legendItem":"opus_L6guCK_legendItem","mapLand":"opus_L6guCK_mapLand","seriesE":"opus_L6guCK_seriesE"};
10913
+ var Chart_default = {"mapLand":"opus_L6guCK_mapLand","sankeyLink":"opus_L6guCK_sankeyLink","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","chart":"opus_L6guCK_chart","sankeySideLabel":"opus_L6guCK_sankeySideLabel","mapValue":"opus_L6guCK_mapValue","ridge":"opus_L6guCK_ridge","slice":"opus_L6guCK_slice","area":"opus_L6guCK_area","violin":"opus_L6guCK_violin","valueLabel":"opus_L6guCK_valueLabel","seriesA":"opus_L6guCK_seriesA","graphLabel":"opus_L6guCK_graphLabel","axisLabels":"opus_L6guCK_axisLabels","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","ring":"opus_L6guCK_ring","funnel":"opus_L6guCK_funnel","sankeySideName":"opus_L6guCK_sankeySideName","radarGrid":"opus_L6guCK_radarGrid","mapLabel":"opus_L6guCK_mapLabel","grid":"opus_L6guCK_grid","graphNodeRing":"opus_L6guCK_graphNodeRing","packLabel":"opus_L6guCK_packLabel","header":"opus_L6guCK_header","line":"opus_L6guCK_line","seriesE":"opus_L6guCK_seriesE","axisTitle":"opus_L6guCK_axisTitle","legendItem":"opus_L6guCK_legendItem","title":"opus_L6guCK_title","sankeyNode":"opus_L6guCK_sankeyNode","sankeySideValue":"opus_L6guCK_sankeySideValue","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","packParent":"opus_L6guCK_packParent","mapRegion":"opus_L6guCK_mapRegion","bar":"opus_L6guCK_bar","wick":"opus_L6guCK_wick","graphLink":"opus_L6guCK_graphLink","legend":"opus_L6guCK_legend","point":"opus_L6guCK_point","link":"opus_L6guCK_link","graphNode":"opus_L6guCK_graphNode","funnelGuide":"opus_L6guCK_funnelGuide","seriesD":"opus_L6guCK_seriesD","treemapLabel":"opus_L6guCK_treemapLabel","axisLine":"opus_L6guCK_axisLine","graphLinkColored":"opus_L6guCK_graphLinkColored","svg":"opus_L6guCK_svg","seriesC":"opus_L6guCK_seriesC","seriesB":"opus_L6guCK_seriesB","seriesF":"opus_L6guCK_seriesF","legendSwatch":"opus_L6guCK_legendSwatch","meta":"opus_L6guCK_meta","axes":"opus_L6guCK_axes","axisTick":"opus_L6guCK_axisTick","axisGuide":"opus_L6guCK_axisGuide","land":"opus_L6guCK_land","radarArea":"opus_L6guCK_radarArea","funnelText":"opus_L6guCK_funnelText"};
10752
10914
 
10753
10915
  // ../../components/Chart/Chart.tsx
10754
10916
  import { Fragment as Fragment7, jsx as jsx62, jsxs as jsxs52 } from "react/jsx-runtime";
@@ -11848,7 +12010,7 @@ function Chart({
11848
12010
  }
11849
12011
 
11850
12012
  // ../../components/Skeleton/Skeleton.module.css
11851
- var Skeleton_default = {"line":"opus_27r9Md_line","tableCell":"opus_27r9Md_tableCell","avatarContent":"opus_27r9Md_avatarContent","avatar":"opus_27r9Md_avatar","media":"opus_27r9Md_media","skeletonShimmer":"opus_27r9Md_skeletonShimmer","skeletonPulse":"opus_27r9Md_skeletonPulse","stack":"opus_27r9Md_stack","tableRow":"opus_27r9Md_tableRow","skeleton":"opus_27r9Md_skeleton"};
12013
+ var Skeleton_default = {"media":"opus_27r9Md_media","skeletonShimmer":"opus_27r9Md_skeletonShimmer","tableCell":"opus_27r9Md_tableCell","skeletonPulse":"opus_27r9Md_skeletonPulse","skeleton":"opus_27r9Md_skeleton","avatarContent":"opus_27r9Md_avatarContent","line":"opus_27r9Md_line","avatar":"opus_27r9Md_avatar","stack":"opus_27r9Md_stack","tableRow":"opus_27r9Md_tableRow"};
11852
12014
 
11853
12015
  // ../../components/Skeleton/Skeleton.tsx
11854
12016
  import { jsx as jsx63, jsxs as jsxs53 } from "react/jsx-runtime";
@@ -11899,7 +12061,7 @@ import { faXmark } from "@fortawesome/free-solid-svg-icons";
11899
12061
  import { FontAwesomeIcon as FontAwesomeIcon5 } from "@fortawesome/react-fontawesome";
11900
12062
 
11901
12063
  // ../../components/Lightbox/Lightbox.module.css
11902
- var Lightbox_default = {"caption":"opus_s7Rpyv_caption","overlay":"opus_s7Rpyv_overlay","lightbox":"opus_s7Rpyv_lightbox","lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","frame":"opus_s7Rpyv_frame","trigger":"opus_s7Rpyv_trigger","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","image":"opus_s7Rpyv_image","panel":"opus_s7Rpyv_panel","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","close":"opus_s7Rpyv_close","closeIcon":"opus_s7Rpyv_closeIcon"};
12064
+ var Lightbox_default = {"lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","frame":"opus_s7Rpyv_frame","trigger":"opus_s7Rpyv_trigger","lightbox":"opus_s7Rpyv_lightbox","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","image":"opus_s7Rpyv_image","panel":"opus_s7Rpyv_panel","close":"opus_s7Rpyv_close","closeIcon":"opus_s7Rpyv_closeIcon","caption":"opus_s7Rpyv_caption","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","overlay":"opus_s7Rpyv_overlay"};
11903
12065
 
11904
12066
  // ../../components/Lightbox/Lightbox.tsx
11905
12067
  import { jsx as jsx64, jsxs as jsxs54 } from "react/jsx-runtime";
@@ -12014,7 +12176,7 @@ function Lightbox({
12014
12176
  }
12015
12177
 
12016
12178
  // ../../components/Carousel/Carousel.module.css
12017
- var Carousel_default = {"nav":"opus_N4occJ_nav","slide":"opus_N4occJ_slide","caption":"opus_N4occJ_caption","track":"opus_N4occJ_track","image":"opus_N4occJ_image","empty":"opus_N4occJ_empty","navIcon":"opus_N4occJ_navIcon","carousel":"opus_N4occJ_carousel","footer":"opus_N4occJ_footer","stage":"opus_N4occJ_stage","pips":"opus_N4occJ_pips","pip":"opus_N4occJ_pip","visuallyHidden":"opus_N4occJ_visuallyHidden"};
12179
+ var Carousel_default = {"track":"opus_N4occJ_track","nav":"opus_N4occJ_nav","slide":"opus_N4occJ_slide","image":"opus_N4occJ_image","carousel":"opus_N4occJ_carousel","stage":"opus_N4occJ_stage","pips":"opus_N4occJ_pips","caption":"opus_N4occJ_caption","pip":"opus_N4occJ_pip","empty":"opus_N4occJ_empty","footer":"opus_N4occJ_footer","visuallyHidden":"opus_N4occJ_visuallyHidden","navIcon":"opus_N4occJ_navIcon"};
12018
12180
 
12019
12181
  // ../../components/Carousel/Carousel.tsx
12020
12182
  import { Fragment as Fragment8, jsx as jsx65, jsxs as jsxs55 } from "react/jsx-runtime";
@@ -12266,7 +12428,7 @@ function Carousel({
12266
12428
  }
12267
12429
 
12268
12430
  // ../../components/ImageThumbnail/ImageThumbnail.module.css
12269
- var ImageThumbnail_default = {"thumbnail":"opus_Gp1o-9_thumbnail","image":"opus_Gp1o-9_image","caption":"opus_Gp1o-9_caption","figure":"opus_Gp1o-9_figure"};
12431
+ var ImageThumbnail_default = {"figure":"opus_Gp1o-9_figure","image":"opus_Gp1o-9_image","thumbnail":"opus_Gp1o-9_thumbnail","caption":"opus_Gp1o-9_caption"};
12270
12432
 
12271
12433
  // ../../components/ImageThumbnail/ImageThumbnail.tsx
12272
12434
  import { jsx as jsx66, jsxs as jsxs56 } from "react/jsx-runtime";
@@ -12305,7 +12467,7 @@ function ImageThumbnail({
12305
12467
  }
12306
12468
 
12307
12469
  // ../../components/ImageGallery/ImageGallery.module.css
12308
- var ImageGallery_default = {"empty":"opus_bezg4E_empty","gallery":"opus_bezg4E_gallery"};
12470
+ var ImageGallery_default = {"gallery":"opus_bezg4E_gallery","empty":"opus_bezg4E_empty"};
12309
12471
 
12310
12472
  // ../../components/ImageGallery/ImageGallery.tsx
12311
12473
  import { jsx as jsx67 } from "react/jsx-runtime";
@@ -12341,7 +12503,7 @@ import { createElement, useCallback as useCallback14, useEffect as useEffect26,
12341
12503
  import { useEffect as useEffect25, useRef as useRef27, useState as useState31 } from "react";
12342
12504
 
12343
12505
  // ../../components/ModelViewer/ModelViewer.module.css
12344
- var ModelViewer_default = {"canvasHost":"opus_f7gfHI_canvasHost","loading":"opus_f7gfHI_loading","stage":"opus_f7gfHI_stage","viewer":"opus_f7gfHI_viewer","model":"opus_f7gfHI_model","caption":"opus_f7gfHI_caption"};
12506
+ var ModelViewer_default = {"model":"opus_f7gfHI_model","canvasHost":"opus_f7gfHI_canvasHost","caption":"opus_f7gfHI_caption","viewer":"opus_f7gfHI_viewer","loading":"opus_f7gfHI_loading","stage":"opus_f7gfHI_stage"};
12345
12507
 
12346
12508
  // ../../components/ModelViewer/FireBarrelModelViewer.tsx
12347
12509
  import { jsx as jsx68, jsxs as jsxs57 } from "react/jsx-runtime";
@@ -12559,7 +12721,7 @@ import { faXmark as faXmark2 } from "@fortawesome/free-solid-svg-icons";
12559
12721
  import { FontAwesomeIcon as FontAwesomeIcon7 } from "@fortawesome/react-fontawesome";
12560
12722
 
12561
12723
  // ../../components/ModelLightbox/ModelLightbox.module.css
12562
- var ModelLightbox_default = {"modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn","trigger":"opus_YYKGIB_trigger","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","closeIcon":"opus_YYKGIB_closeIcon","lightbox":"opus_YYKGIB_lightbox","overlay":"opus_YYKGIB_overlay","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","close":"opus_YYKGIB_close","frame":"opus_YYKGIB_frame","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut"};
12724
+ var ModelLightbox_default = {"close":"opus_YYKGIB_close","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","frame":"opus_YYKGIB_frame","overlay":"opus_YYKGIB_overlay","lightbox":"opus_YYKGIB_lightbox","trigger":"opus_YYKGIB_trigger","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","closeIcon":"opus_YYKGIB_closeIcon","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut"};
12563
12725
 
12564
12726
  // ../../components/ModelLightbox/ModelLightbox.tsx
12565
12727
  import { jsx as jsx70, jsxs as jsxs59 } from "react/jsx-runtime";
@@ -12664,7 +12826,7 @@ function ModelLightbox({
12664
12826
  }
12665
12827
 
12666
12828
  // ../../components/ModelThumbnail/ModelThumbnail.module.css
12667
- var ModelThumbnail_default = {"staticThumbnail":"opus_NkO9Yb_staticThumbnail","content":"opus_NkO9Yb_content","caption":"opus_NkO9Yb_caption"};
12829
+ var ModelThumbnail_default = {"caption":"opus_NkO9Yb_caption","content":"opus_NkO9Yb_content","staticThumbnail":"opus_NkO9Yb_staticThumbnail"};
12668
12830
 
12669
12831
  // ../../components/ModelThumbnail/ModelThumbnail.tsx
12670
12832
  import { jsx as jsx71, jsxs as jsxs60 } from "react/jsx-runtime";
@@ -12782,7 +12944,7 @@ function CatalogIcon({ iconName }) {
12782
12944
  }
12783
12945
 
12784
12946
  // ../../components/EmptyState/EmptyState.module.css
12785
- var EmptyState_default = {"description":"opus_1KckGY_description","actions":"opus_1KckGY_actions","root":"opus_1KckGY_root","iconWrap":"opus_1KckGY_iconWrap","copy":"opus_1KckGY_copy","title":"opus_1KckGY_title"};
12947
+ var EmptyState_default = {"actions":"opus_1KckGY_actions","description":"opus_1KckGY_description","root":"opus_1KckGY_root","copy":"opus_1KckGY_copy","title":"opus_1KckGY_title","iconWrap":"opus_1KckGY_iconWrap"};
12786
12948
 
12787
12949
  // ../../components/EmptyState/EmptyState.tsx
12788
12950
  import { jsx as jsx74, jsxs as jsxs61 } from "react/jsx-runtime";
@@ -12823,7 +12985,7 @@ import {
12823
12985
  } from "react";
12824
12986
 
12825
12987
  // ../../components/Sidebar/Sidebar.module.css
12826
- var Sidebar_default = {"linkActive":"opus_4Pogux_linkActive","groupToggle":"opus_4Pogux_groupToggle","groupChevronOpen":"opus_4Pogux_groupChevronOpen","groupHeader":"opus_4Pogux_groupHeader","main":"opus_4Pogux_main","link":"opus_4Pogux_link","groupLabel":"opus_4Pogux_groupLabel","footer":"opus_4Pogux_footer","visuallyHidden":"opus_4Pogux_visuallyHidden","headerTitle":"opus_4Pogux_headerTitle","groupChevron":"opus_4Pogux_groupChevron","groupItemsWrap":"opus_4Pogux_groupItemsWrap","layout":"opus_4Pogux_layout","header":"opus_4Pogux_header","body":"opus_4Pogux_body","group":"opus_4Pogux_group","headerInner":"opus_4Pogux_headerInner","groupItems":"opus_4Pogux_groupItems","nav":"opus_4Pogux_nav","sidebar":"opus_4Pogux_sidebar"};
12988
+ var Sidebar_default = {"link":"opus_4Pogux_link","linkActive":"opus_4Pogux_linkActive","group":"opus_4Pogux_group","groupHeader":"opus_4Pogux_groupHeader","body":"opus_4Pogux_body","headerInner":"opus_4Pogux_headerInner","sidebar":"opus_4Pogux_sidebar","layout":"opus_4Pogux_layout","nav":"opus_4Pogux_nav","groupLabel":"opus_4Pogux_groupLabel","header":"opus_4Pogux_header","groupChevronOpen":"opus_4Pogux_groupChevronOpen","groupChevron":"opus_4Pogux_groupChevron","headerTitle":"opus_4Pogux_headerTitle","footer":"opus_4Pogux_footer","groupToggle":"opus_4Pogux_groupToggle","groupItemsWrap":"opus_4Pogux_groupItemsWrap","groupItems":"opus_4Pogux_groupItems","visuallyHidden":"opus_4Pogux_visuallyHidden","main":"opus_4Pogux_main"};
12827
12989
 
12828
12990
  // ../../components/Sidebar/Sidebar.tsx
12829
12991
  import { Fragment as Fragment9, jsx as jsx75, jsxs as jsxs62 } from "react/jsx-runtime";
@@ -13038,7 +13200,7 @@ import { useEffect as useEffect29, useId as useId19, useMemo as useMemo17, useRe
13038
13200
  import { FontAwesomeIcon as FontAwesomeIcon9 } from "@fortawesome/react-fontawesome";
13039
13201
 
13040
13202
  // ../../components/IconPicker/IconPicker.module.css
13041
- var IconPicker_default = {"optionIcon":"opus_4E-Oa1_optionIcon","option":"opus_4E-Oa1_option","root":"opus_4E-Oa1_root","menu":"opus_4E-Oa1_menu","triggerIcon":"opus_4E-Oa1_triggerIcon","search":"opus_4E-Oa1_search","triggerLabel":"opus_4E-Oa1_triggerLabel","empty":"opus_4E-Oa1_empty","trigger":"opus_4E-Oa1_trigger","chevron":"opus_4E-Oa1_chevron","grid":"opus_4E-Oa1_grid"};
13203
+ var IconPicker_default = {"triggerIcon":"opus_4E-Oa1_triggerIcon","optionIcon":"opus_4E-Oa1_optionIcon","trigger":"opus_4E-Oa1_trigger","option":"opus_4E-Oa1_option","empty":"opus_4E-Oa1_empty","root":"opus_4E-Oa1_root","chevron":"opus_4E-Oa1_chevron","menu":"opus_4E-Oa1_menu","grid":"opus_4E-Oa1_grid","triggerLabel":"opus_4E-Oa1_triggerLabel","search":"opus_4E-Oa1_search"};
13042
13204
 
13043
13205
  // ../../components/IconPicker/IconPicker.tsx
13044
13206
  import { jsx as jsx77, jsxs as jsxs63 } from "react/jsx-runtime";