opus-react 0.3.0 → 0.3.1
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 +362 -182
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +404 -6
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +65 -3
- package/dist/index.d.ts +65 -3
- package/dist/index.js +356 -178
- 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/shared/inputControlSizes.module.css
|
|
430
|
-
var inputControlSizes_default = {"
|
|
430
|
+
var inputControlSizes_default = {"sizeMd":"opus_8ChDQJ_sizeMd","sizeSm":"opus_8ChDQJ_sizeSm","sizeLg":"opus_8ChDQJ_sizeLg"};
|
|
431
431
|
|
|
432
432
|
// ../../components/fields/shared/inputControlSizes.ts
|
|
433
433
|
var inputControlSizeClassName = {
|
|
@@ -437,7 +437,7 @@ var inputControlSizeClassName = {
|
|
|
437
437
|
};
|
|
438
438
|
|
|
439
439
|
// ../../components/fields/Button/Button.module.css
|
|
440
|
-
var Button_default = {"
|
|
440
|
+
var Button_default = {"secondary":"opus_lZkc26_secondary","button":"opus_lZkc26_button","light":"opus_lZkc26_light","primary":"opus_lZkc26_primary","link":"opus_lZkc26_link","success":"opus_lZkc26_success","danger":"opus_lZkc26_danger","warning":"opus_lZkc26_warning","dark":"opus_lZkc26_dark","info":"opus_lZkc26_info"};
|
|
441
441
|
|
|
442
442
|
// ../../components/fields/Button/Button.tsx
|
|
443
443
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -486,7 +486,7 @@ import {
|
|
|
486
486
|
import { createPortal } from "react-dom";
|
|
487
487
|
|
|
488
488
|
// ../../components/Tooltip/Tooltip.module.css
|
|
489
|
-
var Tooltip_default = {"
|
|
489
|
+
var Tooltip_default = {"triggerWrap":"opus_R70RbH_triggerWrap","bottom":"opus_R70RbH_bottom","arrow":"opus_R70RbH_arrow","popup":"opus_R70RbH_popup","left":"opus_R70RbH_left","root":"opus_R70RbH_root","right":"opus_R70RbH_right","trigger":"opus_R70RbH_trigger","top":"opus_R70RbH_top"};
|
|
490
490
|
|
|
491
491
|
// ../../components/Tooltip/Tooltip.tsx
|
|
492
492
|
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
|
@@ -655,7 +655,7 @@ function Tooltip({
|
|
|
655
655
|
}
|
|
656
656
|
|
|
657
657
|
// ../../components/fields/FieldShell/FieldShell.module.css
|
|
658
|
-
var FieldShell_default = {"
|
|
658
|
+
var FieldShell_default = {"flaggedStart":"opus_zNi12Z_flaggedStart","required":"opus_zNi12Z_required","flaggedCenter":"opus_zNi12Z_flaggedCenter","labelFlagged":"opus_zNi12Z_labelFlagged","labelRight":"opus_zNi12Z_labelRight","errorFlagged":"opus_zNi12Z_errorFlagged","stacked":"opus_zNi12Z_stacked","flagged":"opus_zNi12Z_flagged","error":"opus_zNi12Z_error","stackedRight":"opus_zNi12Z_stackedRight","fitContent":"opus_zNi12Z_fitContent","root":"opus_zNi12Z_root","controlFlagged":"opus_zNi12Z_controlFlagged","compactControl":"opus_zNi12Z_compactControl","stackedLeft":"opus_zNi12Z_stackedLeft","labelLeft":"opus_zNi12Z_labelLeft","label":"opus_zNi12Z_label","control":"opus_zNi12Z_control","visuallyHidden":"opus_zNi12Z_visuallyHidden"};
|
|
659
659
|
|
|
660
660
|
// ../../components/fields/FieldShell/FieldShell.tsx
|
|
661
661
|
import { Fragment, jsx as jsx3, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
@@ -780,10 +780,10 @@ function FieldShell({
|
|
|
780
780
|
}
|
|
781
781
|
|
|
782
782
|
// ../../components/fields/CheckboxField/CheckboxField.module.css
|
|
783
|
-
var CheckboxField_default = {"
|
|
783
|
+
var CheckboxField_default = {"toggleLabel":"opus_g-5tlR_toggleLabel","nativeInput":"opus_g-5tlR_nativeInput","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","square":"opus_g-5tlR_square"};
|
|
784
784
|
|
|
785
785
|
// ../../components/fields/shared/choiceControlSizes.module.css
|
|
786
|
-
var choiceControlSizes_default = {"sizeSm":"opus_4er5Uc_sizeSm","
|
|
786
|
+
var choiceControlSizes_default = {"sizeSm":"opus_4er5Uc_sizeSm","sizeLg":"opus_4er5Uc_sizeLg","sizeMd":"opus_4er5Uc_sizeMd"};
|
|
787
787
|
|
|
788
788
|
// ../../components/fields/shared/choiceControlSizes.ts
|
|
789
789
|
var choiceControlSizeClassName = {
|
|
@@ -853,7 +853,7 @@ function CheckboxField({
|
|
|
853
853
|
}
|
|
854
854
|
|
|
855
855
|
// ../../components/fields/ColorField/ColorField.module.css
|
|
856
|
-
var ColorField_default = {"
|
|
856
|
+
var ColorField_default = {"swatch":"opus_Z7jeX4_swatch","nativeInput":"opus_Z7jeX4_nativeInput","icon":"opus_Z7jeX4_icon","error":"opus_Z7jeX4_error","value":"opus_Z7jeX4_value","picker":"opus_Z7jeX4_picker"};
|
|
857
857
|
|
|
858
858
|
// ../../components/fields/ColorField/ColorField.tsx
|
|
859
859
|
import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
@@ -962,7 +962,7 @@ function DateField({
|
|
|
962
962
|
}
|
|
963
963
|
|
|
964
964
|
// ../../components/fields/HiddenField/HiddenField.module.css
|
|
965
|
-
var HiddenField_default = {"
|
|
965
|
+
var HiddenField_default = {"preview":"opus_kL1YXS_preview","meta":"opus_kL1YXS_meta","note":"opus_kL1YXS_note"};
|
|
966
966
|
|
|
967
967
|
// ../../components/fields/HiddenField/HiddenField.tsx
|
|
968
968
|
import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
@@ -1011,7 +1011,7 @@ function HiddenField({
|
|
|
1011
1011
|
}
|
|
1012
1012
|
|
|
1013
1013
|
// ../../components/fields/FileField/FileField.module.css
|
|
1014
|
-
var FileField_default = {"
|
|
1014
|
+
var FileField_default = {"title":"opus_aOsPA7_title","icon":"opus_aOsPA7_icon","hint":"opus_aOsPA7_hint","footnote":"opus_aOsPA7_footnote","drop":"opus_aOsPA7_drop","dropError":"opus_aOsPA7_dropError","content":"opus_aOsPA7_content","wrapper":"opus_aOsPA7_wrapper","action":"opus_aOsPA7_action","input":"opus_aOsPA7_input","iconSvg":"opus_aOsPA7_iconSvg","dragging":"opus_aOsPA7_dragging"};
|
|
1015
1015
|
|
|
1016
1016
|
// ../../components/fields/FileField/FileField.tsx
|
|
1017
1017
|
import {
|
|
@@ -1278,7 +1278,7 @@ async function cropCircularImage(image, viewportSize, outputSize, state, fileNam
|
|
|
1278
1278
|
}
|
|
1279
1279
|
|
|
1280
1280
|
// ../../components/fields/ImageCropUploadField/ImageCropUploadField.module.css
|
|
1281
|
-
var ImageCropUploadField_default = {"
|
|
1281
|
+
var ImageCropUploadField_default = {"root":"opus_itxBv9_root","viewportRing":"opus_itxBv9_viewportRing","actions":"opus_itxBv9_actions","dropIcon":"opus_itxBv9_dropIcon","instruction":"opus_itxBv9_instruction","previewCard":"opus_itxBv9_previewCard","zoomLabel":"opus_itxBv9_zoomLabel","dropContent":"opus_itxBv9_dropContent","dropError":"opus_itxBv9_dropError","dropAction":"opus_itxBv9_dropAction","dropIconSvg":"opus_itxBv9_dropIconSvg","viewportImage":"opus_itxBv9_viewportImage","zoomButton":"opus_itxBv9_zoomButton","dropHint":"opus_itxBv9_dropHint","viewport":"opus_itxBv9_viewport","previewCameraButton":"opus_itxBv9_previewCameraButton","previewCopy":"opus_itxBv9_previewCopy","previewFrame":"opus_itxBv9_previewFrame","zoomRow":"opus_itxBv9_zoomRow","viewportDragging":"opus_itxBv9_viewportDragging","previewRow":"opus_itxBv9_previewRow","hiddenInput":"opus_itxBv9_hiddenInput","previewTitle":"opus_itxBv9_previewTitle","dropTitle":"opus_itxBv9_dropTitle","zoomSlider":"opus_itxBv9_zoomSlider","changeLink":"opus_itxBv9_changeLink","previewImage":"opus_itxBv9_previewImage","previewHint":"opus_itxBv9_previewHint","drop":"opus_itxBv9_drop","editor":"opus_itxBv9_editor","dragging":"opus_itxBv9_dragging"};
|
|
1282
1282
|
|
|
1283
1283
|
// ../../components/fields/ImageCropUploadField/ImageCropUploadField.tsx
|
|
1284
1284
|
import { Fragment as Fragment3, jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
@@ -1702,7 +1702,7 @@ function ImageCropUploadField({
|
|
|
1702
1702
|
import { useEffect as useEffect3, useState as useState4 } from "react";
|
|
1703
1703
|
|
|
1704
1704
|
// ../../components/fields/NumberField/NumberField.module.css
|
|
1705
|
-
var NumberField_default = {"
|
|
1705
|
+
var NumberField_default = {"input":"opus_L272Dk_input","button":"opus_L272Dk_button","stepper":"opus_L272Dk_stepper","error":"opus_L272Dk_error"};
|
|
1706
1706
|
|
|
1707
1707
|
// ../../components/fields/numericUtils.ts
|
|
1708
1708
|
function decimalPlacesFromStep(step) {
|
|
@@ -1881,7 +1881,7 @@ function NumberField({
|
|
|
1881
1881
|
import { createContext as createContext2, useContext as useContext2, useId as useId3 } from "react";
|
|
1882
1882
|
|
|
1883
1883
|
// ../../components/fields/RadioGroup/RadioGroup.module.css
|
|
1884
|
-
var RadioGroup_default = {"
|
|
1884
|
+
var RadioGroup_default = {"options":"opus_O-1nor_options","nativeInput":"opus_O-1nor_nativeInput","shell":"opus_O-1nor_shell","option":"opus_O-1nor_option","choice":"opus_O-1nor_choice","square":"opus_O-1nor_square","error":"opus_O-1nor_error","visual":"opus_O-1nor_visual","round":"opus_O-1nor_round"};
|
|
1885
1885
|
|
|
1886
1886
|
// ../../components/fields/RadioGroup/RadioGroup.tsx
|
|
1887
1887
|
import { jsx as jsx12, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
@@ -1979,7 +1979,7 @@ function Radio({ children, error, name, shape, value, defaultChecked }) {
|
|
|
1979
1979
|
import { useId as useId4, useRef as useRef4, useState as useState5 } from "react";
|
|
1980
1980
|
|
|
1981
1981
|
// ../../components/fields/ChipInputField/ChipInputField.module.css
|
|
1982
|
-
var ChipInputField_default = {"
|
|
1982
|
+
var ChipInputField_default = {"readOnly":"opus_IOOYwh_readOnly","remove":"opus_IOOYwh_remove","input":"opus_IOOYwh_input","error":"opus_IOOYwh_error","field":"opus_IOOYwh_field","chip":"opus_IOOYwh_chip","disabled":"opus_IOOYwh_disabled","shell":"opus_IOOYwh_shell","chipLabel":"opus_IOOYwh_chipLabel"};
|
|
1983
1983
|
|
|
1984
1984
|
// ../../components/fields/ChipInputField/ChipInputField.tsx
|
|
1985
1985
|
import { jsx as jsx13, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
@@ -2116,7 +2116,7 @@ function ChipInput({
|
|
|
2116
2116
|
var ChipInputField = ChipInput;
|
|
2117
2117
|
|
|
2118
2118
|
// ../../components/fields/ChoiceChipsField/ChoiceChipsField.module.css
|
|
2119
|
-
var ChoiceChipsField_default = {"
|
|
2119
|
+
var ChoiceChipsField_default = {"root":"opus_X6xFEA_root","optionDisabled":"opus_X6xFEA_optionDisabled","indicator":"opus_X6xFEA_indicator","selected":"opus_X6xFEA_selected","shell":"opus_X6xFEA_shell","disabled":"opus_X6xFEA_disabled","chip":"opus_X6xFEA_chip"};
|
|
2120
2120
|
|
|
2121
2121
|
// ../../components/fields/ChoiceChipsField/ChoiceChipsField.tsx
|
|
2122
2122
|
import { jsx as jsx14, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
@@ -2202,7 +2202,7 @@ function ChoiceChips({
|
|
|
2202
2202
|
var ChoiceChipsField = ChoiceChips;
|
|
2203
2203
|
|
|
2204
2204
|
// ../../components/fields/RangeField/RangeField.module.css
|
|
2205
|
-
var RangeField_default = {"
|
|
2205
|
+
var RangeField_default = {"value":"opus_iRHQuG_value","fieldLabel":"opus_iRHQuG_fieldLabel","footer":"opus_iRHQuG_footer","error":"opus_iRHQuG_error","slider":"opus_iRHQuG_slider","topRow":"opus_iRHQuG_topRow","wrap":"opus_iRHQuG_wrap"};
|
|
2206
2206
|
|
|
2207
2207
|
// ../../components/fields/RangeField/RangeField.tsx
|
|
2208
2208
|
import { jsx as jsx15, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
@@ -2275,7 +2275,7 @@ function RangeField({
|
|
|
2275
2275
|
}
|
|
2276
2276
|
|
|
2277
2277
|
// ../../components/fields/SelectField/SelectField.module.css
|
|
2278
|
-
var SelectField_default = {"
|
|
2278
|
+
var SelectField_default = {"error":"opus_m2ObG0_error","wrap":"opus_m2ObG0_wrap","select":"opus_m2ObG0_select"};
|
|
2279
2279
|
|
|
2280
2280
|
// ../../components/fields/SelectField/SelectField.tsx
|
|
2281
2281
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
@@ -2320,7 +2320,7 @@ function SelectField({
|
|
|
2320
2320
|
}
|
|
2321
2321
|
|
|
2322
2322
|
// ../../components/fields/SwitchField/SwitchField.module.css
|
|
2323
|
-
var SwitchField_default = {"
|
|
2323
|
+
var SwitchField_default = {"toggle":"opus_t9NLEA_toggle","error":"opus_t9NLEA_error","track":"opus_t9NLEA_track","shell":"opus_t9NLEA_shell"};
|
|
2324
2324
|
|
|
2325
2325
|
// ../../components/fields/SwitchField/SwitchField.tsx
|
|
2326
2326
|
import { jsx as jsx17 } from "react/jsx-runtime";
|
|
@@ -2372,7 +2372,7 @@ function SwitchField({
|
|
|
2372
2372
|
import { useId as useId5 } from "react";
|
|
2373
2373
|
|
|
2374
2374
|
// ../../components/fields/TextAreaField/TextAreaField.module.css
|
|
2375
|
-
var TextAreaField_default = {"
|
|
2375
|
+
var TextAreaField_default = {"footer":"opus_FjhWmh_footer","footerError":"opus_FjhWmh_footerError","withCount":"opus_FjhWmh_withCount","inlineCount":"opus_FjhWmh_inlineCount","field":"opus_FjhWmh_field","inputWrap":"opus_FjhWmh_inputWrap","error":"opus_FjhWmh_error","textarea":"opus_FjhWmh_textarea","externalCount":"opus_FjhWmh_externalCount"};
|
|
2376
2376
|
|
|
2377
2377
|
// ../../components/fields/TextAreaField/TextAreaField.tsx
|
|
2378
2378
|
import { jsx as jsx18, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
@@ -2479,7 +2479,7 @@ import {
|
|
|
2479
2479
|
} from "@fortawesome/free-solid-svg-icons";
|
|
2480
2480
|
|
|
2481
2481
|
// ../../components/fields/RichTextField/RichTextField.module.css
|
|
2482
|
-
var RichTextField_default = {"
|
|
2482
|
+
var RichTextField_default = {"colorInput":"opus_6HFqZH_colorInput","toolbarButton":"opus_6HFqZH_toolbarButton","divider":"opus_6HFqZH_divider","editorShell":"opus_6HFqZH_editorShell","toolbar":"opus_6HFqZH_toolbar","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive","readOnly":"opus_6HFqZH_readOnly","modal":"opus_6HFqZH_modal","modalOverlay":"opus_6HFqZH_modalOverlay","modalField":"opus_6HFqZH_modalField","modalNumber":"opus_6HFqZH_modalNumber","modalDimensions":"opus_6HFqZH_modalDimensions","toolbarIcon":"opus_6HFqZH_toolbarIcon","modalTimes":"opus_6HFqZH_modalTimes","modalInput":"opus_6HFqZH_modalInput","modalConfirm":"opus_6HFqZH_modalConfirm","error":"opus_6HFqZH_error","field":"opus_6HFqZH_field","blockSelect":"opus_6HFqZH_blockSelect","colorSwatch":"opus_6HFqZH_colorSwatch","modalActions":"opus_6HFqZH_modalActions","editor":"opus_6HFqZH_editor","modalLabel":"opus_6HFqZH_modalLabel","modalTitle":"opus_6HFqZH_modalTitle","modalDimensionField":"opus_6HFqZH_modalDimensionField","modalCancel":"opus_6HFqZH_modalCancel"};
|
|
2483
2483
|
|
|
2484
2484
|
// ../../components/fields/RichTextField/RichTextField.tsx
|
|
2485
2485
|
import { jsx as jsx19, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
@@ -3128,7 +3128,7 @@ import { FontAwesomeIcon as FontAwesomeIcon4 } from "@fortawesome/react-fontawes
|
|
|
3128
3128
|
import { faMagnifyingGlass } from "@fortawesome/free-solid-svg-icons";
|
|
3129
3129
|
|
|
3130
3130
|
// ../../components/fields/shared/fieldControl.module.css
|
|
3131
|
-
var fieldControl_default = {"
|
|
3131
|
+
var fieldControl_default = {"prefixIcon":"opus_1Q5xBh_prefixIcon","panelFooter":"opus_1Q5xBh_panelFooter","search":"opus_1Q5xBh_search","error":"opus_1Q5xBh_error","triggerError":"opus_1Q5xBh_triggerError","passwordWrap":"opus_1Q5xBh_passwordWrap","passwordToggleSlot":"opus_1Q5xBh_passwordToggleSlot","input":"opus_1Q5xBh_input","passwordInput":"opus_1Q5xBh_passwordInput","passwordToggle":"opus_1Q5xBh_passwordToggle","triggerOpen":"opus_1Q5xBh_triggerOpen","prefixIconSvg":"opus_1Q5xBh_prefixIconSvg","placeholder":"opus_1Q5xBh_placeholder","trigger":"opus_1Q5xBh_trigger","actionButton":"opus_1Q5xBh_actionButton","searchWrap":"opus_1Q5xBh_searchWrap","searchWrapError":"opus_1Q5xBh_searchWrapError","groupLabel":"opus_1Q5xBh_groupLabel","panel":"opus_1Q5xBh_panel","option":"opus_1Q5xBh_option","searchInput":"opus_1Q5xBh_searchInput","list":"opus_1Q5xBh_list","endAdornment":"opus_1Q5xBh_endAdornment","chevron":"opus_1Q5xBh_chevron","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary"};
|
|
3132
3132
|
|
|
3133
3133
|
// ../../components/fields/shared/PasswordToggle.tsx
|
|
3134
3134
|
import { FontAwesomeIcon as FontAwesomeIcon3 } from "@fortawesome/react-fontawesome";
|
|
@@ -3156,7 +3156,9 @@ function TextField({
|
|
|
3156
3156
|
error,
|
|
3157
3157
|
help,
|
|
3158
3158
|
id,
|
|
3159
|
+
inputRef,
|
|
3159
3160
|
label,
|
|
3161
|
+
labelVisuallyHidden,
|
|
3160
3162
|
labelPosition = "left",
|
|
3161
3163
|
mode = "stacked",
|
|
3162
3164
|
placeholder,
|
|
@@ -3164,6 +3166,7 @@ function TextField({
|
|
|
3164
3166
|
size = "md",
|
|
3165
3167
|
type,
|
|
3166
3168
|
value,
|
|
3169
|
+
endAdornment,
|
|
3167
3170
|
onChange
|
|
3168
3171
|
}) {
|
|
3169
3172
|
const shellAria = useFieldShellAria();
|
|
@@ -3182,6 +3185,7 @@ function TextField({
|
|
|
3182
3185
|
isPassword ? fieldControl_default.passwordInput : ""
|
|
3183
3186
|
].filter(Boolean).join(" "),
|
|
3184
3187
|
id,
|
|
3188
|
+
ref: inputRef,
|
|
3185
3189
|
placeholder,
|
|
3186
3190
|
onChange,
|
|
3187
3191
|
type: inputType,
|
|
@@ -3195,6 +3199,7 @@ function TextField({
|
|
|
3195
3199
|
help,
|
|
3196
3200
|
id,
|
|
3197
3201
|
label,
|
|
3202
|
+
labelVisuallyHidden,
|
|
3198
3203
|
labelPosition,
|
|
3199
3204
|
mode,
|
|
3200
3205
|
required,
|
|
@@ -3208,7 +3213,8 @@ function TextField({
|
|
|
3208
3213
|
].filter(Boolean).join(" "),
|
|
3209
3214
|
children: [
|
|
3210
3215
|
/* @__PURE__ */ jsx21("span", { "aria-hidden": "true", className: fieldControl_default.prefixIcon, children: /* @__PURE__ */ jsx21(FontAwesomeIcon4, { className: fieldControl_default.prefixIconSvg, icon: faMagnifyingGlass }) }),
|
|
3211
|
-
inputEl
|
|
3216
|
+
inputEl,
|
|
3217
|
+
endAdornment ? /* @__PURE__ */ jsx21("span", { className: fieldControl_default.endAdornment, children: endAdornment }) : null
|
|
3212
3218
|
]
|
|
3213
3219
|
}
|
|
3214
3220
|
) : isPassword ? /* @__PURE__ */ jsxs15("div", { className: `${fieldControl_default.passwordWrap} ${sizeClass}`, children: [
|
|
@@ -3231,7 +3237,7 @@ import { FontAwesomeIcon as FontAwesomeIcon5 } from "@fortawesome/react-fontawes
|
|
|
3231
3237
|
import { faMoon, faSun } from "@fortawesome/free-solid-svg-icons";
|
|
3232
3238
|
|
|
3233
3239
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.module.css
|
|
3234
|
-
var ThemeToggleField_default = {"indicator":"opus_SwerMA_indicator","
|
|
3240
|
+
var ThemeToggleField_default = {"indicator":"opus_SwerMA_indicator","option":"opus_SwerMA_option","active":"opus_SwerMA_active","toggle":"opus_SwerMA_toggle"};
|
|
3235
3241
|
|
|
3236
3242
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.tsx
|
|
3237
3243
|
import { jsx as jsx22, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
@@ -3246,6 +3252,7 @@ function ThemeToggleField({
|
|
|
3246
3252
|
value,
|
|
3247
3253
|
onChange
|
|
3248
3254
|
}) {
|
|
3255
|
+
const nextTheme = value === "light" ? "dark" : "light";
|
|
3249
3256
|
return /* @__PURE__ */ jsx22(
|
|
3250
3257
|
FieldShell,
|
|
3251
3258
|
{
|
|
@@ -3259,38 +3266,42 @@ function ThemeToggleField({
|
|
|
3259
3266
|
labelTag: "div",
|
|
3260
3267
|
labelVisuallyHidden,
|
|
3261
3268
|
mode,
|
|
3262
|
-
children: /* @__PURE__ */ jsxs16(
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
{
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3269
|
+
children: /* @__PURE__ */ jsxs16(
|
|
3270
|
+
"button",
|
|
3271
|
+
{
|
|
3272
|
+
"aria-label": `Switch to ${nextTheme} theme`,
|
|
3273
|
+
"aria-pressed": value === "dark",
|
|
3274
|
+
className: ThemeToggleField_default.toggle,
|
|
3275
|
+
onClick: () => onChange(nextTheme),
|
|
3276
|
+
type: "button",
|
|
3277
|
+
children: [
|
|
3278
|
+
/* @__PURE__ */ jsx22(
|
|
3279
|
+
"span",
|
|
3280
|
+
{
|
|
3281
|
+
"aria-hidden": "true",
|
|
3282
|
+
className: ThemeToggleField_default.indicator,
|
|
3283
|
+
"data-active": value
|
|
3284
|
+
}
|
|
3285
|
+
),
|
|
3286
|
+
/* @__PURE__ */ jsx22(
|
|
3287
|
+
"span",
|
|
3288
|
+
{
|
|
3289
|
+
"aria-hidden": "true",
|
|
3290
|
+
className: `${ThemeToggleField_default.option} ${value === "light" ? ThemeToggleField_default.active : ""}`,
|
|
3291
|
+
children: /* @__PURE__ */ jsx22(FontAwesomeIcon5, { "aria-hidden": "true", icon: faSun })
|
|
3292
|
+
}
|
|
3293
|
+
),
|
|
3294
|
+
/* @__PURE__ */ jsx22(
|
|
3295
|
+
"span",
|
|
3296
|
+
{
|
|
3297
|
+
"aria-hidden": "true",
|
|
3298
|
+
className: `${ThemeToggleField_default.option} ${value === "dark" ? ThemeToggleField_default.active : ""}`,
|
|
3299
|
+
children: /* @__PURE__ */ jsx22(FontAwesomeIcon5, { "aria-hidden": "true", icon: faMoon })
|
|
3300
|
+
}
|
|
3301
|
+
)
|
|
3302
|
+
]
|
|
3303
|
+
}
|
|
3304
|
+
)
|
|
3294
3305
|
}
|
|
3295
3306
|
);
|
|
3296
3307
|
}
|
|
@@ -3568,7 +3579,7 @@ function MultiSelectField({
|
|
|
3568
3579
|
import { useState as useState10 } from "react";
|
|
3569
3580
|
|
|
3570
3581
|
// ../../components/fields/TransferListField/TransferListField.module.css
|
|
3571
|
-
var TransferListField_default = {"
|
|
3582
|
+
var TransferListField_default = {"itemActive":"opus_NPBFZk_itemActive","controlButton":"opus_NPBFZk_controlButton","column":"opus_NPBFZk_column","columnHeader":"opus_NPBFZk_columnHeader","root":"opus_NPBFZk_root","controls":"opus_NPBFZk_controls","item":"opus_NPBFZk_item","list":"opus_NPBFZk_list"};
|
|
3572
3583
|
|
|
3573
3584
|
// ../../components/fields/TransferListField/TransferListField.tsx
|
|
3574
3585
|
import { jsx as jsx25, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
@@ -3690,7 +3701,7 @@ import { FontAwesomeIcon as FontAwesomeIcon6 } from "@fortawesome/react-fontawes
|
|
|
3690
3701
|
import { faCheck, faXmark } from "@fortawesome/free-solid-svg-icons";
|
|
3691
3702
|
|
|
3692
3703
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.module.css
|
|
3693
|
-
var PasswordStrengthField_default = {"
|
|
3704
|
+
var PasswordStrengthField_default = {"meterLabel":"opus_S1A372_meterLabel","meterTrack":"opus_S1A372_meterTrack","requirements":"opus_S1A372_requirements","requirement":"opus_S1A372_requirement","requirementIcon":"opus_S1A372_requirementIcon","root":"opus_S1A372_root","meterFill":"opus_S1A372_meterFill","requirementMet":"opus_S1A372_requirementMet","meterWrap":"opus_S1A372_meterWrap"};
|
|
3694
3705
|
|
|
3695
3706
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.tsx
|
|
3696
3707
|
import { jsx as jsx26, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
@@ -3799,7 +3810,7 @@ function PasswordStrengthField({
|
|
|
3799
3810
|
}
|
|
3800
3811
|
|
|
3801
3812
|
// ../../components/fields/RatingField/RatingField.module.css
|
|
3802
|
-
var RatingField_default = {"
|
|
3813
|
+
var RatingField_default = {"symbol":"opus_0tdNUz_symbol","root":"opus_0tdNUz_root","numeric":"opus_0tdNUz_numeric","symbolActive":"opus_0tdNUz_symbolActive","numericActive":"opus_0tdNUz_numericActive"};
|
|
3803
3814
|
|
|
3804
3815
|
// ../../components/fields/RatingField/RatingField.tsx
|
|
3805
3816
|
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
@@ -3875,7 +3886,7 @@ function RatingField({
|
|
|
3875
3886
|
}
|
|
3876
3887
|
|
|
3877
3888
|
// ../../components/fields/SegmentedControlField/SegmentedControlField.module.css
|
|
3878
|
-
var SegmentedControlField_default = {"
|
|
3889
|
+
var SegmentedControlField_default = {"segment":"opus_ZHwfiN_segment","segmentActive":"opus_ZHwfiN_segmentActive","root":"opus_ZHwfiN_root"};
|
|
3879
3890
|
|
|
3880
3891
|
// ../../components/fields/SegmentedControlField/SegmentedControlField.tsx
|
|
3881
3892
|
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
@@ -3931,7 +3942,7 @@ function SegmentedControlField({
|
|
|
3931
3942
|
import { useMemo as useMemo5 } from "react";
|
|
3932
3943
|
|
|
3933
3944
|
// ../../components/fields/SliderRangeField/SliderRangeField.module.css
|
|
3934
|
-
var SliderRangeField_default = {"
|
|
3945
|
+
var SliderRangeField_default = {"root":"opus_k3d0sS_root","header":"opus_k3d0sS_header","value":"opus_k3d0sS_value","track":"opus_k3d0sS_track","slider":"opus_k3d0sS_slider","footer":"opus_k3d0sS_footer","trackWrap":"opus_k3d0sS_trackWrap"};
|
|
3935
3946
|
|
|
3936
3947
|
// ../../components/fields/SliderRangeField/SliderRangeField.tsx
|
|
3937
3948
|
import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
@@ -4029,7 +4040,7 @@ function SliderRangeField({
|
|
|
4029
4040
|
import { useEffect as useEffect7, useMemo as useMemo6, useRef as useRef8, useState as useState12 } from "react";
|
|
4030
4041
|
|
|
4031
4042
|
// ../../components/fields/PhoneNumberField/PhoneNumberField.module.css
|
|
4032
|
-
var PhoneNumberField_default = {"country":"opus_WC4gnN_country","
|
|
4043
|
+
var PhoneNumberField_default = {"country":"opus_WC4gnN_country","panel":"opus_WC4gnN_panel","chevron":"opus_WC4gnN_chevron","code":"opus_WC4gnN_code","option":"opus_WC4gnN_option","countryWrap":"opus_WC4gnN_countryWrap","optionActive":"opus_WC4gnN_optionActive","flag":"opus_WC4gnN_flag","countryValue":"opus_WC4gnN_countryValue","root":"opus_WC4gnN_root","optionDial":"opus_WC4gnN_optionDial","dial":"opus_WC4gnN_dial","empty":"opus_WC4gnN_empty","optionLabel":"opus_WC4gnN_optionLabel"};
|
|
4033
4044
|
|
|
4034
4045
|
// ../../components/fields/PhoneNumberField/countries.ts
|
|
4035
4046
|
function countryCodeToFlag(code) {
|
|
@@ -4434,7 +4445,7 @@ function PhoneNumberField({
|
|
|
4434
4445
|
import { useEffect as useEffect8, useMemo as useMemo7, useRef as useRef9, useState as useState13 } from "react";
|
|
4435
4446
|
|
|
4436
4447
|
// ../../components/fields/CountryPickerField/CountryPickerField.module.css
|
|
4437
|
-
var CountryPickerField_default = {"
|
|
4448
|
+
var CountryPickerField_default = {"option":"opus_O7qqfR_option","optionLabel":"opus_O7qqfR_optionLabel","empty":"opus_O7qqfR_empty","triggerValue":"opus_O7qqfR_triggerValue","root":"opus_O7qqfR_root","flag":"opus_O7qqfR_flag","optionActive":"opus_O7qqfR_optionActive","optionCode":"opus_O7qqfR_optionCode"};
|
|
4438
4449
|
|
|
4439
4450
|
// ../../components/fields/CountryPickerField/CountryPickerField.tsx
|
|
4440
4451
|
import { jsx as jsx31, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
@@ -4593,7 +4604,7 @@ function CountryPickerField({
|
|
|
4593
4604
|
import { useEffect as useEffect9, useMemo as useMemo8, useRef as useRef10, useState as useState14 } from "react";
|
|
4594
4605
|
|
|
4595
4606
|
// ../../components/fields/TreeSelectField/TreeSelectField.module.css
|
|
4596
|
-
var TreeSelectField_default = {"
|
|
4607
|
+
var TreeSelectField_default = {"treeOption":"opus_Mq6C00_treeOption","treeOptionActive":"opus_Mq6C00_treeOptionActive","root":"opus_Mq6C00_root"};
|
|
4597
4608
|
|
|
4598
4609
|
// ../../components/fields/TreeSelectField/TreeSelectField.tsx
|
|
4599
4610
|
import { Fragment as Fragment4, jsx as jsx32, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
@@ -4724,7 +4735,7 @@ function TreeSelectField({
|
|
|
4724
4735
|
import { useEffect as useEffect10, useMemo as useMemo9, useRef as useRef11, useState as useState15 } from "react";
|
|
4725
4736
|
|
|
4726
4737
|
// ../../components/fields/CascaderField/CascaderField.module.css
|
|
4727
|
-
var CascaderField_default = {"
|
|
4738
|
+
var CascaderField_default = {"optionActive":"opus_1Fg59A_optionActive","panel":"opus_1Fg59A_panel","root":"opus_1Fg59A_root","column":"opus_1Fg59A_column","option":"opus_1Fg59A_option"};
|
|
4728
4739
|
|
|
4729
4740
|
// ../../components/fields/CascaderField/CascaderField.tsx
|
|
4730
4741
|
import { jsx as jsx33, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
@@ -4939,7 +4950,7 @@ function OpusThemeProvider({
|
|
|
4939
4950
|
}
|
|
4940
4951
|
|
|
4941
4952
|
// ../../components/Alert/Alert.module.css
|
|
4942
|
-
var Alert_default = {"
|
|
4953
|
+
var Alert_default = {"icon":"opus_eh3eeT_icon","content":"opus_eh3eeT_content","description":"opus_eh3eeT_description","iconSvg":"opus_eh3eeT_iconSvg","iconMark":"opus_eh3eeT_iconMark","dismiss":"opus_eh3eeT_dismiss","dismissIcon":"opus_eh3eeT_dismissIcon","iconFlagged":"opus_eh3eeT_iconFlagged","title":"opus_eh3eeT_title","alert":"opus_eh3eeT_alert"};
|
|
4943
4954
|
|
|
4944
4955
|
// ../../components/Alert/Alert.tsx
|
|
4945
4956
|
import { jsx as jsx36, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
@@ -5134,7 +5145,7 @@ function useOverlayAccessibility(active, containerRef, {
|
|
|
5134
5145
|
}
|
|
5135
5146
|
|
|
5136
5147
|
// ../../components/Dialog/Dialog.module.css
|
|
5137
|
-
var Dialog_default = {"
|
|
5148
|
+
var Dialog_default = {"icon":"opus_sz-ZGI_icon","backdropIn":"opus_sz-ZGI_backdropIn","dialog":"opus_sz-ZGI_dialog","dialogIn":"opus_sz-ZGI_dialogIn","description":"opus_sz-ZGI_description","content":"opus_sz-ZGI_content","visuallyHidden":"opus_sz-ZGI_visuallyHidden","actions":"opus_sz-ZGI_actions","dialogOut":"opus_sz-ZGI_dialogOut","title":"opus_sz-ZGI_title","iconSvg":"opus_sz-ZGI_iconSvg","backdropOut":"opus_sz-ZGI_backdropOut","iconMark":"opus_sz-ZGI_iconMark","backdrop":"opus_sz-ZGI_backdrop","body":"opus_sz-ZGI_body"};
|
|
5138
5149
|
|
|
5139
5150
|
// ../../components/Dialog/Dialog.tsx
|
|
5140
5151
|
import { jsx as jsx38, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
@@ -5265,7 +5276,7 @@ function Dialog({
|
|
|
5265
5276
|
import { useEffect as useEffect15, useId as useId7, useRef as useRef14, useState as useState18 } from "react";
|
|
5266
5277
|
|
|
5267
5278
|
// ../../components/Modal/Modal.module.css
|
|
5268
|
-
var Modal_default = {"
|
|
5279
|
+
var Modal_default = {"modalPanelOut":"opus_LQbzGS_modalPanelOut","header":"opus_LQbzGS_header","footer":"opus_LQbzGS_footer","modal":"opus_LQbzGS_modal","closeIcon":"opus_LQbzGS_closeIcon","body":"opus_LQbzGS_body","modalPanelIn":"opus_LQbzGS_modalPanelIn","footerContent":"opus_LQbzGS_footerContent","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","close":"opus_LQbzGS_close","title":"opus_LQbzGS_title","modalBackdropOut":"opus_LQbzGS_modalBackdropOut","actions":"opus_LQbzGS_actions","backdrop":"opus_LQbzGS_backdrop","heading":"opus_LQbzGS_heading","description":"opus_LQbzGS_description"};
|
|
5269
5280
|
|
|
5270
5281
|
// ../../components/Modal/Modal.tsx
|
|
5271
5282
|
import { Fragment as Fragment6, jsx as jsx39, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
@@ -5396,7 +5407,7 @@ function ModalDefaultActions({ onClose }) {
|
|
|
5396
5407
|
import { useEffect as useEffect16, useId as useId8, useRef as useRef15, useState as useState19 } from "react";
|
|
5397
5408
|
|
|
5398
5409
|
// ../../components/Drawer/Drawer.module.css
|
|
5399
|
-
var Drawer_default = {"
|
|
5410
|
+
var Drawer_default = {"drawer":"opus_0CaGbZ_drawer","description":"opus_0CaGbZ_description","header":"opus_0CaGbZ_header","drawerOutTop":"opus_0CaGbZ_drawerOutTop","closeIcon":"opus_0CaGbZ_closeIcon","title":"opus_0CaGbZ_title","footerContent":"opus_0CaGbZ_footerContent","drawerInBottom":"opus_0CaGbZ_drawerInBottom","drawerOutRight":"opus_0CaGbZ_drawerOutRight","close":"opus_0CaGbZ_close","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","drawerInRight":"opus_0CaGbZ_drawerInRight","drawerInTop":"opus_0CaGbZ_drawerInTop","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn","drawerInLeft":"opus_0CaGbZ_drawerInLeft","backdrop":"opus_0CaGbZ_backdrop","heading":"opus_0CaGbZ_heading","footer":"opus_0CaGbZ_footer","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","actions":"opus_0CaGbZ_actions","body":"opus_0CaGbZ_body"};
|
|
5400
5411
|
|
|
5401
5412
|
// ../../components/Drawer/Drawer.tsx
|
|
5402
5413
|
import { Fragment as Fragment7, jsx as jsx40, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
@@ -5536,7 +5547,7 @@ import {
|
|
|
5536
5547
|
} from "react";
|
|
5537
5548
|
|
|
5538
5549
|
// ../../components/Popover/Popover.module.css
|
|
5539
|
-
var Popover_default = {"
|
|
5550
|
+
var Popover_default = {"arrow":"opus_yq4OU0_arrow","panel":"opus_yq4OU0_panel","content":"opus_yq4OU0_content","popoverIn":"opus_yq4OU0_popoverIn","root":"opus_yq4OU0_root","title":"opus_yq4OU0_title"};
|
|
5540
5551
|
|
|
5541
5552
|
// ../../components/Popover/Popover.tsx
|
|
5542
5553
|
import { jsx as jsx41, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
@@ -5726,7 +5737,7 @@ function resolveMegaMenuPortalStyle(root, inTopNavigation) {
|
|
|
5726
5737
|
}
|
|
5727
5738
|
|
|
5728
5739
|
// ../../components/MegaMenu/MegaMenu.module.css
|
|
5729
|
-
var MegaMenu_default = {"panelContent":"opus_Y_ikQV_panelContent","
|
|
5740
|
+
var MegaMenu_default = {"panelContent":"opus_Y_ikQV_panelContent","eyebrow":"opus_Y_ikQV_eyebrow","featuredAction":"opus_Y_ikQV_featuredAction","item":"opus_Y_ikQV_item","menuBar":"opus_Y_ikQV_menuBar","itemIcon":"opus_Y_ikQV_itemIcon","items":"opus_Y_ikQV_items","root":"opus_Y_ikQV_root","section":"opus_Y_ikQV_section","featured":"opus_Y_ikQV_featured","sections":"opus_Y_ikQV_sections","trigger":"opus_Y_ikQV_trigger","panel":"opus_Y_ikQV_panel","megaMenuIn":"opus_Y_ikQV_megaMenuIn","megaMenuOut":"opus_Y_ikQV_megaMenuOut","itemCopy":"opus_Y_ikQV_itemCopy"};
|
|
5730
5741
|
|
|
5731
5742
|
// ../../components/MegaMenu/MegaMenu.tsx
|
|
5732
5743
|
import { jsx as jsx42, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
@@ -6168,7 +6179,7 @@ function MegaMenu({
|
|
|
6168
6179
|
}
|
|
6169
6180
|
|
|
6170
6181
|
// ../../components/TopNavigation/TopNavigation.module.css
|
|
6171
|
-
var TopNavigation_default = {"
|
|
6182
|
+
var TopNavigation_default = {"menuSlot":"opus_OIomR6_menuSlot","nav":"opus_OIomR6_nav","menuTrigger":"opus_OIomR6_menuTrigger","menuSlotMega":"opus_OIomR6_menuSlotMega","bar":"opus_OIomR6_bar"};
|
|
6172
6183
|
|
|
6173
6184
|
// ../../components/TopNavigation/TopNavigation.tsx
|
|
6174
6185
|
import { Fragment as Fragment8, jsx as jsx43 } from "react/jsx-runtime";
|
|
@@ -6525,7 +6536,7 @@ function handleMenuKeyDown(event, menu, onEscape) {
|
|
|
6525
6536
|
}
|
|
6526
6537
|
|
|
6527
6538
|
// ../../components/DropdownMenu/DropdownMenu.module.css
|
|
6528
|
-
var DropdownMenu_default = {"
|
|
6539
|
+
var DropdownMenu_default = {"label":"opus_UUVDVQ_label","icon":"opus_UUVDVQ_icon","dropdownOut":"opus_UUVDVQ_dropdownOut","root":"opus_UUVDVQ_root","shortcut":"opus_UUVDVQ_shortcut","dropdownIn":"opus_UUVDVQ_dropdownIn","menu":"opus_UUVDVQ_menu","item":"opus_UUVDVQ_item"};
|
|
6529
6540
|
|
|
6530
6541
|
// ../../components/DropdownMenu/DropdownMenu.tsx
|
|
6531
6542
|
import { jsx as jsx44, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
@@ -6865,7 +6876,7 @@ import {
|
|
|
6865
6876
|
import { createPortal as createPortal5 } from "react-dom";
|
|
6866
6877
|
|
|
6867
6878
|
// ../../components/ContextMenu/ContextMenu.module.css
|
|
6868
|
-
var ContextMenu_default = {"
|
|
6879
|
+
var ContextMenu_default = {"contextMenuIn":"opus_nMhhae_contextMenuIn","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","layer":"opus_nMhhae_layer","backdrop":"opus_nMhhae_backdrop","menu":"opus_nMhhae_menu","target":"opus_nMhhae_target"};
|
|
6869
6880
|
|
|
6870
6881
|
// ../../components/ContextMenu/ContextMenuProvider.tsx
|
|
6871
6882
|
import { jsx as jsx45, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
@@ -7178,7 +7189,7 @@ import { faMagnifyingGlass as faMagnifyingGlass2 } from "@fortawesome/free-solid
|
|
|
7178
7189
|
import { FontAwesomeIcon as FontAwesomeIcon7 } from "@fortawesome/react-fontawesome";
|
|
7179
7190
|
|
|
7180
7191
|
// ../../components/CommandPalette/CommandPalette.module.css
|
|
7181
|
-
var CommandPalette_default = {"
|
|
7192
|
+
var CommandPalette_default = {"shortcut":"opus_k1ypuy_shortcut","visuallyHidden":"opus_k1ypuy_visuallyHidden","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","searchIconSvg":"opus_k1ypuy_searchIconSvg","itemMain":"opus_k1ypuy_itemMain","itemDescription":"opus_k1ypuy_itemDescription","groupLabel":"opus_k1ypuy_groupLabel","backdrop":"opus_k1ypuy_backdrop","searchInput":"opus_k1ypuy_searchInput","itemLabel":"opus_k1ypuy_itemLabel","footer":"opus_k1ypuy_footer","searchIcon":"opus_k1ypuy_searchIcon","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","group":"opus_k1ypuy_group","item":"opus_k1ypuy_item","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","empty":"opus_k1ypuy_empty","searchWrap":"opus_k1ypuy_searchWrap","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","results":"opus_k1ypuy_results","panel":"opus_k1ypuy_panel"};
|
|
7182
7193
|
|
|
7183
7194
|
// ../../components/CommandPalette/CommandPalette.tsx
|
|
7184
7195
|
import { jsx as jsx46, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
@@ -7518,7 +7529,7 @@ function AccordionGroup({
|
|
|
7518
7529
|
}
|
|
7519
7530
|
|
|
7520
7531
|
// ../../components/Accordion/Accordion.module.css
|
|
7521
|
-
var Accordion_default = {"
|
|
7532
|
+
var Accordion_default = {"trigger":"opus_WNZQMV_trigger","triggerLabel":"opus_WNZQMV_triggerLabel","item":"opus_WNZQMV_item","standalone":"opus_WNZQMV_standalone","chevron":"opus_WNZQMV_chevron","panel":"opus_WNZQMV_panel","panelInner":"opus_WNZQMV_panelInner","content":"opus_WNZQMV_content"};
|
|
7522
7533
|
|
|
7523
7534
|
// ../../components/Accordion/Accordion.tsx
|
|
7524
7535
|
import { jsx as jsx48, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
@@ -7611,7 +7622,7 @@ import {
|
|
|
7611
7622
|
} from "react";
|
|
7612
7623
|
|
|
7613
7624
|
// ../../components/ShowMore/ShowMore.module.css
|
|
7614
|
-
var ShowMore_default = {"root":"opus_dSk-ve_root","
|
|
7625
|
+
var ShowMore_default = {"root":"opus_dSk-ve_root","toggleLabel":"opus_dSk-ve_toggleLabel","toggle":"opus_dSk-ve_toggle","contentShell":"opus_dSk-ve_contentShell","showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","chevron":"opus_dSk-ve_chevron","inner":"opus_dSk-ve_inner"};
|
|
7615
7626
|
|
|
7616
7627
|
// ../../components/ShowMore/ShowMore.tsx
|
|
7617
7628
|
import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
@@ -7715,7 +7726,7 @@ function ShowMore({
|
|
|
7715
7726
|
}
|
|
7716
7727
|
|
|
7717
7728
|
// ../../components/Toast/Toast.module.css
|
|
7718
|
-
var Toast_default = {"
|
|
7729
|
+
var Toast_default = {"toastProgress":"opus_cklQPW_toastProgress","body":"opus_cklQPW_body","main":"opus_cklQPW_main","icon":"opus_cklQPW_icon","toast":"opus_cklQPW_toast","description":"opus_cklQPW_description","progressBar":"opus_cklQPW_progressBar","content":"opus_cklQPW_content","title":"opus_cklQPW_title","dismissIcon":"opus_cklQPW_dismissIcon","iconSvg":"opus_cklQPW_iconSvg","iconMark":"opus_cklQPW_iconMark","dismiss":"opus_cklQPW_dismiss","progressTrack":"opus_cklQPW_progressTrack"};
|
|
7719
7730
|
|
|
7720
7731
|
// ../../components/Toast/Toast.tsx
|
|
7721
7732
|
import { jsx as jsx50, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
@@ -7795,7 +7806,7 @@ import {
|
|
|
7795
7806
|
} from "react";
|
|
7796
7807
|
|
|
7797
7808
|
// ../../components/ToastProvider/ToastProvider.module.css
|
|
7798
|
-
var ToastProvider_default = {"
|
|
7809
|
+
var ToastProvider_default = {"viewportTop":"opus_z3pSp7_viewportTop","viewportLeft":"opus_z3pSp7_viewportLeft","viewportBottom":"opus_z3pSp7_viewportBottom","itemSurface":"opus_z3pSp7_itemSurface","itemBackdrop":"opus_z3pSp7_itemBackdrop","itemClip":"opus_z3pSp7_itemClip","viewport":"opus_z3pSp7_viewport","item":"opus_z3pSp7_item","viewportRight":"opus_z3pSp7_viewportRight"};
|
|
7799
7810
|
|
|
7800
7811
|
// ../../components/ToastProvider/ToastProvider.tsx
|
|
7801
7812
|
import { jsx as jsx51, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
@@ -8279,7 +8290,7 @@ function Tabs({
|
|
|
8279
8290
|
}
|
|
8280
8291
|
|
|
8281
8292
|
// ../../components/Card/Card.module.css
|
|
8282
|
-
var Card_default = {"
|
|
8293
|
+
var Card_default = {"body":"opus_qWo1sP_body","heading":"opus_qWo1sP_heading","footer":"opus_qWo1sP_footer","actions":"opus_qWo1sP_actions","eyebrow":"opus_qWo1sP_eyebrow","title":"opus_qWo1sP_title","content":"opus_qWo1sP_content","card":"opus_qWo1sP_card","footerContent":"opus_qWo1sP_footerContent","media":"opus_qWo1sP_media"};
|
|
8283
8294
|
|
|
8284
8295
|
// ../../components/Card/Card.tsx
|
|
8285
8296
|
import { jsx as jsx53, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
@@ -8310,7 +8321,7 @@ function Card({
|
|
|
8310
8321
|
}
|
|
8311
8322
|
|
|
8312
8323
|
// ../../components/dashboardMetricCardLayout/dashboardMetricCardLayout.module.css
|
|
8313
|
-
var dashboardMetricCardLayout_default = {"
|
|
8324
|
+
var dashboardMetricCardLayout_default = {"shell":"opus_6_sptY_shell","value":"opus_6_sptY_value","label":"opus_6_sptY_label","metaPlaceholder":"opus_6_sptY_metaPlaceholder","metaSlot":"opus_6_sptY_metaSlot","iconSlot":"opus_6_sptY_iconSlot","header":"opus_6_sptY_header","iconPlaceholder":"opus_6_sptY_iconPlaceholder"};
|
|
8314
8325
|
|
|
8315
8326
|
// ../../components/StatCard/StatCard.module.css
|
|
8316
8327
|
var StatCard_default = {"change":"opus_KIXsQY_change"};
|
|
@@ -8340,7 +8351,7 @@ function StatCard({
|
|
|
8340
8351
|
}
|
|
8341
8352
|
|
|
8342
8353
|
// ../../components/Gauge/Gauge.module.css
|
|
8343
|
-
var Gauge_default = {"
|
|
8354
|
+
var Gauge_default = {"body":"opus_t6IuQe_body","gaugeTrack":"opus_t6IuQe_gaugeTrack","gaugeSvg":"opus_t6IuQe_gaugeSvg","footerItem":"opus_t6IuQe_footerItem","footerLabel":"opus_t6IuQe_footerLabel","gauge":"opus_t6IuQe_gauge","subtitle":"opus_t6IuQe_subtitle","footerTrend":"opus_t6IuQe_footerTrend","header":"opus_t6IuQe_header","gaugeSlot":"opus_t6IuQe_gaugeSlot","title":"opus_t6IuQe_title","gaugeCenter":"opus_t6IuQe_gaugeCenter","change":"opus_t6IuQe_change","footerValue":"opus_t6IuQe_footerValue","heading":"opus_t6IuQe_heading","gaugeValue":"opus_t6IuQe_gaugeValue","widget":"opus_t6IuQe_widget","summary":"opus_t6IuQe_summary","footer":"opus_t6IuQe_footer"};
|
|
8344
8355
|
|
|
8345
8356
|
// ../../components/Gauge/Gauge.tsx
|
|
8346
8357
|
import { jsx as jsx55, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
@@ -8474,7 +8485,7 @@ function Gauge({
|
|
|
8474
8485
|
import { useId as useId17 } from "react";
|
|
8475
8486
|
|
|
8476
8487
|
// ../../components/Sparkline/Sparkline.module.css
|
|
8477
|
-
var Sparkline_default = {"
|
|
8488
|
+
var Sparkline_default = {"line":"opus_xXtB87_line","chart":"opus_xXtB87_chart","svg":"opus_xXtB87_svg","area":"opus_xXtB87_area","endPoint":"opus_xXtB87_endPoint","sparkline":"opus_xXtB87_sparkline","label":"opus_xXtB87_label"};
|
|
8478
8489
|
|
|
8479
8490
|
// ../../components/Sparkline/Sparkline.tsx
|
|
8480
8491
|
import { jsx as jsx56, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
@@ -8541,7 +8552,7 @@ function Sparkline({
|
|
|
8541
8552
|
}
|
|
8542
8553
|
|
|
8543
8554
|
// ../../components/ProgressRing/ProgressRing.module.css
|
|
8544
|
-
var ProgressRing_default = {"
|
|
8555
|
+
var ProgressRing_default = {"ring":"opus_YxX6Hh_ring","track":"opus_YxX6Hh_track","value":"opus_YxX6Hh_value","svg":"opus_YxX6Hh_svg","center":"opus_YxX6Hh_center"};
|
|
8545
8556
|
|
|
8546
8557
|
// ../../components/ProgressRing/ProgressRing.tsx
|
|
8547
8558
|
import { jsx as jsx57, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
@@ -8574,7 +8585,7 @@ function ProgressRing({ label, max = 100, value }) {
|
|
|
8574
8585
|
}
|
|
8575
8586
|
|
|
8576
8587
|
// ../../components/ProgressBar/ProgressBar.module.css
|
|
8577
|
-
var ProgressBar_default = {"
|
|
8588
|
+
var ProgressBar_default = {"track":"opus_q04AvA_track","fill":"opus_q04AvA_fill","label":"opus_q04AvA_label","value":"opus_q04AvA_value","bar":"opus_q04AvA_bar","header":"opus_q04AvA_header"};
|
|
8578
8589
|
|
|
8579
8590
|
// ../../components/ProgressBar/ProgressBar.tsx
|
|
8580
8591
|
import { jsx as jsx58, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
@@ -8594,7 +8605,7 @@ function ProgressBar({ label, max = 100, value }) {
|
|
|
8594
8605
|
}
|
|
8595
8606
|
|
|
8596
8607
|
// ../../components/Speedometer/Speedometer.module.css
|
|
8597
|
-
var Speedometer_default = {"
|
|
8608
|
+
var Speedometer_default = {"center":"opus__jpB7z_center","svg":"opus__jpB7z_svg","speedometer":"opus__jpB7z_speedometer","hub":"opus__jpB7z_hub","value":"opus__jpB7z_value","needle":"opus__jpB7z_needle","track":"opus__jpB7z_track"};
|
|
8598
8609
|
|
|
8599
8610
|
// ../../components/Speedometer/Speedometer.tsx
|
|
8600
8611
|
import { jsx as jsx59, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
@@ -8627,7 +8638,7 @@ function Speedometer({ label, max = 100, value }) {
|
|
|
8627
8638
|
}
|
|
8628
8639
|
|
|
8629
8640
|
// ../../components/MetricTile/MetricTile.module.css
|
|
8630
|
-
var MetricTile_default = {"
|
|
8641
|
+
var MetricTile_default = {"tile":"opus_-dz9KL_tile","topRow":"opus_-dz9KL_topRow","sparklineSlot":"opus_-dz9KL_sparklineSlot"};
|
|
8631
8642
|
|
|
8632
8643
|
// ../../components/MetricTile/MetricTile.tsx
|
|
8633
8644
|
import { jsx as jsx60, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
@@ -8669,7 +8680,7 @@ function TrendBadge({ direction, value }) {
|
|
|
8669
8680
|
}
|
|
8670
8681
|
|
|
8671
8682
|
// ../../components/Panel/Panel.module.css
|
|
8672
|
-
var Panel_default = {"
|
|
8683
|
+
var Panel_default = {"body":"opus_JZHUc__body","header":"opus_JZHUc__header","title":"opus_JZHUc__title","footer":"opus_JZHUc__footer","panel":"opus_JZHUc__panel","heading":"opus_JZHUc__heading","headerActions":"opus_JZHUc__headerActions","description":"opus_JZHUc__description"};
|
|
8673
8684
|
|
|
8674
8685
|
// ../../components/Panel/Panel.tsx
|
|
8675
8686
|
import { jsx as jsx62, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
@@ -8864,7 +8875,7 @@ function resolveSectionGapVars(gap = "md") {
|
|
|
8864
8875
|
}
|
|
8865
8876
|
|
|
8866
8877
|
// ../../components/Section/Section.module.css
|
|
8867
|
-
var Section_default = {"column":"opus_FajZiH_column","
|
|
8878
|
+
var Section_default = {"column":"opus_FajZiH_column","section":"opus_FajZiH_section","header":"opus_FajZiH_header","title":"opus_FajZiH_title","description":"opus_FajZiH_description","body":"opus_FajZiH_body","row":"opus_FajZiH_row"};
|
|
8868
8879
|
|
|
8869
8880
|
// ../../components/Section/Section.tsx
|
|
8870
8881
|
import { jsx as jsx63, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
@@ -8945,7 +8956,7 @@ var Section = Object.assign(SectionRoot, {
|
|
|
8945
8956
|
});
|
|
8946
8957
|
|
|
8947
8958
|
// ../../components/Table/Table.module.css
|
|
8948
|
-
var Table_default = {"wrap":"opus_2q7S14_wrap","
|
|
8959
|
+
var Table_default = {"wrap":"opus_2q7S14_wrap","table":"opus_2q7S14_table","caption":"opus_2q7S14_caption","empty":"opus_2q7S14_empty","visuallyHidden":"opus_2q7S14_visuallyHidden"};
|
|
8949
8960
|
|
|
8950
8961
|
// ../../components/Table/Table.tsx
|
|
8951
8962
|
import { jsx as jsx64, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
@@ -9176,7 +9187,7 @@ function buildPivotGrid(sourceRows, config2) {
|
|
|
9176
9187
|
}
|
|
9177
9188
|
|
|
9178
9189
|
// ../../components/DataGrid/DataGrid.module.css
|
|
9179
|
-
var DataGrid_default = {"
|
|
9190
|
+
var DataGrid_default = {"sortButton":"opus_zN0bNb_sortButton","empty":"opus_zN0bNb_empty","menuSection":"opus_zN0bNb_menuSection","wrap":"opus_zN0bNb_wrap","menuChevron":"opus_zN0bNb_menuChevron","groupCount":"opus_zN0bNb_groupCount","rowHeaderLabel":"opus_zN0bNb_rowHeaderLabel","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","sortIndicator":"opus_zN0bNb_sortIndicator","rowHeaderInner":"opus_zN0bNb_rowHeaderInner","groupRow":"opus_zN0bNb_groupRow","frame":"opus_zN0bNb_frame","menuHost":"opus_zN0bNb_menuHost","groupButton":"opus_zN0bNb_groupButton","infiniteFooter":"opus_zN0bNb_infiniteFooter","menuAction":"opus_zN0bNb_menuAction","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","grid":"opus_zN0bNb_grid","headerLabel":"opus_zN0bNb_headerLabel","caption":"opus_zN0bNb_caption","expandButton":"opus_zN0bNb_expandButton","expandSpacer":"opus_zN0bNb_expandSpacer","headerMenu":"opus_zN0bNb_headerMenu","rowHeader":"opus_zN0bNb_rowHeader","groupCell":"opus_zN0bNb_groupCell","detailRow":"opus_zN0bNb_detailRow","gridBody":"opus_zN0bNb_gridBody","visuallyHidden":"opus_zN0bNb_visuallyHidden","chevron":"opus_zN0bNb_chevron","corner":"opus_zN0bNb_corner","headerCell":"opus_zN0bNb_headerCell","spacerRow":"opus_zN0bNb_spacerRow","menuButton":"opus_zN0bNb_menuButton","headerControls":"opus_zN0bNb_headerControls","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","detailCell":"opus_zN0bNb_detailCell","filterInput":"opus_zN0bNb_filterInput","menuLabel":"opus_zN0bNb_menuLabel"};
|
|
9180
9191
|
|
|
9181
9192
|
// ../../components/DataGrid/DataGrid.tsx
|
|
9182
9193
|
import { jsx as jsx65, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
@@ -12742,7 +12753,7 @@ function SpecializedChart(props) {
|
|
|
12742
12753
|
}
|
|
12743
12754
|
|
|
12744
12755
|
// ../../components/Chart/Chart.module.css
|
|
12745
|
-
var Chart_default = {"
|
|
12756
|
+
var Chart_default = {"violin":"opus_L6guCK_violin","area":"opus_L6guCK_area","treemapLabel":"opus_L6guCK_treemapLabel","grid":"opus_L6guCK_grid","land":"opus_L6guCK_land","axisGuide":"opus_L6guCK_axisGuide","graphLabel":"opus_L6guCK_graphLabel","meta":"opus_L6guCK_meta","title":"opus_L6guCK_title","ring":"opus_L6guCK_ring","seriesA":"opus_L6guCK_seriesA","line":"opus_L6guCK_line","seriesB":"opus_L6guCK_seriesB","sankeySideLabel":"opus_L6guCK_sankeySideLabel","sankeySideValue":"opus_L6guCK_sankeySideValue","sankeyLink":"opus_L6guCK_sankeyLink","legend":"opus_L6guCK_legend","seriesD":"opus_L6guCK_seriesD","radarGrid":"opus_L6guCK_radarGrid","radarArea":"opus_L6guCK_radarArea","packParent":"opus_L6guCK_packParent","mapValue":"opus_L6guCK_mapValue","sankeyNode":"opus_L6guCK_sankeyNode","axisLine":"opus_L6guCK_axisLine","axisTitle":"opus_L6guCK_axisTitle","graphNode":"opus_L6guCK_graphNode","wick":"opus_L6guCK_wick","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","ridge":"opus_L6guCK_ridge","packLabel":"opus_L6guCK_packLabel","svg":"opus_L6guCK_svg","funnelText":"opus_L6guCK_funnelText","mapRegion":"opus_L6guCK_mapRegion","legendSwatch":"opus_L6guCK_legendSwatch","header":"opus_L6guCK_header","seriesE":"opus_L6guCK_seriesE","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","slice":"opus_L6guCK_slice","point":"opus_L6guCK_point","axes":"opus_L6guCK_axes","seriesF":"opus_L6guCK_seriesF","graphLinkColored":"opus_L6guCK_graphLinkColored","legendItem":"opus_L6guCK_legendItem","seriesC":"opus_L6guCK_seriesC","funnelGuide":"opus_L6guCK_funnelGuide","axisTick":"opus_L6guCK_axisTick","mapLabel":"opus_L6guCK_mapLabel","sankeySideName":"opus_L6guCK_sankeySideName","valueLabel":"opus_L6guCK_valueLabel","bar":"opus_L6guCK_bar","chart":"opus_L6guCK_chart","graphLink":"opus_L6guCK_graphLink","mapLand":"opus_L6guCK_mapLand","graphNodeRing":"opus_L6guCK_graphNodeRing","axisLabels":"opus_L6guCK_axisLabels","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","link":"opus_L6guCK_link","funnel":"opus_L6guCK_funnel"};
|
|
12746
12757
|
|
|
12747
12758
|
// ../../components/Chart/Chart.tsx
|
|
12748
12759
|
import { Fragment as Fragment10, jsx as jsx67, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
@@ -13881,7 +13892,7 @@ function Chart({
|
|
|
13881
13892
|
}
|
|
13882
13893
|
|
|
13883
13894
|
// ../../components/Skeleton/Skeleton.module.css
|
|
13884
|
-
var Skeleton_default = {"
|
|
13895
|
+
var Skeleton_default = {"stack":"opus_27r9Md_stack","tableRow":"opus_27r9Md_tableRow","line":"opus_27r9Md_line","tableCell":"opus_27r9Md_tableCell","skeletonShimmer":"opus_27r9Md_skeletonShimmer","avatar":"opus_27r9Md_avatar","skeleton":"opus_27r9Md_skeleton","avatarContent":"opus_27r9Md_avatarContent","skeletonPulse":"opus_27r9Md_skeletonPulse","media":"opus_27r9Md_media"};
|
|
13885
13896
|
|
|
13886
13897
|
// ../../components/Skeleton/Skeleton.tsx
|
|
13887
13898
|
import { jsx as jsx68, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
@@ -13932,7 +13943,7 @@ import { faXmark as faXmark2 } from "@fortawesome/free-solid-svg-icons";
|
|
|
13932
13943
|
import { FontAwesomeIcon as FontAwesomeIcon9 } from "@fortawesome/react-fontawesome";
|
|
13933
13944
|
|
|
13934
13945
|
// ../../components/Lightbox/Lightbox.module.css
|
|
13935
|
-
var Lightbox_default = {"
|
|
13946
|
+
var Lightbox_default = {"frame":"opus_s7Rpyv_frame","closeIcon":"opus_s7Rpyv_closeIcon","panel":"opus_s7Rpyv_panel","caption":"opus_s7Rpyv_caption","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","overlay":"opus_s7Rpyv_overlay","trigger":"opus_s7Rpyv_trigger","image":"opus_s7Rpyv_image","close":"opus_s7Rpyv_close","lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","lightbox":"opus_s7Rpyv_lightbox"};
|
|
13936
13947
|
|
|
13937
13948
|
// ../../components/Lightbox/Lightbox.tsx
|
|
13938
13949
|
import { jsx as jsx69, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
@@ -14047,7 +14058,7 @@ function Lightbox({
|
|
|
14047
14058
|
}
|
|
14048
14059
|
|
|
14049
14060
|
// ../../components/Carousel/Carousel.module.css
|
|
14050
|
-
var Carousel_default = {"
|
|
14061
|
+
var Carousel_default = {"carousel":"opus_N4occJ_carousel","stage":"opus_N4occJ_stage","image":"opus_N4occJ_image","nav":"opus_N4occJ_nav","empty":"opus_N4occJ_empty","slide":"opus_N4occJ_slide","caption":"opus_N4occJ_caption","footer":"opus_N4occJ_footer","pip":"opus_N4occJ_pip","navIcon":"opus_N4occJ_navIcon","pips":"opus_N4occJ_pips","visuallyHidden":"opus_N4occJ_visuallyHidden","track":"opus_N4occJ_track"};
|
|
14051
14062
|
|
|
14052
14063
|
// ../../components/Carousel/Carousel.tsx
|
|
14053
14064
|
import { Fragment as Fragment11, jsx as jsx70, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
@@ -14299,7 +14310,7 @@ function Carousel({
|
|
|
14299
14310
|
}
|
|
14300
14311
|
|
|
14301
14312
|
// ../../components/ImageThumbnail/ImageThumbnail.module.css
|
|
14302
|
-
var ImageThumbnail_default = {"
|
|
14313
|
+
var ImageThumbnail_default = {"figure":"opus_Gp1o-9_figure","caption":"opus_Gp1o-9_caption","thumbnail":"opus_Gp1o-9_thumbnail","image":"opus_Gp1o-9_image"};
|
|
14303
14314
|
|
|
14304
14315
|
// ../../components/ImageThumbnail/ImageThumbnail.tsx
|
|
14305
14316
|
import { jsx as jsx71, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
@@ -14374,7 +14385,7 @@ import { createElement, useCallback as useCallback16, useEffect as useEffect29,
|
|
|
14374
14385
|
import { useEffect as useEffect28, useRef as useRef28, useState as useState35 } from "react";
|
|
14375
14386
|
|
|
14376
14387
|
// ../../components/ModelViewer/ModelViewer.module.css
|
|
14377
|
-
var ModelViewer_default = {"
|
|
14388
|
+
var ModelViewer_default = {"model":"opus_f7gfHI_model","canvasHost":"opus_f7gfHI_canvasHost","caption":"opus_f7gfHI_caption","viewer":"opus_f7gfHI_viewer","loading":"opus_f7gfHI_loading","stage":"opus_f7gfHI_stage"};
|
|
14378
14389
|
|
|
14379
14390
|
// ../../components/ModelViewer/FireBarrelModelViewer.tsx
|
|
14380
14391
|
import { jsx as jsx73, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
@@ -14592,7 +14603,7 @@ import { faXmark as faXmark3 } from "@fortawesome/free-solid-svg-icons";
|
|
|
14592
14603
|
import { FontAwesomeIcon as FontAwesomeIcon11 } from "@fortawesome/react-fontawesome";
|
|
14593
14604
|
|
|
14594
14605
|
// ../../components/ModelLightbox/ModelLightbox.module.css
|
|
14595
|
-
var ModelLightbox_default = {"modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","
|
|
14606
|
+
var ModelLightbox_default = {"modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","frame":"opus_YYKGIB_frame","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn","closeIcon":"opus_YYKGIB_closeIcon","overlay":"opus_YYKGIB_overlay","close":"opus_YYKGIB_close","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","lightbox":"opus_YYKGIB_lightbox","trigger":"opus_YYKGIB_trigger"};
|
|
14596
14607
|
|
|
14597
14608
|
// ../../components/ModelLightbox/ModelLightbox.tsx
|
|
14598
14609
|
import { jsx as jsx75, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
@@ -14697,7 +14708,7 @@ function ModelLightbox({
|
|
|
14697
14708
|
}
|
|
14698
14709
|
|
|
14699
14710
|
// ../../components/ModelThumbnail/ModelThumbnail.module.css
|
|
14700
|
-
var ModelThumbnail_default = {"caption":"opus_NkO9Yb_caption","
|
|
14711
|
+
var ModelThumbnail_default = {"caption":"opus_NkO9Yb_caption","content":"opus_NkO9Yb_content","staticThumbnail":"opus_NkO9Yb_staticThumbnail"};
|
|
14701
14712
|
|
|
14702
14713
|
// ../../components/ModelThumbnail/ModelThumbnail.tsx
|
|
14703
14714
|
import { jsx as jsx76, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
@@ -14767,7 +14778,7 @@ function ModelGallery({
|
|
|
14767
14778
|
import { useId as useId19 } from "react";
|
|
14768
14779
|
|
|
14769
14780
|
// ../../components/EmptyState/EmptyState.module.css
|
|
14770
|
-
var EmptyState_default = {"
|
|
14781
|
+
var EmptyState_default = {"actions":"opus_1KckGY_actions","root":"opus_1KckGY_root","copy":"opus_1KckGY_copy","title":"opus_1KckGY_title","iconWrap":"opus_1KckGY_iconWrap","description":"opus_1KckGY_description"};
|
|
14771
14782
|
|
|
14772
14783
|
// ../../components/EmptyState/EmptyState.tsx
|
|
14773
14784
|
import { jsx as jsx78, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
@@ -14801,7 +14812,7 @@ function EmptyState({
|
|
|
14801
14812
|
}
|
|
14802
14813
|
|
|
14803
14814
|
// ../../components/Badge/Badge.module.css
|
|
14804
|
-
var Badge_default = {"
|
|
14815
|
+
var Badge_default = {"badge":"opus_1GJHzl_badge","dot":"opus_1GJHzl_dot"};
|
|
14805
14816
|
|
|
14806
14817
|
// ../../components/Badge/Badge.tsx
|
|
14807
14818
|
import { jsx as jsx79, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
@@ -14819,7 +14830,7 @@ function Badge({
|
|
|
14819
14830
|
}
|
|
14820
14831
|
|
|
14821
14832
|
// ../../components/Divider/Divider.module.css
|
|
14822
|
-
var Divider_default = {"
|
|
14833
|
+
var Divider_default = {"labelled":"opus_ux1i0D_labelled","line":"opus_ux1i0D_line","divider":"opus_ux1i0D_divider","label":"opus_ux1i0D_label"};
|
|
14823
14834
|
|
|
14824
14835
|
// ../../components/Divider/Divider.tsx
|
|
14825
14836
|
import { jsx as jsx80, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
@@ -14861,7 +14872,7 @@ function Divider({
|
|
|
14861
14872
|
import { useMemo as useMemo17, useState as useState38 } from "react";
|
|
14862
14873
|
|
|
14863
14874
|
// ../../components/Avatar/Avatar.module.css
|
|
14864
|
-
var Avatar_default = {"
|
|
14875
|
+
var Avatar_default = {"avatar":"opus_jsRWxO_avatar","initials":"opus_jsRWxO_initials","image":"opus_jsRWxO_image"};
|
|
14865
14876
|
|
|
14866
14877
|
// ../../components/Avatar/Avatar.tsx
|
|
14867
14878
|
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
@@ -14911,7 +14922,7 @@ function Avatar({
|
|
|
14911
14922
|
}
|
|
14912
14923
|
|
|
14913
14924
|
// ../../components/AvatarGroup/AvatarGroup.module.css
|
|
14914
|
-
var AvatarGroup_default = {"
|
|
14925
|
+
var AvatarGroup_default = {"item":"opus_Vv36ne_item","group":"opus_Vv36ne_group","overflow":"opus_Vv36ne_overflow"};
|
|
14915
14926
|
|
|
14916
14927
|
// ../../components/AvatarGroup/AvatarGroup.tsx
|
|
14917
14928
|
import { jsx as jsx82, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
@@ -14937,7 +14948,7 @@ function AvatarGroup({ items, max = 4, size = "md" }) {
|
|
|
14937
14948
|
}
|
|
14938
14949
|
|
|
14939
14950
|
// ../../components/Statistic/Statistic.module.css
|
|
14940
|
-
var Statistic_default = {"
|
|
14951
|
+
var Statistic_default = {"label":"opus_vCN1bv_label","root":"opus_vCN1bv_root","affix":"opus_vCN1bv_affix","value":"opus_vCN1bv_value","trend":"opus_vCN1bv_trend"};
|
|
14941
14952
|
|
|
14942
14953
|
// ../../components/Statistic/Statistic.tsx
|
|
14943
14954
|
import { jsx as jsx83, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
@@ -14964,7 +14975,7 @@ function Statistic({
|
|
|
14964
14975
|
}
|
|
14965
14976
|
|
|
14966
14977
|
// ../../components/List/List.module.css
|
|
14967
|
-
var List_default = {"
|
|
14978
|
+
var List_default = {"body":"opus_ys3xlo_body","title":"opus_ys3xlo_title","list":"opus_ys3xlo_list","item":"opus_ys3xlo_item","head":"opus_ys3xlo_head","icon":"opus_ys3xlo_icon","meta":"opus_ys3xlo_meta","description":"opus_ys3xlo_description"};
|
|
14968
14979
|
|
|
14969
14980
|
// ../../components/List/List.tsx
|
|
14970
14981
|
import { jsx as jsx84, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
@@ -14983,7 +14994,7 @@ function List({ density = "comfortable", items, ordered = false }) {
|
|
|
14983
14994
|
}
|
|
14984
14995
|
|
|
14985
14996
|
// ../../components/DescriptionList/DescriptionList.module.css
|
|
14986
|
-
var DescriptionList_default = {"
|
|
14997
|
+
var DescriptionList_default = {"details":"opus_FY8OsC_details","row":"opus_FY8OsC_row","term":"opus_FY8OsC_term","list":"opus_FY8OsC_list"};
|
|
14987
14998
|
|
|
14988
14999
|
// ../../components/DescriptionList/DescriptionList.tsx
|
|
14989
15000
|
import { jsx as jsx85, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
@@ -15001,7 +15012,7 @@ function DescriptionList({
|
|
|
15001
15012
|
import { useState as useState39 } from "react";
|
|
15002
15013
|
|
|
15003
15014
|
// ../../components/PropertyGrid/PropertyGrid.module.css
|
|
15004
|
-
var PropertyGrid_default = {"
|
|
15015
|
+
var PropertyGrid_default = {"label":"opus_Bnfsue_label","value":"opus_Bnfsue_value","row":"opus_Bnfsue_row","grid":"opus_Bnfsue_grid","valueCell":"opus_Bnfsue_valueCell","copy":"opus_Bnfsue_copy"};
|
|
15005
15016
|
|
|
15006
15017
|
// ../../components/PropertyGrid/PropertyGrid.tsx
|
|
15007
15018
|
import { jsx as jsx86, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
@@ -15067,7 +15078,7 @@ function Stack({
|
|
|
15067
15078
|
import { Children } from "react";
|
|
15068
15079
|
|
|
15069
15080
|
// ../../components/Columns/Columns.module.css
|
|
15070
|
-
var Columns_default = {"
|
|
15081
|
+
var Columns_default = {"root":"opus_dI4yQh_root","cell":"opus_dI4yQh_cell"};
|
|
15071
15082
|
|
|
15072
15083
|
// ../../components/Columns/Columns.tsx
|
|
15073
15084
|
import { jsx as jsx88 } from "react/jsx-runtime";
|
|
@@ -15125,7 +15136,7 @@ function Grid2({
|
|
|
15125
15136
|
import { useCallback as useCallback18, useEffect as useEffect31, useId as useId20, useRef as useRef31, useState as useState40 } from "react";
|
|
15126
15137
|
|
|
15127
15138
|
// ../../components/ResizeHandle/ResizeHandle.module.css
|
|
15128
|
-
var ResizeHandle_default = {"
|
|
15139
|
+
var ResizeHandle_default = {"dot":"opus_PaKREB_dot","grip":"opus_PaKREB_grip","handle":"opus_PaKREB_handle"};
|
|
15129
15140
|
|
|
15130
15141
|
// ../../components/ResizeHandle/ResizeHandle.tsx
|
|
15131
15142
|
import { jsx as jsx90, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
@@ -15162,7 +15173,7 @@ function ResizeHandle(_a2) {
|
|
|
15162
15173
|
}
|
|
15163
15174
|
|
|
15164
15175
|
// ../../components/Splitter/Splitter.module.css
|
|
15165
|
-
var Splitter_default = {"srOnly":"opus_Khgx9s_srOnly","
|
|
15176
|
+
var Splitter_default = {"srOnly":"opus_Khgx9s_srOnly","pane":"opus_Khgx9s_pane","root":"opus_Khgx9s_root"};
|
|
15166
15177
|
|
|
15167
15178
|
// ../../components/Splitter/Splitter.tsx
|
|
15168
15179
|
import { jsx as jsx91, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
@@ -15272,7 +15283,7 @@ function Splitter({
|
|
|
15272
15283
|
import { useCallback as useCallback19, useEffect as useEffect32, useRef as useRef32, useState as useState41 } from "react";
|
|
15273
15284
|
|
|
15274
15285
|
// ../../components/ResizablePanel/ResizablePanel.module.css
|
|
15275
|
-
var ResizablePanel_default = {"
|
|
15286
|
+
var ResizablePanel_default = {"body":"opus_kVJ122_body","handle":"opus_kVJ122_handle","root":"opus_kVJ122_root"};
|
|
15276
15287
|
|
|
15277
15288
|
// ../../components/ResizablePanel/ResizablePanel.tsx
|
|
15278
15289
|
import { jsx as jsx92, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
@@ -15355,7 +15366,7 @@ function ResizablePanel({
|
|
|
15355
15366
|
}
|
|
15356
15367
|
|
|
15357
15368
|
// ../../components/DockLayout/DockLayout.module.css
|
|
15358
|
-
var DockLayout_default = {"
|
|
15369
|
+
var DockLayout_default = {"right":"opus_3zzL8C_right","left":"opus_3zzL8C_left","center":"opus_3zzL8C_center","middle":"opus_3zzL8C_middle","bottom":"opus_3zzL8C_bottom","root":"opus_3zzL8C_root","top":"opus_3zzL8C_top"};
|
|
15359
15370
|
|
|
15360
15371
|
// ../../components/DockLayout/DockLayout.tsx
|
|
15361
15372
|
import { jsx as jsx93, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
@@ -15400,7 +15411,7 @@ import {
|
|
|
15400
15411
|
} from "react";
|
|
15401
15412
|
|
|
15402
15413
|
// ../../components/CustomScrollbar/CustomScrollbar.module.css
|
|
15403
|
-
var CustomScrollbar_default = {"
|
|
15414
|
+
var CustomScrollbar_default = {"viewport":"opus_I9wQcM_viewport","content":"opus_I9wQcM_content","root":"opus_I9wQcM_root","track":"opus_I9wQcM_track","thumb":"opus_I9wQcM_thumb","cornerDot":"opus_I9wQcM_cornerDot"};
|
|
15404
15415
|
|
|
15405
15416
|
// ../../components/CustomScrollbar/CustomScrollbar.tsx
|
|
15406
15417
|
import { jsx as jsx94, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
@@ -15692,7 +15703,7 @@ function CustomScrollbar({
|
|
|
15692
15703
|
}
|
|
15693
15704
|
|
|
15694
15705
|
// ../../components/ThreePaneLayout/ThreePaneLayout.module.css
|
|
15695
|
-
var ThreePaneLayout_default = {"
|
|
15706
|
+
var ThreePaneLayout_default = {"handle":"opus_DtnFdK_handle","root":"opus_DtnFdK_root","sidebar":"opus_DtnFdK_sidebar","content":"opus_DtnFdK_content"};
|
|
15696
15707
|
|
|
15697
15708
|
// ../../components/ThreePaneLayout/ThreePaneLayout.tsx
|
|
15698
15709
|
import { Fragment as Fragment12, jsx as jsx95, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
@@ -16070,7 +16081,7 @@ function ScrollArea({
|
|
|
16070
16081
|
}
|
|
16071
16082
|
|
|
16072
16083
|
// ../../components/AspectRatio/AspectRatio.module.css
|
|
16073
|
-
var AspectRatio_default = {"
|
|
16084
|
+
var AspectRatio_default = {"root":"opus_CZP9Id_root","content":"opus_CZP9Id_content"};
|
|
16074
16085
|
|
|
16075
16086
|
// ../../components/AspectRatio/AspectRatio.tsx
|
|
16076
16087
|
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
@@ -16138,7 +16149,7 @@ function Spacer({ axis = "y", className, flex = false, size = 16, style }) {
|
|
|
16138
16149
|
}
|
|
16139
16150
|
|
|
16140
16151
|
// ../../components/Breadcrumb/Breadcrumb.module.css
|
|
16141
|
-
var Breadcrumb_default = {"current":"opus_FwZfXe_current","
|
|
16152
|
+
var Breadcrumb_default = {"current":"opus_FwZfXe_current","item":"opus_FwZfXe_item","root":"opus_FwZfXe_root","list":"opus_FwZfXe_list","link":"opus_FwZfXe_link","separator":"opus_FwZfXe_separator"};
|
|
16142
16153
|
|
|
16143
16154
|
// ../../components/Breadcrumb/Breadcrumb.tsx
|
|
16144
16155
|
import { jsx as jsx100, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
@@ -16166,7 +16177,7 @@ function Breadcrumb({ ariaLabel = "Breadcrumb", items, onNavigate, separator = "
|
|
|
16166
16177
|
}
|
|
16167
16178
|
|
|
16168
16179
|
// ../../components/Pagination/Pagination.module.css
|
|
16169
|
-
var Pagination_default = {"root":"opus_VkXUKR_root","
|
|
16180
|
+
var Pagination_default = {"root":"opus_VkXUKR_root","active":"opus_VkXUKR_active","ellipsis":"opus_VkXUKR_ellipsis","button":"opus_VkXUKR_button"};
|
|
16170
16181
|
|
|
16171
16182
|
// ../../components/Pagination/Pagination.tsx
|
|
16172
16183
|
import { jsx as jsx101, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
@@ -16231,7 +16242,7 @@ function Pagination({ page, pageCount, onPageChange, siblingCount = 1 }) {
|
|
|
16231
16242
|
}
|
|
16232
16243
|
|
|
16233
16244
|
// ../../components/PageHeader/PageHeader.module.css
|
|
16234
|
-
var PageHeader_default = {"
|
|
16245
|
+
var PageHeader_default = {"description":"opus_1pSVfU_description","copy":"opus_1pSVfU_copy","root":"opus_1pSVfU_root","actions":"opus_1pSVfU_actions","title":"opus_1pSVfU_title","breadcrumbs":"opus_1pSVfU_breadcrumbs","row":"opus_1pSVfU_row","eyebrow":"opus_1pSVfU_eyebrow"};
|
|
16235
16246
|
|
|
16236
16247
|
// ../../components/PageHeader/PageHeader.tsx
|
|
16237
16248
|
import { jsx as jsx102, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
@@ -16250,7 +16261,7 @@ function PageHeader({ actions, breadcrumbs, description, eyebrow, title }) {
|
|
|
16250
16261
|
}
|
|
16251
16262
|
|
|
16252
16263
|
// ../../components/Toolbar/Toolbar.module.css
|
|
16253
|
-
var Toolbar_default = {"
|
|
16264
|
+
var Toolbar_default = {"end":"opus_lO-IAD_end","cluster":"opus_lO-IAD_cluster","root":"opus_lO-IAD_root"};
|
|
16254
16265
|
|
|
16255
16266
|
// ../../components/Toolbar/Toolbar.tsx
|
|
16256
16267
|
import { jsx as jsx103, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
@@ -16272,7 +16283,7 @@ function Toolbar({ children, className, dense = false, end, label, start }) {
|
|
|
16272
16283
|
}
|
|
16273
16284
|
|
|
16274
16285
|
// ../../components/BottomNavigation/BottomNavigation.module.css
|
|
16275
|
-
var BottomNavigation_default = {"
|
|
16286
|
+
var BottomNavigation_default = {"item":"opus_Yqcmor_item","active":"opus_Yqcmor_active","label":"opus_Yqcmor_label","root":"opus_Yqcmor_root","icon":"opus_Yqcmor_icon"};
|
|
16276
16287
|
|
|
16277
16288
|
// ../../components/BottomNavigation/BottomNavigation.tsx
|
|
16278
16289
|
import { jsx as jsx104, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
@@ -16302,7 +16313,7 @@ function BottomNavigation({ items, onChange, value }) {
|
|
|
16302
16313
|
}
|
|
16303
16314
|
|
|
16304
16315
|
// ../../components/NavigationRail/NavigationRail.module.css
|
|
16305
|
-
var NavigationRail_default = {"
|
|
16316
|
+
var NavigationRail_default = {"root":"opus_E7mR15_root","label":"opus_E7mR15_label","icon":"opus_E7mR15_icon","item":"opus_E7mR15_item","active":"opus_E7mR15_active","srOnly":"opus_E7mR15_srOnly"};
|
|
16306
16317
|
|
|
16307
16318
|
// ../../components/NavigationRail/NavigationRail.tsx
|
|
16308
16319
|
import { jsx as jsx105, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
@@ -16345,7 +16356,7 @@ function NavigationRail({ collapsed = false, items, onChange, value }) {
|
|
|
16345
16356
|
import { useEffect as useEffect35, useId as useId23, useRef as useRef35, useState as useState44 } from "react";
|
|
16346
16357
|
|
|
16347
16358
|
// ../../components/SplitButton/SplitButton.module.css
|
|
16348
|
-
var SplitButton_default = {"caret":"opus_TVuiQN_caret","menu":"opus_TVuiQN_menu","
|
|
16359
|
+
var SplitButton_default = {"menuItem":"opus_TVuiQN_menuItem","caret":"opus_TVuiQN_caret","menu":"opus_TVuiQN_menu","root":"opus_TVuiQN_root","main":"opus_TVuiQN_main"};
|
|
16349
16360
|
|
|
16350
16361
|
// ../../components/SplitButton/SplitButton.tsx
|
|
16351
16362
|
import { jsx as jsx106, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
@@ -16410,7 +16421,7 @@ function SplitButton({
|
|
|
16410
16421
|
}
|
|
16411
16422
|
|
|
16412
16423
|
// ../../components/FloatingActionButton/FloatingActionButton.module.css
|
|
16413
|
-
var FloatingActionButton_default = {"
|
|
16424
|
+
var FloatingActionButton_default = {"icon":"opus_UXPLpX_icon","srOnly":"opus_UXPLpX_srOnly","label":"opus_UXPLpX_label","root":"opus_UXPLpX_root"};
|
|
16414
16425
|
|
|
16415
16426
|
// ../../components/FloatingActionButton/FloatingActionButton.tsx
|
|
16416
16427
|
import { jsx as jsx107, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
@@ -16482,7 +16493,7 @@ function TileGradientDefs() {
|
|
|
16482
16493
|
}
|
|
16483
16494
|
|
|
16484
16495
|
// ../../components/Tile/Tile.module.css
|
|
16485
|
-
var Tile_default = {"
|
|
16496
|
+
var Tile_default = {"label":"opus_wypm8k_label","icon":"opus_wypm8k_icon","tile":"opus_wypm8k_tile"};
|
|
16486
16497
|
|
|
16487
16498
|
// ../../components/Tile/Tile.tsx
|
|
16488
16499
|
import { Fragment as Fragment13, jsx as jsx109, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
@@ -16515,7 +16526,7 @@ function Tile({
|
|
|
16515
16526
|
}
|
|
16516
16527
|
|
|
16517
16528
|
// ../../components/Tiles/Tiles.module.css
|
|
16518
|
-
var Tiles_default = {"
|
|
16529
|
+
var Tiles_default = {"row":"opus_zD82gC_row","tile":"opus_zD82gC_tile","tileItem":"opus_zD82gC_tileItem"};
|
|
16519
16530
|
|
|
16520
16531
|
// ../../components/Tiles/Tiles.tsx
|
|
16521
16532
|
import { jsx as jsx110, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
@@ -16553,7 +16564,7 @@ function Tiles({ className, items, layout = "fill" }) {
|
|
|
16553
16564
|
}
|
|
16554
16565
|
|
|
16555
16566
|
// ../../components/StatTile/StatTile.module.css
|
|
16556
|
-
var StatTile_default = {"
|
|
16567
|
+
var StatTile_default = {"comparison":"opus_8DpwUV_comparison","statTile":"opus_8DpwUV_statTile","icon":"opus_8DpwUV_icon","meta":"opus_8DpwUV_meta","trend":"opus_8DpwUV_trend","body":"opus_8DpwUV_body","label":"opus_8DpwUV_label","value":"opus_8DpwUV_value"};
|
|
16557
16568
|
|
|
16558
16569
|
// ../../components/StatTile/StatTile.tsx
|
|
16559
16570
|
import { Fragment as Fragment14, jsx as jsx111, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
@@ -16604,7 +16615,7 @@ function StatTile({
|
|
|
16604
16615
|
}
|
|
16605
16616
|
|
|
16606
16617
|
// ../../components/StatTiles/StatTiles.module.css
|
|
16607
|
-
var StatTiles_default = {"
|
|
16618
|
+
var StatTiles_default = {"row":"opus_uhJd8v_row","statTile":"opus_uhJd8v_statTile","statTileItem":"opus_uhJd8v_statTileItem"};
|
|
16608
16619
|
|
|
16609
16620
|
// ../../components/StatTiles/StatTiles.tsx
|
|
16610
16621
|
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
@@ -16644,7 +16655,7 @@ function StatTiles({ className, items, layout = "fill" }) {
|
|
|
16644
16655
|
import { useId as useId24, useMemo as useMemo19 } from "react";
|
|
16645
16656
|
|
|
16646
16657
|
// ../../components/PipelineOverview/PipelineOverview.module.css
|
|
16647
|
-
var PipelineOverview_default = {"
|
|
16658
|
+
var PipelineOverview_default = {"legendItem":"opus_1ScjMZ_legendItem","body":"opus_1ScjMZ_body","period":"opus_1ScjMZ_period","periodChevron":"opus_1ScjMZ_periodChevron","legendLabel":"opus_1ScjMZ_legendLabel","totalValue":"opus_1ScjMZ_totalValue","legendDot":"opus_1ScjMZ_legendDot","legend":"opus_1ScjMZ_legend","legendValue":"opus_1ScjMZ_legendValue","funnelSvg":"opus_1ScjMZ_funnelSvg","legendCopy":"opus_1ScjMZ_legendCopy","periodLabel":"opus_1ScjMZ_periodLabel","periodSelect":"opus_1ScjMZ_periodSelect","footer":"opus_1ScjMZ_footer","root":"opus_1ScjMZ_root","funnel":"opus_1ScjMZ_funnel","totalLabel":"opus_1ScjMZ_totalLabel","total":"opus_1ScjMZ_total"};
|
|
16648
16659
|
|
|
16649
16660
|
// ../../components/PipelineOverview/PipelineOverview.tsx
|
|
16650
16661
|
import { jsx as jsx113, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
@@ -16977,7 +16988,7 @@ function getDealsOverTimePalette(palette) {
|
|
|
16977
16988
|
}
|
|
16978
16989
|
|
|
16979
16990
|
// ../../components/DealsOverTime/DealsOverTime.module.css
|
|
16980
|
-
var DealsOverTime_default = {"
|
|
16991
|
+
var DealsOverTime_default = {"hitTarget":"opus_Hn1LW1_hitTarget","chartWrap":"opus_Hn1LW1_chartWrap","tooltipValue":"opus_Hn1LW1_tooltipValue","pointRing":"opus_Hn1LW1_pointRing","lineGlowSoft":"opus_Hn1LW1_lineGlowSoft","header":"opus_Hn1LW1_header","pointCore":"opus_Hn1LW1_pointCore","period":"opus_Hn1LW1_period","tooltip":"opus_Hn1LW1_tooltip","gridLine":"opus_Hn1LW1_gridLine","tooltipDate":"opus_Hn1LW1_tooltipDate","periodSelect":"opus_Hn1LW1_periodSelect","chart":"opus_Hn1LW1_chart","lineGlowMid":"opus_Hn1LW1_lineGlowMid","area":"opus_Hn1LW1_area","pointSolid":"opus_Hn1LW1_pointSolid","root":"opus_Hn1LW1_root","pointGlow":"opus_Hn1LW1_pointGlow","line":"opus_Hn1LW1_line","axisLabel":"opus_Hn1LW1_axisLabel","title":"opus_Hn1LW1_title","periodLabel":"opus_Hn1LW1_periodLabel"};
|
|
16981
16992
|
|
|
16982
16993
|
// ../../components/DealsOverTime/DealsOverTime.tsx
|
|
16983
16994
|
import { Fragment as Fragment15, jsx as jsx114, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
@@ -17346,7 +17357,7 @@ function DealsOverTime({
|
|
|
17346
17357
|
import { useCallback as useCallback22, useState as useState46 } from "react";
|
|
17347
17358
|
|
|
17348
17359
|
// ../../components/DashboardListWidget/shared.module.css
|
|
17349
|
-
var shared_default = {"
|
|
17360
|
+
var shared_default = {"footerIcon":"opus_8R-PJ3_footerIcon","itemAction":"opus_8R-PJ3_itemAction","footerAction":"opus_8R-PJ3_footerAction","iconWrap":"opus_8R-PJ3_iconWrap","list":"opus_8R-PJ3_list","footer":"opus_8R-PJ3_footer"};
|
|
17350
17361
|
|
|
17351
17362
|
// ../../components/DashboardListWidget/DashboardListFooter.tsx
|
|
17352
17363
|
import { Fragment as Fragment16, jsx as jsx115, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
@@ -17359,7 +17370,7 @@ function DashboardListFooter({ footerHref, footerLabel, onFooterClick }) {
|
|
|
17359
17370
|
}
|
|
17360
17371
|
|
|
17361
17372
|
// ../../components/UpcomingTasks/UpcomingTasks.module.css
|
|
17362
|
-
var UpcomingTasks_default = {"itemBody":"opus_mFTWWU_itemBody","
|
|
17373
|
+
var UpcomingTasks_default = {"itemBody":"opus_mFTWWU_itemBody","itemAction":"opus_mFTWWU_itemAction","root":"opus_mFTWWU_root","taskCheckbox":"opus_mFTWWU_taskCheckbox","copy":"opus_mFTWWU_copy","list":"opus_mFTWWU_list","item":"opus_mFTWWU_item","itemSubtitle":"opus_mFTWWU_itemSubtitle","itemTitle":"opus_mFTWWU_itemTitle","header":"opus_mFTWWU_header","time":"opus_mFTWWU_time","title":"opus_mFTWWU_title"};
|
|
17363
17374
|
|
|
17364
17375
|
// ../../components/UpcomingTasks/UpcomingTasks.tsx
|
|
17365
17376
|
import { jsx as jsx116, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
@@ -17444,7 +17455,7 @@ function UpcomingTasks({
|
|
|
17444
17455
|
}
|
|
17445
17456
|
|
|
17446
17457
|
// ../../components/RecentActivity/RecentActivity.module.css
|
|
17447
|
-
var RecentActivity_default = {"
|
|
17458
|
+
var RecentActivity_default = {"title":"opus_PR08Ax_title","list":"opus_PR08Ax_list","iconWrap":"opus_PR08Ax_iconWrap","time":"opus_PR08Ax_time","itemAction":"opus_PR08Ax_itemAction","root":"opus_PR08Ax_root","itemTitle":"opus_PR08Ax_itemTitle","copy":"opus_PR08Ax_copy","itemSubtitle":"opus_PR08Ax_itemSubtitle","header":"opus_PR08Ax_header","item":"opus_PR08Ax_item"};
|
|
17448
17459
|
|
|
17449
17460
|
// ../../components/RecentActivity/RecentActivity.tsx
|
|
17450
17461
|
import { Fragment as Fragment17, jsx as jsx117, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
@@ -39239,7 +39250,7 @@ function opusThemeTokens(theme) {
|
|
|
39239
39250
|
}
|
|
39240
39251
|
|
|
39241
39252
|
// ../../components/EmojiPicker/EmojiPicker.module.css
|
|
39242
|
-
var EmojiPicker_default = {"categories":"opus__tyRxw_categories","
|
|
39253
|
+
var EmojiPicker_default = {"panel":"opus__tyRxw_panel","categories":"opus__tyRxw_categories","root":"opus__tyRxw_root","empty":"opus__tyRxw_empty","srOnly":"opus__tyRxw_srOnly","emojiButton":"opus__tyRxw_emojiButton","search":"opus__tyRxw_search","searchHint":"opus__tyRxw_searchHint","grid":"opus__tyRxw_grid","categoryButton":"opus__tyRxw_categoryButton"};
|
|
39243
39254
|
|
|
39244
39255
|
// ../../components/EmojiPicker/EmojiPicker.tsx
|
|
39245
39256
|
import { jsx as jsx118, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
@@ -39517,7 +39528,7 @@ function EmojiPicker({
|
|
|
39517
39528
|
import { useEffect as useEffect38, useMemo as useMemo22, useRef as useRef38, useState as useState48 } from "react";
|
|
39518
39529
|
|
|
39519
39530
|
// ../../components/NoteTag/NoteTag.module.css
|
|
39520
|
-
var NoteTag_default = {"menu":"opus__ZnbtA_menu","
|
|
39531
|
+
var NoteTag_default = {"menu":"opus__ZnbtA_menu","tag":"opus__ZnbtA_tag","picker":"opus__ZnbtA_picker","removeButton":"opus__ZnbtA_removeButton","menuHeader":"opus__ZnbtA_menuHeader","options":"opus__ZnbtA_options","list":"opus__ZnbtA_list","option":"opus__ZnbtA_option"};
|
|
39521
39532
|
|
|
39522
39533
|
// ../../components/NoteTag/NoteTag.tsx
|
|
39523
39534
|
import { jsx as jsx119, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
@@ -39667,7 +39678,7 @@ function NoteTagPicker({
|
|
|
39667
39678
|
}
|
|
39668
39679
|
|
|
39669
39680
|
// ../../components/NoteComposer/NoteComposer.module.css
|
|
39670
|
-
var NoteComposer_default = {"
|
|
39681
|
+
var NoteComposer_default = {"selectedTags":"opus_pQVlNo_selectedTags","footer":"opus_pQVlNo_footer","root":"opus_pQVlNo_root","tools":"opus_pQVlNo_tools","toolButton":"opus_pQVlNo_toolButton","textarea":"opus_pQVlNo_textarea","saveButton":"opus_pQVlNo_saveButton"};
|
|
39671
39682
|
|
|
39672
39683
|
// ../../components/NoteComposer/NoteComposer.tsx
|
|
39673
39684
|
import { jsx as jsx120, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
@@ -39878,7 +39889,7 @@ import {
|
|
|
39878
39889
|
import { Fragment as Fragment18 } from "react";
|
|
39879
39890
|
|
|
39880
39891
|
// ../../components/ContentTimeline/ContentTimeline.module.css
|
|
39881
|
-
var ContentTimeline_default = {"
|
|
39892
|
+
var ContentTimeline_default = {"item":"opus_vApy-v_item","head":"opus_vApy-v_head","dot":"opus_vApy-v_dot","list":"opus_vApy-v_list","markerSlot":"opus_vApy-v_markerSlot","tags":"opus_vApy-v_tags","tag":"opus_vApy-v_tag","line":"opus_vApy-v_line","body":"opus_vApy-v_body","title":"opus_vApy-v_title","rail":"opus_vApy-v_rail","groupLabel":"opus_vApy-v_groupLabel","time":"opus_vApy-v_time","itemFooter":"opus_vApy-v_itemFooter","statusDot":"opus_vApy-v_statusDot","content":"opus_vApy-v_content","itemAction":"opus_vApy-v_itemAction","children":"opus_vApy-v_children","metaRow":"opus_vApy-v_metaRow","description":"opus_vApy-v_description"};
|
|
39882
39893
|
|
|
39883
39894
|
// ../../components/ContentTimeline/ContentTimeline.tsx
|
|
39884
39895
|
import { jsx as jsx121, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
@@ -39995,7 +40006,7 @@ function ContentTimeline({ groups, items, onItemClick, onItemDoubleClick, varian
|
|
|
39995
40006
|
}
|
|
39996
40007
|
|
|
39997
40008
|
// ../../components/NotesActivity/NotesActivity.module.css
|
|
39998
|
-
var NotesActivity_default = {"
|
|
40009
|
+
var NotesActivity_default = {"composer":"opus_ThZ-Bi_composer","replyInputShell":"opus_ThZ-Bi_replyInputShell","replyTools":"opus_ThZ-Bi_replyTools","tabIcon":"opus_ThZ-Bi_tabIcon","tab":"opus_ThZ-Bi_tab","replyBlock":"opus_ThZ-Bi_replyBlock","footerAction":"opus_ThZ-Bi_footerAction","footerIcon":"opus_ThZ-Bi_footerIcon","threadConnectors":"opus_ThZ-Bi_threadConnectors","feed":"opus_ThZ-Bi_feed","replyToolButton":"opus_ThZ-Bi_replyToolButton","threadItems":"opus_ThZ-Bi_threadItems","replyTags":"opus_ThZ-Bi_replyTags","replyInput":"opus_ThZ-Bi_replyInput","tabs":"opus_ThZ-Bi_tabs","root":"opus_ThZ-Bi_root","replyComposer":"opus_ThZ-Bi_replyComposer","footer":"opus_ThZ-Bi_footer"};
|
|
39999
40010
|
|
|
40000
40011
|
// ../../components/NotesActivity/NotesActivity.tsx
|
|
40001
40012
|
import { Fragment as Fragment19, jsx as jsx122, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
@@ -40680,7 +40691,7 @@ function NotesActivity({
|
|
|
40680
40691
|
import { useMemo as useMemo24 } from "react";
|
|
40681
40692
|
|
|
40682
40693
|
// ../../components/TopPerformingUsers/TopPerformingUsers.module.css
|
|
40683
|
-
var TopPerformingUsers_default = {"
|
|
40694
|
+
var TopPerformingUsers_default = {"value":"opus_sYx0a6_value","barTrack":"opus_sYx0a6_barTrack","name":"opus_sYx0a6_name","itemAction":"opus_sYx0a6_itemAction","list":"opus_sYx0a6_list","item":"opus_sYx0a6_item","row":"opus_sYx0a6_row","header":"opus_sYx0a6_header","barFill":"opus_sYx0a6_barFill","title":"opus_sYx0a6_title","root":"opus_sYx0a6_root"};
|
|
40684
40695
|
|
|
40685
40696
|
// ../../components/TopPerformingUsers/TopPerformingUsers.tsx
|
|
40686
40697
|
import { Fragment as Fragment20, jsx as jsx123, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
@@ -40739,7 +40750,7 @@ function TopPerformingUsers({
|
|
|
40739
40750
|
}
|
|
40740
40751
|
|
|
40741
40752
|
// ../../components/UserProfileWidget/UserProfileWidget.module.css
|
|
40742
|
-
var UserProfileWidget_default = {"
|
|
40753
|
+
var UserProfileWidget_default = {"root":"opus_zjR1aT_root","chevron":"opus_zjR1aT_chevron","avatarButton":"opus_zjR1aT_avatarButton","name":"opus_zjR1aT_name","copy":"opus_zjR1aT_copy","role":"opus_zjR1aT_role","chevronButton":"opus_zjR1aT_chevronButton"};
|
|
40743
40754
|
|
|
40744
40755
|
// ../../components/UserProfileWidget/UserProfileWidget.tsx
|
|
40745
40756
|
import { jsx as jsx124, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
@@ -40907,7 +40918,7 @@ function ProfilePhotoUploadModal({
|
|
|
40907
40918
|
}
|
|
40908
40919
|
|
|
40909
40920
|
// ../../components/ImageCropUploadWidget/ImageCropUploadWidget.module.css
|
|
40910
|
-
var ImageCropUploadWidget_default = {"
|
|
40921
|
+
var ImageCropUploadWidget_default = {"title":"opus_jO9vJQ_title","root":"opus_jO9vJQ_root","field":"opus_jO9vJQ_field"};
|
|
40911
40922
|
|
|
40912
40923
|
// ../../components/ImageCropUploadWidget/ImageCropUploadWidget.tsx
|
|
40913
40924
|
import { jsx as jsx126, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
@@ -40952,7 +40963,7 @@ function ImageCropUploadWidget({
|
|
|
40952
40963
|
}
|
|
40953
40964
|
|
|
40954
40965
|
// ../../components/DashboardContentContainer/DashboardContentContainer.module.css
|
|
40955
|
-
var DashboardContentContainer_default = {"
|
|
40966
|
+
var DashboardContentContainer_default = {"title":"opus_myuwZ6_title","container":"opus_myuwZ6_container"};
|
|
40956
40967
|
|
|
40957
40968
|
// ../../components/DashboardContentContainer/DashboardContentContainer.tsx
|
|
40958
40969
|
import { jsx as jsx127, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
@@ -40991,7 +41002,7 @@ function DashboardContentContainer({
|
|
|
40991
41002
|
import { useMemo as useMemo25, useState as useState52 } from "react";
|
|
40992
41003
|
|
|
40993
41004
|
// ../../components/PropertyInspector/PropertyInspector.module.css
|
|
40994
|
-
var PropertyInspector_default = {"valueCell":"opus_IrN8Z8_valueCell","
|
|
41005
|
+
var PropertyInspector_default = {"valueCell":"opus_IrN8Z8_valueCell","root":"opus_IrN8Z8_root","group":"opus_IrN8Z8_group","input":"opus_IrN8Z8_input","select":"opus_IrN8Z8_select","searchRow":"opus_IrN8Z8_searchRow","groupHeader":"opus_IrN8Z8_groupHeader","rows":"opus_IrN8Z8_rows","checkbox":"opus_IrN8Z8_checkbox","row":"opus_IrN8Z8_row","search":"opus_IrN8Z8_search","label":"opus_IrN8Z8_label","value":"opus_IrN8Z8_value"};
|
|
40995
41006
|
|
|
40996
41007
|
// ../../components/PropertyInspector/PropertyInspector.tsx
|
|
40997
41008
|
import { jsx as jsx128, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
@@ -41111,7 +41122,7 @@ function PropertyInspector({ items, onChange, searchable = false }) {
|
|
|
41111
41122
|
import { useMemo as useMemo26 } from "react";
|
|
41112
41123
|
|
|
41113
41124
|
// ../../components/FilterBuilder/FilterBuilder.module.css
|
|
41114
|
-
var FilterBuilder_default = {"
|
|
41125
|
+
var FilterBuilder_default = {"add":"opus_CtJDHh_add","remove":"opus_CtJDHh_remove","row":"opus_CtJDHh_row","input":"opus_CtJDHh_input","root":"opus_CtJDHh_root","header":"opus_CtJDHh_header","select":"opus_CtJDHh_select","expression":"opus_CtJDHh_expression","outputLabel":"opus_CtJDHh_outputLabel","empty":"opus_CtJDHh_empty","valuePlaceholder":"opus_CtJDHh_valuePlaceholder","title":"opus_CtJDHh_title","list":"opus_CtJDHh_list","output":"opus_CtJDHh_output","joiner":"opus_CtJDHh_joiner","joinerSpacer":"opus_CtJDHh_joinerSpacer","payload":"opus_CtJDHh_payload"};
|
|
41115
41126
|
|
|
41116
41127
|
// ../../components/FilterBuilder/FilterBuilder.tsx
|
|
41117
41128
|
import { jsx as jsx129, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
@@ -41221,7 +41232,7 @@ function FilterBuilder({ conditions, fields, onChange }) {
|
|
|
41221
41232
|
import { useMemo as useMemo27 } from "react";
|
|
41222
41233
|
|
|
41223
41234
|
// ../../components/QueryBuilder/QueryBuilder.module.css
|
|
41224
|
-
var QueryBuilder_default = {"
|
|
41235
|
+
var QueryBuilder_default = {"input":"opus_b7dZwd_input","root":"opus_b7dZwd_root","combinator":"opus_b7dZwd_combinator","add":"opus_b7dZwd_add","row":"opus_b7dZwd_row","toolbar":"opus_b7dZwd_toolbar","select":"opus_b7dZwd_select","remove":"opus_b7dZwd_remove","payload":"opus_b7dZwd_payload","list":"opus_b7dZwd_list","selectNarrow":"opus_b7dZwd_selectNarrow","output":"opus_b7dZwd_output","expression":"opus_b7dZwd_expression","outputLabel":"opus_b7dZwd_outputLabel","empty":"opus_b7dZwd_empty","chip":"opus_b7dZwd_chip","chipSpacer":"opus_b7dZwd_chipSpacer"};
|
|
41225
41236
|
|
|
41226
41237
|
// ../../components/QueryBuilder/QueryBuilder.tsx
|
|
41227
41238
|
import { jsx as jsx130, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
@@ -41348,7 +41359,7 @@ function QueryBuilder({ fields, group, onChange }) {
|
|
|
41348
41359
|
import { useMemo as useMemo28 } from "react";
|
|
41349
41360
|
|
|
41350
41361
|
// ../../components/RuleBuilder/RuleBuilder.module.css
|
|
41351
|
-
var RuleBuilder_default = {"
|
|
41362
|
+
var RuleBuilder_default = {"output":"opus_O61tUk_output","outputLabel":"opus_O61tUk_outputLabel","header":"opus_O61tUk_header","expression":"opus_O61tUk_expression","payload":"opus_O61tUk_payload","root":"opus_O61tUk_root","action":"opus_O61tUk_action","enabled":"opus_O61tUk_enabled","priority":"opus_O61tUk_priority","actions":"opus_O61tUk_actions","title":"opus_O61tUk_title","list":"opus_O61tUk_list","subtitle":"opus_O61tUk_subtitle","select":"opus_O61tUk_select","field":"opus_O61tUk_field","input":"opus_O61tUk_input","empty":"opus_O61tUk_empty","card":"opus_O61tUk_card","cardTop":"opus_O61tUk_cardTop","name":"opus_O61tUk_name","add":"opus_O61tUk_add"};
|
|
41352
41363
|
|
|
41353
41364
|
// ../../components/RuleBuilder/RuleBuilder.tsx
|
|
41354
41365
|
import { jsx as jsx131, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
@@ -41491,7 +41502,7 @@ function RuleBuilder({ onChange, rules }) {
|
|
|
41491
41502
|
}
|
|
41492
41503
|
|
|
41493
41504
|
// ../../components/PermissionsMatrix/PermissionsMatrix.module.css
|
|
41494
|
-
var PermissionsMatrix_default = {"
|
|
41505
|
+
var PermissionsMatrix_default = {"table":"opus_x-xBrX_table","select":"opus_x-xBrX_select","root":"opus_x-xBrX_root","head":"opus_x-xBrX_head","rowHead":"opus_x-xBrX_rowHead","corner":"opus_x-xBrX_corner","cell":"opus_x-xBrX_cell","scroll":"opus_x-xBrX_scroll"};
|
|
41495
41506
|
|
|
41496
41507
|
// ../../components/PermissionsMatrix/PermissionsMatrix.tsx
|
|
41497
41508
|
import { jsx as jsx132, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
@@ -41527,7 +41538,7 @@ function PermissionsMatrix({ onChange, permissions, resources, roles }) {
|
|
|
41527
41538
|
import { useMemo as useMemo29, useState as useState53 } from "react";
|
|
41528
41539
|
|
|
41529
41540
|
// ../../components/DualListBuilder/DualListBuilder.module.css
|
|
41530
|
-
var DualListBuilder_default = {"
|
|
41541
|
+
var DualListBuilder_default = {"root":"opus_P6crEX_root","columns":"opus_P6crEX_columns","control":"opus_P6crEX_control","list":"opus_P6crEX_list","output":"opus_P6crEX_output","columnTitle":"opus_P6crEX_columnTitle","column":"opus_P6crEX_column","count":"opus_P6crEX_count","payload":"opus_P6crEX_payload","controls":"opus_P6crEX_controls","item":"opus_P6crEX_item","itemActive":"opus_P6crEX_itemActive","search":"opus_P6crEX_search","outputLabel":"opus_P6crEX_outputLabel","expression":"opus_P6crEX_expression","searchRow":"opus_P6crEX_searchRow"};
|
|
41531
41542
|
|
|
41532
41543
|
// ../../components/DualListBuilder/DualListBuilder.tsx
|
|
41533
41544
|
import { jsx as jsx133, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
@@ -41656,7 +41667,7 @@ function ListColumn2({
|
|
|
41656
41667
|
import { useMemo as useMemo30 } from "react";
|
|
41657
41668
|
|
|
41658
41669
|
// ../../components/Scheduler/Scheduler.module.css
|
|
41659
|
-
var Scheduler_default = {"
|
|
41670
|
+
var Scheduler_default = {"corner":"opus_ZqbdMc_corner","grid":"opus_ZqbdMc_grid","time":"opus_ZqbdMc_time","event":"opus_ZqbdMc_event","cell":"opus_ZqbdMc_cell","eventTime":"opus_ZqbdMc_eventTime","eventTitle":"opus_ZqbdMc_eventTitle","root":"opus_ZqbdMc_root","dayHead":"opus_ZqbdMc_dayHead"};
|
|
41660
41671
|
|
|
41661
41672
|
// ../../components/Scheduler/Scheduler.tsx
|
|
41662
41673
|
import { jsx as jsx134, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
@@ -41724,7 +41735,7 @@ function formatHour(hour) {
|
|
|
41724
41735
|
import { useMemo as useMemo31, useState as useState54 } from "react";
|
|
41725
41736
|
|
|
41726
41737
|
// ../../components/KanbanBoard/KanbanBoard.module.css
|
|
41727
|
-
var KanbanBoard_default = {"
|
|
41738
|
+
var KanbanBoard_default = {"count":"opus_EUh8ei_count","column":"opus_EUh8ei_column","columnHeader":"opus_EUh8ei_columnHeader","columnTitle":"opus_EUh8ei_columnTitle","cardMeta":"opus_EUh8ei_cardMeta","root":"opus_EUh8ei_root","cards":"opus_EUh8ei_cards","card":"opus_EUh8ei_card","cardTitle":"opus_EUh8ei_cardTitle"};
|
|
41728
41739
|
|
|
41729
41740
|
// ../../components/KanbanBoard/KanbanBoard.tsx
|
|
41730
41741
|
import { jsx as jsx135, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
@@ -41833,7 +41844,7 @@ function sortEventsByTime(events) {
|
|
|
41833
41844
|
import { useEffect as useEffect41, useMemo as useMemo32, useState as useState55 } from "react";
|
|
41834
41845
|
|
|
41835
41846
|
// ../../components/Calendar/Calendar.module.css
|
|
41836
|
-
var Calendar_default = {"
|
|
41847
|
+
var Calendar_default = {"weekday":"opus_IjCc5M_weekday","dayModalSection":"opus_IjCc5M_dayModalSection","dayModalHeading":"opus_IjCc5M_dayModalHeading","selected":"opus_IjCc5M_selected","eventLabel":"opus_IjCc5M_eventLabel","dayModalItem":"opus_IjCc5M_dayModalItem","today":"opus_IjCc5M_today","weekdays":"opus_IjCc5M_weekdays","toolbar":"opus_IjCc5M_toolbar","pickerField":"opus_IjCc5M_pickerField","dayModalForm":"opus_IjCc5M_dayModalForm","dayModalNotice":"opus_IjCc5M_dayModalNotice","dayModalEmpty":"opus_IjCc5M_dayModalEmpty","empty":"opus_IjCc5M_empty","moreEvents":"opus_IjCc5M_moreEvents","events":"opus_IjCc5M_events","dayModalItemBody":"opus_IjCc5M_dayModalItemBody","dot":"opus_IjCc5M_dot","dayModalFieldRow":"opus_IjCc5M_dayModalFieldRow","dayModalItemMeta":"opus_IjCc5M_dayModalItemMeta","yearSelect":"opus_IjCc5M_yearSelect","picker":"opus_IjCc5M_picker","root":"opus_IjCc5M_root","monthSelect":"opus_IjCc5M_monthSelect","grid":"opus_IjCc5M_grid","dayModalDot":"opus_IjCc5M_dayModalDot","dayModal":"opus_IjCc5M_dayModal","dayModalItemTitle":"opus_IjCc5M_dayModalItemTitle","event":"opus_IjCc5M_event","label":"opus_IjCc5M_label","srOnly":"opus_IjCc5M_srOnly","nav":"opus_IjCc5M_nav","dayModalList":"opus_IjCc5M_dayModalList","day":"opus_IjCc5M_day","select":"opus_IjCc5M_select","dayNumber":"opus_IjCc5M_dayNumber","dayModalItemTime":"opus_IjCc5M_dayModalItemTime"};
|
|
41837
41848
|
|
|
41838
41849
|
// ../../components/Calendar/CalendarDayModal.tsx
|
|
41839
41850
|
import { Fragment as Fragment22, jsx as jsx136, jsxs as jsxs113 } from "react/jsx-runtime";
|
|
@@ -42160,7 +42171,7 @@ function Calendar({
|
|
|
42160
42171
|
import { useMemo as useMemo34 } from "react";
|
|
42161
42172
|
|
|
42162
42173
|
// ../../components/ResourcePlanner/ResourcePlanner.module.css
|
|
42163
|
-
var ResourcePlanner_default = {"
|
|
42174
|
+
var ResourcePlanner_default = {"track":"opus_9Mof8o_track","header":"opus_9Mof8o_header","corner":"opus_9Mof8o_corner","hour":"opus_9Mof8o_hour","row":"opus_9Mof8o_row","scroll":"opus_9Mof8o_scroll","lanes":"opus_9Mof8o_lanes","block":"opus_9Mof8o_block","root":"opus_9Mof8o_root","lane":"opus_9Mof8o_lane","resource":"opus_9Mof8o_resource"};
|
|
42164
42175
|
|
|
42165
42176
|
// ../../components/ResourcePlanner/ResourcePlanner.tsx
|
|
42166
42177
|
import { jsx as jsx138, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
@@ -42216,7 +42227,7 @@ function ResourcePlanner({
|
|
|
42216
42227
|
import { useMemo as useMemo35, useState as useState57 } from "react";
|
|
42217
42228
|
|
|
42218
42229
|
// ../../components/TreeView/TreeView.module.css
|
|
42219
|
-
var TreeView_default = {"toggle":"opus_NlkzXy_toggle","
|
|
42230
|
+
var TreeView_default = {"tree":"opus_NlkzXy_tree","toggle":"opus_NlkzXy_toggle","label":"opus_NlkzXy_label","children":"opus_NlkzXy_children","leafMark":"opus_NlkzXy_leafMark","node":"opus_NlkzXy_node","row":"opus_NlkzXy_row"};
|
|
42220
42231
|
|
|
42221
42232
|
// ../../components/TreeView/TreeView.tsx
|
|
42222
42233
|
import { jsx as jsx139, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
@@ -42296,7 +42307,7 @@ function TreeView({ defaultExpandedIds, nodes }) {
|
|
|
42296
42307
|
}
|
|
42297
42308
|
|
|
42298
42309
|
// ../../components/MasonryGrid/MasonryGrid.module.css
|
|
42299
|
-
var MasonryGrid_default = {"
|
|
42310
|
+
var MasonryGrid_default = {"body":"opus_Fxxd7-_body","title":"opus_Fxxd7-_title","grid":"opus_Fxxd7-_grid","card":"opus_Fxxd7-_card"};
|
|
42300
42311
|
|
|
42301
42312
|
// ../../components/MasonryGrid/MasonryGrid.tsx
|
|
42302
42313
|
import { jsx as jsx140, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
@@ -42334,7 +42345,7 @@ function MasonryGrid({ columns = 3, gap = 12, items }) {
|
|
|
42334
42345
|
import { useMemo as useMemo36, useState as useState58 } from "react";
|
|
42335
42346
|
|
|
42336
42347
|
// ../../components/JsonViewer/JsonViewer.module.css
|
|
42337
|
-
var JsonViewer_default = {"
|
|
42348
|
+
var JsonViewer_default = {"root":"opus_uLDgXq_root","boolean":"opus_uLDgXq_boolean","block":"opus_uLDgXq_block","key":"opus_uLDgXq_key","toggleLine":"opus_uLDgXq_toggleLine","chevron":"opus_uLDgXq_chevron","line":"opus_uLDgXq_line","children":"opus_uLDgXq_children","number":"opus_uLDgXq_number","null":"opus_uLDgXq_null","summary":"opus_uLDgXq_summary","string":"opus_uLDgXq_string"};
|
|
42338
42349
|
|
|
42339
42350
|
// ../../components/JsonViewer/JsonViewer.tsx
|
|
42340
42351
|
import { jsx as jsx141, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
@@ -42457,7 +42468,7 @@ function Spinner({ label = "Loading", size = "md", tone = "accent" }) {
|
|
|
42457
42468
|
import { useEffect as useEffect42, useState as useState59 } from "react";
|
|
42458
42469
|
|
|
42459
42470
|
// ../../components/Clock/Clock.module.css
|
|
42460
|
-
var Clock_default = {"
|
|
42471
|
+
var Clock_default = {"date":"opus_Lj91mC_date","centreDotInner":"opus_Lj91mC_centreDotInner","minuteHand":"opus_Lj91mC_minuteHand","centreDot":"opus_Lj91mC_centreDot","loading":"opus_Lj91mC_loading","face":"opus_Lj91mC_face","tick":"opus_Lj91mC_tick","root":"opus_Lj91mC_root","number":"opus_Lj91mC_number","hand":"opus_Lj91mC_hand","hourHand":"opus_Lj91mC_hourHand","secondHand":"opus_Lj91mC_secondHand","digitalTime":"opus_Lj91mC_digitalTime"};
|
|
42461
42472
|
|
|
42462
42473
|
// ../../components/Clock/Clock.tsx
|
|
42463
42474
|
import { jsx as jsx144, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
@@ -42656,7 +42667,7 @@ function FocusTrap({
|
|
|
42656
42667
|
}
|
|
42657
42668
|
|
|
42658
42669
|
// ../../components/KeyboardShortcut/KeyboardShortcut.module.css
|
|
42659
|
-
var KeyboardShortcut_default = {"
|
|
42670
|
+
var KeyboardShortcut_default = {"plus":"opus_pZh5vX_plus","shortcut":"opus_pZh5vX_shortcut","key":"opus_pZh5vX_key"};
|
|
42660
42671
|
|
|
42661
42672
|
// ../../components/KeyboardShortcut/KeyboardShortcut.tsx
|
|
42662
42673
|
import { jsx as jsx147, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
@@ -43013,7 +43024,7 @@ import {
|
|
|
43013
43024
|
} from "react";
|
|
43014
43025
|
|
|
43015
43026
|
// ../../components/Sidebar/Sidebar.module.css
|
|
43016
|
-
var Sidebar_default = {"
|
|
43027
|
+
var Sidebar_default = {"overflowLabel":"opus_4Pogux_overflowLabel","header":"opus_4Pogux_header","group":"opus_4Pogux_group","groupChevronOpen":"opus_4Pogux_groupChevronOpen","main":"opus_4Pogux_main","groupItemsWrap":"opus_4Pogux_groupItemsWrap","sidebar":"opus_4Pogux_sidebar","linkLabel":"opus_4Pogux_linkLabel","collapsedTooltip":"opus_4Pogux_collapsedTooltip","footer":"opus_4Pogux_footer","link":"opus_4Pogux_link","collapsedGroupChevronOpen":"opus_4Pogux_collapsedGroupChevronOpen","collapsedGroup":"opus_4Pogux_collapsedGroup","overflowTooltip":"opus_4Pogux_overflowTooltip","icon":"opus_4Pogux_icon","groupChevron":"opus_4Pogux_groupChevron","collapsedGroupWrap":"opus_4Pogux_collapsedGroupWrap","bodyContent":"opus_4Pogux_bodyContent","groupLabel":"opus_4Pogux_groupLabel","headerInner":"opus_4Pogux_headerInner","collapsedSubmenu":"opus_4Pogux_collapsedSubmenu","linkActive":"opus_4Pogux_linkActive","groupItems":"opus_4Pogux_groupItems","nav":"opus_4Pogux_nav","collapsedGroupChevron":"opus_4Pogux_collapsedGroupChevron","body":"opus_4Pogux_body","layout":"opus_4Pogux_layout","groupHeader":"opus_4Pogux_groupHeader","visuallyHidden":"opus_4Pogux_visuallyHidden","headerTitle":"opus_4Pogux_headerTitle"};
|
|
43017
43028
|
|
|
43018
43029
|
// ../../components/Sidebar/Sidebar.tsx
|
|
43019
43030
|
import { Fragment as Fragment24, jsx as jsx154, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
@@ -43676,7 +43687,7 @@ import { useEffect as useEffect50, useId as useId27, useMemo as useMemo41, useRe
|
|
|
43676
43687
|
import { FontAwesomeIcon as FontAwesomeIcon13 } from "@fortawesome/react-fontawesome";
|
|
43677
43688
|
|
|
43678
43689
|
// ../../components/IconPicker/IconPicker.module.css
|
|
43679
|
-
var IconPicker_default = {"empty":"opus_4E-Oa1_empty","triggerLabel":"opus_4E-Oa1_triggerLabel","
|
|
43690
|
+
var IconPicker_default = {"empty":"opus_4E-Oa1_empty","triggerLabel":"opus_4E-Oa1_triggerLabel","optionIcon":"opus_4E-Oa1_optionIcon","grid":"opus_4E-Oa1_grid","triggerIcon":"opus_4E-Oa1_triggerIcon","chevron":"opus_4E-Oa1_chevron","search":"opus_4E-Oa1_search","trigger":"opus_4E-Oa1_trigger","root":"opus_4E-Oa1_root","menu":"opus_4E-Oa1_menu","option":"opus_4E-Oa1_option"};
|
|
43680
43691
|
|
|
43681
43692
|
// ../../components/IconPicker/IconPicker.tsx
|
|
43682
43693
|
import { jsx as jsx156, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
@@ -43839,12 +43850,177 @@ function IconBadge({
|
|
|
43839
43850
|
return /* @__PURE__ */ jsx157("span", { "aria-label": accessibleLabel, className: rootClassName, "data-size": size, role: "img", children: content });
|
|
43840
43851
|
}
|
|
43841
43852
|
|
|
43853
|
+
// ../../components/ApplicationHeader/ApplicationHeader.tsx
|
|
43854
|
+
import { useEffect as useEffect51, useRef as useRef47 } from "react";
|
|
43855
|
+
|
|
43856
|
+
// ../../components/ApplicationHeader/ApplicationHeader.module.css
|
|
43857
|
+
var ApplicationHeader_default = {"createMenuIcon":"opus_TjZbi8_createMenuIcon","logo":"opus_TjZbi8_logo","profile":"opus_TjZbi8_profile","createButton":"opus_TjZbi8_createButton","root":"opus_TjZbi8_root","content":"opus_TjZbi8_content","brand":"opus_TjZbi8_brand","actionGroup":"opus_TjZbi8_actionGroup","search":"opus_TjZbi8_search","actions":"opus_TjZbi8_actions"};
|
|
43858
|
+
|
|
43859
|
+
// ../../components/ApplicationHeader/ApplicationHeader.tsx
|
|
43860
|
+
import { Fragment as Fragment25, jsx as jsx158, jsxs as jsxs124 } from "react/jsx-runtime";
|
|
43861
|
+
function ApplicationHeader({
|
|
43862
|
+
actions = [],
|
|
43863
|
+
brandAlt = "Opus",
|
|
43864
|
+
brandHref = "/",
|
|
43865
|
+
brandSrc = "/opus-logo.png",
|
|
43866
|
+
className,
|
|
43867
|
+
connected = false,
|
|
43868
|
+
createLabel = "Create new",
|
|
43869
|
+
createItems = [],
|
|
43870
|
+
onCreate,
|
|
43871
|
+
onCreateSelect,
|
|
43872
|
+
onSearchChange,
|
|
43873
|
+
profile,
|
|
43874
|
+
searchPlaceholder = "Search contacts, companies, deals\u2026",
|
|
43875
|
+
searchShortcut = ["\u2318", "S"],
|
|
43876
|
+
searchValue = "",
|
|
43877
|
+
showSearch = true
|
|
43878
|
+
}) {
|
|
43879
|
+
const searchInputRef = useRef47(null);
|
|
43880
|
+
const notificationActions = actions.filter((action) => action.group === "notification" || action.count !== void 0);
|
|
43881
|
+
const utilityActions = actions.filter((action) => action.group === "utility" || action.group === void 0 && action.count === void 0);
|
|
43882
|
+
const handleSearchChange = (event) => {
|
|
43883
|
+
onSearchChange == null ? void 0 : onSearchChange(event.target.value);
|
|
43884
|
+
};
|
|
43885
|
+
const createMenuItems = createItems.map((item) => ({
|
|
43886
|
+
disabled: item.disabled,
|
|
43887
|
+
icon: item.iconName ? /* @__PURE__ */ jsx158("span", { className: ApplicationHeader_default.createMenuIcon, children: /* @__PURE__ */ jsx158(CatalogIcon, { iconName: item.iconName }) }) : void 0,
|
|
43888
|
+
id: item.id,
|
|
43889
|
+
label: item.label,
|
|
43890
|
+
onSelect: item.onSelect
|
|
43891
|
+
}));
|
|
43892
|
+
useEffect51(() => {
|
|
43893
|
+
var _a2;
|
|
43894
|
+
if (!showSearch) {
|
|
43895
|
+
return;
|
|
43896
|
+
}
|
|
43897
|
+
const shortcutKey = (_a2 = searchShortcut.at(-1)) == null ? void 0 : _a2.toLowerCase();
|
|
43898
|
+
if (!shortcutKey) {
|
|
43899
|
+
return;
|
|
43900
|
+
}
|
|
43901
|
+
const handleKeyDown = (event) => {
|
|
43902
|
+
var _a3, _b2;
|
|
43903
|
+
if (!(event.metaKey || event.ctrlKey) || event.altKey || event.key.toLowerCase() !== shortcutKey) {
|
|
43904
|
+
return;
|
|
43905
|
+
}
|
|
43906
|
+
event.preventDefault();
|
|
43907
|
+
(_a3 = searchInputRef.current) == null ? void 0 : _a3.focus();
|
|
43908
|
+
(_b2 = searchInputRef.current) == null ? void 0 : _b2.select();
|
|
43909
|
+
};
|
|
43910
|
+
window.addEventListener("keydown", handleKeyDown);
|
|
43911
|
+
return () => window.removeEventListener("keydown", handleKeyDown);
|
|
43912
|
+
}, [searchShortcut, showSearch]);
|
|
43913
|
+
return /* @__PURE__ */ jsxs124(
|
|
43914
|
+
"header",
|
|
43915
|
+
{
|
|
43916
|
+
className: [ApplicationHeader_default.root, className].filter(Boolean).join(" "),
|
|
43917
|
+
"data-connected": connected ? "true" : "false",
|
|
43918
|
+
children: [
|
|
43919
|
+
/* @__PURE__ */ jsx158("a", { "aria-label": brandAlt, className: ApplicationHeader_default.brand, href: brandHref, children: /* @__PURE__ */ jsx158("img", { alt: brandAlt, className: ApplicationHeader_default.logo, src: brandSrc }) }),
|
|
43920
|
+
/* @__PURE__ */ jsxs124("div", { className: ApplicationHeader_default.content, children: [
|
|
43921
|
+
showSearch ? /* @__PURE__ */ jsx158("div", { className: ApplicationHeader_default.search, children: /* @__PURE__ */ jsx158(
|
|
43922
|
+
TextField,
|
|
43923
|
+
{
|
|
43924
|
+
endAdornment: /* @__PURE__ */ jsx158(KeyboardShortcut, { keys: searchShortcut, size: "sm" }),
|
|
43925
|
+
id: "application-header-search",
|
|
43926
|
+
inputRef: searchInputRef,
|
|
43927
|
+
label: "Search",
|
|
43928
|
+
labelVisuallyHidden: true,
|
|
43929
|
+
placeholder: searchPlaceholder,
|
|
43930
|
+
size: "lg",
|
|
43931
|
+
type: "search",
|
|
43932
|
+
value: searchValue,
|
|
43933
|
+
onChange: handleSearchChange
|
|
43934
|
+
}
|
|
43935
|
+
) }) : /* @__PURE__ */ jsx158("span", {}),
|
|
43936
|
+
/* @__PURE__ */ jsxs124("nav", { "aria-label": "Application actions", className: ApplicationHeader_default.actions, children: [
|
|
43937
|
+
createItems.length ? /* @__PURE__ */ jsx158(
|
|
43938
|
+
DropdownMenu,
|
|
43939
|
+
{
|
|
43940
|
+
items: createMenuItems,
|
|
43941
|
+
label: createLabel,
|
|
43942
|
+
onSelect: (selectedItem) => {
|
|
43943
|
+
const item = createItems.find((candidate) => candidate.id === selectedItem.id);
|
|
43944
|
+
if (item) {
|
|
43945
|
+
onCreateSelect == null ? void 0 : onCreateSelect(item);
|
|
43946
|
+
}
|
|
43947
|
+
},
|
|
43948
|
+
placement: "bottom-end",
|
|
43949
|
+
trigger: /* @__PURE__ */ jsx158("button", { "aria-label": createLabel, className: ApplicationHeader_default.createButton, type: "button", children: /* @__PURE__ */ jsx158(CatalogIcon, { iconName: "plus" }) })
|
|
43950
|
+
}
|
|
43951
|
+
) : onCreate ? /* @__PURE__ */ jsx158(Tooltip, { content: createLabel, placement: "bottom", children: /* @__PURE__ */ jsx158("button", { "aria-label": createLabel, className: ApplicationHeader_default.createButton, onClick: onCreate, type: "button", children: /* @__PURE__ */ jsx158(CatalogIcon, { iconName: "plus" }) }) }) : null,
|
|
43952
|
+
(createItems.length || onCreate) && actions.length ? /* @__PURE__ */ jsx158(Divider, { orientation: "vertical", tone: "muted" }) : null,
|
|
43953
|
+
/* @__PURE__ */ jsx158("div", { className: ApplicationHeader_default.actionGroup, children: notificationActions.map((action) => /* @__PURE__ */ jsx158(Tooltip, { content: action.label, placement: "bottom", children: /* @__PURE__ */ jsx158(
|
|
43954
|
+
IconBadge,
|
|
43955
|
+
{
|
|
43956
|
+
count: action.count,
|
|
43957
|
+
iconName: action.iconName,
|
|
43958
|
+
label: action.label,
|
|
43959
|
+
onClick: action.onClick,
|
|
43960
|
+
urgency: action.urgency
|
|
43961
|
+
}
|
|
43962
|
+
) }, action.id)) }),
|
|
43963
|
+
notificationActions.length && utilityActions.length ? /* @__PURE__ */ jsx158(Divider, { orientation: "vertical", tone: "muted" }) : null,
|
|
43964
|
+
/* @__PURE__ */ jsx158("div", { className: ApplicationHeader_default.actionGroup, children: utilityActions.map((action) => /* @__PURE__ */ jsx158(Tooltip, { content: action.label, placement: "bottom", children: /* @__PURE__ */ jsx158(
|
|
43965
|
+
IconBadge,
|
|
43966
|
+
{
|
|
43967
|
+
count: action.count,
|
|
43968
|
+
iconName: action.iconName,
|
|
43969
|
+
label: action.label,
|
|
43970
|
+
onClick: action.onClick,
|
|
43971
|
+
urgency: action.urgency
|
|
43972
|
+
}
|
|
43973
|
+
) }, action.id)) }),
|
|
43974
|
+
profile ? /* @__PURE__ */ jsxs124(Fragment25, { children: [
|
|
43975
|
+
/* @__PURE__ */ jsx158(Divider, { orientation: "vertical", tone: "muted" }),
|
|
43976
|
+
/* @__PURE__ */ jsx158("div", { className: ApplicationHeader_default.profile, children: /* @__PURE__ */ jsx158(
|
|
43977
|
+
UserProfileWidget,
|
|
43978
|
+
{
|
|
43979
|
+
avatarSize: "md",
|
|
43980
|
+
menuItems: profile.menuItems,
|
|
43981
|
+
name: profile.name,
|
|
43982
|
+
role: profile.role,
|
|
43983
|
+
src: profile.src
|
|
43984
|
+
}
|
|
43985
|
+
) })
|
|
43986
|
+
] }) : null
|
|
43987
|
+
] })
|
|
43988
|
+
] })
|
|
43989
|
+
]
|
|
43990
|
+
}
|
|
43991
|
+
);
|
|
43992
|
+
}
|
|
43993
|
+
|
|
43994
|
+
// ../../components/ApplicationFooter/ApplicationFooter.module.css
|
|
43995
|
+
var ApplicationFooter_default = {"product":"opus_mphyzH_product","version":"opus_mphyzH_version","root":"opus_mphyzH_root","action":"opus_mphyzH_action","brand":"opus_mphyzH_brand","actions":"opus_mphyzH_actions","actionSlot":"opus_mphyzH_actionSlot","logo":"opus_mphyzH_logo","copyright":"opus_mphyzH_copyright"};
|
|
43996
|
+
|
|
43997
|
+
// ../../components/ApplicationFooter/ApplicationFooter.tsx
|
|
43998
|
+
import { jsx as jsx159, jsxs as jsxs125 } from "react/jsx-runtime";
|
|
43999
|
+
function ApplicationFooter({ actions = [], brandAlt = "Opus", brandSrc = "/opus-logo.png", copyright = `\xA9 ${(/* @__PURE__ */ new Date()).getFullYear()} Opus. All rights reserved.`, onActionSelect, productName = "CRM", version = "v1.0.0" }) {
|
|
44000
|
+
return /* @__PURE__ */ jsxs125("footer", { className: ApplicationFooter_default.root, children: [
|
|
44001
|
+
/* @__PURE__ */ jsxs125("div", { className: ApplicationFooter_default.brand, children: [
|
|
44002
|
+
/* @__PURE__ */ jsx159("img", { alt: brandAlt, className: ApplicationFooter_default.logo, src: brandSrc }),
|
|
44003
|
+
/* @__PURE__ */ jsx159("span", { className: ApplicationFooter_default.product, children: productName }),
|
|
44004
|
+
/* @__PURE__ */ jsx159("span", { className: ApplicationFooter_default.version, children: version })
|
|
44005
|
+
] }),
|
|
44006
|
+
/* @__PURE__ */ jsx159("small", { className: ApplicationFooter_default.copyright, children: copyright }),
|
|
44007
|
+
/* @__PURE__ */ jsx159("nav", { "aria-label": "Footer actions", className: ApplicationFooter_default.actions, children: actions.map((action, index) => /* @__PURE__ */ jsxs125("span", { className: ApplicationFooter_default.actionSlot, children: [
|
|
44008
|
+
index ? /* @__PURE__ */ jsx159(Divider, { orientation: "vertical", tone: "muted" }) : null,
|
|
44009
|
+
/* @__PURE__ */ jsx159(Tooltip, { content: action.label, placement: "top", children: /* @__PURE__ */ jsx159("button", { "aria-label": action.label, className: ApplicationFooter_default.action, onClick: () => {
|
|
44010
|
+
var _a2;
|
|
44011
|
+
(_a2 = action.onSelect) == null ? void 0 : _a2.call(action);
|
|
44012
|
+
onActionSelect == null ? void 0 : onActionSelect(action);
|
|
44013
|
+
}, type: "button", children: /* @__PURE__ */ jsx159(CatalogIcon, { iconName: action.iconName }) }) })
|
|
44014
|
+
] }, action.id)) })
|
|
44015
|
+
] });
|
|
44016
|
+
}
|
|
44017
|
+
|
|
43842
44018
|
// ../../components/FontPicker/FontPicker.tsx
|
|
43843
44019
|
import {
|
|
43844
44020
|
useCallback as useCallback29,
|
|
43845
|
-
useEffect as
|
|
44021
|
+
useEffect as useEffect52,
|
|
43846
44022
|
useMemo as useMemo42,
|
|
43847
|
-
useRef as
|
|
44023
|
+
useRef as useRef48,
|
|
43848
44024
|
useState as useState68
|
|
43849
44025
|
} from "react";
|
|
43850
44026
|
|
|
@@ -43958,10 +44134,10 @@ var googleFonts = [
|
|
|
43958
44134
|
];
|
|
43959
44135
|
|
|
43960
44136
|
// ../../components/FontPicker/FontPicker.module.css
|
|
43961
|
-
var FontPicker_default = {"
|
|
44137
|
+
var FontPicker_default = {"empty":"opus_ub1fhz_empty","triggerText":"opus_ub1fhz_triggerText","chevron":"opus_ub1fhz_chevron","searchWrap":"opus_ub1fhz_searchWrap","label":"opus_ub1fhz_label","field":"opus_ub1fhz_field","options":"opus_ub1fhz_options","search":"opus_ub1fhz_search","optionName":"opus_ub1fhz_optionName","picker":"opus_ub1fhz_picker","option":"opus_ub1fhz_option","trigger":"opus_ub1fhz_trigger","dropdown":"opus_ub1fhz_dropdown","optionPreview":"opus_ub1fhz_optionPreview"};
|
|
43962
44138
|
|
|
43963
44139
|
// ../../components/FontPicker/FontPicker.tsx
|
|
43964
|
-
import { jsx as
|
|
44140
|
+
import { jsx as jsx160, jsxs as jsxs126 } from "react/jsx-runtime";
|
|
43965
44141
|
var FONT_STORAGE_KEY = "opus-components-font";
|
|
43966
44142
|
var DEFAULT_FONT_FAMILY = "Space Grotesk";
|
|
43967
44143
|
var fontSet = new Set(googleFonts);
|
|
@@ -44010,7 +44186,7 @@ function applyDocumentFont(family) {
|
|
|
44010
44186
|
}
|
|
44011
44187
|
function useFontPreference() {
|
|
44012
44188
|
const [fontFamily, setFontFamilyState] = useState68(DEFAULT_FONT_FAMILY);
|
|
44013
|
-
|
|
44189
|
+
useEffect52(() => {
|
|
44014
44190
|
const timeout = window.setTimeout(() => {
|
|
44015
44191
|
const stored = window.localStorage.getItem(FONT_STORAGE_KEY);
|
|
44016
44192
|
const initial = isGoogleFont(stored) ? stored : DEFAULT_FONT_FAMILY;
|
|
@@ -44030,13 +44206,13 @@ function useFontPreference() {
|
|
|
44030
44206
|
function FontPicker({ id, onChange, value }) {
|
|
44031
44207
|
const [open, setOpen] = useState68(false);
|
|
44032
44208
|
const [query, setQuery] = useState68("");
|
|
44033
|
-
const rootRef =
|
|
44034
|
-
const searchRef =
|
|
44209
|
+
const rootRef = useRef48(null);
|
|
44210
|
+
const searchRef = useRef48(null);
|
|
44035
44211
|
const filteredFonts = useMemo42(() => {
|
|
44036
44212
|
const normalized = query.trim().toLocaleLowerCase();
|
|
44037
44213
|
return normalized ? googleFonts.filter((font) => font.toLocaleLowerCase().includes(normalized)) : googleFonts;
|
|
44038
44214
|
}, [query]);
|
|
44039
|
-
|
|
44215
|
+
useEffect52(() => {
|
|
44040
44216
|
var _a2;
|
|
44041
44217
|
if (!open) return;
|
|
44042
44218
|
loadFontLinks(googleFonts);
|
|
@@ -44055,10 +44231,10 @@ function FontPicker({ id, onChange, value }) {
|
|
|
44055
44231
|
document.removeEventListener("keydown", closeOnEscape);
|
|
44056
44232
|
};
|
|
44057
44233
|
}, [open]);
|
|
44058
|
-
return /* @__PURE__ */
|
|
44059
|
-
/* @__PURE__ */
|
|
44060
|
-
/* @__PURE__ */
|
|
44061
|
-
/* @__PURE__ */
|
|
44234
|
+
return /* @__PURE__ */ jsxs126("div", { className: FontPicker_default.field, ref: rootRef, children: [
|
|
44235
|
+
/* @__PURE__ */ jsx160("span", { className: FontPicker_default.label, children: "Font" }),
|
|
44236
|
+
/* @__PURE__ */ jsxs126("div", { className: FontPicker_default.picker, children: [
|
|
44237
|
+
/* @__PURE__ */ jsxs126(
|
|
44062
44238
|
"button",
|
|
44063
44239
|
{
|
|
44064
44240
|
"aria-controls": `${id}-options`,
|
|
@@ -44070,13 +44246,13 @@ function FontPicker({ id, onChange, value }) {
|
|
|
44070
44246
|
type: "button",
|
|
44071
44247
|
onClick: () => setOpen((current) => !current),
|
|
44072
44248
|
children: [
|
|
44073
|
-
/* @__PURE__ */
|
|
44074
|
-
/* @__PURE__ */
|
|
44249
|
+
/* @__PURE__ */ jsx160("span", { className: FontPicker_default.triggerText, children: value }),
|
|
44250
|
+
/* @__PURE__ */ jsx160("span", { "aria-hidden": "true", className: FontPicker_default.chevron })
|
|
44075
44251
|
]
|
|
44076
44252
|
}
|
|
44077
44253
|
),
|
|
44078
|
-
open ? /* @__PURE__ */
|
|
44079
|
-
/* @__PURE__ */
|
|
44254
|
+
open ? /* @__PURE__ */ jsxs126("div", { className: FontPicker_default.dropdown, children: [
|
|
44255
|
+
/* @__PURE__ */ jsx160("div", { className: FontPicker_default.searchWrap, children: /* @__PURE__ */ jsx160(
|
|
44080
44256
|
"input",
|
|
44081
44257
|
{
|
|
44082
44258
|
"aria-label": "Search Google Fonts",
|
|
@@ -44088,10 +44264,10 @@ function FontPicker({ id, onChange, value }) {
|
|
|
44088
44264
|
onChange: (event) => setQuery(event.target.value)
|
|
44089
44265
|
}
|
|
44090
44266
|
) }),
|
|
44091
|
-
/* @__PURE__ */
|
|
44267
|
+
/* @__PURE__ */ jsxs126("div", { "aria-label": "Google Fonts", className: FontPicker_default.options, id: `${id}-options`, role: "listbox", children: [
|
|
44092
44268
|
filteredFonts.map((font) => {
|
|
44093
44269
|
const selected = font === value;
|
|
44094
|
-
return /* @__PURE__ */
|
|
44270
|
+
return /* @__PURE__ */ jsxs126(
|
|
44095
44271
|
"button",
|
|
44096
44272
|
{
|
|
44097
44273
|
"aria-selected": selected,
|
|
@@ -44106,14 +44282,14 @@ function FontPicker({ id, onChange, value }) {
|
|
|
44106
44282
|
setQuery("");
|
|
44107
44283
|
},
|
|
44108
44284
|
children: [
|
|
44109
|
-
/* @__PURE__ */
|
|
44110
|
-
/* @__PURE__ */
|
|
44285
|
+
/* @__PURE__ */ jsx160("span", { className: FontPicker_default.optionName, children: font }),
|
|
44286
|
+
/* @__PURE__ */ jsx160("span", { className: FontPicker_default.optionPreview, children: "The quick brown fox" })
|
|
44111
44287
|
]
|
|
44112
44288
|
},
|
|
44113
44289
|
font
|
|
44114
44290
|
);
|
|
44115
44291
|
}),
|
|
44116
|
-
filteredFonts.length === 0 ? /* @__PURE__ */
|
|
44292
|
+
filteredFonts.length === 0 ? /* @__PURE__ */ jsx160("p", { className: FontPicker_default.empty, children: "No matching fonts" }) : null
|
|
44117
44293
|
] })
|
|
44118
44294
|
] }) : null
|
|
44119
44295
|
] })
|
|
@@ -44124,6 +44300,8 @@ export {
|
|
|
44124
44300
|
Accordion,
|
|
44125
44301
|
AccordionGroup,
|
|
44126
44302
|
Alert,
|
|
44303
|
+
ApplicationFooter,
|
|
44304
|
+
ApplicationHeader,
|
|
44127
44305
|
AspectRatio,
|
|
44128
44306
|
Avatar,
|
|
44129
44307
|
AvatarGroup,
|