opus-react 0.2.17 → 0.2.18
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 +103 -91
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +19 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +98 -86
- 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 = {"secondary":"opus_lZkc26_secondary","warning":"opus_lZkc26_warning","button":"opus_lZkc26_button","danger":"opus_lZkc26_danger","success":"opus_lZkc26_success","info":"opus_lZkc26_info","dark":"opus_lZkc26_dark","light":"opus_lZkc26_light","primary":"opus_lZkc26_primary","link":"opus_lZkc26_link"};
|
|
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 = {"
|
|
454
|
+
var Tooltip_default = {"right":"opus_R70RbH_right","bottom":"opus_R70RbH_bottom","root":"opus_R70RbH_root","top":"opus_R70RbH_top","left":"opus_R70RbH_left","triggerWrap":"opus_R70RbH_triggerWrap","trigger":"opus_R70RbH_trigger","popup":"opus_R70RbH_popup"};
|
|
455
455
|
|
|
456
456
|
// ../../components/Tooltip/Tooltip.tsx
|
|
457
457
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
@@ -551,7 +551,7 @@ function Tooltip({
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
// ../../components/fields/FieldShell/FieldShell.module.css
|
|
554
|
-
var FieldShell_default = {"flaggedCenter":"opus_zNi12Z_flaggedCenter","
|
|
554
|
+
var FieldShell_default = {"flaggedCenter":"opus_zNi12Z_flaggedCenter","labelFlagged":"opus_zNi12Z_labelFlagged","compactControl":"opus_zNi12Z_compactControl","errorFlagged":"opus_zNi12Z_errorFlagged","visuallyHidden":"opus_zNi12Z_visuallyHidden","control":"opus_zNi12Z_control","stackedRight":"opus_zNi12Z_stackedRight","error":"opus_zNi12Z_error","labelRight":"opus_zNi12Z_labelRight","label":"opus_zNi12Z_label","controlFlagged":"opus_zNi12Z_controlFlagged","stacked":"opus_zNi12Z_stacked","stackedLeft":"opus_zNi12Z_stackedLeft","flagged":"opus_zNi12Z_flagged","flaggedStart":"opus_zNi12Z_flaggedStart","fitContent":"opus_zNi12Z_fitContent","root":"opus_zNi12Z_root","labelLeft":"opus_zNi12Z_labelLeft","required":"opus_zNi12Z_required"};
|
|
555
555
|
|
|
556
556
|
// ../../components/fields/FieldShell/FieldShell.tsx
|
|
557
557
|
import { Fragment, jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
@@ -676,7 +676,7 @@ function FieldShell({
|
|
|
676
676
|
}
|
|
677
677
|
|
|
678
678
|
// ../../components/fields/CheckboxField/CheckboxField.module.css
|
|
679
|
-
var CheckboxField_default = {"
|
|
679
|
+
var CheckboxField_default = {"shell":"opus_g-5tlR_shell","visual":"opus_g-5tlR_visual","square":"opus_g-5tlR_square","error":"opus_g-5tlR_error","toggle":"opus_g-5tlR_toggle","round":"opus_g-5tlR_round","nativeInput":"opus_g-5tlR_nativeInput"};
|
|
680
680
|
|
|
681
681
|
// ../../components/fields/CheckboxField/CheckboxField.tsx
|
|
682
682
|
import { jsx as jsx4, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
@@ -733,7 +733,7 @@ function CheckboxField({
|
|
|
733
733
|
}
|
|
734
734
|
|
|
735
735
|
// ../../components/fields/ColorField/ColorField.module.css
|
|
736
|
-
var ColorField_default = {"icon":"opus_Z7jeX4_icon","picker":"opus_Z7jeX4_picker","nativeInput":"opus_Z7jeX4_nativeInput","
|
|
736
|
+
var ColorField_default = {"icon":"opus_Z7jeX4_icon","picker":"opus_Z7jeX4_picker","nativeInput":"opus_Z7jeX4_nativeInput","swatch":"opus_Z7jeX4_swatch","error":"opus_Z7jeX4_error","value":"opus_Z7jeX4_value"};
|
|
737
737
|
|
|
738
738
|
// ../../components/fields/ColorField/ColorField.tsx
|
|
739
739
|
import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
@@ -826,7 +826,7 @@ function DateField({
|
|
|
826
826
|
}
|
|
827
827
|
|
|
828
828
|
// ../../components/fields/HiddenField/HiddenField.module.css
|
|
829
|
-
var HiddenField_default = {"
|
|
829
|
+
var HiddenField_default = {"note":"opus_kL1YXS_note","meta":"opus_kL1YXS_meta","preview":"opus_kL1YXS_preview"};
|
|
830
830
|
|
|
831
831
|
// ../../components/fields/HiddenField/HiddenField.tsx
|
|
832
832
|
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
@@ -874,7 +874,7 @@ function HiddenField({
|
|
|
874
874
|
}
|
|
875
875
|
|
|
876
876
|
// ../../components/fields/FileField/FileField.module.css
|
|
877
|
-
var FileField_default = {"wrapper":"opus_aOsPA7_wrapper","
|
|
877
|
+
var FileField_default = {"wrapper":"opus_aOsPA7_wrapper","iconSvg":"opus_aOsPA7_iconSvg","drop":"opus_aOsPA7_drop","icon":"opus_aOsPA7_icon","title":"opus_aOsPA7_title","dropError":"opus_aOsPA7_dropError","dragging":"opus_aOsPA7_dragging","content":"opus_aOsPA7_content","hint":"opus_aOsPA7_hint","footnote":"opus_aOsPA7_footnote","action":"opus_aOsPA7_action","input":"opus_aOsPA7_input"};
|
|
878
878
|
|
|
879
879
|
// ../../components/fields/FileField/FileField.tsx
|
|
880
880
|
import {
|
|
@@ -1014,7 +1014,7 @@ function FileField({
|
|
|
1014
1014
|
import { useEffect as useEffect2, useState as useState3 } from "react";
|
|
1015
1015
|
|
|
1016
1016
|
// ../../components/fields/NumberField/NumberField.module.css
|
|
1017
|
-
var NumberField_default = {"
|
|
1017
|
+
var NumberField_default = {"input":"opus_L272Dk_input","stepper":"opus_L272Dk_stepper","button":"opus_L272Dk_button","error":"opus_L272Dk_error"};
|
|
1018
1018
|
|
|
1019
1019
|
// ../../components/fields/numericUtils.ts
|
|
1020
1020
|
function decimalPlacesFromStep(step) {
|
|
@@ -1182,7 +1182,7 @@ function NumberField({
|
|
|
1182
1182
|
import { createContext as createContext2, useContext as useContext2, useId as useId2 } from "react";
|
|
1183
1183
|
|
|
1184
1184
|
// ../../components/fields/RadioGroup/RadioGroup.module.css
|
|
1185
|
-
var RadioGroup_default = {"
|
|
1185
|
+
var RadioGroup_default = {"options":"opus_O-1nor_options","shell":"opus_O-1nor_shell","choice":"opus_O-1nor_choice","error":"opus_O-1nor_error","option":"opus_O-1nor_option","round":"opus_O-1nor_round","square":"opus_O-1nor_square","visual":"opus_O-1nor_visual","nativeInput":"opus_O-1nor_nativeInput"};
|
|
1186
1186
|
|
|
1187
1187
|
// ../../components/fields/RadioGroup/RadioGroup.tsx
|
|
1188
1188
|
import { jsx as jsx10, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
@@ -1279,7 +1279,7 @@ function Radio({ children, error, name, shape, value, defaultChecked }) {
|
|
|
1279
1279
|
import { useId as useId3, useRef as useRef3, useState as useState4 } from "react";
|
|
1280
1280
|
|
|
1281
1281
|
// ../../components/fields/ChipInputField/ChipInputField.module.css
|
|
1282
|
-
var ChipInputField_default = {"
|
|
1282
|
+
var ChipInputField_default = {"disabled":"opus_IOOYwh_disabled","field":"opus_IOOYwh_field","chip":"opus_IOOYwh_chip","remove":"opus_IOOYwh_remove","error":"opus_IOOYwh_error","input":"opus_IOOYwh_input","chipLabel":"opus_IOOYwh_chipLabel","shell":"opus_IOOYwh_shell","readOnly":"opus_IOOYwh_readOnly"};
|
|
1283
1283
|
|
|
1284
1284
|
// ../../components/fields/ChipInputField/ChipInputField.tsx
|
|
1285
1285
|
import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
@@ -1415,7 +1415,7 @@ function ChipInput({
|
|
|
1415
1415
|
var ChipInputField = ChipInput;
|
|
1416
1416
|
|
|
1417
1417
|
// ../../components/fields/RangeField/RangeField.module.css
|
|
1418
|
-
var RangeField_default = {"footer":"opus_iRHQuG_footer","
|
|
1418
|
+
var RangeField_default = {"footer":"opus_iRHQuG_footer","slider":"opus_iRHQuG_slider","wrap":"opus_iRHQuG_wrap","topRow":"opus_iRHQuG_topRow","fieldLabel":"opus_iRHQuG_fieldLabel","error":"opus_iRHQuG_error","value":"opus_iRHQuG_value"};
|
|
1419
1419
|
|
|
1420
1420
|
// ../../components/fields/RangeField/RangeField.tsx
|
|
1421
1421
|
import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
@@ -1494,7 +1494,7 @@ function RangeField({
|
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
1496
|
// ../../components/fields/SelectField/SelectField.module.css
|
|
1497
|
-
var SelectField_default = {"
|
|
1497
|
+
var SelectField_default = {"wrap":"opus_m2ObG0_wrap","error":"opus_m2ObG0_error","select":"opus_m2ObG0_select"};
|
|
1498
1498
|
|
|
1499
1499
|
// ../../components/fields/SelectField/SelectField.tsx
|
|
1500
1500
|
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
@@ -1587,7 +1587,7 @@ function SwitchField({
|
|
|
1587
1587
|
import { useId as useId4 } from "react";
|
|
1588
1588
|
|
|
1589
1589
|
// ../../components/fields/TextAreaField/TextAreaField.module.css
|
|
1590
|
-
var TextAreaField_default = {"inputWrap":"opus_FjhWmh_inputWrap","externalCount":"opus_FjhWmh_externalCount","
|
|
1590
|
+
var TextAreaField_default = {"inputWrap":"opus_FjhWmh_inputWrap","externalCount":"opus_FjhWmh_externalCount","textarea":"opus_FjhWmh_textarea","inlineCount":"opus_FjhWmh_inlineCount","field":"opus_FjhWmh_field","error":"opus_FjhWmh_error","withCount":"opus_FjhWmh_withCount","footerError":"opus_FjhWmh_footerError","footer":"opus_FjhWmh_footer"};
|
|
1591
1591
|
|
|
1592
1592
|
// ../../components/fields/TextAreaField/TextAreaField.tsx
|
|
1593
1593
|
import { jsx as jsx15, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
@@ -1697,7 +1697,7 @@ import {
|
|
|
1697
1697
|
} from "@fortawesome/free-solid-svg-icons";
|
|
1698
1698
|
|
|
1699
1699
|
// ../../components/fields/RichTextField/RichTextField.module.css
|
|
1700
|
-
var RichTextField_default = {"
|
|
1700
|
+
var RichTextField_default = {"readOnly":"opus_6HFqZH_readOnly","modalInput":"opus_6HFqZH_modalInput","modalDimensions":"opus_6HFqZH_modalDimensions","modalTimes":"opus_6HFqZH_modalTimes","modalField":"opus_6HFqZH_modalField","modalCancel":"opus_6HFqZH_modalCancel","error":"opus_6HFqZH_error","toolbarIcon":"opus_6HFqZH_toolbarIcon","editorShell":"opus_6HFqZH_editorShell","colorSwatch":"opus_6HFqZH_colorSwatch","colorInput":"opus_6HFqZH_colorInput","editor":"opus_6HFqZH_editor","modalNumber":"opus_6HFqZH_modalNumber","modalLabel":"opus_6HFqZH_modalLabel","field":"opus_6HFqZH_field","divider":"opus_6HFqZH_divider","modal":"opus_6HFqZH_modal","modalTitle":"opus_6HFqZH_modalTitle","toolbarButton":"opus_6HFqZH_toolbarButton","modalActions":"opus_6HFqZH_modalActions","modalConfirm":"opus_6HFqZH_modalConfirm","toolbar":"opus_6HFqZH_toolbar","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive","blockSelect":"opus_6HFqZH_blockSelect","modalDimensionField":"opus_6HFqZH_modalDimensionField","modalOverlay":"opus_6HFqZH_modalOverlay"};
|
|
1701
1701
|
|
|
1702
1702
|
// ../../components/fields/RichTextField/RichTextField.tsx
|
|
1703
1703
|
import { jsx as jsx16, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
@@ -2342,10 +2342,10 @@ function RichTextField({
|
|
|
2342
2342
|
import { useState as useState6 } from "react";
|
|
2343
2343
|
|
|
2344
2344
|
// ../../components/fields/TextField/TextField.module.css
|
|
2345
|
-
var TextField_default = {"
|
|
2345
|
+
var TextField_default = {"error":"opus_SOck2f_error","input":"opus_SOck2f_input"};
|
|
2346
2346
|
|
|
2347
2347
|
// ../../components/fields/shared/fieldControl.module.css
|
|
2348
|
-
var fieldControl_default = {"
|
|
2348
|
+
var fieldControl_default = {"passwordToggleSlot":"opus_1Q5xBh_passwordToggleSlot","passwordWrap":"opus_1Q5xBh_passwordWrap","error":"opus_1Q5xBh_error","passwordToggle":"opus_1Q5xBh_passwordToggle","search":"opus_1Q5xBh_search","trigger":"opus_1Q5xBh_trigger","input":"opus_1Q5xBh_input","actionButton":"opus_1Q5xBh_actionButton","option":"opus_1Q5xBh_option","triggerOpen":"opus_1Q5xBh_triggerOpen","panel":"opus_1Q5xBh_panel","panelFooter":"opus_1Q5xBh_panelFooter","groupLabel":"opus_1Q5xBh_groupLabel","list":"opus_1Q5xBh_list","triggerError":"opus_1Q5xBh_triggerError","placeholder":"opus_1Q5xBh_placeholder","passwordInput":"opus_1Q5xBh_passwordInput","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary","chevron":"opus_1Q5xBh_chevron"};
|
|
2349
2349
|
|
|
2350
2350
|
// ../../components/fields/shared/PasswordToggle.tsx
|
|
2351
2351
|
import { FontAwesomeIcon as FontAwesomeIcon2 } from "@fortawesome/react-fontawesome";
|
|
@@ -2428,7 +2428,7 @@ import { FontAwesomeIcon as FontAwesomeIcon3 } from "@fortawesome/react-fontawes
|
|
|
2428
2428
|
import { faMoon, faSun } from "@fortawesome/free-solid-svg-icons";
|
|
2429
2429
|
|
|
2430
2430
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.module.css
|
|
2431
|
-
var ThemeToggleField_default = {"option":"opus_SwerMA_option","indicator":"opus_SwerMA_indicator","
|
|
2431
|
+
var ThemeToggleField_default = {"option":"opus_SwerMA_option","indicator":"opus_SwerMA_indicator","active":"opus_SwerMA_active","toggle":"opus_SwerMA_toggle"};
|
|
2432
2432
|
|
|
2433
2433
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.tsx
|
|
2434
2434
|
import { jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
@@ -2759,7 +2759,7 @@ function MultiSelectField({
|
|
|
2759
2759
|
import { useState as useState9 } from "react";
|
|
2760
2760
|
|
|
2761
2761
|
// ../../components/fields/TransferListField/TransferListField.module.css
|
|
2762
|
-
var TransferListField_default = {"column":"opus_NPBFZk_column","itemActive":"opus_NPBFZk_itemActive","columnHeader":"opus_NPBFZk_columnHeader","
|
|
2762
|
+
var TransferListField_default = {"column":"opus_NPBFZk_column","item":"opus_NPBFZk_item","itemActive":"opus_NPBFZk_itemActive","columnHeader":"opus_NPBFZk_columnHeader","list":"opus_NPBFZk_list","controlButton":"opus_NPBFZk_controlButton","controls":"opus_NPBFZk_controls","root":"opus_NPBFZk_root"};
|
|
2763
2763
|
|
|
2764
2764
|
// ../../components/fields/TransferListField/TransferListField.tsx
|
|
2765
2765
|
import { jsx as jsx22, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
@@ -2875,9 +2875,11 @@ function ListColumn({
|
|
|
2875
2875
|
|
|
2876
2876
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.tsx
|
|
2877
2877
|
import { useMemo as useMemo4, useState as useState10 } from "react";
|
|
2878
|
+
import { FontAwesomeIcon as FontAwesomeIcon4 } from "@fortawesome/react-fontawesome";
|
|
2879
|
+
import { faCheck, faXmark } from "@fortawesome/free-solid-svg-icons";
|
|
2878
2880
|
|
|
2879
2881
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.module.css
|
|
2880
|
-
var PasswordStrengthField_default = {"
|
|
2882
|
+
var PasswordStrengthField_default = {"requirementMet":"opus_S1A372_requirementMet","meterFill":"opus_S1A372_meterFill","requirement":"opus_S1A372_requirement","meterTrack":"opus_S1A372_meterTrack","root":"opus_S1A372_root","meterWrap":"opus_S1A372_meterWrap","requirements":"opus_S1A372_requirements","requirementIcon":"opus_S1A372_requirementIcon","meterLabel":"opus_S1A372_meterLabel"};
|
|
2881
2883
|
|
|
2882
2884
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.tsx
|
|
2883
2885
|
import { jsx as jsx23, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
@@ -2960,11 +2962,21 @@ function PasswordStrengthField({
|
|
|
2960
2962
|
] }),
|
|
2961
2963
|
showRequirements ? /* @__PURE__ */ jsx23("ul", { className: PasswordStrengthField_default.requirements, children: requirements.map((requirement) => {
|
|
2962
2964
|
const met = requirement.test(value);
|
|
2963
|
-
return /* @__PURE__ */
|
|
2965
|
+
return /* @__PURE__ */ jsxs18(
|
|
2964
2966
|
"li",
|
|
2965
2967
|
{
|
|
2966
2968
|
className: met ? PasswordStrengthField_default.requirementMet : PasswordStrengthField_default.requirement,
|
|
2967
|
-
children:
|
|
2969
|
+
children: [
|
|
2970
|
+
/* @__PURE__ */ jsx23(
|
|
2971
|
+
FontAwesomeIcon4,
|
|
2972
|
+
{
|
|
2973
|
+
"aria-hidden": "true",
|
|
2974
|
+
className: PasswordStrengthField_default.requirementIcon,
|
|
2975
|
+
icon: met ? faCheck : faXmark
|
|
2976
|
+
}
|
|
2977
|
+
),
|
|
2978
|
+
/* @__PURE__ */ jsx23("span", { children: requirement.label })
|
|
2979
|
+
]
|
|
2968
2980
|
},
|
|
2969
2981
|
requirement.id
|
|
2970
2982
|
);
|
|
@@ -2975,7 +2987,7 @@ function PasswordStrengthField({
|
|
|
2975
2987
|
}
|
|
2976
2988
|
|
|
2977
2989
|
// ../../components/fields/RatingField/RatingField.module.css
|
|
2978
|
-
var RatingField_default = {"symbolActive":"opus_0tdNUz_symbolActive","
|
|
2990
|
+
var RatingField_default = {"symbolActive":"opus_0tdNUz_symbolActive","numeric":"opus_0tdNUz_numeric","symbol":"opus_0tdNUz_symbol","numericActive":"opus_0tdNUz_numericActive","root":"opus_0tdNUz_root"};
|
|
2979
2991
|
|
|
2980
2992
|
// ../../components/fields/RatingField/RatingField.tsx
|
|
2981
2993
|
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
@@ -3050,7 +3062,7 @@ function RatingField({
|
|
|
3050
3062
|
}
|
|
3051
3063
|
|
|
3052
3064
|
// ../../components/fields/SegmentedControlField/SegmentedControlField.module.css
|
|
3053
|
-
var SegmentedControlField_default = {"segment":"opus_ZHwfiN_segment","
|
|
3065
|
+
var SegmentedControlField_default = {"segment":"opus_ZHwfiN_segment","root":"opus_ZHwfiN_root","segmentActive":"opus_ZHwfiN_segmentActive"};
|
|
3054
3066
|
|
|
3055
3067
|
// ../../components/fields/SegmentedControlField/SegmentedControlField.tsx
|
|
3056
3068
|
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
@@ -3105,7 +3117,7 @@ function SegmentedControlField({
|
|
|
3105
3117
|
import { useMemo as useMemo5 } from "react";
|
|
3106
3118
|
|
|
3107
3119
|
// ../../components/fields/SliderRangeField/SliderRangeField.module.css
|
|
3108
|
-
var SliderRangeField_default = {"value":"opus_k3d0sS_value","
|
|
3120
|
+
var SliderRangeField_default = {"value":"opus_k3d0sS_value","track":"opus_k3d0sS_track","root":"opus_k3d0sS_root","slider":"opus_k3d0sS_slider","footer":"opus_k3d0sS_footer","header":"opus_k3d0sS_header","trackWrap":"opus_k3d0sS_trackWrap"};
|
|
3109
3121
|
|
|
3110
3122
|
// ../../components/fields/SliderRangeField/SliderRangeField.tsx
|
|
3111
3123
|
import { jsx as jsx26, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
@@ -3202,7 +3214,7 @@ function SliderRangeField({
|
|
|
3202
3214
|
import { useEffect as useEffect6, useMemo as useMemo6, useRef as useRef7, useState as useState11 } from "react";
|
|
3203
3215
|
|
|
3204
3216
|
// ../../components/fields/PhoneNumberField/PhoneNumberField.module.css
|
|
3205
|
-
var PhoneNumberField_default = {"
|
|
3217
|
+
var PhoneNumberField_default = {"dial":"opus_WC4gnN_dial","optionLabel":"opus_WC4gnN_optionLabel","optionDial":"opus_WC4gnN_optionDial","empty":"opus_WC4gnN_empty","panel":"opus_WC4gnN_panel","country":"opus_WC4gnN_country","countryValue":"opus_WC4gnN_countryValue","root":"opus_WC4gnN_root","code":"opus_WC4gnN_code","countryWrap":"opus_WC4gnN_countryWrap","chevron":"opus_WC4gnN_chevron","flag":"opus_WC4gnN_flag","option":"opus_WC4gnN_option","optionActive":"opus_WC4gnN_optionActive"};
|
|
3206
3218
|
|
|
3207
3219
|
// ../../components/fields/PhoneNumberField/countries.ts
|
|
3208
3220
|
function countryCodeToFlag(code) {
|
|
@@ -3605,7 +3617,7 @@ function PhoneNumberField({
|
|
|
3605
3617
|
import { useEffect as useEffect7, useMemo as useMemo7, useRef as useRef8, useState as useState12 } from "react";
|
|
3606
3618
|
|
|
3607
3619
|
// ../../components/fields/CountryPickerField/CountryPickerField.module.css
|
|
3608
|
-
var CountryPickerField_default = {"
|
|
3620
|
+
var CountryPickerField_default = {"flag":"opus_O7qqfR_flag","optionActive":"opus_O7qqfR_optionActive","triggerValue":"opus_O7qqfR_triggerValue","optionLabel":"opus_O7qqfR_optionLabel","root":"opus_O7qqfR_root","option":"opus_O7qqfR_option","empty":"opus_O7qqfR_empty","optionCode":"opus_O7qqfR_optionCode"};
|
|
3609
3621
|
|
|
3610
3622
|
// ../../components/fields/CountryPickerField/CountryPickerField.tsx
|
|
3611
3623
|
import { jsx as jsx28, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
@@ -3761,7 +3773,7 @@ function CountryPickerField({
|
|
|
3761
3773
|
import { useEffect as useEffect8, useMemo as useMemo8, useRef as useRef9, useState as useState13 } from "react";
|
|
3762
3774
|
|
|
3763
3775
|
// ../../components/fields/TreeSelectField/TreeSelectField.module.css
|
|
3764
|
-
var TreeSelectField_default = {"
|
|
3776
|
+
var TreeSelectField_default = {"treeOption":"opus_Mq6C00_treeOption","treeOptionActive":"opus_Mq6C00_treeOptionActive","root":"opus_Mq6C00_root"};
|
|
3765
3777
|
|
|
3766
3778
|
// ../../components/fields/TreeSelectField/TreeSelectField.tsx
|
|
3767
3779
|
import { Fragment as Fragment3, jsx as jsx29, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
@@ -3890,7 +3902,7 @@ function TreeSelectField({
|
|
|
3890
3902
|
import { useEffect as useEffect9, useMemo as useMemo9, useRef as useRef10, useState as useState14 } from "react";
|
|
3891
3903
|
|
|
3892
3904
|
// ../../components/fields/CascaderField/CascaderField.module.css
|
|
3893
|
-
var CascaderField_default = {"
|
|
3905
|
+
var CascaderField_default = {"panel":"opus_1Fg59A_panel","column":"opus_1Fg59A_column","root":"opus_1Fg59A_root","option":"opus_1Fg59A_option","optionActive":"opus_1Fg59A_optionActive"};
|
|
3894
3906
|
|
|
3895
3907
|
// ../../components/fields/CascaderField/CascaderField.tsx
|
|
3896
3908
|
import { jsx as jsx30, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
@@ -4093,7 +4105,7 @@ function OpusThemeProvider({
|
|
|
4093
4105
|
}
|
|
4094
4106
|
|
|
4095
4107
|
// ../../components/Alert/Alert.module.css
|
|
4096
|
-
var Alert_default = {"
|
|
4108
|
+
var Alert_default = {"iconFlagged":"opus_eh3eeT_iconFlagged","icon":"opus_eh3eeT_icon","iconMark":"opus_eh3eeT_iconMark","content":"opus_eh3eeT_content","alert":"opus_eh3eeT_alert","iconSvg":"opus_eh3eeT_iconSvg","description":"opus_eh3eeT_description","dismiss":"opus_eh3eeT_dismiss","dismissIcon":"opus_eh3eeT_dismissIcon","title":"opus_eh3eeT_title"};
|
|
4097
4109
|
|
|
4098
4110
|
// ../../components/Alert/Alert.tsx
|
|
4099
4111
|
import { jsx as jsx33, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
@@ -4242,7 +4254,7 @@ function useOverlayAccessibility(active, containerRef, {
|
|
|
4242
4254
|
}
|
|
4243
4255
|
|
|
4244
4256
|
// ../../components/Dialog/Dialog.module.css
|
|
4245
|
-
var Dialog_default = {"
|
|
4257
|
+
var Dialog_default = {"visuallyHidden":"opus_sz-ZGI_visuallyHidden","icon":"opus_sz-ZGI_icon","dialogOut":"opus_sz-ZGI_dialogOut","title":"opus_sz-ZGI_title","description":"opus_sz-ZGI_description","content":"opus_sz-ZGI_content","backdrop":"opus_sz-ZGI_backdrop","dialog":"opus_sz-ZGI_dialog","iconSvg":"opus_sz-ZGI_iconSvg","backdropOut":"opus_sz-ZGI_backdropOut","body":"opus_sz-ZGI_body","iconMark":"opus_sz-ZGI_iconMark","actions":"opus_sz-ZGI_actions","dialogIn":"opus_sz-ZGI_dialogIn","backdropIn":"opus_sz-ZGI_backdropIn"};
|
|
4246
4258
|
|
|
4247
4259
|
// ../../components/Dialog/Dialog.tsx
|
|
4248
4260
|
import { jsx as jsx34, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
@@ -4373,7 +4385,7 @@ function Dialog({
|
|
|
4373
4385
|
import { useEffect as useEffect13, useId as useId6, useRef as useRef13, useState as useState16 } from "react";
|
|
4374
4386
|
|
|
4375
4387
|
// ../../components/Modal/Modal.module.css
|
|
4376
|
-
var Modal_default = {"
|
|
4388
|
+
var Modal_default = {"backdrop":"opus_LQbzGS_backdrop","modalPanelIn":"opus_LQbzGS_modalPanelIn","close":"opus_LQbzGS_close","title":"opus_LQbzGS_title","actions":"opus_LQbzGS_actions","header":"opus_LQbzGS_header","footer":"opus_LQbzGS_footer","body":"opus_LQbzGS_body","modalPanelOut":"opus_LQbzGS_modalPanelOut","footerContent":"opus_LQbzGS_footerContent","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","modalBackdropOut":"opus_LQbzGS_modalBackdropOut","modal":"opus_LQbzGS_modal","heading":"opus_LQbzGS_heading","closeIcon":"opus_LQbzGS_closeIcon","description":"opus_LQbzGS_description"};
|
|
4377
4389
|
|
|
4378
4390
|
// ../../components/Modal/Modal.tsx
|
|
4379
4391
|
import { Fragment as Fragment4, jsx as jsx35, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
@@ -4504,7 +4516,7 @@ function ModalDefaultActions({ onClose }) {
|
|
|
4504
4516
|
import { useEffect as useEffect14, useId as useId7, useRef as useRef14, useState as useState17 } from "react";
|
|
4505
4517
|
|
|
4506
4518
|
// ../../components/Drawer/Drawer.module.css
|
|
4507
|
-
var Drawer_default = {"
|
|
4519
|
+
var Drawer_default = {"drawerInBottom":"opus_0CaGbZ_drawerInBottom","drawerInTop":"opus_0CaGbZ_drawerInTop","body":"opus_0CaGbZ_body","backdrop":"opus_0CaGbZ_backdrop","header":"opus_0CaGbZ_header","footer":"opus_0CaGbZ_footer","footerContent":"opus_0CaGbZ_footerContent","description":"opus_0CaGbZ_description","actions":"opus_0CaGbZ_actions","drawerOutRight":"opus_0CaGbZ_drawerOutRight","closeIcon":"opus_0CaGbZ_closeIcon","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","drawer":"opus_0CaGbZ_drawer","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","drawerOutTop":"opus_0CaGbZ_drawerOutTop","heading":"opus_0CaGbZ_heading","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn","drawerInRight":"opus_0CaGbZ_drawerInRight","title":"opus_0CaGbZ_title","close":"opus_0CaGbZ_close","drawerInLeft":"opus_0CaGbZ_drawerInLeft"};
|
|
4508
4520
|
|
|
4509
4521
|
// ../../components/Drawer/Drawer.tsx
|
|
4510
4522
|
import { Fragment as Fragment5, jsx as jsx36, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
@@ -4644,7 +4656,7 @@ import {
|
|
|
4644
4656
|
} from "react";
|
|
4645
4657
|
|
|
4646
4658
|
// ../../components/Popover/Popover.module.css
|
|
4647
|
-
var Popover_default = {"
|
|
4659
|
+
var Popover_default = {"title":"opus_yq4OU0_title","content":"opus_yq4OU0_content","root":"opus_yq4OU0_root","arrow":"opus_yq4OU0_arrow","popoverIn":"opus_yq4OU0_popoverIn","panel":"opus_yq4OU0_panel"};
|
|
4648
4660
|
|
|
4649
4661
|
// ../../components/Popover/Popover.tsx
|
|
4650
4662
|
import { jsx as jsx37, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
@@ -4811,7 +4823,7 @@ function resolveMegaMenuPortalStyle(root, inTopNavigation) {
|
|
|
4811
4823
|
}
|
|
4812
4824
|
|
|
4813
4825
|
// ../../components/MegaMenu/MegaMenu.module.css
|
|
4814
|
-
var MegaMenu_default = {"
|
|
4826
|
+
var MegaMenu_default = {"trigger":"opus_Y_ikQV_trigger","itemIcon":"opus_Y_ikQV_itemIcon","eyebrow":"opus_Y_ikQV_eyebrow","megaMenuOut":"opus_Y_ikQV_megaMenuOut","item":"opus_Y_ikQV_item","megaMenuIn":"opus_Y_ikQV_megaMenuIn","itemCopy":"opus_Y_ikQV_itemCopy","panelContent":"opus_Y_ikQV_panelContent","featured":"opus_Y_ikQV_featured","items":"opus_Y_ikQV_items","featuredAction":"opus_Y_ikQV_featuredAction","panel":"opus_Y_ikQV_panel","root":"opus_Y_ikQV_root","section":"opus_Y_ikQV_section","menuBar":"opus_Y_ikQV_menuBar","sections":"opus_Y_ikQV_sections"};
|
|
4815
4827
|
|
|
4816
4828
|
// ../../components/MegaMenu/MegaMenu.tsx
|
|
4817
4829
|
import { jsx as jsx38, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
@@ -5254,7 +5266,7 @@ function MegaMenu({
|
|
|
5254
5266
|
}
|
|
5255
5267
|
|
|
5256
5268
|
// ../../components/TopNavigation/TopNavigation.module.css
|
|
5257
|
-
var TopNavigation_default = {"menuTrigger":"opus_OIomR6_menuTrigger","menuSlot":"opus_OIomR6_menuSlot","bar":"opus_OIomR6_bar","
|
|
5269
|
+
var TopNavigation_default = {"nav":"opus_OIomR6_nav","menuTrigger":"opus_OIomR6_menuTrigger","menuSlot":"opus_OIomR6_menuSlot","bar":"opus_OIomR6_bar","menuSlotMega":"opus_OIomR6_menuSlotMega"};
|
|
5258
5270
|
|
|
5259
5271
|
// ../../components/TopNavigation/TopNavigation.tsx
|
|
5260
5272
|
import { Fragment as Fragment6, jsx as jsx39 } from "react/jsx-runtime";
|
|
@@ -5611,7 +5623,7 @@ function handleMenuKeyDown(event, menu, onEscape) {
|
|
|
5611
5623
|
}
|
|
5612
5624
|
|
|
5613
5625
|
// ../../components/DropdownMenu/DropdownMenu.module.css
|
|
5614
|
-
var DropdownMenu_default = {"
|
|
5626
|
+
var DropdownMenu_default = {"root":"opus_UUVDVQ_root","dropdownIn":"opus_UUVDVQ_dropdownIn","icon":"opus_UUVDVQ_icon","dropdownOut":"opus_UUVDVQ_dropdownOut","menu":"opus_UUVDVQ_menu","label":"opus_UUVDVQ_label","item":"opus_UUVDVQ_item","shortcut":"opus_UUVDVQ_shortcut"};
|
|
5615
5627
|
|
|
5616
5628
|
// ../../components/DropdownMenu/DropdownMenu.tsx
|
|
5617
5629
|
import { jsx as jsx40, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
@@ -5951,7 +5963,7 @@ import {
|
|
|
5951
5963
|
import { createPortal as createPortal3 } from "react-dom";
|
|
5952
5964
|
|
|
5953
5965
|
// ../../components/ContextMenu/ContextMenu.module.css
|
|
5954
|
-
var ContextMenu_default = {"
|
|
5966
|
+
var ContextMenu_default = {"menu":"opus_nMhhae_menu","layer":"opus_nMhhae_layer","backdrop":"opus_nMhhae_backdrop","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","contextMenuIn":"opus_nMhhae_contextMenuIn","target":"opus_nMhhae_target"};
|
|
5955
5967
|
|
|
5956
5968
|
// ../../components/ContextMenu/ContextMenuProvider.tsx
|
|
5957
5969
|
import { jsx as jsx41, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
@@ -6259,10 +6271,10 @@ import {
|
|
|
6259
6271
|
useState as useState23
|
|
6260
6272
|
} from "react";
|
|
6261
6273
|
import { faMagnifyingGlass } from "@fortawesome/free-solid-svg-icons";
|
|
6262
|
-
import { FontAwesomeIcon as
|
|
6274
|
+
import { FontAwesomeIcon as FontAwesomeIcon5 } from "@fortawesome/react-fontawesome";
|
|
6263
6275
|
|
|
6264
6276
|
// ../../components/CommandPalette/CommandPalette.module.css
|
|
6265
|
-
var CommandPalette_default = {"
|
|
6277
|
+
var CommandPalette_default = {"commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","searchInput":"opus_k1ypuy_searchInput","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","searchIcon":"opus_k1ypuy_searchIcon","groupLabel":"opus_k1ypuy_groupLabel","item":"opus_k1ypuy_item","searchIconSvg":"opus_k1ypuy_searchIconSvg","itemMain":"opus_k1ypuy_itemMain","itemLabel":"opus_k1ypuy_itemLabel","searchWrap":"opus_k1ypuy_searchWrap","empty":"opus_k1ypuy_empty","footer":"opus_k1ypuy_footer","itemDescription":"opus_k1ypuy_itemDescription","results":"opus_k1ypuy_results","shortcut":"opus_k1ypuy_shortcut","visuallyHidden":"opus_k1ypuy_visuallyHidden","backdrop":"opus_k1ypuy_backdrop","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","group":"opus_k1ypuy_group","panel":"opus_k1ypuy_panel","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn"};
|
|
6266
6278
|
|
|
6267
6279
|
// ../../components/CommandPalette/CommandPalette.tsx
|
|
6268
6280
|
import { jsx as jsx42, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
@@ -6452,7 +6464,7 @@ function CommandPalette({
|
|
|
6452
6464
|
children: [
|
|
6453
6465
|
/* @__PURE__ */ jsx42("h2", { className: CommandPalette_default.visuallyHidden, id: titleId, children: "Command palette" }),
|
|
6454
6466
|
/* @__PURE__ */ jsxs32("label", { className: CommandPalette_default.searchWrap, htmlFor: inputId, children: [
|
|
6455
|
-
/* @__PURE__ */ jsx42("span", { "aria-hidden": "true", className: CommandPalette_default.searchIcon, children: /* @__PURE__ */ jsx42(
|
|
6467
|
+
/* @__PURE__ */ jsx42("span", { "aria-hidden": "true", className: CommandPalette_default.searchIcon, children: /* @__PURE__ */ jsx42(FontAwesomeIcon5, { className: CommandPalette_default.searchIconSvg, icon: faMagnifyingGlass }) }),
|
|
6456
6468
|
/* @__PURE__ */ jsx42(
|
|
6457
6469
|
"input",
|
|
6458
6470
|
{
|
|
@@ -6602,7 +6614,7 @@ function AccordionGroup({
|
|
|
6602
6614
|
}
|
|
6603
6615
|
|
|
6604
6616
|
// ../../components/Accordion/Accordion.module.css
|
|
6605
|
-
var Accordion_default = {"
|
|
6617
|
+
var Accordion_default = {"item":"opus_WNZQMV_item","trigger":"opus_WNZQMV_trigger","standalone":"opus_WNZQMV_standalone","chevron":"opus_WNZQMV_chevron","content":"opus_WNZQMV_content","panelInner":"opus_WNZQMV_panelInner","panel":"opus_WNZQMV_panel","triggerLabel":"opus_WNZQMV_triggerLabel"};
|
|
6606
6618
|
|
|
6607
6619
|
// ../../components/Accordion/Accordion.tsx
|
|
6608
6620
|
import { jsx as jsx44, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
@@ -6695,7 +6707,7 @@ import {
|
|
|
6695
6707
|
} from "react";
|
|
6696
6708
|
|
|
6697
6709
|
// ../../components/ShowMore/ShowMore.module.css
|
|
6698
|
-
var ShowMore_default = {"
|
|
6710
|
+
var ShowMore_default = {"toggle":"opus_dSk-ve_toggle","inner":"opus_dSk-ve_inner","toggleLabel":"opus_dSk-ve_toggleLabel","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","chevron":"opus_dSk-ve_chevron","root":"opus_dSk-ve_root","contentShell":"opus_dSk-ve_contentShell"};
|
|
6699
6711
|
|
|
6700
6712
|
// ../../components/ShowMore/ShowMore.tsx
|
|
6701
6713
|
import { jsx as jsx45, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
@@ -6799,7 +6811,7 @@ function ShowMore({
|
|
|
6799
6811
|
}
|
|
6800
6812
|
|
|
6801
6813
|
// ../../components/Toast/Toast.module.css
|
|
6802
|
-
var Toast_default = {"
|
|
6814
|
+
var Toast_default = {"toastProgress":"opus_cklQPW_toastProgress","dismiss":"opus_cklQPW_dismiss","progressBar":"opus_cklQPW_progressBar","main":"opus_cklQPW_main","description":"opus_cklQPW_description","content":"opus_cklQPW_content","body":"opus_cklQPW_body","toast":"opus_cklQPW_toast","title":"opus_cklQPW_title","iconMark":"opus_cklQPW_iconMark","icon":"opus_cklQPW_icon","dismissIcon":"opus_cklQPW_dismissIcon","progressTrack":"opus_cklQPW_progressTrack","iconSvg":"opus_cklQPW_iconSvg"};
|
|
6803
6815
|
|
|
6804
6816
|
// ../../components/Toast/Toast.tsx
|
|
6805
6817
|
import { jsx as jsx46, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
@@ -6879,7 +6891,7 @@ import {
|
|
|
6879
6891
|
} from "react";
|
|
6880
6892
|
|
|
6881
6893
|
// ../../components/ToastProvider/ToastProvider.module.css
|
|
6882
|
-
var ToastProvider_default = {"
|
|
6894
|
+
var ToastProvider_default = {"viewportTop":"opus_z3pSp7_viewportTop","viewportLeft":"opus_z3pSp7_viewportLeft","item":"opus_z3pSp7_item","itemSurface":"opus_z3pSp7_itemSurface","itemClip":"opus_z3pSp7_itemClip","viewportRight":"opus_z3pSp7_viewportRight","itemBackdrop":"opus_z3pSp7_itemBackdrop","viewport":"opus_z3pSp7_viewport","viewportBottom":"opus_z3pSp7_viewportBottom"};
|
|
6883
6895
|
|
|
6884
6896
|
// ../../components/ToastProvider/ToastProvider.tsx
|
|
6885
6897
|
import { jsx as jsx47, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
@@ -7249,7 +7261,7 @@ function ToastProvider({
|
|
|
7249
7261
|
import { useId as useId15, useState as useState28 } from "react";
|
|
7250
7262
|
|
|
7251
7263
|
// ../../components/Tabs/Tabs.module.css
|
|
7252
|
-
var Tabs_default = {"
|
|
7264
|
+
var Tabs_default = {"root":"opus_ADVJmy_root","panel":"opus_ADVJmy_panel","tab":"opus_ADVJmy_tab","list":"opus_ADVJmy_list"};
|
|
7253
7265
|
|
|
7254
7266
|
// ../../components/Tabs/Tabs.tsx
|
|
7255
7267
|
import { jsx as jsx48, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
@@ -7363,7 +7375,7 @@ function Tabs({
|
|
|
7363
7375
|
}
|
|
7364
7376
|
|
|
7365
7377
|
// ../../components/Card/Card.module.css
|
|
7366
|
-
var Card_default = {"footer":"opus_qWo1sP_footer","body":"opus_qWo1sP_body","
|
|
7378
|
+
var Card_default = {"card":"opus_qWo1sP_card","footer":"opus_qWo1sP_footer","body":"opus_qWo1sP_body","footerContent":"opus_qWo1sP_footerContent","eyebrow":"opus_qWo1sP_eyebrow","media":"opus_qWo1sP_media","title":"opus_qWo1sP_title","heading":"opus_qWo1sP_heading","actions":"opus_qWo1sP_actions","content":"opus_qWo1sP_content"};
|
|
7367
7379
|
|
|
7368
7380
|
// ../../components/Card/Card.tsx
|
|
7369
7381
|
import { jsx as jsx49, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
@@ -7394,7 +7406,7 @@ function Card({
|
|
|
7394
7406
|
}
|
|
7395
7407
|
|
|
7396
7408
|
// ../../components/dashboardMetricCardLayout/dashboardMetricCardLayout.module.css
|
|
7397
|
-
var dashboardMetricCardLayout_default = {"metaSlot":"opus_6_sptY_metaSlot","
|
|
7409
|
+
var dashboardMetricCardLayout_default = {"metaSlot":"opus_6_sptY_metaSlot","iconSlot":"opus_6_sptY_iconSlot","metaPlaceholder":"opus_6_sptY_metaPlaceholder","label":"opus_6_sptY_label","value":"opus_6_sptY_value","iconPlaceholder":"opus_6_sptY_iconPlaceholder","shell":"opus_6_sptY_shell","header":"opus_6_sptY_header"};
|
|
7398
7410
|
|
|
7399
7411
|
// ../../components/StatCard/StatCard.module.css
|
|
7400
7412
|
var StatCard_default = {"change":"opus_KIXsQY_change"};
|
|
@@ -7424,7 +7436,7 @@ function StatCard({
|
|
|
7424
7436
|
}
|
|
7425
7437
|
|
|
7426
7438
|
// ../../components/Gauge/Gauge.module.css
|
|
7427
|
-
var Gauge_default = {"
|
|
7439
|
+
var Gauge_default = {"heading":"opus_t6IuQe_heading","gauge":"opus_t6IuQe_gauge","change":"opus_t6IuQe_change","gaugeValue":"opus_t6IuQe_gaugeValue","header":"opus_t6IuQe_header","gaugeTrack":"opus_t6IuQe_gaugeTrack","gaugeCenter":"opus_t6IuQe_gaugeCenter","footerValue":"opus_t6IuQe_footerValue","footerLabel":"opus_t6IuQe_footerLabel","widget":"opus_t6IuQe_widget","body":"opus_t6IuQe_body","gaugeSlot":"opus_t6IuQe_gaugeSlot","summary":"opus_t6IuQe_summary","footerItem":"opus_t6IuQe_footerItem","footerTrend":"opus_t6IuQe_footerTrend","subtitle":"opus_t6IuQe_subtitle","gaugeSvg":"opus_t6IuQe_gaugeSvg","title":"opus_t6IuQe_title","footer":"opus_t6IuQe_footer"};
|
|
7428
7440
|
|
|
7429
7441
|
// ../../components/Gauge/Gauge.tsx
|
|
7430
7442
|
import { jsx as jsx51, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
@@ -7558,7 +7570,7 @@ function Gauge({
|
|
|
7558
7570
|
import { useId as useId16 } from "react";
|
|
7559
7571
|
|
|
7560
7572
|
// ../../components/Sparkline/Sparkline.module.css
|
|
7561
|
-
var Sparkline_default = {"
|
|
7573
|
+
var Sparkline_default = {"svg":"opus_xXtB87_svg","chart":"opus_xXtB87_chart","sparkline":"opus_xXtB87_sparkline","line":"opus_xXtB87_line","area":"opus_xXtB87_area","label":"opus_xXtB87_label","endPoint":"opus_xXtB87_endPoint"};
|
|
7562
7574
|
|
|
7563
7575
|
// ../../components/Sparkline/Sparkline.tsx
|
|
7564
7576
|
import { jsx as jsx52, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
@@ -7624,7 +7636,7 @@ function Sparkline({
|
|
|
7624
7636
|
}
|
|
7625
7637
|
|
|
7626
7638
|
// ../../components/ProgressRing/ProgressRing.module.css
|
|
7627
|
-
var ProgressRing_default = {"
|
|
7639
|
+
var ProgressRing_default = {"ring":"opus_YxX6Hh_ring","center":"opus_YxX6Hh_center","value":"opus_YxX6Hh_value","svg":"opus_YxX6Hh_svg","track":"opus_YxX6Hh_track"};
|
|
7628
7640
|
|
|
7629
7641
|
// ../../components/ProgressRing/ProgressRing.tsx
|
|
7630
7642
|
import { jsx as jsx53, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
@@ -7657,7 +7669,7 @@ function ProgressRing({ label, max = 100, value }) {
|
|
|
7657
7669
|
}
|
|
7658
7670
|
|
|
7659
7671
|
// ../../components/ProgressBar/ProgressBar.module.css
|
|
7660
|
-
var ProgressBar_default = {"
|
|
7672
|
+
var ProgressBar_default = {"track":"opus_q04AvA_track","header":"opus_q04AvA_header","bar":"opus_q04AvA_bar","fill":"opus_q04AvA_fill","label":"opus_q04AvA_label","value":"opus_q04AvA_value"};
|
|
7661
7673
|
|
|
7662
7674
|
// ../../components/ProgressBar/ProgressBar.tsx
|
|
7663
7675
|
import { jsx as jsx54, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
@@ -7677,7 +7689,7 @@ function ProgressBar({ label, max = 100, value }) {
|
|
|
7677
7689
|
}
|
|
7678
7690
|
|
|
7679
7691
|
// ../../components/Speedometer/Speedometer.module.css
|
|
7680
|
-
var Speedometer_default = {"
|
|
7692
|
+
var Speedometer_default = {"value":"opus__jpB7z_value","hub":"opus__jpB7z_hub","speedometer":"opus__jpB7z_speedometer","svg":"opus__jpB7z_svg","track":"opus__jpB7z_track","needle":"opus__jpB7z_needle","center":"opus__jpB7z_center"};
|
|
7681
7693
|
|
|
7682
7694
|
// ../../components/Speedometer/Speedometer.tsx
|
|
7683
7695
|
import { jsx as jsx55, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
@@ -7710,7 +7722,7 @@ function Speedometer({ label, max = 100, value }) {
|
|
|
7710
7722
|
}
|
|
7711
7723
|
|
|
7712
7724
|
// ../../components/MetricTile/MetricTile.module.css
|
|
7713
|
-
var MetricTile_default = {"
|
|
7725
|
+
var MetricTile_default = {"sparklineRail":"opus_-dz9KL_sparklineRail","sparklineReserve":"opus_-dz9KL_sparklineReserve","tile":"opus_-dz9KL_tile"};
|
|
7714
7726
|
|
|
7715
7727
|
// ../../components/MetricTile/MetricTile.tsx
|
|
7716
7728
|
import { jsx as jsx56, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
@@ -7728,7 +7740,7 @@ function MetricTile({ density = "comfortable", icon, label, sparkline, value })
|
|
|
7728
7740
|
}
|
|
7729
7741
|
|
|
7730
7742
|
// ../../components/StatusIndicator/StatusIndicator.module.css
|
|
7731
|
-
var StatusIndicator_default = {"
|
|
7743
|
+
var StatusIndicator_default = {"indicator":"opus_ZfaAEC_indicator","dot":"opus_ZfaAEC_dot"};
|
|
7732
7744
|
|
|
7733
7745
|
// ../../components/StatusIndicator/StatusIndicator.tsx
|
|
7734
7746
|
import { jsx as jsx57, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
@@ -7753,7 +7765,7 @@ function TrendBadge({ direction, value }) {
|
|
|
7753
7765
|
}
|
|
7754
7766
|
|
|
7755
7767
|
// ../../components/Panel/Panel.module.css
|
|
7756
|
-
var Panel_default = {"
|
|
7768
|
+
var Panel_default = {"footer":"opus_JZHUc__footer","description":"opus_JZHUc__description","title":"opus_JZHUc__title","header":"opus_JZHUc__header","body":"opus_JZHUc__body","heading":"opus_JZHUc__heading","headerActions":"opus_JZHUc__headerActions","panel":"opus_JZHUc__panel"};
|
|
7757
7769
|
|
|
7758
7770
|
// ../../components/Panel/Panel.tsx
|
|
7759
7771
|
import { jsx as jsx58, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
@@ -7937,7 +7949,7 @@ function resolveSectionGapVars(gap = "md") {
|
|
|
7937
7949
|
}
|
|
7938
7950
|
|
|
7939
7951
|
// ../../components/Section/Section.module.css
|
|
7940
|
-
var Section_default = {"
|
|
7952
|
+
var Section_default = {"section":"opus_FajZiH_section","header":"opus_FajZiH_header","column":"opus_FajZiH_column","title":"opus_FajZiH_title","row":"opus_FajZiH_row","body":"opus_FajZiH_body","description":"opus_FajZiH_description"};
|
|
7941
7953
|
|
|
7942
7954
|
// ../../components/Section/Section.tsx
|
|
7943
7955
|
import { jsx as jsx59, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
@@ -8018,7 +8030,7 @@ var Section = Object.assign(SectionRoot, {
|
|
|
8018
8030
|
});
|
|
8019
8031
|
|
|
8020
8032
|
// ../../components/Table/Table.module.css
|
|
8021
|
-
var Table_default = {"
|
|
8033
|
+
var Table_default = {"table":"opus_2q7S14_table","visuallyHidden":"opus_2q7S14_visuallyHidden","wrap":"opus_2q7S14_wrap","caption":"opus_2q7S14_caption","empty":"opus_2q7S14_empty"};
|
|
8022
8034
|
|
|
8023
8035
|
// ../../components/Table/Table.tsx
|
|
8024
8036
|
import { jsx as jsx60, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
@@ -8049,10 +8061,10 @@ function Table({
|
|
|
8049
8061
|
// ../../components/DataGrid/DataGrid.tsx
|
|
8050
8062
|
import { forwardRef, useCallback as useCallback11, useLayoutEffect as useLayoutEffect7, useMemo as useMemo14, useRef as useRef23, useState as useState29 } from "react";
|
|
8051
8063
|
import { faFilter } from "@fortawesome/free-solid-svg-icons";
|
|
8052
|
-
import { FontAwesomeIcon as
|
|
8064
|
+
import { FontAwesomeIcon as FontAwesomeIcon6 } from "@fortawesome/react-fontawesome";
|
|
8053
8065
|
|
|
8054
8066
|
// ../../components/DataGrid/DataGrid.module.css
|
|
8055
|
-
var DataGrid_default = {"
|
|
8067
|
+
var DataGrid_default = {"caption":"opus_zN0bNb_caption","headerCell":"opus_zN0bNb_headerCell","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","filterInput":"opus_zN0bNb_filterInput","gridBody":"opus_zN0bNb_gridBody","menuSection":"opus_zN0bNb_menuSection","menuLabel":"opus_zN0bNb_menuLabel","empty":"opus_zN0bNb_empty","grid":"opus_zN0bNb_grid","headerMenu":"opus_zN0bNb_headerMenu","corner":"opus_zN0bNb_corner","sortButton":"opus_zN0bNb_sortButton","visuallyHidden":"opus_zN0bNb_visuallyHidden","rowHeader":"opus_zN0bNb_rowHeader","headerLabel":"opus_zN0bNb_headerLabel","menuAction":"opus_zN0bNb_menuAction","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","frame":"opus_zN0bNb_frame","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","menuHost":"opus_zN0bNb_menuHost","headerControls":"opus_zN0bNb_headerControls","menuButton":"opus_zN0bNb_menuButton","menuChevron":"opus_zN0bNb_menuChevron","wrap":"opus_zN0bNb_wrap","sortIndicator":"opus_zN0bNb_sortIndicator"};
|
|
8056
8068
|
|
|
8057
8069
|
// ../../components/DataGrid/DataGrid.tsx
|
|
8058
8070
|
import { jsx as jsx61, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
@@ -8593,7 +8605,7 @@ function HeaderContent({
|
|
|
8593
8605
|
"data-filter-active": filterActive,
|
|
8594
8606
|
type: "button",
|
|
8595
8607
|
onClick: (event) => onMenuToggle(event.currentTarget),
|
|
8596
|
-
children: filterActive ? /* @__PURE__ */ jsx61(
|
|
8608
|
+
children: filterActive ? /* @__PURE__ */ jsx61(FontAwesomeIcon6, { className: DataGrid_default.menuFilterIcon, icon: faFilter }) : /* @__PURE__ */ jsx61("span", { "aria-hidden": "true", className: DataGrid_default.menuChevron })
|
|
8597
8609
|
}
|
|
8598
8610
|
) : null
|
|
8599
8611
|
] }) : null
|
|
@@ -10995,7 +11007,7 @@ function SpecializedChart(props) {
|
|
|
10995
11007
|
}
|
|
10996
11008
|
|
|
10997
11009
|
// ../../components/Chart/Chart.module.css
|
|
10998
|
-
var Chart_default = {"
|
|
11010
|
+
var Chart_default = {"area":"opus_L6guCK_area","seriesD":"opus_L6guCK_seriesD","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","axisLine":"opus_L6guCK_axisLine","sankeySideName":"opus_L6guCK_sankeySideName","chart":"opus_L6guCK_chart","land":"opus_L6guCK_land","mapLabel":"opus_L6guCK_mapLabel","link":"opus_L6guCK_link","line":"opus_L6guCK_line","legend":"opus_L6guCK_legend","svg":"opus_L6guCK_svg","valueLabel":"opus_L6guCK_valueLabel","grid":"opus_L6guCK_grid","radarGrid":"opus_L6guCK_radarGrid","legendItem":"opus_L6guCK_legendItem","sankeyNode":"opus_L6guCK_sankeyNode","seriesA":"opus_L6guCK_seriesA","mapValue":"opus_L6guCK_mapValue","title":"opus_L6guCK_title","funnelGuide":"opus_L6guCK_funnelGuide","funnel":"opus_L6guCK_funnel","packParent":"opus_L6guCK_packParent","treemapLabel":"opus_L6guCK_treemapLabel","sankeySideValue":"opus_L6guCK_sankeySideValue","sankeyLink":"opus_L6guCK_sankeyLink","axisTick":"opus_L6guCK_axisTick","mapLand":"opus_L6guCK_mapLand","meta":"opus_L6guCK_meta","graphLinkColored":"opus_L6guCK_graphLinkColored","wick":"opus_L6guCK_wick","sankeySideLabel":"opus_L6guCK_sankeySideLabel","seriesE":"opus_L6guCK_seriesE","graphLink":"opus_L6guCK_graphLink","funnelText":"opus_L6guCK_funnelText","packLabel":"opus_L6guCK_packLabel","header":"opus_L6guCK_header","ridge":"opus_L6guCK_ridge","mapRegion":"opus_L6guCK_mapRegion","axisLabels":"opus_L6guCK_axisLabels","seriesC":"opus_L6guCK_seriesC","axisTitle":"opus_L6guCK_axisTitle","legendSwatch":"opus_L6guCK_legendSwatch","seriesF":"opus_L6guCK_seriesF","seriesB":"opus_L6guCK_seriesB","bar":"opus_L6guCK_bar","graphNodeRing":"opus_L6guCK_graphNodeRing","ring":"opus_L6guCK_ring","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","axisGuide":"opus_L6guCK_axisGuide","graphNode":"opus_L6guCK_graphNode","radarArea":"opus_L6guCK_radarArea","point":"opus_L6guCK_point","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","graphLabel":"opus_L6guCK_graphLabel","slice":"opus_L6guCK_slice","axes":"opus_L6guCK_axes","violin":"opus_L6guCK_violin"};
|
|
10999
11011
|
|
|
11000
11012
|
// ../../components/Chart/Chart.tsx
|
|
11001
11013
|
import { Fragment as Fragment7, jsx as jsx63, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
@@ -12095,7 +12107,7 @@ function Chart({
|
|
|
12095
12107
|
}
|
|
12096
12108
|
|
|
12097
12109
|
// ../../components/Skeleton/Skeleton.module.css
|
|
12098
|
-
var Skeleton_default = {"
|
|
12110
|
+
var Skeleton_default = {"skeletonShimmer":"opus_27r9Md_skeletonShimmer","skeletonPulse":"opus_27r9Md_skeletonPulse","skeleton":"opus_27r9Md_skeleton","line":"opus_27r9Md_line","tableCell":"opus_27r9Md_tableCell","avatar":"opus_27r9Md_avatar","media":"opus_27r9Md_media","avatarContent":"opus_27r9Md_avatarContent","stack":"opus_27r9Md_stack","tableRow":"opus_27r9Md_tableRow"};
|
|
12099
12111
|
|
|
12100
12112
|
// ../../components/Skeleton/Skeleton.tsx
|
|
12101
12113
|
import { jsx as jsx64, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
@@ -12138,15 +12150,15 @@ function Skeleton({
|
|
|
12138
12150
|
// ../../components/Carousel/Carousel.tsx
|
|
12139
12151
|
import { useCallback as useCallback13, useEffect as useEffect24, useMemo as useMemo15, useRef as useRef26, useState as useState32 } from "react";
|
|
12140
12152
|
import { faChevronLeft, faChevronRight } from "@fortawesome/free-solid-svg-icons";
|
|
12141
|
-
import { FontAwesomeIcon as
|
|
12153
|
+
import { FontAwesomeIcon as FontAwesomeIcon8 } from "@fortawesome/react-fontawesome";
|
|
12142
12154
|
|
|
12143
12155
|
// ../../components/Lightbox/Lightbox.tsx
|
|
12144
12156
|
import { useCallback as useCallback12, useEffect as useEffect23, useRef as useRef25, useState as useState31 } from "react";
|
|
12145
|
-
import { faXmark } from "@fortawesome/free-solid-svg-icons";
|
|
12146
|
-
import { FontAwesomeIcon as
|
|
12157
|
+
import { faXmark as faXmark2 } from "@fortawesome/free-solid-svg-icons";
|
|
12158
|
+
import { FontAwesomeIcon as FontAwesomeIcon7 } from "@fortawesome/react-fontawesome";
|
|
12147
12159
|
|
|
12148
12160
|
// ../../components/Lightbox/Lightbox.module.css
|
|
12149
|
-
var Lightbox_default = {"
|
|
12161
|
+
var Lightbox_default = {"frame":"opus_s7Rpyv_frame","overlay":"opus_s7Rpyv_overlay","caption":"opus_s7Rpyv_caption","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","trigger":"opus_s7Rpyv_trigger","lightbox":"opus_s7Rpyv_lightbox","lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","image":"opus_s7Rpyv_image","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","close":"opus_s7Rpyv_close","closeIcon":"opus_s7Rpyv_closeIcon","panel":"opus_s7Rpyv_panel"};
|
|
12150
12162
|
|
|
12151
12163
|
// ../../components/Lightbox/Lightbox.tsx
|
|
12152
12164
|
import { jsx as jsx65, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
@@ -12245,7 +12257,7 @@ function Lightbox({
|
|
|
12245
12257
|
className: Lightbox_default.close,
|
|
12246
12258
|
type: "button",
|
|
12247
12259
|
onClick: () => setOpen(false),
|
|
12248
|
-
children: /* @__PURE__ */ jsx65(
|
|
12260
|
+
children: /* @__PURE__ */ jsx65(FontAwesomeIcon7, { "aria-hidden": "true", className: Lightbox_default.closeIcon, icon: faXmark2 })
|
|
12249
12261
|
}
|
|
12250
12262
|
),
|
|
12251
12263
|
/* @__PURE__ */ jsxs55("figure", { className: Lightbox_default.panel, children: [
|
|
@@ -12261,7 +12273,7 @@ function Lightbox({
|
|
|
12261
12273
|
}
|
|
12262
12274
|
|
|
12263
12275
|
// ../../components/Carousel/Carousel.module.css
|
|
12264
|
-
var Carousel_default = {"
|
|
12276
|
+
var Carousel_default = {"pip":"opus_N4occJ_pip","visuallyHidden":"opus_N4occJ_visuallyHidden","caption":"opus_N4occJ_caption","carousel":"opus_N4occJ_carousel","navIcon":"opus_N4occJ_navIcon","track":"opus_N4occJ_track","footer":"opus_N4occJ_footer","pips":"opus_N4occJ_pips","nav":"opus_N4occJ_nav","slide":"opus_N4occJ_slide","image":"opus_N4occJ_image","stage":"opus_N4occJ_stage","empty":"opus_N4occJ_empty"};
|
|
12265
12277
|
|
|
12266
12278
|
// ../../components/Carousel/Carousel.tsx
|
|
12267
12279
|
import { Fragment as Fragment8, jsx as jsx66, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
@@ -12473,7 +12485,7 @@ function Carousel({
|
|
|
12473
12485
|
disabled: isAnimating || !loopEnabled && trackIndex === 0,
|
|
12474
12486
|
type: "button",
|
|
12475
12487
|
onClick: handlePrevious,
|
|
12476
|
-
children: /* @__PURE__ */ jsx66(
|
|
12488
|
+
children: /* @__PURE__ */ jsx66(FontAwesomeIcon8, { "aria-hidden": "true", className: Carousel_default.navIcon, icon: faChevronLeft })
|
|
12477
12489
|
}
|
|
12478
12490
|
),
|
|
12479
12491
|
/* @__PURE__ */ jsx66(
|
|
@@ -12485,7 +12497,7 @@ function Carousel({
|
|
|
12485
12497
|
disabled: isAnimating || !loopEnabled && trackIndex === trackImages.length - 1,
|
|
12486
12498
|
type: "button",
|
|
12487
12499
|
onClick: handleNext,
|
|
12488
|
-
children: /* @__PURE__ */ jsx66(
|
|
12500
|
+
children: /* @__PURE__ */ jsx66(FontAwesomeIcon8, { "aria-hidden": "true", className: Carousel_default.navIcon, icon: faChevronRight })
|
|
12489
12501
|
}
|
|
12490
12502
|
),
|
|
12491
12503
|
showPips ? /* @__PURE__ */ jsx66("div", { "aria-label": "Choose slide", className: Carousel_default.pips, children: images.map((image, index) => {
|
|
@@ -12513,7 +12525,7 @@ function Carousel({
|
|
|
12513
12525
|
}
|
|
12514
12526
|
|
|
12515
12527
|
// ../../components/ImageThumbnail/ImageThumbnail.module.css
|
|
12516
|
-
var ImageThumbnail_default = {"
|
|
12528
|
+
var ImageThumbnail_default = {"figure":"opus_Gp1o-9_figure","image":"opus_Gp1o-9_image","caption":"opus_Gp1o-9_caption","thumbnail":"opus_Gp1o-9_thumbnail"};
|
|
12517
12529
|
|
|
12518
12530
|
// ../../components/ImageThumbnail/ImageThumbnail.tsx
|
|
12519
12531
|
import { jsx as jsx67, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
@@ -12552,7 +12564,7 @@ function ImageThumbnail({
|
|
|
12552
12564
|
}
|
|
12553
12565
|
|
|
12554
12566
|
// ../../components/ImageGallery/ImageGallery.module.css
|
|
12555
|
-
var ImageGallery_default = {"
|
|
12567
|
+
var ImageGallery_default = {"empty":"opus_bezg4E_empty","gallery":"opus_bezg4E_gallery"};
|
|
12556
12568
|
|
|
12557
12569
|
// ../../components/ImageGallery/ImageGallery.tsx
|
|
12558
12570
|
import { jsx as jsx68 } from "react/jsx-runtime";
|
|
@@ -12588,7 +12600,7 @@ import { createElement, useCallback as useCallback14, useEffect as useEffect26,
|
|
|
12588
12600
|
import { useEffect as useEffect25, useRef as useRef27, useState as useState33 } from "react";
|
|
12589
12601
|
|
|
12590
12602
|
// ../../components/ModelViewer/ModelViewer.module.css
|
|
12591
|
-
var ModelViewer_default = {"
|
|
12603
|
+
var ModelViewer_default = {"stage":"opus_f7gfHI_stage","caption":"opus_f7gfHI_caption","canvasHost":"opus_f7gfHI_canvasHost","model":"opus_f7gfHI_model","loading":"opus_f7gfHI_loading","viewer":"opus_f7gfHI_viewer"};
|
|
12592
12604
|
|
|
12593
12605
|
// ../../components/ModelViewer/FireBarrelModelViewer.tsx
|
|
12594
12606
|
import { jsx as jsx69, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
@@ -12802,11 +12814,11 @@ function StandardModelViewer({
|
|
|
12802
12814
|
|
|
12803
12815
|
// ../../components/ModelLightbox/ModelLightbox.tsx
|
|
12804
12816
|
import { useCallback as useCallback15, useEffect as useEffect27, useRef as useRef29, useState as useState35 } from "react";
|
|
12805
|
-
import { faXmark as
|
|
12806
|
-
import { FontAwesomeIcon as
|
|
12817
|
+
import { faXmark as faXmark3 } from "@fortawesome/free-solid-svg-icons";
|
|
12818
|
+
import { FontAwesomeIcon as FontAwesomeIcon9 } from "@fortawesome/react-fontawesome";
|
|
12807
12819
|
|
|
12808
12820
|
// ../../components/ModelLightbox/ModelLightbox.module.css
|
|
12809
|
-
var ModelLightbox_default = {"
|
|
12821
|
+
var ModelLightbox_default = {"modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","closeIcon":"opus_YYKGIB_closeIcon","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","overlay":"opus_YYKGIB_overlay","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","frame":"opus_YYKGIB_frame","close":"opus_YYKGIB_close","lightbox":"opus_YYKGIB_lightbox","trigger":"opus_YYKGIB_trigger","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn"};
|
|
12810
12822
|
|
|
12811
12823
|
// ../../components/ModelLightbox/ModelLightbox.tsx
|
|
12812
12824
|
import { jsx as jsx71, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
@@ -12898,7 +12910,7 @@ function ModelLightbox({
|
|
|
12898
12910
|
className: ModelLightbox_default.close,
|
|
12899
12911
|
type: "button",
|
|
12900
12912
|
onClick: () => setOpen(false),
|
|
12901
|
-
children: /* @__PURE__ */ jsx71(
|
|
12913
|
+
children: /* @__PURE__ */ jsx71(FontAwesomeIcon9, { "aria-hidden": "true", className: ModelLightbox_default.closeIcon, icon: faXmark3 })
|
|
12902
12914
|
}
|
|
12903
12915
|
),
|
|
12904
12916
|
/* @__PURE__ */ jsx71(ModelViewer, { asset, height: "lightbox", showCaption })
|
|
@@ -12911,7 +12923,7 @@ function ModelLightbox({
|
|
|
12911
12923
|
}
|
|
12912
12924
|
|
|
12913
12925
|
// ../../components/ModelThumbnail/ModelThumbnail.module.css
|
|
12914
|
-
var ModelThumbnail_default = {"
|
|
12926
|
+
var ModelThumbnail_default = {"caption":"opus_NkO9Yb_caption","staticThumbnail":"opus_NkO9Yb_staticThumbnail","content":"opus_NkO9Yb_content"};
|
|
12915
12927
|
|
|
12916
12928
|
// ../../components/ModelThumbnail/ModelThumbnail.tsx
|
|
12917
12929
|
import { jsx as jsx72, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
@@ -12978,7 +12990,7 @@ function ModelGallery({
|
|
|
12978
12990
|
import { useId as useId18 } from "react";
|
|
12979
12991
|
|
|
12980
12992
|
// ../../components/CatalogIcon/CatalogIcon.tsx
|
|
12981
|
-
import { FontAwesomeIcon as
|
|
12993
|
+
import { FontAwesomeIcon as FontAwesomeIcon10 } from "@fortawesome/react-fontawesome";
|
|
12982
12994
|
|
|
12983
12995
|
// ../../lib/fontAwesomeIconCatalog.ts
|
|
12984
12996
|
import { fas } from "@fortawesome/free-solid-svg-icons";
|
|
@@ -13025,11 +13037,11 @@ function filterFontAwesomeIcons(query) {
|
|
|
13025
13037
|
// ../../components/CatalogIcon/CatalogIcon.tsx
|
|
13026
13038
|
import { jsx as jsx74 } from "react/jsx-runtime";
|
|
13027
13039
|
function CatalogIcon({ iconName }) {
|
|
13028
|
-
return /* @__PURE__ */ jsx74(
|
|
13040
|
+
return /* @__PURE__ */ jsx74(FontAwesomeIcon10, { "aria-hidden": "true", icon: getFontAwesomeIconOption(iconName).icon });
|
|
13029
13041
|
}
|
|
13030
13042
|
|
|
13031
13043
|
// ../../components/EmptyState/EmptyState.module.css
|
|
13032
|
-
var EmptyState_default = {"
|
|
13044
|
+
var EmptyState_default = {"root":"opus_1KckGY_root","title":"opus_1KckGY_title","copy":"opus_1KckGY_copy","description":"opus_1KckGY_description","actions":"opus_1KckGY_actions","iconWrap":"opus_1KckGY_iconWrap"};
|
|
13033
13045
|
|
|
13034
13046
|
// ../../components/EmptyState/EmptyState.tsx
|
|
13035
13047
|
import { jsx as jsx75, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
@@ -13070,7 +13082,7 @@ import {
|
|
|
13070
13082
|
} from "react";
|
|
13071
13083
|
|
|
13072
13084
|
// ../../components/Sidebar/Sidebar.module.css
|
|
13073
|
-
var Sidebar_default = {"
|
|
13085
|
+
var Sidebar_default = {"nav":"opus_4Pogux_nav","groupToggle":"opus_4Pogux_groupToggle","groupChevron":"opus_4Pogux_groupChevron","groupItems":"opus_4Pogux_groupItems","visuallyHidden":"opus_4Pogux_visuallyHidden","headerTitle":"opus_4Pogux_headerTitle","groupItemsWrap":"opus_4Pogux_groupItemsWrap","groupHeader":"opus_4Pogux_groupHeader","header":"opus_4Pogux_header","body":"opus_4Pogux_body","link":"opus_4Pogux_link","headerInner":"opus_4Pogux_headerInner","groupChevronOpen":"opus_4Pogux_groupChevronOpen","groupLabel":"opus_4Pogux_groupLabel","layout":"opus_4Pogux_layout","sidebar":"opus_4Pogux_sidebar","main":"opus_4Pogux_main","linkActive":"opus_4Pogux_linkActive","group":"opus_4Pogux_group","footer":"opus_4Pogux_footer"};
|
|
13074
13086
|
|
|
13075
13087
|
// ../../components/Sidebar/Sidebar.tsx
|
|
13076
13088
|
import { Fragment as Fragment9, jsx as jsx76, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
@@ -13282,10 +13294,10 @@ function AccentColorPicker({
|
|
|
13282
13294
|
|
|
13283
13295
|
// ../../components/IconPicker/IconPicker.tsx
|
|
13284
13296
|
import { useEffect as useEffect29, useId as useId19, useMemo as useMemo17, useRef as useRef30, useState as useState38 } from "react";
|
|
13285
|
-
import { FontAwesomeIcon as
|
|
13297
|
+
import { FontAwesomeIcon as FontAwesomeIcon11 } from "@fortawesome/react-fontawesome";
|
|
13286
13298
|
|
|
13287
13299
|
// ../../components/IconPicker/IconPicker.module.css
|
|
13288
|
-
var IconPicker_default = {"
|
|
13300
|
+
var IconPicker_default = {"empty":"opus_4E-Oa1_empty","triggerIcon":"opus_4E-Oa1_triggerIcon","trigger":"opus_4E-Oa1_trigger","option":"opus_4E-Oa1_option","menu":"opus_4E-Oa1_menu","optionIcon":"opus_4E-Oa1_optionIcon","root":"opus_4E-Oa1_root","triggerLabel":"opus_4E-Oa1_triggerLabel","chevron":"opus_4E-Oa1_chevron","search":"opus_4E-Oa1_search","grid":"opus_4E-Oa1_grid"};
|
|
13289
13301
|
|
|
13290
13302
|
// ../../components/IconPicker/IconPicker.tsx
|
|
13291
13303
|
import { jsx as jsx78, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
@@ -13344,7 +13356,7 @@ function IconPicker({
|
|
|
13344
13356
|
type: "button",
|
|
13345
13357
|
onClick: () => setOpen((current) => !current),
|
|
13346
13358
|
children: [
|
|
13347
|
-
/* @__PURE__ */ jsx78("span", { "aria-hidden": "true", className: IconPicker_default.triggerIcon, children: /* @__PURE__ */ jsx78(
|
|
13359
|
+
/* @__PURE__ */ jsx78("span", { "aria-hidden": "true", className: IconPicker_default.triggerIcon, children: /* @__PURE__ */ jsx78(FontAwesomeIcon11, { icon: selected.icon }) }),
|
|
13348
13360
|
/* @__PURE__ */ jsx78("span", { className: IconPicker_default.triggerLabel, children: selected.label })
|
|
13349
13361
|
]
|
|
13350
13362
|
}
|
|
@@ -13378,7 +13390,7 @@ function IconPicker({
|
|
|
13378
13390
|
setOpen(false);
|
|
13379
13391
|
setQuery("");
|
|
13380
13392
|
},
|
|
13381
|
-
children: /* @__PURE__ */ jsx78("span", { "aria-hidden": "true", className: IconPicker_default.optionIcon, children: /* @__PURE__ */ jsx78(
|
|
13393
|
+
children: /* @__PURE__ */ jsx78("span", { "aria-hidden": "true", className: IconPicker_default.optionIcon, children: /* @__PURE__ */ jsx78(FontAwesomeIcon11, { icon: entry.icon }) })
|
|
13382
13394
|
},
|
|
13383
13395
|
entry.iconName
|
|
13384
13396
|
)) : /* @__PURE__ */ jsx78("p", { className: IconPicker_default.empty, children: "No icons match your search." }) })
|