opus-react 0.2.19 → 0.2.20
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 +72 -67
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -3
- package/dist/index.d.ts +6 -3
- package/dist/index.js +72 -67
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 = {"
|
|
430
|
+
var Button_default = {"dark":"opus_lZkc26_dark","secondary":"opus_lZkc26_secondary","primary":"opus_lZkc26_primary","success":"opus_lZkc26_success","button":"opus_lZkc26_button","link":"opus_lZkc26_link","light":"opus_lZkc26_light","info":"opus_lZkc26_info","danger":"opus_lZkc26_danger","warning":"opus_lZkc26_warning"};
|
|
431
431
|
|
|
432
432
|
// ../../components/fields/Button/Button.tsx
|
|
433
433
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -459,7 +459,7 @@ import {
|
|
|
459
459
|
import { createPortal } from "react-dom";
|
|
460
460
|
|
|
461
461
|
// ../../components/Tooltip/Tooltip.module.css
|
|
462
|
-
var Tooltip_default = {"
|
|
462
|
+
var Tooltip_default = {"top":"opus_R70RbH_top","left":"opus_R70RbH_left","right":"opus_R70RbH_right","popup":"opus_R70RbH_popup","triggerWrap":"opus_R70RbH_triggerWrap","arrow":"opus_R70RbH_arrow","trigger":"opus_R70RbH_trigger","root":"opus_R70RbH_root","bottom":"opus_R70RbH_bottom"};
|
|
463
463
|
|
|
464
464
|
// ../../components/Tooltip/Tooltip.tsx
|
|
465
465
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
@@ -628,7 +628,7 @@ function Tooltip({
|
|
|
628
628
|
}
|
|
629
629
|
|
|
630
630
|
// ../../components/fields/FieldShell/FieldShell.module.css
|
|
631
|
-
var FieldShell_default = {"
|
|
631
|
+
var FieldShell_default = {"compactControl":"opus_zNi12Z_compactControl","labelLeft":"opus_zNi12Z_labelLeft","labelFlagged":"opus_zNi12Z_labelFlagged","stackedLeft":"opus_zNi12Z_stackedLeft","controlFlagged":"opus_zNi12Z_controlFlagged","stacked":"opus_zNi12Z_stacked","control":"opus_zNi12Z_control","labelRight":"opus_zNi12Z_labelRight","visuallyHidden":"opus_zNi12Z_visuallyHidden","stackedRight":"opus_zNi12Z_stackedRight","fitContent":"opus_zNi12Z_fitContent","flaggedCenter":"opus_zNi12Z_flaggedCenter","error":"opus_zNi12Z_error","errorFlagged":"opus_zNi12Z_errorFlagged","flagged":"opus_zNi12Z_flagged","flaggedStart":"opus_zNi12Z_flaggedStart","label":"opus_zNi12Z_label","root":"opus_zNi12Z_root","required":"opus_zNi12Z_required"};
|
|
632
632
|
|
|
633
633
|
// ../../components/fields/FieldShell/FieldShell.tsx
|
|
634
634
|
import { Fragment, jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
@@ -753,7 +753,7 @@ function FieldShell({
|
|
|
753
753
|
}
|
|
754
754
|
|
|
755
755
|
// ../../components/fields/CheckboxField/CheckboxField.module.css
|
|
756
|
-
var CheckboxField_default = {"
|
|
756
|
+
var CheckboxField_default = {"error":"opus_g-5tlR_error","shell":"opus_g-5tlR_shell","toggle":"opus_g-5tlR_toggle","visual":"opus_g-5tlR_visual","round":"opus_g-5tlR_round","nativeInput":"opus_g-5tlR_nativeInput","square":"opus_g-5tlR_square"};
|
|
757
757
|
|
|
758
758
|
// ../../components/fields/CheckboxField/CheckboxField.tsx
|
|
759
759
|
import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
@@ -810,7 +810,7 @@ function CheckboxField({
|
|
|
810
810
|
}
|
|
811
811
|
|
|
812
812
|
// ../../components/fields/ColorField/ColorField.module.css
|
|
813
|
-
var ColorField_default = {"
|
|
813
|
+
var ColorField_default = {"swatch":"opus_Z7jeX4_swatch","icon":"opus_Z7jeX4_icon","error":"opus_Z7jeX4_error","nativeInput":"opus_Z7jeX4_nativeInput","value":"opus_Z7jeX4_value","picker":"opus_Z7jeX4_picker"};
|
|
814
814
|
|
|
815
815
|
// ../../components/fields/ColorField/ColorField.tsx
|
|
816
816
|
import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
@@ -860,7 +860,7 @@ function ColorField({
|
|
|
860
860
|
}
|
|
861
861
|
|
|
862
862
|
// ../../components/fields/DateField/DateField.module.css
|
|
863
|
-
var DateField_default = {"
|
|
863
|
+
var DateField_default = {"input":"opus_G3y11z_input","error":"opus_G3y11z_error"};
|
|
864
864
|
|
|
865
865
|
// ../../components/fields/DateField/DateField.tsx
|
|
866
866
|
import { jsx as jsx6 } from "react/jsx-runtime";
|
|
@@ -951,7 +951,7 @@ function HiddenField({
|
|
|
951
951
|
}
|
|
952
952
|
|
|
953
953
|
// ../../components/fields/FileField/FileField.module.css
|
|
954
|
-
var FileField_default = {"drop":"opus_aOsPA7_drop","
|
|
954
|
+
var FileField_default = {"drop":"opus_aOsPA7_drop","wrapper":"opus_aOsPA7_wrapper","dragging":"opus_aOsPA7_dragging","iconSvg":"opus_aOsPA7_iconSvg","action":"opus_aOsPA7_action","hint":"opus_aOsPA7_hint","footnote":"opus_aOsPA7_footnote","input":"opus_aOsPA7_input","icon":"opus_aOsPA7_icon","content":"opus_aOsPA7_content","dropError":"opus_aOsPA7_dropError","title":"opus_aOsPA7_title"};
|
|
955
955
|
|
|
956
956
|
// ../../components/fields/FileField/FileField.tsx
|
|
957
957
|
import {
|
|
@@ -1091,7 +1091,7 @@ function FileField({
|
|
|
1091
1091
|
import { useEffect as useEffect2, useState as useState3 } from "react";
|
|
1092
1092
|
|
|
1093
1093
|
// ../../components/fields/NumberField/NumberField.module.css
|
|
1094
|
-
var NumberField_default = {"
|
|
1094
|
+
var NumberField_default = {"input":"opus_L272Dk_input","stepper":"opus_L272Dk_stepper","button":"opus_L272Dk_button","error":"opus_L272Dk_error"};
|
|
1095
1095
|
|
|
1096
1096
|
// ../../components/fields/numericUtils.ts
|
|
1097
1097
|
function decimalPlacesFromStep(step) {
|
|
@@ -1259,7 +1259,7 @@ function NumberField({
|
|
|
1259
1259
|
import { createContext as createContext2, useContext as useContext2, useId as useId2 } from "react";
|
|
1260
1260
|
|
|
1261
1261
|
// ../../components/fields/RadioGroup/RadioGroup.module.css
|
|
1262
|
-
var RadioGroup_default = {"visual":"opus_O-1nor_visual","
|
|
1262
|
+
var RadioGroup_default = {"visual":"opus_O-1nor_visual","round":"opus_O-1nor_round","option":"opus_O-1nor_option","error":"opus_O-1nor_error","choice":"opus_O-1nor_choice","options":"opus_O-1nor_options","nativeInput":"opus_O-1nor_nativeInput","shell":"opus_O-1nor_shell","square":"opus_O-1nor_square"};
|
|
1263
1263
|
|
|
1264
1264
|
// ../../components/fields/RadioGroup/RadioGroup.tsx
|
|
1265
1265
|
import { jsx as jsx10, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
@@ -1356,7 +1356,7 @@ function Radio({ children, error, name, shape, value, defaultChecked }) {
|
|
|
1356
1356
|
import { useId as useId3, useRef as useRef3, useState as useState4 } from "react";
|
|
1357
1357
|
|
|
1358
1358
|
// ../../components/fields/ChipInputField/ChipInputField.module.css
|
|
1359
|
-
var ChipInputField_default = {"
|
|
1359
|
+
var ChipInputField_default = {"readOnly":"opus_IOOYwh_readOnly","chip":"opus_IOOYwh_chip","disabled":"opus_IOOYwh_disabled","input":"opus_IOOYwh_input","error":"opus_IOOYwh_error","field":"opus_IOOYwh_field","remove":"opus_IOOYwh_remove","chipLabel":"opus_IOOYwh_chipLabel","shell":"opus_IOOYwh_shell"};
|
|
1360
1360
|
|
|
1361
1361
|
// ../../components/fields/ChipInputField/ChipInputField.tsx
|
|
1362
1362
|
import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
@@ -1492,7 +1492,7 @@ function ChipInput({
|
|
|
1492
1492
|
var ChipInputField = ChipInput;
|
|
1493
1493
|
|
|
1494
1494
|
// ../../components/fields/RangeField/RangeField.module.css
|
|
1495
|
-
var RangeField_default = {"
|
|
1495
|
+
var RangeField_default = {"topRow":"opus_iRHQuG_topRow","value":"opus_iRHQuG_value","error":"opus_iRHQuG_error","footer":"opus_iRHQuG_footer","fieldLabel":"opus_iRHQuG_fieldLabel","slider":"opus_iRHQuG_slider","wrap":"opus_iRHQuG_wrap"};
|
|
1496
1496
|
|
|
1497
1497
|
// ../../components/fields/RangeField/RangeField.tsx
|
|
1498
1498
|
import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
@@ -1571,7 +1571,7 @@ function RangeField({
|
|
|
1571
1571
|
}
|
|
1572
1572
|
|
|
1573
1573
|
// ../../components/fields/SelectField/SelectField.module.css
|
|
1574
|
-
var SelectField_default = {"
|
|
1574
|
+
var SelectField_default = {"error":"opus_m2ObG0_error","wrap":"opus_m2ObG0_wrap","select":"opus_m2ObG0_select"};
|
|
1575
1575
|
|
|
1576
1576
|
// ../../components/fields/SelectField/SelectField.tsx
|
|
1577
1577
|
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
@@ -1615,7 +1615,7 @@ function SelectField({
|
|
|
1615
1615
|
}
|
|
1616
1616
|
|
|
1617
1617
|
// ../../components/fields/SwitchField/SwitchField.module.css
|
|
1618
|
-
var SwitchField_default = {"error":"opus_t9NLEA_error","track":"opus_t9NLEA_track","
|
|
1618
|
+
var SwitchField_default = {"error":"opus_t9NLEA_error","track":"opus_t9NLEA_track","toggle":"opus_t9NLEA_toggle","shell":"opus_t9NLEA_shell"};
|
|
1619
1619
|
|
|
1620
1620
|
// ../../components/fields/SwitchField/SwitchField.tsx
|
|
1621
1621
|
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
@@ -1664,7 +1664,7 @@ function SwitchField({
|
|
|
1664
1664
|
import { useId as useId4 } from "react";
|
|
1665
1665
|
|
|
1666
1666
|
// ../../components/fields/TextAreaField/TextAreaField.module.css
|
|
1667
|
-
var TextAreaField_default = {"
|
|
1667
|
+
var TextAreaField_default = {"inputWrap":"opus_FjhWmh_inputWrap","footer":"opus_FjhWmh_footer","inlineCount":"opus_FjhWmh_inlineCount","field":"opus_FjhWmh_field","withCount":"opus_FjhWmh_withCount","error":"opus_FjhWmh_error","textarea":"opus_FjhWmh_textarea","footerError":"opus_FjhWmh_footerError","externalCount":"opus_FjhWmh_externalCount"};
|
|
1668
1668
|
|
|
1669
1669
|
// ../../components/fields/TextAreaField/TextAreaField.tsx
|
|
1670
1670
|
import { jsx as jsx15, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
@@ -1774,7 +1774,7 @@ import {
|
|
|
1774
1774
|
} from "@fortawesome/free-solid-svg-icons";
|
|
1775
1775
|
|
|
1776
1776
|
// ../../components/fields/RichTextField/RichTextField.module.css
|
|
1777
|
-
var RichTextField_default = {"
|
|
1777
|
+
var RichTextField_default = {"toolbarIcon":"opus_6HFqZH_toolbarIcon","modalDimensions":"opus_6HFqZH_modalDimensions","readOnly":"opus_6HFqZH_readOnly","modalLabel":"opus_6HFqZH_modalLabel","toolbarButton":"opus_6HFqZH_toolbarButton","editor":"opus_6HFqZH_editor","modalCancel":"opus_6HFqZH_modalCancel","divider":"opus_6HFqZH_divider","modalConfirm":"opus_6HFqZH_modalConfirm","toolbar":"opus_6HFqZH_toolbar","colorInput":"opus_6HFqZH_colorInput","modalDimensionField":"opus_6HFqZH_modalDimensionField","modal":"opus_6HFqZH_modal","colorSwatch":"opus_6HFqZH_colorSwatch","error":"opus_6HFqZH_error","modalTimes":"opus_6HFqZH_modalTimes","modalField":"opus_6HFqZH_modalField","modalActions":"opus_6HFqZH_modalActions","modalNumber":"opus_6HFqZH_modalNumber","modalInput":"opus_6HFqZH_modalInput","modalTitle":"opus_6HFqZH_modalTitle","blockSelect":"opus_6HFqZH_blockSelect","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive","modalOverlay":"opus_6HFqZH_modalOverlay","editorShell":"opus_6HFqZH_editorShell","field":"opus_6HFqZH_field"};
|
|
1778
1778
|
|
|
1779
1779
|
// ../../components/fields/RichTextField/RichTextField.tsx
|
|
1780
1780
|
import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
@@ -2419,10 +2419,10 @@ function RichTextField({
|
|
|
2419
2419
|
import { useState as useState6 } from "react";
|
|
2420
2420
|
|
|
2421
2421
|
// ../../components/fields/TextField/TextField.module.css
|
|
2422
|
-
var TextField_default = {"
|
|
2422
|
+
var TextField_default = {"error":"opus_SOck2f_error","input":"opus_SOck2f_input"};
|
|
2423
2423
|
|
|
2424
2424
|
// ../../components/fields/shared/fieldControl.module.css
|
|
2425
|
-
var fieldControl_default = {"
|
|
2425
|
+
var fieldControl_default = {"search":"opus_1Q5xBh_search","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary","triggerError":"opus_1Q5xBh_triggerError","error":"opus_1Q5xBh_error","chevron":"opus_1Q5xBh_chevron","panel":"opus_1Q5xBh_panel","placeholder":"opus_1Q5xBh_placeholder","triggerOpen":"opus_1Q5xBh_triggerOpen","passwordToggle":"opus_1Q5xBh_passwordToggle","option":"opus_1Q5xBh_option","trigger":"opus_1Q5xBh_trigger","groupLabel":"opus_1Q5xBh_groupLabel","input":"opus_1Q5xBh_input","passwordWrap":"opus_1Q5xBh_passwordWrap","actionButton":"opus_1Q5xBh_actionButton","passwordInput":"opus_1Q5xBh_passwordInput","panelFooter":"opus_1Q5xBh_panelFooter","list":"opus_1Q5xBh_list","passwordToggleSlot":"opus_1Q5xBh_passwordToggleSlot"};
|
|
2426
2426
|
|
|
2427
2427
|
// ../../components/fields/shared/PasswordToggle.tsx
|
|
2428
2428
|
import { FontAwesomeIcon as FontAwesomeIcon2 } from "@fortawesome/react-fontawesome";
|
|
@@ -2505,12 +2505,13 @@ import { FontAwesomeIcon as FontAwesomeIcon3 } from "@fortawesome/react-fontawes
|
|
|
2505
2505
|
import { faMoon, faSun } from "@fortawesome/free-solid-svg-icons";
|
|
2506
2506
|
|
|
2507
2507
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.module.css
|
|
2508
|
-
var ThemeToggleField_default = {"
|
|
2508
|
+
var ThemeToggleField_default = {"option":"opus_SwerMA_option","indicator":"opus_SwerMA_indicator","toggle":"opus_SwerMA_toggle","active":"opus_SwerMA_active"};
|
|
2509
2509
|
|
|
2510
2510
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.tsx
|
|
2511
2511
|
import { jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
2512
2512
|
function ThemeToggleField({
|
|
2513
2513
|
className,
|
|
2514
|
+
help,
|
|
2514
2515
|
id,
|
|
2515
2516
|
label = "Theme",
|
|
2516
2517
|
labelPosition = "left",
|
|
@@ -2525,6 +2526,7 @@ function ThemeToggleField({
|
|
|
2525
2526
|
className,
|
|
2526
2527
|
fitContent: true,
|
|
2527
2528
|
flaggedAlign: "center",
|
|
2529
|
+
help,
|
|
2528
2530
|
id,
|
|
2529
2531
|
label,
|
|
2530
2532
|
labelPosition,
|
|
@@ -2836,7 +2838,7 @@ function MultiSelectField({
|
|
|
2836
2838
|
import { useState as useState9 } from "react";
|
|
2837
2839
|
|
|
2838
2840
|
// ../../components/fields/TransferListField/TransferListField.module.css
|
|
2839
|
-
var TransferListField_default = {"column":"opus_NPBFZk_column","
|
|
2841
|
+
var TransferListField_default = {"column":"opus_NPBFZk_column","list":"opus_NPBFZk_list","item":"opus_NPBFZk_item","controls":"opus_NPBFZk_controls","root":"opus_NPBFZk_root","columnHeader":"opus_NPBFZk_columnHeader","controlButton":"opus_NPBFZk_controlButton","itemActive":"opus_NPBFZk_itemActive"};
|
|
2840
2842
|
|
|
2841
2843
|
// ../../components/fields/TransferListField/TransferListField.tsx
|
|
2842
2844
|
import { jsx as jsx22, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
@@ -2956,7 +2958,7 @@ import { FontAwesomeIcon as FontAwesomeIcon4 } from "@fortawesome/react-fontawes
|
|
|
2956
2958
|
import { faCheck, faXmark } from "@fortawesome/free-solid-svg-icons";
|
|
2957
2959
|
|
|
2958
2960
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.module.css
|
|
2959
|
-
var PasswordStrengthField_default = {"
|
|
2961
|
+
var PasswordStrengthField_default = {"root":"opus_S1A372_root","requirementMet":"opus_S1A372_requirementMet","requirementIcon":"opus_S1A372_requirementIcon","meterFill":"opus_S1A372_meterFill","requirements":"opus_S1A372_requirements","meterWrap":"opus_S1A372_meterWrap","meterLabel":"opus_S1A372_meterLabel","requirement":"opus_S1A372_requirement","meterTrack":"opus_S1A372_meterTrack"};
|
|
2960
2962
|
|
|
2961
2963
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.tsx
|
|
2962
2964
|
import { jsx as jsx23, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
@@ -3064,7 +3066,7 @@ function PasswordStrengthField({
|
|
|
3064
3066
|
}
|
|
3065
3067
|
|
|
3066
3068
|
// ../../components/fields/RatingField/RatingField.module.css
|
|
3067
|
-
var RatingField_default = {"
|
|
3069
|
+
var RatingField_default = {"symbol":"opus_0tdNUz_symbol","numericActive":"opus_0tdNUz_numericActive","numeric":"opus_0tdNUz_numeric","root":"opus_0tdNUz_root","symbolActive":"opus_0tdNUz_symbolActive"};
|
|
3068
3070
|
|
|
3069
3071
|
// ../../components/fields/RatingField/RatingField.tsx
|
|
3070
3072
|
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
@@ -3139,7 +3141,7 @@ function RatingField({
|
|
|
3139
3141
|
}
|
|
3140
3142
|
|
|
3141
3143
|
// ../../components/fields/SegmentedControlField/SegmentedControlField.module.css
|
|
3142
|
-
var SegmentedControlField_default = {"root":"opus_ZHwfiN_root","
|
|
3144
|
+
var SegmentedControlField_default = {"root":"opus_ZHwfiN_root","segment":"opus_ZHwfiN_segment","segmentActive":"opus_ZHwfiN_segmentActive"};
|
|
3143
3145
|
|
|
3144
3146
|
// ../../components/fields/SegmentedControlField/SegmentedControlField.tsx
|
|
3145
3147
|
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
@@ -3194,7 +3196,7 @@ function SegmentedControlField({
|
|
|
3194
3196
|
import { useMemo as useMemo5 } from "react";
|
|
3195
3197
|
|
|
3196
3198
|
// ../../components/fields/SliderRangeField/SliderRangeField.module.css
|
|
3197
|
-
var SliderRangeField_default = {"
|
|
3199
|
+
var SliderRangeField_default = {"value":"opus_k3d0sS_value","track":"opus_k3d0sS_track","slider":"opus_k3d0sS_slider","footer":"opus_k3d0sS_footer","trackWrap":"opus_k3d0sS_trackWrap","root":"opus_k3d0sS_root","header":"opus_k3d0sS_header"};
|
|
3198
3200
|
|
|
3199
3201
|
// ../../components/fields/SliderRangeField/SliderRangeField.tsx
|
|
3200
3202
|
import { jsx as jsx26, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
@@ -3291,7 +3293,7 @@ function SliderRangeField({
|
|
|
3291
3293
|
import { useEffect as useEffect6, useMemo as useMemo6, useRef as useRef7, useState as useState11 } from "react";
|
|
3292
3294
|
|
|
3293
3295
|
// ../../components/fields/PhoneNumberField/PhoneNumberField.module.css
|
|
3294
|
-
var PhoneNumberField_default = {"
|
|
3296
|
+
var PhoneNumberField_default = {"countryValue":"opus_WC4gnN_countryValue","root":"opus_WC4gnN_root","option":"opus_WC4gnN_option","panel":"opus_WC4gnN_panel","chevron":"opus_WC4gnN_chevron","optionActive":"opus_WC4gnN_optionActive","dial":"opus_WC4gnN_dial","code":"opus_WC4gnN_code","country":"opus_WC4gnN_country","optionLabel":"opus_WC4gnN_optionLabel","optionDial":"opus_WC4gnN_optionDial","flag":"opus_WC4gnN_flag","empty":"opus_WC4gnN_empty","countryWrap":"opus_WC4gnN_countryWrap"};
|
|
3295
3297
|
|
|
3296
3298
|
// ../../components/fields/PhoneNumberField/countries.ts
|
|
3297
3299
|
function countryCodeToFlag(code) {
|
|
@@ -3694,7 +3696,7 @@ function PhoneNumberField({
|
|
|
3694
3696
|
import { useEffect as useEffect7, useMemo as useMemo7, useRef as useRef8, useState as useState12 } from "react";
|
|
3695
3697
|
|
|
3696
3698
|
// ../../components/fields/CountryPickerField/CountryPickerField.module.css
|
|
3697
|
-
var CountryPickerField_default = {"
|
|
3699
|
+
var CountryPickerField_default = {"option":"opus_O7qqfR_option","optionCode":"opus_O7qqfR_optionCode","flag":"opus_O7qqfR_flag","root":"opus_O7qqfR_root","empty":"opus_O7qqfR_empty","triggerValue":"opus_O7qqfR_triggerValue","optionActive":"opus_O7qqfR_optionActive","optionLabel":"opus_O7qqfR_optionLabel"};
|
|
3698
3700
|
|
|
3699
3701
|
// ../../components/fields/CountryPickerField/CountryPickerField.tsx
|
|
3700
3702
|
import { jsx as jsx28, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
@@ -3850,7 +3852,7 @@ function CountryPickerField({
|
|
|
3850
3852
|
import { useEffect as useEffect8, useMemo as useMemo8, useRef as useRef9, useState as useState13 } from "react";
|
|
3851
3853
|
|
|
3852
3854
|
// ../../components/fields/TreeSelectField/TreeSelectField.module.css
|
|
3853
|
-
var TreeSelectField_default = {"
|
|
3855
|
+
var TreeSelectField_default = {"treeOption":"opus_Mq6C00_treeOption","root":"opus_Mq6C00_root","treeOptionActive":"opus_Mq6C00_treeOptionActive"};
|
|
3854
3856
|
|
|
3855
3857
|
// ../../components/fields/TreeSelectField/TreeSelectField.tsx
|
|
3856
3858
|
import { Fragment as Fragment3, jsx as jsx29, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
@@ -3979,7 +3981,7 @@ function TreeSelectField({
|
|
|
3979
3981
|
import { useEffect as useEffect9, useMemo as useMemo9, useRef as useRef10, useState as useState14 } from "react";
|
|
3980
3982
|
|
|
3981
3983
|
// ../../components/fields/CascaderField/CascaderField.module.css
|
|
3982
|
-
var CascaderField_default = {"
|
|
3984
|
+
var CascaderField_default = {"option":"opus_1Fg59A_option","optionActive":"opus_1Fg59A_optionActive","column":"opus_1Fg59A_column","root":"opus_1Fg59A_root","panel":"opus_1Fg59A_panel"};
|
|
3983
3985
|
|
|
3984
3986
|
// ../../components/fields/CascaderField/CascaderField.tsx
|
|
3985
3987
|
import { jsx as jsx30, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
@@ -4182,7 +4184,7 @@ function OpusThemeProvider({
|
|
|
4182
4184
|
}
|
|
4183
4185
|
|
|
4184
4186
|
// ../../components/Alert/Alert.module.css
|
|
4185
|
-
var Alert_default = {"
|
|
4187
|
+
var Alert_default = {"content":"opus_eh3eeT_content","iconSvg":"opus_eh3eeT_iconSvg","iconFlagged":"opus_eh3eeT_iconFlagged","iconMark":"opus_eh3eeT_iconMark","title":"opus_eh3eeT_title","dismissIcon":"opus_eh3eeT_dismissIcon","dismiss":"opus_eh3eeT_dismiss","alert":"opus_eh3eeT_alert","icon":"opus_eh3eeT_icon","description":"opus_eh3eeT_description"};
|
|
4186
4188
|
|
|
4187
4189
|
// ../../components/Alert/Alert.tsx
|
|
4188
4190
|
import { jsx as jsx33, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
@@ -4331,7 +4333,7 @@ function useOverlayAccessibility(active, containerRef, {
|
|
|
4331
4333
|
}
|
|
4332
4334
|
|
|
4333
4335
|
// ../../components/Dialog/Dialog.module.css
|
|
4334
|
-
var Dialog_default = {"
|
|
4336
|
+
var Dialog_default = {"visuallyHidden":"opus_sz-ZGI_visuallyHidden","dialogIn":"opus_sz-ZGI_dialogIn","backdrop":"opus_sz-ZGI_backdrop","description":"opus_sz-ZGI_description","body":"opus_sz-ZGI_body","dialog":"opus_sz-ZGI_dialog","dialogOut":"opus_sz-ZGI_dialogOut","title":"opus_sz-ZGI_title","backdropIn":"opus_sz-ZGI_backdropIn","actions":"opus_sz-ZGI_actions","icon":"opus_sz-ZGI_icon","backdropOut":"opus_sz-ZGI_backdropOut","iconMark":"opus_sz-ZGI_iconMark","iconSvg":"opus_sz-ZGI_iconSvg","content":"opus_sz-ZGI_content"};
|
|
4335
4337
|
|
|
4336
4338
|
// ../../components/Dialog/Dialog.tsx
|
|
4337
4339
|
import { jsx as jsx34, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
@@ -4462,7 +4464,7 @@ function Dialog({
|
|
|
4462
4464
|
import { useEffect as useEffect13, useId as useId6, useRef as useRef13, useState as useState16 } from "react";
|
|
4463
4465
|
|
|
4464
4466
|
// ../../components/Modal/Modal.module.css
|
|
4465
|
-
var Modal_default = {"
|
|
4467
|
+
var Modal_default = {"modalBackdropOut":"opus_LQbzGS_modalBackdropOut","modal":"opus_LQbzGS_modal","footer":"opus_LQbzGS_footer","body":"opus_LQbzGS_body","modalPanelOut":"opus_LQbzGS_modalPanelOut","heading":"opus_LQbzGS_heading","modalPanelIn":"opus_LQbzGS_modalPanelIn","title":"opus_LQbzGS_title","description":"opus_LQbzGS_description","close":"opus_LQbzGS_close","actions":"opus_LQbzGS_actions","header":"opus_LQbzGS_header","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","closeIcon":"opus_LQbzGS_closeIcon","footerContent":"opus_LQbzGS_footerContent","backdrop":"opus_LQbzGS_backdrop"};
|
|
4466
4468
|
|
|
4467
4469
|
// ../../components/Modal/Modal.tsx
|
|
4468
4470
|
import { Fragment as Fragment4, jsx as jsx35, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
@@ -4593,7 +4595,7 @@ function ModalDefaultActions({ onClose }) {
|
|
|
4593
4595
|
import { useEffect as useEffect14, useId as useId7, useRef as useRef14, useState as useState17 } from "react";
|
|
4594
4596
|
|
|
4595
4597
|
// ../../components/Drawer/Drawer.module.css
|
|
4596
|
-
var Drawer_default = {"
|
|
4598
|
+
var Drawer_default = {"drawer":"opus_0CaGbZ_drawer","drawerInRight":"opus_0CaGbZ_drawerInRight","description":"opus_0CaGbZ_description","footerContent":"opus_0CaGbZ_footerContent","title":"opus_0CaGbZ_title","actions":"opus_0CaGbZ_actions","drawerOutRight":"opus_0CaGbZ_drawerOutRight","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn","close":"opus_0CaGbZ_close","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","drawerOutTop":"opus_0CaGbZ_drawerOutTop","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","heading":"opus_0CaGbZ_heading","drawerInLeft":"opus_0CaGbZ_drawerInLeft","drawerInBottom":"opus_0CaGbZ_drawerInBottom","closeIcon":"opus_0CaGbZ_closeIcon","body":"opus_0CaGbZ_body","backdrop":"opus_0CaGbZ_backdrop","drawerInTop":"opus_0CaGbZ_drawerInTop","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","footer":"opus_0CaGbZ_footer","header":"opus_0CaGbZ_header"};
|
|
4597
4599
|
|
|
4598
4600
|
// ../../components/Drawer/Drawer.tsx
|
|
4599
4601
|
import { Fragment as Fragment5, jsx as jsx36, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
@@ -4733,7 +4735,7 @@ import {
|
|
|
4733
4735
|
} from "react";
|
|
4734
4736
|
|
|
4735
4737
|
// ../../components/Popover/Popover.module.css
|
|
4736
|
-
var Popover_default = {"
|
|
4738
|
+
var Popover_default = {"root":"opus_yq4OU0_root","popoverIn":"opus_yq4OU0_popoverIn","panel":"opus_yq4OU0_panel","title":"opus_yq4OU0_title","content":"opus_yq4OU0_content","arrow":"opus_yq4OU0_arrow"};
|
|
4737
4739
|
|
|
4738
4740
|
// ../../components/Popover/Popover.tsx
|
|
4739
4741
|
import { jsx as jsx37, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
@@ -4900,7 +4902,7 @@ function resolveMegaMenuPortalStyle(root, inTopNavigation) {
|
|
|
4900
4902
|
}
|
|
4901
4903
|
|
|
4902
4904
|
// ../../components/MegaMenu/MegaMenu.module.css
|
|
4903
|
-
var MegaMenu_default = {"
|
|
4905
|
+
var MegaMenu_default = {"featuredAction":"opus_Y_ikQV_featuredAction","megaMenuIn":"opus_Y_ikQV_megaMenuIn","items":"opus_Y_ikQV_items","itemIcon":"opus_Y_ikQV_itemIcon","megaMenuOut":"opus_Y_ikQV_megaMenuOut","root":"opus_Y_ikQV_root","trigger":"opus_Y_ikQV_trigger","sections":"opus_Y_ikQV_sections","section":"opus_Y_ikQV_section","featured":"opus_Y_ikQV_featured","panelContent":"opus_Y_ikQV_panelContent","panel":"opus_Y_ikQV_panel","itemCopy":"opus_Y_ikQV_itemCopy","menuBar":"opus_Y_ikQV_menuBar","item":"opus_Y_ikQV_item","eyebrow":"opus_Y_ikQV_eyebrow"};
|
|
4904
4906
|
|
|
4905
4907
|
// ../../components/MegaMenu/MegaMenu.tsx
|
|
4906
4908
|
import { jsx as jsx38, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
@@ -5343,7 +5345,7 @@ function MegaMenu({
|
|
|
5343
5345
|
}
|
|
5344
5346
|
|
|
5345
5347
|
// ../../components/TopNavigation/TopNavigation.module.css
|
|
5346
|
-
var TopNavigation_default = {"bar":"opus_OIomR6_bar","
|
|
5348
|
+
var TopNavigation_default = {"bar":"opus_OIomR6_bar","menuTrigger":"opus_OIomR6_menuTrigger","nav":"opus_OIomR6_nav","menuSlot":"opus_OIomR6_menuSlot","menuSlotMega":"opus_OIomR6_menuSlotMega"};
|
|
5347
5349
|
|
|
5348
5350
|
// ../../components/TopNavigation/TopNavigation.tsx
|
|
5349
5351
|
import { Fragment as Fragment6, jsx as jsx39 } from "react/jsx-runtime";
|
|
@@ -5700,7 +5702,7 @@ function handleMenuKeyDown(event, menu, onEscape) {
|
|
|
5700
5702
|
}
|
|
5701
5703
|
|
|
5702
5704
|
// ../../components/DropdownMenu/DropdownMenu.module.css
|
|
5703
|
-
var DropdownMenu_default = {"
|
|
5705
|
+
var DropdownMenu_default = {"dropdownIn":"opus_UUVDVQ_dropdownIn","dropdownOut":"opus_UUVDVQ_dropdownOut","menu":"opus_UUVDVQ_menu","icon":"opus_UUVDVQ_icon","label":"opus_UUVDVQ_label","root":"opus_UUVDVQ_root","shortcut":"opus_UUVDVQ_shortcut","item":"opus_UUVDVQ_item"};
|
|
5704
5706
|
|
|
5705
5707
|
// ../../components/DropdownMenu/DropdownMenu.tsx
|
|
5706
5708
|
import { jsx as jsx40, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
@@ -6040,7 +6042,7 @@ import {
|
|
|
6040
6042
|
import { createPortal as createPortal4 } from "react-dom";
|
|
6041
6043
|
|
|
6042
6044
|
// ../../components/ContextMenu/ContextMenu.module.css
|
|
6043
|
-
var ContextMenu_default = {"
|
|
6045
|
+
var ContextMenu_default = {"menu":"opus_nMhhae_menu","layer":"opus_nMhhae_layer","target":"opus_nMhhae_target","backdrop":"opus_nMhhae_backdrop","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","contextMenuIn":"opus_nMhhae_contextMenuIn"};
|
|
6044
6046
|
|
|
6045
6047
|
// ../../components/ContextMenu/ContextMenuProvider.tsx
|
|
6046
6048
|
import { jsx as jsx41, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
@@ -6351,7 +6353,7 @@ import { faMagnifyingGlass } from "@fortawesome/free-solid-svg-icons";
|
|
|
6351
6353
|
import { FontAwesomeIcon as FontAwesomeIcon5 } from "@fortawesome/react-fontawesome";
|
|
6352
6354
|
|
|
6353
6355
|
// ../../components/CommandPalette/CommandPalette.module.css
|
|
6354
|
-
var CommandPalette_default = {"
|
|
6356
|
+
var CommandPalette_default = {"item":"opus_k1ypuy_item","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","searchInput":"opus_k1ypuy_searchInput","itemMain":"opus_k1ypuy_itemMain","empty":"opus_k1ypuy_empty","group":"opus_k1ypuy_group","itemDescription":"opus_k1ypuy_itemDescription","backdrop":"opus_k1ypuy_backdrop","searchWrap":"opus_k1ypuy_searchWrap","visuallyHidden":"opus_k1ypuy_visuallyHidden","searchIcon":"opus_k1ypuy_searchIcon","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","footer":"opus_k1ypuy_footer","shortcut":"opus_k1ypuy_shortcut","results":"opus_k1ypuy_results","groupLabel":"opus_k1ypuy_groupLabel","panel":"opus_k1ypuy_panel","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","searchIconSvg":"opus_k1ypuy_searchIconSvg","itemLabel":"opus_k1ypuy_itemLabel"};
|
|
6355
6357
|
|
|
6356
6358
|
// ../../components/CommandPalette/CommandPalette.tsx
|
|
6357
6359
|
import { jsx as jsx42, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
@@ -6691,7 +6693,7 @@ function AccordionGroup({
|
|
|
6691
6693
|
}
|
|
6692
6694
|
|
|
6693
6695
|
// ../../components/Accordion/Accordion.module.css
|
|
6694
|
-
var Accordion_default = {"
|
|
6696
|
+
var Accordion_default = {"chevron":"opus_WNZQMV_chevron","panelInner":"opus_WNZQMV_panelInner","triggerLabel":"opus_WNZQMV_triggerLabel","trigger":"opus_WNZQMV_trigger","standalone":"opus_WNZQMV_standalone","panel":"opus_WNZQMV_panel","content":"opus_WNZQMV_content","item":"opus_WNZQMV_item"};
|
|
6695
6697
|
|
|
6696
6698
|
// ../../components/Accordion/Accordion.tsx
|
|
6697
6699
|
import { jsx as jsx44, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
@@ -6784,7 +6786,7 @@ import {
|
|
|
6784
6786
|
} from "react";
|
|
6785
6787
|
|
|
6786
6788
|
// ../../components/ShowMore/ShowMore.module.css
|
|
6787
|
-
var ShowMore_default = {"
|
|
6789
|
+
var ShowMore_default = {"toggle":"opus_dSk-ve_toggle","toggleLabel":"opus_dSk-ve_toggleLabel","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","chevron":"opus_dSk-ve_chevron","root":"opus_dSk-ve_root","inner":"opus_dSk-ve_inner","contentShell":"opus_dSk-ve_contentShell"};
|
|
6788
6790
|
|
|
6789
6791
|
// ../../components/ShowMore/ShowMore.tsx
|
|
6790
6792
|
import { jsx as jsx45, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
@@ -6888,7 +6890,7 @@ function ShowMore({
|
|
|
6888
6890
|
}
|
|
6889
6891
|
|
|
6890
6892
|
// ../../components/Toast/Toast.module.css
|
|
6891
|
-
var Toast_default = {"
|
|
6893
|
+
var Toast_default = {"dismiss":"opus_cklQPW_dismiss","title":"opus_cklQPW_title","progressBar":"opus_cklQPW_progressBar","toastProgress":"opus_cklQPW_toastProgress","dismissIcon":"opus_cklQPW_dismissIcon","toast":"opus_cklQPW_toast","description":"opus_cklQPW_description","progressTrack":"opus_cklQPW_progressTrack","body":"opus_cklQPW_body","main":"opus_cklQPW_main","content":"opus_cklQPW_content","iconMark":"opus_cklQPW_iconMark","icon":"opus_cklQPW_icon","iconSvg":"opus_cklQPW_iconSvg"};
|
|
6892
6894
|
|
|
6893
6895
|
// ../../components/Toast/Toast.tsx
|
|
6894
6896
|
import { jsx as jsx46, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
@@ -6968,7 +6970,7 @@ import {
|
|
|
6968
6970
|
} from "react";
|
|
6969
6971
|
|
|
6970
6972
|
// ../../components/ToastProvider/ToastProvider.module.css
|
|
6971
|
-
var ToastProvider_default = {"
|
|
6973
|
+
var ToastProvider_default = {"viewport":"opus_z3pSp7_viewport","viewportTop":"opus_z3pSp7_viewportTop","item":"opus_z3pSp7_item","itemClip":"opus_z3pSp7_itemClip","viewportRight":"opus_z3pSp7_viewportRight","itemBackdrop":"opus_z3pSp7_itemBackdrop","itemSurface":"opus_z3pSp7_itemSurface","viewportLeft":"opus_z3pSp7_viewportLeft","viewportBottom":"opus_z3pSp7_viewportBottom"};
|
|
6972
6974
|
|
|
6973
6975
|
// ../../components/ToastProvider/ToastProvider.tsx
|
|
6974
6976
|
import { jsx as jsx47, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
@@ -7452,7 +7454,7 @@ function Tabs({
|
|
|
7452
7454
|
}
|
|
7453
7455
|
|
|
7454
7456
|
// ../../components/Card/Card.module.css
|
|
7455
|
-
var Card_default = {"
|
|
7457
|
+
var Card_default = {"media":"opus_qWo1sP_media","footerContent":"opus_qWo1sP_footerContent","title":"opus_qWo1sP_title","actions":"opus_qWo1sP_actions","heading":"opus_qWo1sP_heading","content":"opus_qWo1sP_content","footer":"opus_qWo1sP_footer","card":"opus_qWo1sP_card","eyebrow":"opus_qWo1sP_eyebrow","body":"opus_qWo1sP_body"};
|
|
7456
7458
|
|
|
7457
7459
|
// ../../components/Card/Card.tsx
|
|
7458
7460
|
import { jsx as jsx49, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
@@ -7483,7 +7485,7 @@ function Card({
|
|
|
7483
7485
|
}
|
|
7484
7486
|
|
|
7485
7487
|
// ../../components/dashboardMetricCardLayout/dashboardMetricCardLayout.module.css
|
|
7486
|
-
var dashboardMetricCardLayout_default = {"
|
|
7488
|
+
var dashboardMetricCardLayout_default = {"header":"opus_6_sptY_header","label":"opus_6_sptY_label","iconSlot":"opus_6_sptY_iconSlot","iconPlaceholder":"opus_6_sptY_iconPlaceholder","value":"opus_6_sptY_value","shell":"opus_6_sptY_shell","metaPlaceholder":"opus_6_sptY_metaPlaceholder","metaSlot":"opus_6_sptY_metaSlot"};
|
|
7487
7489
|
|
|
7488
7490
|
// ../../components/StatCard/StatCard.module.css
|
|
7489
7491
|
var StatCard_default = {"change":"opus_KIXsQY_change"};
|
|
@@ -7513,7 +7515,7 @@ function StatCard({
|
|
|
7513
7515
|
}
|
|
7514
7516
|
|
|
7515
7517
|
// ../../components/Gauge/Gauge.module.css
|
|
7516
|
-
var Gauge_default = {"
|
|
7518
|
+
var Gauge_default = {"title":"opus_t6IuQe_title","gaugeTrack":"opus_t6IuQe_gaugeTrack","gauge":"opus_t6IuQe_gauge","summary":"opus_t6IuQe_summary","subtitle":"opus_t6IuQe_subtitle","heading":"opus_t6IuQe_heading","change":"opus_t6IuQe_change","gaugeSlot":"opus_t6IuQe_gaugeSlot","footerLabel":"opus_t6IuQe_footerLabel","widget":"opus_t6IuQe_widget","gaugeSvg":"opus_t6IuQe_gaugeSvg","header":"opus_t6IuQe_header","gaugeCenter":"opus_t6IuQe_gaugeCenter","footer":"opus_t6IuQe_footer","footerTrend":"opus_t6IuQe_footerTrend","footerItem":"opus_t6IuQe_footerItem","footerValue":"opus_t6IuQe_footerValue","gaugeValue":"opus_t6IuQe_gaugeValue","body":"opus_t6IuQe_body"};
|
|
7517
7519
|
|
|
7518
7520
|
// ../../components/Gauge/Gauge.tsx
|
|
7519
7521
|
import { jsx as jsx51, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
@@ -7647,7 +7649,7 @@ function Gauge({
|
|
|
7647
7649
|
import { useId as useId16 } from "react";
|
|
7648
7650
|
|
|
7649
7651
|
// ../../components/Sparkline/Sparkline.module.css
|
|
7650
|
-
var Sparkline_default = {"
|
|
7652
|
+
var Sparkline_default = {"line":"opus_xXtB87_line","sparkline":"opus_xXtB87_sparkline","label":"opus_xXtB87_label","chart":"opus_xXtB87_chart","area":"opus_xXtB87_area","endPoint":"opus_xXtB87_endPoint","svg":"opus_xXtB87_svg"};
|
|
7651
7653
|
|
|
7652
7654
|
// ../../components/Sparkline/Sparkline.tsx
|
|
7653
7655
|
import { jsx as jsx52, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
@@ -7713,7 +7715,7 @@ function Sparkline({
|
|
|
7713
7715
|
}
|
|
7714
7716
|
|
|
7715
7717
|
// ../../components/ProgressRing/ProgressRing.module.css
|
|
7716
|
-
var ProgressRing_default = {"
|
|
7718
|
+
var ProgressRing_default = {"track":"opus_YxX6Hh_track","ring":"opus_YxX6Hh_ring","svg":"opus_YxX6Hh_svg","value":"opus_YxX6Hh_value","center":"opus_YxX6Hh_center"};
|
|
7717
7719
|
|
|
7718
7720
|
// ../../components/ProgressRing/ProgressRing.tsx
|
|
7719
7721
|
import { jsx as jsx53, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
@@ -7746,7 +7748,7 @@ function ProgressRing({ label, max = 100, value }) {
|
|
|
7746
7748
|
}
|
|
7747
7749
|
|
|
7748
7750
|
// ../../components/ProgressBar/ProgressBar.module.css
|
|
7749
|
-
var ProgressBar_default = {"
|
|
7751
|
+
var ProgressBar_default = {"header":"opus_q04AvA_header","bar":"opus_q04AvA_bar","label":"opus_q04AvA_label","value":"opus_q04AvA_value","track":"opus_q04AvA_track","fill":"opus_q04AvA_fill"};
|
|
7750
7752
|
|
|
7751
7753
|
// ../../components/ProgressBar/ProgressBar.tsx
|
|
7752
7754
|
import { jsx as jsx54, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
@@ -7766,7 +7768,7 @@ function ProgressBar({ label, max = 100, value }) {
|
|
|
7766
7768
|
}
|
|
7767
7769
|
|
|
7768
7770
|
// ../../components/Speedometer/Speedometer.module.css
|
|
7769
|
-
var Speedometer_default = {"
|
|
7771
|
+
var Speedometer_default = {"svg":"opus__jpB7z_svg","value":"opus__jpB7z_value","needle":"opus__jpB7z_needle","speedometer":"opus__jpB7z_speedometer","track":"opus__jpB7z_track","center":"opus__jpB7z_center","hub":"opus__jpB7z_hub"};
|
|
7770
7772
|
|
|
7771
7773
|
// ../../components/Speedometer/Speedometer.tsx
|
|
7772
7774
|
import { jsx as jsx55, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
@@ -7799,7 +7801,7 @@ function Speedometer({ label, max = 100, value }) {
|
|
|
7799
7801
|
}
|
|
7800
7802
|
|
|
7801
7803
|
// ../../components/MetricTile/MetricTile.module.css
|
|
7802
|
-
var MetricTile_default = {"sparklineRail":"opus_-dz9KL_sparklineRail","
|
|
7804
|
+
var MetricTile_default = {"sparklineRail":"opus_-dz9KL_sparklineRail","sparklineReserve":"opus_-dz9KL_sparklineReserve","tile":"opus_-dz9KL_tile"};
|
|
7803
7805
|
|
|
7804
7806
|
// ../../components/MetricTile/MetricTile.tsx
|
|
7805
7807
|
import { jsx as jsx56, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
@@ -7842,7 +7844,7 @@ function TrendBadge({ direction, value }) {
|
|
|
7842
7844
|
}
|
|
7843
7845
|
|
|
7844
7846
|
// ../../components/Panel/Panel.module.css
|
|
7845
|
-
var Panel_default = {"
|
|
7847
|
+
var Panel_default = {"body":"opus_JZHUc__body","footer":"opus_JZHUc__footer","headerActions":"opus_JZHUc__headerActions","heading":"opus_JZHUc__heading","header":"opus_JZHUc__header","description":"opus_JZHUc__description","panel":"opus_JZHUc__panel","title":"opus_JZHUc__title"};
|
|
7846
7848
|
|
|
7847
7849
|
// ../../components/Panel/Panel.tsx
|
|
7848
7850
|
import { jsx as jsx58, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
@@ -8026,7 +8028,7 @@ function resolveSectionGapVars(gap = "md") {
|
|
|
8026
8028
|
}
|
|
8027
8029
|
|
|
8028
8030
|
// ../../components/Section/Section.module.css
|
|
8029
|
-
var Section_default = {"
|
|
8031
|
+
var Section_default = {"column":"opus_FajZiH_column","title":"opus_FajZiH_title","section":"opus_FajZiH_section","body":"opus_FajZiH_body","row":"opus_FajZiH_row","header":"opus_FajZiH_header","description":"opus_FajZiH_description"};
|
|
8030
8032
|
|
|
8031
8033
|
// ../../components/Section/Section.tsx
|
|
8032
8034
|
import { jsx as jsx59, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
@@ -8107,7 +8109,7 @@ var Section = Object.assign(SectionRoot, {
|
|
|
8107
8109
|
});
|
|
8108
8110
|
|
|
8109
8111
|
// ../../components/Table/Table.module.css
|
|
8110
|
-
var Table_default = {"
|
|
8112
|
+
var Table_default = {"caption":"opus_2q7S14_caption","wrap":"opus_2q7S14_wrap","table":"opus_2q7S14_table","empty":"opus_2q7S14_empty","visuallyHidden":"opus_2q7S14_visuallyHidden"};
|
|
8111
8113
|
|
|
8112
8114
|
// ../../components/Table/Table.tsx
|
|
8113
8115
|
import { jsx as jsx60, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
@@ -8141,7 +8143,7 @@ import { faFilter } from "@fortawesome/free-solid-svg-icons";
|
|
|
8141
8143
|
import { FontAwesomeIcon as FontAwesomeIcon6 } from "@fortawesome/react-fontawesome";
|
|
8142
8144
|
|
|
8143
8145
|
// ../../components/DataGrid/DataGrid.module.css
|
|
8144
|
-
var DataGrid_default = {"
|
|
8146
|
+
var DataGrid_default = {"empty":"opus_zN0bNb_empty","caption":"opus_zN0bNb_caption","menuHost":"opus_zN0bNb_menuHost","headerLabel":"opus_zN0bNb_headerLabel","menuSection":"opus_zN0bNb_menuSection","menuAction":"opus_zN0bNb_menuAction","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","frame":"opus_zN0bNb_frame","gridBody":"opus_zN0bNb_gridBody","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","menuLabel":"opus_zN0bNb_menuLabel","headerCell":"opus_zN0bNb_headerCell","grid":"opus_zN0bNb_grid","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","sortButton":"opus_zN0bNb_sortButton","visuallyHidden":"opus_zN0bNb_visuallyHidden","filterInput":"opus_zN0bNb_filterInput","menuButton":"opus_zN0bNb_menuButton","menuChevron":"opus_zN0bNb_menuChevron","rowHeader":"opus_zN0bNb_rowHeader","sortIndicator":"opus_zN0bNb_sortIndicator","headerMenu":"opus_zN0bNb_headerMenu","wrap":"opus_zN0bNb_wrap","headerControls":"opus_zN0bNb_headerControls","corner":"opus_zN0bNb_corner","sortButtonLabel":"opus_zN0bNb_sortButtonLabel"};
|
|
8145
8147
|
|
|
8146
8148
|
// ../../components/DataGrid/DataGrid.tsx
|
|
8147
8149
|
import { jsx as jsx61, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
@@ -11084,7 +11086,7 @@ function SpecializedChart(props) {
|
|
|
11084
11086
|
}
|
|
11085
11087
|
|
|
11086
11088
|
// ../../components/Chart/Chart.module.css
|
|
11087
|
-
var Chart_default = {"
|
|
11089
|
+
var Chart_default = {"radarGrid":"opus_L6guCK_radarGrid","packLabel":"opus_L6guCK_packLabel","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","axisGuide":"opus_L6guCK_axisGuide","seriesF":"opus_L6guCK_seriesF","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","link":"opus_L6guCK_link","graphLinkColored":"opus_L6guCK_graphLinkColored","slice":"opus_L6guCK_slice","line":"opus_L6guCK_line","legend":"opus_L6guCK_legend","land":"opus_L6guCK_land","radarArea":"opus_L6guCK_radarArea","seriesA":"opus_L6guCK_seriesA","violin":"opus_L6guCK_violin","graphNode":"opus_L6guCK_graphNode","graphNodeRing":"opus_L6guCK_graphNodeRing","graphLabel":"opus_L6guCK_graphLabel","seriesB":"opus_L6guCK_seriesB","bar":"opus_L6guCK_bar","wick":"opus_L6guCK_wick","sankeySideValue":"opus_L6guCK_sankeySideValue","area":"opus_L6guCK_area","seriesD":"opus_L6guCK_seriesD","treemapLabel":"opus_L6guCK_treemapLabel","axisTitle":"opus_L6guCK_axisTitle","svg":"opus_L6guCK_svg","packParent":"opus_L6guCK_packParent","sankeyNode":"opus_L6guCK_sankeyNode","sankeySideLabel":"opus_L6guCK_sankeySideLabel","header":"opus_L6guCK_header","seriesC":"opus_L6guCK_seriesC","mapRegion":"opus_L6guCK_mapRegion","axisLine":"opus_L6guCK_axisLine","legendSwatch":"opus_L6guCK_legendSwatch","sankeySideName":"opus_L6guCK_sankeySideName","meta":"opus_L6guCK_meta","title":"opus_L6guCK_title","valueLabel":"opus_L6guCK_valueLabel","sankeyLink":"opus_L6guCK_sankeyLink","funnelText":"opus_L6guCK_funnelText","ring":"opus_L6guCK_ring","axisTick":"opus_L6guCK_axisTick","seriesE":"opus_L6guCK_seriesE","legendItem":"opus_L6guCK_legendItem","axisLabels":"opus_L6guCK_axisLabels","funnel":"opus_L6guCK_funnel","axes":"opus_L6guCK_axes","mapLand":"opus_L6guCK_mapLand","chart":"opus_L6guCK_chart","funnelGuide":"opus_L6guCK_funnelGuide","mapLabel":"opus_L6guCK_mapLabel","graphLink":"opus_L6guCK_graphLink","grid":"opus_L6guCK_grid","point":"opus_L6guCK_point","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","ridge":"opus_L6guCK_ridge","mapValue":"opus_L6guCK_mapValue"};
|
|
11088
11090
|
|
|
11089
11091
|
// ../../components/Chart/Chart.tsx
|
|
11090
11092
|
import { Fragment as Fragment7, jsx as jsx63, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
@@ -12184,7 +12186,7 @@ function Chart({
|
|
|
12184
12186
|
}
|
|
12185
12187
|
|
|
12186
12188
|
// ../../components/Skeleton/Skeleton.module.css
|
|
12187
|
-
var Skeleton_default = {"
|
|
12189
|
+
var Skeleton_default = {"avatar":"opus_27r9Md_avatar","stack":"opus_27r9Md_stack","tableRow":"opus_27r9Md_tableRow","skeleton":"opus_27r9Md_skeleton","media":"opus_27r9Md_media","line":"opus_27r9Md_line","skeletonPulse":"opus_27r9Md_skeletonPulse","avatarContent":"opus_27r9Md_avatarContent","tableCell":"opus_27r9Md_tableCell","skeletonShimmer":"opus_27r9Md_skeletonShimmer"};
|
|
12188
12190
|
|
|
12189
12191
|
// ../../components/Skeleton/Skeleton.tsx
|
|
12190
12192
|
import { jsx as jsx64, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
@@ -12235,7 +12237,7 @@ import { faXmark as faXmark2 } from "@fortawesome/free-solid-svg-icons";
|
|
|
12235
12237
|
import { FontAwesomeIcon as FontAwesomeIcon7 } from "@fortawesome/react-fontawesome";
|
|
12236
12238
|
|
|
12237
12239
|
// ../../components/Lightbox/Lightbox.module.css
|
|
12238
|
-
var Lightbox_default = {"
|
|
12240
|
+
var Lightbox_default = {"frame":"opus_s7Rpyv_frame","panel":"opus_s7Rpyv_panel","trigger":"opus_s7Rpyv_trigger","overlay":"opus_s7Rpyv_overlay","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","image":"opus_s7Rpyv_image","lightbox":"opus_s7Rpyv_lightbox","close":"opus_s7Rpyv_close","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","closeIcon":"opus_s7Rpyv_closeIcon","caption":"opus_s7Rpyv_caption"};
|
|
12239
12241
|
|
|
12240
12242
|
// ../../components/Lightbox/Lightbox.tsx
|
|
12241
12243
|
import { jsx as jsx65, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
@@ -12350,7 +12352,7 @@ function Lightbox({
|
|
|
12350
12352
|
}
|
|
12351
12353
|
|
|
12352
12354
|
// ../../components/Carousel/Carousel.module.css
|
|
12353
|
-
var Carousel_default = {"
|
|
12355
|
+
var Carousel_default = {"image":"opus_N4occJ_image","carousel":"opus_N4occJ_carousel","pips":"opus_N4occJ_pips","navIcon":"opus_N4occJ_navIcon","caption":"opus_N4occJ_caption","stage":"opus_N4occJ_stage","footer":"opus_N4occJ_footer","pip":"opus_N4occJ_pip","slide":"opus_N4occJ_slide","empty":"opus_N4occJ_empty","visuallyHidden":"opus_N4occJ_visuallyHidden","nav":"opus_N4occJ_nav","track":"opus_N4occJ_track"};
|
|
12354
12356
|
|
|
12355
12357
|
// ../../components/Carousel/Carousel.tsx
|
|
12356
12358
|
import { Fragment as Fragment8, jsx as jsx66, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
@@ -12602,7 +12604,7 @@ function Carousel({
|
|
|
12602
12604
|
}
|
|
12603
12605
|
|
|
12604
12606
|
// ../../components/ImageThumbnail/ImageThumbnail.module.css
|
|
12605
|
-
var ImageThumbnail_default = {"thumbnail":"opus_Gp1o-9_thumbnail","
|
|
12607
|
+
var ImageThumbnail_default = {"thumbnail":"opus_Gp1o-9_thumbnail","caption":"opus_Gp1o-9_caption","image":"opus_Gp1o-9_image","figure":"opus_Gp1o-9_figure"};
|
|
12606
12608
|
|
|
12607
12609
|
// ../../components/ImageThumbnail/ImageThumbnail.tsx
|
|
12608
12610
|
import { jsx as jsx67, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
@@ -12677,7 +12679,7 @@ import { createElement, useCallback as useCallback15, useEffect as useEffect26,
|
|
|
12677
12679
|
import { useEffect as useEffect25, useRef as useRef27, useState as useState33 } from "react";
|
|
12678
12680
|
|
|
12679
12681
|
// ../../components/ModelViewer/ModelViewer.module.css
|
|
12680
|
-
var ModelViewer_default = {"
|
|
12682
|
+
var ModelViewer_default = {"viewer":"opus_f7gfHI_viewer","model":"opus_f7gfHI_model","canvasHost":"opus_f7gfHI_canvasHost","stage":"opus_f7gfHI_stage","loading":"opus_f7gfHI_loading","caption":"opus_f7gfHI_caption"};
|
|
12681
12683
|
|
|
12682
12684
|
// ../../components/ModelViewer/FireBarrelModelViewer.tsx
|
|
12683
12685
|
import { jsx as jsx69, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
@@ -12895,7 +12897,7 @@ import { faXmark as faXmark3 } from "@fortawesome/free-solid-svg-icons";
|
|
|
12895
12897
|
import { FontAwesomeIcon as FontAwesomeIcon9 } from "@fortawesome/react-fontawesome";
|
|
12896
12898
|
|
|
12897
12899
|
// ../../components/ModelLightbox/ModelLightbox.module.css
|
|
12898
|
-
var ModelLightbox_default = {"
|
|
12900
|
+
var ModelLightbox_default = {"frame":"opus_YYKGIB_frame","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","close":"opus_YYKGIB_close","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","lightbox":"opus_YYKGIB_lightbox","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","overlay":"opus_YYKGIB_overlay","trigger":"opus_YYKGIB_trigger","closeIcon":"opus_YYKGIB_closeIcon","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn"};
|
|
12899
12901
|
|
|
12900
12902
|
// ../../components/ModelLightbox/ModelLightbox.tsx
|
|
12901
12903
|
import { jsx as jsx71, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
@@ -13000,7 +13002,7 @@ function ModelLightbox({
|
|
|
13000
13002
|
}
|
|
13001
13003
|
|
|
13002
13004
|
// ../../components/ModelThumbnail/ModelThumbnail.module.css
|
|
13003
|
-
var ModelThumbnail_default = {"
|
|
13005
|
+
var ModelThumbnail_default = {"staticThumbnail":"opus_NkO9Yb_staticThumbnail","content":"opus_NkO9Yb_content","caption":"opus_NkO9Yb_caption"};
|
|
13004
13006
|
|
|
13005
13007
|
// ../../components/ModelThumbnail/ModelThumbnail.tsx
|
|
13006
13008
|
import { jsx as jsx72, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
@@ -13035,7 +13037,7 @@ function ModelThumbnail({
|
|
|
13035
13037
|
}
|
|
13036
13038
|
|
|
13037
13039
|
// ../../components/ModelGallery/ModelGallery.module.css
|
|
13038
|
-
var ModelGallery_default = {"
|
|
13040
|
+
var ModelGallery_default = {"gallery":"opus_8llAjm_gallery","empty":"opus_8llAjm_empty"};
|
|
13039
13041
|
|
|
13040
13042
|
// ../../components/ModelGallery/ModelGallery.tsx
|
|
13041
13043
|
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
@@ -13118,7 +13120,7 @@ function CatalogIcon({ iconName }) {
|
|
|
13118
13120
|
}
|
|
13119
13121
|
|
|
13120
13122
|
// ../../components/EmptyState/EmptyState.module.css
|
|
13121
|
-
var EmptyState_default = {"
|
|
13123
|
+
var EmptyState_default = {"root":"opus_1KckGY_root","iconWrap":"opus_1KckGY_iconWrap","copy":"opus_1KckGY_copy","title":"opus_1KckGY_title","actions":"opus_1KckGY_actions","description":"opus_1KckGY_description"};
|
|
13122
13124
|
|
|
13123
13125
|
// ../../components/EmptyState/EmptyState.tsx
|
|
13124
13126
|
import { jsx as jsx75, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
@@ -13159,7 +13161,7 @@ import {
|
|
|
13159
13161
|
} from "react";
|
|
13160
13162
|
|
|
13161
13163
|
// ../../components/Sidebar/Sidebar.module.css
|
|
13162
|
-
var Sidebar_default = {"main":"opus_4Pogux_main","
|
|
13164
|
+
var Sidebar_default = {"link":"opus_4Pogux_link","main":"opus_4Pogux_main","groupItems":"opus_4Pogux_groupItems","groupLabel":"opus_4Pogux_groupLabel","footer":"opus_4Pogux_footer","group":"opus_4Pogux_group","headerTitle":"opus_4Pogux_headerTitle","linkActive":"opus_4Pogux_linkActive","body":"opus_4Pogux_body","sidebar":"opus_4Pogux_sidebar","headerInner":"opus_4Pogux_headerInner","groupChevron":"opus_4Pogux_groupChevron","groupHeader":"opus_4Pogux_groupHeader","visuallyHidden":"opus_4Pogux_visuallyHidden","groupChevronOpen":"opus_4Pogux_groupChevronOpen","header":"opus_4Pogux_header","groupToggle":"opus_4Pogux_groupToggle","groupItemsWrap":"opus_4Pogux_groupItemsWrap","layout":"opus_4Pogux_layout","nav":"opus_4Pogux_nav"};
|
|
13163
13165
|
|
|
13164
13166
|
// ../../components/Sidebar/Sidebar.tsx
|
|
13165
13167
|
import { Fragment as Fragment9, jsx as jsx76, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
@@ -13268,7 +13270,7 @@ function SidebarLayout({ children, collapsed = false, main, side = "left" }) {
|
|
|
13268
13270
|
import { useCallback as useCallback17, useEffect as useEffect28, useMemo as useMemo16, useState as useState37 } from "react";
|
|
13269
13271
|
|
|
13270
13272
|
// ../../components/AccentColorPicker/AccentColorPicker.module.css
|
|
13271
|
-
var AccentColorPicker_default = {"
|
|
13273
|
+
var AccentColorPicker_default = {"swatches":"opus_scMnrW_swatches","swatch":"opus_scMnrW_swatch"};
|
|
13272
13274
|
|
|
13273
13275
|
// ../../components/AccentColorPicker/AccentColorPicker.tsx
|
|
13274
13276
|
import { jsx as jsx77 } from "react/jsx-runtime";
|
|
@@ -13330,6 +13332,7 @@ function useAccentPreference() {
|
|
|
13330
13332
|
return { accent, accentStyle, setAccent };
|
|
13331
13333
|
}
|
|
13332
13334
|
function AccentColorPicker({
|
|
13335
|
+
help,
|
|
13333
13336
|
id,
|
|
13334
13337
|
label = "Accent",
|
|
13335
13338
|
labelPosition = "left",
|
|
@@ -13342,6 +13345,7 @@ function AccentColorPicker({
|
|
|
13342
13345
|
{
|
|
13343
13346
|
fitContent: true,
|
|
13344
13347
|
flaggedAlign: "center",
|
|
13348
|
+
help,
|
|
13345
13349
|
id,
|
|
13346
13350
|
label,
|
|
13347
13351
|
labelPosition,
|
|
@@ -13374,11 +13378,12 @@ import { useEffect as useEffect29, useId as useId19, useMemo as useMemo17, useRe
|
|
|
13374
13378
|
import { FontAwesomeIcon as FontAwesomeIcon11 } from "@fortawesome/react-fontawesome";
|
|
13375
13379
|
|
|
13376
13380
|
// ../../components/IconPicker/IconPicker.module.css
|
|
13377
|
-
var IconPicker_default = {"
|
|
13381
|
+
var IconPicker_default = {"root":"opus_4E-Oa1_root","menu":"opus_4E-Oa1_menu","triggerIcon":"opus_4E-Oa1_triggerIcon","optionIcon":"opus_4E-Oa1_optionIcon","triggerLabel":"opus_4E-Oa1_triggerLabel","chevron":"opus_4E-Oa1_chevron","grid":"opus_4E-Oa1_grid","option":"opus_4E-Oa1_option","trigger":"opus_4E-Oa1_trigger","search":"opus_4E-Oa1_search","empty":"opus_4E-Oa1_empty"};
|
|
13378
13382
|
|
|
13379
13383
|
// ../../components/IconPicker/IconPicker.tsx
|
|
13380
13384
|
import { jsx as jsx78, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
13381
13385
|
function IconPicker({
|
|
13386
|
+
help,
|
|
13382
13387
|
id,
|
|
13383
13388
|
label = "Icon",
|
|
13384
13389
|
labelPosition = "left",
|
|
@@ -13421,7 +13426,7 @@ function IconPicker({
|
|
|
13421
13426
|
document.removeEventListener("keydown", handleKeyDown);
|
|
13422
13427
|
};
|
|
13423
13428
|
}, [open]);
|
|
13424
|
-
return /* @__PURE__ */ jsx78(FieldShell, { id, label, labelPosition, mode, children: /* @__PURE__ */ jsxs64("div", { className: IconPicker_default.root, ref: rootRef, children: [
|
|
13429
|
+
return /* @__PURE__ */ jsx78(FieldShell, { help, id, label, labelPosition, mode, children: /* @__PURE__ */ jsxs64("div", { className: IconPicker_default.root, ref: rootRef, children: [
|
|
13425
13430
|
/* @__PURE__ */ jsxs64(
|
|
13426
13431
|
"button",
|
|
13427
13432
|
{
|