chop-logic-components 1.3.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +61 -36
- package/dist/components/containers/form/Form.d.ts +0 -1
- package/dist/components/containers/form/Form.styled.d.ts +0 -1
- package/dist/components/containers/form/__docs__/Form.example.d.ts +0 -1
- package/dist/components/containers/form/__docs__/Form.stories.d.ts +0 -1
- package/dist/components/containers/form/controller.d.ts +0 -1
- package/dist/components/containers/form/helpers.d.ts +0 -1
- package/dist/components/containers/grid/Grid.d.ts +0 -1
- package/dist/components/containers/grid/Grid.styled.d.ts +0 -1
- package/dist/components/containers/grid/__docs__/Grid.example.d.ts +0 -1
- package/dist/components/containers/grid/__docs__/Grid.stories.d.ts +0 -1
- package/dist/components/containers/grid/controller.d.ts +0 -1
- package/dist/components/containers/grid/elements/Body.d.ts +0 -1
- package/dist/components/containers/grid/elements/Checkbox.d.ts +0 -1
- package/dist/components/containers/grid/elements/ColumnGroup.d.ts +0 -1
- package/dist/components/containers/grid/elements/DataCell.d.ts +0 -1
- package/dist/components/containers/grid/elements/Head.d.ts +0 -1
- package/dist/components/containers/grid/elements/HeaderCell.d.ts +0 -1
- package/dist/components/containers/grid/elements/Row.d.ts +0 -1
- package/dist/components/containers/grid/elements/SelectAllRowsCell.d.ts +0 -1
- package/dist/components/containers/grid/elements/SelectRowCell.d.ts +0 -1
- package/dist/components/containers/grid/helpers.d.ts +0 -1
- package/dist/components/containers/menu/Menu.d.ts +0 -1
- package/dist/components/containers/menu/Meny.styled.d.ts +1 -4
- package/dist/components/containers/menu/__docs__/Menu.example.d.ts +0 -1
- package/dist/components/containers/menu/__docs__/Menu.stories.d.ts +0 -1
- package/dist/components/containers/menu/elements/MenuItem.d.ts +0 -1
- package/dist/components/containers/menu/elements/MenuLeaf.d.ts +0 -1
- package/dist/components/containers/menu/elements/SubMenu.d.ts +0 -1
- package/dist/components/containers/portal/Portal.d.ts +0 -1
- package/dist/components/containers/portal/__docs__/Portal.example.d.ts +0 -1
- package/dist/components/containers/portal/__docs__/Portal.stories.d.ts +0 -1
- package/dist/components/containers/tabs/Tabs.d.ts +0 -1
- package/dist/components/containers/tabs/Tabs.styled.d.ts +0 -1
- package/dist/components/containers/tabs/__docs__/Tabs.example.d.ts +0 -1
- package/dist/components/containers/tabs/__docs__/Tabs.stories.d.ts +0 -1
- package/dist/components/containers/tabs/elements/TabButton.d.ts +0 -1
- package/dist/components/containers/tabs/elements/TabContent.d.ts +0 -1
- package/dist/components/containers/tabs/elements/TabList.d.ts +0 -1
- package/dist/components/inputs/button/Button.d.ts +0 -1
- package/dist/components/inputs/button/Button.styled.d.ts +0 -1
- package/dist/components/inputs/button/__docs__/Button.example.d.ts +0 -1
- package/dist/components/inputs/button/__docs__/Button.stories.d.ts +0 -1
- package/dist/components/inputs/checkbox/Checkbox.d.ts +0 -1
- package/dist/components/inputs/checkbox/Checkbox.styled.d.ts +0 -1
- package/dist/components/inputs/checkbox/__docs__/Checkbox.example.d.ts +0 -1
- package/dist/components/inputs/checkbox/__docs__/Checkbox.stories.d.ts +0 -1
- package/dist/components/inputs/checkbox/controller.d.ts +0 -1
- package/dist/components/inputs/checkbox/helpers.d.ts +0 -1
- package/dist/components/inputs/multi-select/MultiSelect.d.ts +0 -1
- package/dist/components/inputs/multi-select/__docs__/MultiSelect.example.d.ts +0 -1
- package/dist/components/inputs/multi-select/__docs__/MultiSelect.stories.d.ts +0 -1
- package/dist/components/inputs/multi-select/controller.d.ts +0 -1
- package/dist/components/inputs/multi-select/elements/Combobox.d.ts +0 -1
- package/dist/components/inputs/multi-select/elements/Dropdown.d.ts +0 -1
- package/dist/components/inputs/multi-select/elements/Option.d.ts +0 -1
- package/dist/components/inputs/multi-select/helpers.d.ts +0 -1
- package/dist/components/inputs/numeric/NumericInput.d.ts +0 -1
- package/dist/components/inputs/numeric/NumericInput.styled.d.ts +0 -1
- package/dist/components/inputs/numeric/__docs__/NumericInput.example.d.ts +0 -1
- package/dist/components/inputs/numeric/__docs__/NumericInput.stories.d.ts +0 -1
- package/dist/components/inputs/numeric/controller.d.ts +0 -1
- package/dist/components/inputs/numeric/helpers.d.ts +0 -1
- package/dist/components/inputs/select/Select.d.ts +0 -1
- package/dist/components/inputs/select/__docs__/Select.example.d.ts +0 -1
- package/dist/components/inputs/select/__docs__/Select.stories.d.ts +0 -1
- package/dist/components/inputs/select/controller.d.ts +0 -1
- package/dist/components/inputs/select/elements/Combobox.d.ts +0 -1
- package/dist/components/inputs/select/elements/Dropdown.d.ts +0 -1
- package/dist/components/inputs/select/elements/Option.d.ts +0 -1
- package/dist/components/inputs/select/helpers.d.ts +0 -1
- package/dist/components/inputs/text/TextInput.d.ts +0 -1
- package/dist/components/inputs/text/TextInput.styled.d.ts +0 -1
- package/dist/components/inputs/text/__docs__/TextInput.example.d.ts +0 -1
- package/dist/components/inputs/text/__docs__/TextInput.stories.d.ts +0 -1
- package/dist/components/inputs/text/controller.d.ts +0 -1
- package/dist/components/inputs/text/helpers.d.ts +0 -1
- package/dist/components/modals/alert/Alert.d.ts +0 -1
- package/dist/components/modals/alert/Alert.styled.d.ts +0 -1
- package/dist/components/modals/alert/__docs__/Alert.example.d.ts +0 -1
- package/dist/components/modals/alert/__docs__/Alert.stories.d.ts +0 -1
- package/dist/components/modals/alert/elements/Header.d.ts +0 -1
- package/dist/components/modals/alert/helpers.d.ts +0 -1
- package/dist/components/modals/dialog/Dialog.d.ts +0 -1
- package/dist/components/modals/dialog/Dialog.styled.d.ts +0 -1
- package/dist/components/modals/dialog/__docs__/Dialog.example.d.ts +0 -1
- package/dist/components/modals/dialog/__docs__/Dialog.stories.d.ts +0 -1
- package/dist/components/modals/dialog/elements/Header.d.ts +0 -1
- package/dist/components/modals/dialog/elements/Layout.d.ts +0 -1
- package/dist/components/modals/tooltip/Tooltip.d.ts +0 -1
- package/dist/components/modals/tooltip/Tooltip.styled.d.ts +0 -1
- package/dist/components/modals/tooltip/__docs__/Tooltip.example.d.ts +0 -1
- package/dist/components/modals/tooltip/__docs__/Tooltip.stories.d.ts +0 -1
- package/dist/components/modals/tooltip/controller.d.ts +2 -3
- package/dist/contexts/chop-logic-form-context.d.ts +0 -1
- package/dist/contexts/chop-logic-theme-context.d.ts +0 -1
- package/dist/css/__docs__/ExampleDivContainer.styled.d.ts +0 -1
- package/dist/css/__docs__/ExampleGridContainer.styled.d.ts +0 -1
- package/dist/css/__docs__/story-wrapper-styles.d.ts +0 -1
- package/dist/css/common/Select.styled.d.ts +1 -4
- package/dist/css/themes.d.ts +0 -1
- package/dist/elements/error-message/ErrorMessage.d.ts +0 -1
- package/dist/elements/error-message/ErrorMessage.styled.d.ts +0 -1
- package/dist/elements/icon/Icon.d.ts +0 -1
- package/dist/elements/icon/__docs__/Icon.example.d.ts +0 -1
- package/dist/elements/icon/__docs__/Icon.stories.d.ts +0 -1
- package/dist/elements/input-inner-button/InputInnerButton.d.ts +0 -1
- package/dist/elements/input-inner-button/InputInnerButton.styled.d.ts +0 -1
- package/dist/elements/label/Label.d.ts +0 -1
- package/dist/elements/label/Label.styled.d.ts +0 -1
- package/dist/elements/loader/Loader.d.ts +0 -1
- package/dist/elements/loader/__docs__/Loader.example.d.ts +0 -1
- package/dist/elements/loader/__docs__/Loader.stories.d.ts +0 -1
- package/dist/elements/loader/views/Arrow.styled.d.ts +0 -1
- package/dist/elements/loader/views/Brackets.styled.d.ts +0 -1
- package/dist/elements/loader/views/Circle.styled.d.ts +0 -1
- package/dist/elements/loader/views/Dots.styled.d.ts +0 -1
- package/dist/elements/loader/views/Filler.styled.d.ts +0 -1
- package/dist/elements/loader/views/Linear.styled.d.ts +0 -1
- package/dist/elements/loader/views/Pulse.styled.d.ts +0 -1
- package/dist/elements/loader/views/Rotation.styled.d.ts +0 -1
- package/dist/elements/loader/views/Square.styled.d.ts +0 -1
- package/dist/hocs/with-tooltip/index.d.ts +0 -1
- package/dist/hooks/use-click-outside/__docs__/useClickOutside.stories.d.ts +0 -1
- package/dist/hooks/use-click-outside/index.d.ts +2 -3
- package/dist/hooks/use-container-dimensions/__docs__/useContainerDimensions.stories.d.ts +0 -1
- package/dist/hooks/use-container-dimensions/index.d.ts +1 -2
- package/dist/hooks/use-key-press/__docs__/useKeyPress.stories.d.ts +0 -1
- package/dist/hooks/use-key-press/index.d.ts +1 -2
- package/dist/hooks/use-modal-focus-trap/__docs__/useModalFocusTrap.stories.d.ts +0 -1
- package/dist/hooks/use-modal-focus-trap/index.d.ts +1 -2
- package/dist/hooks/use-mount/__docs__/useMount.stories.d.ts +0 -1
- package/dist/hooks/use-tooltip-position/__docs__/useTooltipPosition.stories.d.ts +0 -1
- package/dist/hooks/use-tooltip-position/index.d.ts +2 -3
- package/dist/hooks/use-window-dimensions/__docs__/useWindowDimensions.stories.d.ts +0 -1
- package/dist/icons/index.d.ts +5 -6
- package/dist/icons/svg/ArrowDownIcon.d.ts +2 -3
- package/dist/icons/svg/ArrowUpIcon.d.ts +2 -3
- package/dist/icons/svg/BackIcon.d.ts +2 -3
- package/dist/icons/svg/CancelIcon.d.ts +2 -3
- package/dist/icons/svg/CheckMarkIcon.d.ts +2 -3
- package/dist/icons/svg/CheckboxCheckedIcon.d.ts +2 -3
- package/dist/icons/svg/CheckboxUncheckedIcon.d.ts +2 -3
- package/dist/icons/svg/ChevronDownIcon.d.ts +2 -3
- package/dist/icons/svg/ChevronLeftIcon.d.ts +2 -3
- package/dist/icons/svg/ChevronRightIcon.d.ts +2 -3
- package/dist/icons/svg/ChevronUpIcon.d.ts +2 -3
- package/dist/icons/svg/ClearIcon.d.ts +2 -3
- package/dist/icons/svg/CopyIcon.d.ts +2 -3
- package/dist/icons/svg/CutIcon.d.ts +2 -3
- package/dist/icons/svg/DeleteIcon.d.ts +2 -3
- package/dist/icons/svg/DownloadIcon.d.ts +2 -3
- package/dist/icons/svg/ErrorIcon.d.ts +2 -3
- package/dist/icons/svg/ForwardIcon.d.ts +2 -3
- package/dist/icons/svg/GraduateIcon.d.ts +2 -2
- package/dist/icons/svg/HelpIcon.d.ts +2 -3
- package/dist/icons/svg/HideIcon.d.ts +2 -3
- package/dist/icons/svg/HomeIcon.d.ts +2 -3
- package/dist/icons/svg/InfoIcon.d.ts +2 -3
- package/dist/icons/svg/LoginIcon.d.ts +2 -2
- package/dist/icons/svg/PasteIcon.d.ts +2 -3
- package/dist/icons/svg/QuestionIcon.d.ts +2 -3
- package/dist/icons/svg/RemoveIcon.d.ts +2 -3
- package/dist/icons/svg/SaveIcon.d.ts +2 -3
- package/dist/icons/svg/ShowIcon.d.ts +2 -3
- package/dist/icons/svg/UploadIcon.d.ts +2 -3
- package/dist/icons/svg/WarningIcon.d.ts +2 -3
- package/dist/index.cjs.js +992 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +4375 -38
- package/dist/index.es.js.map +1 -1
- package/dist/logo.jpeg +0 -0
- package/dist/models/chop-logic-theme.d.ts +0 -1
- package/dist/models/common.d.ts +0 -1
- package/dist/models/components/alert.d.ts +0 -1
- package/dist/models/components/button.d.ts +0 -1
- package/dist/models/components/checkbox.d.ts +0 -1
- package/dist/models/components/dialog.d.ts +0 -1
- package/dist/models/components/form.d.ts +0 -1
- package/dist/models/components/grid.d.ts +0 -1
- package/dist/models/components/icon.d.ts +5 -1
- package/dist/models/components/loader.d.ts +0 -1
- package/dist/models/components/menu.d.ts +0 -1
- package/dist/models/components/multi-select.d.ts +0 -1
- package/dist/models/components/numeric.d.ts +0 -1
- package/dist/models/components/select.d.ts +0 -1
- package/dist/models/components/tabs.d.ts +0 -1
- package/dist/models/components/text.d.ts +0 -1
- package/dist/models/components/tooltip.d.ts +0 -1
- package/dist/models/index.d.ts +1 -1
- package/dist/utils/get-chop-logic-theme.d.ts +0 -1
- package/dist/utils/handle-dropdown-list-key-press.d.ts +0 -1
- package/package.json +46 -50
- package/dist/BackIcon-6kCLtmiI.cjs +0 -2
- package/dist/BackIcon-6kCLtmiI.cjs.map +0 -1
- package/dist/BackIcon-B5Gqa4ZM.js +0 -11
- package/dist/BackIcon-B5Gqa4ZM.js.map +0 -1
- package/dist/CancelIcon-CSYMYQ4z.cjs +0 -2
- package/dist/CancelIcon-CSYMYQ4z.cjs.map +0 -1
- package/dist/CancelIcon-Dd_V0Dau.js +0 -11
- package/dist/CancelIcon-Dd_V0Dau.js.map +0 -1
- package/dist/ChevronDownIcon-BAP_RxAA.js +0 -17
- package/dist/ChevronDownIcon-BAP_RxAA.js.map +0 -1
- package/dist/ChevronDownIcon-CqL27BVM.cjs +0 -2
- package/dist/ChevronDownIcon-CqL27BVM.cjs.map +0 -1
- package/dist/ChevronLeftIcon-CwQpbaR1.cjs +0 -2
- package/dist/ChevronLeftIcon-CwQpbaR1.cjs.map +0 -1
- package/dist/ChevronLeftIcon-DI7EhtBk.js +0 -17
- package/dist/ChevronLeftIcon-DI7EhtBk.js.map +0 -1
- package/dist/ChevronRightIcon-BZIUbBPo.cjs +0 -2
- package/dist/ChevronRightIcon-BZIUbBPo.cjs.map +0 -1
- package/dist/ChevronRightIcon-DuLbG3su.js +0 -17
- package/dist/ChevronRightIcon-DuLbG3su.js.map +0 -1
- package/dist/ChevronUpIcon-BM-ME1n1.js +0 -11
- package/dist/ChevronUpIcon-BM-ME1n1.js.map +0 -1
- package/dist/ChevronUpIcon-CdGgBXuQ.cjs +0 -2
- package/dist/ChevronUpIcon-CdGgBXuQ.cjs.map +0 -1
- package/dist/ClearIcon-CqoSUm3Z.js +0 -12
- package/dist/ClearIcon-CqoSUm3Z.js.map +0 -1
- package/dist/ClearIcon-aO0tljyZ.cjs +0 -2
- package/dist/ClearIcon-aO0tljyZ.cjs.map +0 -1
- package/dist/CopyIcon-BWhAxikj.cjs +0 -2
- package/dist/CopyIcon-BWhAxikj.cjs.map +0 -1
- package/dist/CopyIcon-Oejhoi_O.js +0 -27
- package/dist/CopyIcon-Oejhoi_O.js.map +0 -1
- package/dist/CutIcon-DfSB_bG8.cjs +0 -2
- package/dist/CutIcon-DfSB_bG8.cjs.map +0 -1
- package/dist/CutIcon-tF4nvJEe.js +0 -29
- package/dist/CutIcon-tF4nvJEe.js.map +0 -1
- package/dist/DeleteIcon-Wu8Bb0yj.js +0 -11
- package/dist/DeleteIcon-Wu8Bb0yj.js.map +0 -1
- package/dist/DeleteIcon-clA_vG4P.cjs +0 -2
- package/dist/DeleteIcon-clA_vG4P.cjs.map +0 -1
- package/dist/DownloadIcon-88UVXrmf.js +0 -11
- package/dist/DownloadIcon-88UVXrmf.js.map +0 -1
- package/dist/DownloadIcon-iX8-O-Os.cjs +0 -2
- package/dist/DownloadIcon-iX8-O-Os.cjs.map +0 -1
- package/dist/ForwardIcon-GwEZl1zz.js +0 -11
- package/dist/ForwardIcon-GwEZl1zz.js.map +0 -1
- package/dist/ForwardIcon-HuqcInC_.cjs +0 -2
- package/dist/ForwardIcon-HuqcInC_.cjs.map +0 -1
- package/dist/GraduateIcon-B-QrUIM6.cjs +0 -2
- package/dist/GraduateIcon-B-QrUIM6.cjs.map +0 -1
- package/dist/GraduateIcon-vBMEiTF4.js +0 -9
- package/dist/GraduateIcon-vBMEiTF4.js.map +0 -1
- package/dist/HideIcon-CIBvv4gO.cjs +0 -2
- package/dist/HideIcon-CIBvv4gO.cjs.map +0 -1
- package/dist/HideIcon-D60cTu6E.js +0 -11
- package/dist/HideIcon-D60cTu6E.js.map +0 -1
- package/dist/HomeIcon-BLt4IjqM.js +0 -9
- package/dist/HomeIcon-BLt4IjqM.js.map +0 -1
- package/dist/HomeIcon-BsW_jabJ.cjs +0 -2
- package/dist/HomeIcon-BsW_jabJ.cjs.map +0 -1
- package/dist/LoginIcon-CL39X1YU.js +0 -9
- package/dist/LoginIcon-CL39X1YU.js.map +0 -1
- package/dist/LoginIcon-CcHIc8j9.cjs +0 -2
- package/dist/LoginIcon-CcHIc8j9.cjs.map +0 -1
- package/dist/PasteIcon-Bq7_QzoN.cjs +0 -2
- package/dist/PasteIcon-Bq7_QzoN.cjs.map +0 -1
- package/dist/PasteIcon-CZjp6nkb.js +0 -11
- package/dist/PasteIcon-CZjp6nkb.js.map +0 -1
- package/dist/QuestionIcon-CPcLvEor.js +0 -23
- package/dist/QuestionIcon-CPcLvEor.js.map +0 -1
- package/dist/QuestionIcon-DU4aPXkV.cjs +0 -2
- package/dist/QuestionIcon-DU4aPXkV.cjs.map +0 -1
- package/dist/RemoveIcon-BuRToMfF.js +0 -31
- package/dist/RemoveIcon-BuRToMfF.js.map +0 -1
- package/dist/RemoveIcon-C1CAo905.cjs +0 -2
- package/dist/RemoveIcon-C1CAo905.cjs.map +0 -1
- package/dist/SaveIcon-BmGtZ_2_.cjs +0 -2
- package/dist/SaveIcon-BmGtZ_2_.cjs.map +0 -1
- package/dist/SaveIcon-oSVVhgZK.js +0 -11
- package/dist/SaveIcon-oSVVhgZK.js.map +0 -1
- package/dist/ShowIcon-C9IDP54e.cjs +0 -2
- package/dist/ShowIcon-C9IDP54e.cjs.map +0 -1
- package/dist/ShowIcon-DL2TN936.js +0 -12
- package/dist/ShowIcon-DL2TN936.js.map +0 -1
- package/dist/UploadIcon-DQb19kiB.cjs +0 -2
- package/dist/UploadIcon-DQb19kiB.cjs.map +0 -1
- package/dist/UploadIcon-DcqjxXG_.js +0 -12
- package/dist/UploadIcon-DcqjxXG_.js.map +0 -1
- package/dist/index-CL5Yr-gF.js +0 -4322
- package/dist/index-CL5Yr-gF.js.map +0 -1
- package/dist/index-D1sJ8YFM.cjs +0 -992
- package/dist/index-D1sJ8YFM.cjs.map +0 -1
package/dist/index-D1sJ8YFM.cjs
DELETED
|
@@ -1,992 +0,0 @@
|
|
|
1
|
-
"use strict";const p=require("react"),so=require("react-dom");var Ft={exports:{}},Je={};/**
|
|
2
|
-
* @license React
|
|
3
|
-
* react-jsx-runtime.production.min.js
|
|
4
|
-
*
|
|
5
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
-
*
|
|
7
|
-
* This source code is licensed under the MIT license found in the
|
|
8
|
-
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var $r;function ao(){if($r)return Je;$r=1;var e=p,t=Symbol.for("react.element"),r=Symbol.for("react.fragment"),n=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,i={key:!0,ref:!0,__self:!0,__source:!0};function a(d,l,h){var u,f={},y=null,g=null;h!==void 0&&(y=""+h),l.key!==void 0&&(y=""+l.key),l.ref!==void 0&&(g=l.ref);for(u in l)n.call(l,u)&&!i.hasOwnProperty(u)&&(f[u]=l[u]);if(d&&d.defaultProps)for(u in l=d.defaultProps,l)f[u]===void 0&&(f[u]=l[u]);return{$$typeof:t,type:d,key:y,ref:g,props:f,_owner:o.current}}return Je.Fragment=r,Je.jsx=a,Je.jsxs=a,Je}var Ze={};/**
|
|
10
|
-
* @license React
|
|
11
|
-
* react-jsx-runtime.development.js
|
|
12
|
-
*
|
|
13
|
-
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
14
|
-
*
|
|
15
|
-
* This source code is licensed under the MIT license found in the
|
|
16
|
-
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var xr;function co(){return xr||(xr=1,process.env.NODE_ENV!=="production"&&function(){var e=p,t=Symbol.for("react.element"),r=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),a=Symbol.for("react.provider"),d=Symbol.for("react.context"),l=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),u=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),g=Symbol.for("react.offscreen"),b=Symbol.iterator,x="@@iterator";function E(s){if(s===null||typeof s!="object")return null;var m=b&&s[b]||s[x];return typeof m=="function"?m:null}var S=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function $(s){{for(var m=arguments.length,v=new Array(m>1?m-1:0),C=1;C<m;C++)v[C-1]=arguments[C];I("error",s,v)}}function I(s,m,v){{var C=S.ReactDebugCurrentFrame,O=C.getStackAddendum();O!==""&&(m+="%s",v=v.concat([O]));var M=v.map(function(T){return String(T)});M.unshift("Warning: "+m),Function.prototype.apply.call(console[s],console,M)}}var A=!1,P=!1,R=!1,w=!1,H=!1,J;J=Symbol.for("react.module.reference");function fe(s){return!!(typeof s=="string"||typeof s=="function"||s===n||s===i||H||s===o||s===h||s===u||w||s===g||A||P||R||typeof s=="object"&&s!==null&&(s.$$typeof===y||s.$$typeof===f||s.$$typeof===a||s.$$typeof===d||s.$$typeof===l||s.$$typeof===J||s.getModuleId!==void 0))}function pe(s,m,v){var C=s.displayName;if(C)return C;var O=m.displayName||m.name||"";return O!==""?v+"("+O+")":v}function me(s){return s.displayName||"Context"}function W(s){if(s==null)return null;if(typeof s.tag=="number"&&$("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof s=="function")return s.displayName||s.name||null;if(typeof s=="string")return s;switch(s){case n:return"Fragment";case r:return"Portal";case i:return"Profiler";case o:return"StrictMode";case h:return"Suspense";case u:return"SuspenseList"}if(typeof s=="object")switch(s.$$typeof){case d:var m=s;return me(m)+".Consumer";case a:var v=s;return me(v._context)+".Provider";case l:return pe(s,s.render,"ForwardRef");case f:var C=s.displayName||null;return C!==null?C:W(s.type)||"Memo";case y:{var O=s,M=O._payload,T=O._init;try{return W(T(M))}catch{return null}}}return null}var ce=Object.assign,we=0,st,_e,qe,Q,ge,ye,U;function Pe(){}Pe.__reactDisabledLog=!0;function Ve(){{if(we===0){st=console.log,_e=console.info,qe=console.warn,Q=console.error,ge=console.group,ye=console.groupCollapsed,U=console.groupEnd;var s={configurable:!0,enumerable:!0,value:Pe,writable:!0};Object.defineProperties(console,{info:s,log:s,warn:s,error:s,group:s,groupCollapsed:s,groupEnd:s})}we++}}function Ae(){{if(we--,we===0){var s={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:ce({},s,{value:st}),info:ce({},s,{value:_e}),warn:ce({},s,{value:qe}),error:ce({},s,{value:Q}),group:ce({},s,{value:ge}),groupCollapsed:ce({},s,{value:ye}),groupEnd:ce({},s,{value:U})})}we<0&&$("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var le=S.ReactCurrentDispatcher,be;function re(s,m,v){{if(be===void 0)try{throw Error()}catch(O){var C=O.stack.trim().match(/\n( *(at )?)/);be=C&&C[1]||""}return`
|
|
18
|
-
`+be+s}}var ne=!1,ve;{var ze=typeof WeakMap=="function"?WeakMap:Map;ve=new ze}function oe(s,m){if(!s||ne)return"";{var v=ve.get(s);if(v!==void 0)return v}var C;ne=!0;var O=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var M;M=le.current,le.current=null,Ve();try{if(m){var T=function(){throw Error()};if(Object.defineProperty(T.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(T,[])}catch(V){C=V}Reflect.construct(s,[],T)}else{try{T.call()}catch(V){C=V}s.call(T.prototype)}}else{try{throw Error()}catch(V){C=V}s()}}catch(V){if(V&&C&&typeof V.stack=="string"){for(var z=V.stack.split(`
|
|
19
|
-
`),Y=C.stack.split(`
|
|
20
|
-
`),L=z.length-1,F=Y.length-1;L>=1&&F>=0&&z[L]!==Y[F];)F--;for(;L>=1&&F>=0;L--,F--)if(z[L]!==Y[F]){if(L!==1||F!==1)do if(L--,F--,F<0||z[L]!==Y[F]){var ee=`
|
|
21
|
-
`+z[L].replace(" at new "," at ");return s.displayName&&ee.includes("<anonymous>")&&(ee=ee.replace("<anonymous>",s.displayName)),typeof s=="function"&&ve.set(s,ee),ee}while(L>=1&&F>=0);break}}}finally{ne=!1,le.current=M,Ae(),Error.prepareStackTrace=O}var Oe=s?s.displayName||s.name:"",Se=Oe?re(Oe):"";return typeof s=="function"&&ve.set(s,Se),Se}function Dn(s,m,v){return oe(s,!1)}function Mn(s){var m=s.prototype;return!!(m&&m.isReactComponent)}function at(s,m,v){if(s==null)return"";if(typeof s=="function")return oe(s,Mn(s));if(typeof s=="string")return re(s);switch(s){case h:return re("Suspense");case u:return re("SuspenseList")}if(typeof s=="object")switch(s.$$typeof){case l:return Dn(s.render);case f:return at(s.type,m,v);case y:{var C=s,O=C._payload,M=C._init;try{return at(M(O),m,v)}catch{}}}return""}var Ke=Object.prototype.hasOwnProperty,ar={},cr=S.ReactDebugCurrentFrame;function ct(s){if(s){var m=s._owner,v=at(s.type,s._source,m?m.type:null);cr.setExtraStackFrame(v)}else cr.setExtraStackFrame(null)}function Bn(s,m,v,C,O){{var M=Function.call.bind(Ke);for(var T in s)if(M(s,T)){var z=void 0;try{if(typeof s[T]!="function"){var Y=Error((C||"React class")+": "+v+" type `"+T+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof s[T]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Y.name="Invariant Violation",Y}z=s[T](m,T,C,v,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(L){z=L}z&&!(z instanceof Error)&&(ct(O),$("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",C||"React class",v,T,typeof z),ct(null)),z instanceof Error&&!(z.message in ar)&&(ar[z.message]=!0,ct(O),$("Failed %s type: %s",v,z.message),ct(null))}}}var Ln=Array.isArray;function _t(s){return Ln(s)}function Fn(s){{var m=typeof Symbol=="function"&&Symbol.toStringTag,v=m&&s[Symbol.toStringTag]||s.constructor.name||"Object";return v}}function Nn(s){try{return lr(s),!1}catch{return!0}}function lr(s){return""+s}function dr(s){if(Nn(s))return $("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Fn(s)),lr(s)}var Xe=S.ReactCurrentOwner,Hn={key:!0,ref:!0,__self:!0,__source:!0},ur,hr,Pt;Pt={};function Wn(s){if(Ke.call(s,"ref")){var m=Object.getOwnPropertyDescriptor(s,"ref").get;if(m&&m.isReactWarning)return!1}return s.ref!==void 0}function Gn(s){if(Ke.call(s,"key")){var m=Object.getOwnPropertyDescriptor(s,"key").get;if(m&&m.isReactWarning)return!1}return s.key!==void 0}function Un(s,m){if(typeof s.ref=="string"&&Xe.current&&m&&Xe.current.stateNode!==m){var v=W(Xe.current.type);Pt[v]||($('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',W(Xe.current.type),s.ref),Pt[v]=!0)}}function Yn(s,m){{var v=function(){ur||(ur=!0,$("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",m))};v.isReactWarning=!0,Object.defineProperty(s,"key",{get:v,configurable:!0})}}function qn(s,m){{var v=function(){hr||(hr=!0,$("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",m))};v.isReactWarning=!0,Object.defineProperty(s,"ref",{get:v,configurable:!0})}}var Vn=function(s,m,v,C,O,M,T){var z={$$typeof:t,type:s,key:m,ref:v,props:T,_owner:M};return z._store={},Object.defineProperty(z._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(z,"_self",{configurable:!1,enumerable:!1,writable:!1,value:C}),Object.defineProperty(z,"_source",{configurable:!1,enumerable:!1,writable:!1,value:O}),Object.freeze&&(Object.freeze(z.props),Object.freeze(z)),z};function Kn(s,m,v,C,O){{var M,T={},z=null,Y=null;v!==void 0&&(dr(v),z=""+v),Gn(m)&&(dr(m.key),z=""+m.key),Wn(m)&&(Y=m.ref,Un(m,O));for(M in m)Ke.call(m,M)&&!Hn.hasOwnProperty(M)&&(T[M]=m[M]);if(s&&s.defaultProps){var L=s.defaultProps;for(M in L)T[M]===void 0&&(T[M]=L[M])}if(z||Y){var F=typeof s=="function"?s.displayName||s.name||"Unknown":s;z&&Yn(T,F),Y&&qn(T,F)}return Vn(s,z,Y,O,C,Xe.current,T)}}var At=S.ReactCurrentOwner,fr=S.ReactDebugCurrentFrame;function Te(s){if(s){var m=s._owner,v=at(s.type,s._source,m?m.type:null);fr.setExtraStackFrame(v)}else fr.setExtraStackFrame(null)}var zt;zt=!1;function Tt(s){return typeof s=="object"&&s!==null&&s.$$typeof===t}function pr(){{if(At.current){var s=W(At.current.type);if(s)return`
|
|
22
|
-
|
|
23
|
-
Check the render method of \``+s+"`."}return""}}function Xn(s){return""}var mr={};function Jn(s){{var m=pr();if(!m){var v=typeof s=="string"?s:s.displayName||s.name;v&&(m=`
|
|
24
|
-
|
|
25
|
-
Check the top-level render call using <`+v+">.")}return m}}function gr(s,m){{if(!s._store||s._store.validated||s.key!=null)return;s._store.validated=!0;var v=Jn(m);if(mr[v])return;mr[v]=!0;var C="";s&&s._owner&&s._owner!==At.current&&(C=" It was passed a child from "+W(s._owner.type)+"."),Te(s),$('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',v,C),Te(null)}}function yr(s,m){{if(typeof s!="object")return;if(_t(s))for(var v=0;v<s.length;v++){var C=s[v];Tt(C)&&gr(C,m)}else if(Tt(s))s._store&&(s._store.validated=!0);else if(s){var O=E(s);if(typeof O=="function"&&O!==s.entries)for(var M=O.call(s),T;!(T=M.next()).done;)Tt(T.value)&&gr(T.value,m)}}}function Zn(s){{var m=s.type;if(m==null||typeof m=="string")return;var v;if(typeof m=="function")v=m.propTypes;else if(typeof m=="object"&&(m.$$typeof===l||m.$$typeof===f))v=m.propTypes;else return;if(v){var C=W(m);Bn(v,s.props,"prop",C,s)}else if(m.PropTypes!==void 0&&!zt){zt=!0;var O=W(m);$("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",O||"Unknown")}typeof m.getDefaultProps=="function"&&!m.getDefaultProps.isReactClassApproved&&$("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function Qn(s){{for(var m=Object.keys(s.props),v=0;v<m.length;v++){var C=m[v];if(C!=="children"&&C!=="key"){Te(s),$("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",C),Te(null);break}}s.ref!==null&&(Te(s),$("Invalid attribute `ref` supplied to `React.Fragment`."),Te(null))}}var br={};function vr(s,m,v,C,O,M){{var T=fe(s);if(!T){var z="";(s===void 0||typeof s=="object"&&s!==null&&Object.keys(s).length===0)&&(z+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var Y=Xn();Y?z+=Y:z+=pr();var L;s===null?L="null":_t(s)?L="array":s!==void 0&&s.$$typeof===t?(L="<"+(W(s.type)||"Unknown")+" />",z=" Did you accidentally export a JSX literal instead of a component?"):L=typeof s,$("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",L,z)}var F=Kn(s,m,v,O,M);if(F==null)return F;if(T){var ee=m.children;if(ee!==void 0)if(C)if(_t(ee)){for(var Oe=0;Oe<ee.length;Oe++)yr(ee[Oe],s);Object.freeze&&Object.freeze(ee)}else $("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else yr(ee,s)}if(Ke.call(m,"key")){var Se=W(s),V=Object.keys(m).filter(function(io){return io!=="key"}),Ot=V.length>0?"{key: someKey, "+V.join(": ..., ")+": ...}":"{key: someKey}";if(!br[Se+Ot]){var oo=V.length>0?"{"+V.join(": ..., ")+": ...}":"{}";$(`A props object containing a "key" prop is being spread into JSX:
|
|
26
|
-
let props = %s;
|
|
27
|
-
<%s {...props} />
|
|
28
|
-
React keys must be passed directly to JSX without using spread:
|
|
29
|
-
let props = %s;
|
|
30
|
-
<%s key={someKey} {...props} />`,Ot,Se,oo,Se),br[Se+Ot]=!0}}return s===n?Qn(F):Zn(F),F}}function eo(s,m,v){return vr(s,m,v,!0)}function to(s,m,v){return vr(s,m,v,!1)}var ro=to,no=eo;Ze.Fragment=n,Ze.jsx=ro,Ze.jsxs=no}()),Ze}process.env.NODE_ENV==="production"?Ft.exports=ao():Ft.exports=co();var c=Ft.exports,K=function(){return K=Object.assign||function(t){for(var r,n=1,o=arguments.length;n<o;n++){r=arguments[n];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(t[i]=r[i])}return t},K.apply(this,arguments)};function Me(e,t,r){if(r||arguments.length===2)for(var n=0,o=t.length,i;n<o;n++)(i||!(n in t))&&(i||(i=Array.prototype.slice.call(t,0,n)),i[n]=t[n]);return e.concat(i||Array.prototype.slice.call(t))}function lo(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var uo=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,ho=lo(function(e){return uo.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),B="-ms-",et="-moz-",D="-webkit-",Wr="comm",xt="rule",Kt="decl",fo="@import",Gr="@keyframes",po="@layer",Ur=Math.abs,Xt=String.fromCharCode,Nt=Object.assign;function mo(e,t){return G(e,0)^45?(((t<<2^G(e,0))<<2^G(e,1))<<2^G(e,2))<<2^G(e,3):0}function Yr(e){return e.trim()}function de(e,t){return(e=t.exec(e))?e[0]:e}function _(e,t,r){return e.replace(t,r)}function ft(e,t,r){return e.indexOf(t,r)}function G(e,t){return e.charCodeAt(t)|0}function Be(e,t,r){return e.slice(t,r)}function se(e){return e.length}function qr(e){return e.length}function Qe(e,t){return t.push(e),e}function go(e,t){return e.map(t).join("")}function wr(e,t){return e.filter(function(r){return!de(r,t)})}var wt=1,Le=1,Vr=0,te=0,N=0,We="";function St(e,t,r,n,o,i,a,d){return{value:e,root:t,parent:r,type:n,props:o,children:i,line:wt,column:Le,length:a,return:"",siblings:d}}function $e(e,t){return Nt(St("",null,null,"",null,null,0,e.siblings),e,{length:-e.length},t)}function De(e){for(;e.root;)e=$e(e.root,{children:[e]});Qe(e,e.siblings)}function yo(){return N}function bo(){return N=te>0?G(We,--te):0,Le--,N===10&&(Le=1,wt--),N}function ie(){return N=te<Vr?G(We,te++):0,Le++,N===10&&(Le=1,wt++),N}function je(){return G(We,te)}function pt(){return te}function Ct(e,t){return Be(We,e,t)}function Ht(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function vo(e){return wt=Le=1,Vr=se(We=e),te=0,[]}function $o(e){return We="",e}function Dt(e){return Yr(Ct(te-1,Wt(e===91?e+2:e===40?e+1:e)))}function xo(e){for(;(N=je())&&N<33;)ie();return Ht(e)>2||Ht(N)>3?"":" "}function wo(e,t){for(;--t&&ie()&&!(N<48||N>102||N>57&&N<65||N>70&&N<97););return Ct(e,pt()+(t<6&&je()==32&&ie()==32))}function Wt(e){for(;ie();)switch(N){case e:return te;case 34:case 39:e!==34&&e!==39&&Wt(N);break;case 40:e===41&&Wt(e);break;case 92:ie();break}return te}function So(e,t){for(;ie()&&e+N!==57;)if(e+N===84&&je()===47)break;return"/*"+Ct(t,te-1)+"*"+Xt(e===47?e:ie())}function Co(e){for(;!Ht(je());)ie();return Ct(e,te)}function ko(e){return $o(mt("",null,null,null,[""],e=vo(e),0,[0],e))}function mt(e,t,r,n,o,i,a,d,l){for(var h=0,u=0,f=a,y=0,g=0,b=0,x=1,E=1,S=1,$=0,I="",A=o,P=i,R=n,w=I;E;)switch(b=$,$=ie()){case 40:if(b!=108&&G(w,f-1)==58){ft(w+=_(Dt($),"&","&\f"),"&\f",Ur(h?d[h-1]:0))!=-1&&(S=-1);break}case 34:case 39:case 91:w+=Dt($);break;case 9:case 10:case 13:case 32:w+=xo(b);break;case 92:w+=wo(pt()-1,7);continue;case 47:switch(je()){case 42:case 47:Qe(jo(So(ie(),pt()),t,r,l),l);break;default:w+="/"}break;case 123*x:d[h++]=se(w)*S;case 125*x:case 59:case 0:switch($){case 0:case 125:E=0;case 59+u:S==-1&&(w=_(w,/\f/g,"")),g>0&&se(w)-f&&Qe(g>32?Cr(w+";",n,r,f-1,l):Cr(_(w," ","")+";",n,r,f-2,l),l);break;case 59:w+=";";default:if(Qe(R=Sr(w,t,r,h,u,o,d,I,A=[],P=[],f,i),i),$===123)if(u===0)mt(w,t,R,R,A,i,f,d,P);else switch(y===99&&G(w,3)===110?100:y){case 100:case 108:case 109:case 115:mt(e,R,R,n&&Qe(Sr(e,R,R,0,0,o,d,I,o,A=[],f,P),P),o,P,f,d,n?A:P);break;default:mt(w,R,R,R,[""],P,0,d,P)}}h=u=g=0,x=S=1,I=w="",f=a;break;case 58:f=1+se(w),g=b;default:if(x<1){if($==123)--x;else if($==125&&x++==0&&bo()==125)continue}switch(w+=Xt($),$*x){case 38:S=u>0?1:(w+="\f",-1);break;case 44:d[h++]=(se(w)-1)*S,S=1;break;case 64:je()===45&&(w+=Dt(ie())),y=je(),u=f=se(I=w+=Co(pt())),$++;break;case 45:b===45&&se(w)==2&&(x=0)}}return i}function Sr(e,t,r,n,o,i,a,d,l,h,u,f){for(var y=o-1,g=o===0?i:[""],b=qr(g),x=0,E=0,S=0;x<n;++x)for(var $=0,I=Be(e,y+1,y=Ur(E=a[x])),A=e;$<b;++$)(A=Yr(E>0?g[$]+" "+I:_(I,/&\f/g,g[$])))&&(l[S++]=A);return St(e,t,r,o===0?xt:d,l,h,u,f)}function jo(e,t,r,n){return St(e,t,r,Wr,Xt(yo()),Be(e,2,-2),0,n)}function Cr(e,t,r,n,o){return St(e,t,r,Kt,Be(e,0,n),Be(e,n+1,-1),n,o)}function Kr(e,t,r){switch(mo(e,t)){case 5103:return D+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return D+e+e;case 4789:return et+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return D+e+et+e+B+e+e;case 5936:switch(G(e,t+11)){case 114:return D+e+B+_(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return D+e+B+_(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return D+e+B+_(e,/[svh]\w+-[tblr]{2}/,"lr")+e}case 6828:case 4268:case 2903:return D+e+B+e+e;case 6165:return D+e+B+"flex-"+e+e;case 5187:return D+e+_(e,/(\w+).+(:[^]+)/,D+"box-$1$2"+B+"flex-$1$2")+e;case 5443:return D+e+B+"flex-item-"+_(e,/flex-|-self/g,"")+(de(e,/flex-|baseline/)?"":B+"grid-row-"+_(e,/flex-|-self/g,""))+e;case 4675:return D+e+B+"flex-line-pack"+_(e,/align-content|flex-|-self/g,"")+e;case 5548:return D+e+B+_(e,"shrink","negative")+e;case 5292:return D+e+B+_(e,"basis","preferred-size")+e;case 6060:return D+"box-"+_(e,"-grow","")+D+e+B+_(e,"grow","positive")+e;case 4554:return D+_(e,/([^-])(transform)/g,"$1"+D+"$2")+e;case 6187:return _(_(_(e,/(zoom-|grab)/,D+"$1"),/(image-set)/,D+"$1"),e,"")+e;case 5495:case 3959:return _(e,/(image-set\([^]*)/,D+"$1$`$1");case 4968:return _(_(e,/(.+:)(flex-)?(.*)/,D+"box-pack:$3"+B+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+D+e+e;case 4200:if(!de(e,/flex-|baseline/))return B+"grid-column-align"+Be(e,t)+e;break;case 2592:case 3360:return B+_(e,"template-","")+e;case 4384:case 3616:return r&&r.some(function(n,o){return t=o,de(n.props,/grid-\w+-end/)})?~ft(e+(r=r[t].value),"span",0)?e:B+_(e,"-start","")+e+B+"grid-row-span:"+(~ft(r,"span",0)?de(r,/\d+/):+de(r,/\d+/)-+de(e,/\d+/))+";":B+_(e,"-start","")+e;case 4896:case 4128:return r&&r.some(function(n){return de(n.props,/grid-\w+-start/)})?e:B+_(_(e,"-end","-span"),"span ","")+e;case 4095:case 3583:case 4068:case 2532:return _(e,/(.+)-inline(.+)/,D+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(se(e)-1-t>6)switch(G(e,t+1)){case 109:if(G(e,t+4)!==45)break;case 102:return _(e,/(.+:)(.+)-([^]+)/,"$1"+D+"$2-$3$1"+et+(G(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~ft(e,"stretch",0)?Kr(_(e,"stretch","fill-available"),t,r)+e:e}break;case 5152:case 5920:return _(e,/(.+?):(\d+)(\s*\/\s*(span)?\s*(\d+))?(.*)/,function(n,o,i,a,d,l,h){return B+o+":"+i+h+(a?B+o+"-span:"+(d?l:+l-+i)+h:"")+e});case 4949:if(G(e,t+6)===121)return _(e,":",":"+D)+e;break;case 6444:switch(G(e,G(e,14)===45?18:11)){case 120:return _(e,/(.+:)([^;\s!]+)(;|(\s+)?!.+)?/,"$1"+D+(G(e,14)===45?"inline-":"")+"box$3$1"+D+"$2$3$1"+B+"$2box$3")+e;case 100:return _(e,":",":"+B)+e}break;case 5719:case 2647:case 2135:case 3927:case 2391:return _(e,"scroll-","scroll-snap-")+e}return e}function bt(e,t){for(var r="",n=0;n<e.length;n++)r+=t(e[n],n,e,t)||"";return r}function Eo(e,t,r,n){switch(e.type){case po:if(e.children.length)break;case fo:case Kt:return e.return=e.return||e.value;case Wr:return"";case Gr:return e.return=e.value+"{"+bt(e.children,n)+"}";case xt:if(!se(e.value=e.props.join(",")))return""}return se(r=bt(e.children,n))?e.return=e.value+"{"+r+"}":""}function Io(e){var t=qr(e);return function(r,n,o,i){for(var a="",d=0;d<t;d++)a+=e[d](r,n,o,i)||"";return a}}function Ro(e){return function(t){t.root||(t=t.return)&&e(t)}}function _o(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Kt:e.return=Kr(e.value,e.length,r);return;case Gr:return bt([$e(e,{value:_(e.value,"@","@"+D)})],n);case xt:if(e.length)return go(r=e.props,function(o){switch(de(o,n=/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":De($e(e,{props:[_(o,/:(read-\w+)/,":"+et+"$1")]})),De($e(e,{props:[o]})),Nt(e,{props:wr(r,n)});break;case"::placeholder":De($e(e,{props:[_(o,/:(plac\w+)/,":"+D+"input-$1")]})),De($e(e,{props:[_(o,/:(plac\w+)/,":"+et+"$1")]})),De($e(e,{props:[_(o,/:(plac\w+)/,B+"input-$1")]})),De($e(e,{props:[o]})),Nt(e,{props:wr(r,n)});break}return""})}}var Po={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},Ie=typeof process<"u"&&process.env!==void 0&&(process.env.REACT_APP_SC_ATTR||process.env.SC_ATTR)||"data-styled",Xr="active",Jr="data-styled-version",kt="6.1.13",Jt=`/*!sc*/
|
|
31
|
-
`,vt=typeof window<"u"&&"HTMLElement"in window,Ao=!!(typeof SC_DISABLE_SPEEDY=="boolean"?SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==void 0&&process.env.REACT_APP_SC_DISABLE_SPEEDY!==""?process.env.REACT_APP_SC_DISABLE_SPEEDY!=="false"&&process.env.REACT_APP_SC_DISABLE_SPEEDY:typeof process<"u"&&process.env!==void 0&&process.env.SC_DISABLE_SPEEDY!==void 0&&process.env.SC_DISABLE_SPEEDY!==""?process.env.SC_DISABLE_SPEEDY!=="false"&&process.env.SC_DISABLE_SPEEDY:process.env.NODE_ENV!=="production"),kr=/invalid hook call/i,lt=new Set,zo=function(e,t){if(process.env.NODE_ENV!=="production"){var r=t?' with the id of "'.concat(t,'"'):"",n="The component ".concat(e).concat(r,` has been created dynamically.
|
|
32
|
-
`)+`You may see this warning because you've called styled inside another component.
|
|
33
|
-
To resolve this only create new StyledComponents outside of any render method and function component.`,o=console.error;try{var i=!0;console.error=function(a){for(var d=[],l=1;l<arguments.length;l++)d[l-1]=arguments[l];kr.test(a)?(i=!1,lt.delete(n)):o.apply(void 0,Me([a],d,!1))},p.useRef(),i&&!lt.has(n)&&(console.warn(n),lt.add(n))}catch(a){kr.test(a.message)&<.delete(n)}finally{console.error=o}}},jt=Object.freeze([]),Fe=Object.freeze({});function To(e,t,r){return r===void 0&&(r=Fe),e.theme!==r.theme&&e.theme||t||r.theme}var Gt=new Set(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","tr","track","u","ul","use","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","marker","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]),Oo=/[!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~-]+/g,Do=/(^-|-$)/g;function jr(e){return e.replace(Oo,"-").replace(Do,"")}var Mo=/(a)(d)/gi,dt=52,Er=function(e){return String.fromCharCode(e+(e>25?39:97))};function Ut(e){var t,r="";for(t=Math.abs(e);t>dt;t=t/dt|0)r=Er(t%dt)+r;return(Er(t%dt)+r).replace(Mo,"$1-$2")}var Mt,Zr=5381,Ce=function(e,t){for(var r=t.length;r;)e=33*e^t.charCodeAt(--r);return e},Qr=function(e){return Ce(Zr,e)};function Bo(e){return Ut(Qr(e)>>>0)}function en(e){return process.env.NODE_ENV!=="production"&&typeof e=="string"&&e||e.displayName||e.name||"Component"}function Bt(e){return typeof e=="string"&&(process.env.NODE_ENV==="production"||e.charAt(0)===e.charAt(0).toLowerCase())}var tn=typeof Symbol=="function"&&Symbol.for,rn=tn?Symbol.for("react.memo"):60115,Lo=tn?Symbol.for("react.forward_ref"):60112,Fo={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},No={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},nn={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},Ho=((Mt={})[Lo]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},Mt[rn]=nn,Mt);function Ir(e){return("type"in(t=e)&&t.type.$$typeof)===rn?nn:"$$typeof"in e?Ho[e.$$typeof]:Fo;var t}var Wo=Object.defineProperty,Go=Object.getOwnPropertyNames,Rr=Object.getOwnPropertySymbols,Uo=Object.getOwnPropertyDescriptor,Yo=Object.getPrototypeOf,_r=Object.prototype;function on(e,t,r){if(typeof t!="string"){if(_r){var n=Yo(t);n&&n!==_r&&on(e,n,r)}var o=Go(t);Rr&&(o=o.concat(Rr(t)));for(var i=Ir(e),a=Ir(t),d=0;d<o.length;++d){var l=o[d];if(!(l in No||r&&r[l]||a&&l in a||i&&l in i)){var h=Uo(t,l);try{Wo(e,l,h)}catch{}}}}return e}function Ne(e){return typeof e=="function"}function Zt(e){return typeof e=="object"&&"styledComponentId"in e}function ke(e,t){return e&&t?"".concat(e," ").concat(t):e||t||""}function Pr(e,t){if(e.length===0)return"";for(var r=e[0],n=1;n<e.length;n++)r+=e[n];return r}function He(e){return e!==null&&typeof e=="object"&&e.constructor.name===Object.name&&!("props"in e&&e.$$typeof)}function Yt(e,t,r){if(r===void 0&&(r=!1),!r&&!He(e)&&!Array.isArray(e))return t;if(Array.isArray(t))for(var n=0;n<t.length;n++)e[n]=Yt(e[n],t[n]);else if(He(t))for(var n in t)e[n]=Yt(e[n],t[n]);return e}function Qt(e,t){Object.defineProperty(e,"toString",{value:t})}var qo=process.env.NODE_ENV!=="production"?{1:`Cannot create styled-component for component: %s.
|
|
34
|
-
|
|
35
|
-
`,2:`Can't collect styles once you've consumed a \`ServerStyleSheet\`'s styles! \`ServerStyleSheet\` is a one off instance for each server-side render cycle.
|
|
36
|
-
|
|
37
|
-
- Are you trying to reuse it across renders?
|
|
38
|
-
- Are you accidentally calling collectStyles twice?
|
|
39
|
-
|
|
40
|
-
`,3:`Streaming SSR is only supported in a Node.js environment; Please do not try to call this method in the browser.
|
|
41
|
-
|
|
42
|
-
`,4:`The \`StyleSheetManager\` expects a valid target or sheet prop!
|
|
43
|
-
|
|
44
|
-
- Does this error occur on the client and is your target falsy?
|
|
45
|
-
- Does this error occur on the server and is the sheet falsy?
|
|
46
|
-
|
|
47
|
-
`,5:`The clone method cannot be used on the client!
|
|
48
|
-
|
|
49
|
-
- Are you running in a client-like environment on the server?
|
|
50
|
-
- Are you trying to run SSR on the client?
|
|
51
|
-
|
|
52
|
-
`,6:`Trying to insert a new style tag, but the given Node is unmounted!
|
|
53
|
-
|
|
54
|
-
- Are you using a custom target that isn't mounted?
|
|
55
|
-
- Does your document not have a valid head element?
|
|
56
|
-
- Have you accidentally removed a style tag manually?
|
|
57
|
-
|
|
58
|
-
`,7:'ThemeProvider: Please return an object from your "theme" prop function, e.g.\n\n```js\ntheme={() => ({})}\n```\n\n',8:`ThemeProvider: Please make your "theme" prop an object.
|
|
59
|
-
|
|
60
|
-
`,9:"Missing document `<head>`\n\n",10:`Cannot find a StyleSheet instance. Usually this happens if there are multiple copies of styled-components loaded at once. Check out this issue for how to troubleshoot and fix the common cases where this situation can happen: https://github.com/styled-components/styled-components/issues/1941#issuecomment-417862021
|
|
61
|
-
|
|
62
|
-
`,11:`_This error was replaced with a dev-time warning, it will be deleted for v4 final._ [createGlobalStyle] received children which will not be rendered. Please use the component without passing children elements.
|
|
63
|
-
|
|
64
|
-
`,12:"It seems you are interpolating a keyframe declaration (%s) into an untagged string. This was supported in styled-components v3, but is not longer supported in v4 as keyframes are now injected on-demand. Please wrap your string in the css\\`\\` helper which ensures the styles are injected correctly. See https://www.styled-components.com/docs/api#css\n\n",13:`%s is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.
|
|
65
|
-
|
|
66
|
-
`,14:`ThemeProvider: "theme" prop is required.
|
|
67
|
-
|
|
68
|
-
`,15:"A stylis plugin has been supplied that is not named. We need a name for each plugin to be able to prevent styling collisions between different stylis configurations within the same app. Before you pass your plugin to `<StyleSheetManager stylisPlugins={[]}>`, please make sure each plugin is uniquely-named, e.g.\n\n```js\nObject.defineProperty(importedPlugin, 'name', { value: 'some-unique-name' });\n```\n\n",16:`Reached the limit of how many styled components may be created at group %s.
|
|
69
|
-
You may only create up to 1,073,741,824 components. If you're creating components dynamically,
|
|
70
|
-
as for instance in your render method then you may be running into this limitation.
|
|
71
|
-
|
|
72
|
-
`,17:`CSSStyleSheet could not be found on HTMLStyleElement.
|
|
73
|
-
Has styled-components' style tag been unmounted or altered by another script?
|
|
74
|
-
`,18:"ThemeProvider: Please make sure your useTheme hook is within a `<ThemeProvider>`"}:{};function Vo(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var r=e[0],n=[],o=1,i=e.length;o<i;o+=1)n.push(e[o]);return n.forEach(function(a){r=r.replace(/%[a-z]/,a)}),r}function Ge(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return process.env.NODE_ENV==="production"?new Error("An error occurred. See https://github.com/styled-components/styled-components/blob/main/packages/styled-components/src/utils/errors.md#".concat(e," for more information.").concat(t.length>0?" Args: ".concat(t.join(", ")):"")):new Error(Vo.apply(void 0,Me([qo[e]],t,!1)).trim())}var Ko=function(){function e(t){this.groupSizes=new Uint32Array(512),this.length=512,this.tag=t}return e.prototype.indexOfGroup=function(t){for(var r=0,n=0;n<t;n++)r+=this.groupSizes[n];return r},e.prototype.insertRules=function(t,r){if(t>=this.groupSizes.length){for(var n=this.groupSizes,o=n.length,i=o;t>=i;)if((i<<=1)<0)throw Ge(16,"".concat(t));this.groupSizes=new Uint32Array(i),this.groupSizes.set(n),this.length=i;for(var a=o;a<i;a++)this.groupSizes[a]=0}for(var d=this.indexOfGroup(t+1),l=(a=0,r.length);a<l;a++)this.tag.insertRule(d,r[a])&&(this.groupSizes[t]++,d++)},e.prototype.clearGroup=function(t){if(t<this.length){var r=this.groupSizes[t],n=this.indexOfGroup(t),o=n+r;this.groupSizes[t]=0;for(var i=n;i<o;i++)this.tag.deleteRule(n)}},e.prototype.getGroup=function(t){var r="";if(t>=this.length||this.groupSizes[t]===0)return r;for(var n=this.groupSizes[t],o=this.indexOfGroup(t),i=o+n,a=o;a<i;a++)r+="".concat(this.tag.getRule(a)).concat(Jt);return r},e}(),Xo=1<<30,gt=new Map,$t=new Map,yt=1,ut=function(e){if(gt.has(e))return gt.get(e);for(;$t.has(yt);)yt++;var t=yt++;if(process.env.NODE_ENV!=="production"&&((0|t)<0||t>Xo))throw Ge(16,"".concat(t));return gt.set(e,t),$t.set(t,e),t},Jo=function(e,t){yt=t+1,gt.set(e,t),$t.set(t,e)},Zo="style[".concat(Ie,"][").concat(Jr,'="').concat(kt,'"]'),Qo=new RegExp("^".concat(Ie,'\\.g(\\d+)\\[id="([\\w\\d-]+)"\\].*?"([^"]*)')),ei=function(e,t,r){for(var n,o=r.split(","),i=0,a=o.length;i<a;i++)(n=o[i])&&e.registerName(t,n)},ti=function(e,t){for(var r,n=((r=t.textContent)!==null&&r!==void 0?r:"").split(Jt),o=[],i=0,a=n.length;i<a;i++){var d=n[i].trim();if(d){var l=d.match(Qo);if(l){var h=0|parseInt(l[1],10),u=l[2];h!==0&&(Jo(u,h),ei(e,u,l[3]),e.getTag().insertRules(h,o)),o.length=0}else o.push(d)}}},Ar=function(e){for(var t=document.querySelectorAll(Zo),r=0,n=t.length;r<n;r++){var o=t[r];o&&o.getAttribute(Ie)!==Xr&&(ti(e,o),o.parentNode&&o.parentNode.removeChild(o))}};function ri(){return typeof __webpack_nonce__<"u"?__webpack_nonce__:null}var sn=function(e){var t=document.head,r=e||t,n=document.createElement("style"),o=function(d){var l=Array.from(d.querySelectorAll("style[".concat(Ie,"]")));return l[l.length-1]}(r),i=o!==void 0?o.nextSibling:null;n.setAttribute(Ie,Xr),n.setAttribute(Jr,kt);var a=ri();return a&&n.setAttribute("nonce",a),r.insertBefore(n,i),n},ni=function(){function e(t){this.element=sn(t),this.element.appendChild(document.createTextNode("")),this.sheet=function(r){if(r.sheet)return r.sheet;for(var n=document.styleSheets,o=0,i=n.length;o<i;o++){var a=n[o];if(a.ownerNode===r)return a}throw Ge(17)}(this.element),this.length=0}return e.prototype.insertRule=function(t,r){try{return this.sheet.insertRule(r,t),this.length++,!0}catch{return!1}},e.prototype.deleteRule=function(t){this.sheet.deleteRule(t),this.length--},e.prototype.getRule=function(t){var r=this.sheet.cssRules[t];return r&&r.cssText?r.cssText:""},e}(),oi=function(){function e(t){this.element=sn(t),this.nodes=this.element.childNodes,this.length=0}return e.prototype.insertRule=function(t,r){if(t<=this.length&&t>=0){var n=document.createTextNode(r);return this.element.insertBefore(n,this.nodes[t]||null),this.length++,!0}return!1},e.prototype.deleteRule=function(t){this.element.removeChild(this.nodes[t]),this.length--},e.prototype.getRule=function(t){return t<this.length?this.nodes[t].textContent:""},e}(),ii=function(){function e(t){this.rules=[],this.length=0}return e.prototype.insertRule=function(t,r){return t<=this.length&&(this.rules.splice(t,0,r),this.length++,!0)},e.prototype.deleteRule=function(t){this.rules.splice(t,1),this.length--},e.prototype.getRule=function(t){return t<this.length?this.rules[t]:""},e}(),zr=vt,si={isServer:!vt,useCSSOMInjection:!Ao},an=function(){function e(t,r,n){t===void 0&&(t=Fe),r===void 0&&(r={});var o=this;this.options=K(K({},si),t),this.gs=r,this.names=new Map(n),this.server=!!t.isServer,!this.server&&vt&&zr&&(zr=!1,Ar(this)),Qt(this,function(){return function(i){for(var a=i.getTag(),d=a.length,l="",h=function(f){var y=function(S){return $t.get(S)}(f);if(y===void 0)return"continue";var g=i.names.get(y),b=a.getGroup(f);if(g===void 0||!g.size||b.length===0)return"continue";var x="".concat(Ie,".g").concat(f,'[id="').concat(y,'"]'),E="";g!==void 0&&g.forEach(function(S){S.length>0&&(E+="".concat(S,","))}),l+="".concat(b).concat(x,'{content:"').concat(E,'"}').concat(Jt)},u=0;u<d;u++)h(u);return l}(o)})}return e.registerId=function(t){return ut(t)},e.prototype.rehydrate=function(){!this.server&&vt&&Ar(this)},e.prototype.reconstructWithOptions=function(t,r){return r===void 0&&(r=!0),new e(K(K({},this.options),t),this.gs,r&&this.names||void 0)},e.prototype.allocateGSInstance=function(t){return this.gs[t]=(this.gs[t]||0)+1},e.prototype.getTag=function(){return this.tag||(this.tag=(t=function(r){var n=r.useCSSOMInjection,o=r.target;return r.isServer?new ii(o):n?new ni(o):new oi(o)}(this.options),new Ko(t)));var t},e.prototype.hasNameForId=function(t,r){return this.names.has(t)&&this.names.get(t).has(r)},e.prototype.registerName=function(t,r){if(ut(t),this.names.has(t))this.names.get(t).add(r);else{var n=new Set;n.add(r),this.names.set(t,n)}},e.prototype.insertRules=function(t,r,n){this.registerName(t,r),this.getTag().insertRules(ut(t),n)},e.prototype.clearNames=function(t){this.names.has(t)&&this.names.get(t).clear()},e.prototype.clearRules=function(t){this.getTag().clearGroup(ut(t)),this.clearNames(t)},e.prototype.clearTag=function(){this.tag=void 0},e}(),ai=/&/g,ci=/^\s*\/\/.*$/gm;function cn(e,t){return e.map(function(r){return r.type==="rule"&&(r.value="".concat(t," ").concat(r.value),r.value=r.value.replaceAll(",",",".concat(t," ")),r.props=r.props.map(function(n){return"".concat(t," ").concat(n)})),Array.isArray(r.children)&&r.type!=="@keyframes"&&(r.children=cn(r.children,t)),r})}function li(e){var t,r,n,o=Fe,i=o.options,a=i===void 0?Fe:i,d=o.plugins,l=d===void 0?jt:d,h=function(y,g,b){return b.startsWith(r)&&b.endsWith(r)&&b.replaceAll(r,"").length>0?".".concat(t):y},u=l.slice();u.push(function(y){y.type===xt&&y.value.includes("&")&&(y.props[0]=y.props[0].replace(ai,r).replace(n,h))}),a.prefix&&u.push(_o),u.push(Eo);var f=function(y,g,b,x){g===void 0&&(g=""),b===void 0&&(b=""),x===void 0&&(x="&"),t=x,r=g,n=new RegExp("\\".concat(r,"\\b"),"g");var E=y.replace(ci,""),S=ko(b||g?"".concat(b," ").concat(g," { ").concat(E," }"):E);a.namespace&&(S=cn(S,a.namespace));var $=[];return bt(S,Io(u.concat(Ro(function(I){return $.push(I)})))),$};return f.hash=l.length?l.reduce(function(y,g){return g.name||Ge(15),Ce(y,g.name)},Zr).toString():"",f}var di=new an,qt=li(),ln=p.createContext({shouldForwardProp:void 0,styleSheet:di,stylis:qt});ln.Consumer;p.createContext(void 0);function Tr(){return p.useContext(ln)}var Or=function(){function e(t,r){var n=this;this.inject=function(o,i){i===void 0&&(i=qt);var a=n.name+i.hash;o.hasNameForId(n.id,a)||o.insertRules(n.id,a,i(n.rules,a,"@keyframes"))},this.name=t,this.id="sc-keyframes-".concat(t),this.rules=r,Qt(this,function(){throw Ge(12,String(n.name))})}return e.prototype.getName=function(t){return t===void 0&&(t=qt),this.name+t.hash},e}(),ui=function(e){return e>="A"&&e<="Z"};function Dr(e){for(var t="",r=0;r<e.length;r++){var n=e[r];if(r===1&&n==="-"&&e[0]==="-")return e;ui(n)?t+="-"+n.toLowerCase():t+=n}return t.startsWith("ms-")?"-"+t:t}var dn=function(e){return e==null||e===!1||e===""},un=function(e){var t,r,n=[];for(var o in e){var i=e[o];e.hasOwnProperty(o)&&!dn(i)&&(Array.isArray(i)&&i.isCss||Ne(i)?n.push("".concat(Dr(o),":"),i,";"):He(i)?n.push.apply(n,Me(Me(["".concat(o," {")],un(i),!1),["}"],!1)):n.push("".concat(Dr(o),": ").concat((t=o,(r=i)==null||typeof r=="boolean"||r===""?"":typeof r!="number"||r===0||t in Po||t.startsWith("--")?String(r).trim():"".concat(r,"px")),";")))}return n};function Ee(e,t,r,n){if(dn(e))return[];if(Zt(e))return[".".concat(e.styledComponentId)];if(Ne(e)){if(!Ne(i=e)||i.prototype&&i.prototype.isReactComponent||!t)return[e];var o=e(t);return process.env.NODE_ENV==="production"||typeof o!="object"||Array.isArray(o)||o instanceof Or||He(o)||o===null||console.error("".concat(en(e)," is not a styled component and cannot be referred to via component selector. See https://www.styled-components.com/docs/advanced#referring-to-other-components for more details.")),Ee(o,t,r,n)}var i;return e instanceof Or?r?(e.inject(r,n),[e.getName(n)]):[e]:He(e)?un(e):Array.isArray(e)?Array.prototype.concat.apply(jt,e.map(function(a){return Ee(a,t,r,n)})):[e.toString()]}function hi(e){for(var t=0;t<e.length;t+=1){var r=e[t];if(Ne(r)&&!Zt(r))return!1}return!0}var fi=Qr(kt),pi=function(){function e(t,r,n){this.rules=t,this.staticRulesId="",this.isStatic=process.env.NODE_ENV==="production"&&(n===void 0||n.isStatic)&&hi(t),this.componentId=r,this.baseHash=Ce(fi,r),this.baseStyle=n,an.registerId(r)}return e.prototype.generateAndInjectStyles=function(t,r,n){var o=this.baseStyle?this.baseStyle.generateAndInjectStyles(t,r,n):"";if(this.isStatic&&!n.hash)if(this.staticRulesId&&r.hasNameForId(this.componentId,this.staticRulesId))o=ke(o,this.staticRulesId);else{var i=Pr(Ee(this.rules,t,r,n)),a=Ut(Ce(this.baseHash,i)>>>0);if(!r.hasNameForId(this.componentId,a)){var d=n(i,".".concat(a),void 0,this.componentId);r.insertRules(this.componentId,a,d)}o=ke(o,a),this.staticRulesId=a}else{for(var l=Ce(this.baseHash,n.hash),h="",u=0;u<this.rules.length;u++){var f=this.rules[u];if(typeof f=="string")h+=f,process.env.NODE_ENV!=="production"&&(l=Ce(l,f));else if(f){var y=Pr(Ee(f,t,r,n));l=Ce(l,y+u),h+=y}}if(h){var g=Ut(l>>>0);r.hasNameForId(this.componentId,g)||r.insertRules(this.componentId,g,n(h,".".concat(g),void 0,this.componentId)),o=ke(o,g)}}return o},e}(),hn=p.createContext(void 0);hn.Consumer;var Lt={},Mr=new Set;function mi(e,t,r){var n=Zt(e),o=e,i=!Bt(e),a=t.attrs,d=a===void 0?jt:a,l=t.componentId,h=l===void 0?function(A,P){var R=typeof A!="string"?"sc":jr(A);Lt[R]=(Lt[R]||0)+1;var w="".concat(R,"-").concat(Bo(kt+R+Lt[R]));return P?"".concat(P,"-").concat(w):w}(t.displayName,t.parentComponentId):l,u=t.displayName,f=u===void 0?function(A){return Bt(A)?"styled.".concat(A):"Styled(".concat(en(A),")")}(e):u,y=t.displayName&&t.componentId?"".concat(jr(t.displayName),"-").concat(t.componentId):t.componentId||h,g=n&&o.attrs?o.attrs.concat(d).filter(Boolean):d,b=t.shouldForwardProp;if(n&&o.shouldForwardProp){var x=o.shouldForwardProp;if(t.shouldForwardProp){var E=t.shouldForwardProp;b=function(A,P){return x(A,P)&&E(A,P)}}else b=x}var S=new pi(r,y,n?o.componentStyle:void 0);function $(A,P){return function(R,w,H){var J=R.attrs,fe=R.componentStyle,pe=R.defaultProps,me=R.foldedComponentIds,W=R.styledComponentId,ce=R.target,we=p.useContext(hn),st=Tr(),_e=R.shouldForwardProp||st.shouldForwardProp;process.env.NODE_ENV!=="production"&&p.useDebugValue(W);var qe=To(w,we,pe)||Fe,Q=function(Ae,le,be){for(var re,ne=K(K({},le),{className:void 0,theme:be}),ve=0;ve<Ae.length;ve+=1){var ze=Ne(re=Ae[ve])?re(ne):re;for(var oe in ze)ne[oe]=oe==="className"?ke(ne[oe],ze[oe]):oe==="style"?K(K({},ne[oe]),ze[oe]):ze[oe]}return le.className&&(ne.className=ke(ne.className,le.className)),ne}(J,w,qe),ge=Q.as||ce,ye={};for(var U in Q)Q[U]===void 0||U[0]==="$"||U==="as"||U==="theme"&&Q.theme===qe||(U==="forwardedAs"?ye.as=Q.forwardedAs:_e&&!_e(U,ge)||(ye[U]=Q[U],_e||process.env.NODE_ENV!=="development"||ho(U)||Mr.has(U)||!Gt.has(ge)||(Mr.add(U),console.warn('styled-components: it looks like an unknown prop "'.concat(U,'" is being sent through to the DOM, which will likely trigger a React console error. If you would like automatic filtering of unknown props, you can opt-into that behavior via `<StyleSheetManager shouldForwardProp={...}>` (connect an API like `@emotion/is-prop-valid`) or consider using transient props (`$` prefix for automatic filtering.)')))));var Pe=function(Ae,le){var be=Tr(),re=Ae.generateAndInjectStyles(le,be.styleSheet,be.stylis);return process.env.NODE_ENV!=="production"&&p.useDebugValue(re),re}(fe,Q);process.env.NODE_ENV!=="production"&&R.warnTooManyClasses&&R.warnTooManyClasses(Pe);var Ve=ke(me,W);return Pe&&(Ve+=" "+Pe),Q.className&&(Ve+=" "+Q.className),ye[Bt(ge)&&!Gt.has(ge)?"class":"className"]=Ve,ye.ref=H,p.createElement(ge,ye)}(I,A,P)}$.displayName=f;var I=p.forwardRef($);return I.attrs=g,I.componentStyle=S,I.displayName=f,I.shouldForwardProp=b,I.foldedComponentIds=n?ke(o.foldedComponentIds,o.styledComponentId):"",I.styledComponentId=y,I.target=n?o.target:e,Object.defineProperty(I,"defaultProps",{get:function(){return this._foldedDefaultProps},set:function(A){this._foldedDefaultProps=n?function(P){for(var R=[],w=1;w<arguments.length;w++)R[w-1]=arguments[w];for(var H=0,J=R;H<J.length;H++)Yt(P,J[H],!0);return P}({},o.defaultProps,A):A}}),process.env.NODE_ENV!=="production"&&(zo(f,y),I.warnTooManyClasses=function(A,P){var R={},w=!1;return function(H){if(!w&&(R[H]=!0,Object.keys(R).length>=200)){var J=P?' with the id of "'.concat(P,'"'):"";console.warn("Over ".concat(200," classes were generated for component ").concat(A).concat(J,`.
|
|
75
|
-
`)+`Consider using the attrs method, together with a style object for frequently changed styles.
|
|
76
|
-
Example:
|
|
77
|
-
const Component = styled.div.attrs(props => ({
|
|
78
|
-
style: {
|
|
79
|
-
background: props.background,
|
|
80
|
-
},
|
|
81
|
-
}))\`width: 100%;\`
|
|
82
|
-
|
|
83
|
-
<Component />`),w=!0,R={}}}}(f,y)),Qt(I,function(){return".".concat(I.styledComponentId)}),i&&on(I,e,{attrs:!0,componentStyle:!0,displayName:!0,foldedComponentIds:!0,shouldForwardProp:!0,styledComponentId:!0,target:!0}),I}function Br(e,t){for(var r=[e[0]],n=0,o=t.length;n<o;n+=1)r.push(t[n],e[n+1]);return r}var Lr=function(e){return Object.assign(e,{isCss:!0})};function gi(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];if(Ne(e)||He(e))return Lr(Ee(Br(jt,Me([e],t,!0))));var n=e;return t.length===0&&n.length===1&&typeof n[0]=="string"?Ee(n):Lr(Ee(Br(n,t)))}function Vt(e,t,r){if(r===void 0&&(r=Fe),!t)throw Ge(1,t);var n=function(o){for(var i=[],a=1;a<arguments.length;a++)i[a-1]=arguments[a];return e(t,r,gi.apply(void 0,Me([o],i,!1)))};return n.attrs=function(o){return Vt(e,t,K(K({},r),{attrs:Array.prototype.concat(r.attrs,o).filter(Boolean)}))},n.withConfig=function(o){return Vt(e,t,K(K({},r),o))},n}var fn=function(e){return Vt(mi,e)},k=fn;Gt.forEach(function(e){k[e]=fn(e)});process.env.NODE_ENV!=="production"&&typeof navigator<"u"&&navigator.product==="ReactNative"&&console.warn(`It looks like you've imported 'styled-components' on React Native.
|
|
84
|
-
Perhaps you're looking to import 'styled-components/native'?
|
|
85
|
-
Read more about this at https://www.styled-components.com/docs/basics#react-native`);var ht="__sc-".concat(Ie,"__");process.env.NODE_ENV!=="production"&&process.env.NODE_ENV!=="test"&&typeof window<"u"&&(window[ht]||(window[ht]=0),window[ht]===1&&console.warn(`It looks like there are several instances of 'styled-components' initialized in this application. This may cause dynamic styles to not render properly, errors during the rehydration process, a missing theme prop, and makes your application bigger without good reason.
|
|
86
|
-
|
|
87
|
-
See https://s-c.sh/2BAXzed for more info.`),window[ht]+=1);const Ue=`
|
|
88
|
-
animation: fadeIn ease 400ms;
|
|
89
|
-
-webkit-animation: fadeIn ease 400ms;
|
|
90
|
-
-moz-animation: fadeIn ease 400ms;
|
|
91
|
-
|
|
92
|
-
@keyframes fadeIn {
|
|
93
|
-
0% {
|
|
94
|
-
opacity: 0;
|
|
95
|
-
}
|
|
96
|
-
100% {
|
|
97
|
-
opacity: 1;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
@-moz-keyframes fadeIn {
|
|
102
|
-
0% {
|
|
103
|
-
opacity: 0;
|
|
104
|
-
}
|
|
105
|
-
100% {
|
|
106
|
-
opacity: 1;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
@-webkit-keyframes fadeIn {
|
|
111
|
-
0% {
|
|
112
|
-
opacity: 0;
|
|
113
|
-
}
|
|
114
|
-
100% {
|
|
115
|
-
opacity: 1;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
`,pn=`
|
|
119
|
-
animation: fadeOut ease 400ms;
|
|
120
|
-
-webkit-animation: fadeOut ease 400ms;
|
|
121
|
-
-moz-animation: fadeOut ease 400ms;
|
|
122
|
-
|
|
123
|
-
@keyframes fadeOut {
|
|
124
|
-
0% {
|
|
125
|
-
opacity: 1;
|
|
126
|
-
}
|
|
127
|
-
100% {
|
|
128
|
-
opacity: 0;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
@-moz-keyframes fadeOut {
|
|
133
|
-
0% {
|
|
134
|
-
opacity: 1;
|
|
135
|
-
}
|
|
136
|
-
100% {
|
|
137
|
-
opacity: 0;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
@-webkit-keyframes fadeOut {
|
|
142
|
-
0% {
|
|
143
|
-
opacity: 1;
|
|
144
|
-
}
|
|
145
|
-
100% {
|
|
146
|
-
opacity: 0;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
`,yi=Object.freeze({phones:"only screen and (max-width: 600px)",portraitTablets:"only screen and (min-width: 600px)",landscapeTablets:"only screen and (min-width: 768px)",laptops:"only screen and (min-width: 992px)",desktops:"only screen and (min-width: 1200px)"}),bi={fontColorBase:"hsl(0, 0%, 24%)",fontColorLight:"hsl(0, 0%, 62%)",fontColorAccent:"hsl(345, 100%, 47%)",backgroundColorBase:"hsl(0, 0%, 100%)",backgroundColorLight:"hsl(0, 0%, 95%)",backgroundColorTransparent:"hsla(0, 0%, 0%, 0.3)",gradientShadow:"linear-gradient(to left, hsl(340deg 100% 16%) 0%, hsl(340deg 100% 32%) 8%, hsl(340deg 100% 32%) 92%, hsl(340deg 100% 16%) 100%)",fontFamilyCore:"Arial, Helvetica, sans-serif",fontFamilyMonospace:"'Courier New', Courier, monospace",fontSizeBase:"1.2rem",fontSizeSmall:"0.8rem",fontSizeHeader:"2rem",gapSmall:"0.25rem",gapMedium:"0.6rem",gapBig:"1rem",iconSize:"1.2rem",blockBorderRadius:"0.25rem",boxShadow:"hsla(0, 0%, 0%, 0.15) 2.4px 2.4px 3.2px",textShadow:"2.4px 2.4px 3.2px hsla(0, 0%, 0%, 0.3)",borderBase:"1px solid hsl(0, 0%, 84%)",borderLight:"1px solid hsl(0, 0%, 89%)",borderAccent:"1px solid hsl(345, 100%, 47%)",borderOutline:"1px solid hsl(0, 0%, 24%)",zIndexBase:"1",zIndexPopup:"100",zIndexModal:"200"},vi={fontColorBase:"hsl(0, 0%, 100%)",fontColorLight:"hsl(0, 0%, 92%)",fontColorAccent:"hsl(16, 82%, 52%)",backgroundColorBase:"hsl(0, 0%, 17%)",backgroundColorLight:"hsl(0, 0%, 24%)",backgroundColorTransparent:"hsla(0, 0%, 92%, 0.3)",gradientShadow:"linear-gradient(to left, hsl(16, 86%, 26%) 0%, hsl(16, 86%, 30%) 8%, hsl(16, 86%, 30%) 92%, hsl(16, 86%, 26%) 100%)",fontFamilyCore:"Arial, Helvetica, sans-serif",fontFamilyMonospace:"'Courier New', Courier, monospace",fontSizeBase:"1.2rem",fontSizeSmall:"0.8rem",fontSizeHeader:"2rem",gapSmall:"0.25rem",gapMedium:"0.6rem",gapBig:"1rem",iconSize:"1.2rem",blockBorderRadius:"0.25rem",boxShadow:"hsla(0, 0%, 92%, 0.15) 2.4px 2.4px 3.2px",textShadow:"2.4px 2.4px 3.2px hsla(0, 0%, 92%, 0.3)",borderBase:"1px solid hsl(0, 0%, 11%)",borderLight:"1px solid hsl(0, 0%, 29%)",borderAccent:"1px solid hsl(16, 82%, 52%)",borderOutline:"1px solid hsl(0, 0%, 100%)",zIndexBase:"1",zIndexPopup:"100",zIndexModal:"200"},$i=k.span`
|
|
150
|
-
display: ${({$visible:e})=>e?"block":"none"};
|
|
151
|
-
position: absolute;
|
|
152
|
-
max-width: 100%;
|
|
153
|
-
right: 0;
|
|
154
|
-
top: 72px;
|
|
155
|
-
opacity: 0.8;
|
|
156
|
-
z-index: ${e=>e.$theme.zIndexPopup};
|
|
157
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
158
|
-
border: ${e=>e.$theme.borderAccent};
|
|
159
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
160
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
161
|
-
font-size: ${e=>e.$theme.fontSizeSmall};
|
|
162
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
163
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
164
|
-
box-shadow: ${e=>e.$theme.boxShadow};
|
|
165
|
-
pointer-events: none;
|
|
166
|
-
|
|
167
|
-
${Ue}
|
|
168
|
-
`,er=({errorId:e,testId:t,message:r="Invalid input",visible:n=!1,style:o,theme:i})=>c.jsx($i,{id:e,$visible:n,"data-testid":t,style:o,$theme:i,"aria-hidden":!n,children:r});var Z=(e=>(e.Success="success",e.Error="error",e.Warning="warning",e.Info="info",e.Help="help",e))(Z||{}),ue=(e=>(e.Primary="primary",e.Flat="flat",e.Icon="icon",e))(ue||{}),j=(e=>(e.ArrowDown="arrow-down",e.ArrowUp="arrow-up",e.Back="back",e.Cancel="cancel",e.CheckboxChecked="checkbox-checked",e.CheckboxUnchecked="checkbox-unchecked",e.CheckMark="check-mark",e.ChevronDown="chevron-down",e.ChevronLeft="chevron-left",e.ChevronRight="chevron-right",e.ChevronUp="chevron-up",e.Clear="clear",e.Copy="copy",e.Cut="cut",e.Delete="delete",e.Download="download",e.Error="error",e.Forward="forward",e.Graduate="graduate",e.Help="help",e.Hide="hide",e.Home="home",e.Info="info",e.Login="login",e.Paste="paste",e.Question="question",e.Save="save",e.Show="show",e.Upload="upload",e.Warning="warning",e.Remove="remove",e))(j||{}),mn=(e=>(e.Dots="dots",e.Brackets="brackets",e.Linear="linear",e.Square="square",e.Circle="circle",e.Pulse="pulse",e.Arrow="arrow",e.Filler="filler",e.Rotation="rotation",e))(mn||{}),q=(e=>(e.Vertical="vertical",e.Horizontal="horizontal",e))(q||{}),tr=(e=>(e.Light="light",e.Dark="dark",e))(tr||{}),rr=(e=>(e.Span="span",e.Div="div",e.P="p",e.Strong="strong",e.Em="em",e))(rr||{});const xi=p.lazy(()=>Promise.resolve().then(()=>ps)),wi=p.lazy(()=>Promise.resolve().then(()=>ms)),Si=p.lazy(()=>Promise.resolve().then(()=>require("./BackIcon-6kCLtmiI.cjs"))),Ci=p.lazy(()=>Promise.resolve().then(()=>require("./CancelIcon-CSYMYQ4z.cjs"))),ki=p.lazy(()=>Promise.resolve().then(()=>as)),ji=p.lazy(()=>Promise.resolve().then(()=>cs)),Ei=p.lazy(()=>Promise.resolve().then(()=>Rs)),Ii=p.lazy(()=>Promise.resolve().then(()=>require("./ChevronDownIcon-CqL27BVM.cjs"))),Ri=p.lazy(()=>Promise.resolve().then(()=>require("./ChevronLeftIcon-CwQpbaR1.cjs"))),_i=p.lazy(()=>Promise.resolve().then(()=>require("./ChevronRightIcon-BZIUbBPo.cjs"))),Pi=p.lazy(()=>Promise.resolve().then(()=>require("./ChevronUpIcon-CdGgBXuQ.cjs"))),Ai=p.lazy(()=>Promise.resolve().then(()=>require("./ClearIcon-aO0tljyZ.cjs"))),zi=p.lazy(()=>Promise.resolve().then(()=>require("./CopyIcon-BWhAxikj.cjs"))),Ti=p.lazy(()=>Promise.resolve().then(()=>require("./CutIcon-DfSB_bG8.cjs"))),Oi=p.lazy(()=>Promise.resolve().then(()=>require("./DeleteIcon-clA_vG4P.cjs"))),Di=p.lazy(()=>Promise.resolve().then(()=>require("./DownloadIcon-iX8-O-Os.cjs"))),Mi=p.lazy(()=>Promise.resolve().then(()=>La)),Bi=p.lazy(()=>Promise.resolve().then(()=>require("./ForwardIcon-HuqcInC_.cjs"))),Li=p.lazy(()=>Promise.resolve().then(()=>require("./GraduateIcon-B-QrUIM6.cjs"))),Fi=p.lazy(()=>Promise.resolve().then(()=>Fa)),Ni=p.lazy(()=>Promise.resolve().then(()=>require("./HideIcon-CIBvv4gO.cjs"))),Hi=p.lazy(()=>Promise.resolve().then(()=>require("./HomeIcon-BsW_jabJ.cjs"))),Wi=p.lazy(()=>Promise.resolve().then(()=>Na)),Gi=p.lazy(()=>Promise.resolve().then(()=>require("./LoginIcon-CcHIc8j9.cjs"))),Ui=p.lazy(()=>Promise.resolve().then(()=>require("./PasteIcon-Bq7_QzoN.cjs"))),Yi=p.lazy(()=>Promise.resolve().then(()=>require("./QuestionIcon-DU4aPXkV.cjs"))),qi=p.lazy(()=>Promise.resolve().then(()=>require("./RemoveIcon-C1CAo905.cjs"))),Vi=p.lazy(()=>Promise.resolve().then(()=>require("./SaveIcon-BmGtZ_2_.cjs"))),Ki=p.lazy(()=>Promise.resolve().then(()=>require("./ShowIcon-C9IDP54e.cjs"))),Xi=p.lazy(()=>Promise.resolve().then(()=>require("./UploadIcon-DQb19kiB.cjs"))),Ji=p.lazy(()=>Promise.resolve().then(()=>Ha)),Zi={[j.ArrowDown]:xi,[j.ArrowUp]:wi,[j.Back]:Si,[j.Cancel]:Ci,[j.CheckboxChecked]:ki,[j.CheckboxUnchecked]:ji,[j.CheckMark]:Ei,[j.ChevronDown]:Ii,[j.ChevronUp]:Pi,[j.ChevronLeft]:Ri,[j.ChevronRight]:_i,[j.Clear]:Ai,[j.Copy]:zi,[j.Cut]:Ti,[j.Delete]:Oi,[j.Download]:Di,[j.Error]:Mi,[j.Forward]:Bi,[j.Graduate]:Li,[j.Help]:Fi,[j.Hide]:Ni,[j.Home]:Hi,[j.Info]:Wi,[j.Login]:Gi,[j.Paste]:Ui,[j.Question]:Yi,[j.Save]:Vi,[j.Show]:Ki,[j.Upload]:Xi,[j.Warning]:Ji,[j.Remove]:qi},ae=({name:e,testId:t,...r})=>{if(!e)return null;const n=c.jsx("span",{style:{fontSize:"1rem"},"aria-label":"SVG Icon Fallback",children:"⬜"}),o=Zi[e];return c.jsx(p.Suspense,{fallback:n,children:c.jsx(o,{"data-testid":t,...r})})},Qi=k.button`
|
|
169
|
-
background: transparent;
|
|
170
|
-
border: none;
|
|
171
|
-
display: flex;
|
|
172
|
-
align-items: center;
|
|
173
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
174
|
-
color: ${e=>e.$theme.fontColorLight};
|
|
175
|
-
padding: 0;
|
|
176
|
-
|
|
177
|
-
&:focus-visible {
|
|
178
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
179
|
-
outline-offset: -1px;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
&:hover {
|
|
183
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
svg {
|
|
187
|
-
cursor: pointer;
|
|
188
|
-
height: ${e=>e.$theme.iconSize};
|
|
189
|
-
width: ${e=>e.$theme.iconSize};
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
&[disabled] {
|
|
193
|
-
pointer-events: none;
|
|
194
|
-
opacity: 0.5;
|
|
195
|
-
}
|
|
196
|
-
`,tt=({onClick:e,label:t,icon:r,disabled:n,theme:o})=>c.jsx(Qi,{onClick:e,"aria-label":t,type:"button",disabled:n,$theme:o,children:c.jsx(ae,{name:r})}),es=k.label`
|
|
197
|
-
display: flex;
|
|
198
|
-
align-items: center;
|
|
199
|
-
font-size: ${e=>e.$theme.fontSizeSmall};
|
|
200
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
201
|
-
gap: ${e=>e.$theme.gapSmall};
|
|
202
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
203
|
-
|
|
204
|
-
&:hover {
|
|
205
|
-
text-shadow: ${e=>e.$theme.textShadow};
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
& + span {
|
|
209
|
-
text-wrap: nowrap;
|
|
210
|
-
overflow: hidden;
|
|
211
|
-
text-overflow: ellipsis;
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
& abbr {
|
|
215
|
-
text-decoration: none;
|
|
216
|
-
cursor: pointer;
|
|
217
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
218
|
-
margin-left: ${e=>e.$theme.gapSmall};
|
|
219
|
-
}
|
|
220
|
-
`,Re=({label:e,required:t,inputId:r,theme:n,icon:o,iconPosition:i,isTextHidden:a=!1,style:d})=>{const l=!!o&&i==="left",h=!!o&&i==="right";return c.jsxs(es,{htmlFor:r,style:d,$theme:n,children:[l&&o,!a&&c.jsxs("span",{children:[e,t&&c.jsx("abbr",{title:"required",children:"*"})]}),h&&o]})};function ts(e){return({tooltip:t,visibleOn:r,...n})=>t!=null&&t.length?c.jsx(jn,{tooltipContent:t,visibleOn:r,children:c.jsx(e,{...n})}):c.jsx(e,{...n})}const xe=p.createContext({}),gn=p.createContext({mode:tr.Light});function rs(e,t){const r=e==="dark"?vi:bi;if(t)for(const n in t){const o=n;Object.prototype.hasOwnProperty.call(r,o)&&(r[o]=t[o].toString())}return r}function rt(e){const t=document.getElementById(e);t&&t.focus()}function yn({e,options:t,onClose:r}){let n="";t.forEach(i=>{document.getElementById(i.id)===document.activeElement&&(n=i.id)});const o=t.findIndex(i=>i.id===n);switch(e.key){case"Escape":e.preventDefault(),r();break;case"ArrowUp":{e.preventDefault();const i=o-1>=0?o-1:t.length-1,a=t[i];a&&rt(a.id);break}case"ArrowDown":case"Tab":{e.preventDefault();const i=o===t.length-1?0:o+1,a=t[i];a&&rt(a.id);break}}}const X=()=>{const{customTheme:e,mode:t}=p.useContext(gn);return rs(t,e)},ot=({ref:e,onClickOutsideHandler:t,dependentRef:r})=>{p.useEffect(()=>{const n=o=>{const i=(e==null?void 0:e.current)&&!e.current.contains(o.target),a=r!=null&&r.current?!r.current.contains(o.target):!0;i&&a&&t()};return document.addEventListener("mousedown",n),()=>{document.removeEventListener("mousedown",n)}},[e,r,t])},bn=({ref:e,isVisible:t})=>{const[r,n]=p.useState({width:0,height:0});return p.useEffect(()=>{e.current&&t&&n({width:e.current.offsetWidth,height:e.current.offsetHeight})},[e,t]),r};function he(e){const t=p.useId(),r=e??t,n=`${r}_error`,o=`${r}_dropdown`;return{elementId:r,errorId:n,dropdownId:o}}const it=({ref:e,keyCode:t,onKeyPress:r})=>{p.useEffect(()=>{const n=o=>{(o==null?void 0:o.code)===t&&(e!=null&&e.current)&&r()};return document.addEventListener("keydown",n,!1),()=>{document.removeEventListener("keydown",n,!1)}},[e,t,r])},vn=({modalRef:e,isOpened:t})=>{p.useEffect(()=>{const r=e.current;if(!t||!r)return;const n=r.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])'),o=n[0],i=n[n.length-1],a=d=>{d.key==="Tab"&&(d.shiftKey&&document.activeElement===o?(d.preventDefault(),i.focus()):!d.shiftKey&&document.activeElement===i&&(d.preventDefault(),o.focus()))};return r.addEventListener("keydown",a),()=>{r.removeEventListener("keydown",a)}},[e,t])},nr=(e,t=300)=>{const[r,n]=p.useState(!1);return p.useEffect(()=>{e&&!r?n(!0):!e&&r&&setTimeout(()=>{n(!1)},t)},[e]),r},Ye=e=>{const{resetSignal:t}=p.useContext(xe);p.useEffect(()=>{t&&e()},[t,e])};function Fr(){const{innerWidth:e,innerHeight:t}=window;return{width:e,height:t}}function $n(){const[e,t]=p.useState(Fr());return p.useEffect(()=>{function r(){t(Fr())}return window.addEventListener("resize",r),()=>window.removeEventListener("resize",r)},[]),e}const xn=({wrapperRef:e,tooltipRef:t,isOpened:r,spacing:n=4})=>{const[o,i]=p.useState({top:0,left:0}),{width:a,height:d}=bn({ref:t,isVisible:r}),{width:l,height:h}=$n();return p.useEffect(()=>{if(r&&e.current){const u=e.current.getBoundingClientRect();let f=Math.round(u.bottom+n),y=Math.round(u.left);f+d>window.innerHeight&&(f=Math.round(u.top-d-n)),y+a>window.innerWidth&&(y=Math.round(window.innerWidth-a-n)),y<0&&(y=n),i({top:f,left:y})}},[r,e,d,a,n,l,h]),o},ns=k.button`
|
|
221
|
-
position: relative;
|
|
222
|
-
border: none;
|
|
223
|
-
background: transparent;
|
|
224
|
-
padding: 0;
|
|
225
|
-
cursor: pointer;
|
|
226
|
-
outline: none;
|
|
227
|
-
transition: filter 250ms;
|
|
228
|
-
width: ${e=>e.$extended?"100%":"inherit"};
|
|
229
|
-
|
|
230
|
-
&[disabled] {
|
|
231
|
-
pointer-events: none;
|
|
232
|
-
opacity: 0.5;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.chop-logic-button_shadow {
|
|
236
|
-
position: absolute;
|
|
237
|
-
top: 0;
|
|
238
|
-
left: 0;
|
|
239
|
-
width: 100%;
|
|
240
|
-
height: 100%;
|
|
241
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
242
|
-
background: hsl(0deg 0% 0% / 0.25);
|
|
243
|
-
will-change: transform;
|
|
244
|
-
transform: translateY(2px);
|
|
245
|
-
transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.chop-logic-button_edge {
|
|
249
|
-
position: absolute;
|
|
250
|
-
top: 0;
|
|
251
|
-
left: 0;
|
|
252
|
-
width: 100%;
|
|
253
|
-
height: 100%;
|
|
254
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
255
|
-
background: ${e=>e.$theme.gradientShadow};
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.chop-logic-button_front {
|
|
259
|
-
display: flex;
|
|
260
|
-
align-items: center;
|
|
261
|
-
justify-content: center;
|
|
262
|
-
gap: ${e=>e.$theme.gapSmall};
|
|
263
|
-
position: relative;
|
|
264
|
-
padding: ${e=>`${e.$theme.gapMedium} ${e.$theme.gapBig}`};
|
|
265
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
266
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
267
|
-
color: #ffffff;
|
|
268
|
-
background: ${e=>e.$theme.fontColorAccent};
|
|
269
|
-
will-change: transform;
|
|
270
|
-
transform: translateY(-4px);
|
|
271
|
-
transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
&:hover {
|
|
275
|
-
filter: brightness(110%);
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
&:hover .chop-logic-button_front {
|
|
279
|
-
transform: translateY(-6px);
|
|
280
|
-
transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
&:active .chop-logic-button_front {
|
|
284
|
-
transform: translateY(-2px);
|
|
285
|
-
transition: transform 34ms;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
&:hover .chop-logic-button_shadow {
|
|
289
|
-
transform: translateY(4px);
|
|
290
|
-
transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
&:active .chop-logic-button_shadow {
|
|
294
|
-
transform: translateY(1px);
|
|
295
|
-
transition: transform 34ms;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
&:focus-visible {
|
|
299
|
-
outline: revert;
|
|
300
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
301
|
-
outline-offset: 4px;
|
|
302
|
-
}
|
|
303
|
-
`,os=k.button`
|
|
304
|
-
border: none;
|
|
305
|
-
cursor: pointer;
|
|
306
|
-
display: flex;
|
|
307
|
-
align-items: center;
|
|
308
|
-
justify-content: center;
|
|
309
|
-
gap: ${e=>e.$theme.gapSmall};
|
|
310
|
-
padding: ${e=>`${e.$theme.gapMedium} ${e.$theme.gapBig}`};
|
|
311
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
312
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
313
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
314
|
-
background: transparent;
|
|
315
|
-
width: ${e=>e.$extended?"100%":"inherit"};
|
|
316
|
-
|
|
317
|
-
&:hover,
|
|
318
|
-
&:active {
|
|
319
|
-
background: ${e=>e.$theme.backgroundColorLight};
|
|
320
|
-
transition: all 0.3s ease 0s;
|
|
321
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
&:focus-visible {
|
|
325
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
&[disabled] {
|
|
329
|
-
pointer-events: none;
|
|
330
|
-
opacity: 0.5;
|
|
331
|
-
}
|
|
332
|
-
`,is=k.button`
|
|
333
|
-
border: none;
|
|
334
|
-
cursor: pointer;
|
|
335
|
-
display: flex;
|
|
336
|
-
align-items: center;
|
|
337
|
-
justify-content: center;
|
|
338
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
339
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
340
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
341
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
342
|
-
background: transparent;
|
|
343
|
-
|
|
344
|
-
&:hover {
|
|
345
|
-
background-color: ${e=>e.$theme.backgroundColorLight};
|
|
346
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
347
|
-
transition: all 0.3s ease 0s;
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
&:focus-visible {
|
|
351
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
&[disabled] {
|
|
355
|
-
pointer-events: none;
|
|
356
|
-
opacity: 0.5;
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
svg {
|
|
360
|
-
height: ${e=>e.$theme.iconSize};
|
|
361
|
-
width: ${e=>e.$theme.iconSize};
|
|
362
|
-
}
|
|
363
|
-
`,ss=({onClick:e,text:t,icon:r,label:n,disabled:o=!1,extended:i=!1,type:a="button",view:d=ue.Primary,...l})=>{const h=X();switch(d){case ue.Primary:return c.jsxs(ns,{$extended:i,"aria-label":n,type:a,onClick:e,disabled:o,$theme:h,...l,children:[c.jsx("span",{className:"chop-logic-button_shadow"}),c.jsx("span",{className:"chop-logic-button_edge"}),c.jsxs("span",{className:"chop-logic-button_front",children:[c.jsx(ae,{name:r}),t]})]});case ue.Flat:return c.jsxs(os,{$extended:i,"aria-label":n,type:a,onClick:e,disabled:o,$theme:h,...l,children:[c.jsx(ae,{name:r}),t]});case ue.Icon:return c.jsx(is,{"aria-label":n,type:a,onClick:e,disabled:o,$theme:h,...l,children:c.jsx(ae,{name:r})});default:return null}},nt=ts(ss);function Et(e){return c.jsxs("svg",{viewBox:"0 0 16 16",fill:"currentColor",height:"1em",width:"1em",role:"img",...e,children:[c.jsx("title",{children:"Checkbox Checked"}),c.jsx("path",{fill:"currentColor",d:"M14 0H2C.9 0 0 .9 0 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zM7 12.414L3.293 8.707l1.414-1.414L7 9.586l4.793-4.793 1.414 1.414L7 12.414z"})]})}const as=Object.freeze(Object.defineProperty({__proto__:null,default:Et},Symbol.toStringTag,{value:"Module"}));function It(e){return c.jsxs("svg",{viewBox:"0 0 16 16",fill:"currentColor",height:"1em",width:"1em",role:"img",...e,children:[c.jsx("title",{children:"Checkbox Unchecked"}),c.jsx("path",{fill:"currentColor",d:"M14 0H2C.9 0 0 .9 0 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2zm0 14H2V2h12v12z"})]})}const cs=Object.freeze(Object.defineProperty({__proto__:null,default:It},Symbol.toStringTag,{value:"Module"})),ls=k.div`
|
|
364
|
-
display: flex;
|
|
365
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
366
|
-
padding: ${e=>e.$theme.gapMedium} 0;
|
|
367
|
-
position: relative;
|
|
368
|
-
overflow: hidden;
|
|
369
|
-
|
|
370
|
-
& svg {
|
|
371
|
-
color: ${e=>e.$checked?e.$theme.fontColorAccent:e.$theme.fontColorLight};
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
& label {
|
|
375
|
-
cursor: pointer;
|
|
376
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
377
|
-
font-size: ${e=>e.$theme.fontSizeBase} !important;
|
|
378
|
-
&:hover,
|
|
379
|
-
&:active {
|
|
380
|
-
text-shadow: ${e=>e.$theme.textShadow};
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
${e=>e.$disabled&&`
|
|
385
|
-
pointer-events: none;
|
|
386
|
-
opacity: 0.5;
|
|
387
|
-
`}
|
|
388
|
-
|
|
389
|
-
& input {
|
|
390
|
-
position: absolute;
|
|
391
|
-
z-index: -1;
|
|
392
|
-
opacity: 0;
|
|
393
|
-
top: 4px;
|
|
394
|
-
left: 0;
|
|
395
|
-
margin: 0;
|
|
396
|
-
|
|
397
|
-
&:focus-visible + label {
|
|
398
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
399
|
-
outline-offset: 2px;
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
`;function ds({defaultChecked:e,initialValues:t,name:r}){return t&&(t==null?void 0:t[r])!==void 0?!!(t!=null&&t[r]):!!e}function us({name:e,defaultChecked:t,onChange:r}){const{onChangeFormInput:n,initialValues:o}=p.useContext(xe),i=ds({initialValues:o,name:e,defaultChecked:t}),[a,d]=p.useState(i),l=u=>{const f=u.target.checked;d(f),r==null||r(u),n==null||n({name:e,value:f})},h=p.useCallback(()=>{d(i),n==null||n({name:e,value:i})},[e]);return Ye(h),{handleChange:l,checked:a}}const hs=({name:e,label:t,disabled:r,noLabel:n,required:o=!1,iconPosition:i="left",defaultChecked:a,onChange:d,id:l,...h})=>{const{handleChange:u,checked:f}=us({name:e,defaultChecked:a,onChange:d}),{elementId:y}=he(l),g=X();return c.jsxs(ls,{$disabled:!!r,$theme:g,$checked:f,...h,children:[c.jsx("input",{id:y,name:e,type:"checkbox",disabled:r,required:o,checked:f,onChange:u,"aria-label":n?t:void 0}),c.jsx(Re,{label:t,required:o,inputId:y,isTextHidden:n,icon:f?c.jsx(Et,{}):c.jsx(It,{}),iconPosition:i,theme:g})]})},wn=k.div`
|
|
403
|
-
position: relative;
|
|
404
|
-
display: flex;
|
|
405
|
-
justify-content: space-between;
|
|
406
|
-
flex-direction: column;
|
|
407
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
408
|
-
background: transparent;
|
|
409
|
-
`,Sn=k.button`
|
|
410
|
-
text-align: left;
|
|
411
|
-
cursor: pointer;
|
|
412
|
-
display: flex;
|
|
413
|
-
justify-content: space-between;
|
|
414
|
-
align-items: center;
|
|
415
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
416
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
417
|
-
border: ${e=>e.$theme.borderLight};
|
|
418
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
419
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
420
|
-
white-space: nowrap;
|
|
421
|
-
text-overflow: ellipsis;
|
|
422
|
-
overflow: hidden;
|
|
423
|
-
|
|
424
|
-
& > span:nth-child(1) {
|
|
425
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
426
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
427
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
428
|
-
overflow: hidden;
|
|
429
|
-
text-overflow: ellipsis;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
svg {
|
|
433
|
-
cursor: pointer;
|
|
434
|
-
color: ${e=>e.$theme.fontColorLight};
|
|
435
|
-
height: ${e=>e.$theme.iconSize};
|
|
436
|
-
width: ${e=>e.$theme.iconSize};
|
|
437
|
-
|
|
438
|
-
&:hover {
|
|
439
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
&:focus-visible {
|
|
444
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
445
|
-
outline-offset: 2px;
|
|
446
|
-
}
|
|
447
|
-
|
|
448
|
-
&[disabled] {
|
|
449
|
-
pointer-events: none;
|
|
450
|
-
opacity: 0.5;
|
|
451
|
-
}
|
|
452
|
-
`,Cn=k.ul`
|
|
453
|
-
visibility: hidden;
|
|
454
|
-
opacity: 0;
|
|
455
|
-
transition:
|
|
456
|
-
visibility 0s,
|
|
457
|
-
opacity 0.3s linear;
|
|
458
|
-
position: absolute;
|
|
459
|
-
background: ${e=>e.$theme.backgroundColorBase};
|
|
460
|
-
margin: 0;
|
|
461
|
-
padding: 0;
|
|
462
|
-
list-style: none;
|
|
463
|
-
z-index: ${e=>e.$theme.zIndexPopup};
|
|
464
|
-
width: 100%;
|
|
465
|
-
top: 72px;
|
|
466
|
-
left: -1px;
|
|
467
|
-
border: ${e=>e.$theme.borderLight};
|
|
468
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
469
|
-
box-shadow: ${e=>e.$theme.boxShadow};
|
|
470
|
-
overflow-y: auto;
|
|
471
|
-
max-height: 180px;
|
|
472
|
-
|
|
473
|
-
${e=>e.$opened&&"visibility: visible; opacity: 1;"}
|
|
474
|
-
`,kn=k.li`
|
|
475
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
476
|
-
cursor: pointer;
|
|
477
|
-
display: flex;
|
|
478
|
-
justify-content: space-between;
|
|
479
|
-
align-items: center;
|
|
480
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
481
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
482
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
483
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
484
|
-
|
|
485
|
-
&:hover,
|
|
486
|
-
&:active {
|
|
487
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
488
|
-
}
|
|
489
|
-
|
|
490
|
-
&:focus-visible {
|
|
491
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
492
|
-
outline-offset: -4px;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
svg {
|
|
496
|
-
color: ${e=>e.$selected?e.$theme.fontColorAccent:e.$theme.fontColorLight};
|
|
497
|
-
width: ${e=>e.$theme.iconSize};
|
|
498
|
-
height: ${e=>e.$theme.iconSize};
|
|
499
|
-
}
|
|
500
|
-
`,fs=k(kn)`
|
|
501
|
-
justify-content: flex-start;
|
|
502
|
-
`;function or(e){return c.jsxs("svg",{viewBox:"0 0 24 24",fill:"currentColor",height:"1em",width:"1em",role:"img",...e,children:[c.jsx("title",{children:"Arrow Down"}),c.jsx("path",{d:"M21.886 5.536A1.002 1.002 0 0021 5H3a1.002 1.002 0 00-.822 1.569l9 13a.998.998 0 001.644 0l9-13a.998.998 0 00.064-1.033zM12 17.243L4.908 7h14.184L12 17.243z"})]})}const ps=Object.freeze(Object.defineProperty({__proto__:null,default:or},Symbol.toStringTag,{value:"Module"}));function ir(e){return c.jsxs("svg",{viewBox:"0 0 24 24",fill:"currentColor",height:"1em",width:"1em",role:"img",...e,children:[c.jsx("title",{children:"Arrow Up"}),c.jsx("path",{d:"M3 19h18a1.002 1.002 0 00.823-1.569l-9-13c-.373-.539-1.271-.539-1.645 0l-9 13A.999.999 0 003 19zm9-12.243L19.092 17H4.908L12 6.757z"})]})}const ms=Object.freeze(Object.defineProperty({__proto__:null,default:ir},Symbol.toStringTag,{value:"Module"})),gs=({opened:e,onClick:t,comboboxId:r,dropdownId:n,name:o,placeholder:i,disabled:a,required:d,values:l,theme:h})=>{const u=l==null?void 0:l.filter(g=>g.selected).map(g=>g.label),f=l==null?void 0:l.filter(g=>g.selected).map(g=>g.id);let y=c.jsx("span",{children:i});return u&&u.length>1?y=c.jsx("span",{children:`${u.length} items selected`}):u&&u.length===1&&(y=c.jsx("span",{children:u[0]})),c.jsxs(Sn,{type:"button",name:o,value:f,role:"combobox","aria-haspopup":"listbox","aria-expanded":e,"aria-controls":n,id:r,onClick:t,disabled:a,"aria-required":d,$theme:h,children:[y,e?c.jsx(ir,{}):c.jsx(or,{})]})},ys=({value:e,onSelect:t,theme:r})=>{const{id:n,label:o,selected:i}=e,a=d=>l=>{switch(l.key){case" ":case"SpaceBar":case"Enter":l.preventDefault(),t(d);break}};return c.jsxs(fs,{id:n,role:"option","aria-selected":i,tabIndex:0,onKeyDown:a(n),onClick:()=>t(n),$theme:r,$selected:i,children:[i?c.jsx(Et,{}):c.jsx(It,{}),c.jsx("span",{children:o})]})},bs=({options:e,opened:t,onClose:r,onSelect:n,dropdownId:o,theme:i})=>c.jsx(Cn,{$opened:t,role:"listbox",id:o,tabIndex:-1,onKeyDown:a=>yn({e:a,options:e,onClose:r}),$theme:i,children:e.map(a=>c.jsx(ys,{value:a,onSelect:()=>n(a.id),theme:i},a.id))});function vs({name:e,options:t,initialValues:r,defaultValue:n}){return t.map(o=>{let i=!1;return r&&(r!=null&&r[e])&&Array.isArray(r[e])&&r[e].find(d=>d===o.id||(d==null?void 0:d.id)===o.id)&&(i=!0),!(r!=null&&r[e])&&Array.isArray(n)&&n.find(d=>d===o.id)&&(i=!0),{...o,selected:i}})}const Nr=e=>e.filter(t=>t.selected).map(t=>t.id),$s=(e,t)=>{const r=e.find(n=>n.id===t);return e.map(n=>n.id===t?{...n,selected:!(r!=null&&r.selected)}:n)};function xs({name:e,defaultValue:t,onChange:r,options:n}){const[o,i]=p.useState(!1),{onChangeFormInput:a,initialValues:d}=p.useContext(xe),l=vs({name:e,options:n,initialValues:d,defaultValue:t}),[h,u]=p.useState(l),f=()=>i(!1),y=()=>i(!o),g=x=>{const E=$s(h,x);u(E),r==null||r(E),a==null||a({name:e,value:Nr(E)})},b=p.useCallback(()=>{i(!1),u(l),a==null||a({name:e,value:Nr(l)})},[e]);return Ye(b),{handleClose:f,handleToggle:y,handleSelect:g,opened:o,values:h}}const ws=({options:e,name:t,label:r,required:n=!1,placeholder:o="Not selected",disabled:i=!1,onChange:a,defaultValue:d,id:l,...h})=>{const u=p.useRef(null),{elementId:f,dropdownId:y}=he(l),g=X(),{handleClose:b,handleSelect:x,handleToggle:E,opened:S,values:$}=xs({name:t,options:e,defaultValue:d,onChange:a});return ot({ref:u,onClickOutsideHandler:b}),it({keyCode:"Escape",ref:u,onKeyPress:b}),c.jsxs(wn,{ref:u,$theme:g,...h,children:[c.jsx(Re,{label:r,required:n,inputId:f,theme:g}),c.jsx(gs,{name:t,opened:S,comboboxId:f,dropdownId:y,onClick:E,values:$,placeholder:o,disabled:i,required:n,theme:g}),c.jsx(bs,{theme:g,options:$,opened:S,onClose:b,dropdownId:y,onSelect:x})]})};function Ss({name:e,initialValues:t,defaultValue:r}){return t&&t[e]?Number(t[e]):r&&typeof r=="number"?r:0}function Cs({value:e,required:t,validator:r,maxValue:n,minValue:o}){return t&&!r&&e===void 0?!1:r&&typeof r=="function"?r(e):n&&o&&e&&!r?e<=n&&e>=o:!0}function ks({name:e,defaultValue:t,onChange:r,onSpinButtonClick:n,min:o,max:i,step:a,required:d,validator:l}){const{onChangeFormInput:h,initialValues:u}=p.useContext(xe),f=Ss({initialValues:u,defaultValue:t,name:e}),y=i?Number(i):Number.MAX_SAFE_INTEGER,g=o?Number(o):Number.MIN_SAFE_INTEGER,[b,x]=p.useState(f),[E,S]=p.useState(!0),$=w=>{x(w);const H=Cs({value:w,required:d,validator:l,maxValue:y,minValue:g});S(H),h==null||h({name:e,value:w,valid:H})},I=w=>{const H=Number(w.target.value);$(H),r==null||r(w)},A=()=>{$(b+a),n==null||n(b+a)},P=()=>{$(b-a),n==null||n(b-a)},R=p.useCallback(()=>{x(f),S(!0),h==null||h({name:e,value:f,valid:!0})},[e]);return Ye(R),{handleChange:I,value:b,valid:E,minValue:g,maxValue:y,increment:A,decrement:P}}const js=k.div`
|
|
503
|
-
display: flex;
|
|
504
|
-
flex-direction: column;
|
|
505
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
506
|
-
position: relative;
|
|
507
|
-
|
|
508
|
-
& > div:nth-child(2) {
|
|
509
|
-
display: flex;
|
|
510
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
511
|
-
align-items: center;
|
|
512
|
-
border: ${e=>e.$theme.borderLight};
|
|
513
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
514
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
515
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
516
|
-
|
|
517
|
-
&:has(input:focus) {
|
|
518
|
-
border: ${e=>e.$theme.borderOutline};
|
|
519
|
-
}
|
|
520
|
-
|
|
521
|
-
&:has(input[aria-invalid='true']) {
|
|
522
|
-
border: ${e=>e.$theme.borderAccent};
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
&:has(input[disabled]) {
|
|
526
|
-
pointer-events: none;
|
|
527
|
-
opacity: 0.5;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
& > span:nth-child(2) {
|
|
531
|
-
display: flex;
|
|
532
|
-
align-items: center;
|
|
533
|
-
}
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
& input {
|
|
537
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
538
|
-
padding: 0;
|
|
539
|
-
border: none;
|
|
540
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
541
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
542
|
-
display: inline-block;
|
|
543
|
-
background: transparent;
|
|
544
|
-
white-space: nowrap;
|
|
545
|
-
text-overflow: ellipsis;
|
|
546
|
-
overflow: hidden;
|
|
547
|
-
flex-grow: 1;
|
|
548
|
-
min-width: 0;
|
|
549
|
-
|
|
550
|
-
&:focus-visible {
|
|
551
|
-
outline: none;
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
&::-webkit-outer-spin-button,
|
|
555
|
-
&::-webkit-inner-spin-button {
|
|
556
|
-
-webkit-appearance: none;
|
|
557
|
-
margin: 0;
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
&[type='number'] {
|
|
561
|
-
-moz-appearance: textfield;
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
`,Es=({name:e,label:t,errorMessage:r,onChange:n,onBlur:o,onFocus:i,onSpinButtonClick:a,validator:d,min:l,max:h,id:u,tabIndex:f,disabled:y=!1,required:g=!1,readOnly:b=!1,hasSpinButtons:x=!0,defaultValue:E=0,step:S=1,...$})=>{const{elementId:I,errorId:A}=he(u),P=X(),{value:R,valid:w,handleChange:H,increment:J,decrement:fe,minValue:pe,maxValue:me}=ks({name:e,defaultValue:E,min:l,max:h,onChange:n,required:g,validator:d,step:S,onSpinButtonClick:a});return c.jsxs(js,{$theme:P,...$,children:[c.jsx(Re,{label:t,required:g,inputId:I,theme:P}),c.jsxs("div",{children:[c.jsx("input",{id:I,name:e,type:"number",disabled:y,required:g,readOnly:b,placeholder:"0","aria-invalid":!w,"aria-errormessage":A,value:R.toString(),onChange:H,min:pe,max:me,step:S,onBlur:o,onFocus:i,tabIndex:f}),x&&c.jsxs("span",{children:[c.jsx(tt,{onClick:fe,label:`Decrement value for ${t}`,icon:j.ChevronLeft,disabled:y,theme:P}),c.jsx(tt,{onClick:J,label:`Increment value for ${t}`,icon:j.ChevronRight,disabled:y,theme:P})]})]}),c.jsx(er,{errorId:A,message:r,visible:!w,theme:P})]})},Is=({opened:e,onClick:t,comboboxId:r,dropdownId:n,selected:o,name:i,placeholder:a,disabled:d,required:l,theme:h})=>c.jsxs(Sn,{type:"button",name:i,value:o==null?void 0:o.id,role:"combobox","aria-haspopup":"listbox","aria-expanded":e,"aria-controls":n,id:r,onClick:t,disabled:d,"aria-required":l,$theme:h,children:[o!=null&&o.label?c.jsx("span",{children:o==null?void 0:o.label}):c.jsx("span",{children:a}),e?c.jsx(ir,{}):c.jsx(or,{})]});function sr(e){return c.jsxs("svg",{viewBox:"0 0 512 512",fill:"currentColor",height:"1em",width:"1em",role:"img",...e,children:[c.jsx("title",{children:"Check Mark"}),c.jsx("path",{d:"M470.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L192 338.7l233.4-233.3c12.5-12.5 32.8-12.5 45.3 0z"})]})}const Rs=Object.freeze(Object.defineProperty({__proto__:null,default:sr},Symbol.toStringTag,{value:"Module"})),_s=({value:e,selected:t,onSelect:r,onClear:n,theme:o})=>{const{id:i,label:a}=e,d=h=>{t?n():r(h)},l=h=>u=>{switch(u.key){case" ":case"SpaceBar":case"Enter":u.preventDefault(),d(h);break}};return c.jsxs(kn,{id:i,role:"option","aria-selected":t,tabIndex:0,onKeyDown:l(i),onClick:()=>d(i),$theme:o,$selected:t,children:[c.jsx("span",{children:a}),t&&c.jsx(sr,{})]})},Ps=({options:e,opened:t,onClose:r,onSelect:n,dropdownId:o,comboboxId:i,selected:a,onClear:d,theme:l})=>{const h=u=>{n(u),r(),rt(i)};return c.jsx(Cn,{role:"listbox",id:o,tabIndex:-1,onKeyDown:u=>yn({e:u,options:e,onClose:r}),$opened:t,$theme:l,children:e.map(u=>c.jsx(_s,{value:u,onSelect:()=>h(u.id),onClear:d,selected:u.id===(a==null?void 0:a.id),theme:l},u.id))})};function As({name:e,options:t,initialValues:r,defaultValue:n}){var i;let o;return r&&r[e]&&(o=((i=r[e])==null?void 0:i.id)??r[e]),!(r!=null&&r[e])&&n&&typeof n=="string"&&(o=n),t.find(a=>a.id===o)}function zs({name:e,defaultValue:t,onChange:r,options:n}){const{onChangeFormInput:o,initialValues:i}=p.useContext(xe),a=As({name:e,options:n,defaultValue:t,initialValues:i}),[d,l]=p.useState(!1),[h,u]=p.useState(a),f=()=>l(!1),y=()=>l(!d),g=E=>{const S=n.find($=>$.id===E);u(S),r==null||r(S),o==null||o({name:e,value:S==null?void 0:S.id})},b=()=>{u(void 0),r==null||r(void 0)},x=p.useCallback(()=>{l(!1),u(a),o==null||o({name:e,value:a==null?void 0:a.id})},[e]);return Ye(x),{selected:h,opened:d,handleClear:b,handleClose:f,handleToggle:y,handleSelect:g}}const Ts=({options:e,onChange:t,name:r,label:n,defaultValue:o,id:i,placeholder:a="Not selected",required:d=!1,disabled:l=!1,...h})=>{const u=p.useRef(null),f=X(),{elementId:y,dropdownId:g}=he(i),{handleClear:b,handleClose:x,handleSelect:E,handleToggle:S,selected:$,opened:I}=zs({options:e,onChange:t,defaultValue:o,name:r});return ot({ref:u,onClickOutsideHandler:x}),it({keyCode:"Escape",ref:u,onKeyPress:x}),c.jsxs(wn,{ref:u,$theme:f,...h,children:[c.jsx(Re,{label:n,required:d,inputId:y,theme:f}),c.jsx(Is,{name:r,opened:I,comboboxId:y,dropdownId:g,onClick:S,selected:$,placeholder:a,disabled:l,required:d,theme:f}),c.jsx(Ps,{options:e,selected:$,opened:I,onClose:x,dropdownId:g,comboboxId:y,onSelect:E,onClear:b,theme:f})]})};function Os({value:e,required:t,validator:r}){return t&&!r&&!e.length?!1:r&&typeof r=="function"?r(e):r&&typeof r=="object"?new RegExp(r.regexp,r==null?void 0:r.flags).test(e):!0}function Ds({name:e,initialValues:t,defaultValue:r}){return t&&(t!=null&&t[e])?t[e].toString():r&&typeof r=="string"?r:""}function Ms({name:e,defaultValue:t,onChange:r,onClear:n,required:o,validator:i}){const{onChangeFormInput:a,initialValues:d}=p.useContext(xe),l=Ds({initialValues:d,defaultValue:t,name:e}),[h,u]=p.useState(l),[f,y]=p.useState(!0),[g,b]=p.useState(!1),x=I=>{const A=I.target.value,P=Os({value:A,required:o,validator:i});u(A),y(P),a==null||a({name:e,value:A,valid:P}),r==null||r(I)},E=()=>{u(""),y(!0),a==null||a({name:e,value:"",valid:!0}),n==null||n()},S=p.useCallback(()=>{u(l),y(!0),a==null||a({name:e,value:l,valid:!0})},[e]),$=()=>{b(!g)};return Ye(S),{value:h,valid:f,passwordShown:g,handleChange:x,handleClear:E,togglePassword:$}}const Bs=k.div`
|
|
565
|
-
display: flex;
|
|
566
|
-
flex-direction: column;
|
|
567
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
568
|
-
position: relative;
|
|
569
|
-
|
|
570
|
-
& > div:nth-child(2) {
|
|
571
|
-
display: flex;
|
|
572
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
573
|
-
align-items: center;
|
|
574
|
-
border: ${e=>e.$theme.borderLight};
|
|
575
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
576
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
577
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
578
|
-
|
|
579
|
-
&:has(input:focus) {
|
|
580
|
-
border: ${e=>e.$theme.borderOutline};
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
&:has(input[aria-invalid='true']) {
|
|
584
|
-
border: ${e=>e.$theme.borderAccent};
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
&:has(input[disabled]) {
|
|
588
|
-
pointer-events: none;
|
|
589
|
-
opacity: 0.5;
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
& > span:nth-child(2) {
|
|
593
|
-
display: flex;
|
|
594
|
-
gap: ${e=>e.$theme.gapSmall};
|
|
595
|
-
align-items: center;
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
|
|
599
|
-
& input {
|
|
600
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
601
|
-
padding: 0;
|
|
602
|
-
border: none;
|
|
603
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
604
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
605
|
-
display: inline-block;
|
|
606
|
-
background: transparent;
|
|
607
|
-
white-space: nowrap;
|
|
608
|
-
text-overflow: ellipsis;
|
|
609
|
-
overflow: hidden;
|
|
610
|
-
flex-grow: 1;
|
|
611
|
-
min-width: 0;
|
|
612
|
-
|
|
613
|
-
&:focus-visible {
|
|
614
|
-
outline: none;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
&:placeholder-shown + span {
|
|
618
|
-
display: none !important;
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
`,Ls=({name:e,label:t,errorMessage:r,defaultValue:n,onChange:o,onBlur:i,onFocus:a,onClear:d,validator:l,maxLength:h,id:u,tabIndex:f,placeholder:y="Type here...",disabled:g=!1,required:b=!1,clearable:x=!0,readOnly:E=!1,autoComplete:S="off",type:$="text",...I})=>{const{value:A,valid:P,handleChange:R,handleClear:w,passwordShown:H,togglePassword:J}=Ms({defaultValue:n,name:e,onChange:o,onClear:d,required:b,validator:l}),{elementId:fe,errorId:pe}=he(u),me=$==="password",W=X();return c.jsxs(Bs,{$theme:W,...I,children:[c.jsx(Re,{label:t,required:b,inputId:fe,theme:W}),c.jsxs("div",{children:[c.jsx("input",{id:fe,name:e,type:H?"text":$,disabled:g,placeholder:y,required:b,readOnly:E,autoComplete:S,"aria-invalid":!P,"aria-errormessage":pe,"aria-readonly":E,value:A,onChange:R,maxLength:h,onBlur:i,onFocus:a,tabIndex:f}),c.jsxs("span",{children:[x&&c.jsx(tt,{onClick:w,label:`Clear input for ${t}`,icon:j.Remove,disabled:g,theme:W}),me&&c.jsx(tt,{onClick:J,label:"Toggle password visibility",icon:H?j.Hide:j.Show,disabled:g,theme:W})]})]}),c.jsx(er,{errorId:pe,message:r,visible:!P,theme:W})]})},Fs=k.div`
|
|
622
|
-
z-index: ${e=>e.$theme.zIndexModal};
|
|
623
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
624
|
-
box-shadow: ${e=>e.$theme.boxShadow};
|
|
625
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
626
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
627
|
-
width: 100%;
|
|
628
|
-
height: 90%;
|
|
629
|
-
position: absolute;
|
|
630
|
-
bottom: 0;
|
|
631
|
-
left: 0;
|
|
632
|
-
border-top-left-radius: ${e=>e.$theme.blockBorderRadius};
|
|
633
|
-
border-top-right-radius: ${e=>e.$theme.blockBorderRadius};
|
|
634
|
-
${Ue}
|
|
635
|
-
|
|
636
|
-
@media ${yi.landscapeTablets} {
|
|
637
|
-
width: fit-content;
|
|
638
|
-
height: fit-content;
|
|
639
|
-
position: relative;
|
|
640
|
-
min-width: 40%;
|
|
641
|
-
max-width: 90%;
|
|
642
|
-
max-height: 90%;
|
|
643
|
-
border-bottom-left-radius: ${e=>e.$theme.blockBorderRadius};
|
|
644
|
-
border-bottom-right-radius: ${e=>e.$theme.blockBorderRadius};
|
|
645
|
-
|
|
646
|
-
header {
|
|
647
|
-
font-size: ${e=>e.$theme.fontSizeHeader};
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
|
-
`,Ns=k.div`
|
|
651
|
-
position: fixed;
|
|
652
|
-
top: 0;
|
|
653
|
-
left: 0;
|
|
654
|
-
width: 100%;
|
|
655
|
-
height: 100%;
|
|
656
|
-
z-index: inherit;
|
|
657
|
-
display: flex;
|
|
658
|
-
justify-content: center;
|
|
659
|
-
align-items: center;
|
|
660
|
-
background-color: ${e=>e.$theme.backgroundColorTransparent};
|
|
661
|
-
${Ue}
|
|
662
|
-
|
|
663
|
-
${e=>e.$isClosing&&pn}
|
|
664
|
-
`,Hs=k.header`
|
|
665
|
-
font-size: 1.6rem;
|
|
666
|
-
font-weight: bold;
|
|
667
|
-
display: flex;
|
|
668
|
-
justify-content: space-between;
|
|
669
|
-
align-items: center;
|
|
670
|
-
gap: ${e=>e.$theme.gapBig};
|
|
671
|
-
padding: ${e=>e.$theme.gapBig};
|
|
672
|
-
border-bottom: ${e=>e.$theme.borderBase};
|
|
673
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
674
|
-
`,Ws=k.div`
|
|
675
|
-
padding: ${e=>e.$theme.gapBig};
|
|
676
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
677
|
-
`,Gs=({title:e,onClose:t,theme:r})=>c.jsxs(Hs,{$theme:r,children:[e,c.jsx(nt,{icon:j.Cancel,view:ue.Icon,label:"Close modal window",onClick:t})]}),Us=({title:e,onClose:t,isOpened:r,children:n,theme:o,...i})=>{const a=p.useRef(null);return vn({modalRef:a,isOpened:r}),it({keyCode:"Escape",ref:a,onKeyPress:t}),c.jsxs(Fs,{ref:a,role:"dialog","aria-modal":"true",$theme:o,...i,children:[c.jsx(Gs,{title:e,onClose:t,theme:o}),c.jsx(Ws,{$theme:o,children:n})]})},Ys=({isOpened:e,onClose:t,title:r,children:n,...o})=>{const i=nr(e),a=i&&!e,d=X();return i?c.jsx(Rt,{children:c.jsx(Ns,{$isClosing:a,$theme:d,children:c.jsx(Us,{title:r,onClose:t,isOpened:e,...o,theme:d,children:n})})}):null},qs=({id:e})=>{const[t,r]=p.useState(!1),n=p.useRef(null),o=p.useRef(null),{top:i,left:a}=xn({wrapperRef:n,tooltipRef:o,isOpened:t}),{elementId:d}=he(e),l=()=>r(!1),h=()=>r(!0),u=()=>r(!t),f=y=>{y.preventDefault(),u()};return it({keyCode:"Escape",ref:o,onKeyPress:l}),ot({ref:o,onClickOutsideHandler:l,dependentRef:n}),{elementId:d,openTooltip:h,closeTooltip:l,toggleTooltip:u,handleContextMenu:f,top:i,left:a,isOpened:t,wrapperRef:n,tooltipRef:o}},Vs=k.div`
|
|
678
|
-
position: absolute;
|
|
679
|
-
left: 0;
|
|
680
|
-
top: 0;
|
|
681
|
-
z-index: ${e=>e.$theme.zIndexPopup};
|
|
682
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
683
|
-
border: ${e=>e.$theme.borderLight};
|
|
684
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
685
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
686
|
-
font-size: ${e=>e.$theme.fontSizeSmall};
|
|
687
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
688
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
689
|
-
box-shadow: ${e=>e.$theme.boxShadow};
|
|
690
|
-
pointer-events: none;
|
|
691
|
-
white-space: nowrap;
|
|
692
|
-
|
|
693
|
-
${Ue}
|
|
694
|
-
`,jn=({children:e,tooltipContent:t,containerTag:r=rr.Span,visibleOn:n="hover",id:o,style:i,...a})=>{const d=r,l=X(),{openTooltip:h,closeTooltip:u,toggleTooltip:f,handleContextMenu:y,elementId:g,top:b,left:x,isOpened:E,wrapperRef:S,tooltipRef:$}=qs({id:o});return c.jsxs(d,{style:{position:"relative",cursor:"pointer"},onClick:n==="click"?f:void 0,onMouseOver:n==="hover"?h:void 0,onMouseLeave:n==="hover"?u:void 0,onFocus:n==="focus"?h:void 0,onBlur:n==="focus"?u:void 0,onContextMenu:n==="contextmenu"?I=>y(I):void 0,tabIndex:0,ref:S,"aria-describedby":g,children:[e,E&&c.jsx(Rt,{children:c.jsx(Vs,{style:{...i,top:b,left:x},ref:$,role:"tooltip",id:g,$theme:l,...a,children:t})})]})};function Ks(e){return e?Object.keys(e).map(t=>[t,!0]):[]}function Xs(e,t){return(t==null?void 0:t.valid)===void 0?e:e.map(r=>r[0]!==t.name?r:[r[0],!!(t!=null&&t.valid)])}function Js(e){return e.every(t=>t[1])}function Zs({initialValues:e,onReset:t,onSubmit:r,onClickSubmit:n}){const[o,i]=p.useState(e),[a,d]=p.useState(Ks(e)),[l,h]=p.useState(0);return{handleInputChange:g=>{const b={...o,[g.name]:g.value};i(b),d(Xs(a,g))},handleSubmit:g=>{g.preventDefault();const x={...Object.fromEntries(new FormData(g.target)),...o};r==null||r(g),n==null||n(x)},handleReset:g=>{t==null||t(g),i(e),h(l+1)},resetSignal:l,valid:Js(a)}}const Qs=k.form`
|
|
695
|
-
display: grid;
|
|
696
|
-
align-items: end;
|
|
697
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
698
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
699
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
700
|
-
|
|
701
|
-
${({$columns:e})=>`
|
|
702
|
-
grid-template-columns: repeat(${e}, 1fr);
|
|
703
|
-
grid-template-rows: auto;
|
|
704
|
-
`}
|
|
705
|
-
`,ea=k.div`
|
|
706
|
-
display: flex;
|
|
707
|
-
align-items: center;
|
|
708
|
-
justify-content: space-between;
|
|
709
|
-
padding-top: 1rem;
|
|
710
|
-
|
|
711
|
-
${({$columns:e})=>`
|
|
712
|
-
grid-column: 1 / ${e+1};
|
|
713
|
-
`}
|
|
714
|
-
`,ta=({children:e,initialValues:t,onReset:r,onSubmit:n,onClickSubmit:o,columns:i=1,hasReset:a=!0,...d})=>{const{handleInputChange:l,handleSubmit:h,handleReset:u,resetSignal:f,valid:y}=Zs({initialValues:t,onReset:r,onSubmit:n,onClickSubmit:o}),g=X();return c.jsx(Qs,{onSubmit:h,onReset:u,$columns:i,$theme:g,...d,children:c.jsxs(xe.Provider,{value:{onChangeFormInput:l,initialValues:t,resetSignal:f},children:[e,c.jsxs(ea,{$columns:i,children:[a&&c.jsx(nt,{type:"reset",text:"Reset",icon:j.Clear,view:ue.Flat}),c.jsx(nt,{type:"submit",text:"Submit",icon:j.Forward,extended:!a,disabled:!y})]})]})})},ra=k.table`
|
|
715
|
-
border-collapse: collapse;
|
|
716
|
-
`,na=k.thead`
|
|
717
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
718
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
719
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
720
|
-
`,oa=k.tbody`
|
|
721
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
722
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
723
|
-
`,En=k.th`
|
|
724
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
725
|
-
text-align: left;
|
|
726
|
-
`,ia=k.tr`
|
|
727
|
-
font-weight: bold;
|
|
728
|
-
border-top: ${e=>e.$theme.borderLight};
|
|
729
|
-
border-bottom: ${e=>e.$theme.borderLight};
|
|
730
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
731
|
-
`,In=k.td`
|
|
732
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
733
|
-
`,sa=k.caption`
|
|
734
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
735
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
736
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
737
|
-
font-weight: bold;
|
|
738
|
-
`,aa=k.tr`
|
|
739
|
-
border-bottom: ${e=>e.$theme.borderLight};
|
|
740
|
-
|
|
741
|
-
${e=>e.$selected&&`
|
|
742
|
-
background-color: ${e.$theme.backgroundColorLight};
|
|
743
|
-
`}
|
|
744
|
-
`,Hr=k.col`
|
|
745
|
-
border-right: ${e=>e.$theme.borderLight};
|
|
746
|
-
|
|
747
|
-
${e=>e.$isFirst&&`border-left: ${e.$theme.borderLight};`}
|
|
748
|
-
${e=>e.$highlighted&&`background-color: ${e.$theme.backgroundColorLight};`}
|
|
749
|
-
`,ca=k.div`
|
|
750
|
-
display: flex;
|
|
751
|
-
gap: ${e=>e.$theme.gapSmall};
|
|
752
|
-
padding: ${e=>e.$theme.gapSmall} 0;
|
|
753
|
-
position: relative;
|
|
754
|
-
overflow: hidden;
|
|
755
|
-
|
|
756
|
-
svg {
|
|
757
|
-
color: ${e=>e.$checked?e.$theme.fontColorBase:e.$theme.fontColorLight};
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
label {
|
|
761
|
-
cursor: pointer;
|
|
762
|
-
gap: ${e=>e.$theme.gapSmall};
|
|
763
|
-
font-size: ${e=>e.$theme.fontSizeBase} !important;
|
|
764
|
-
&:hover,
|
|
765
|
-
&:active {
|
|
766
|
-
text-shadow: ${e=>e.$theme.textShadow};
|
|
767
|
-
}
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
${e=>e.$disabled&&`
|
|
771
|
-
pointer-events: none;
|
|
772
|
-
opacity: 0.5;
|
|
773
|
-
`}
|
|
774
|
-
`,la=k.input`
|
|
775
|
-
position: absolute;
|
|
776
|
-
z-index: -1;
|
|
777
|
-
opacity: 0;
|
|
778
|
-
top: 4px;
|
|
779
|
-
left: 0;
|
|
780
|
-
margin: 0;
|
|
781
|
-
|
|
782
|
-
&:focus-visible + label {
|
|
783
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
784
|
-
outline-offset: 2px;
|
|
785
|
-
}
|
|
786
|
-
`;function da({item:e,columns:t,renderDataItem:r}){const n=[];for(const o of t){let i;r&&e[o.field]?i=r(e,o.field):e[o.field]?i=e[o.field].toString():i="",n.push(i)}return n}const ua=({value:e,theme:t})=>c.jsx(In,{$theme:t,children:e}),Rn=({name:e,label:t,disabled:r,required:n=!1,onChange:o,checked:i=!1,theme:a,...d})=>{const{elementId:l}=he(d==null?void 0:d.id);return c.jsxs(ca,{$disabled:!!r,$checked:i,$theme:a,children:[c.jsx(la,{id:l,name:e,type:"checkbox",disabled:r,required:n,checked:i,onChange:o,$theme:a}),c.jsx(Re,{label:t,required:n,inputId:l,isTextHidden:!0,iconPosition:"left",theme:a,icon:i?c.jsx(Et,{}):c.jsx(It,{})})]})},ha=({rowId:e,isRowSelected:t,selectRowById:r,deselectRowById:n,disabled:o,theme:i})=>{const a=d=>{const{checked:l}=d.target;l?r(e):n(e)};return c.jsx(In,{$theme:i,children:c.jsx(Rn,{theme:i,label:"Select row",onChange:a,id:`select_row_${e}`,checked:t,disabled:o})})},fa=({rowId:e,selectRowById:t,deselectRowById:r,selectable:n,values:o,selectedIds:i,disabled:a,theme:d})=>{const l=i.includes(e);return c.jsxs(aa,{$selected:l,$theme:d,children:[n&&c.jsx(ha,{rowId:e,selectRowById:t,deselectRowById:r,isRowSelected:l,disabled:a,theme:d}),o.map((h,u)=>c.jsx(ua,{value:h,theme:d},`row_${u}`))]})},pa=({selectRowById:e,deselectRowById:t,renderDataItem:r,selectedIds:n,selectable:o,data:i,columns:a,theme:d})=>c.jsx(oa,{$theme:d,children:i.map(l=>{const h=da({item:l,columns:a,renderDataItem:r});return c.jsx(fa,{rowId:l.id,disabled:l==null?void 0:l.disabled,selectRowById:e,deselectRowById:t,selectable:o,values:h,selectedIds:n,theme:d},l.id)})}),ma=({columns:e,selectable:t,theme:r})=>c.jsxs("colgroup",{children:[t&&c.jsx(Hr,{$isFirst:!0,$highlighted:!1,$theme:r}),e.map((n,o)=>c.jsx(Hr,{$isFirst:o===0&&!t,$highlighted:!!(n!=null&&n.highlighted),className:n==null?void 0:n.className,$theme:r},n==null?void 0:n.title))]}),ga=({title:e,component:t,theme:r})=>c.jsx(En,{$theme:r,children:t??e??""}),ya=({gridId:e,isAllSelected:t,selectAll:r,deselectAll:n,disabled:o,theme:i})=>{const a=d=>{const{checked:l}=d.target;l?r():n()};return c.jsx(En,{$theme:i,children:c.jsx(Rn,{label:"Select all rows",onChange:a,id:`select_all_${e}`,checked:t,disabled:o,theme:i})})},ba=({columns:e,gridId:t,selectAll:r,deselectAll:n,selectable:o,isAllSelected:i,isAllCheckboxDisabled:a=!1,theme:d})=>c.jsx(na,{$theme:d,children:c.jsxs(ia,{$theme:d,children:[o&&c.jsx(ya,{isAllSelected:i,disabled:a,gridId:t,selectAll:r,deselectAll:n,theme:d}),e.map(l=>c.jsx(ga,{title:l.title,component:l.component,theme:d},`${l.title}_${t}`))]})}),va=({data:e,id:t,onSelect:r})=>{const{elementId:n}=he(t),[o,i]=p.useState([]),a=e.map(b=>b.id),d=a.length===o.length,l=e.some(b=>b==null?void 0:b.disabled),h=b=>{i(b),r==null||r(b)};return{elementId:n,isAllSelected:d,isAllCheckboxDisabled:l,selectedIds:o,handleSelectAll:()=>{h(a)},handleDeselectAll:()=>{h([])},handleSelectRowById:b=>{const x=[...o,b];h(x)},handleDeselectRowById:b=>{const x=o.filter(E=>E!==b);h(x)}}},$a=({columns:e,data:t,id:r,onSelect:n,renderDataItem:o,caption:i,selectable:a=!1,...d})=>{const{elementId:l,handleSelectAll:h,handleDeselectAll:u,isAllCheckboxDisabled:f,isAllSelected:y,handleDeselectRowById:g,handleSelectRowById:b,selectedIds:x}=va({id:r,data:t,onSelect:n}),E=X();return c.jsxs(ra,{...d,children:[i&&c.jsx(sa,{$theme:E,children:i}),c.jsx(ma,{columns:e,selectable:a,theme:E}),c.jsx(ba,{gridId:l,columns:e,selectable:a,selectAll:h,deselectAll:u,isAllSelected:y,isAllCheckboxDisabled:f,theme:E}),c.jsx(pa,{columns:e,data:t,selectable:a,selectRowById:b,deselectRowById:g,selectedIds:x,renderDataItem:o,theme:E})]})},_n=k.ul`
|
|
787
|
-
list-style: none;
|
|
788
|
-
margin: 0;
|
|
789
|
-
padding: 0;
|
|
790
|
-
padding-inline-start: 0;
|
|
791
|
-
display: flex;
|
|
792
|
-
gap: ${e=>e.$theme.gapSmall};
|
|
793
|
-
flex-direction: ${e=>e.$mode===q.Vertical?"column":"row"};
|
|
794
|
-
justify-content: flex-start;
|
|
795
|
-
width: 100%;
|
|
796
|
-
`,xa=k(_n)`
|
|
797
|
-
flex-direction: column;
|
|
798
|
-
padding-left: ${e=>e.$theme.gapBig};
|
|
799
|
-
margin-left: ${e=>e.$theme.gapBig};
|
|
800
|
-
margin-top: ${e=>e.$theme.gapSmall};
|
|
801
|
-
box-sizing: border-box;
|
|
802
|
-
border-left: ${e=>e.$theme.borderLight};
|
|
803
|
-
${Ue}
|
|
804
|
-
|
|
805
|
-
${({$theme:e,$mode:t})=>t===q.Horizontal&&`
|
|
806
|
-
position: absolute;
|
|
807
|
-
top: 100%;
|
|
808
|
-
left: 40%;
|
|
809
|
-
width: max-content;
|
|
810
|
-
border-radius: ${e.blockBorderRadius};
|
|
811
|
-
border: ${e.borderLight};
|
|
812
|
-
box-shadow: ${e.boxShadow};
|
|
813
|
-
background-color: ${e.backgroundColorBase};
|
|
814
|
-
padding: ${e.gapMedium};
|
|
815
|
-
margin: 0;
|
|
816
|
-
z-index: ${e.zIndexPopup};
|
|
817
|
-
`}
|
|
818
|
-
`,wa=k.li`
|
|
819
|
-
display: flex;
|
|
820
|
-
justify-content: flex-start;
|
|
821
|
-
align-items: center;
|
|
822
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
823
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
824
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
825
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
826
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
827
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
828
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
829
|
-
cursor: pointer;
|
|
830
|
-
|
|
831
|
-
&:hover {
|
|
832
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
&:focus-visible {
|
|
836
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
837
|
-
}
|
|
838
|
-
`,Sa=k.li`
|
|
839
|
-
display: flex;
|
|
840
|
-
justify-content: flex-start;
|
|
841
|
-
align-items: center;
|
|
842
|
-
flex-direction: column;
|
|
843
|
-
gap: 0;
|
|
844
|
-
padding: 0;
|
|
845
|
-
position: relative;
|
|
846
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
847
|
-
|
|
848
|
-
&:focus-visible {
|
|
849
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
850
|
-
}
|
|
851
|
-
`,Ca=k.span`
|
|
852
|
-
position: relative;
|
|
853
|
-
display: flex;
|
|
854
|
-
box-sizing: border-box;
|
|
855
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
856
|
-
align-items: center;
|
|
857
|
-
width: 100%;
|
|
858
|
-
justify-content: space-between;
|
|
859
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
860
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
861
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
862
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
863
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
864
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
865
|
-
cursor: pointer;
|
|
866
|
-
|
|
867
|
-
span {
|
|
868
|
-
display: flex;
|
|
869
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
870
|
-
align-items: center;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
&:hover {
|
|
874
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
875
|
-
}
|
|
876
|
-
`,ka=({theme:e,item:t})=>{const{icon:r,link:n,label:o,onFocus:i,onClick:a,onHover:d}=t,l=n?c.jsx("a",{href:n,target:"_blank",rel:"noreferrer",children:o}):c.jsx("span",{children:o});return c.jsxs(wa,{tabIndex:0,role:"menuitem",$theme:e,onFocus:i,onClick:a,onMouseOver:d,children:[c.jsx(ae,{name:r}),l]})},ja=({item:e,theme:t,isSubMenuOpened:r,toggleSubMenu:n,closeSubMenu:o,mode:i,children:a})=>{const{icon:d,link:l,label:h}=e,u=p.useRef(null),f=p.useRef(null),y=l?c.jsxs("a",{href:l,target:"_blank",rel:"noreferrer",children:[c.jsx(ae,{name:d}),h]}):c.jsxs("span",{children:[c.jsx(ae,{name:d}),h]}),g=x=>{x.stopPropagation(),x.key===" "&&n()};return ot({ref:u,dependentRef:f,onClickOutsideHandler:()=>{i!==q.Vertical&&o()}}),c.jsxs(Sa,{tabIndex:0,role:"menuitem","aria-haspopup":"true","aria-expanded":r,$theme:t,onKeyDown:g,ref:u,children:[c.jsxs(Ca,{ref:f,$theme:t,onClick:n,$mode:i,children:[y,c.jsx(ae,{name:r?j.ArrowUp:j.ArrowDown})]}),r&&a]})},Pn=({item:e,theme:t,mode:r})=>{var l,h;const n=!((l=e==null?void 0:e.nestedItems)!=null&&l.length),[o,i]=p.useState(!1);if(n)return c.jsx(ka,{item:e,theme:t});const a=()=>{i(!o)},d=()=>{i(!1)};return c.jsx(ja,{item:e,theme:t,isSubMenuOpened:o,toggleSubMenu:a,closeSubMenu:d,mode:r,children:c.jsx(xa,{role:"menu","aria-label":e.label,$theme:t,$mode:r,children:(h=e==null?void 0:e.nestedItems)==null?void 0:h.map(u=>c.jsx(Pn,{item:u,theme:t,mode:r},u.id))})})},Ea=({items:e,mode:t=q.Vertical,...r})=>{const n=X();return c.jsx(_n,{role:"menubar",$theme:n,$mode:t,...r,children:e.map(o=>c.jsx(Pn,{item:o,theme:n,mode:t},o.id))})},Rt=({children:e})=>{const[t]=p.useState(()=>document.createElement("div"));return p.useEffect(()=>(document.body.appendChild(t),()=>{document.body.removeChild(t)}),[t]),so.createPortal(e,t)},Ia=k.button`
|
|
877
|
-
background: transparent;
|
|
878
|
-
position: relative;
|
|
879
|
-
outline: none;
|
|
880
|
-
border: none;
|
|
881
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
882
|
-
cursor: pointer;
|
|
883
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
884
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
885
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
886
|
-
overflow: hidden;
|
|
887
|
-
border-top-left-radius: ${e=>e.$theme.blockBorderRadius};
|
|
888
|
-
border-top-right-radius: ${e=>e.$theme.blockBorderRadius};
|
|
889
|
-
|
|
890
|
-
&:focus-visible {
|
|
891
|
-
outline: ${e=>e.$theme.borderOutline};
|
|
892
|
-
outline-offset: -4px;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
&:hover,
|
|
896
|
-
&:active {
|
|
897
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
${e=>e.$disabled&&`
|
|
901
|
-
pointer-events: none;
|
|
902
|
-
filter: grayscale(80%);
|
|
903
|
-
opacity: 0.6;
|
|
904
|
-
`}
|
|
905
|
-
|
|
906
|
-
${e=>e.$selected&&`
|
|
907
|
-
border-top: ${e.$theme.borderLight};
|
|
908
|
-
border-right: ${e.$theme.borderLight};
|
|
909
|
-
border-left: ${e.$theme.borderLight};
|
|
910
|
-
background-color: ${e.$theme.backgroundColorBase};
|
|
911
|
-
top: 1px;
|
|
912
|
-
`}
|
|
913
|
-
|
|
914
|
-
${e=>e.$mode===q.Vertical&&`
|
|
915
|
-
border-bottom-left-radius: ${e.$theme.blockBorderRadius};
|
|
916
|
-
border-top-right-radius: 0;
|
|
917
|
-
`}
|
|
918
|
-
|
|
919
|
-
${e=>e.$mode===q.Vertical&&e.$selected&&`
|
|
920
|
-
border-top: ${e.$theme.borderLight};
|
|
921
|
-
border-right: none;
|
|
922
|
-
border-left: ${e.$theme.borderLight};
|
|
923
|
-
border-bottom: ${e.$theme.borderLight};
|
|
924
|
-
top: 0px;
|
|
925
|
-
left: 1px;
|
|
926
|
-
`}
|
|
927
|
-
`,Ra=k.div`
|
|
928
|
-
background-color: ${e=>e.$theme.backgroundColorBase};
|
|
929
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
930
|
-
font-size: ${e=>e.$theme.fontSizeBase};
|
|
931
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
932
|
-
padding: ${e=>e.$theme.gapBig};
|
|
933
|
-
flex-grow: 1;
|
|
934
|
-
`,_a=k.div`
|
|
935
|
-
border-bottom: ${e=>e.$theme.borderLight};
|
|
936
|
-
padding: 0 ${e=>e.$theme.gapMedium};
|
|
937
|
-
display: flex;
|
|
938
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
939
|
-
|
|
940
|
-
${e=>e.$mode===q.Vertical&&`
|
|
941
|
-
flex-direction: column;
|
|
942
|
-
border-bottom: none;
|
|
943
|
-
border-right: ${e.$theme.borderLight};
|
|
944
|
-
padding: ${e.$theme.gapMedium} 0;
|
|
945
|
-
`}
|
|
946
|
-
`,Pa=k.div`
|
|
947
|
-
display: flex;
|
|
948
|
-
flex-direction: column;
|
|
949
|
-
width: 100%;
|
|
950
|
-
|
|
951
|
-
${({$mode:e})=>e===q.Vertical&&`
|
|
952
|
-
flex-direction: row;
|
|
953
|
-
`}
|
|
954
|
-
`,Aa=({tabs:e,selectedTabId:t,theme:r})=>{var i;const n=(i=e.find(a=>a.id===t))==null?void 0:i.content,o=`tabpanel_${t}`;return c.jsx(Ra,{role:"tabpanel","aria-labelledby":t,id:o,$theme:r,children:n})},za=({title:e,onTabSelect:t,tabId:r,isSelected:n,isDisabled:o=!1,tabPanelId:i,mode:a,theme:d})=>c.jsx(Ia,{role:"tab",id:r,onClick:()=>t(r),"aria-selected":n,"aria-controls":i,$selected:n,$disabled:o,$mode:a,$theme:d,children:e}),Ta=({tabs:e,onTabSelect:t,selectedTabId:r,tabPanelIds:n,mode:o,tabIds:i,theme:a})=>{const d=l=>{const h=i.findIndex(u=>u===r);switch(l.key){case"ArrowLeft":case"ArrowUp":{if(l.preventDefault(),l.key==="ArrowUp"&&o===q.Horizontal||l.key==="ArrowLeft"&&o===q.Vertical)break;const u=h-1>=0?h-1:i.length-1,f=i[u];f&&(rt(f),t(f));break}case"ArrowRight":case"ArrowDown":{if(l.preventDefault(),l.key==="ArrowDown"&&o===q.Horizontal||l.key==="ArrowRight"&&o===q.Vertical)break;const u=h===i.length-1?0:h+1,f=i[u];f&&(rt(f),t(f));break}}};return c.jsx(_a,{role:"tablist",$mode:o,onKeyDown:d,$theme:a,children:e.map(({id:l,title:h,disabled:u},f)=>c.jsx(za,{title:h,onTabSelect:t,tabId:l,isSelected:l===r,isDisabled:u,tabPanelId:n[f],mode:o,theme:a},l))})},Oa=({tabs:e,defaultTabId:t,mode:r=q.Horizontal,...n})=>{const o=e.map(f=>f.id),i=o.map(f=>`tabpanel_${f}`),a=t&&o.includes(t)?t:o[0],[d,l]=p.useState(a),h=X(),u=f=>{l(f)};return c.jsxs(Pa,{$mode:r,...n,children:[c.jsx(Ta,{tabs:e,selectedTabId:d,tabPanelIds:i,onTabSelect:u,mode:r,tabIds:o,theme:h}),c.jsx(Aa,{tabs:e,selectedTabId:d,theme:h})]})},Da=k.header`
|
|
955
|
-
display: flex;
|
|
956
|
-
justify-content: space-between;
|
|
957
|
-
align-items: center;
|
|
958
|
-
|
|
959
|
-
h3 {
|
|
960
|
-
display: flex;
|
|
961
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
962
|
-
align-items: center;
|
|
963
|
-
margin: 0;
|
|
964
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
965
|
-
|
|
966
|
-
svg {
|
|
967
|
-
color: ${e=>e.$theme.fontColorAccent};
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
`,Ma=k.div`
|
|
971
|
-
position: fixed;
|
|
972
|
-
bottom: ${e=>e.$theme.gapBig};
|
|
973
|
-
left: 50%;
|
|
974
|
-
transform: translateX(-50%);
|
|
975
|
-
z-index: ${e=>e.$theme.zIndexPopup};
|
|
976
|
-
${Ue}
|
|
977
|
-
|
|
978
|
-
${e=>e.$isClosing&&pn}
|
|
979
|
-
`,Ba=k.div`
|
|
980
|
-
display: flex;
|
|
981
|
-
flex-direction: column;
|
|
982
|
-
gap: ${e=>e.$theme.gapMedium};
|
|
983
|
-
font-family: ${e=>e.$theme.fontFamilyCore};
|
|
984
|
-
background: ${e=>e.$theme.backgroundColorBase};
|
|
985
|
-
color: ${e=>e.$theme.fontColorBase};
|
|
986
|
-
width: 90vw;
|
|
987
|
-
padding: ${e=>e.$theme.gapMedium};
|
|
988
|
-
box-shadow: ${e=>e.$theme.boxShadow};
|
|
989
|
-
border: ${e=>e.$theme.borderLight};
|
|
990
|
-
border-radius: ${e=>e.$theme.blockBorderRadius};
|
|
991
|
-
`;function An(e){return c.jsxs("svg",{viewBox:"0 0 24 24",fill:"currentColor",height:"1em",width:"1em",role:"img",...e,children:[c.jsx("title",{children:"Error"}),c.jsx("path",{d:"M11 7h2v7h-2zm0 8h2v2h-2z"}),c.jsx("path",{d:"M21.707 7.293l-5-5A.996.996 0 0016 2H8a.996.996 0 00-.707.293l-5 5A.996.996 0 002 8v8c0 .266.105.52.293.707l5 5A.996.996 0 008 22h8c.266 0 .52-.105.707-.293l5-5A.996.996 0 0022 16V8a.996.996 0 00-.293-.707zM20 15.586L15.586 20H8.414L4 15.586V8.414L8.414 4h7.172L20 8.414v7.172z"})]})}const La=Object.freeze(Object.defineProperty({__proto__:null,default:An},Symbol.toStringTag,{value:"Module"}));function zn(e){return c.jsxs("svg",{viewBox:"0 0 512 512",fill:"currentColor",height:"1em",width:"1em",role:"img",...e,children:[c.jsx("title",{children:"Help"}),c.jsx("path",{d:"M414.39 97.61A224 224 0 1097.61 414.39 224 224 0 10414.39 97.61zM192.13 260.18a64 64 0 1159.69 59.69 64.07 64.07 0 01-59.69-59.69zm240-66.64l-96.37 5.84a4.06 4.06 0 01-3.44-1.59 96 96 0 00-18.07-18.07 4.06 4.06 0 01-1.59-3.44l5.84-96.37a4 4 0 015.42-3.51A193 193 0 01435.6 188.12a4 4 0 01-3.51 5.42zM193.54 79.91l5.84 96.37a4.06 4.06 0 01-1.59 3.44 96 96 0 00-18.07 18.07 4.06 4.06 0 01-3.44 1.59l-96.37-5.84a4 4 0 01-3.51-5.42A193 193 0 01188.12 76.4a4 4 0 015.42 3.51zM79.91 318.46l96.37-5.84a4.06 4.06 0 013.44 1.59 96 96 0 0018.07 18.07 4.06 4.06 0 011.59 3.44l-5.84 96.37a4 4 0 01-5.42 3.51A193 193 0 0176.4 323.88a4 4 0 013.51-5.42zm238.55 113.63l-5.84-96.37a4.06 4.06 0 011.59-3.44 96 96 0 0018.07-18.07 4.06 4.06 0 013.44-1.59l96.37 5.84a4 4 0 013.51 5.42A193 193 0 01323.88 435.6a4 4 0 01-5.42-3.51z"})]})}const Fa=Object.freeze(Object.defineProperty({__proto__:null,default:zn},Symbol.toStringTag,{value:"Module"}));function Tn(e){return c.jsxs("svg",{viewBox:"0 0 1024 1024",fill:"currentColor",height:"1em",width:"1em",role:"img",...e,children:[c.jsx("title",{children:"Info"}),c.jsx("path",{d:"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z"}),c.jsx("path",{d:"M464 336a48 48 0 1096 0 48 48 0 10-96 0zm72 112h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V456c0-4.4-3.6-8-8-8z"})]})}const Na=Object.freeze(Object.defineProperty({__proto__:null,default:Tn},Symbol.toStringTag,{value:"Module"}));function On(e){return c.jsxs("svg",{viewBox:"0 0 24 24",fill:"currentColor",height:"1em",width:"1em",role:"img",...e,children:[c.jsx("title",{children:"Warning"}),c.jsx("path",{fill:"none",d:"M0 0h24v24H0z"}),c.jsx("path",{d:"M4 20v-6a8 8 0 1116 0v6h1v2H3v-2h1zm2 0h12v-6a6 6 0 10-12 0v6zm5-18h2v3h-2V2zm8.778 2.808l1.414 1.414-2.12 2.121-1.415-1.414 2.121-2.121zM2.808 6.222l1.414-1.414 2.121 2.12L4.93 8.344 2.808 6.222zM7 14a5 5 0 015-5v2a3 3 0 00-3 3H7z"})]})}const Ha=Object.freeze(Object.defineProperty({__proto__:null,default:On},Symbol.toStringTag,{value:"Module"}));function Wa(e,t){if(t)return t;switch(e){case Z.Info:return"For your information";case Z.Warning:return"Please pay attention";case Z.Error:return"Something went wrong";case Z.Success:return"Everything is okay";case Z.Help:return"Useful tip";default:return"Alert"}}function Ga(e,t){if(t)return c.jsx(ae,{name:t});switch(e){case Z.Info:return c.jsx(Tn,{});case Z.Warning:return c.jsx(On,{});case Z.Error:return c.jsx(An,{});case Z.Success:return c.jsx(sr,{});case Z.Help:return c.jsx(zn,{});default:return null}}const Ua=({title:e,onClose:t,mode:r,icon:n,theme:o})=>{const i=Wa(r,e),a=Ga(r,n);return c.jsxs(Da,{$theme:o,children:[c.jsxs("h3",{children:[a,i]}),c.jsx(nt,{icon:j.Cancel,view:ue.Icon,label:"Close alert popup",onClick:t})]})},Ya=({isOpened:e,onClose:t,title:r,message:n,mode:o=Z.Info,icon:i,...a})=>{const d=nr(e),l=d&&!e,h=X();return d?c.jsx(Rt,{children:c.jsx(Ma,{$isClosing:l,$theme:h,children:c.jsxs(Ba,{...a,$theme:h,children:[c.jsx(Ua,{title:r,onClose:t,mode:o,icon:i,theme:h}),c.jsx("p",{children:n})]})})}):null};exports.ChopLogicAlert=Ya;exports.ChopLogicAlertMode=Z;exports.ChopLogicButton=nt;exports.ChopLogicButtonView=ue;exports.ChopLogicCheckbox=hs;exports.ChopLogicDialog=Ys;exports.ChopLogicErrorMessage=er;exports.ChopLogicForm=ta;exports.ChopLogicFormContext=xe;exports.ChopLogicGrid=$a;exports.ChopLogicIcon=ae;exports.ChopLogicIconName=j;exports.ChopLogicLabel=Re;exports.ChopLogicLoaderView=mn;exports.ChopLogicMenu=Ea;exports.ChopLogicMultiSelect=ws;exports.ChopLogicNumericInput=Es;exports.ChopLogicOrientationMode=q;exports.ChopLogicPortal=Rt;exports.ChopLogicSelect=Ts;exports.ChopLogicTabs=Oa;exports.ChopLogicTextInput=Ls;exports.ChopLogicThemeContext=gn;exports.ChopLogicThemeMode=tr;exports.ChopLogicTooltip=jn;exports.ChopLogicTooltipContainer=rr;exports.InputInnerButton=tt;exports.jsxRuntimeExports=c;exports.useChopLogicTheme=X;exports.useClickOutside=ot;exports.useContainerDimensions=bn;exports.useElementIds=he;exports.useKeyPress=it;exports.useModalFocusTrap=vn;exports.useMount=nr;exports.useResetFormInput=Ye;exports.useTooltipPosition=xn;exports.useWindowDimensions=$n;
|
|
992
|
-
//# sourceMappingURL=index-D1sJ8YFM.cjs.map
|