opus-react 0.2.38 → 0.2.40
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 +401 -116
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +164 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +17 -1
- package/dist/index.d.ts +17 -1
- package/dist/index.js +402 -116
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -437,7 +437,7 @@ var inputControlSizeClassName = {
|
|
|
437
437
|
};
|
|
438
438
|
|
|
439
439
|
// ../../components/fields/Button/Button.module.css
|
|
440
|
-
var Button_default = {"button":"opus_lZkc26_button","
|
|
440
|
+
var Button_default = {"button":"opus_lZkc26_button","info":"opus_lZkc26_info","danger":"opus_lZkc26_danger","success":"opus_lZkc26_success","secondary":"opus_lZkc26_secondary","warning":"opus_lZkc26_warning","light":"opus_lZkc26_light","dark":"opus_lZkc26_dark","link":"opus_lZkc26_link","primary":"opus_lZkc26_primary"};
|
|
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 = {"left":"opus_R70RbH_left","right":"opus_R70RbH_right","trigger":"opus_R70RbH_trigger","bottom":"opus_R70RbH_bottom","popup":"opus_R70RbH_popup","triggerWrap":"opus_R70RbH_triggerWrap","root":"opus_R70RbH_root","top":"opus_R70RbH_top","arrow":"opus_R70RbH_arrow"};
|
|
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 = {"root":"opus_zNi12Z_root","stackedLeft":"opus_zNi12Z_stackedLeft","labelFlagged":"opus_zNi12Z_labelFlagged","visuallyHidden":"opus_zNi12Z_visuallyHidden","stacked":"opus_zNi12Z_stacked","error":"opus_zNi12Z_error","labelLeft":"opus_zNi12Z_labelLeft","label":"opus_zNi12Z_label","flaggedCenter":"opus_zNi12Z_flaggedCenter","fitContent":"opus_zNi12Z_fitContent","errorFlagged":"opus_zNi12Z_errorFlagged","flagged":"opus_zNi12Z_flagged","labelRight":"opus_zNi12Z_labelRight","compactControl":"opus_zNi12Z_compactControl","flaggedStart":"opus_zNi12Z_flaggedStart","control":"opus_zNi12Z_control","controlFlagged":"opus_zNi12Z_controlFlagged","stackedRight":"opus_zNi12Z_stackedRight","required":"opus_zNi12Z_required"};
|
|
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 = {"shell":"opus_g-5tlR_shell","visual":"opus_g-5tlR_visual","toggle":"opus_g-5tlR_toggle","toggleLabel":"opus_g-5tlR_toggleLabel","square":"opus_g-5tlR_square","round":"opus_g-5tlR_round","error":"opus_g-5tlR_error","nativeInput":"opus_g-5tlR_nativeInput"};
|
|
784
784
|
|
|
785
785
|
// ../../components/fields/shared/choiceControlSizes.module.css
|
|
786
|
-
var choiceControlSizes_default = {"
|
|
786
|
+
var choiceControlSizes_default = {"sizeSm":"opus_4er5Uc_sizeSm","sizeMd":"opus_4er5Uc_sizeMd","sizeLg":"opus_4er5Uc_sizeLg"};
|
|
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 = {"nativeInput":"opus_Z7jeX4_nativeInput","swatch":"opus_Z7jeX4_swatch","picker":"opus_Z7jeX4_picker","value":"opus_Z7jeX4_value","error":"opus_Z7jeX4_error","icon":"opus_Z7jeX4_icon"};
|
|
857
857
|
|
|
858
858
|
// ../../components/fields/ColorField/ColorField.tsx
|
|
859
859
|
import { jsx as jsx5, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
@@ -914,7 +914,7 @@ function ColorField({
|
|
|
914
914
|
}
|
|
915
915
|
|
|
916
916
|
// ../../components/fields/DateField/DateField.module.css
|
|
917
|
-
var DateField_default = {"
|
|
917
|
+
var DateField_default = {"input":"opus_G3y11z_input","error":"opus_G3y11z_error"};
|
|
918
918
|
|
|
919
919
|
// ../../components/fields/DateField/DateField.tsx
|
|
920
920
|
import { jsx as jsx6 } 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 = {"dragging":"opus_aOsPA7_dragging","action":"opus_aOsPA7_action","icon":"opus_aOsPA7_icon","title":"opus_aOsPA7_title","drop":"opus_aOsPA7_drop","hint":"opus_aOsPA7_hint","iconSvg":"opus_aOsPA7_iconSvg","wrapper":"opus_aOsPA7_wrapper","dropError":"opus_aOsPA7_dropError","footnote":"opus_aOsPA7_footnote","content":"opus_aOsPA7_content","input":"opus_aOsPA7_input"};
|
|
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 = {"previewCameraButton":"opus_itxBv9_previewCameraButton","dropTitle":"opus_itxBv9_dropTitle","editor":"opus_itxBv9_editor","zoomRow":"opus_itxBv9_zoomRow","zoomButton":"opus_itxBv9_zoomButton","previewHint":"opus_itxBv9_previewHint","dropHint":"opus_itxBv9_dropHint","viewportImage":"opus_itxBv9_viewportImage","dropIcon":"opus_itxBv9_dropIcon","viewportRing":"opus_itxBv9_viewportRing","dropAction":"opus_itxBv9_dropAction","dropContent":"opus_itxBv9_dropContent","zoomSlider":"opus_itxBv9_zoomSlider","previewCard":"opus_itxBv9_previewCard","changeLink":"opus_itxBv9_changeLink","instruction":"opus_itxBv9_instruction","viewportDragging":"opus_itxBv9_viewportDragging","previewImage":"opus_itxBv9_previewImage","root":"opus_itxBv9_root","dropError":"opus_itxBv9_dropError","previewTitle":"opus_itxBv9_previewTitle","zoomLabel":"opus_itxBv9_zoomLabel","previewCopy":"opus_itxBv9_previewCopy","previewFrame":"opus_itxBv9_previewFrame","drop":"opus_itxBv9_drop","previewRow":"opus_itxBv9_previewRow","dragging":"opus_itxBv9_dragging","actions":"opus_itxBv9_actions","hiddenInput":"opus_itxBv9_hiddenInput","viewport":"opus_itxBv9_viewport","dropIconSvg":"opus_itxBv9_dropIconSvg"};
|
|
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 = {"stepper":"opus_L272Dk_stepper","button":"opus_L272Dk_button","error":"opus_L272Dk_error","input":"opus_L272Dk_input"};
|
|
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 = {"option":"opus_O-1nor_option","error":"opus_O-1nor_error","choice":"opus_O-1nor_choice","square":"opus_O-1nor_square","shell":"opus_O-1nor_shell","visual":"opus_O-1nor_visual","round":"opus_O-1nor_round","nativeInput":"opus_O-1nor_nativeInput","options":"opus_O-1nor_options"};
|
|
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 = {"chipLabel":"opus_IOOYwh_chipLabel","chip":"opus_IOOYwh_chip","disabled":"opus_IOOYwh_disabled","shell":"opus_IOOYwh_shell","field":"opus_IOOYwh_field","error":"opus_IOOYwh_error","input":"opus_IOOYwh_input","readOnly":"opus_IOOYwh_readOnly","remove":"opus_IOOYwh_remove"};
|
|
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 = {"shell":"opus_X6xFEA_shell","root":"opus_X6xFEA_root","chip":"opus_X6xFEA_chip","optionDisabled":"opus_X6xFEA_optionDisabled","indicator":"opus_X6xFEA_indicator","selected":"opus_X6xFEA_selected","disabled":"opus_X6xFEA_disabled"};
|
|
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 = {"slider":"opus_iRHQuG_slider","
|
|
2205
|
+
var RangeField_default = {"slider":"opus_iRHQuG_slider","footer":"opus_iRHQuG_footer","error":"opus_iRHQuG_error","topRow":"opus_iRHQuG_topRow","wrap":"opus_iRHQuG_wrap","fieldLabel":"opus_iRHQuG_fieldLabel","value":"opus_iRHQuG_value"};
|
|
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 = {"select":"opus_m2ObG0_select","error":"opus_m2ObG0_error","wrap":"opus_m2ObG0_wrap"};
|
|
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 = {"shell":"opus_t9NLEA_shell","toggle":"opus_t9NLEA_toggle","track":"opus_t9NLEA_track","error":"opus_t9NLEA_error"};
|
|
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 = {"inlineCount":"opus_FjhWmh_inlineCount","
|
|
2375
|
+
var TextAreaField_default = {"inlineCount":"opus_FjhWmh_inlineCount","footerError":"opus_FjhWmh_footerError","externalCount":"opus_FjhWmh_externalCount","withCount":"opus_FjhWmh_withCount","field":"opus_FjhWmh_field","inputWrap":"opus_FjhWmh_inputWrap","textarea":"opus_FjhWmh_textarea","footer":"opus_FjhWmh_footer","error":"opus_FjhWmh_error"};
|
|
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 = {"modalNumber":"opus_6HFqZH_modalNumber","colorSwatch":"opus_6HFqZH_colorSwatch","modalDimensions":"opus_6HFqZH_modalDimensions","toolbarIcon":"opus_6HFqZH_toolbarIcon","readOnly":"opus_6HFqZH_readOnly","toolbarButtonActive":"opus_6HFqZH_toolbarButtonActive","colorInput":"opus_6HFqZH_colorInput","modalTitle":"opus_6HFqZH_modalTitle","modalInput":"opus_6HFqZH_modalInput","modalActions":"opus_6HFqZH_modalActions","modalTimes":"opus_6HFqZH_modalTimes","modalCancel":"opus_6HFqZH_modalCancel","divider":"opus_6HFqZH_divider","modalOverlay":"opus_6HFqZH_modalOverlay","error":"opus_6HFqZH_error","modalDimensionField":"opus_6HFqZH_modalDimensionField","toolbarButton":"opus_6HFqZH_toolbarButton","modalConfirm":"opus_6HFqZH_modalConfirm","field":"opus_6HFqZH_field","toolbar":"opus_6HFqZH_toolbar","blockSelect":"opus_6HFqZH_blockSelect","editorShell":"opus_6HFqZH_editorShell","modalLabel":"opus_6HFqZH_modalLabel","modalField":"opus_6HFqZH_modalField","editor":"opus_6HFqZH_editor","modal":"opus_6HFqZH_modal"};
|
|
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 = {"panelFooter":"opus_1Q5xBh_panelFooter","searchWrapError":"opus_1Q5xBh_searchWrapError","option":"opus_1Q5xBh_option","prefixIconSvg":"opus_1Q5xBh_prefixIconSvg","trigger":"opus_1Q5xBh_trigger","passwordInput":"opus_1Q5xBh_passwordInput","actionButtonPrimary":"opus_1Q5xBh_actionButtonPrimary","actionButton":"opus_1Q5xBh_actionButton","triggerError":"opus_1Q5xBh_triggerError","groupLabel":"opus_1Q5xBh_groupLabel","passwordWrap":"opus_1Q5xBh_passwordWrap","panel":"opus_1Q5xBh_panel","passwordToggle":"opus_1Q5xBh_passwordToggle","searchWrap":"opus_1Q5xBh_searchWrap","placeholder":"opus_1Q5xBh_placeholder","error":"opus_1Q5xBh_error","searchInput":"opus_1Q5xBh_searchInput","passwordToggleSlot":"opus_1Q5xBh_passwordToggleSlot","prefixIcon":"opus_1Q5xBh_prefixIcon","search":"opus_1Q5xBh_search","list":"opus_1Q5xBh_list","triggerOpen":"opus_1Q5xBh_triggerOpen","chevron":"opus_1Q5xBh_chevron","input":"opus_1Q5xBh_input"};
|
|
3132
3132
|
|
|
3133
3133
|
// ../../components/fields/shared/PasswordToggle.tsx
|
|
3134
3134
|
import { FontAwesomeIcon as FontAwesomeIcon3 } from "@fortawesome/react-fontawesome";
|
|
@@ -3231,7 +3231,7 @@ import { FontAwesomeIcon as FontAwesomeIcon5 } from "@fortawesome/react-fontawes
|
|
|
3231
3231
|
import { faMoon, faSun } from "@fortawesome/free-solid-svg-icons";
|
|
3232
3232
|
|
|
3233
3233
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.module.css
|
|
3234
|
-
var ThemeToggleField_default = {"toggle":"opus_SwerMA_toggle","option":"opus_SwerMA_option","
|
|
3234
|
+
var ThemeToggleField_default = {"toggle":"opus_SwerMA_toggle","option":"opus_SwerMA_option","indicator":"opus_SwerMA_indicator","active":"opus_SwerMA_active"};
|
|
3235
3235
|
|
|
3236
3236
|
// ../../components/fields/ThemeToggleField/ThemeToggleField.tsx
|
|
3237
3237
|
import { jsx as jsx22, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
@@ -3568,7 +3568,7 @@ function MultiSelectField({
|
|
|
3568
3568
|
import { useState as useState10 } from "react";
|
|
3569
3569
|
|
|
3570
3570
|
// ../../components/fields/TransferListField/TransferListField.module.css
|
|
3571
|
-
var TransferListField_default = {"
|
|
3571
|
+
var TransferListField_default = {"column":"opus_NPBFZk_column","list":"opus_NPBFZk_list","item":"opus_NPBFZk_item","controlButton":"opus_NPBFZk_controlButton","controls":"opus_NPBFZk_controls","columnHeader":"opus_NPBFZk_columnHeader","itemActive":"opus_NPBFZk_itemActive","root":"opus_NPBFZk_root"};
|
|
3572
3572
|
|
|
3573
3573
|
// ../../components/fields/TransferListField/TransferListField.tsx
|
|
3574
3574
|
import { jsx as jsx25, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
@@ -3690,7 +3690,7 @@ import { FontAwesomeIcon as FontAwesomeIcon6 } from "@fortawesome/react-fontawes
|
|
|
3690
3690
|
import { faCheck, faXmark } from "@fortawesome/free-solid-svg-icons";
|
|
3691
3691
|
|
|
3692
3692
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.module.css
|
|
3693
|
-
var PasswordStrengthField_default = {"
|
|
3693
|
+
var PasswordStrengthField_default = {"meterLabel":"opus_S1A372_meterLabel","meterFill":"opus_S1A372_meterFill","root":"opus_S1A372_root","requirement":"opus_S1A372_requirement","meterWrap":"opus_S1A372_meterWrap","requirementMet":"opus_S1A372_requirementMet","meterTrack":"opus_S1A372_meterTrack","requirementIcon":"opus_S1A372_requirementIcon","requirements":"opus_S1A372_requirements"};
|
|
3694
3694
|
|
|
3695
3695
|
// ../../components/fields/PasswordStrengthField/PasswordStrengthField.tsx
|
|
3696
3696
|
import { jsx as jsx26, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
@@ -3799,7 +3799,7 @@ function PasswordStrengthField({
|
|
|
3799
3799
|
}
|
|
3800
3800
|
|
|
3801
3801
|
// ../../components/fields/RatingField/RatingField.module.css
|
|
3802
|
-
var RatingField_default = {"
|
|
3802
|
+
var RatingField_default = {"symbol":"opus_0tdNUz_symbol","numeric":"opus_0tdNUz_numeric","numericActive":"opus_0tdNUz_numericActive","root":"opus_0tdNUz_root","symbolActive":"opus_0tdNUz_symbolActive"};
|
|
3803
3803
|
|
|
3804
3804
|
// ../../components/fields/RatingField/RatingField.tsx
|
|
3805
3805
|
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
@@ -3931,7 +3931,7 @@ function SegmentedControlField({
|
|
|
3931
3931
|
import { useMemo as useMemo5 } from "react";
|
|
3932
3932
|
|
|
3933
3933
|
// ../../components/fields/SliderRangeField/SliderRangeField.module.css
|
|
3934
|
-
var SliderRangeField_default = {"trackWrap":"opus_k3d0sS_trackWrap","
|
|
3934
|
+
var SliderRangeField_default = {"trackWrap":"opus_k3d0sS_trackWrap","root":"opus_k3d0sS_root","header":"opus_k3d0sS_header","track":"opus_k3d0sS_track","value":"opus_k3d0sS_value","slider":"opus_k3d0sS_slider","footer":"opus_k3d0sS_footer"};
|
|
3935
3935
|
|
|
3936
3936
|
// ../../components/fields/SliderRangeField/SliderRangeField.tsx
|
|
3937
3937
|
import { jsx as jsx29, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
@@ -4029,7 +4029,7 @@ function SliderRangeField({
|
|
|
4029
4029
|
import { useEffect as useEffect7, useMemo as useMemo6, useRef as useRef8, useState as useState12 } from "react";
|
|
4030
4030
|
|
|
4031
4031
|
// ../../components/fields/PhoneNumberField/PhoneNumberField.module.css
|
|
4032
|
-
var PhoneNumberField_default = {"
|
|
4032
|
+
var PhoneNumberField_default = {"option":"opus_WC4gnN_option","optionDial":"opus_WC4gnN_optionDial","chevron":"opus_WC4gnN_chevron","flag":"opus_WC4gnN_flag","panel":"opus_WC4gnN_panel","empty":"opus_WC4gnN_empty","dial":"opus_WC4gnN_dial","root":"opus_WC4gnN_root","countryValue":"opus_WC4gnN_countryValue","code":"opus_WC4gnN_code","country":"opus_WC4gnN_country","optionActive":"opus_WC4gnN_optionActive","countryWrap":"opus_WC4gnN_countryWrap","optionLabel":"opus_WC4gnN_optionLabel"};
|
|
4033
4033
|
|
|
4034
4034
|
// ../../components/fields/PhoneNumberField/countries.ts
|
|
4035
4035
|
function countryCodeToFlag(code) {
|
|
@@ -4434,7 +4434,7 @@ function PhoneNumberField({
|
|
|
4434
4434
|
import { useEffect as useEffect8, useMemo as useMemo7, useRef as useRef9, useState as useState13 } from "react";
|
|
4435
4435
|
|
|
4436
4436
|
// ../../components/fields/CountryPickerField/CountryPickerField.module.css
|
|
4437
|
-
var CountryPickerField_default = {"
|
|
4437
|
+
var CountryPickerField_default = {"option":"opus_O7qqfR_option","empty":"opus_O7qqfR_empty","flag":"opus_O7qqfR_flag","optionCode":"opus_O7qqfR_optionCode","root":"opus_O7qqfR_root","triggerValue":"opus_O7qqfR_triggerValue","optionLabel":"opus_O7qqfR_optionLabel","optionActive":"opus_O7qqfR_optionActive"};
|
|
4438
4438
|
|
|
4439
4439
|
// ../../components/fields/CountryPickerField/CountryPickerField.tsx
|
|
4440
4440
|
import { jsx as jsx31, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
@@ -4724,7 +4724,7 @@ function TreeSelectField({
|
|
|
4724
4724
|
import { useEffect as useEffect10, useMemo as useMemo9, useRef as useRef11, useState as useState15 } from "react";
|
|
4725
4725
|
|
|
4726
4726
|
// ../../components/fields/CascaderField/CascaderField.module.css
|
|
4727
|
-
var CascaderField_default = {"panel":"opus_1Fg59A_panel","
|
|
4727
|
+
var CascaderField_default = {"panel":"opus_1Fg59A_panel","option":"opus_1Fg59A_option","root":"opus_1Fg59A_root","optionActive":"opus_1Fg59A_optionActive","column":"opus_1Fg59A_column"};
|
|
4728
4728
|
|
|
4729
4729
|
// ../../components/fields/CascaderField/CascaderField.tsx
|
|
4730
4730
|
import { jsx as jsx33, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
@@ -4939,7 +4939,7 @@ function OpusThemeProvider({
|
|
|
4939
4939
|
}
|
|
4940
4940
|
|
|
4941
4941
|
// ../../components/Alert/Alert.module.css
|
|
4942
|
-
var Alert_default = {"
|
|
4942
|
+
var Alert_default = {"iconMark":"opus_eh3eeT_iconMark","iconFlagged":"opus_eh3eeT_iconFlagged","content":"opus_eh3eeT_content","iconSvg":"opus_eh3eeT_iconSvg","icon":"opus_eh3eeT_icon","description":"opus_eh3eeT_description","dismiss":"opus_eh3eeT_dismiss","dismissIcon":"opus_eh3eeT_dismissIcon","title":"opus_eh3eeT_title","alert":"opus_eh3eeT_alert"};
|
|
4943
4943
|
|
|
4944
4944
|
// ../../components/Alert/Alert.tsx
|
|
4945
4945
|
import { jsx as jsx36, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
@@ -5134,7 +5134,7 @@ function useOverlayAccessibility(active, containerRef, {
|
|
|
5134
5134
|
}
|
|
5135
5135
|
|
|
5136
5136
|
// ../../components/Dialog/Dialog.module.css
|
|
5137
|
-
var Dialog_default = {"
|
|
5137
|
+
var Dialog_default = {"dialogIn":"opus_sz-ZGI_dialogIn","body":"opus_sz-ZGI_body","icon":"opus_sz-ZGI_icon","iconSvg":"opus_sz-ZGI_iconSvg","actions":"opus_sz-ZGI_actions","backdropOut":"opus_sz-ZGI_backdropOut","description":"opus_sz-ZGI_description","backdrop":"opus_sz-ZGI_backdrop","dialog":"opus_sz-ZGI_dialog","content":"opus_sz-ZGI_content","title":"opus_sz-ZGI_title","visuallyHidden":"opus_sz-ZGI_visuallyHidden","dialogOut":"opus_sz-ZGI_dialogOut","iconMark":"opus_sz-ZGI_iconMark","backdropIn":"opus_sz-ZGI_backdropIn"};
|
|
5138
5138
|
|
|
5139
5139
|
// ../../components/Dialog/Dialog.tsx
|
|
5140
5140
|
import { jsx as jsx38, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
@@ -5265,7 +5265,7 @@ function Dialog({
|
|
|
5265
5265
|
import { useEffect as useEffect15, useId as useId7, useRef as useRef14, useState as useState18 } from "react";
|
|
5266
5266
|
|
|
5267
5267
|
// ../../components/Modal/Modal.module.css
|
|
5268
|
-
var Modal_default = {"
|
|
5268
|
+
var Modal_default = {"close":"opus_LQbzGS_close","modal":"opus_LQbzGS_modal","modalBackdropIn":"opus_LQbzGS_modalBackdropIn","modalBackdropOut":"opus_LQbzGS_modalBackdropOut","modalPanelOut":"opus_LQbzGS_modalPanelOut","modalPanelIn":"opus_LQbzGS_modalPanelIn","header":"opus_LQbzGS_header","footerContent":"opus_LQbzGS_footerContent","actions":"opus_LQbzGS_actions","body":"opus_LQbzGS_body","footer":"opus_LQbzGS_footer","heading":"opus_LQbzGS_heading","description":"opus_LQbzGS_description","closeIcon":"opus_LQbzGS_closeIcon","backdrop":"opus_LQbzGS_backdrop","title":"opus_LQbzGS_title"};
|
|
5269
5269
|
|
|
5270
5270
|
// ../../components/Modal/Modal.tsx
|
|
5271
5271
|
import { Fragment as Fragment6, jsx as jsx39, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
@@ -5396,7 +5396,7 @@ function ModalDefaultActions({ onClose }) {
|
|
|
5396
5396
|
import { useEffect as useEffect16, useId as useId8, useRef as useRef15, useState as useState19 } from "react";
|
|
5397
5397
|
|
|
5398
5398
|
// ../../components/Drawer/Drawer.module.css
|
|
5399
|
-
var Drawer_default = {"
|
|
5399
|
+
var Drawer_default = {"drawerInBottom":"opus_0CaGbZ_drawerInBottom","drawerOutLeft":"opus_0CaGbZ_drawerOutLeft","footer":"opus_0CaGbZ_footer","header":"opus_0CaGbZ_header","drawerBackdropOut":"opus_0CaGbZ_drawerBackdropOut","footerContent":"opus_0CaGbZ_footerContent","drawerBackdropIn":"opus_0CaGbZ_drawerBackdropIn","drawer":"opus_0CaGbZ_drawer","drawerOutBottom":"opus_0CaGbZ_drawerOutBottom","drawerOutRight":"opus_0CaGbZ_drawerOutRight","drawerOutTop":"opus_0CaGbZ_drawerOutTop","backdrop":"opus_0CaGbZ_backdrop","close":"opus_0CaGbZ_close","closeIcon":"opus_0CaGbZ_closeIcon","title":"opus_0CaGbZ_title","body":"opus_0CaGbZ_body","drawerInTop":"opus_0CaGbZ_drawerInTop","drawerInRight":"opus_0CaGbZ_drawerInRight","actions":"opus_0CaGbZ_actions","drawerInLeft":"opus_0CaGbZ_drawerInLeft","heading":"opus_0CaGbZ_heading","description":"opus_0CaGbZ_description"};
|
|
5400
5400
|
|
|
5401
5401
|
// ../../components/Drawer/Drawer.tsx
|
|
5402
5402
|
import { Fragment as Fragment7, jsx as jsx40, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
@@ -5536,7 +5536,7 @@ import {
|
|
|
5536
5536
|
} from "react";
|
|
5537
5537
|
|
|
5538
5538
|
// ../../components/Popover/Popover.module.css
|
|
5539
|
-
var Popover_default = {"panel":"opus_yq4OU0_panel","
|
|
5539
|
+
var Popover_default = {"panel":"opus_yq4OU0_panel","popoverIn":"opus_yq4OU0_popoverIn","title":"opus_yq4OU0_title","root":"opus_yq4OU0_root","arrow":"opus_yq4OU0_arrow","content":"opus_yq4OU0_content"};
|
|
5540
5540
|
|
|
5541
5541
|
// ../../components/Popover/Popover.tsx
|
|
5542
5542
|
import { jsx as jsx41, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
@@ -5726,7 +5726,7 @@ function resolveMegaMenuPortalStyle(root, inTopNavigation) {
|
|
|
5726
5726
|
}
|
|
5727
5727
|
|
|
5728
5728
|
// ../../components/MegaMenu/MegaMenu.module.css
|
|
5729
|
-
var MegaMenu_default = {"
|
|
5729
|
+
var MegaMenu_default = {"megaMenuOut":"opus_Y_ikQV_megaMenuOut","trigger":"opus_Y_ikQV_trigger","itemCopy":"opus_Y_ikQV_itemCopy","root":"opus_Y_ikQV_root","sections":"opus_Y_ikQV_sections","eyebrow":"opus_Y_ikQV_eyebrow","menuBar":"opus_Y_ikQV_menuBar","panelContent":"opus_Y_ikQV_panelContent","item":"opus_Y_ikQV_item","panel":"opus_Y_ikQV_panel","items":"opus_Y_ikQV_items","section":"opus_Y_ikQV_section","featuredAction":"opus_Y_ikQV_featuredAction","featured":"opus_Y_ikQV_featured","megaMenuIn":"opus_Y_ikQV_megaMenuIn","itemIcon":"opus_Y_ikQV_itemIcon"};
|
|
5730
5730
|
|
|
5731
5731
|
// ../../components/MegaMenu/MegaMenu.tsx
|
|
5732
5732
|
import { jsx as jsx42, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
@@ -6168,7 +6168,7 @@ function MegaMenu({
|
|
|
6168
6168
|
}
|
|
6169
6169
|
|
|
6170
6170
|
// ../../components/TopNavigation/TopNavigation.module.css
|
|
6171
|
-
var TopNavigation_default = {"
|
|
6171
|
+
var TopNavigation_default = {"bar":"opus_OIomR6_bar","nav":"opus_OIomR6_nav","menuSlot":"opus_OIomR6_menuSlot","menuSlotMega":"opus_OIomR6_menuSlotMega","menuTrigger":"opus_OIomR6_menuTrigger"};
|
|
6172
6172
|
|
|
6173
6173
|
// ../../components/TopNavigation/TopNavigation.tsx
|
|
6174
6174
|
import { Fragment as Fragment8, jsx as jsx43 } from "react/jsx-runtime";
|
|
@@ -6525,7 +6525,7 @@ function handleMenuKeyDown(event, menu, onEscape) {
|
|
|
6525
6525
|
}
|
|
6526
6526
|
|
|
6527
6527
|
// ../../components/DropdownMenu/DropdownMenu.module.css
|
|
6528
|
-
var DropdownMenu_default = {"
|
|
6528
|
+
var DropdownMenu_default = {"root":"opus_UUVDVQ_root","menu":"opus_UUVDVQ_menu","icon":"opus_UUVDVQ_icon","item":"opus_UUVDVQ_item","dropdownOut":"opus_UUVDVQ_dropdownOut","dropdownIn":"opus_UUVDVQ_dropdownIn","shortcut":"opus_UUVDVQ_shortcut","label":"opus_UUVDVQ_label"};
|
|
6529
6529
|
|
|
6530
6530
|
// ../../components/DropdownMenu/DropdownMenu.tsx
|
|
6531
6531
|
import { jsx as jsx44, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
@@ -6865,7 +6865,7 @@ import {
|
|
|
6865
6865
|
import { createPortal as createPortal5 } from "react-dom";
|
|
6866
6866
|
|
|
6867
6867
|
// ../../components/ContextMenu/ContextMenu.module.css
|
|
6868
|
-
var ContextMenu_default = {"
|
|
6868
|
+
var ContextMenu_default = {"target":"opus_nMhhae_target","contextMenuBackdropIn":"opus_nMhhae_contextMenuBackdropIn","menu":"opus_nMhhae_menu","contextMenuIn":"opus_nMhhae_contextMenuIn","backdrop":"opus_nMhhae_backdrop","layer":"opus_nMhhae_layer"};
|
|
6869
6869
|
|
|
6870
6870
|
// ../../components/ContextMenu/ContextMenuProvider.tsx
|
|
6871
6871
|
import { jsx as jsx45, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
@@ -7178,7 +7178,7 @@ import { faMagnifyingGlass as faMagnifyingGlass2 } from "@fortawesome/free-solid
|
|
|
7178
7178
|
import { FontAwesomeIcon as FontAwesomeIcon7 } from "@fortawesome/react-fontawesome";
|
|
7179
7179
|
|
|
7180
7180
|
// ../../components/CommandPalette/CommandPalette.module.css
|
|
7181
|
-
var CommandPalette_default = {"
|
|
7181
|
+
var CommandPalette_default = {"visuallyHidden":"opus_k1ypuy_visuallyHidden","groupLabel":"opus_k1ypuy_groupLabel","commandPalettePanelOut":"opus_k1ypuy_commandPalettePanelOut","panel":"opus_k1ypuy_panel","commandPaletteBackdropOut":"opus_k1ypuy_commandPaletteBackdropOut","shortcut":"opus_k1ypuy_shortcut","searchWrap":"opus_k1ypuy_searchWrap","footer":"opus_k1ypuy_footer","item":"opus_k1ypuy_item","results":"opus_k1ypuy_results","itemLabel":"opus_k1ypuy_itemLabel","searchInput":"opus_k1ypuy_searchInput","commandPalettePanelIn":"opus_k1ypuy_commandPalettePanelIn","searchIconSvg":"opus_k1ypuy_searchIconSvg","group":"opus_k1ypuy_group","commandPaletteBackdropIn":"opus_k1ypuy_commandPaletteBackdropIn","backdrop":"opus_k1ypuy_backdrop","searchIcon":"opus_k1ypuy_searchIcon","itemMain":"opus_k1ypuy_itemMain","itemDescription":"opus_k1ypuy_itemDescription","empty":"opus_k1ypuy_empty"};
|
|
7182
7182
|
|
|
7183
7183
|
// ../../components/CommandPalette/CommandPalette.tsx
|
|
7184
7184
|
import { jsx as jsx46, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
@@ -7518,7 +7518,7 @@ function AccordionGroup({
|
|
|
7518
7518
|
}
|
|
7519
7519
|
|
|
7520
7520
|
// ../../components/Accordion/Accordion.module.css
|
|
7521
|
-
var Accordion_default = {"
|
|
7521
|
+
var Accordion_default = {"standalone":"opus_WNZQMV_standalone","triggerLabel":"opus_WNZQMV_triggerLabel","panel":"opus_WNZQMV_panel","item":"opus_WNZQMV_item","trigger":"opus_WNZQMV_trigger","chevron":"opus_WNZQMV_chevron","panelInner":"opus_WNZQMV_panelInner","content":"opus_WNZQMV_content"};
|
|
7522
7522
|
|
|
7523
7523
|
// ../../components/Accordion/Accordion.tsx
|
|
7524
7524
|
import { jsx as jsx48, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
@@ -7611,7 +7611,7 @@ import {
|
|
|
7611
7611
|
} from "react";
|
|
7612
7612
|
|
|
7613
7613
|
// ../../components/ShowMore/ShowMore.module.css
|
|
7614
|
-
var ShowMore_default = {"
|
|
7614
|
+
var ShowMore_default = {"showMoreLabelIn":"opus_dSk-ve_showMoreLabelIn","chevron":"opus_dSk-ve_chevron","contentShell":"opus_dSk-ve_contentShell","root":"opus_dSk-ve_root","toggle":"opus_dSk-ve_toggle","inner":"opus_dSk-ve_inner","toggleLabel":"opus_dSk-ve_toggleLabel"};
|
|
7615
7615
|
|
|
7616
7616
|
// ../../components/ShowMore/ShowMore.tsx
|
|
7617
7617
|
import { jsx as jsx49, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
@@ -7715,7 +7715,7 @@ function ShowMore({
|
|
|
7715
7715
|
}
|
|
7716
7716
|
|
|
7717
7717
|
// ../../components/Toast/Toast.module.css
|
|
7718
|
-
var Toast_default = {"
|
|
7718
|
+
var Toast_default = {"progressTrack":"opus_cklQPW_progressTrack","toastProgress":"opus_cklQPW_toastProgress","icon":"opus_cklQPW_icon","title":"opus_cklQPW_title","progressBar":"opus_cklQPW_progressBar","body":"opus_cklQPW_body","dismiss":"opus_cklQPW_dismiss","dismissIcon":"opus_cklQPW_dismissIcon","iconMark":"opus_cklQPW_iconMark","iconSvg":"opus_cklQPW_iconSvg","content":"opus_cklQPW_content","description":"opus_cklQPW_description","toast":"opus_cklQPW_toast","main":"opus_cklQPW_main"};
|
|
7719
7719
|
|
|
7720
7720
|
// ../../components/Toast/Toast.tsx
|
|
7721
7721
|
import { jsx as jsx50, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
@@ -7795,7 +7795,7 @@ import {
|
|
|
7795
7795
|
} from "react";
|
|
7796
7796
|
|
|
7797
7797
|
// ../../components/ToastProvider/ToastProvider.module.css
|
|
7798
|
-
var ToastProvider_default = {"
|
|
7798
|
+
var ToastProvider_default = {"itemSurface":"opus_z3pSp7_itemSurface","viewportRight":"opus_z3pSp7_viewportRight","itemBackdrop":"opus_z3pSp7_itemBackdrop","item":"opus_z3pSp7_item","viewport":"opus_z3pSp7_viewport","viewportLeft":"opus_z3pSp7_viewportLeft","itemClip":"opus_z3pSp7_itemClip","viewportTop":"opus_z3pSp7_viewportTop","viewportBottom":"opus_z3pSp7_viewportBottom"};
|
|
7799
7799
|
|
|
7800
7800
|
// ../../components/ToastProvider/ToastProvider.tsx
|
|
7801
7801
|
import { jsx as jsx51, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
@@ -8279,7 +8279,7 @@ function Tabs({
|
|
|
8279
8279
|
}
|
|
8280
8280
|
|
|
8281
8281
|
// ../../components/Card/Card.module.css
|
|
8282
|
-
var Card_default = {"
|
|
8282
|
+
var Card_default = {"card":"opus_qWo1sP_card","media":"opus_qWo1sP_media","footerContent":"opus_qWo1sP_footerContent","heading":"opus_qWo1sP_heading","footer":"opus_qWo1sP_footer","title":"opus_qWo1sP_title","eyebrow":"opus_qWo1sP_eyebrow","content":"opus_qWo1sP_content","body":"opus_qWo1sP_body","actions":"opus_qWo1sP_actions"};
|
|
8283
8283
|
|
|
8284
8284
|
// ../../components/Card/Card.tsx
|
|
8285
8285
|
import { jsx as jsx53, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
@@ -8310,7 +8310,7 @@ function Card({
|
|
|
8310
8310
|
}
|
|
8311
8311
|
|
|
8312
8312
|
// ../../components/dashboardMetricCardLayout/dashboardMetricCardLayout.module.css
|
|
8313
|
-
var dashboardMetricCardLayout_default = {"
|
|
8313
|
+
var dashboardMetricCardLayout_default = {"shell":"opus_6_sptY_shell","iconSlot":"opus_6_sptY_iconSlot","iconPlaceholder":"opus_6_sptY_iconPlaceholder","label":"opus_6_sptY_label","value":"opus_6_sptY_value","metaPlaceholder":"opus_6_sptY_metaPlaceholder","header":"opus_6_sptY_header","metaSlot":"opus_6_sptY_metaSlot"};
|
|
8314
8314
|
|
|
8315
8315
|
// ../../components/StatCard/StatCard.module.css
|
|
8316
8316
|
var StatCard_default = {"change":"opus_KIXsQY_change"};
|
|
@@ -8340,7 +8340,7 @@ function StatCard({
|
|
|
8340
8340
|
}
|
|
8341
8341
|
|
|
8342
8342
|
// ../../components/Gauge/Gauge.module.css
|
|
8343
|
-
var Gauge_default = {"
|
|
8343
|
+
var Gauge_default = {"body":"opus_t6IuQe_body","header":"opus_t6IuQe_header","footerLabel":"opus_t6IuQe_footerLabel","heading":"opus_t6IuQe_heading","subtitle":"opus_t6IuQe_subtitle","footerItem":"opus_t6IuQe_footerItem","footer":"opus_t6IuQe_footer","gaugeCenter":"opus_t6IuQe_gaugeCenter","gaugeSlot":"opus_t6IuQe_gaugeSlot","title":"opus_t6IuQe_title","footerValue":"opus_t6IuQe_footerValue","gaugeValue":"opus_t6IuQe_gaugeValue","gaugeTrack":"opus_t6IuQe_gaugeTrack","footerTrend":"opus_t6IuQe_footerTrend","change":"opus_t6IuQe_change","gaugeSvg":"opus_t6IuQe_gaugeSvg","gauge":"opus_t6IuQe_gauge","summary":"opus_t6IuQe_summary","widget":"opus_t6IuQe_widget"};
|
|
8344
8344
|
|
|
8345
8345
|
// ../../components/Gauge/Gauge.tsx
|
|
8346
8346
|
import { jsx as jsx55, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
@@ -8474,7 +8474,7 @@ function Gauge({
|
|
|
8474
8474
|
import { useId as useId17 } from "react";
|
|
8475
8475
|
|
|
8476
8476
|
// ../../components/Sparkline/Sparkline.module.css
|
|
8477
|
-
var Sparkline_default = {"
|
|
8477
|
+
var Sparkline_default = {"sparkline":"opus_xXtB87_sparkline","area":"opus_xXtB87_area","chart":"opus_xXtB87_chart","endPoint":"opus_xXtB87_endPoint","svg":"opus_xXtB87_svg","line":"opus_xXtB87_line","label":"opus_xXtB87_label"};
|
|
8478
8478
|
|
|
8479
8479
|
// ../../components/Sparkline/Sparkline.tsx
|
|
8480
8480
|
import { jsx as jsx56, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
@@ -8541,7 +8541,7 @@ function Sparkline({
|
|
|
8541
8541
|
}
|
|
8542
8542
|
|
|
8543
8543
|
// ../../components/ProgressRing/ProgressRing.module.css
|
|
8544
|
-
var ProgressRing_default = {"
|
|
8544
|
+
var ProgressRing_default = {"svg":"opus_YxX6Hh_svg","track":"opus_YxX6Hh_track","value":"opus_YxX6Hh_value","center":"opus_YxX6Hh_center","ring":"opus_YxX6Hh_ring"};
|
|
8545
8545
|
|
|
8546
8546
|
// ../../components/ProgressRing/ProgressRing.tsx
|
|
8547
8547
|
import { jsx as jsx57, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
@@ -8574,7 +8574,7 @@ function ProgressRing({ label, max = 100, value }) {
|
|
|
8574
8574
|
}
|
|
8575
8575
|
|
|
8576
8576
|
// ../../components/ProgressBar/ProgressBar.module.css
|
|
8577
|
-
var ProgressBar_default = {"
|
|
8577
|
+
var ProgressBar_default = {"header":"opus_q04AvA_header","value":"opus_q04AvA_value","label":"opus_q04AvA_label","track":"opus_q04AvA_track","fill":"opus_q04AvA_fill","bar":"opus_q04AvA_bar"};
|
|
8578
8578
|
|
|
8579
8579
|
// ../../components/ProgressBar/ProgressBar.tsx
|
|
8580
8580
|
import { jsx as jsx58, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
@@ -8594,7 +8594,7 @@ function ProgressBar({ label, max = 100, value }) {
|
|
|
8594
8594
|
}
|
|
8595
8595
|
|
|
8596
8596
|
// ../../components/Speedometer/Speedometer.module.css
|
|
8597
|
-
var Speedometer_default = {"hub":"opus__jpB7z_hub","
|
|
8597
|
+
var Speedometer_default = {"hub":"opus__jpB7z_hub","speedometer":"opus__jpB7z_speedometer","value":"opus__jpB7z_value","svg":"opus__jpB7z_svg","track":"opus__jpB7z_track","needle":"opus__jpB7z_needle","center":"opus__jpB7z_center"};
|
|
8598
8598
|
|
|
8599
8599
|
// ../../components/Speedometer/Speedometer.tsx
|
|
8600
8600
|
import { jsx as jsx59, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
@@ -8627,7 +8627,7 @@ function Speedometer({ label, max = 100, value }) {
|
|
|
8627
8627
|
}
|
|
8628
8628
|
|
|
8629
8629
|
// ../../components/MetricTile/MetricTile.module.css
|
|
8630
|
-
var MetricTile_default = {"topRow":"opus_-dz9KL_topRow","
|
|
8630
|
+
var MetricTile_default = {"topRow":"opus_-dz9KL_topRow","sparklineSlot":"opus_-dz9KL_sparklineSlot","tile":"opus_-dz9KL_tile"};
|
|
8631
8631
|
|
|
8632
8632
|
// ../../components/MetricTile/MetricTile.tsx
|
|
8633
8633
|
import { jsx as jsx60, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
@@ -8669,7 +8669,7 @@ function TrendBadge({ direction, value }) {
|
|
|
8669
8669
|
}
|
|
8670
8670
|
|
|
8671
8671
|
// ../../components/Panel/Panel.module.css
|
|
8672
|
-
var Panel_default = {"heading":"opus_JZHUc__heading","
|
|
8672
|
+
var Panel_default = {"heading":"opus_JZHUc__heading","body":"opus_JZHUc__body","header":"opus_JZHUc__header","footer":"opus_JZHUc__footer","panel":"opus_JZHUc__panel","headerActions":"opus_JZHUc__headerActions","title":"opus_JZHUc__title","description":"opus_JZHUc__description"};
|
|
8673
8673
|
|
|
8674
8674
|
// ../../components/Panel/Panel.tsx
|
|
8675
8675
|
import { jsx as jsx62, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
@@ -8864,7 +8864,7 @@ function resolveSectionGapVars(gap = "md") {
|
|
|
8864
8864
|
}
|
|
8865
8865
|
|
|
8866
8866
|
// ../../components/Section/Section.module.css
|
|
8867
|
-
var Section_default = {"
|
|
8867
|
+
var Section_default = {"column":"opus_FajZiH_column","section":"opus_FajZiH_section","row":"opus_FajZiH_row","description":"opus_FajZiH_description","header":"opus_FajZiH_header","body":"opus_FajZiH_body","title":"opus_FajZiH_title"};
|
|
8868
8868
|
|
|
8869
8869
|
// ../../components/Section/Section.tsx
|
|
8870
8870
|
import { jsx as jsx63, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
@@ -8945,7 +8945,7 @@ var Section = Object.assign(SectionRoot, {
|
|
|
8945
8945
|
});
|
|
8946
8946
|
|
|
8947
8947
|
// ../../components/Table/Table.module.css
|
|
8948
|
-
var Table_default = {"
|
|
8948
|
+
var Table_default = {"caption":"opus_2q7S14_caption","wrap":"opus_2q7S14_wrap","visuallyHidden":"opus_2q7S14_visuallyHidden","empty":"opus_2q7S14_empty","table":"opus_2q7S14_table"};
|
|
8949
8949
|
|
|
8950
8950
|
// ../../components/Table/Table.tsx
|
|
8951
8951
|
import { jsx as jsx64, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
@@ -9176,7 +9176,7 @@ function buildPivotGrid(sourceRows, config2) {
|
|
|
9176
9176
|
}
|
|
9177
9177
|
|
|
9178
9178
|
// ../../components/DataGrid/DataGrid.module.css
|
|
9179
|
-
var DataGrid_default = {"
|
|
9179
|
+
var DataGrid_default = {"filterInput":"opus_zN0bNb_filterInput","detailCell":"opus_zN0bNb_detailCell","grid":"opus_zN0bNb_grid","caption":"opus_zN0bNb_caption","corner":"opus_zN0bNb_corner","menuChevron":"opus_zN0bNb_menuChevron","expandSpacer":"opus_zN0bNb_expandSpacer","sortIndicatorButton":"opus_zN0bNb_sortIndicatorButton","menuHost":"opus_zN0bNb_menuHost","chevron":"opus_zN0bNb_chevron","groupCount":"opus_zN0bNb_groupCount","visuallyHidden":"opus_zN0bNb_visuallyHidden","groupButton":"opus_zN0bNb_groupButton","empty":"opus_zN0bNb_empty","rowHeaderLabel":"opus_zN0bNb_rowHeaderLabel","menuSection":"opus_zN0bNb_menuSection","rowHeader":"opus_zN0bNb_rowHeader","columnResizeHandle":"opus_zN0bNb_columnResizeHandle","sortIndicator":"opus_zN0bNb_sortIndicator","groupCell":"opus_zN0bNb_groupCell","rowHeaderInner":"opus_zN0bNb_rowHeaderInner","expandButton":"opus_zN0bNb_expandButton","menuAction":"opus_zN0bNb_menuAction","menuFilterIcon":"opus_zN0bNb_menuFilterIcon","wrap":"opus_zN0bNb_wrap","detailRow":"opus_zN0bNb_detailRow","headerMenu":"opus_zN0bNb_headerMenu","infiniteFooter":"opus_zN0bNb_infiniteFooter","headerControls":"opus_zN0bNb_headerControls","groupRow":"opus_zN0bNb_groupRow","frame":"opus_zN0bNb_frame","menuButton":"opus_zN0bNb_menuButton","headerLabel":"opus_zN0bNb_headerLabel","sortButtonLabel":"opus_zN0bNb_sortButtonLabel","spacerRow":"opus_zN0bNb_spacerRow","gridBody":"opus_zN0bNb_gridBody","menuLabel":"opus_zN0bNb_menuLabel","headerCell":"opus_zN0bNb_headerCell","sortButton":"opus_zN0bNb_sortButton"};
|
|
9180
9180
|
|
|
9181
9181
|
// ../../components/DataGrid/DataGrid.tsx
|
|
9182
9182
|
import { jsx as jsx65, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
@@ -12742,7 +12742,7 @@ function SpecializedChart(props) {
|
|
|
12742
12742
|
}
|
|
12743
12743
|
|
|
12744
12744
|
// ../../components/Chart/Chart.module.css
|
|
12745
|
-
var Chart_default = {"
|
|
12745
|
+
var Chart_default = {"graphNodeRing":"opus_L6guCK_graphNodeRing","funnelGuide":"opus_L6guCK_funnelGuide","ring":"opus_L6guCK_ring","violin":"opus_L6guCK_violin","link":"opus_L6guCK_link","wick":"opus_L6guCK_wick","land":"opus_L6guCK_land","mapLabel":"opus_L6guCK_mapLabel","seriesC":"opus_L6guCK_seriesC","packParent":"opus_L6guCK_packParent","axes":"opus_L6guCK_axes","sankeySideLabel":"opus_L6guCK_sankeySideLabel","ridge":"opus_L6guCK_ridge","mapLand":"opus_L6guCK_mapLand","sankeySideName":"opus_L6guCK_sankeySideName","legendItem":"opus_L6guCK_legendItem","legendSwatch":"opus_L6guCK_legendSwatch","meta":"opus_L6guCK_meta","axisTick":"opus_L6guCK_axisTick","radarArea":"opus_L6guCK_radarArea","radarGrid":"opus_L6guCK_radarGrid","axisTitle":"opus_L6guCK_axisTitle","graphLabel":"opus_L6guCK_graphLabel","packLabel":"opus_L6guCK_packLabel","funnel":"opus_L6guCK_funnel","axisLine":"opus_L6guCK_axisLine","valueLabel":"opus_L6guCK_valueLabel","title":"opus_L6guCK_title","graphLink":"opus_L6guCK_graphLink","chart":"opus_L6guCK_chart","area":"opus_L6guCK_area","seriesF":"opus_L6guCK_seriesF","sankeyNode":"opus_L6guCK_sankeyNode","slice":"opus_L6guCK_slice","seriesA":"opus_L6guCK_seriesA","seriesB":"opus_L6guCK_seriesB","seriesE":"opus_L6guCK_seriesE","sankeyCenterLabel":"opus_L6guCK_sankeyCenterLabel","sankeySideValue":"opus_L6guCK_sankeySideValue","mapValue":"opus_L6guCK_mapValue","bar":"opus_L6guCK_bar","seriesD":"opus_L6guCK_seriesD","treemapLabel":"opus_L6guCK_treemapLabel","grid":"opus_L6guCK_grid","sankeyLabelBox":"opus_L6guCK_sankeyLabelBox","svg":"opus_L6guCK_svg","mapRegion":"opus_L6guCK_mapRegion","point":"opus_L6guCK_point","line":"opus_L6guCK_line","funnelText":"opus_L6guCK_funnelText","axisLabels":"opus_L6guCK_axisLabels","sankeyLink":"opus_L6guCK_sankeyLink","graphNode":"opus_L6guCK_graphNode","axisGuide":"opus_L6guCK_axisGuide","legend":"opus_L6guCK_legend","treemapGroupLabel":"opus_L6guCK_treemapGroupLabel","graphLinkColored":"opus_L6guCK_graphLinkColored","header":"opus_L6guCK_header"};
|
|
12746
12746
|
|
|
12747
12747
|
// ../../components/Chart/Chart.tsx
|
|
12748
12748
|
import { Fragment as Fragment10, jsx as jsx67, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
@@ -13881,7 +13881,7 @@ function Chart({
|
|
|
13881
13881
|
}
|
|
13882
13882
|
|
|
13883
13883
|
// ../../components/Skeleton/Skeleton.module.css
|
|
13884
|
-
var Skeleton_default = {"
|
|
13884
|
+
var Skeleton_default = {"skeletonShimmer":"opus_27r9Md_skeletonShimmer","line":"opus_27r9Md_line","tableRow":"opus_27r9Md_tableRow","media":"opus_27r9Md_media","tableCell":"opus_27r9Md_tableCell","avatar":"opus_27r9Md_avatar","avatarContent":"opus_27r9Md_avatarContent","skeletonPulse":"opus_27r9Md_skeletonPulse","skeleton":"opus_27r9Md_skeleton","stack":"opus_27r9Md_stack"};
|
|
13885
13885
|
|
|
13886
13886
|
// ../../components/Skeleton/Skeleton.tsx
|
|
13887
13887
|
import { jsx as jsx68, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
@@ -13932,7 +13932,7 @@ import { faXmark as faXmark2 } from "@fortawesome/free-solid-svg-icons";
|
|
|
13932
13932
|
import { FontAwesomeIcon as FontAwesomeIcon9 } from "@fortawesome/react-fontawesome";
|
|
13933
13933
|
|
|
13934
13934
|
// ../../components/Lightbox/Lightbox.module.css
|
|
13935
|
-
var Lightbox_default = {"
|
|
13935
|
+
var Lightbox_default = {"lightboxFadeIn":"opus_s7Rpyv_lightboxFadeIn","overlay":"opus_s7Rpyv_overlay","lightboxFadeOut":"opus_s7Rpyv_lightboxFadeOut","lightbox":"opus_s7Rpyv_lightbox","frame":"opus_s7Rpyv_frame","lightboxPanelOut":"opus_s7Rpyv_lightboxPanelOut","lightboxPanelIn":"opus_s7Rpyv_lightboxPanelIn","panel":"opus_s7Rpyv_panel","close":"opus_s7Rpyv_close","caption":"opus_s7Rpyv_caption","trigger":"opus_s7Rpyv_trigger","image":"opus_s7Rpyv_image","closeIcon":"opus_s7Rpyv_closeIcon"};
|
|
13936
13936
|
|
|
13937
13937
|
// ../../components/Lightbox/Lightbox.tsx
|
|
13938
13938
|
import { jsx as jsx69, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
@@ -14047,7 +14047,7 @@ function Lightbox({
|
|
|
14047
14047
|
}
|
|
14048
14048
|
|
|
14049
14049
|
// ../../components/Carousel/Carousel.module.css
|
|
14050
|
-
var Carousel_default = {"
|
|
14050
|
+
var Carousel_default = {"visuallyHidden":"opus_N4occJ_visuallyHidden","caption":"opus_N4occJ_caption","carousel":"opus_N4occJ_carousel","navIcon":"opus_N4occJ_navIcon","stage":"opus_N4occJ_stage","nav":"opus_N4occJ_nav","empty":"opus_N4occJ_empty","pip":"opus_N4occJ_pip","track":"opus_N4occJ_track","pips":"opus_N4occJ_pips","image":"opus_N4occJ_image","slide":"opus_N4occJ_slide","footer":"opus_N4occJ_footer"};
|
|
14051
14051
|
|
|
14052
14052
|
// ../../components/Carousel/Carousel.tsx
|
|
14053
14053
|
import { Fragment as Fragment11, jsx as jsx70, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
@@ -14299,7 +14299,7 @@ function Carousel({
|
|
|
14299
14299
|
}
|
|
14300
14300
|
|
|
14301
14301
|
// ../../components/ImageThumbnail/ImageThumbnail.module.css
|
|
14302
|
-
var ImageThumbnail_default = {"thumbnail":"opus_Gp1o-9_thumbnail","
|
|
14302
|
+
var ImageThumbnail_default = {"thumbnail":"opus_Gp1o-9_thumbnail","figure":"opus_Gp1o-9_figure","caption":"opus_Gp1o-9_caption","image":"opus_Gp1o-9_image"};
|
|
14303
14303
|
|
|
14304
14304
|
// ../../components/ImageThumbnail/ImageThumbnail.tsx
|
|
14305
14305
|
import { jsx as jsx71, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
@@ -14374,7 +14374,7 @@ import { createElement, useCallback as useCallback16, useEffect as useEffect29,
|
|
|
14374
14374
|
import { useEffect as useEffect28, useRef as useRef28, useState as useState35 } from "react";
|
|
14375
14375
|
|
|
14376
14376
|
// ../../components/ModelViewer/ModelViewer.module.css
|
|
14377
|
-
var ModelViewer_default = {"viewer":"opus_f7gfHI_viewer","loading":"opus_f7gfHI_loading","
|
|
14377
|
+
var ModelViewer_default = {"viewer":"opus_f7gfHI_viewer","loading":"opus_f7gfHI_loading","canvasHost":"opus_f7gfHI_canvasHost","model":"opus_f7gfHI_model","stage":"opus_f7gfHI_stage","caption":"opus_f7gfHI_caption"};
|
|
14378
14378
|
|
|
14379
14379
|
// ../../components/ModelViewer/FireBarrelModelViewer.tsx
|
|
14380
14380
|
import { jsx as jsx73, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
@@ -14592,7 +14592,7 @@ import { faXmark as faXmark3 } from "@fortawesome/free-solid-svg-icons";
|
|
|
14592
14592
|
import { FontAwesomeIcon as FontAwesomeIcon11 } from "@fortawesome/react-fontawesome";
|
|
14593
14593
|
|
|
14594
14594
|
// ../../components/ModelLightbox/ModelLightbox.module.css
|
|
14595
|
-
var ModelLightbox_default = {"
|
|
14595
|
+
var ModelLightbox_default = {"closeIcon":"opus_YYKGIB_closeIcon","lightbox":"opus_YYKGIB_lightbox","modelLightboxFadeIn":"opus_YYKGIB_modelLightboxFadeIn","trigger":"opus_YYKGIB_trigger","modelLightboxFadeOut":"opus_YYKGIB_modelLightboxFadeOut","frame":"opus_YYKGIB_frame","modelLightboxPanelIn":"opus_YYKGIB_modelLightboxPanelIn","overlay":"opus_YYKGIB_overlay","modelLightboxPanelOut":"opus_YYKGIB_modelLightboxPanelOut","close":"opus_YYKGIB_close"};
|
|
14596
14596
|
|
|
14597
14597
|
// ../../components/ModelLightbox/ModelLightbox.tsx
|
|
14598
14598
|
import { jsx as jsx75, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
@@ -14697,7 +14697,7 @@ function ModelLightbox({
|
|
|
14697
14697
|
}
|
|
14698
14698
|
|
|
14699
14699
|
// ../../components/ModelThumbnail/ModelThumbnail.module.css
|
|
14700
|
-
var ModelThumbnail_default = {"
|
|
14700
|
+
var ModelThumbnail_default = {"content":"opus_NkO9Yb_content","caption":"opus_NkO9Yb_caption","staticThumbnail":"opus_NkO9Yb_staticThumbnail"};
|
|
14701
14701
|
|
|
14702
14702
|
// ../../components/ModelThumbnail/ModelThumbnail.tsx
|
|
14703
14703
|
import { jsx as jsx76, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
@@ -14767,7 +14767,7 @@ function ModelGallery({
|
|
|
14767
14767
|
import { useId as useId19 } from "react";
|
|
14768
14768
|
|
|
14769
14769
|
// ../../components/EmptyState/EmptyState.module.css
|
|
14770
|
-
var EmptyState_default = {"
|
|
14770
|
+
var EmptyState_default = {"copy":"opus_1KckGY_copy","iconWrap":"opus_1KckGY_iconWrap","actions":"opus_1KckGY_actions","root":"opus_1KckGY_root","title":"opus_1KckGY_title","description":"opus_1KckGY_description"};
|
|
14771
14771
|
|
|
14772
14772
|
// ../../components/EmptyState/EmptyState.tsx
|
|
14773
14773
|
import { jsx as jsx78, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
@@ -14819,7 +14819,7 @@ function Badge({
|
|
|
14819
14819
|
}
|
|
14820
14820
|
|
|
14821
14821
|
// ../../components/Divider/Divider.module.css
|
|
14822
|
-
var Divider_default = {"
|
|
14822
|
+
var Divider_default = {"divider":"opus_ux1i0D_divider","label":"opus_ux1i0D_label","labelled":"opus_ux1i0D_labelled","line":"opus_ux1i0D_line"};
|
|
14823
14823
|
|
|
14824
14824
|
// ../../components/Divider/Divider.tsx
|
|
14825
14825
|
import { jsx as jsx80, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
@@ -14861,7 +14861,7 @@ function Divider({
|
|
|
14861
14861
|
import { useMemo as useMemo17, useState as useState38 } from "react";
|
|
14862
14862
|
|
|
14863
14863
|
// ../../components/Avatar/Avatar.module.css
|
|
14864
|
-
var Avatar_default = {"
|
|
14864
|
+
var Avatar_default = {"image":"opus_jsRWxO_image","initials":"opus_jsRWxO_initials","avatar":"opus_jsRWxO_avatar"};
|
|
14865
14865
|
|
|
14866
14866
|
// ../../components/Avatar/Avatar.tsx
|
|
14867
14867
|
import { jsx as jsx81 } from "react/jsx-runtime";
|
|
@@ -14937,7 +14937,7 @@ function AvatarGroup({ items, max = 4, size = "md" }) {
|
|
|
14937
14937
|
}
|
|
14938
14938
|
|
|
14939
14939
|
// ../../components/Statistic/Statistic.module.css
|
|
14940
|
-
var Statistic_default = {"
|
|
14940
|
+
var Statistic_default = {"label":"opus_vCN1bv_label","affix":"opus_vCN1bv_affix","trend":"opus_vCN1bv_trend","root":"opus_vCN1bv_root","value":"opus_vCN1bv_value"};
|
|
14941
14941
|
|
|
14942
14942
|
// ../../components/Statistic/Statistic.tsx
|
|
14943
14943
|
import { jsx as jsx83, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
@@ -14964,7 +14964,7 @@ function Statistic({
|
|
|
14964
14964
|
}
|
|
14965
14965
|
|
|
14966
14966
|
// ../../components/List/List.module.css
|
|
14967
|
-
var List_default = {"
|
|
14967
|
+
var List_default = {"description":"opus_ys3xlo_description","meta":"opus_ys3xlo_meta","item":"opus_ys3xlo_item","title":"opus_ys3xlo_title","list":"opus_ys3xlo_list","icon":"opus_ys3xlo_icon","head":"opus_ys3xlo_head","body":"opus_ys3xlo_body"};
|
|
14968
14968
|
|
|
14969
14969
|
// ../../components/List/List.tsx
|
|
14970
14970
|
import { jsx as jsx84, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
@@ -15001,7 +15001,7 @@ function DescriptionList({
|
|
|
15001
15001
|
import { useState as useState39 } from "react";
|
|
15002
15002
|
|
|
15003
15003
|
// ../../components/PropertyGrid/PropertyGrid.module.css
|
|
15004
|
-
var PropertyGrid_default = {"
|
|
15004
|
+
var PropertyGrid_default = {"copy":"opus_Bnfsue_copy","row":"opus_Bnfsue_row","grid":"opus_Bnfsue_grid","label":"opus_Bnfsue_label","valueCell":"opus_Bnfsue_valueCell","value":"opus_Bnfsue_value"};
|
|
15005
15005
|
|
|
15006
15006
|
// ../../components/PropertyGrid/PropertyGrid.tsx
|
|
15007
15007
|
import { jsx as jsx86, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
@@ -15156,7 +15156,7 @@ function ResizeHandle(_a2) {
|
|
|
15156
15156
|
}
|
|
15157
15157
|
|
|
15158
15158
|
// ../../components/Splitter/Splitter.module.css
|
|
15159
|
-
var Splitter_default = {"
|
|
15159
|
+
var Splitter_default = {"pane":"opus_Khgx9s_pane","srOnly":"opus_Khgx9s_srOnly","root":"opus_Khgx9s_root"};
|
|
15160
15160
|
|
|
15161
15161
|
// ../../components/Splitter/Splitter.tsx
|
|
15162
15162
|
import { jsx as jsx91, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
@@ -15266,7 +15266,7 @@ function Splitter({
|
|
|
15266
15266
|
import { useCallback as useCallback19, useEffect as useEffect32, useRef as useRef32, useState as useState41 } from "react";
|
|
15267
15267
|
|
|
15268
15268
|
// ../../components/ResizablePanel/ResizablePanel.module.css
|
|
15269
|
-
var ResizablePanel_default = {"
|
|
15269
|
+
var ResizablePanel_default = {"body":"opus_kVJ122_body","root":"opus_kVJ122_root","handle":"opus_kVJ122_handle"};
|
|
15270
15270
|
|
|
15271
15271
|
// ../../components/ResizablePanel/ResizablePanel.tsx
|
|
15272
15272
|
import { jsx as jsx92, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
@@ -15349,7 +15349,7 @@ function ResizablePanel({
|
|
|
15349
15349
|
}
|
|
15350
15350
|
|
|
15351
15351
|
// ../../components/DockLayout/DockLayout.module.css
|
|
15352
|
-
var DockLayout_default = {"
|
|
15352
|
+
var DockLayout_default = {"top":"opus_3zzL8C_top","left":"opus_3zzL8C_left","center":"opus_3zzL8C_center","middle":"opus_3zzL8C_middle","root":"opus_3zzL8C_root","right":"opus_3zzL8C_right","bottom":"opus_3zzL8C_bottom"};
|
|
15353
15353
|
|
|
15354
15354
|
// ../../components/DockLayout/DockLayout.tsx
|
|
15355
15355
|
import { jsx as jsx93, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
@@ -15394,7 +15394,7 @@ import {
|
|
|
15394
15394
|
} from "react";
|
|
15395
15395
|
|
|
15396
15396
|
// ../../components/CustomScrollbar/CustomScrollbar.module.css
|
|
15397
|
-
var CustomScrollbar_default = {"
|
|
15397
|
+
var CustomScrollbar_default = {"track":"opus_I9wQcM_track","thumb":"opus_I9wQcM_thumb","viewport":"opus_I9wQcM_viewport","root":"opus_I9wQcM_root","cornerDot":"opus_I9wQcM_cornerDot","content":"opus_I9wQcM_content"};
|
|
15398
15398
|
|
|
15399
15399
|
// ../../components/CustomScrollbar/CustomScrollbar.tsx
|
|
15400
15400
|
import { jsx as jsx94, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
@@ -15654,7 +15654,7 @@ function CustomScrollbar({
|
|
|
15654
15654
|
}
|
|
15655
15655
|
|
|
15656
15656
|
// ../../components/ThreePaneLayout/ThreePaneLayout.module.css
|
|
15657
|
-
var ThreePaneLayout_default = {"sidebar":"opus_DtnFdK_sidebar","
|
|
15657
|
+
var ThreePaneLayout_default = {"sidebar":"opus_DtnFdK_sidebar","root":"opus_DtnFdK_root","content":"opus_DtnFdK_content","handle":"opus_DtnFdK_handle"};
|
|
15658
15658
|
|
|
15659
15659
|
// ../../components/ThreePaneLayout/ThreePaneLayout.tsx
|
|
15660
15660
|
import { Fragment as Fragment12, jsx as jsx95, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
@@ -16032,7 +16032,7 @@ function ScrollArea({
|
|
|
16032
16032
|
}
|
|
16033
16033
|
|
|
16034
16034
|
// ../../components/AspectRatio/AspectRatio.module.css
|
|
16035
|
-
var AspectRatio_default = {"
|
|
16035
|
+
var AspectRatio_default = {"content":"opus_CZP9Id_content","root":"opus_CZP9Id_root"};
|
|
16036
16036
|
|
|
16037
16037
|
// ../../components/AspectRatio/AspectRatio.tsx
|
|
16038
16038
|
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
@@ -16100,7 +16100,7 @@ function Spacer({ axis = "y", className, flex = false, size = 16, style }) {
|
|
|
16100
16100
|
}
|
|
16101
16101
|
|
|
16102
16102
|
// ../../components/Breadcrumb/Breadcrumb.module.css
|
|
16103
|
-
var Breadcrumb_default = {"current":"opus_FwZfXe_current","root":"opus_FwZfXe_root","
|
|
16103
|
+
var Breadcrumb_default = {"current":"opus_FwZfXe_current","root":"opus_FwZfXe_root","list":"opus_FwZfXe_list","item":"opus_FwZfXe_item","separator":"opus_FwZfXe_separator","link":"opus_FwZfXe_link"};
|
|
16104
16104
|
|
|
16105
16105
|
// ../../components/Breadcrumb/Breadcrumb.tsx
|
|
16106
16106
|
import { jsx as jsx100, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
@@ -16128,7 +16128,7 @@ function Breadcrumb({ ariaLabel = "Breadcrumb", items, onNavigate, separator = "
|
|
|
16128
16128
|
}
|
|
16129
16129
|
|
|
16130
16130
|
// ../../components/Pagination/Pagination.module.css
|
|
16131
|
-
var Pagination_default = {"ellipsis":"opus_VkXUKR_ellipsis","
|
|
16131
|
+
var Pagination_default = {"ellipsis":"opus_VkXUKR_ellipsis","root":"opus_VkXUKR_root","active":"opus_VkXUKR_active","button":"opus_VkXUKR_button"};
|
|
16132
16132
|
|
|
16133
16133
|
// ../../components/Pagination/Pagination.tsx
|
|
16134
16134
|
import { jsx as jsx101, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
@@ -16193,7 +16193,7 @@ function Pagination({ page, pageCount, onPageChange, siblingCount = 1 }) {
|
|
|
16193
16193
|
}
|
|
16194
16194
|
|
|
16195
16195
|
// ../../components/PageHeader/PageHeader.module.css
|
|
16196
|
-
var PageHeader_default = {"
|
|
16196
|
+
var PageHeader_default = {"actions":"opus_1pSVfU_actions","root":"opus_1pSVfU_root","breadcrumbs":"opus_1pSVfU_breadcrumbs","eyebrow":"opus_1pSVfU_eyebrow","row":"opus_1pSVfU_row","title":"opus_1pSVfU_title","description":"opus_1pSVfU_description","copy":"opus_1pSVfU_copy"};
|
|
16197
16197
|
|
|
16198
16198
|
// ../../components/PageHeader/PageHeader.tsx
|
|
16199
16199
|
import { jsx as jsx102, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
@@ -16212,7 +16212,7 @@ function PageHeader({ actions, breadcrumbs, description, eyebrow, title }) {
|
|
|
16212
16212
|
}
|
|
16213
16213
|
|
|
16214
16214
|
// ../../components/Toolbar/Toolbar.module.css
|
|
16215
|
-
var Toolbar_default = {"
|
|
16215
|
+
var Toolbar_default = {"root":"opus_lO-IAD_root","cluster":"opus_lO-IAD_cluster","end":"opus_lO-IAD_end"};
|
|
16216
16216
|
|
|
16217
16217
|
// ../../components/Toolbar/Toolbar.tsx
|
|
16218
16218
|
import { jsx as jsx103, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
@@ -16264,7 +16264,7 @@ function BottomNavigation({ items, onChange, value }) {
|
|
|
16264
16264
|
}
|
|
16265
16265
|
|
|
16266
16266
|
// ../../components/NavigationRail/NavigationRail.module.css
|
|
16267
|
-
var NavigationRail_default = {"
|
|
16267
|
+
var NavigationRail_default = {"root":"opus_E7mR15_root","label":"opus_E7mR15_label","item":"opus_E7mR15_item","icon":"opus_E7mR15_icon","active":"opus_E7mR15_active","srOnly":"opus_E7mR15_srOnly"};
|
|
16268
16268
|
|
|
16269
16269
|
// ../../components/NavigationRail/NavigationRail.tsx
|
|
16270
16270
|
import { jsx as jsx105, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
@@ -16307,7 +16307,7 @@ function NavigationRail({ collapsed = false, items, onChange, value }) {
|
|
|
16307
16307
|
import { useEffect as useEffect35, useId as useId23, useRef as useRef35, useState as useState44 } from "react";
|
|
16308
16308
|
|
|
16309
16309
|
// ../../components/SplitButton/SplitButton.module.css
|
|
16310
|
-
var SplitButton_default = {"caret":"opus_TVuiQN_caret","main":"opus_TVuiQN_main","menu":"opus_TVuiQN_menu","menuItem":"opus_TVuiQN_menuItem"
|
|
16310
|
+
var SplitButton_default = {"root":"opus_TVuiQN_root","caret":"opus_TVuiQN_caret","main":"opus_TVuiQN_main","menu":"opus_TVuiQN_menu","menuItem":"opus_TVuiQN_menuItem"};
|
|
16311
16311
|
|
|
16312
16312
|
// ../../components/SplitButton/SplitButton.tsx
|
|
16313
16313
|
import { jsx as jsx106, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
@@ -16372,7 +16372,7 @@ function SplitButton({
|
|
|
16372
16372
|
}
|
|
16373
16373
|
|
|
16374
16374
|
// ../../components/FloatingActionButton/FloatingActionButton.module.css
|
|
16375
|
-
var FloatingActionButton_default = {"
|
|
16375
|
+
var FloatingActionButton_default = {"label":"opus_UXPLpX_label","root":"opus_UXPLpX_root","icon":"opus_UXPLpX_icon","srOnly":"opus_UXPLpX_srOnly"};
|
|
16376
16376
|
|
|
16377
16377
|
// ../../components/FloatingActionButton/FloatingActionButton.tsx
|
|
16378
16378
|
import { jsx as jsx107, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
@@ -16444,7 +16444,7 @@ function TileGradientDefs() {
|
|
|
16444
16444
|
}
|
|
16445
16445
|
|
|
16446
16446
|
// ../../components/Tile/Tile.module.css
|
|
16447
|
-
var Tile_default = {"
|
|
16447
|
+
var Tile_default = {"label":"opus_wypm8k_label","tile":"opus_wypm8k_tile","icon":"opus_wypm8k_icon"};
|
|
16448
16448
|
|
|
16449
16449
|
// ../../components/Tile/Tile.tsx
|
|
16450
16450
|
import { Fragment as Fragment13, jsx as jsx109, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
@@ -16477,7 +16477,7 @@ function Tile({
|
|
|
16477
16477
|
}
|
|
16478
16478
|
|
|
16479
16479
|
// ../../components/Tiles/Tiles.module.css
|
|
16480
|
-
var Tiles_default = {"
|
|
16480
|
+
var Tiles_default = {"tileItem":"opus_zD82gC_tileItem","row":"opus_zD82gC_row","tile":"opus_zD82gC_tile"};
|
|
16481
16481
|
|
|
16482
16482
|
// ../../components/Tiles/Tiles.tsx
|
|
16483
16483
|
import { jsx as jsx110, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
@@ -16515,7 +16515,7 @@ function Tiles({ className, items, layout = "fill" }) {
|
|
|
16515
16515
|
}
|
|
16516
16516
|
|
|
16517
16517
|
// ../../components/StatTile/StatTile.module.css
|
|
16518
|
-
var StatTile_default = {"
|
|
16518
|
+
var StatTile_default = {"meta":"opus_8DpwUV_meta","label":"opus_8DpwUV_label","value":"opus_8DpwUV_value","statTile":"opus_8DpwUV_statTile","icon":"opus_8DpwUV_icon","body":"opus_8DpwUV_body","comparison":"opus_8DpwUV_comparison","trend":"opus_8DpwUV_trend"};
|
|
16519
16519
|
|
|
16520
16520
|
// ../../components/StatTile/StatTile.tsx
|
|
16521
16521
|
import { Fragment as Fragment14, jsx as jsx111, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
@@ -16566,7 +16566,7 @@ function StatTile({
|
|
|
16566
16566
|
}
|
|
16567
16567
|
|
|
16568
16568
|
// ../../components/StatTiles/StatTiles.module.css
|
|
16569
|
-
var StatTiles_default = {"
|
|
16569
|
+
var StatTiles_default = {"statTileItem":"opus_uhJd8v_statTileItem","row":"opus_uhJd8v_row","statTile":"opus_uhJd8v_statTile"};
|
|
16570
16570
|
|
|
16571
16571
|
// ../../components/StatTiles/StatTiles.tsx
|
|
16572
16572
|
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
@@ -16606,7 +16606,7 @@ function StatTiles({ className, items, layout = "fill" }) {
|
|
|
16606
16606
|
import { useId as useId24, useMemo as useMemo19 } from "react";
|
|
16607
16607
|
|
|
16608
16608
|
// ../../components/PipelineOverview/PipelineOverview.module.css
|
|
16609
|
-
var PipelineOverview_default = {"
|
|
16609
|
+
var PipelineOverview_default = {"funnel":"opus_1ScjMZ_funnel","root":"opus_1ScjMZ_root","legendCopy":"opus_1ScjMZ_legendCopy","legendValue":"opus_1ScjMZ_legendValue","footer":"opus_1ScjMZ_footer","total":"opus_1ScjMZ_total","periodSelect":"opus_1ScjMZ_periodSelect","period":"opus_1ScjMZ_period","funnelSvg":"opus_1ScjMZ_funnelSvg","periodLabel":"opus_1ScjMZ_periodLabel","legend":"opus_1ScjMZ_legend","body":"opus_1ScjMZ_body","periodChevron":"opus_1ScjMZ_periodChevron","legendItem":"opus_1ScjMZ_legendItem","legendLabel":"opus_1ScjMZ_legendLabel","totalValue":"opus_1ScjMZ_totalValue","totalLabel":"opus_1ScjMZ_totalLabel","legendDot":"opus_1ScjMZ_legendDot"};
|
|
16610
16610
|
|
|
16611
16611
|
// ../../components/PipelineOverview/PipelineOverview.tsx
|
|
16612
16612
|
import { jsx as jsx113, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
@@ -16939,7 +16939,7 @@ function getDealsOverTimePalette(palette) {
|
|
|
16939
16939
|
}
|
|
16940
16940
|
|
|
16941
16941
|
// ../../components/DealsOverTime/DealsOverTime.module.css
|
|
16942
|
-
var DealsOverTime_default = {"
|
|
16942
|
+
var DealsOverTime_default = {"tooltipDate":"opus_Hn1LW1_tooltipDate","period":"opus_Hn1LW1_period","chart":"opus_Hn1LW1_chart","hitTarget":"opus_Hn1LW1_hitTarget","periodLabel":"opus_Hn1LW1_periodLabel","lineGlowMid":"opus_Hn1LW1_lineGlowMid","chartWrap":"opus_Hn1LW1_chartWrap","periodSelect":"opus_Hn1LW1_periodSelect","header":"opus_Hn1LW1_header","root":"opus_Hn1LW1_root","title":"opus_Hn1LW1_title","line":"opus_Hn1LW1_line","pointGlow":"opus_Hn1LW1_pointGlow","pointRing":"opus_Hn1LW1_pointRing","pointCore":"opus_Hn1LW1_pointCore","pointSolid":"opus_Hn1LW1_pointSolid","tooltip":"opus_Hn1LW1_tooltip","area":"opus_Hn1LW1_area","tooltipValue":"opus_Hn1LW1_tooltipValue","axisLabel":"opus_Hn1LW1_axisLabel","gridLine":"opus_Hn1LW1_gridLine","lineGlowSoft":"opus_Hn1LW1_lineGlowSoft"};
|
|
16943
16943
|
|
|
16944
16944
|
// ../../components/DealsOverTime/DealsOverTime.tsx
|
|
16945
16945
|
import { Fragment as Fragment15, jsx as jsx114, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
@@ -17308,7 +17308,7 @@ function DealsOverTime({
|
|
|
17308
17308
|
import { useCallback as useCallback22, useState as useState46 } from "react";
|
|
17309
17309
|
|
|
17310
17310
|
// ../../components/DashboardListWidget/shared.module.css
|
|
17311
|
-
var shared_default = {"
|
|
17311
|
+
var shared_default = {"itemAction":"opus_8R-PJ3_itemAction","footerIcon":"opus_8R-PJ3_footerIcon","list":"opus_8R-PJ3_list","footer":"opus_8R-PJ3_footer","footerAction":"opus_8R-PJ3_footerAction","iconWrap":"opus_8R-PJ3_iconWrap"};
|
|
17312
17312
|
|
|
17313
17313
|
// ../../components/DashboardListWidget/DashboardListFooter.tsx
|
|
17314
17314
|
import { Fragment as Fragment16, jsx as jsx115, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
@@ -17321,7 +17321,7 @@ function DashboardListFooter({ footerHref, footerLabel, onFooterClick }) {
|
|
|
17321
17321
|
}
|
|
17322
17322
|
|
|
17323
17323
|
// ../../components/UpcomingTasks/UpcomingTasks.module.css
|
|
17324
|
-
var UpcomingTasks_default = {"
|
|
17324
|
+
var UpcomingTasks_default = {"time":"opus_mFTWWU_time","root":"opus_mFTWWU_root","itemBody":"opus_mFTWWU_itemBody","header":"opus_mFTWWU_header","itemAction":"opus_mFTWWU_itemAction","item":"opus_mFTWWU_item","list":"opus_mFTWWU_list","taskCheckbox":"opus_mFTWWU_taskCheckbox","itemSubtitle":"opus_mFTWWU_itemSubtitle","copy":"opus_mFTWWU_copy","title":"opus_mFTWWU_title","itemTitle":"opus_mFTWWU_itemTitle"};
|
|
17325
17325
|
|
|
17326
17326
|
// ../../components/UpcomingTasks/UpcomingTasks.tsx
|
|
17327
17327
|
import { jsx as jsx116, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
@@ -17406,7 +17406,7 @@ function UpcomingTasks({
|
|
|
17406
17406
|
}
|
|
17407
17407
|
|
|
17408
17408
|
// ../../components/RecentActivity/RecentActivity.module.css
|
|
17409
|
-
var RecentActivity_default = {"
|
|
17409
|
+
var RecentActivity_default = {"itemSubtitle":"opus_PR08Ax_itemSubtitle","time":"opus_PR08Ax_time","header":"opus_PR08Ax_header","item":"opus_PR08Ax_item","list":"opus_PR08Ax_list","copy":"opus_PR08Ax_copy","itemTitle":"opus_PR08Ax_itemTitle","title":"opus_PR08Ax_title","root":"opus_PR08Ax_root","iconWrap":"opus_PR08Ax_iconWrap","itemAction":"opus_PR08Ax_itemAction"};
|
|
17410
17410
|
|
|
17411
17411
|
// ../../components/RecentActivity/RecentActivity.tsx
|
|
17412
17412
|
import { Fragment as Fragment17, jsx as jsx117, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
@@ -39201,7 +39201,7 @@ function opusThemeTokens(theme) {
|
|
|
39201
39201
|
}
|
|
39202
39202
|
|
|
39203
39203
|
// ../../components/EmojiPicker/EmojiPicker.module.css
|
|
39204
|
-
var EmojiPicker_default = {"
|
|
39204
|
+
var EmojiPicker_default = {"root":"opus__tyRxw_root","emojiButton":"opus__tyRxw_emojiButton","searchHint":"opus__tyRxw_searchHint","empty":"opus__tyRxw_empty","srOnly":"opus__tyRxw_srOnly","panel":"opus__tyRxw_panel","categoryButton":"opus__tyRxw_categoryButton","search":"opus__tyRxw_search","categories":"opus__tyRxw_categories","grid":"opus__tyRxw_grid"};
|
|
39205
39205
|
|
|
39206
39206
|
// ../../components/EmojiPicker/EmojiPicker.tsx
|
|
39207
39207
|
import { jsx as jsx118, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
@@ -39479,7 +39479,7 @@ function EmojiPicker({
|
|
|
39479
39479
|
import { useEffect as useEffect38, useMemo as useMemo22, useRef as useRef38, useState as useState48 } from "react";
|
|
39480
39480
|
|
|
39481
39481
|
// ../../components/NoteTag/NoteTag.module.css
|
|
39482
|
-
var NoteTag_default = {"
|
|
39482
|
+
var NoteTag_default = {"picker":"opus__ZnbtA_picker","option":"opus__ZnbtA_option","options":"opus__ZnbtA_options","menuHeader":"opus__ZnbtA_menuHeader","menu":"opus__ZnbtA_menu","removeButton":"opus__ZnbtA_removeButton","list":"opus__ZnbtA_list","tag":"opus__ZnbtA_tag"};
|
|
39483
39483
|
|
|
39484
39484
|
// ../../components/NoteTag/NoteTag.tsx
|
|
39485
39485
|
import { jsx as jsx119, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
@@ -39629,7 +39629,7 @@ function NoteTagPicker({
|
|
|
39629
39629
|
}
|
|
39630
39630
|
|
|
39631
39631
|
// ../../components/NoteComposer/NoteComposer.module.css
|
|
39632
|
-
var NoteComposer_default = {"
|
|
39632
|
+
var NoteComposer_default = {"selectedTags":"opus_pQVlNo_selectedTags","root":"opus_pQVlNo_root","toolButton":"opus_pQVlNo_toolButton","saveButton":"opus_pQVlNo_saveButton","footer":"opus_pQVlNo_footer","tools":"opus_pQVlNo_tools","textarea":"opus_pQVlNo_textarea"};
|
|
39633
39633
|
|
|
39634
39634
|
// ../../components/NoteComposer/NoteComposer.tsx
|
|
39635
39635
|
import { jsx as jsx120, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
@@ -39840,7 +39840,7 @@ import {
|
|
|
39840
39840
|
import { Fragment as Fragment18 } from "react";
|
|
39841
39841
|
|
|
39842
39842
|
// ../../components/ContentTimeline/ContentTimeline.module.css
|
|
39843
|
-
var ContentTimeline_default = {"
|
|
39843
|
+
var ContentTimeline_default = {"dot":"opus_vApy-v_dot","title":"opus_vApy-v_title","head":"opus_vApy-v_head","body":"opus_vApy-v_body","description":"opus_vApy-v_description","itemAction":"opus_vApy-v_itemAction","markerSlot":"opus_vApy-v_markerSlot","groupLabel":"opus_vApy-v_groupLabel","rail":"opus_vApy-v_rail","tags":"opus_vApy-v_tags","list":"opus_vApy-v_list","content":"opus_vApy-v_content","item":"opus_vApy-v_item","metaRow":"opus_vApy-v_metaRow","children":"opus_vApy-v_children","statusDot":"opus_vApy-v_statusDot","line":"opus_vApy-v_line","tag":"opus_vApy-v_tag","itemFooter":"opus_vApy-v_itemFooter","time":"opus_vApy-v_time"};
|
|
39844
39844
|
|
|
39845
39845
|
// ../../components/ContentTimeline/ContentTimeline.tsx
|
|
39846
39846
|
import { jsx as jsx121, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
@@ -39957,7 +39957,7 @@ function ContentTimeline({ groups, items, onItemClick, onItemDoubleClick, varian
|
|
|
39957
39957
|
}
|
|
39958
39958
|
|
|
39959
39959
|
// ../../components/NotesActivity/NotesActivity.module.css
|
|
39960
|
-
var NotesActivity_default = {"
|
|
39960
|
+
var NotesActivity_default = {"footer":"opus_ThZ-Bi_footer","replyComposer":"opus_ThZ-Bi_replyComposer","footerAction":"opus_ThZ-Bi_footerAction","root":"opus_ThZ-Bi_root","replyTools":"opus_ThZ-Bi_replyTools","replyBlock":"opus_ThZ-Bi_replyBlock","composer":"opus_ThZ-Bi_composer","replyToolButton":"opus_ThZ-Bi_replyToolButton","feed":"opus_ThZ-Bi_feed","replyInput":"opus_ThZ-Bi_replyInput","footerIcon":"opus_ThZ-Bi_footerIcon","tabs":"opus_ThZ-Bi_tabs","tab":"opus_ThZ-Bi_tab","replyInputShell":"opus_ThZ-Bi_replyInputShell","threadItems":"opus_ThZ-Bi_threadItems","replyTags":"opus_ThZ-Bi_replyTags","threadConnectors":"opus_ThZ-Bi_threadConnectors","tabIcon":"opus_ThZ-Bi_tabIcon"};
|
|
39961
39961
|
|
|
39962
39962
|
// ../../components/NotesActivity/NotesActivity.tsx
|
|
39963
39963
|
import { Fragment as Fragment19, jsx as jsx122, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
@@ -40642,7 +40642,7 @@ function NotesActivity({
|
|
|
40642
40642
|
import { useMemo as useMemo24 } from "react";
|
|
40643
40643
|
|
|
40644
40644
|
// ../../components/TopPerformingUsers/TopPerformingUsers.module.css
|
|
40645
|
-
var TopPerformingUsers_default = {"
|
|
40645
|
+
var TopPerformingUsers_default = {"item":"opus_sYx0a6_item","header":"opus_sYx0a6_header","barTrack":"opus_sYx0a6_barTrack","value":"opus_sYx0a6_value","itemAction":"opus_sYx0a6_itemAction","row":"opus_sYx0a6_row","root":"opus_sYx0a6_root","barFill":"opus_sYx0a6_barFill","name":"opus_sYx0a6_name","title":"opus_sYx0a6_title","list":"opus_sYx0a6_list"};
|
|
40646
40646
|
|
|
40647
40647
|
// ../../components/TopPerformingUsers/TopPerformingUsers.tsx
|
|
40648
40648
|
import { Fragment as Fragment20, jsx as jsx123, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
@@ -40701,7 +40701,7 @@ function TopPerformingUsers({
|
|
|
40701
40701
|
}
|
|
40702
40702
|
|
|
40703
40703
|
// ../../components/UserProfileWidget/UserProfileWidget.module.css
|
|
40704
|
-
var UserProfileWidget_default = {"
|
|
40704
|
+
var UserProfileWidget_default = {"chevronButton":"opus_zjR1aT_chevronButton","avatarButton":"opus_zjR1aT_avatarButton","role":"opus_zjR1aT_role","chevron":"opus_zjR1aT_chevron","name":"opus_zjR1aT_name","root":"opus_zjR1aT_root","copy":"opus_zjR1aT_copy"};
|
|
40705
40705
|
|
|
40706
40706
|
// ../../components/UserProfileWidget/UserProfileWidget.tsx
|
|
40707
40707
|
import { jsx as jsx124, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
@@ -40869,7 +40869,7 @@ function ProfilePhotoUploadModal({
|
|
|
40869
40869
|
}
|
|
40870
40870
|
|
|
40871
40871
|
// ../../components/ImageCropUploadWidget/ImageCropUploadWidget.module.css
|
|
40872
|
-
var ImageCropUploadWidget_default = {"
|
|
40872
|
+
var ImageCropUploadWidget_default = {"title":"opus_jO9vJQ_title","root":"opus_jO9vJQ_root","field":"opus_jO9vJQ_field"};
|
|
40873
40873
|
|
|
40874
40874
|
// ../../components/ImageCropUploadWidget/ImageCropUploadWidget.tsx
|
|
40875
40875
|
import { jsx as jsx126, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
@@ -40953,7 +40953,7 @@ function DashboardContentContainer({
|
|
|
40953
40953
|
import { useMemo as useMemo25, useState as useState52 } from "react";
|
|
40954
40954
|
|
|
40955
40955
|
// ../../components/PropertyInspector/PropertyInspector.module.css
|
|
40956
|
-
var PropertyInspector_default = {"
|
|
40956
|
+
var PropertyInspector_default = {"checkbox":"opus_IrN8Z8_checkbox","searchRow":"opus_IrN8Z8_searchRow","root":"opus_IrN8Z8_root","search":"opus_IrN8Z8_search","group":"opus_IrN8Z8_group","select":"opus_IrN8Z8_select","row":"opus_IrN8Z8_row","label":"opus_IrN8Z8_label","rows":"opus_IrN8Z8_rows","groupHeader":"opus_IrN8Z8_groupHeader","input":"opus_IrN8Z8_input","valueCell":"opus_IrN8Z8_valueCell","value":"opus_IrN8Z8_value"};
|
|
40957
40957
|
|
|
40958
40958
|
// ../../components/PropertyInspector/PropertyInspector.tsx
|
|
40959
40959
|
import { jsx as jsx128, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
@@ -41073,7 +41073,7 @@ function PropertyInspector({ items, onChange, searchable = false }) {
|
|
|
41073
41073
|
import { useMemo as useMemo26 } from "react";
|
|
41074
41074
|
|
|
41075
41075
|
// ../../components/FilterBuilder/FilterBuilder.module.css
|
|
41076
|
-
var FilterBuilder_default = {"
|
|
41076
|
+
var FilterBuilder_default = {"empty":"opus_CtJDHh_empty","header":"opus_CtJDHh_header","outputLabel":"opus_CtJDHh_outputLabel","select":"opus_CtJDHh_select","list":"opus_CtJDHh_list","valuePlaceholder":"opus_CtJDHh_valuePlaceholder","output":"opus_CtJDHh_output","row":"opus_CtJDHh_row","expression":"opus_CtJDHh_expression","remove":"opus_CtJDHh_remove","title":"opus_CtJDHh_title","payload":"opus_CtJDHh_payload","input":"opus_CtJDHh_input","root":"opus_CtJDHh_root","add":"opus_CtJDHh_add","joiner":"opus_CtJDHh_joiner","joinerSpacer":"opus_CtJDHh_joinerSpacer"};
|
|
41077
41077
|
|
|
41078
41078
|
// ../../components/FilterBuilder/FilterBuilder.tsx
|
|
41079
41079
|
import { jsx as jsx129, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
@@ -41183,7 +41183,7 @@ function FilterBuilder({ conditions, fields, onChange }) {
|
|
|
41183
41183
|
import { useMemo as useMemo27 } from "react";
|
|
41184
41184
|
|
|
41185
41185
|
// ../../components/QueryBuilder/QueryBuilder.module.css
|
|
41186
|
-
var QueryBuilder_default = {"
|
|
41186
|
+
var QueryBuilder_default = {"list":"opus_b7dZwd_list","root":"opus_b7dZwd_root","chip":"opus_b7dZwd_chip","combinator":"opus_b7dZwd_combinator","selectNarrow":"opus_b7dZwd_selectNarrow","outputLabel":"opus_b7dZwd_outputLabel","input":"opus_b7dZwd_input","payload":"opus_b7dZwd_payload","add":"opus_b7dZwd_add","toolbar":"opus_b7dZwd_toolbar","remove":"opus_b7dZwd_remove","chipSpacer":"opus_b7dZwd_chipSpacer","select":"opus_b7dZwd_select","output":"opus_b7dZwd_output","expression":"opus_b7dZwd_expression","row":"opus_b7dZwd_row","empty":"opus_b7dZwd_empty"};
|
|
41187
41187
|
|
|
41188
41188
|
// ../../components/QueryBuilder/QueryBuilder.tsx
|
|
41189
41189
|
import { jsx as jsx130, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
@@ -41310,7 +41310,7 @@ function QueryBuilder({ fields, group, onChange }) {
|
|
|
41310
41310
|
import { useMemo as useMemo28 } from "react";
|
|
41311
41311
|
|
|
41312
41312
|
// ../../components/RuleBuilder/RuleBuilder.module.css
|
|
41313
|
-
var RuleBuilder_default = {"
|
|
41313
|
+
var RuleBuilder_default = {"header":"opus_O61tUk_header","subtitle":"opus_O61tUk_subtitle","empty":"opus_O61tUk_empty","enabled":"opus_O61tUk_enabled","actions":"opus_O61tUk_actions","output":"opus_O61tUk_output","payload":"opus_O61tUk_payload","title":"opus_O61tUk_title","expression":"opus_O61tUk_expression","outputLabel":"opus_O61tUk_outputLabel","action":"opus_O61tUk_action","cardTop":"opus_O61tUk_cardTop","card":"opus_O61tUk_card","priority":"opus_O61tUk_priority","add":"opus_O61tUk_add","root":"opus_O61tUk_root","select":"opus_O61tUk_select","list":"opus_O61tUk_list","name":"opus_O61tUk_name","field":"opus_O61tUk_field","input":"opus_O61tUk_input"};
|
|
41314
41314
|
|
|
41315
41315
|
// ../../components/RuleBuilder/RuleBuilder.tsx
|
|
41316
41316
|
import { jsx as jsx131, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
@@ -41453,7 +41453,7 @@ function RuleBuilder({ onChange, rules }) {
|
|
|
41453
41453
|
}
|
|
41454
41454
|
|
|
41455
41455
|
// ../../components/PermissionsMatrix/PermissionsMatrix.module.css
|
|
41456
|
-
var PermissionsMatrix_default = {"
|
|
41456
|
+
var PermissionsMatrix_default = {"scroll":"opus_x-xBrX_scroll","table":"opus_x-xBrX_table","corner":"opus_x-xBrX_corner","rowHead":"opus_x-xBrX_rowHead","cell":"opus_x-xBrX_cell","head":"opus_x-xBrX_head","root":"opus_x-xBrX_root","select":"opus_x-xBrX_select"};
|
|
41457
41457
|
|
|
41458
41458
|
// ../../components/PermissionsMatrix/PermissionsMatrix.tsx
|
|
41459
41459
|
import { jsx as jsx132, jsxs as jsxs108 } from "react/jsx-runtime";
|
|
@@ -41489,7 +41489,7 @@ function PermissionsMatrix({ onChange, permissions, resources, roles }) {
|
|
|
41489
41489
|
import { useMemo as useMemo29, useState as useState53 } from "react";
|
|
41490
41490
|
|
|
41491
41491
|
// ../../components/DualListBuilder/DualListBuilder.module.css
|
|
41492
|
-
var DualListBuilder_default = {"
|
|
41492
|
+
var DualListBuilder_default = {"outputLabel":"opus_P6crEX_outputLabel","itemActive":"opus_P6crEX_itemActive","item":"opus_P6crEX_item","root":"opus_P6crEX_root","payload":"opus_P6crEX_payload","control":"opus_P6crEX_control","list":"opus_P6crEX_list","columnTitle":"opus_P6crEX_columnTitle","count":"opus_P6crEX_count","columns":"opus_P6crEX_columns","column":"opus_P6crEX_column","searchRow":"opus_P6crEX_searchRow","search":"opus_P6crEX_search","controls":"opus_P6crEX_controls","output":"opus_P6crEX_output","expression":"opus_P6crEX_expression"};
|
|
41493
41493
|
|
|
41494
41494
|
// ../../components/DualListBuilder/DualListBuilder.tsx
|
|
41495
41495
|
import { jsx as jsx133, jsxs as jsxs109 } from "react/jsx-runtime";
|
|
@@ -41618,7 +41618,7 @@ function ListColumn2({
|
|
|
41618
41618
|
import { useMemo as useMemo30 } from "react";
|
|
41619
41619
|
|
|
41620
41620
|
// ../../components/Scheduler/Scheduler.module.css
|
|
41621
|
-
var Scheduler_default = {"
|
|
41621
|
+
var Scheduler_default = {"corner":"opus_ZqbdMc_corner","eventTime":"opus_ZqbdMc_eventTime","dayHead":"opus_ZqbdMc_dayHead","event":"opus_ZqbdMc_event","eventTitle":"opus_ZqbdMc_eventTitle","cell":"opus_ZqbdMc_cell","time":"opus_ZqbdMc_time","root":"opus_ZqbdMc_root","grid":"opus_ZqbdMc_grid"};
|
|
41622
41622
|
|
|
41623
41623
|
// ../../components/Scheduler/Scheduler.tsx
|
|
41624
41624
|
import { jsx as jsx134, jsxs as jsxs110 } from "react/jsx-runtime";
|
|
@@ -41686,7 +41686,7 @@ function formatHour(hour) {
|
|
|
41686
41686
|
import { useMemo as useMemo31, useState as useState54 } from "react";
|
|
41687
41687
|
|
|
41688
41688
|
// ../../components/KanbanBoard/KanbanBoard.module.css
|
|
41689
|
-
var KanbanBoard_default = {"
|
|
41689
|
+
var KanbanBoard_default = {"columnTitle":"opus_EUh8ei_columnTitle","root":"opus_EUh8ei_root","cardMeta":"opus_EUh8ei_cardMeta","cardTitle":"opus_EUh8ei_cardTitle","column":"opus_EUh8ei_column","columnHeader":"opus_EUh8ei_columnHeader","count":"opus_EUh8ei_count","cards":"opus_EUh8ei_cards","card":"opus_EUh8ei_card"};
|
|
41690
41690
|
|
|
41691
41691
|
// ../../components/KanbanBoard/KanbanBoard.tsx
|
|
41692
41692
|
import { jsx as jsx135, jsxs as jsxs111 } from "react/jsx-runtime";
|
|
@@ -41795,7 +41795,7 @@ function sortEventsByTime(events) {
|
|
|
41795
41795
|
import { useEffect as useEffect41, useMemo as useMemo32, useState as useState55 } from "react";
|
|
41796
41796
|
|
|
41797
41797
|
// ../../components/Calendar/Calendar.module.css
|
|
41798
|
-
var Calendar_default = {"
|
|
41798
|
+
var Calendar_default = {"dayModalItem":"opus_IjCc5M_dayModalItem","day":"opus_IjCc5M_day","picker":"opus_IjCc5M_picker","srOnly":"opus_IjCc5M_srOnly","weekday":"opus_IjCc5M_weekday","monthSelect":"opus_IjCc5M_monthSelect","dayModalForm":"opus_IjCc5M_dayModalForm","dayModalFieldRow":"opus_IjCc5M_dayModalFieldRow","selected":"opus_IjCc5M_selected","dot":"opus_IjCc5M_dot","pickerField":"opus_IjCc5M_pickerField","event":"opus_IjCc5M_event","dayModalItemTitle":"opus_IjCc5M_dayModalItemTitle","dayModalSection":"opus_IjCc5M_dayModalSection","dayModalDot":"opus_IjCc5M_dayModalDot","dayModalHeading":"opus_IjCc5M_dayModalHeading","eventLabel":"opus_IjCc5M_eventLabel","events":"opus_IjCc5M_events","dayModalItemTime":"opus_IjCc5M_dayModalItemTime","empty":"opus_IjCc5M_empty","label":"opus_IjCc5M_label","dayModalNotice":"opus_IjCc5M_dayModalNotice","toolbar":"opus_IjCc5M_toolbar","yearSelect":"opus_IjCc5M_yearSelect","today":"opus_IjCc5M_today","moreEvents":"opus_IjCc5M_moreEvents","dayModal":"opus_IjCc5M_dayModal","grid":"opus_IjCc5M_grid","dayModalItemBody":"opus_IjCc5M_dayModalItemBody","dayModalItemMeta":"opus_IjCc5M_dayModalItemMeta","dayModalList":"opus_IjCc5M_dayModalList","nav":"opus_IjCc5M_nav","select":"opus_IjCc5M_select","root":"opus_IjCc5M_root","dayModalEmpty":"opus_IjCc5M_dayModalEmpty","dayNumber":"opus_IjCc5M_dayNumber","weekdays":"opus_IjCc5M_weekdays"};
|
|
41799
41799
|
|
|
41800
41800
|
// ../../components/Calendar/CalendarDayModal.tsx
|
|
41801
41801
|
import { Fragment as Fragment22, jsx as jsx136, jsxs as jsxs112 } from "react/jsx-runtime";
|
|
@@ -42122,7 +42122,7 @@ function Calendar({
|
|
|
42122
42122
|
import { useMemo as useMemo34 } from "react";
|
|
42123
42123
|
|
|
42124
42124
|
// ../../components/ResourcePlanner/ResourcePlanner.module.css
|
|
42125
|
-
var ResourcePlanner_default = {"
|
|
42125
|
+
var ResourcePlanner_default = {"block":"opus_9Mof8o_block","lanes":"opus_9Mof8o_lanes","hour":"opus_9Mof8o_hour","row":"opus_9Mof8o_row","resource":"opus_9Mof8o_resource","header":"opus_9Mof8o_header","root":"opus_9Mof8o_root","corner":"opus_9Mof8o_corner","track":"opus_9Mof8o_track","lane":"opus_9Mof8o_lane","scroll":"opus_9Mof8o_scroll"};
|
|
42126
42126
|
|
|
42127
42127
|
// ../../components/ResourcePlanner/ResourcePlanner.tsx
|
|
42128
42128
|
import { jsx as jsx138, jsxs as jsxs114 } from "react/jsx-runtime";
|
|
@@ -42178,7 +42178,7 @@ function ResourcePlanner({
|
|
|
42178
42178
|
import { useMemo as useMemo35, useState as useState57 } from "react";
|
|
42179
42179
|
|
|
42180
42180
|
// ../../components/TreeView/TreeView.module.css
|
|
42181
|
-
var TreeView_default = {"
|
|
42181
|
+
var TreeView_default = {"row":"opus_NlkzXy_row","node":"opus_NlkzXy_node","leafMark":"opus_NlkzXy_leafMark","children":"opus_NlkzXy_children","tree":"opus_NlkzXy_tree","toggle":"opus_NlkzXy_toggle","label":"opus_NlkzXy_label"};
|
|
42182
42182
|
|
|
42183
42183
|
// ../../components/TreeView/TreeView.tsx
|
|
42184
42184
|
import { jsx as jsx139, jsxs as jsxs115 } from "react/jsx-runtime";
|
|
@@ -42258,7 +42258,7 @@ function TreeView({ defaultExpandedIds, nodes }) {
|
|
|
42258
42258
|
}
|
|
42259
42259
|
|
|
42260
42260
|
// ../../components/MasonryGrid/MasonryGrid.module.css
|
|
42261
|
-
var MasonryGrid_default = {"card":"opus_Fxxd7-_card","
|
|
42261
|
+
var MasonryGrid_default = {"card":"opus_Fxxd7-_card","grid":"opus_Fxxd7-_grid","title":"opus_Fxxd7-_title","body":"opus_Fxxd7-_body"};
|
|
42262
42262
|
|
|
42263
42263
|
// ../../components/MasonryGrid/MasonryGrid.tsx
|
|
42264
42264
|
import { jsx as jsx140, jsxs as jsxs116 } from "react/jsx-runtime";
|
|
@@ -42296,7 +42296,7 @@ function MasonryGrid({ columns = 3, gap = 12, items }) {
|
|
|
42296
42296
|
import { useMemo as useMemo36, useState as useState58 } from "react";
|
|
42297
42297
|
|
|
42298
42298
|
// ../../components/JsonViewer/JsonViewer.module.css
|
|
42299
|
-
var JsonViewer_default = {"
|
|
42299
|
+
var JsonViewer_default = {"line":"opus_uLDgXq_line","children":"opus_uLDgXq_children","string":"opus_uLDgXq_string","root":"opus_uLDgXq_root","chevron":"opus_uLDgXq_chevron","toggleLine":"opus_uLDgXq_toggleLine","boolean":"opus_uLDgXq_boolean","key":"opus_uLDgXq_key","block":"opus_uLDgXq_block","summary":"opus_uLDgXq_summary","null":"opus_uLDgXq_null","number":"opus_uLDgXq_number"};
|
|
42300
42300
|
|
|
42301
42301
|
// ../../components/JsonViewer/JsonViewer.tsx
|
|
42302
42302
|
import { jsx as jsx141, jsxs as jsxs117 } from "react/jsx-runtime";
|
|
@@ -42397,7 +42397,7 @@ function Icon({ label, name, size = "md", tone = "default" }) {
|
|
|
42397
42397
|
}
|
|
42398
42398
|
|
|
42399
42399
|
// ../../components/Spinner/Spinner.module.css
|
|
42400
|
-
var Spinner_default = {"
|
|
42400
|
+
var Spinner_default = {"spinner":"opus_g5cd4Q_spinner","opus-spinner-rotate":"opus_g5cd4Q_opus-spinner-rotate","ring":"opus_g5cd4Q_ring"};
|
|
42401
42401
|
|
|
42402
42402
|
// ../../components/Spinner/Spinner.tsx
|
|
42403
42403
|
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
@@ -42419,7 +42419,7 @@ function Spinner({ label = "Loading", size = "md", tone = "accent" }) {
|
|
|
42419
42419
|
import { useEffect as useEffect42, useState as useState59 } from "react";
|
|
42420
42420
|
|
|
42421
42421
|
// ../../components/Clock/Clock.module.css
|
|
42422
|
-
var Clock_default = {"
|
|
42422
|
+
var Clock_default = {"minuteHand":"opus_Lj91mC_minuteHand","hourHand":"opus_Lj91mC_hourHand","loading":"opus_Lj91mC_loading","face":"opus_Lj91mC_face","centreDot":"opus_Lj91mC_centreDot","date":"opus_Lj91mC_date","number":"opus_Lj91mC_number","hand":"opus_Lj91mC_hand","centreDotInner":"opus_Lj91mC_centreDotInner","root":"opus_Lj91mC_root","digitalTime":"opus_Lj91mC_digitalTime","secondHand":"opus_Lj91mC_secondHand","tick":"opus_Lj91mC_tick"};
|
|
42423
42423
|
|
|
42424
42424
|
// ../../components/Clock/Clock.tsx
|
|
42425
42425
|
import { jsx as jsx144, jsxs as jsxs118 } from "react/jsx-runtime";
|
|
@@ -42618,7 +42618,7 @@ function FocusTrap({
|
|
|
42618
42618
|
}
|
|
42619
42619
|
|
|
42620
42620
|
// ../../components/KeyboardShortcut/KeyboardShortcut.module.css
|
|
42621
|
-
var KeyboardShortcut_default = {"
|
|
42621
|
+
var KeyboardShortcut_default = {"shortcut":"opus_pZh5vX_shortcut","key":"opus_pZh5vX_key","plus":"opus_pZh5vX_plus"};
|
|
42622
42622
|
|
|
42623
42623
|
// ../../components/KeyboardShortcut/KeyboardShortcut.tsx
|
|
42624
42624
|
import { jsx as jsx147, jsxs as jsxs119 } from "react/jsx-runtime";
|
|
@@ -42975,7 +42975,7 @@ import {
|
|
|
42975
42975
|
} from "react";
|
|
42976
42976
|
|
|
42977
42977
|
// ../../components/Sidebar/Sidebar.module.css
|
|
42978
|
-
var Sidebar_default = {"
|
|
42978
|
+
var Sidebar_default = {"footer":"opus_4Pogux_footer","main":"opus_4Pogux_main","nav":"opus_4Pogux_nav","overflowLabel":"opus_4Pogux_overflowLabel","groupHeader":"opus_4Pogux_groupHeader","icon":"opus_4Pogux_icon","headerInner":"opus_4Pogux_headerInner","linkLabel":"opus_4Pogux_linkLabel","bodyContent":"opus_4Pogux_bodyContent","header":"opus_4Pogux_header","body":"opus_4Pogux_body","collapsedSubmenu":"opus_4Pogux_collapsedSubmenu","collapsedTooltip":"opus_4Pogux_collapsedTooltip","groupLabel":"opus_4Pogux_groupLabel","sidebar":"opus_4Pogux_sidebar","headerTitle":"opus_4Pogux_headerTitle","groupChevron":"opus_4Pogux_groupChevron","collapsedGroup":"opus_4Pogux_collapsedGroup","groupItemsWrap":"opus_4Pogux_groupItemsWrap","overflowTooltip":"opus_4Pogux_overflowTooltip","collapsedGroupChevron":"opus_4Pogux_collapsedGroupChevron","layout":"opus_4Pogux_layout","group":"opus_4Pogux_group","linkActive":"opus_4Pogux_linkActive","link":"opus_4Pogux_link","collapsedGroupWrap":"opus_4Pogux_collapsedGroupWrap","collapsedGroupChevronOpen":"opus_4Pogux_collapsedGroupChevronOpen","groupChevronOpen":"opus_4Pogux_groupChevronOpen","visuallyHidden":"opus_4Pogux_visuallyHidden","groupItems":"opus_4Pogux_groupItems"};
|
|
42979
42979
|
|
|
42980
42980
|
// ../../components/Sidebar/Sidebar.tsx
|
|
42981
42981
|
import { Fragment as Fragment24, jsx as jsx154, jsxs as jsxs120 } from "react/jsx-runtime";
|
|
@@ -43630,7 +43630,7 @@ import { useEffect as useEffect50, useId as useId27, useMemo as useMemo41, useRe
|
|
|
43630
43630
|
import { FontAwesomeIcon as FontAwesomeIcon13 } from "@fortawesome/react-fontawesome";
|
|
43631
43631
|
|
|
43632
43632
|
// ../../components/IconPicker/IconPicker.module.css
|
|
43633
|
-
var IconPicker_default = {"
|
|
43633
|
+
var IconPicker_default = {"option":"opus_4E-Oa1_option","optionIcon":"opus_4E-Oa1_optionIcon","chevron":"opus_4E-Oa1_chevron","root":"opus_4E-Oa1_root","trigger":"opus_4E-Oa1_trigger","empty":"opus_4E-Oa1_empty","search":"opus_4E-Oa1_search","triggerLabel":"opus_4E-Oa1_triggerLabel","menu":"opus_4E-Oa1_menu","triggerIcon":"opus_4E-Oa1_triggerIcon","grid":"opus_4E-Oa1_grid"};
|
|
43634
43634
|
|
|
43635
43635
|
// ../../components/IconPicker/IconPicker.tsx
|
|
43636
43636
|
import { jsx as jsx156, jsxs as jsxs121 } from "react/jsx-runtime";
|
|
@@ -43733,7 +43733,7 @@ function IconPicker({
|
|
|
43733
43733
|
}
|
|
43734
43734
|
|
|
43735
43735
|
// ../../components/IconBadge/IconBadge.module.css
|
|
43736
|
-
var IconBadge_default = {"icon":"opus_H9TUGj_icon","
|
|
43736
|
+
var IconBadge_default = {"icon":"opus_H9TUGj_icon","root":"opus_H9TUGj_root","badge":"opus_H9TUGj_badge"};
|
|
43737
43737
|
|
|
43738
43738
|
// ../../components/IconBadge/IconBadge.tsx
|
|
43739
43739
|
import { jsx as jsx157, jsxs as jsxs122 } from "react/jsx-runtime";
|
|
@@ -43792,6 +43792,287 @@ function IconBadge({
|
|
|
43792
43792
|
}
|
|
43793
43793
|
return /* @__PURE__ */ jsx157("span", { "aria-label": accessibleLabel, className: rootClassName, "data-size": size, role: "img", children: content });
|
|
43794
43794
|
}
|
|
43795
|
+
|
|
43796
|
+
// ../../components/FontPicker/FontPicker.tsx
|
|
43797
|
+
import {
|
|
43798
|
+
useCallback as useCallback29,
|
|
43799
|
+
useEffect as useEffect51,
|
|
43800
|
+
useMemo as useMemo42,
|
|
43801
|
+
useRef as useRef47,
|
|
43802
|
+
useState as useState68
|
|
43803
|
+
} from "react";
|
|
43804
|
+
|
|
43805
|
+
// ../../components/FontPicker/googleFonts.ts
|
|
43806
|
+
var googleFonts = [
|
|
43807
|
+
"Abril Fatface",
|
|
43808
|
+
"Alegreya",
|
|
43809
|
+
"Alegreya Sans",
|
|
43810
|
+
"Alfa Slab One",
|
|
43811
|
+
"Amatic SC",
|
|
43812
|
+
"Anton",
|
|
43813
|
+
"Archivo",
|
|
43814
|
+
"Archivo Black",
|
|
43815
|
+
"Arimo",
|
|
43816
|
+
"Arvo",
|
|
43817
|
+
"Assistant",
|
|
43818
|
+
"Barlow",
|
|
43819
|
+
"Barlow Condensed",
|
|
43820
|
+
"Bebas Neue",
|
|
43821
|
+
"Bitter",
|
|
43822
|
+
"Cabin",
|
|
43823
|
+
"Cairo",
|
|
43824
|
+
"Catamaran",
|
|
43825
|
+
"Caveat",
|
|
43826
|
+
"Chivo",
|
|
43827
|
+
"Comfortaa",
|
|
43828
|
+
"Crimson Text",
|
|
43829
|
+
"Dancing Script",
|
|
43830
|
+
"DM Sans",
|
|
43831
|
+
"DM Serif Display",
|
|
43832
|
+
"Domine",
|
|
43833
|
+
"Dosis",
|
|
43834
|
+
"EB Garamond",
|
|
43835
|
+
"Exo 2",
|
|
43836
|
+
"Fira Code",
|
|
43837
|
+
"Fira Sans",
|
|
43838
|
+
"Fjalla One",
|
|
43839
|
+
"Francois One",
|
|
43840
|
+
"Fredoka",
|
|
43841
|
+
"Gloria Hallelujah",
|
|
43842
|
+
"Hind",
|
|
43843
|
+
"IBM Plex Mono",
|
|
43844
|
+
"IBM Plex Sans",
|
|
43845
|
+
"Inconsolata",
|
|
43846
|
+
"Indie Flower",
|
|
43847
|
+
"Inter",
|
|
43848
|
+
"Josefin Sans",
|
|
43849
|
+
"Jost",
|
|
43850
|
+
"Karla",
|
|
43851
|
+
"Lato",
|
|
43852
|
+
"Lexend",
|
|
43853
|
+
"Libre Baskerville",
|
|
43854
|
+
"Libre Franklin",
|
|
43855
|
+
"Lobster",
|
|
43856
|
+
"Lora",
|
|
43857
|
+
"Manrope",
|
|
43858
|
+
"Merriweather",
|
|
43859
|
+
"Merriweather Sans",
|
|
43860
|
+
"Montserrat",
|
|
43861
|
+
"Mukta",
|
|
43862
|
+
"Mulish",
|
|
43863
|
+
"Nanum Gothic",
|
|
43864
|
+
"Noto Sans",
|
|
43865
|
+
"Noto Sans Mono",
|
|
43866
|
+
"Noto Serif",
|
|
43867
|
+
"Nunito",
|
|
43868
|
+
"Nunito Sans",
|
|
43869
|
+
"Open Sans",
|
|
43870
|
+
"Orbitron",
|
|
43871
|
+
"Oswald",
|
|
43872
|
+
"Overpass",
|
|
43873
|
+
"Oxygen",
|
|
43874
|
+
"Pacifico",
|
|
43875
|
+
"Permanent Marker",
|
|
43876
|
+
"Playfair Display",
|
|
43877
|
+
"Poppins",
|
|
43878
|
+
"PT Sans",
|
|
43879
|
+
"PT Serif",
|
|
43880
|
+
"Quicksand",
|
|
43881
|
+
"Rajdhani",
|
|
43882
|
+
"Raleway",
|
|
43883
|
+
"Red Hat Display",
|
|
43884
|
+
"Righteous",
|
|
43885
|
+
"Roboto",
|
|
43886
|
+
"Roboto Condensed",
|
|
43887
|
+
"Roboto Mono",
|
|
43888
|
+
"Roboto Slab",
|
|
43889
|
+
"Rubik",
|
|
43890
|
+
"Russo One",
|
|
43891
|
+
"Sacramento",
|
|
43892
|
+
"Satisfy",
|
|
43893
|
+
"Shadows Into Light",
|
|
43894
|
+
"Signika",
|
|
43895
|
+
"Slabo 27px",
|
|
43896
|
+
"Source Code Pro",
|
|
43897
|
+
"Source Sans 3",
|
|
43898
|
+
"Source Serif 4",
|
|
43899
|
+
"Space Grotesk",
|
|
43900
|
+
"Space Mono",
|
|
43901
|
+
"Spectral",
|
|
43902
|
+
"Staatliches",
|
|
43903
|
+
"Teko",
|
|
43904
|
+
"Titillium Web",
|
|
43905
|
+
"Ubuntu",
|
|
43906
|
+
"Ubuntu Mono",
|
|
43907
|
+
"Unbounded",
|
|
43908
|
+
"Vollkorn",
|
|
43909
|
+
"Work Sans",
|
|
43910
|
+
"Yanone Kaffeesatz",
|
|
43911
|
+
"Zilla Slab"
|
|
43912
|
+
];
|
|
43913
|
+
|
|
43914
|
+
// ../../components/FontPicker/FontPicker.module.css
|
|
43915
|
+
var FontPicker_default = {"optionPreview":"opus_ub1fhz_optionPreview","empty":"opus_ub1fhz_empty","options":"opus_ub1fhz_options","option":"opus_ub1fhz_option","dropdown":"opus_ub1fhz_dropdown","trigger":"opus_ub1fhz_trigger","triggerText":"opus_ub1fhz_triggerText","label":"opus_ub1fhz_label","chevron":"opus_ub1fhz_chevron","field":"opus_ub1fhz_field","searchWrap":"opus_ub1fhz_searchWrap","search":"opus_ub1fhz_search","optionName":"opus_ub1fhz_optionName","picker":"opus_ub1fhz_picker"};
|
|
43916
|
+
|
|
43917
|
+
// ../../components/FontPicker/FontPicker.tsx
|
|
43918
|
+
import { jsx as jsx158, jsxs as jsxs123 } from "react/jsx-runtime";
|
|
43919
|
+
var FONT_STORAGE_KEY = "opus-components-font";
|
|
43920
|
+
var DEFAULT_FONT_FAMILY = "Space Grotesk";
|
|
43921
|
+
var fontSet = new Set(googleFonts);
|
|
43922
|
+
var previewLinkPrefix = "opus-google-font-preview-";
|
|
43923
|
+
function isGoogleFont(value) {
|
|
43924
|
+
return Boolean(value && fontSet.has(value));
|
|
43925
|
+
}
|
|
43926
|
+
function fontStack(family) {
|
|
43927
|
+
return `'${family.replaceAll("'", "\\'")}', ui-sans-serif, system-ui, sans-serif`;
|
|
43928
|
+
}
|
|
43929
|
+
function googleFontsUrl(fonts) {
|
|
43930
|
+
const families = fonts.map((family) => `family=${encodeURIComponent(family).replaceAll("%20", "+")}`).join("&");
|
|
43931
|
+
return `https://fonts.googleapis.com/css2?${families}&display=swap`;
|
|
43932
|
+
}
|
|
43933
|
+
function loadFontLinks(fonts) {
|
|
43934
|
+
if (typeof document === "undefined") return;
|
|
43935
|
+
for (let index = 0; index < fonts.length; index += 20) {
|
|
43936
|
+
const chunkIndex = Math.floor(index / 20);
|
|
43937
|
+
const id = `${previewLinkPrefix}${chunkIndex}`;
|
|
43938
|
+
if (document.getElementById(id)) continue;
|
|
43939
|
+
const link = document.createElement("link");
|
|
43940
|
+
link.id = id;
|
|
43941
|
+
link.rel = "stylesheet";
|
|
43942
|
+
link.href = googleFontsUrl(fonts.slice(index, index + 20));
|
|
43943
|
+
document.head.appendChild(link);
|
|
43944
|
+
}
|
|
43945
|
+
}
|
|
43946
|
+
function loadSelectedFont(family) {
|
|
43947
|
+
if (typeof document === "undefined") return;
|
|
43948
|
+
const id = "opus-google-font-selected";
|
|
43949
|
+
const existing = document.getElementById(id);
|
|
43950
|
+
if (existing) {
|
|
43951
|
+
existing.href = googleFontsUrl([family]);
|
|
43952
|
+
return;
|
|
43953
|
+
}
|
|
43954
|
+
const link = document.createElement("link");
|
|
43955
|
+
link.id = id;
|
|
43956
|
+
link.rel = "stylesheet";
|
|
43957
|
+
link.href = googleFontsUrl([family]);
|
|
43958
|
+
document.head.appendChild(link);
|
|
43959
|
+
}
|
|
43960
|
+
function applyDocumentFont(family) {
|
|
43961
|
+
if (typeof document === "undefined") return;
|
|
43962
|
+
document.documentElement.style.setProperty("--opus-font-family", fontStack(family));
|
|
43963
|
+
loadSelectedFont(family);
|
|
43964
|
+
}
|
|
43965
|
+
function useFontPreference() {
|
|
43966
|
+
const [fontFamily, setFontFamilyState] = useState68(DEFAULT_FONT_FAMILY);
|
|
43967
|
+
useEffect51(() => {
|
|
43968
|
+
const timeout = window.setTimeout(() => {
|
|
43969
|
+
const stored = window.localStorage.getItem(FONT_STORAGE_KEY);
|
|
43970
|
+
const initial = isGoogleFont(stored) ? stored : DEFAULT_FONT_FAMILY;
|
|
43971
|
+
applyDocumentFont(initial);
|
|
43972
|
+
setFontFamilyState(initial);
|
|
43973
|
+
}, 0);
|
|
43974
|
+
return () => window.clearTimeout(timeout);
|
|
43975
|
+
}, []);
|
|
43976
|
+
const setFontFamily = useCallback29((next) => {
|
|
43977
|
+
if (!isGoogleFont(next)) return;
|
|
43978
|
+
setFontFamilyState(next);
|
|
43979
|
+
applyDocumentFont(next);
|
|
43980
|
+
window.localStorage.setItem(FONT_STORAGE_KEY, next);
|
|
43981
|
+
}, []);
|
|
43982
|
+
return { fontFamily, setFontFamily };
|
|
43983
|
+
}
|
|
43984
|
+
function FontPicker({ id, onChange, value }) {
|
|
43985
|
+
const [open, setOpen] = useState68(false);
|
|
43986
|
+
const [query, setQuery] = useState68("");
|
|
43987
|
+
const rootRef = useRef47(null);
|
|
43988
|
+
const searchRef = useRef47(null);
|
|
43989
|
+
const filteredFonts = useMemo42(() => {
|
|
43990
|
+
const normalized = query.trim().toLocaleLowerCase();
|
|
43991
|
+
return normalized ? googleFonts.filter((font) => font.toLocaleLowerCase().includes(normalized)) : googleFonts;
|
|
43992
|
+
}, [query]);
|
|
43993
|
+
useEffect51(() => {
|
|
43994
|
+
var _a2;
|
|
43995
|
+
if (!open) return;
|
|
43996
|
+
loadFontLinks(googleFonts);
|
|
43997
|
+
(_a2 = searchRef.current) == null ? void 0 : _a2.focus();
|
|
43998
|
+
const closeOnOutsideClick = (event) => {
|
|
43999
|
+
var _a3;
|
|
44000
|
+
if (!((_a3 = rootRef.current) == null ? void 0 : _a3.contains(event.target))) setOpen(false);
|
|
44001
|
+
};
|
|
44002
|
+
const closeOnEscape = (event) => {
|
|
44003
|
+
if (event.key === "Escape") setOpen(false);
|
|
44004
|
+
};
|
|
44005
|
+
document.addEventListener("pointerdown", closeOnOutsideClick);
|
|
44006
|
+
document.addEventListener("keydown", closeOnEscape);
|
|
44007
|
+
return () => {
|
|
44008
|
+
document.removeEventListener("pointerdown", closeOnOutsideClick);
|
|
44009
|
+
document.removeEventListener("keydown", closeOnEscape);
|
|
44010
|
+
};
|
|
44011
|
+
}, [open]);
|
|
44012
|
+
return /* @__PURE__ */ jsxs123("div", { className: FontPicker_default.field, ref: rootRef, children: [
|
|
44013
|
+
/* @__PURE__ */ jsx158("span", { className: FontPicker_default.label, children: "Font" }),
|
|
44014
|
+
/* @__PURE__ */ jsxs123("div", { className: FontPicker_default.picker, children: [
|
|
44015
|
+
/* @__PURE__ */ jsxs123(
|
|
44016
|
+
"button",
|
|
44017
|
+
{
|
|
44018
|
+
"aria-controls": `${id}-options`,
|
|
44019
|
+
"aria-expanded": open,
|
|
44020
|
+
"aria-haspopup": "listbox",
|
|
44021
|
+
className: FontPicker_default.trigger,
|
|
44022
|
+
id,
|
|
44023
|
+
style: { fontFamily: fontStack(value) },
|
|
44024
|
+
type: "button",
|
|
44025
|
+
onClick: () => setOpen((current) => !current),
|
|
44026
|
+
children: [
|
|
44027
|
+
/* @__PURE__ */ jsx158("span", { className: FontPicker_default.triggerText, children: value }),
|
|
44028
|
+
/* @__PURE__ */ jsx158("span", { "aria-hidden": "true", className: FontPicker_default.chevron })
|
|
44029
|
+
]
|
|
44030
|
+
}
|
|
44031
|
+
),
|
|
44032
|
+
open ? /* @__PURE__ */ jsxs123("div", { className: FontPicker_default.dropdown, children: [
|
|
44033
|
+
/* @__PURE__ */ jsx158("div", { className: FontPicker_default.searchWrap, children: /* @__PURE__ */ jsx158(
|
|
44034
|
+
"input",
|
|
44035
|
+
{
|
|
44036
|
+
"aria-label": "Search Google Fonts",
|
|
44037
|
+
className: FontPicker_default.search,
|
|
44038
|
+
placeholder: "Search 100+ fonts\u2026",
|
|
44039
|
+
ref: searchRef,
|
|
44040
|
+
type: "search",
|
|
44041
|
+
value: query,
|
|
44042
|
+
onChange: (event) => setQuery(event.target.value)
|
|
44043
|
+
}
|
|
44044
|
+
) }),
|
|
44045
|
+
/* @__PURE__ */ jsxs123("div", { "aria-label": "Google Fonts", className: FontPicker_default.options, id: `${id}-options`, role: "listbox", children: [
|
|
44046
|
+
filteredFonts.map((font) => {
|
|
44047
|
+
const selected = font === value;
|
|
44048
|
+
return /* @__PURE__ */ jsxs123(
|
|
44049
|
+
"button",
|
|
44050
|
+
{
|
|
44051
|
+
"aria-selected": selected,
|
|
44052
|
+
className: FontPicker_default.option,
|
|
44053
|
+
"data-selected": selected ? "true" : void 0,
|
|
44054
|
+
role: "option",
|
|
44055
|
+
style: { "--font-preview": fontStack(font) },
|
|
44056
|
+
type: "button",
|
|
44057
|
+
onClick: () => {
|
|
44058
|
+
onChange(font);
|
|
44059
|
+
setOpen(false);
|
|
44060
|
+
setQuery("");
|
|
44061
|
+
},
|
|
44062
|
+
children: [
|
|
44063
|
+
/* @__PURE__ */ jsx158("span", { className: FontPicker_default.optionName, children: font }),
|
|
44064
|
+
/* @__PURE__ */ jsx158("span", { className: FontPicker_default.optionPreview, children: "The quick brown fox" })
|
|
44065
|
+
]
|
|
44066
|
+
},
|
|
44067
|
+
font
|
|
44068
|
+
);
|
|
44069
|
+
}),
|
|
44070
|
+
filteredFonts.length === 0 ? /* @__PURE__ */ jsx158("p", { className: FontPicker_default.empty, children: "No matching fonts" }) : null
|
|
44071
|
+
] })
|
|
44072
|
+
] }) : null
|
|
44073
|
+
] })
|
|
44074
|
+
] });
|
|
44075
|
+
}
|
|
43795
44076
|
export {
|
|
43796
44077
|
AccentColorPicker,
|
|
43797
44078
|
Accordion,
|
|
@@ -43828,6 +44109,7 @@ export {
|
|
|
43828
44109
|
CopyButton,
|
|
43829
44110
|
CountryPickerField,
|
|
43830
44111
|
CustomScrollbar,
|
|
44112
|
+
DEFAULT_FONT_FAMILY,
|
|
43831
44113
|
DEFAULT_NOTE_TAG_OPTIONS,
|
|
43832
44114
|
DEFAULT_TOAST_DURATION_MS,
|
|
43833
44115
|
DashboardContentContainer,
|
|
@@ -43845,12 +44127,14 @@ export {
|
|
|
43845
44127
|
DualListBuilder,
|
|
43846
44128
|
EmojiPicker,
|
|
43847
44129
|
EmptyState,
|
|
44130
|
+
FONT_STORAGE_KEY,
|
|
43848
44131
|
FieldShell,
|
|
43849
44132
|
FileField,
|
|
43850
44133
|
FilterBuilder,
|
|
43851
44134
|
FilterSelectField,
|
|
43852
44135
|
FloatingActionButton,
|
|
43853
44136
|
FocusTrap,
|
|
44137
|
+
FontPicker,
|
|
43854
44138
|
Gauge,
|
|
43855
44139
|
Grid2 as Grid,
|
|
43856
44140
|
HiddenField,
|
|
@@ -43976,11 +44260,13 @@ export {
|
|
|
43976
44260
|
defaultTopNavigationMenus,
|
|
43977
44261
|
demoSankeyLinks,
|
|
43978
44262
|
fieldInputAriaProps,
|
|
44263
|
+
googleFonts,
|
|
43979
44264
|
countries as phoneCountries,
|
|
43980
44265
|
useAccentPreference,
|
|
43981
44266
|
useClipboard,
|
|
43982
44267
|
useContextMenu,
|
|
43983
44268
|
useFieldShellAria,
|
|
44269
|
+
useFontPreference,
|
|
43984
44270
|
useHotkey,
|
|
43985
44271
|
useHotkeyManager,
|
|
43986
44272
|
useIntersectionObserver,
|