@banyan_cloud/roots 1.0.77 → 1.0.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +312 -224
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +312 -224
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +312 -224
- package/package.json +1 -1
- package/styles/_colors.exports.scss +1 -0
- package/styles/_colors.scss +1 -0
package/dist/cjs/index.js
CHANGED
|
@@ -4822,9 +4822,9 @@ var getCSSVariableValue = function getCSSVariableValue(variable) {
|
|
|
4822
4822
|
|
|
4823
4823
|
var e$1=[],t=[];function n(n,r){if(n&&"undefined"!=typeof document){var a,s=!0===r.prepend?"prepend":"append",d=!0===r.singleTag,i="string"==typeof r.container?document.querySelector(r.container):document.getElementsByTagName("head")[0];if(d){var u=e$1.indexOf(i);-1===u&&(u=e$1.push(i)-1,t[u]={}),a=t[u]&&t[u][s]?t[u][s]:t[u][s]=c();}else a=c();65279===n.charCodeAt(0)&&(n=n.substring(1)),a.styleSheet?a.styleSheet.cssText+=n:a.appendChild(document.createTextNode(n));}function c(){var e=document.createElement("style");if(e.setAttribute("type","text/css"),r.attributes)for(var t=Object.keys(r.attributes),n=0;n<t.length;n++)e.setAttribute(t[n],r.attributes[t[n]]);var a="prepend"===s?"afterbegin":"beforeend";return i.insertAdjacentElement(a,e),e}}
|
|
4824
4824
|
|
|
4825
|
-
var css$
|
|
4825
|
+
var css$15 = ".BaseCell_module_root__81e07d2d {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 0.5rem;\n gap: 0.5rem;\n flex: none;\n height: 3rem;\n background: var(--white);\n max-width: 100%;\n max-height: 100%;\n}\n.BaseCell_module_root__81e07d2d > [data-elem*=component] {\n display: inline-block;\n max-height: 100%;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_sm__81e07d2d {\n width: 9.063rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_md__81e07d2d {\n width: 15.625rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_lg__81e07d2d {\n width: 21.875rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_auto__81e07d2d {\n width: auto;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_borderRadiusDefault__81e07d2d {\n border-radius: 0.25rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_borderRadiusRound__81e07d2d {\n border-radius: 50%;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_borderRadiusEllipse__81e07d2d {\n border-radius: 1.563rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_flexible__81e07d2d {\n flex-grow: 1;\n flex-shrink: 1;\n min-width: 3rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_flexible__81e07d2d.BaseCell_module_sm__81e07d2d {\n min-width: 9.063rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_flexible__81e07d2d.BaseCell_module_md__81e07d2d {\n min-width: 15.625rem;\n}\n.BaseCell_module_root__81e07d2d.BaseCell_module_flexible__81e07d2d.BaseCell_module_lg__81e07d2d {\n min-width: 21.875rem;\n}";
|
|
4826
4826
|
var modules_3af9b74c = {"root":"BaseCell_module_root__81e07d2d","sm":"BaseCell_module_sm__81e07d2d","md":"BaseCell_module_md__81e07d2d","lg":"BaseCell_module_lg__81e07d2d","auto":"BaseCell_module_auto__81e07d2d","border-radius-default":"BaseCell_module_borderRadiusDefault__81e07d2d","border-radius-round":"BaseCell_module_borderRadiusRound__81e07d2d","border-radius-ellipse":"BaseCell_module_borderRadiusEllipse__81e07d2d","flexible":"BaseCell_module_flexible__81e07d2d"};
|
|
4827
|
-
n(css$
|
|
4827
|
+
n(css$15,{});
|
|
4828
4828
|
|
|
4829
4829
|
var BaseCell = /*#__PURE__*/React.forwardRef(function BaseCell(props, ref) {
|
|
4830
4830
|
var className = props.className,
|
|
@@ -4904,9 +4904,9 @@ var defaultProps = {
|
|
|
4904
4904
|
attrs: {}
|
|
4905
4905
|
};
|
|
4906
4906
|
|
|
4907
|
-
var css$
|
|
4907
|
+
var css$14 = "button.BaseButton_module_root__bb21e331[data-elem=base-cell] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n display: inline-flex;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n border: none;\n background: none;\n padding: 0.5rem 0.75rem;\n}\nbutton.BaseButton_module_root__bb21e331[data-elem=base-cell]:focus {\n outline: 1px solid var(--highlight);\n}\nbutton.BaseButton_module_root__bb21e331[data-elem=base-cell]:active {\n outline: none;\n}\nbutton.BaseButton_module_root__bb21e331[data-elem=base-cell]:disabled {\n cursor: not-allowed;\n}\nbutton.BaseButton_module_root__bb21e331[data-elem=base-cell].BaseButton_module_contained__bb21e331 {\n background: var(--black);\n color: var(--white);\n}\nbutton.BaseButton_module_root__bb21e331[data-elem=base-cell].BaseButton_module_outlined__bb21e331 {\n color: var(--black);\n border: 1px solid var(--black);\n}\nbutton.BaseButton_module_root__bb21e331[data-elem=base-cell].BaseButton_module_text__bb21e331 {\n color: var(--black);\n}\nbutton.BaseButton_module_root__bb21e331[data-elem=base-cell] [data-elem*=component] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\nbutton.BaseButton_module_root__bb21e331[data-elem=base-cell] [data-elem=component2] {\n min-width: 0;\n}\nbutton.BaseButton_module_root__bb21e331[data-elem=base-cell] [data-elem=title] {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n}";
|
|
4908
4908
|
var modules_ab72627b = {"root":"BaseButton_module_root__bb21e331","contained":"BaseButton_module_contained__bb21e331","outlined":"BaseButton_module_outlined__bb21e331","text":"BaseButton_module_text__bb21e331"};
|
|
4909
|
-
n(css$
|
|
4909
|
+
n(css$14,{});
|
|
4910
4910
|
|
|
4911
4911
|
var BaseButton = /*#__PURE__*/React.forwardRef(function BaseButton(props, ref) {
|
|
4912
4912
|
var className = props.className,
|
|
@@ -4965,9 +4965,9 @@ BaseButton.defaultProps = _objectSpread2(_objectSpread2({}, BaseCell.defaultProp
|
|
|
4965
4965
|
variant: 'contained'
|
|
4966
4966
|
});
|
|
4967
4967
|
|
|
4968
|
-
var css$
|
|
4968
|
+
var css$13 = ".Button_module_root__0be1a26c[data-elem=base-cell] {\n cursor: pointer;\n}\n.Button_module_root__0be1a26c[data-elem=base-cell] [data-elem=component2] [data-elem=title] {\n font-weight: 500;\n font-size: 0.875rem;\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_primary__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_primary__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--highlight);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_primary__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell].Button_module_primary__0be1a26c.Button_module_text__0be1a26c {\n color: var(--highlight);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_success__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--success);\n color: var(--white);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_success__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--success);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_success__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell].Button_module_success__0be1a26c.Button_module_text__0be1a26c {\n color: var(--success);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_danger__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--error);\n color: var(--white);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_danger__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--error);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_danger__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell].Button_module_danger__0be1a26c.Button_module_text__0be1a26c {\n color: var(--error);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_warning__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--warning);\n color: var(--white);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_warning__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--warning);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell].Button_module_warning__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell].Button_module_warning__0be1a26c.Button_module_text__0be1a26c {\n color: var(--warning);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_primary__0be1a26c.Button_module_contained__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_success__0be1a26c.Button_module_contained__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_danger__0be1a26c.Button_module_contained__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_warning__0be1a26c.Button_module_contained__0be1a26c {\n background-color: var(--grey4);\n color: var(--grey);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_primary__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_success__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_danger__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_warning__0be1a26c.Button_module_outlined__0be1a26c {\n background-color: transparent;\n border-color: var(--grey);\n}\n.Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_primary__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_primary__0be1a26c.Button_module_text__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_success__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_success__0be1a26c.Button_module_text__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_danger__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_danger__0be1a26c.Button_module_text__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_warning__0be1a26c.Button_module_outlined__0be1a26c, .Button_module_root__0be1a26c[data-elem=base-cell]:disabled.Button_module_warning__0be1a26c.Button_module_text__0be1a26c {\n color: var(--grey);\n}";
|
|
4969
4969
|
var modules_b0070f27 = {"root":"Button_module_root__0be1a26c","primary":"Button_module_primary__0be1a26c","contained":"Button_module_contained__0be1a26c","outlined":"Button_module_outlined__0be1a26c","text":"Button_module_text__0be1a26c","success":"Button_module_success__0be1a26c","danger":"Button_module_danger__0be1a26c","warning":"Button_module_warning__0be1a26c"};
|
|
4970
|
-
n(css$
|
|
4970
|
+
n(css$13,{});
|
|
4971
4971
|
|
|
4972
4972
|
var Button = /*#__PURE__*/React.forwardRef(function Button(props, ref) {
|
|
4973
4973
|
var className = props.className,
|
|
@@ -5011,9 +5011,9 @@ Button.defaultProps = _objectSpread2(_objectSpread2({}, BaseButton.defaultProps)
|
|
|
5011
5011
|
radius: 'default'
|
|
5012
5012
|
});
|
|
5013
5013
|
|
|
5014
|
-
var css$
|
|
5014
|
+
var css$12 = ".Chip_module_root__0aa07630[data-elem=base-cell] {\n position: relative;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell] [data-elem=component2] [data-elem=title] {\n font-weight: 500;\n font-size: 0.875rem;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_sm__0aa07630 {\n height: 2rem;\n padding: 0.188rem 0.5rem;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_md__0aa07630 {\n height: 2.25rem;\n padding: 0.563rem 1rem;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_success__0aa07630 {\n background-color: var(--success-bg);\n color: var(--success);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_info__0aa07630 {\n background-color: var(--info-bg);\n color: var(--info);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_danger__0aa07630 {\n background-color: var(--error-bg);\n color: var(--error);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_warning__0aa07630 {\n background-color: var(--warning-bg);\n color: var(--warning);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630.Chip_module_default__0aa07630 {\n background-color: var(--grey5);\n color: var(--grey);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_status__0aa07630:hover {\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630 {\n border-width: 1px;\n border-style: solid;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_success__0aa07630 {\n background-color: var(--success-bg);\n color: var(--success);\n border-color: var(--success-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_success__0aa07630:hover {\n background-color: var(--success-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_info__0aa07630 {\n background-color: var(--info-bg);\n color: var(--info);\n border-color: var(--info-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_info__0aa07630:hover {\n background-color: var(--info-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_danger__0aa07630 {\n background-color: var(--error-bg);\n color: var(--error);\n border-color: var(--error-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_danger__0aa07630:hover {\n background-color: var(--error-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_warning__0aa07630 {\n background-color: var(--warning-bg);\n color: var(--warning);\n border-color: var(--warning-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_warning__0aa07630:hover {\n background-color: var(--warning-outline);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_default__0aa07630 {\n background-color: var(--grey8);\n color: var(--grey);\n border-color: var(--grey6);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell].Chip_module_input__0aa07630.Chip_module_default__0aa07630:hover {\n background-color: var(--grey6);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_status__0aa07630, .Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_input__0aa07630 {\n filter: grayscale(1);\n border-color: var(--grey4);\n background-color: var(--grey5);\n color: var(--grey2);\n}\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_status__0aa07630 [data-elem=component1],\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_status__0aa07630 [data-elem=component3], .Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_input__0aa07630 [data-elem=component1],\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_input__0aa07630 [data-elem=component3] {\n opacity: 0.5;\n}\n.Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_status__0aa07630:hover, .Chip_module_root__0aa07630[data-elem=base-cell]:disabled.Chip_module_input__0aa07630:hover {\n box-shadow: none;\n background-color: var(--grey5);\n}";
|
|
5015
5015
|
var modules_31aa5fd7 = {"root":"Chip_module_root__0aa07630","sm":"Chip_module_sm__0aa07630","md":"Chip_module_md__0aa07630","status":"Chip_module_status__0aa07630","success":"Chip_module_success__0aa07630","info":"Chip_module_info__0aa07630","danger":"Chip_module_danger__0aa07630","warning":"Chip_module_warning__0aa07630","default":"Chip_module_default__0aa07630","input":"Chip_module_input__0aa07630"};
|
|
5016
|
-
n(css$
|
|
5016
|
+
n(css$12,{});
|
|
5017
5017
|
|
|
5018
5018
|
var Chip = /*#__PURE__*/React.forwardRef(function Chip(props, ref) {
|
|
5019
5019
|
var className = props.className,
|
|
@@ -5385,9 +5385,9 @@ Server.defaultProps = {
|
|
|
5385
5385
|
className: ''
|
|
5386
5386
|
};
|
|
5387
5387
|
|
|
5388
|
-
var css$
|
|
5388
|
+
var css$11 = ".Arrow_module_right__19f08663 {\n transform: rotate(0deg);\n}\n\n.Arrow_module_left__19f08663 {\n transform: rotate(180deg);\n}\n\n.Arrow_module_bottom__19f08663 {\n transform: rotate(90deg);\n}\n\n.Arrow_module_top__19f08663 {\n transform: rotate(270deg);\n}";
|
|
5389
5389
|
var modules_e313d483 = {"right":"Arrow_module_right__19f08663","left":"Arrow_module_left__19f08663","bottom":"Arrow_module_bottom__19f08663","top":"Arrow_module_top__19f08663"};
|
|
5390
|
-
n(css$
|
|
5390
|
+
n(css$11,{});
|
|
5391
5391
|
|
|
5392
5392
|
var Arrow$1 = function Arrow(props) {
|
|
5393
5393
|
var className = props.className,
|
|
@@ -5407,9 +5407,9 @@ Arrow$1.defaultProps = {
|
|
|
5407
5407
|
position: 'right'
|
|
5408
5408
|
};
|
|
5409
5409
|
|
|
5410
|
-
var css
|
|
5410
|
+
var css$10 = ".Chevron_module_left__8b1808eb {\n transform: rotate(0deg);\n}\n\n.Chevron_module_bottom__8b1808eb {\n transform: rotate(90deg);\n}\n\n.Chevron_module_right__8b1808eb {\n transform: rotate(180deg);\n}\n\n.Chevron_module_top__8b1808eb {\n transform: rotate(270deg);\n}";
|
|
5411
5411
|
var modules_bf5b0b74 = {"left":"Chevron_module_left__8b1808eb","bottom":"Chevron_module_bottom__8b1808eb","right":"Chevron_module_right__8b1808eb","top":"Chevron_module_top__8b1808eb"};
|
|
5412
|
-
n(css
|
|
5412
|
+
n(css$10,{});
|
|
5413
5413
|
|
|
5414
5414
|
var Chevron = function Chevron(props) {
|
|
5415
5415
|
var className = props.className,
|
|
@@ -5772,9 +5772,9 @@ var Close = function Close(_ref) {
|
|
|
5772
5772
|
});
|
|
5773
5773
|
};
|
|
5774
5774
|
|
|
5775
|
-
var css
|
|
5775
|
+
var css$$ = ".Sort_module_root__5112e35d.Sort_module_orderAz__5112e35d {\n transform: none;\n}\n.Sort_module_root__5112e35d.Sort_module_orderZa__5112e35d {\n transform: rotate(180deg);\n}";
|
|
5776
5776
|
var modules_501919d9 = {"root":"Sort_module_root__5112e35d","order-az":"Sort_module_orderAz__5112e35d","order-za":"Sort_module_orderZa__5112e35d"};
|
|
5777
|
-
n(css
|
|
5777
|
+
n(css$$,{});
|
|
5778
5778
|
|
|
5779
5779
|
var Sort = function Sort(_ref) {
|
|
5780
5780
|
var className = _ref.className,
|
|
@@ -6462,9 +6462,9 @@ var Databases = {
|
|
|
6462
6462
|
MySql: MySql
|
|
6463
6463
|
};
|
|
6464
6464
|
|
|
6465
|
-
var css$
|
|
6465
|
+
var css$_ = ".Accordion_module_root__a615f3fc {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n width: 100%;\n}\n.Accordion_module_root__a615f3fc > .Accordion_module_header__a615f3fc[data-elem=base-cell] {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.5rem;\n padding: 0.5rem 1rem;\n cursor: pointer;\n}\n.Accordion_module_root__a615f3fc > .Accordion_module_header__a615f3fc[data-elem=base-cell] > [data-elem=component1] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.Accordion_module_root__a615f3fc > .Accordion_module_header__a615f3fc[data-elem=base-cell] > [data-elem=component1] .Accordion_module_icon__a615f3fc {\n transform: rotate(-90deg);\n width: 1rem;\n height: 1rem;\n}\n.Accordion_module_root__a615f3fc > .Accordion_module_header__a615f3fc[data-elem=base-cell] .Accordion_module_title__a615f3fc {\n flex: 1 1 auto;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.Accordion_module_root__a615f3fc > .Accordion_module_header__a615f3fc[data-elem=base-cell]:hover {\n background: var(--background);\n}\n.Accordion_module_root__a615f3fc > .Accordion_module_header__a615f3fc[data-elem=base-cell]:hover .Accordion_module_icon__a615f3fc,\n.Accordion_module_root__a615f3fc > .Accordion_module_header__a615f3fc[data-elem=base-cell]:hover .Accordion_module_title__a615f3fc {\n color: var(--highlight);\n fill: var(--highlight);\n}\n.Accordion_module_root__a615f3fc > .Accordion_module_body__a615f3fc {\n display: none;\n padding: 0.5rem 2.5rem;\n}\n.Accordion_module_root__a615f3fc.Accordion_module_open__a615f3fc > .Accordion_module_header__a615f3fc[data-elem=base-cell] [data-elem=component1] .Accordion_module_icon__a615f3fc {\n transform: none;\n}\n.Accordion_module_root__a615f3fc.Accordion_module_open__a615f3fc > .Accordion_module_body__a615f3fc {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n}\n.Accordion_module_root__a615f3fc.Accordion_module_open__a615f3fc > .Accordion_module_body__a615f3fc > button[data-elem=base-cell] {\n width: -moz-fit-content;\n width: fit-content;\n align-self: flex-end;\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n}\n.Accordion_module_root__a615f3fc.Accordion_module_open__a615f3fc > .Accordion_module_body__a615f3fc > button[data-elem=base-cell] .Accordion_module_expand__a615f3fc {\n height: 1.5rem;\n width: 1.5rem;\n}";
|
|
6466
6466
|
var modules_8207625f = {"root":"Accordion_module_root__a615f3fc","header":"Accordion_module_header__a615f3fc","icon":"Accordion_module_icon__a615f3fc","title":"Accordion_module_title__a615f3fc","body":"Accordion_module_body__a615f3fc","open":"Accordion_module_open__a615f3fc","expand":"Accordion_module_expand__a615f3fc"};
|
|
6467
|
-
n(css$
|
|
6467
|
+
n(css$_,{});
|
|
6468
6468
|
|
|
6469
6469
|
var Accordion = function Accordion(props) {
|
|
6470
6470
|
var open = props.open,
|
|
@@ -10396,13 +10396,13 @@ const useListNavigation = function (_ref, _temp2) {
|
|
|
10396
10396
|
};
|
|
10397
10397
|
};
|
|
10398
10398
|
|
|
10399
|
-
var css$
|
|
10399
|
+
var css$Z = ".Alert_module_root__f2bc8467 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n position: fixed;\n padding: 0.938rem;\n width: 500px;\n}\n.Alert_module_root__f2bc8467.Alert_module_positionBottomCenter__f2bc8467 {\n left: 50%;\n bottom: 1rem;\n transform: translate(-50%, 0);\n}\n.Alert_module_root__f2bc8467.Alert_module_positionTopRight__f2bc8467 {\n right: 1rem;\n top: 1rem;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: flex-start;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_icons__f2bc8467 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n padding: 0.313rem 0.938rem 0rem 0rem;\n height: auto;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_icons__f2bc8467 .Alert_module_icon__f2bc8467 {\n width: 1.25rem;\n height: 1.25rem;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_content__f2bc8467 {\n padding: 0.188rem 0.938rem 0rem 0rem;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_content__f2bc8467 .Alert_module_title__f2bc8467 {\n font-size: 0.875rem;\n font-weight: 600;\n padding-right: 2px;\n}\n.Alert_module_root__f2bc8467 .Alert_module_left__f2bc8467 .Alert_module_content__f2bc8467 .Alert_module_description__f2bc8467 {\n word-wrap: break-word;\n height: auto;\n font-size: 0.875rem;\n font-weight: 400;\n margin-bottom: 0.5rem;\n}\n.Alert_module_root__f2bc8467 .Alert_module_actions__f2bc8467 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n gap: 5px;\n}\n.Alert_module_root__f2bc8467 .Alert_module_actions__f2bc8467 .Alert_module_button__f2bc8467 {\n padding: 0.313rem 1rem;\n font-weight: 400;\n}\n.Alert_module_root__f2bc8467 .Alert_module_actions__f2bc8467 .Alert_module_close__f2bc8467 {\n height: auto;\n}\n.Alert_module_root__f2bc8467 .Alert_module_actions__f2bc8467 .Alert_module_close__f2bc8467 .Alert_module_icon__f2bc8467 {\n width: 1.25rem;\n height: 1.25rem;\n fill: var(--black);\n}\n.Alert_module_root__f2bc8467.Alert_module_borderDefault__f2bc8467 {\n border-width: 0.063rem;\n}\n.Alert_module_root__f2bc8467.Alert_module_borderThickLeft__f2bc8467 {\n border-width: 0.063rem 0.063rem 0.063rem 0.25rem;\n}\n.Alert_module_root__f2bc8467.Alert_module_borderNone__f2bc8467 {\n border-width: 0rem 0rem 0rem 0.25rem;\n}\n.Alert_module_root__f2bc8467.Alert_module_info__f2bc8467 {\n border-style: solid;\n border-color: var(--info);\n background-color: #edf5ff;\n}\n.Alert_module_root__f2bc8467.Alert_module_info__f2bc8467 .Alert_module_icon__f2bc8467 {\n fill: var(--info);\n}\n.Alert_module_root__f2bc8467.Alert_module_success__f2bc8467 {\n border-style: solid;\n border-color: var(--success);\n background-color: var(--success-bg);\n}\n.Alert_module_root__f2bc8467.Alert_module_success__f2bc8467 .Alert_module_icon__f2bc8467 {\n fill: var(--success);\n}\n.Alert_module_root__f2bc8467.Alert_module_danger__f2bc8467 {\n border-style: solid;\n border-color: var(--error);\n background-color: var(--error-bg);\n}\n.Alert_module_root__f2bc8467.Alert_module_danger__f2bc8467 .Alert_module_icon__f2bc8467 {\n fill: var(--error);\n}\n.Alert_module_root__f2bc8467.Alert_module_warning__f2bc8467 {\n border-style: solid;\n border-color: var(--warning);\n background-color: var(--warning-bg);\n}\n.Alert_module_root__f2bc8467.Alert_module_warning__f2bc8467 .Alert_module_icon__f2bc8467 {\n fill: var(--warning);\n}\n.Alert_module_root__f2bc8467.Alert_module_shadow__f2bc8467 {\n box-shadow: 0.125rem 0.5rem 1rem rgba(60, 60, 60, 0.12);\n}";
|
|
10400
10400
|
var modules_3a764ea3 = {"root":"Alert_module_root__f2bc8467","position-bottom-center":"Alert_module_positionBottomCenter__f2bc8467","position-top-right":"Alert_module_positionTopRight__f2bc8467","left":"Alert_module_left__f2bc8467","icons":"Alert_module_icons__f2bc8467","icon":"Alert_module_icon__f2bc8467","content":"Alert_module_content__f2bc8467","title":"Alert_module_title__f2bc8467","description":"Alert_module_description__f2bc8467","actions":"Alert_module_actions__f2bc8467","button":"Alert_module_button__f2bc8467","close":"Alert_module_close__f2bc8467","border-default":"Alert_module_borderDefault__f2bc8467","border-thick-left":"Alert_module_borderThickLeft__f2bc8467","border-none":"Alert_module_borderNone__f2bc8467","info":"Alert_module_info__f2bc8467","success":"Alert_module_success__f2bc8467","danger":"Alert_module_danger__f2bc8467","warning":"Alert_module_warning__f2bc8467","shadow":"Alert_module_shadow__f2bc8467"};
|
|
10401
|
-
n(css$
|
|
10401
|
+
n(css$Z,{});
|
|
10402
10402
|
|
|
10403
|
-
var css$
|
|
10403
|
+
var css$Y = ".Popper_module_backdrop__0c794282 {\n position: fixed;\n z-index: 100;\n inset: 0;\n background: rgba(0, 0, 0, 0.4);\n}\n.Popper_module_backdrop__0c794282.Popper_module_transparent__0c794282 {\n background: none;\n}\n.Popper_module_backdrop__0c794282.Popper_module_hideBackdrop__0c794282 {\n position: static !important;\n}";
|
|
10404
10404
|
var modules_fe46b225 = {"backdrop":"Popper_module_backdrop__0c794282","transparent":"Popper_module_transparent__0c794282","hide-backdrop":"Popper_module_hideBackdrop__0c794282"};
|
|
10405
|
-
n(css$
|
|
10405
|
+
n(css$Y,{});
|
|
10406
10406
|
|
|
10407
10407
|
var Popper = function Popper(props) {
|
|
10408
10408
|
var open = props.open,
|
|
@@ -10573,13 +10573,13 @@ Alert.defaultProps = {
|
|
|
10573
10573
|
position: 'bottom-center'
|
|
10574
10574
|
};
|
|
10575
10575
|
|
|
10576
|
-
var css$
|
|
10576
|
+
var css$X = ".Breadcrumbs_module_root__f527a278 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.5rem;\n width: auto;\n}\n.Breadcrumbs_module_root__f527a278 .Breadcrumbs_module_seperator__f527a278 {\n width: 1.5rem;\n height: 1.5rem;\n stroke: var(--grey2);\n}\n.Breadcrumbs_module_root__f527a278 button.Breadcrumbs_module_expand__f527a278[data-elem=base-cell] {\n background: var(--grey6);\n color: var(--dark-grey);\n height: 0.75rem;\n padding: 0.25rem;\n}\n.Breadcrumbs_module_root__f527a278 button.Breadcrumbs_module_expand__f527a278[data-elem=base-cell] [data-elem=title] {\n margin-bottom: 0.4rem;\n}\n.Breadcrumbs_module_root__f527a278 .Breadcrumbs_module_crumb__f527a278 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: var(--grey2);\n}\n.Breadcrumbs_module_root__f527a278 .Breadcrumbs_module_crumb__f527a278.Breadcrumbs_module_active__f527a278 {\n color: var(--black);\n}\n.Breadcrumbs_module_root__f527a278 .Breadcrumbs_module_crumb__f527a278:hover:not(.Breadcrumbs_module_active__f527a278) {\n color: var(--info);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeLight__f527a278 .Breadcrumbs_module_crumb__f527a278 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: var(--grey2);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeLight__f527a278 .Breadcrumbs_module_crumb__f527a278.Breadcrumbs_module_active__f527a278 {\n color: var(--black);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeLight__f527a278 .Breadcrumbs_module_crumb__f527a278:hover:not(.Breadcrumbs_module_active__f527a278) {\n color: var(--info);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeDark__f527a278 .Breadcrumbs_module_crumb__f527a278 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: var(--grey2);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeDark__f527a278 .Breadcrumbs_module_crumb__f527a278.Breadcrumbs_module_active__f527a278 {\n color: var(--white);\n}\n.Breadcrumbs_module_root__f527a278.Breadcrumbs_module_themeDark__f527a278 .Breadcrumbs_module_crumb__f527a278:hover:not(.Breadcrumbs_module_active__f527a278) {\n color: var(--info);\n}";
|
|
10577
10577
|
var modules_651f50a9 = {"root":"Breadcrumbs_module_root__f527a278","seperator":"Breadcrumbs_module_seperator__f527a278","expand":"Breadcrumbs_module_expand__f527a278","crumb":"Breadcrumbs_module_crumb__f527a278","active":"Breadcrumbs_module_active__f527a278","theme-light":"Breadcrumbs_module_themeLight__f527a278","theme-dark":"Breadcrumbs_module_themeDark__f527a278"};
|
|
10578
|
-
n(css$
|
|
10578
|
+
n(css$X,{});
|
|
10579
10579
|
|
|
10580
|
-
var css$
|
|
10580
|
+
var css$W = ".Text_module_root__71f59b14 {\n color: var(--dark-grey);\n}\n.Text_module_root__71f59b14.Text_module_h1__71f59b14 {\n font-size: 2.25rem;\n line-height: 2.75rem;\n}\n.Text_module_root__71f59b14.Text_module_h2__71f59b14 {\n font-size: 1.375rem;\n line-height: 1.688rem;\n}\n.Text_module_root__71f59b14.Text_module_b1__71f59b14 {\n font-size: 1rem;\n line-height: 1.188rem;\n}\n.Text_module_root__71f59b14.Text_module_b2__71f59b14 {\n font-size: 0.875rem;\n line-height: 1.188rem;\n}\n.Text_module_root__71f59b14.Text_module_b3__71f59b14 {\n font-size: 0.75rem;\n line-height: 1.063rem;\n}\n.Text_module_root__71f59b14.Text_module_regularStroke__71f59b14 {\n font-weight: 400;\n}\n.Text_module_root__71f59b14.Text_module_mediumStroke__71f59b14 {\n font-weight: 500;\n}\n.Text_module_root__71f59b14.Text_module_semiboldStroke__71f59b14 {\n font-weight: 600;\n}\n.Text_module_root__71f59b14.Text_module_boldStroke__71f59b14 {\n font-weight: 800;\n}";
|
|
10581
10581
|
var modules_22fa3f10 = {"root":"Text_module_root__71f59b14","h1":"Text_module_h1__71f59b14","h2":"Text_module_h2__71f59b14","b1":"Text_module_b1__71f59b14","b2":"Text_module_b2__71f59b14","b3":"Text_module_b3__71f59b14","regular-stroke":"Text_module_regularStroke__71f59b14","medium-stroke":"Text_module_mediumStroke__71f59b14","semibold-stroke":"Text_module_semiboldStroke__71f59b14","bold-stroke":"Text_module_boldStroke__71f59b14"};
|
|
10582
|
-
n(css$
|
|
10582
|
+
n(css$W,{});
|
|
10583
10583
|
|
|
10584
10584
|
// eslint-disable-next-line prefer-arrow-callback
|
|
10585
10585
|
var Text = /*#__PURE__*/React.forwardRef(function Text(props, ref) {
|
|
@@ -10630,9 +10630,9 @@ Text.defaultProps = {
|
|
|
10630
10630
|
attrs: {}
|
|
10631
10631
|
};
|
|
10632
10632
|
|
|
10633
|
-
var css$
|
|
10633
|
+
var css$V = ".Link_module_root__51df30d3 {\n color: var(--highlight);\n text-decoration: none;\n}\n.Link_module_root__51df30d3.Link_module_underlineNone__51df30d3 {\n text-decoration: none;\n}\n.Link_module_root__51df30d3.Link_module_underlineHover__51df30d3:hover {\n text-decoration: underline;\n}\n.Link_module_root__51df30d3.Link_module_underlineAlways__51df30d3 {\n text-decoration: underline;\n}";
|
|
10634
10634
|
var modules_475441e2 = {"root":"Link_module_root__51df30d3","underline-none":"Link_module_underlineNone__51df30d3","underline-hover":"Link_module_underlineHover__51df30d3","underline-always":"Link_module_underlineAlways__51df30d3"};
|
|
10635
|
-
n(css$
|
|
10635
|
+
n(css$V,{});
|
|
10636
10636
|
|
|
10637
10637
|
var Link = /*#__PURE__*/React.forwardRef(function Link(props, ref) {
|
|
10638
10638
|
var variant = props.variant,
|
|
@@ -19083,10 +19083,10 @@ function markup$1(Prism) {
|
|
|
19083
19083
|
Prism.languages.rss = Prism.languages.xml;
|
|
19084
19084
|
}
|
|
19085
19085
|
|
|
19086
|
-
var css_1 = css$
|
|
19087
|
-
css$
|
|
19088
|
-
css$
|
|
19089
|
-
function css$
|
|
19086
|
+
var css_1 = css$U;
|
|
19087
|
+
css$U.displayName = 'css';
|
|
19088
|
+
css$U.aliases = [];
|
|
19089
|
+
function css$U(Prism) {
|
|
19090
19090
|
(function (Prism) {
|
|
19091
19091
|
var string =
|
|
19092
19092
|
/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;
|
|
@@ -19388,7 +19388,7 @@ var h = hastscript.exports;
|
|
|
19388
19388
|
var decode$1 = parseEntities_1;
|
|
19389
19389
|
var Prism = prismCore.exports;
|
|
19390
19390
|
var markup = markup_1;
|
|
19391
|
-
var css$
|
|
19391
|
+
var css$T = css_1;
|
|
19392
19392
|
var clike = clike_1;
|
|
19393
19393
|
var js = javascript_1;
|
|
19394
19394
|
|
|
@@ -19416,7 +19416,7 @@ refract.listLanguages = listLanguages;
|
|
|
19416
19416
|
|
|
19417
19417
|
// Register bundled grammars.
|
|
19418
19418
|
register$1(markup);
|
|
19419
|
-
register$1(css$
|
|
19419
|
+
register$1(css$T);
|
|
19420
19420
|
register$1(clike);
|
|
19421
19421
|
register$1(js);
|
|
19422
19422
|
|
|
@@ -44084,9 +44084,9 @@ var oneLight = {
|
|
|
44084
44084
|
}
|
|
44085
44085
|
};
|
|
44086
44086
|
|
|
44087
|
-
var css$
|
|
44087
|
+
var css$S = ".CodeSnippet_module_root__96cf727a {\n padding: 0.5rem, 1rem;\n position: relative;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_code__96cf727a {\n font-family: monospace;\n font-size: 1rem;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a {\n position: absolute;\n right: 1rem;\n top: 0.5rem;\n cursor: pointer;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_icon__96cf727a {\n width: 1.5rem;\n height: 1.5rem;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_icon__96cf727a.CodeSnippet_module_dark__96cf727a {\n fill: var(--white);\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_icon__96cf727a.CodeSnippet_module_light__96cf727a {\n fill: var(--black);\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_notCopied__96cf727a {\n display: none;\n}\n.CodeSnippet_module_root__96cf727a .CodeSnippet_module_copy__96cf727a .CodeSnippet_module_copied__96cf727a {\n position: absolute;\n right: 1.375rem;\n top: 2.188rem;\n padding: 0.5rem;\n border-radius: 0.25rem;\n background-color: var(--highlight);\n color: var(--grey10);\n}";
|
|
44088
44088
|
var modules_c548043f = {"root":"CodeSnippet_module_root__96cf727a","code":"CodeSnippet_module_code__96cf727a","copy":"CodeSnippet_module_copy__96cf727a","icon":"CodeSnippet_module_icon__96cf727a","dark":"CodeSnippet_module_dark__96cf727a","light":"CodeSnippet_module_light__96cf727a","notCopied":"CodeSnippet_module_notCopied__96cf727a","copied":"CodeSnippet_module_copied__96cf727a"};
|
|
44089
|
-
n(css$
|
|
44089
|
+
n(css$S,{});
|
|
44090
44090
|
|
|
44091
44091
|
var CodeSnippet = function CodeSnippet(props) {
|
|
44092
44092
|
var copy = props.copy,
|
|
@@ -44244,9 +44244,9 @@ var useResize = function useResize(props) {
|
|
|
44244
44244
|
}, [enabled]);
|
|
44245
44245
|
};
|
|
44246
44246
|
|
|
44247
|
-
var css$
|
|
44247
|
+
var css$R = ".Header_module_container__26bf5a9c {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 0rem 1.5625rem;\n}\n.Header_module_container__26bf5a9c .Header_module_title__26bf5a9c {\n font-weight: 400;\n font-size: 0.8rem;\n color: var(--black);\n}\n.Header_module_container__26bf5a9c .Header_module_icon__26bf5a9c {\n width: 1.5rem;\n height: 1.5rem;\n stroke: #181818;\n cursor: pointer;\n}";
|
|
44248
44248
|
var modules_cf337dc1 = {"container":"Header_module_container__26bf5a9c","title":"Header_module_title__26bf5a9c","icon":"Header_module_icon__26bf5a9c"};
|
|
44249
|
-
n(css$
|
|
44249
|
+
n(css$R,{});
|
|
44250
44250
|
|
|
44251
44251
|
var Header = function Header(props) {
|
|
44252
44252
|
var selectedMonth = props.selectedMonth,
|
|
@@ -44278,17 +44278,17 @@ var Header = function Header(props) {
|
|
|
44278
44278
|
});
|
|
44279
44279
|
};
|
|
44280
44280
|
|
|
44281
|
-
var css$
|
|
44281
|
+
var css$Q = ".Calender_module_root__a2bedc75 {\n padding: 1rem 0rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}";
|
|
44282
44282
|
var modules_3722b5cd = {"root":"Calender_module_root__a2bedc75"};
|
|
44283
|
-
n(css$
|
|
44283
|
+
n(css$Q,{});
|
|
44284
44284
|
|
|
44285
|
-
var css$
|
|
44285
|
+
var css$P = ".Body_module_root__85b1b679 {\n padding: 0.5rem 0.5rem;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n}";
|
|
44286
44286
|
var modules_e6b80d99 = {"root":"Body_module_root__85b1b679"};
|
|
44287
|
-
n(css$
|
|
44287
|
+
n(css$P,{});
|
|
44288
44288
|
|
|
44289
|
-
var css$
|
|
44289
|
+
var css$O = ".Dates_module_dates__db5f91ce {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n align-items: center;\n flex-wrap: wrap;\n}\n.Dates_module_dates__db5f91ce div {\n flex-basis: 14.28%;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n margin-bottom: 0.25rem;\n cursor: pointer;\n align-self: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.Dates_module_dates__db5f91ce div .Dates_module_date__db5f91ce {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n text-align: center;\n vertical-align: middle;\n border-radius: 1.5rem;\n height: 2.5rem;\n width: 2.5rem;\n font-weight: 400;\n font-size: 0.875rem;\n color: var(--black);\n}\n.Dates_module_dates__db5f91ce div .Dates_module_selected__db5f91ce {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Dates_module_dates__db5f91ce div .Dates_module_unSelected__db5f91ce {\n background-color: var(--white);\n border-color: var(--highlight);\n border-width: 0.125rem;\n border-style: solid;\n color: var(--black);\n}\n.Dates_module_dates__db5f91ce div .Dates_module_disabled__db5f91ce {\n border-radius: 1.5rem;\n color: var(--grey2);\n}\n.Dates_module_dates__db5f91ce div .Dates_module_diffMonth__db5f91ce {\n opacity: 0.6;\n}\n.Dates_module_dates__db5f91ce div:hover .Dates_module_date__db5f91ce {\n background: var(--background);\n color: var(--highlight);\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Dates_module_dates__db5f91ce div:hover .Dates_module_selected__db5f91ce {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Dates_module_dates__db5f91ce div:hover .Dates_module_disabled__db5f91ce {\n background: transparent;\n box-shadow: none;\n border-radius: 1.5rem;\n color: var(--grey2);\n}\n.Dates_module_dates__db5f91ce .Dates_module_minInRange__db5f91ce {\n background-color: var(--highlight);\n border-radius: 1.5rem 0rem 0rem 1.5rem;\n}\n.Dates_module_dates__db5f91ce .Dates_module_minInRange__db5f91ce .Dates_module_date__db5f91ce {\n color: var(--white);\n}\n.Dates_module_dates__db5f91ce .Dates_module_minInRange__db5f91ce:hover .Dates_module_date__db5f91ce {\n background: var(--highlight);\n color: var(--white);\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Dates_module_dates__db5f91ce .Dates_module_maxInRange__db5f91ce {\n background-color: var(--highlight);\n border-radius: 0rem 1.5rem 1.5rem 0rem;\n}\n.Dates_module_dates__db5f91ce .Dates_module_maxInRange__db5f91ce .Dates_module_date__db5f91ce {\n color: var(--white);\n}\n.Dates_module_dates__db5f91ce .Dates_module_maxInRange__db5f91ce:hover .Dates_module_date__db5f91ce {\n background: var(--highlight);\n color: var(--white);\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n}\n.Dates_module_dates__db5f91ce .Dates_module_midInRange__db5f91ce {\n background: var(--background);\n border-radius: 0rem;\n}\n.Dates_module_dates__db5f91ce .Dates_module_midInRange__db5f91ce .Dates_module_date__db5f91ce {\n color: var(--highlight);\n}\n.Dates_module_dates__db5f91ce .Dates_module_midInRangeSelected__db5f91ce {\n background: var(--background);\n border-radius: 0rem;\n}\n.Dates_module_dates__db5f91ce .Dates_module_midInRangeSelected__db5f91ce .Dates_module_date__db5f91ce {\n color: var(--white);\n}\n.Dates_module_dates__db5f91ce .Dates_module_firstHovered__db5f91ce {\n background: var(--background);\n border-radius: 0rem 1.5rem 1.5rem 0rem;\n}\n.Dates_module_dates__db5f91ce .Dates_module_firstHovered__db5f91ce .Dates_module_date__db5f91ce {\n color: var(--highlight);\n}\n.Dates_module_dates__db5f91ce .Dates_module_lastHovered__db5f91ce {\n background: var(--background);\n border-radius: 1.5rem 0rem 0rem 1.5rem;\n}\n.Dates_module_dates__db5f91ce .Dates_module_lastHovered__db5f91ce .Dates_module_date__db5f91ce {\n color: var(--highlight);\n}";
|
|
44290
44290
|
var modules_b02dadcc = {"dates":"Dates_module_dates__db5f91ce","date":"Dates_module_date__db5f91ce","selected":"Dates_module_selected__db5f91ce","unSelected":"Dates_module_unSelected__db5f91ce","disabled":"Dates_module_disabled__db5f91ce","diffMonth":"Dates_module_diffMonth__db5f91ce","minInRange":"Dates_module_minInRange__db5f91ce","maxInRange":"Dates_module_maxInRange__db5f91ce","midInRange":"Dates_module_midInRange__db5f91ce","midInRangeSelected":"Dates_module_midInRangeSelected__db5f91ce","first-hovered":"Dates_module_firstHovered__db5f91ce","last-hovered":"Dates_module_lastHovered__db5f91ce"};
|
|
44291
|
-
n(css$
|
|
44291
|
+
n(css$O,{});
|
|
44292
44292
|
|
|
44293
44293
|
var getDatesOfLastWeekOfLastMonth = function getDatesOfLastWeekOfLastMonth(_ref) {
|
|
44294
44294
|
var monthAsNumber = _ref.monthAsNumber,
|
|
@@ -44537,9 +44537,9 @@ var Dates = function Dates(props) {
|
|
|
44537
44537
|
});
|
|
44538
44538
|
};
|
|
44539
44539
|
|
|
44540
|
-
var css$
|
|
44540
|
+
var css$N = ".Days_module_days__0d7923fd {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n text-align: center;\n}\n.Days_module_days__0d7923fd span {\n padding: 0.75rem 0.5rem;\n font-weight: 500;\n font-size: 0.875rem;\n color: black;\n flex-basis: 14.28%;\n}";
|
|
44541
44541
|
var modules_82c45006 = {"days":"Days_module_days__0d7923fd"};
|
|
44542
|
-
n(css$
|
|
44542
|
+
n(css$N,{});
|
|
44543
44543
|
|
|
44544
44544
|
var Days = function Days() {
|
|
44545
44545
|
var daysInWeek = DAYS;
|
|
@@ -44560,9 +44560,9 @@ var Body = function Body(props) {
|
|
|
44560
44560
|
});
|
|
44561
44561
|
};
|
|
44562
44562
|
|
|
44563
|
-
var css$
|
|
44563
|
+
var css$M = ".TextField_module_root__241fb981 {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n gap: 0.5rem;\n}\n.TextField_module_root__241fb981 label {\n width: 100%;\n max-width: 100%;\n font-weight: 400;\n font-size: 0.75rem;\n line-height: 1.125rem;\n letter-spacing: 0.32px;\n color: var(--grey);\n height: 100%;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 0.5rem;\n padding: 0rem 0.5rem;\n max-width: 100%;\n width: 100%;\n border-color: var(--grey4);\n border-style: solid;\n border-radius: 0.25rem;\n height: 100%;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 .TextField_module_icon__241fb981 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem*=component] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem=component2] {\n flex: 1;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem=component2] .TextField_module_input__241fb981 {\n -moz-appearance: textfield;\n flex: 1;\n background-color: transparent;\n border: none;\n font-weight: 400;\n font-size: 0.875rem;\n line-height: 1.125rem;\n letter-spacing: 0.16px;\n color: var(--black);\n width: 100%;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem=component2] .TextField_module_input__241fb981::-webkit-outer-spin-button, .TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem=component2] .TextField_module_input__241fb981::-webkit-inner-spin-button {\n -webkit-appearance: none;\n margin: 0;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem=component2] .TextField_module_input__241fb981:focus {\n outline: none;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem=component2] .TextField_module_input__241fb981:disabled {\n background: var(--grey9);\n color: var(--grey3);\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem=component2] .TextField_module_input__241fb981.TextField_module_sm__241fb981 {\n padding: 0.5rem 0rem;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem=component2] .TextField_module_input__241fb981.TextField_module_md__241fb981 {\n padding: 0.688rem 0rem;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981 > [data-elem=component2] .TextField_module_input__241fb981.TextField_module_lg__241fb981 {\n padding: 1rem 0rem;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981.TextField_module_typeTextarea__241fb981 {\n padding: 0;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981.TextField_module_typeTextarea__241fb981 > [data-elem=component2] .TextField_module_input__241fb981 {\n resize: vertical;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981.TextField_module_typeTextarea__241fb981 > [data-elem=component2] .TextField_module_input__241fb981.TextField_module_md__241fb981 {\n padding: 0.313rem 0.75rem;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981.TextField_module_typeTextarea__241fb981 > [data-elem=component2] .TextField_module_input__241fb981.TextField_module_lg__241fb981 {\n padding: 0.5rem 1rem;\n font-size: 1rem;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981:focus-within {\n border: 0.063rem solid var(--info);\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981:focus-within.TextField_module_feedbackError__241fb981 {\n border-color: var(--error);\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981.TextField_module_borderDefault__241fb981 {\n border-width: 0.063rem;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981.TextField_module_borderBottom__241fb981 {\n border-width: 0rem 0rem 0.063rem 0rem;\n}\n.TextField_module_root__241fb981 label .TextField_module_inputWrapper__241fb981.TextField_module_borderNone__241fb981 {\n border-width: 0rem;\n}\n.TextField_module_root__241fb981 .TextField_module_bottom__241fb981 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n min-height: 2rem;\n width: 100%;\n gap: 1rem;\n color: var(--grey3);\n font-size: 0.75rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.TextField_module_root__241fb981 .TextField_module_bottom__241fb981 .TextField_module_feedback__241fb981 {\n flex: 1;\n margin-right: auto;\n}\n.TextField_module_root__241fb981 .TextField_module_bottom__241fb981 .TextField_module_feedback__241fb981.TextField_module_feedbackError__241fb981 {\n color: var(--error);\n fill: var(--error);\n}\n.TextField_module_root__241fb981 .TextField_module_bottom__241fb981 .TextField_module_feedback__241fb981.TextField_module_feedbackSuccess__241fb981 {\n color: var(--success);\n fill: var(--success);\n}\n.TextField_module_root__241fb981 .TextField_module_bottom__241fb981 .TextField_module_count__241fb981 {\n text-align: right;\n margin-left: auto;\n}\n.TextField_module_root__241fb981 .TextField_module_bottom__241fb981 .TextField_module_count__241fb981.TextField_module_exceeded__241fb981 {\n color: var(--error);\n}";
|
|
44564
44564
|
var modules_c1d23762 = {"root":"TextField_module_root__241fb981","input-wrapper":"TextField_module_inputWrapper__241fb981","icon":"TextField_module_icon__241fb981","input":"TextField_module_input__241fb981","sm":"TextField_module_sm__241fb981","md":"TextField_module_md__241fb981","lg":"TextField_module_lg__241fb981","type-textarea":"TextField_module_typeTextarea__241fb981","feedback-error":"TextField_module_feedbackError__241fb981","border-default":"TextField_module_borderDefault__241fb981","border-bottom":"TextField_module_borderBottom__241fb981","border-none":"TextField_module_borderNone__241fb981","bottom":"TextField_module_bottom__241fb981","feedback":"TextField_module_feedback__241fb981","feedback-success":"TextField_module_feedbackSuccess__241fb981","count":"TextField_module_count__241fb981","exceeded":"TextField_module_exceeded__241fb981"};
|
|
44565
|
-
n(css$
|
|
44565
|
+
n(css$M,{});
|
|
44566
44566
|
|
|
44567
44567
|
var TextField = /*#__PURE__*/React.forwardRef(function TextField(props, inputRef) {
|
|
44568
44568
|
var _inputValue$length;
|
|
@@ -44695,9 +44695,9 @@ TextField.defaultProps = {
|
|
|
44695
44695
|
onKeyDown: function onKeyDown() {}
|
|
44696
44696
|
};
|
|
44697
44697
|
|
|
44698
|
-
var css$
|
|
44698
|
+
var css$L = ":root {\n --white: #ffffff;\n --black: #000000;\n --dark-grey: #333333;\n --dark-grey-o-85: rgba(51, 51, 51, 0.85);\n --grey: #737373;\n --grey1: #888888;\n --grey2: #a6a6a6;\n --grey3: #bbbbbb;\n --grey4: #c4c4c4;\n --grey5: #dddddd;\n --grey6: #e8e8e8;\n --grey7: #eeeeee;\n --grey8: #f2f2f2;\n --grey9: #eff0f0;\n --grey10: #f7f7f7;\n --highlight: #0f62fe;\n --dark-blue: #001833;\n --background: #d0e2ff;\n --banyan-blue: #00037c;\n --banyan-orange: #ff892a;\n --banyan-pink: #ff1597;\n --banyan-gradient: linear-gradient(\n \t84.71deg,\n \tvar(--banyan-pink) 0.48%,\n \tvar(--banyan-orange) 99.57%\n );\n --error: #da1e28;\n --error-bg: #fff1f1;\n --error-outline: rgba(218, 30, 40, 0.08);\n --success: #24a148;\n --success-bg: #defbe6;\n --success-outline: rgba(36, 161, 72, 0.08);\n --warning: #f1c21b;\n --warning-bg: #fff8e1;\n --warning-outline: rgba(203, 160, 6, 0.08);\n --info: #0043ce;\n --info-bg: #edf5ff;\n --info-outline: #2864db98;\n}\n\n.CheckBox_module_root__d1bdcb36 {\n cursor: pointer;\n gap: 10px;\n}\n.CheckBox_module_root__d1bdcb36.CheckBox_module_positionLeft__d1bdcb36 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.CheckBox_module_root__d1bdcb36.CheckBox_module_positionRight__d1bdcb36 {\n display: flex;\n flex-direction: row-reverse;\n justify-content: flex-end;\n align-items: center;\n}\n.CheckBox_module_root__d1bdcb36 input[type=checkbox] {\n opacity: 0;\n z-index: 1;\n position: absolute;\n width: 1px;\n height: 1px;\n}\n.CheckBox_module_root__d1bdcb36.CheckBox_module_disabled__d1bdcb36 {\n cursor: default;\n}\n.CheckBox_module_root__d1bdcb36 .CheckBox_module_icon__d1bdcb36 {\n display: inline-block;\n}\n.CheckBox_module_root__d1bdcb36 .CheckBox_module_icon__d1bdcb36.CheckBox_module_iconSm__d1bdcb36 {\n width: 1rem;\n height: 1rem;\n}\n.CheckBox_module_root__d1bdcb36 .CheckBox_module_icon__d1bdcb36.CheckBox_module_iconMd__d1bdcb36 {\n width: 1.25rem;\n height: 1.25rem;\n}\n.CheckBox_module_root__d1bdcb36 .CheckBox_module_icon__d1bdcb36.CheckBox_module_iconLg__d1bdcb36 {\n width: 1.5rem;\n height: 2rem;\n}\n.CheckBox_module_root__d1bdcb36 [data-elem=label] {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}";
|
|
44699
44699
|
var modules_066398a2 = {"white":"var(--white)","black":"var(--black)","dark-grey":"var(--dark-grey)","dark-grey-o-85":"var(--dark-grey-o-85)","grey":"var(--grey)","grey1":"var(--grey1)","grey2":"var(--grey2)","grey3":"var(--grey3)","grey4":"var(--grey4)","grey5":"var(--grey5)","grey6":"var(--grey6)","grey7":"var(--grey7)","grey8":"var(--grey8)","grey9":"var(--grey9)","grey10":"var(--grey10)","highlight":"var(--highlight)","dark-blue":"var(--dark-blue)","background":"var(--background)","banyan-blue":"var(--banyan-blue)","banyan-orange":"var(--banyan-orange)","banyan-pink":"var(--banyan-pink)","banyan-gradient":"var(--banyan-gradient)","error":"var(--error)","error-bg":"var(--error-bg)","error-outline":"var(--error-outline)","success":"var(--success)","success-bg":"var(--success-bg)","success-outline":"var(--success-outline)","warning":"var(--warning)","warning-bg":"var(--warning-bg)","warning-outline":"var(--warning-outline)","info":"var(--info)","info-bg":"var(--info-bg)","info-outline":"var(--info-outline)","root":"CheckBox_module_root__d1bdcb36","position-left":"CheckBox_module_positionLeft__d1bdcb36","position-right":"CheckBox_module_positionRight__d1bdcb36","disabled":"CheckBox_module_disabled__d1bdcb36","icon":"CheckBox_module_icon__d1bdcb36","icon-sm":"CheckBox_module_iconSm__d1bdcb36","icon-md":"CheckBox_module_iconMd__d1bdcb36","icon-lg":"CheckBox_module_iconLg__d1bdcb36"};
|
|
44700
|
-
n(css$
|
|
44700
|
+
n(css$L,{});
|
|
44701
44701
|
|
|
44702
44702
|
var Checkbox = function Checkbox(props) {
|
|
44703
44703
|
// eslint-disable-next-line object-curly-newline
|
|
@@ -44768,9 +44768,9 @@ Checkbox.defaultProps = {
|
|
|
44768
44768
|
onChange: function onChange() {}
|
|
44769
44769
|
};
|
|
44770
44770
|
|
|
44771
|
-
var css$
|
|
44771
|
+
var css$K = ":root {\n --white: #ffffff;\n --black: #000000;\n --dark-grey: #333333;\n --dark-grey-o-85: rgba(51, 51, 51, 0.85);\n --grey: #737373;\n --grey1: #888888;\n --grey2: #a6a6a6;\n --grey3: #bbbbbb;\n --grey4: #c4c4c4;\n --grey5: #dddddd;\n --grey6: #e8e8e8;\n --grey7: #eeeeee;\n --grey8: #f2f2f2;\n --grey9: #eff0f0;\n --grey10: #f7f7f7;\n --highlight: #0f62fe;\n --dark-blue: #001833;\n --background: #d0e2ff;\n --banyan-blue: #00037c;\n --banyan-orange: #ff892a;\n --banyan-pink: #ff1597;\n --banyan-gradient: linear-gradient(\n \t84.71deg,\n \tvar(--banyan-pink) 0.48%,\n \tvar(--banyan-orange) 99.57%\n );\n --error: #da1e28;\n --error-bg: #fff1f1;\n --error-outline: rgba(218, 30, 40, 0.08);\n --success: #24a148;\n --success-bg: #defbe6;\n --success-outline: rgba(36, 161, 72, 0.08);\n --warning: #f1c21b;\n --warning-bg: #fff8e1;\n --warning-outline: rgba(203, 160, 6, 0.08);\n --info: #0043ce;\n --info-bg: #edf5ff;\n --info-outline: #2864db98;\n}\n\n.Radio_module_root__dc9ececa {\n cursor: pointer;\n gap: 10px;\n}\n.Radio_module_root__dc9ececa.Radio_module_positionLeft__dc9ececa {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.Radio_module_root__dc9ececa.Radio_module_positionRight__dc9ececa {\n display: flex;\n flex-direction: row-reverse;\n justify-content: flex-end;\n align-items: center;\n}\n.Radio_module_root__dc9ececa.Radio_module_disabled__dc9ececa {\n cursor: default;\n}\n.Radio_module_root__dc9ececa input[type=radio] {\n opacity: 0;\n z-index: 1;\n position: absolute;\n width: 1px;\n height: 1px;\n}\n.Radio_module_root__dc9ececa .Radio_module_icon__dc9ececa {\n display: inline-block;\n}\n.Radio_module_root__dc9ececa .Radio_module_icon__dc9ececa.Radio_module_iconSm__dc9ececa {\n width: 1rem;\n height: 1rem;\n}\n.Radio_module_root__dc9ececa .Radio_module_icon__dc9ececa.Radio_module_iconMd__dc9ececa {\n width: 1.25rem;\n height: 1.25rem;\n}\n.Radio_module_root__dc9ececa .Radio_module_icon__dc9ececa.Radio_module_iconLg__dc9ececa {\n width: 1.5rem;\n height: 2rem;\n}\n.Radio_module_root__dc9ececa [data-elem=label] {\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}";
|
|
44772
44772
|
var modules_3705961f = {"white":"var(--white)","black":"var(--black)","dark-grey":"var(--dark-grey)","dark-grey-o-85":"var(--dark-grey-o-85)","grey":"var(--grey)","grey1":"var(--grey1)","grey2":"var(--grey2)","grey3":"var(--grey3)","grey4":"var(--grey4)","grey5":"var(--grey5)","grey6":"var(--grey6)","grey7":"var(--grey7)","grey8":"var(--grey8)","grey9":"var(--grey9)","grey10":"var(--grey10)","highlight":"var(--highlight)","dark-blue":"var(--dark-blue)","background":"var(--background)","banyan-blue":"var(--banyan-blue)","banyan-orange":"var(--banyan-orange)","banyan-pink":"var(--banyan-pink)","banyan-gradient":"var(--banyan-gradient)","error":"var(--error)","error-bg":"var(--error-bg)","error-outline":"var(--error-outline)","success":"var(--success)","success-bg":"var(--success-bg)","success-outline":"var(--success-outline)","warning":"var(--warning)","warning-bg":"var(--warning-bg)","warning-outline":"var(--warning-outline)","info":"var(--info)","info-bg":"var(--info-bg)","info-outline":"var(--info-outline)","root":"Radio_module_root__dc9ececa","position-left":"Radio_module_positionLeft__dc9ececa","position-right":"Radio_module_positionRight__dc9ececa","disabled":"Radio_module_disabled__dc9ececa","icon":"Radio_module_icon__dc9ececa","icon-sm":"Radio_module_iconSm__dc9ececa","icon-md":"Radio_module_iconMd__dc9ececa","icon-lg":"Radio_module_iconLg__dc9ececa"};
|
|
44773
|
-
n(css$
|
|
44773
|
+
n(css$K,{});
|
|
44774
44774
|
|
|
44775
44775
|
var Radio = function Radio(props) {
|
|
44776
44776
|
// eslint-disable-next-line object-curly-newline
|
|
@@ -44838,9 +44838,9 @@ Radio.defaultProps = {
|
|
|
44838
44838
|
onChange: function onChange() {}
|
|
44839
44839
|
};
|
|
44840
44840
|
|
|
44841
|
-
var css$
|
|
44841
|
+
var css$J = ".Dropdown_module_root__067cba10 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.5rem;\n position: relative;\n width: -moz-fit-content;\n width: fit-content;\n max-width: 100%;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_label__067cba10 {\n font-size: 0.75rem;\n color: var(--grey);\n width: auto;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_header__067cba10 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n max-width: 100%;\n position: relative;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_header__067cba10 .Dropdown_module_input__067cba10 {\n position: absolute;\n opacity: 0;\n width: 1px;\n height: 1px;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_header__067cba10 .Dropdown_module_input__067cba10:focus + .Dropdown_module_select__067cba10 {\n border-color: var(--highlight);\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_header__067cba10 .Dropdown_module_input__067cba10:focus + .Dropdown_module_select__067cba10.Dropdown_module_feedbackError__067cba10 {\n border-color: var(--error);\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_header__067cba10 .Dropdown_module_select__067cba10 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n width: 25rem;\n max-width: 100%;\n gap: 0.5rem;\n background: var(--white);\n outline: none;\n border: 1px solid var(--grey5);\n border-radius: 0.25rem;\n padding: 0.75rem 0.75rem 0.75rem 1rem;\n cursor: pointer;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_header__067cba10 .Dropdown_module_select__067cba10 .Dropdown_module_placeholder__067cba10 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n color: var(--black);\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_header__067cba10 .Dropdown_module_select__067cba10 .Dropdown_module_icon__067cba10 {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_header__067cba10 .Dropdown_module_select__067cba10.Dropdown_module_feedbackError__067cba10 {\n border-color: var(--error);\n}\n.Dropdown_module_root__067cba10.Dropdown_module_open__067cba10 .Dropdown_module_header__067cba10 {\n border-color: var(--highlight);\n}\n.Dropdown_module_root__067cba10.Dropdown_module_disabled__067cba10 .Dropdown_module_select__067cba10 {\n background: var(--grey10);\n cursor: not-allowed;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_bottom__067cba10 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-start;\n min-height: 2rem;\n width: 100%;\n gap: 1rem;\n color: var(--grey3);\n font-size: 0.75rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_bottom__067cba10 .Dropdown_module_feedback__067cba10 {\n flex: 1;\n margin-right: auto;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_bottom__067cba10 .Dropdown_module_feedback__067cba10.Dropdown_module_feedbackError__067cba10 {\n color: var(--error);\n fill: var(--error);\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_bottom__067cba10 .Dropdown_module_feedback__067cba10.Dropdown_module_feedbackSuccess__067cba10 {\n color: var(--success);\n fill: var(--success);\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_bottom__067cba10 .Dropdown_module_count__067cba10 {\n text-align: right;\n margin-left: auto;\n}\n.Dropdown_module_root__067cba10 .Dropdown_module_bottom__067cba10 .Dropdown_module_count__067cba10.Dropdown_module_exceeded__067cba10 {\n color: var(--error);\n}\n\n.Dropdown_module_body__067cba10 {\n display: none;\n position: absolute;\n top: calc(100% + 0.5rem);\n background: var(--white);\n width: auto;\n border: 0.063rem solid var(--grey5);\n box-shadow: 0rem 0.5rem 1.25rem rgba(24, 24, 24, 0.08);\n border-radius: 0.25rem;\n padding: 1rem;\n overflow-y: auto;\n min-height: 4rem;\n outline: none;\n}\n.Dropdown_module_body__067cba10 .Dropdown_module_multiOptions__067cba10 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 0.5rem;\n list-style: none;\n}\n.Dropdown_module_body__067cba10 .Dropdown_module_multiApply__067cba10 {\n margin-top: 0.5rem;\n}\n.Dropdown_module_body__067cba10.Dropdown_module_open__067cba10 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n}";
|
|
44842
44842
|
var modules_1b90f5ea = {"root":"Dropdown_module_root__067cba10","label":"Dropdown_module_label__067cba10","header":"Dropdown_module_header__067cba10","input":"Dropdown_module_input__067cba10","select":"Dropdown_module_select__067cba10","feedback-error":"Dropdown_module_feedbackError__067cba10","placeholder":"Dropdown_module_placeholder__067cba10","icon":"Dropdown_module_icon__067cba10","open":"Dropdown_module_open__067cba10","disabled":"Dropdown_module_disabled__067cba10","bottom":"Dropdown_module_bottom__067cba10","feedback":"Dropdown_module_feedback__067cba10","feedback-success":"Dropdown_module_feedbackSuccess__067cba10","count":"Dropdown_module_count__067cba10","exceeded":"Dropdown_module_exceeded__067cba10","body":"Dropdown_module_body__067cba10","multi-options":"Dropdown_module_multiOptions__067cba10","multi-apply":"Dropdown_module_multiApply__067cba10"};
|
|
44843
|
-
n(css$
|
|
44843
|
+
n(css$J,{});
|
|
44844
44844
|
|
|
44845
44845
|
var Dropdown = /*#__PURE__*/React.forwardRef(function Dropdown(props, inputRef) {
|
|
44846
44846
|
var _selectedOptions$map, _ref2, _selectedOptions$;
|
|
@@ -45241,9 +45241,9 @@ Dropdown.defaultProps = {
|
|
|
45241
45241
|
}
|
|
45242
45242
|
};
|
|
45243
45243
|
|
|
45244
|
-
var css$
|
|
45244
|
+
var css$I = ".DropdownItem_module_root__61492174 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.75rem;\n width: 100%;\n padding: 0.75rem 1rem;\n border-radius: 0.25rem;\n cursor: pointer;\n color: var(--grey);\n outline: none;\n}\n.DropdownItem_module_root__61492174 > .DropdownItem_module_input__61492174 {\n cursor: pointer;\n}\n.DropdownItem_module_root__61492174:focus {\n background: var(--grey6);\n}\n.DropdownItem_module_root__61492174.DropdownItem_module_selected__61492174 {\n background: var(--info-bg);\n}";
|
|
45245
45245
|
var modules_bf949acd = {"root":"DropdownItem_module_root__61492174","input":"DropdownItem_module_input__61492174","selected":"DropdownItem_module_selected__61492174"};
|
|
45246
|
-
n(css$
|
|
45246
|
+
n(css$I,{});
|
|
45247
45247
|
|
|
45248
45248
|
var DropdownItem = /*#__PURE__*/React.forwardRef(function DropdownItem(props, ref) {
|
|
45249
45249
|
// eslint-disable-next-line object-curly-newline
|
|
@@ -45310,9 +45310,9 @@ DropdownItem.defaultProps = {
|
|
|
45310
45310
|
selected: false
|
|
45311
45311
|
};
|
|
45312
45312
|
|
|
45313
|
-
var css$
|
|
45313
|
+
var css$H = ".TimePicker_module_root__2dd24d9e {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n border-top: 1px solid var(--grey5);\n border-bottom: 1px solid var(--grey5);\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_input__2dd24d9e {\n width: 5.125rem;\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_input__2dd24d9e > label [data-elem=base-cell] {\n border: none;\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_input__2dd24d9e > label [data-elem=base-cell] [data-elem=component2] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_input__2dd24d9e > label [data-elem=base-cell] [data-elem=component2] > input[data-elem=input] {\n padding: 1rem 0rem;\n text-align: center;\n font-weight: 600;\n font-size: 1.25rem;\n line-height: 1.5rem;\n color: var(--dark-grey);\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_colon__2dd24d9e {\n font-weight: 500;\n font-size: 1.25rem;\n line-height: 1.5rem;\n color: var(--dark-grey);\n}\n.TimePicker_module_root__2dd24d9e .TimePicker_module_separator__2dd24d9e {\n width: 0.0625rem;\n height: 1.5625rem;\n background-color: var(--grey5);\n}";
|
|
45314
45314
|
var modules_98a80317 = {"root":"TimePicker_module_root__2dd24d9e","input":"TimePicker_module_input__2dd24d9e","colon":"TimePicker_module_colon__2dd24d9e","separator":"TimePicker_module_separator__2dd24d9e"};
|
|
45315
|
-
n(css$
|
|
45315
|
+
n(css$H,{});
|
|
45316
45316
|
|
|
45317
45317
|
var isValidUnit = function isValidUnit(_ref) {
|
|
45318
45318
|
var type = _ref.type,
|
|
@@ -45502,9 +45502,9 @@ TimePicker.defaultProps = {
|
|
|
45502
45502
|
value: null
|
|
45503
45503
|
};
|
|
45504
45504
|
|
|
45505
|
-
var css$
|
|
45505
|
+
var css$G = ".Footer_module_root__4cf0f510 {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n margin-inline: 1rem;\n}\n.Footer_module_root__4cf0f510 .Footer_module_apply__4cf0f510 {\n margin-top: 0.5rem;\n width: 100%;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.Footer_module_root__4cf0f510 .Footer_module_timePicker__4cf0f510 {\n margin-bottom: 1.25rem;\n}\n\n.Footer_module_selectedDate__4cf0f510 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 1.125rem;\n background: var(--white);\n border: 0.0625rem solid var(--grey4);\n border-radius: 0.25rem;\n}\n.Footer_module_selectedDate__4cf0f510 .Footer_module_date__4cf0f510 {\n font-weight: 500;\n font-size: 0.875rem;\n line-height: 1.3125rem;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.Footer_module_selectedDate__4cf0f510 .Footer_module_date__4cf0f510 .Footer_module_cross__4cf0f510 {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Footer_module_selectedDate__4cf0f510 .Footer_module_date__4cf0f510 .Footer_module_value__4cf0f510 {\n font-weight: 400;\n padding-right: 0.7rem;\n border-right: 1px var(--grey3) solid;\n}\n\n.Footer_module_dateRanges__4cf0f510 {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n margin-top: 0.5rem;\n}\n.Footer_module_dateRanges__4cf0f510 .Footer_module_dateRange__4cf0f510 {\n display: flex;\n align-items: center;\n padding: 0.875rem 1rem;\n gap: 1.125rem;\n cursor: pointer;\n}\n.Footer_module_dateRanges__4cf0f510 .Footer_module_dateRange__4cf0f510:hover {\n background-color: var(--background);\n}\n.Footer_module_dateRanges__4cf0f510 .Footer_module_dateRange__4cf0f510 span {\n font-weight: 400;\n font-size: 0.875rem;\n line-height: 1.3125rem;\n color: var(--black);\n}\n.Footer_module_dateRanges__4cf0f510 .Footer_module_selected__4cf0f510 {\n background-color: var(--background);\n}";
|
|
45506
45506
|
var modules_b490bd5d = {"root":"Footer_module_root__4cf0f510","apply":"Footer_module_apply__4cf0f510","time-picker":"Footer_module_timePicker__4cf0f510","selected-date":"Footer_module_selectedDate__4cf0f510","date":"Footer_module_date__4cf0f510","cross":"Footer_module_cross__4cf0f510","value":"Footer_module_value__4cf0f510","date-ranges":"Footer_module_dateRanges__4cf0f510","date-range":"Footer_module_dateRange__4cf0f510","selected":"Footer_module_selected__4cf0f510"};
|
|
45507
|
-
n(css$
|
|
45507
|
+
n(css$G,{});
|
|
45508
45508
|
|
|
45509
45509
|
var getDateAndUnixRange = function getDateAndUnixRange(duration) {
|
|
45510
45510
|
var startingDate = sub$2(new Date(), duration);
|
|
@@ -45861,9 +45861,9 @@ var Calender = function Calender(props) {
|
|
|
45861
45861
|
});
|
|
45862
45862
|
};
|
|
45863
45863
|
|
|
45864
|
-
var css$
|
|
45864
|
+
var css$F = ".DatePicker_module_root__6837a6ab {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n gap: 0.5rem;\n max-width: 100%;\n overflow: visible;\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_label__6837a6ab {\n font-weight: 400;\n font-size: 0.75rem;\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_label__6837a6ab.DatePicker_module_light__6837a6ab {\n color: var(--black);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_label__6837a6ab.DatePicker_module_dark__6837a6ab {\n color: var(--white);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n position: relative;\n background: transparent;\n border: 0.0625rem solid #d9d9d9;\n border-radius: 0.25rem;\n width: auto;\n border: 0.0625rem solid var(--grey5);\n padding: 0.75rem 1rem;\n cursor: pointer;\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab > div {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n font-size: 0px;\n letter-spacing: 0px;\n word-spacing: 0px;\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_placeholder__6837a6ab {\n font-weight: 400;\n font-size: 1rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n margin-left: 0.9375rem;\n color: var(--grey1);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_value__6837a6ab {\n font-weight: 400;\n font-size: 1rem;\n margin-left: 0.9375rem;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_value__6837a6ab.DatePicker_module_light__6837a6ab {\n color: var(--black);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_value__6837a6ab.DatePicker_module_dark__6837a6ab {\n color: var(--white);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_value__6837a6ab span {\n max-width: 200px;\n display: inline-block;\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n font-weight: 500;\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_input__6837a6ab {\n display: none;\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_icon__6837a6ab {\n width: 1.25rem;\n height: 1.25rem;\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_icon__6837a6ab.DatePicker_module_light__6837a6ab > path {\n fill: var(--dark-grey);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_icon__6837a6ab.DatePicker_module_dark__6837a6ab > path {\n fill: var(--white);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_down__6837a6ab {\n transform: rotate(270deg);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_container__6837a6ab .DatePicker_module_up__6837a6ab {\n transform: rotate(90deg);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_disabled__6837a6ab {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n position: relative;\n background: var(--grey10);\n border: 0.0625rem solid #d9d9d9;\n border-radius: 0.25rem;\n border: 0.0625rem solid var(--grey5);\n padding: 0.75rem 1rem;\n cursor: pointer;\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_disabled__6837a6ab .DatePicker_module_downArrow__6837a6ab {\n transform: rotate(270deg);\n fill: var(--grey3);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_disabled__6837a6ab .DatePicker_module_placeholder__6837a6ab {\n font-weight: 400;\n font-size: 1rem;\n color: var(--grey3);\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.DatePicker_module_root__6837a6ab.DatePicker_module_open__6837a6ab {\n border-color: var(--highlight);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_error__6837a6ab {\n border: 0.0938rem solid var(--error);\n}\n.DatePicker_module_root__6837a6ab .DatePicker_module_errorText__6837a6ab {\n font-weight: 400;\n font-size: 0.75rem;\n line-height: 0.9375rem;\n color: var(--error);\n}\n\n.DatePicker_module_popper__6837a6ab {\n display: none;\n background: var(--white);\n border: 0.0625rem solid #d9d9d9;\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n border-radius: 0.25rem;\n overflow: auto;\n}\n.DatePicker_module_popper__6837a6ab.DatePicker_module_open__6837a6ab {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n position: absolute;\n}";
|
|
45865
45865
|
var modules_5b831cd1 = {"root":"DatePicker_module_root__6837a6ab","label":"DatePicker_module_label__6837a6ab","light":"DatePicker_module_light__6837a6ab","dark":"DatePicker_module_dark__6837a6ab","container":"DatePicker_module_container__6837a6ab","placeholder":"DatePicker_module_placeholder__6837a6ab","value":"DatePicker_module_value__6837a6ab","input":"DatePicker_module_input__6837a6ab","icon":"DatePicker_module_icon__6837a6ab","down":"DatePicker_module_down__6837a6ab","up":"DatePicker_module_up__6837a6ab","disabled":"DatePicker_module_disabled__6837a6ab","down-arrow":"DatePicker_module_downArrow__6837a6ab","open":"DatePicker_module_open__6837a6ab","error":"DatePicker_module_error__6837a6ab","error-text":"DatePicker_module_errorText__6837a6ab","popper":"DatePicker_module_popper__6837a6ab"};
|
|
45866
|
-
n(css$
|
|
45866
|
+
n(css$F,{});
|
|
45867
45867
|
|
|
45868
45868
|
var isMaxRangeExceeded = function isMaxRangeExceeded(_ref) {
|
|
45869
45869
|
var maxRange = _ref.maxRange,
|
|
@@ -46146,9 +46146,9 @@ DatePicker.defaultProps = {
|
|
|
46146
46146
|
onClear: function onClear() {}
|
|
46147
46147
|
};
|
|
46148
46148
|
|
|
46149
|
-
var css$
|
|
46149
|
+
var css$E = ".HierarchyItem_module_root__9794f954 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n flex: 1;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.25rem;\n min-height: 2rem;\n height: auto;\n padding: 0rem 0.5rem;\n cursor: pointer;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954 > [data-elem=component1], .HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954 > [data-elem=component3] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954 > [data-elem=component1] .HierarchyItem_module_expand__9794f954, .HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954 > [data-elem=component3] .HierarchyItem_module_expand__9794f954 {\n padding: 0;\n height: auto;\n width: 1rem;\n height: 1rem;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954 > [data-elem=component1] .HierarchyItem_module_expand__9794f954 .HierarchyItem_module_icon__9794f954, .HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954 > [data-elem=component3] .HierarchyItem_module_expand__9794f954 .HierarchyItem_module_icon__9794f954 {\n transform: rotate(-90deg);\n width: 1rem;\n height: 1rem;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954 > [data-elem=component2] {\n flex: 1 1 auto;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954 > [data-elem=component2] .HierarchyItem_module_title__9794f954 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n width: 100%;\n height: auto;\n padding: 0.25rem 0rem;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954:hover {\n background: var(--background);\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954:hover .HierarchyItem_module_icon__9794f954,\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954:hover .HierarchyItem_module_title__9794f954,\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_header__9794f954:hover .HierarchyItem_module_title__9794f954 svg {\n color: var(--highlight);\n fill: var(--highlight);\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_body__9794f954 {\n display: none;\n flex: 1 0 auto;\n padding: 0px 0rem 0px 0.25rem;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_body__9794f954 > [data-elem=component1] {\n flex: 0 0 1.6rem;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_body__9794f954 > [data-elem=component1] .HierarchyItem_module_tail__9794f954 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n width: 1.6rem;\n height: 100%;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_body__9794f954 > [data-elem=component1] .HierarchyItem_module_tail__9794f954::after {\n content: \"\";\n display: block;\n margin: auto;\n width: 1px;\n flex: 1;\n background: var(--grey1);\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_body__9794f954 > [data-elem=component2] {\n flex: 1 0 auto;\n}\n.HierarchyItem_module_root__9794f954 .HierarchyItem_module_body__9794f954 > [data-elem=component2] .HierarchyItem_module_children__9794f954 {\n flex: 1 0 auto;\n}\n.HierarchyItem_module_root__9794f954.HierarchyItem_module_open__9794f954 > .HierarchyItem_module_header__9794f954 .HierarchyItem_module_expand__9794f954 .HierarchyItem_module_icon__9794f954 {\n transform: none;\n}\n.HierarchyItem_module_root__9794f954.HierarchyItem_module_open__9794f954 > .HierarchyItem_module_body__9794f954 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: stretch;\n gap: 0.25rem;\n height: auto;\n}\n.HierarchyItem_module_root__9794f954.HierarchyItem_module_active__9794f954 > .HierarchyItem_module_header__9794f954 {\n background: var(--background);\n}\n.HierarchyItem_module_root__9794f954.HierarchyItem_module_active__9794f954 > .HierarchyItem_module_header__9794f954 .HierarchyItem_module_icon__9794f954,\n.HierarchyItem_module_root__9794f954.HierarchyItem_module_active__9794f954 > .HierarchyItem_module_header__9794f954 .HierarchyItem_module_title__9794f954,\n.HierarchyItem_module_root__9794f954.HierarchyItem_module_active__9794f954 > .HierarchyItem_module_header__9794f954 .HierarchyItem_module_title__9794f954 svg {\n color: var(--highlight);\n fill: var(--highlight);\n}";
|
|
46150
46150
|
var modules_6d03d164 = {"root":"HierarchyItem_module_root__9794f954","header":"HierarchyItem_module_header__9794f954","expand":"HierarchyItem_module_expand__9794f954","icon":"HierarchyItem_module_icon__9794f954","title":"HierarchyItem_module_title__9794f954","body":"HierarchyItem_module_body__9794f954","tail":"HierarchyItem_module_tail__9794f954","children":"HierarchyItem_module_children__9794f954","open":"HierarchyItem_module_open__9794f954","active":"HierarchyItem_module_active__9794f954"};
|
|
46151
|
-
n(css$
|
|
46151
|
+
n(css$E,{});
|
|
46152
46152
|
|
|
46153
46153
|
var HierarchyItem = function HierarchyItem(props) {
|
|
46154
46154
|
var defaultOpen = props.defaultOpen,
|
|
@@ -46242,9 +46242,9 @@ HierarchyItem.defaultProps = {
|
|
|
46242
46242
|
active: false
|
|
46243
46243
|
};
|
|
46244
46244
|
|
|
46245
|
-
var css$
|
|
46245
|
+
var css$D = ".HierarchyBrowser_module_root__264ec989 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n width: 20rem;\n position: relative;\n}\n.HierarchyBrowser_module_root__264ec989 .HierarchyBrowser_module_header__264ec989 {\n padding: 0.5rem;\n background: var(--dark-grey);\n color: var(--white);\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n.HierarchyBrowser_module_root__264ec989 .HierarchyBrowser_module_body__264ec989 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n overflow: auto;\n}\n.HierarchyBrowser_module_root__264ec989 .HierarchyBrowser_module_item__264ec989 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.25rem;\n}\n.HierarchyBrowser_module_root__264ec989 .HierarchyBrowser_module_item__264ec989 .HierarchyBrowser_module_itemIcon__264ec989 {\n width: 1rem;\n}\n.HierarchyBrowser_module_root__264ec989::after {\n position: absolute;\n right: 0;\n content: \"\";\n width: 1px;\n height: 100%;\n background: var(--grey4);\n}\n.HierarchyBrowser_module_root__264ec989.HierarchyBrowser_module_resizable__264ec989:hover::after {\n width: 3px;\n cursor: col-resize;\n}";
|
|
46246
46246
|
var modules_5e29d515 = {"root":"HierarchyBrowser_module_root__264ec989","header":"HierarchyBrowser_module_header__264ec989","body":"HierarchyBrowser_module_body__264ec989","item":"HierarchyBrowser_module_item__264ec989","item-icon":"HierarchyBrowser_module_itemIcon__264ec989","resizable":"HierarchyBrowser_module_resizable__264ec989"};
|
|
46247
|
-
n(css$
|
|
46247
|
+
n(css$D,{});
|
|
46248
46248
|
|
|
46249
46249
|
var Title = function Title(props) {
|
|
46250
46250
|
var item = props.item;
|
|
@@ -46366,9 +46366,9 @@ HierarchyBrowser.defaultProps = {
|
|
|
46366
46366
|
title: 'Browser'
|
|
46367
46367
|
};
|
|
46368
46368
|
|
|
46369
|
-
var css$
|
|
46369
|
+
var css$C = ".BaseModal_module_root__2dd7477e {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n top: 50%;\n left: 50%;\n right: auto;\n bottom: auto;\n transform: translate(-50%, -50%);\n max-height: 100%;\n width: 50%;\n position: fixed;\n background: #ffffff;\n box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);\n border-radius: 5px;\n outline: none;\n}\n.BaseModal_module_root__2dd7477e .BaseModal_module_body__2dd7477e {\n overflow-y: scroll;\n padding: 0 15px;\n}\n.BaseModal_module_root__2dd7477e .BaseModal_module_header__2dd7477e,\n.BaseModal_module_root__2dd7477e .BaseModal_module_footer__2dd7477e {\n padding: 1rem;\n}\n.BaseModal_module_root__2dd7477e .BaseModal_module_header__2dd7477e {\n font-weight: 500;\n font-size: 1.375rem;\n}\n.BaseModal_module_root__2dd7477e .BaseModal_module_footer__2dd7477e {\n margin-top: auto;\n}\n.BaseModal_module_root__2dd7477e .BaseModal_module_close__2dd7477e {\n position: absolute;\n right: 0.5rem;\n top: 0.5rem;\n}\n.BaseModal_module_root__2dd7477e .BaseModal_module_close__2dd7477e .BaseModal_module_icon__2dd7477e {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--black);\n}";
|
|
46370
46370
|
var modules_f23ae002 = {"root":"BaseModal_module_root__2dd7477e","body":"BaseModal_module_body__2dd7477e","header":"BaseModal_module_header__2dd7477e","footer":"BaseModal_module_footer__2dd7477e","close":"BaseModal_module_close__2dd7477e","icon":"BaseModal_module_icon__2dd7477e"};
|
|
46371
|
-
n(css$
|
|
46371
|
+
n(css$C,{});
|
|
46372
46372
|
|
|
46373
46373
|
var BaseModal = function BaseModal(props) {
|
|
46374
46374
|
var className = props.className,
|
|
@@ -46438,9 +46438,9 @@ BaseModal.defaultProps = {
|
|
|
46438
46438
|
toggle: function toggle() {}
|
|
46439
46439
|
};
|
|
46440
46440
|
|
|
46441
|
-
var css$
|
|
46441
|
+
var css$B = ".Dialog_module_root__2974a020 {\n padding: 0.25rem 0px;\n max-height: 14rem;\n background: #ffffff;\n border-radius: 0.25rem;\n}\n.Dialog_module_root__2974a020.Dialog_module_sm__2974a020 {\n width: 21.25rem;\n}\n.Dialog_module_root__2974a020.Dialog_module_md__2974a020 {\n width: 35rem;\n}\n.Dialog_module_root__2974a020 .Dialog_module_header__2974a020 {\n font-weight: 600;\n font-size: 0.875rem;\n color: var(--black);\n}\n.Dialog_module_root__2974a020 .Dialog_module_footer__2974a020 {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n gap: 1rem;\n}\n.Dialog_module_root__2974a020 .Dialog_module_footer__2974a020 .Dialog_module_cancel__2974a020[data-elem=base-cell] {\n display: flex;\n color: var(--grey1);\n border-radius: 0.25rem;\n border: 1px solid var(--grey4);\n}\n.Dialog_module_root__2974a020 .Dialog_module_description__2974a020 {\n padding: 0.5rem 0px;\n font-size: 0.75rem;\n}";
|
|
46442
46442
|
var modules_ca1540aa = {"root":"Dialog_module_root__2974a020","sm":"Dialog_module_sm__2974a020","md":"Dialog_module_md__2974a020","header":"Dialog_module_header__2974a020","footer":"Dialog_module_footer__2974a020","cancel":"Dialog_module_cancel__2974a020","description":"Dialog_module_description__2974a020"};
|
|
46443
|
-
n(css$
|
|
46443
|
+
n(css$B,{});
|
|
46444
46444
|
|
|
46445
46445
|
/* eslint-disable object-curly-newline */
|
|
46446
46446
|
var DialogBox = function DialogBox(props) {
|
|
@@ -46504,9 +46504,9 @@ DialogBox.defaultProps = {
|
|
|
46504
46504
|
size: 'sm'
|
|
46505
46505
|
};
|
|
46506
46506
|
|
|
46507
|
-
var css$
|
|
46507
|
+
var css$A = ".PageHeader_module_root__2aae78e0 {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-start;\n width: 100%;\n background-color: transparent;\n gap: 4px;\n}\n.PageHeader_module_root__2aae78e0.PageHeader_module_themeDark__2aae78e0 {\n color: var(--white);\n}\n.PageHeader_module_root__2aae78e0.PageHeader_module_themeDark__2aae78e0 .PageHeader_module_breadcrumb__2aae78e0 [data-elem=breadcrumb-item-active] {\n color: var(--white);\n}\n.PageHeader_module_root__2aae78e0.PageHeader_module_themeLight__2aae78e0 {\n color: var(--dark-grey);\n}\n.PageHeader_module_root__2aae78e0 .PageHeader_module_description__2aae78e0 {\n color: var(--grey);\n}\n.PageHeader_module_root__2aae78e0 .PageHeader_module_contents__2aae78e0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n width: 100%;\n}\n.PageHeader_module_root__2aae78e0 .PageHeader_module_contents__2aae78e0 .PageHeader_module_left__2aae78e0,\n.PageHeader_module_root__2aae78e0 .PageHeader_module_contents__2aae78e0 .PageHeader_module_right__2aae78e0 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 10px;\n}\n.PageHeader_module_root__2aae78e0 .PageHeader_module_contents__2aae78e0 .PageHeader_module_left__2aae78e0 .PageHeader_module_title__2aae78e0 {\n font-size: 2.25rem;\n font-weight: 600;\n line-height: 3.375rem;\n}\n.PageHeader_module_root__2aae78e0 .PageHeader_module_contents__2aae78e0 .PageHeader_module_left__2aae78e0 .PageHeader_module_chip__2aae78e0 {\n font-weight: 500;\n background: var(--highlight);\n color: var(--white);\n}\n.PageHeader_module_root__2aae78e0 .PageHeader_module_description__2aae78e0 {\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5rem;\n}\n\n.PageHeader_module_download__2aae78e0,\n.PageHeader_module_calender__2aae78e0 {\n width: 1.5rem;\n height: 1.5rem;\n}";
|
|
46508
46508
|
var modules_bdcbeaa5 = {"root":"PageHeader_module_root__2aae78e0","theme-dark":"PageHeader_module_themeDark__2aae78e0","breadcrumb":"PageHeader_module_breadcrumb__2aae78e0","theme-light":"PageHeader_module_themeLight__2aae78e0","description":"PageHeader_module_description__2aae78e0","contents":"PageHeader_module_contents__2aae78e0","left":"PageHeader_module_left__2aae78e0","right":"PageHeader_module_right__2aae78e0","title":"PageHeader_module_title__2aae78e0","chip":"PageHeader_module_chip__2aae78e0","download":"PageHeader_module_download__2aae78e0","calender":"PageHeader_module_calender__2aae78e0"};
|
|
46509
|
-
n(css$
|
|
46509
|
+
n(css$A,{});
|
|
46510
46510
|
|
|
46511
46511
|
var PageHeader = function PageHeader(props) {
|
|
46512
46512
|
var theme = props.theme,
|
|
@@ -46649,9 +46649,9 @@ function getPagination(curr, total, limit) {
|
|
|
46649
46649
|
return pages;
|
|
46650
46650
|
}
|
|
46651
46651
|
|
|
46652
|
-
var css$y = ".Pagination_module_root__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: stretch;\n -ms-overflow-style: none;\n scrollbar-width: none;\n gap: 0.75rem;\n padding: 0.625rem 2.125rem;\n background: var(--dark-grey);\n margin-top: auto;\n width: 100%;\n height: 3.5rem;\n overflow: auto;\n transition-property: background-color, color, bottom, width;\n transition-duration: 0.33s;\n transition-timing-function: ease-out;\n}\n.Pagination_module_root__cb516ea0::-webkit-scrollbar {\n display: none;\n}\n.Pagination_module_root__cb516ea0.Pagination_module_floating__cb516ea0 {\n background: var(--dark-grey-o-85);\n position: absolute;\n border-radius: 6.25rem;\n width: 82%;\n bottom: 3rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0,\n.Pagination_module_root__cb516ea0 .Pagination_module_jumpToPage__cb516ea0,\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 {\n display: none;\n flex: 0 1 15%;\n background-color: transparent;\n padding: 0;\n height: 100%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 > [data-elem=component2] {\n flex: 0 1 auto;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 {\n gap: 0.75rem;\n background-color: var(--grey);\n padding: 0;\n border-radius: 0.25rem;\n height: 100%;\n width: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 > [data-elem*=component] {\n overflow: hidden;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 > [data-elem=component2] {\n display: flex;\n flex: 0 0 auto;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 > [data-elem=component2]::before {\n content: \"\";\n margin: auto;\n background: var(--white);\n width: 0.5px;\n height: 50%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_text__cb516ea0 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n height: 100%;\n display: block;\n padding: 0.5rem;\n font-size: 0.875rem;\n font-weight: 500;\n color: var(--white);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] > [data-elem=select] {\n height: 2.375rem;\n max-height: 100%;\n width: auto;\n min-width: -moz-fit-content;\n min-width: fit-content;\n padding: 0.625rem;\n background-color: var(--grey);\n border: none;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] > [data-elem=select] > [data-elem=placeholder] {\n color: var(--white);\n font-size: 0.875rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] > [data-elem=select] > svg {\n fill: var(--white);\n width: 0.813rem;\n height: 0.813rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 1.25rem;\n flex: 1 1 100%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 {\n flex: 1 1 40%;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_button__cb516ea0.Pagination_module_disable__cb516ea0 {\n pointer-events: none;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_button__cb516ea0 [data-elem=title] {\n color: var(--white);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_button__cb516ea0 .Pagination_module_icon__cb516ea0 {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 0.625rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0 {\n cursor: pointer;\n border-radius: 50%;\n background-color: #e0e0e0;\n color: var(--black);\n width: 2.313rem;\n line-height: 2.313rem;\n text-align: center;\n font-size: 1rem;\n border: 1px solid transparent;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0:not([data-active=true]) {\n display: none;\n}\n@media (min-width: 768px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0:not([data-active=true]) {\n display: block;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0:hover {\n border: 1px solid var(--highlight);\n color: var(--highlight);\n background: var(--background);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0.Pagination_module_active__cb516ea0 {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 {\n display: none;\n padding: 0;\n flex: 0 1 30%;\n background: transparent;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 > [data-elem*=component] {\n width: 100%;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 > [data-elem*=component] > * {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 > [data-elem*=component] > form {\n width: -moz-fit-content;\n width: fit-content;\n margin-left: auto;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 {\n width: 100%;\n background: transparent;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: stretch;\n gap: 0rem;\n padding: 0;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 > [data-elem*=component] {\n overflow: hidden;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 {\n max-width: 100%;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] {\n border-radius: 0.313rem;\n background-color: transparent;\n color: var(--white);\n border-color: var(--grey1);\n border-radius: 0.25rem 0 0 0.25rem;\n height: 100%;\n width: 10rem;\n flex: 1;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] .Pagination_module_icon__cb516ea0 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--grey1);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] > [data-elem=component2] {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] [data-elem=input] {\n text-align: center;\n color: var(--white);\n background-color: transparent;\n border: none;\n height: 100%;\n width: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_button__cb516ea0 {\n border-radius: 0rem 0.25rem 0.25rem 0rem;\n background-color: var(--grey1);\n padding: 0.75rem 0.5rem;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_button__cb516ea0 .Pagination_module_icon__cb516ea0 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--white);\n flex-shrink: 0;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_totalData__cb516ea0 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n display: none;\n margin: auto;\n color: var(--white);\n flex: 0 1 15%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_totalData__cb516ea0 {\n display: inline;\n }\n}\n.Pagination_module_root__cb516ea0.Pagination_module_noTotalData__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 {\n flex: 0 1 20%;\n}\n.Pagination_module_root__cb516ea0.Pagination_module_noTotalData__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 {\n flex: 1 1 60%;\n}\n.Pagination_module_root__cb516ea0.Pagination_module_noTotalData__cb516ea0 .Pagination_module_form__cb516ea0 {\n flex: 0 1 20%;\n}";
|
|
46652
|
+
var css$z = ".Pagination_module_root__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: stretch;\n -ms-overflow-style: none;\n scrollbar-width: none;\n gap: 0.75rem;\n padding: 0.625rem 2.125rem;\n background: var(--dark-grey);\n margin-top: auto;\n width: 100%;\n height: 3.5rem;\n overflow: auto;\n transition-property: background-color, color, bottom, width;\n transition-duration: 0.33s;\n transition-timing-function: ease-out;\n}\n.Pagination_module_root__cb516ea0::-webkit-scrollbar {\n display: none;\n}\n.Pagination_module_root__cb516ea0.Pagination_module_floating__cb516ea0 {\n background: var(--dark-grey-o-85);\n position: absolute;\n border-radius: 6.25rem;\n width: 82%;\n bottom: 3rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0,\n.Pagination_module_root__cb516ea0 .Pagination_module_jumpToPage__cb516ea0,\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 {\n display: none;\n flex: 0 1 15%;\n background-color: transparent;\n padding: 0;\n height: 100%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 > [data-elem=component2] {\n flex: 0 1 auto;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 {\n gap: 0.75rem;\n background-color: var(--grey);\n padding: 0;\n border-radius: 0.25rem;\n height: 100%;\n width: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 > [data-elem*=component] {\n overflow: hidden;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 > [data-elem=component2] {\n display: flex;\n flex: 0 0 auto;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_rowSwitcherHandle__cb516ea0 > [data-elem=component2]::before {\n content: \"\";\n margin: auto;\n background: var(--white);\n width: 0.5px;\n height: 50%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_text__cb516ea0 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n height: 100%;\n display: block;\n padding: 0.5rem;\n font-size: 0.875rem;\n font-weight: 500;\n color: var(--white);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] > [data-elem=select] {\n height: 2.375rem;\n max-height: 100%;\n width: auto;\n min-width: -moz-fit-content;\n min-width: fit-content;\n padding: 0.625rem;\n background-color: var(--grey);\n border: none;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] > [data-elem=select] > [data-elem=placeholder] {\n color: var(--white);\n font-size: 0.875rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 .Pagination_module_dropdown__cb516ea0 > [data-elem=header] > [data-elem=select] > svg {\n fill: var(--white);\n width: 0.813rem;\n height: 0.813rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 1.25rem;\n flex: 1 1 100%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 {\n flex: 1 1 40%;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_button__cb516ea0.Pagination_module_disable__cb516ea0 {\n pointer-events: none;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_button__cb516ea0 [data-elem=title] {\n color: var(--white);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_button__cb516ea0 .Pagination_module_icon__cb516ea0 {\n width: 1.5rem;\n height: 1.5rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n gap: 0.625rem;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0 {\n cursor: pointer;\n border-radius: 50%;\n background-color: #e0e0e0;\n color: var(--black);\n width: 2.313rem;\n line-height: 2.313rem;\n text-align: center;\n font-size: 1rem;\n border: 1px solid transparent;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0:not([data-active=true]) {\n display: none;\n}\n@media (min-width: 768px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0:not([data-active=true]) {\n display: block;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0:hover {\n border: 1px solid var(--highlight);\n color: var(--highlight);\n background: var(--background);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_pageNumbers__cb516ea0 > .Pagination_module_pageSelect__cb516ea0 .Pagination_module_number__cb516ea0.Pagination_module_active__cb516ea0 {\n background-color: var(--highlight);\n color: var(--white);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 {\n display: none;\n padding: 0;\n flex: 0 1 30%;\n background: transparent;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n }\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 > [data-elem*=component] {\n width: 100%;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 > [data-elem*=component] > * {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 > [data-elem*=component] > form {\n width: -moz-fit-content;\n width: fit-content;\n margin-left: auto;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 {\n width: 100%;\n background: transparent;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: stretch;\n gap: 0rem;\n padding: 0;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 > [data-elem*=component] {\n overflow: hidden;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 {\n max-width: 100%;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] {\n border-radius: 0.313rem;\n background-color: transparent;\n color: var(--white);\n border-color: var(--grey1);\n border-radius: 0.25rem 0 0 0.25rem;\n height: 100%;\n width: 10rem;\n flex: 1;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] .Pagination_module_icon__cb516ea0 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--grey1);\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] > [data-elem=component2] {\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_inputbox__cb516ea0 > label > [data-elem=base-cell] [data-elem=input] {\n text-align: center;\n color: var(--white);\n background-color: transparent;\n border: none;\n height: 100%;\n width: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_button__cb516ea0 {\n border-radius: 0rem 0.25rem 0.25rem 0rem;\n background-color: var(--grey1);\n padding: 0.75rem 0.5rem;\n height: 100%;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_form__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 .Pagination_module_button__cb516ea0 .Pagination_module_icon__cb516ea0 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--white);\n flex-shrink: 0;\n}\n.Pagination_module_root__cb516ea0 .Pagination_module_totalData__cb516ea0 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n display: none;\n margin: auto;\n color: var(--white);\n flex: 0 1 15%;\n}\n@media (min-width: 992px) {\n .Pagination_module_root__cb516ea0 .Pagination_module_totalData__cb516ea0 {\n display: inline;\n }\n}\n.Pagination_module_root__cb516ea0.Pagination_module_noTotalData__cb516ea0 .Pagination_module_rowSwitcher__cb516ea0 {\n flex: 0 1 20%;\n}\n.Pagination_module_root__cb516ea0.Pagination_module_noTotalData__cb516ea0 .Pagination_module_jumpToPage__cb516ea0 {\n flex: 1 1 60%;\n}\n.Pagination_module_root__cb516ea0.Pagination_module_noTotalData__cb516ea0 .Pagination_module_form__cb516ea0 {\n flex: 0 1 20%;\n}";
|
|
46653
46653
|
var modules_a3d40e77 = {"root":"Pagination_module_root__cb516ea0","floating":"Pagination_module_floating__cb516ea0","row-switcher":"Pagination_module_rowSwitcher__cb516ea0","jump-to-page":"Pagination_module_jumpToPage__cb516ea0","form":"Pagination_module_form__cb516ea0","row-switcher-handle":"Pagination_module_rowSwitcherHandle__cb516ea0","text":"Pagination_module_text__cb516ea0","dropdown":"Pagination_module_dropdown__cb516ea0","page-numbers":"Pagination_module_pageNumbers__cb516ea0","button":"Pagination_module_button__cb516ea0","disable":"Pagination_module_disable__cb516ea0","icon":"Pagination_module_icon__cb516ea0","pageSelect":"Pagination_module_pageSelect__cb516ea0","number":"Pagination_module_number__cb516ea0","active":"Pagination_module_active__cb516ea0","inputbox":"Pagination_module_inputbox__cb516ea0","total-data":"Pagination_module_totalData__cb516ea0","no-total-data":"Pagination_module_noTotalData__cb516ea0"};
|
|
46654
|
-
n(css$
|
|
46654
|
+
n(css$z,{});
|
|
46655
46655
|
|
|
46656
46656
|
var dropdownOptions = ['10', '25', '50', '100', '200', '250'];
|
|
46657
46657
|
var reducer = function reducer(state, _ref) {
|
|
@@ -46928,13 +46928,13 @@ Pagination.defaultProps = {
|
|
|
46928
46928
|
onChange: function onChange() {}
|
|
46929
46929
|
};
|
|
46930
46930
|
|
|
46931
|
-
var css$
|
|
46931
|
+
var css$y = ".Stepper_module_root__781d3116 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 1rem;\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: flex-start;\n position: relative;\n z-index: 1;\n gap: 0.5rem;\n flex: 1;\n cursor: default;\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116:last-child {\n flex: 0 1 auto;\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116:last-child .Stepper_module_title__781d3116::after {\n display: none;\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_left__781d3116 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n width: 1.5rem;\n height: 1.5rem;\n background: var(--white);\n border: 0.063rem solid var(--grey2);\n border-radius: 2rem;\n font-size: 1rem;\n color: var(--grey2);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_left__781d3116 .Stepper_module_icon__781d3116 {\n width: 0.75rem;\n height: 0.75rem;\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_left__781d3116 .Stepper_module_icon__781d3116.Stepper_module_errorIcon__781d3116 {\n fill: var(--error);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_left__781d3116 .Stepper_module_icon__781d3116.Stepper_module_completionIcon__781d3116 {\n fill: var(--highlight);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_left__781d3116 .Stepper_module_icon__781d3116.Stepper_module_completionIcon__781d3116.Stepper_module_active__781d3116 {\n fill: var(--white);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_left__781d3116 .Stepper_module_progress__781d3116 {\n position: absolute;\n z-index: -1;\n inset: -0.3rem;\n border-radius: 2rem;\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_left__781d3116 .Stepper_module_progress__781d3116::after {\n position: absolute;\n content: \"\";\n inset: 0.15rem;\n background: white;\n border-radius: 2rem;\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_right__781d3116 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex: 1;\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_right__781d3116 .Stepper_module_title__781d3116 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.75rem;\n width: 100%;\n font-size: 1rem;\n color: var(--grey2);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_right__781d3116 .Stepper_module_title__781d3116::after {\n content: \"\";\n flex: 1;\n min-width: 1.5rem;\n border-bottom: 0.063rem solid;\n margin-top: 0.75rem;\n border-bottom-color: var(--grey2);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116 .Stepper_module_right__781d3116 .Stepper_module_description__781d3116 {\n font-size: 0.75rem;\n color: var(--grey2);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_active__781d3116 .Stepper_module_left__781d3116 {\n background: var(--highlight);\n color: var(--white);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_active__781d3116 .Stepper_module_left__781d3116, .Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_completed__781d3116 .Stepper_module_left__781d3116 {\n border-color: var(--highlight);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_active__781d3116 .Stepper_module_right__781d3116 .Stepper_module_title__781d3116, .Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_completed__781d3116 .Stepper_module_right__781d3116 .Stepper_module_title__781d3116 {\n color: var(--black);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_active__781d3116 .Stepper_module_right__781d3116 .Stepper_module_description__781d3116, .Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_completed__781d3116 .Stepper_module_right__781d3116 .Stepper_module_description__781d3116 {\n color: var(--grey);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_completed__781d3116 .Stepper_module_right__781d3116 .Stepper_module_title__781d3116::after {\n border-bottom-color: var(--highlight);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_error__781d3116 .Stepper_module_left__781d3116 {\n background: var(--white);\n border-color: var(--error);\n color: var(--error);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_error__781d3116 .Stepper_module_right__781d3116 .Stepper_module_title__781d3116 {\n color: var(--error);\n}\n.Stepper_module_root__781d3116 .Stepper_module_step__781d3116.Stepper_module_error__781d3116 .Stepper_module_right__781d3116 .Stepper_module_description__781d3116 {\n color: rgba(var(--error), 0.6);\n}";
|
|
46932
46932
|
var modules_bbfded44 = {"root":"Stepper_module_root__781d3116","step":"Stepper_module_step__781d3116","title":"Stepper_module_title__781d3116","left":"Stepper_module_left__781d3116","icon":"Stepper_module_icon__781d3116","error-icon":"Stepper_module_errorIcon__781d3116","completion-icon":"Stepper_module_completionIcon__781d3116","active":"Stepper_module_active__781d3116","progress":"Stepper_module_progress__781d3116","right":"Stepper_module_right__781d3116","description":"Stepper_module_description__781d3116","completed":"Stepper_module_completed__781d3116","error":"Stepper_module_error__781d3116"};
|
|
46933
|
-
n(css$
|
|
46933
|
+
n(css$y,{});
|
|
46934
46934
|
|
|
46935
|
-
var css$
|
|
46935
|
+
var css$x = ":root {\n --white: #ffffff;\n --black: #000000;\n --dark-grey: #333333;\n --dark-grey-o-85: rgba(51, 51, 51, 0.85);\n --grey: #737373;\n --grey1: #888888;\n --grey2: #a6a6a6;\n --grey3: #bbbbbb;\n --grey4: #c4c4c4;\n --grey5: #dddddd;\n --grey6: #e8e8e8;\n --grey7: #eeeeee;\n --grey8: #f2f2f2;\n --grey9: #eff0f0;\n --grey10: #f7f7f7;\n --skeleton: #e0e1e9;\n --highlight: #0f62fe;\n --dark-blue: #001833;\n --background: #d0e2ff;\n --banyan-blue: #00037c;\n --banyan-orange: #ff892a;\n --banyan-pink: #ff1597;\n --banyan-gradient: linear-gradient(\n \t84.71deg,\n \tvar(--banyan-pink) 0.48%,\n \tvar(--banyan-orange) 99.57%\n );\n --error: #ff626a;\n --error-bg: #fff1f1;\n --error-outline: rgba(218, 30, 40, 0.08);\n --success: #24a148;\n --success-bg: #defbe6;\n --success-outline: rgba(36, 161, 72, 0.08);\n --warning: #f1c21b;\n --warning-bg: #fff8e1;\n --warning-outline: rgba(203, 160, 6, 0.08);\n --info: #0043ce;\n --info-bg: #edf5ff;\n --info-outline: #2864db98;\n}";
|
|
46936
46936
|
var modules_dd21d9e9 = {"white":"--white","black":"--black","dark-grey":"--dark-grey","dark-grey-o-85":"--dark-grey-o-85","grey":"--grey","grey1":"--grey1","grey2":"--grey2","grey3":"--grey3","grey4":"--grey4","grey5":"--grey5","grey6":"--grey6","grey7":"--grey7","grey8":"--grey8","grey9":"--grey9","grey10":"--grey10","highlight":"--highlight","dark-blue":"--dark-blue","background":"--background","banyan-blue":"--banyan-blue","banyan-orange":"--banyan-orange","banyan-pink":"--banyan-pink","banyan-gradient":"--banyan-gradient","error":"--error","error-bg":"--error-bg","error-outline":"--error-outline","success":"--success","success-bg":"--success-bg","success-outline":"--success-outline","warning":"--warning","warning-bg":"--warning-bg","warning-outline":"--warning-outline","info":"--info","info-bg":"--info-bg","info-outline":"--info-outline"};
|
|
46937
|
-
n(css$
|
|
46937
|
+
n(css$x,{});
|
|
46938
46938
|
|
|
46939
46939
|
var COLORS = Object.keys(modules_dd21d9e9).reduce(function (acc, curr) {
|
|
46940
46940
|
acc[curr] = getCSSVariableValue(modules_dd21d9e9[curr]);
|
|
@@ -47046,9 +47046,9 @@ var TableColumn = /*#__PURE__*/_createClass(function TableColumn(_ref) {
|
|
|
47046
47046
|
this.sticky = sticky;
|
|
47047
47047
|
});
|
|
47048
47048
|
|
|
47049
|
-
var css$
|
|
47049
|
+
var css$w = ".TableCell_module_root__aa2edbe8[data-elem=base-cell] {\n background: var(--white);\n border-bottom: 1px solid var(--grey4);\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell] > [data-elem*=component] {\n overflow: hidden;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell] > [data-elem*=component] {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n flex: 1;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell] > [data-elem*=component] .TableCell_module_cellText__aa2edbe8 {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n display: inline-block;\n width: 100%;\n font-size: 0.875rem;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8 {\n background: var(--grey6);\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8 .TableCell_module_cellText__aa2edbe8 {\n font-weight: 500;\n color: var(--grey);\n font-size: 0.75rem;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8 > [data-elem=component2] {\n flex: 0 0 auto;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8 > [data-elem=component2] .TableCell_module_cellText__aa2edbe8 {\n width: auto;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8 > [data-elem=component3] {\n flex: 0 0 auto;\n margin-right: auto;\n overflow: visible;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8 > [data-elem=component3] button.TableCell_module_sort__aa2edbe8 {\n height: auto;\n background: transparent;\n padding: 0;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8 > [data-elem=component3] .TableCell_module_sortIcon__aa2edbe8 {\n width: 1rem;\n height: 1rem;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8.TableCell_module_sortDefault__aa2edbe8 > [data-elem=component3] {\n visibility: hidden;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8.TableCell_module_sortDefault__aa2edbe8 > [data-elem=component3] .TableCell_module_sortIcon__aa2edbe8 {\n width: 1rem;\n height: 1rem;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8.TableCell_module_sortAsc__aa2edbe8 > [data-elem=component3], .TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8.TableCell_module_sortDesc__aa2edbe8 > [data-elem=component3] {\n visibility: visible;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8.TableCell_module_sortAsc__aa2edbe8 > [data-elem=component3] .TableCell_module_sortIcon__aa2edbe8, .TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8.TableCell_module_sortDesc__aa2edbe8 > [data-elem=component3] .TableCell_module_sortIcon__aa2edbe8 {\n fill: var(--highlight);\n width: 1rem;\n height: 1rem;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_headerCell__aa2edbe8.TableCell_module_sortable__aa2edbe8:hover > [data-elem=component3] {\n visibility: visible;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_bodyCell__aa2edbe8 .TableCell_module_cellText__aa2edbe8.TableCell_module_multiLine__aa2edbe8 {\n white-space: normal;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n font-size: 0.75rem;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_stickyLeft__aa2edbe8 {\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n position: sticky;\n left: 0;\n}\n.TableCell_module_root__aa2edbe8[data-elem=base-cell].TableCell_module_stickyRight__aa2edbe8 {\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n position: sticky;\n right: 0;\n}";
|
|
47050
47050
|
var modules_7ba8d001 = {"root":"TableCell_module_root__aa2edbe8","cell-text":"TableCell_module_cellText__aa2edbe8","header-cell":"TableCell_module_headerCell__aa2edbe8","sortable":"TableCell_module_sortable__aa2edbe8","sort":"TableCell_module_sort__aa2edbe8","sort-icon":"TableCell_module_sortIcon__aa2edbe8","sort-default":"TableCell_module_sortDefault__aa2edbe8","sort-asc":"TableCell_module_sortAsc__aa2edbe8","sort-desc":"TableCell_module_sortDesc__aa2edbe8","body-cell":"TableCell_module_bodyCell__aa2edbe8","multi-line":"TableCell_module_multiLine__aa2edbe8","sticky-left":"TableCell_module_stickyLeft__aa2edbe8","sticky-right":"TableCell_module_stickyRight__aa2edbe8"};
|
|
47051
|
-
n(css$
|
|
47051
|
+
n(css$w,{});
|
|
47052
47052
|
|
|
47053
47053
|
var SORT_ICONS = {
|
|
47054
47054
|
asc: /*#__PURE__*/jsxRuntime.jsx(Sort, {
|
|
@@ -47147,9 +47147,9 @@ TableCell.defaultProps = _objectSpread2(_objectSpread2({}, BaseCell.defaultProps
|
|
|
47147
47147
|
onSort: function onSort() {}
|
|
47148
47148
|
});
|
|
47149
47149
|
|
|
47150
|
-
var css$
|
|
47150
|
+
var css$v = ".TableRow_module_root__f4710f2d {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.TableRow_module_root__f4710f2d.TableRow_module_headerRow__f4710f2d {\n background: var(--grey6);\n}\n.TableRow_module_root__f4710f2d.TableRow_module_headerRow__f4710f2d > [data-elem=base-cell].TableRow_module_expandableCell__f4710f2d {\n background: transparent;\n}\n.TableRow_module_root__f4710f2d.TableRow_module_headerRow__f4710f2d > [data-elem=base-cell].TableRow_module_expandableCell__f4710f2d > [data-elem=component2] {\n width: 3rem;\n visibility: hidden;\n}\n.TableRow_module_root__f4710f2d.TableRow_module_bodyRow__f4710f2d {\n background: var(--white);\n}\n.TableRow_module_root__f4710f2d.TableRow_module_bodyRow__f4710f2d:hover > [data-elem=base-cell] {\n background: var(--info-bg);\n}\n.TableRow_module_root__f4710f2d.TableRow_module_bodyRow__f4710f2d[data-active=true] > [data-elem=base-cell] {\n background: var(--background);\n}\n.TableRow_module_root__f4710f2d > [data-elem=base-cell]:first-child {\n padding-left: 1rem;\n}\n.TableRow_module_root__f4710f2d > [data-elem=base-cell]:last-child {\n padding-right: 1rem;\n}\n.TableRow_module_root__f4710f2d.TableRow_module_rowHeightMd__f4710f2d > td[data-elem=base-cell] {\n height: 3rem;\n}\n.TableRow_module_root__f4710f2d.TableRow_module_rowHeightLg__f4710f2d > td[data-elem=base-cell] {\n height: 4rem;\n}\n.TableRow_module_root__f4710f2d > [data-elem=base-cell].TableRow_module_expandableCell__f4710f2d {\n padding-left: 0.9rem;\n padding-right: 0.1rem;\n overflow: visible;\n}\n.TableRow_module_root__f4710f2d > [data-elem=base-cell].TableRow_module_expandableCell__f4710f2d > [data-elem=component2] {\n overflow: visible;\n}\n.TableRow_module_root__f4710f2d > [data-elem=base-cell].TableRow_module_expandableCell__f4710f2d > [data-elem=component2] > [data-elem=text] {\n overflow: visible;\n}\n.TableRow_module_root__f4710f2d button.TableRow_module_button__f4710f2d[data-elem=base-cell] .TableRow_module_icon__f4710f2d {\n width: 1.5rem;\n height: 1.5rem;\n}\n.TableRow_module_root__f4710f2d button.TableRow_module_button__f4710f2d[data-elem=base-cell]:disabled {\n cursor: default;\n}\n.TableRow_module_root__f4710f2d button.TableRow_module_button__f4710f2d[data-elem=base-cell]:disabled .TableRow_module_icon__f4710f2d {\n visibility: hidden;\n}\n.TableRow_module_root__f4710f2d .TableRow_module_expanded__f4710f2d .TableRow_module_button__f4710f2d .TableRow_module_icon__f4710f2d {\n transform: rotate(180deg);\n}";
|
|
47151
47151
|
var modules_f6618a87 = {"root":"TableRow_module_root__f4710f2d","header-row":"TableRow_module_headerRow__f4710f2d","expandable-cell":"TableRow_module_expandableCell__f4710f2d","body-row":"TableRow_module_bodyRow__f4710f2d","row-height-md":"TableRow_module_rowHeightMd__f4710f2d","row-height-lg":"TableRow_module_rowHeightLg__f4710f2d","button":"TableRow_module_button__f4710f2d","icon":"TableRow_module_icon__f4710f2d","expanded":"TableRow_module_expanded__f4710f2d"};
|
|
47152
|
-
n(css$
|
|
47152
|
+
n(css$v,{});
|
|
47153
47153
|
|
|
47154
47154
|
var TableRow = /*#__PURE__*/React.forwardRef(function BaseTable(props, ref) {
|
|
47155
47155
|
var _headerData$map;
|
|
@@ -47276,9 +47276,9 @@ TableRow.defaultProps = {
|
|
|
47276
47276
|
rowHeight: 'md'
|
|
47277
47277
|
};
|
|
47278
47278
|
|
|
47279
|
-
var css$
|
|
47279
|
+
var css$u = ".TableBody_module_root__77e2990d {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n}";
|
|
47280
47280
|
var modules_82c0c387 = {"root":"TableBody_module_root__77e2990d"};
|
|
47281
|
-
n(css$
|
|
47281
|
+
n(css$u,{});
|
|
47282
47282
|
|
|
47283
47283
|
/* eslint-disable no-underscore-dangle */
|
|
47284
47284
|
var TableBody = function TableBody(props) {
|
|
@@ -47352,9 +47352,9 @@ TableBody.defaultProps = {
|
|
|
47352
47352
|
rowHeight: 'md'
|
|
47353
47353
|
};
|
|
47354
47354
|
|
|
47355
|
-
var css$
|
|
47355
|
+
var css$t = ".TableHeader_module_root__daf69a14 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n}";
|
|
47356
47356
|
var modules_3be98c28 = {"root":"TableHeader_module_root__daf69a14"};
|
|
47357
|
-
n(css$
|
|
47357
|
+
n(css$t,{});
|
|
47358
47358
|
|
|
47359
47359
|
/* eslint-disable react/forbid-prop-types */
|
|
47360
47360
|
var TableHeader = function TableHeader(props) {
|
|
@@ -47405,13 +47405,13 @@ TableHeader.defaultProps = {
|
|
|
47405
47405
|
rowHeight: 'md'
|
|
47406
47406
|
};
|
|
47407
47407
|
|
|
47408
|
-
var css$
|
|
47408
|
+
var css$s = ".BaseTable_module_root__7a8d241c {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n background: var(--white);\n overflow: auto;\n}";
|
|
47409
47409
|
var modules_f1817c60 = {"root":"BaseTable_module_root__7a8d241c"};
|
|
47410
|
-
n(css$
|
|
47410
|
+
n(css$s,{});
|
|
47411
47411
|
|
|
47412
|
-
var css$
|
|
47413
|
-
var modules_37a5ff73$8 = {"root":"
|
|
47414
|
-
n(css$
|
|
47412
|
+
var css$r = ".Skeleton_module_root__43458bd0 {\n width: 100%;\n height: 100%;\n background: var(--grey6);\n background-repeat: no-repeat;\n background-size: cover;\n display: inline-block;\n}\n.Skeleton_module_root__43458bd0.Skeleton_module_lightTheme__43458bd0 {\n background-color: var(--skeleton);\n}\n.Skeleton_module_root__43458bd0.Skeleton_module_darkTheme__43458bd0 {\n background-color: var(--grey2);\n}\n.Skeleton_module_root__43458bd0.Skeleton_module_animated__43458bd0 {\n animation-duration: 1.25s;\n animation-fill-mode: forwards;\n animation-iteration-count: infinite;\n animation-name: Skeleton_module_shimmer__43458bd0;\n animation-timing-function: linear;\n -webkit-animation-fill-mode: forwards;\n -webkit-animation-iteration-count: infinite;\n -webkit-animation-name: Skeleton_module_shimmer__43458bd0;\n -webkit-animation-timing-function: linear;\n}\n.Skeleton_module_root__43458bd0.Skeleton_module_animated__43458bd0.Skeleton_module_lightTheme__43458bd0 {\n background-image: linear-gradient(to right, var(--skeleton) 0%, var(--grey8) 20%, var(--skeleton) 40%, var(--skeleton) 100%);\n}\n.Skeleton_module_root__43458bd0.Skeleton_module_animated__43458bd0.Skeleton_module_darkTheme__43458bd0 {\n background-image: linear-gradient(to right, var(--grey2) 0%, var(--grey4) 20%, var(--grey2) 40%, var(--grey2) 100%);\n}\n.Skeleton_module_root__43458bd0.Skeleton_module_text__43458bd0 {\n height: 1.5rem;\n}\n.Skeleton_module_root__43458bd0.Skeleton_module_circle__43458bd0 {\n border-radius: 50%;\n}\n.Skeleton_module_root__43458bd0.Skeleton_module_rounded__43458bd0 {\n border-radius: 0.25rem;\n}\n.Skeleton_module_root__43458bd0.Skeleton_module_ellipse__43458bd0 {\n border-radius: 1.5rem;\n}\n\n@keyframes Skeleton_module_shimmer__43458bd0 {\n 0% {\n background-position: -50rem 0;\n }\n 100% {\n background-position: 50rem 0;\n }\n}";
|
|
47413
|
+
var modules_37a5ff73$8 = {"root":"Skeleton_module_root__43458bd0","light-theme":"Skeleton_module_lightTheme__43458bd0","dark-theme":"Skeleton_module_darkTheme__43458bd0","animated":"Skeleton_module_animated__43458bd0","shimmer":"Skeleton_module_shimmer__43458bd0","text":"Skeleton_module_text__43458bd0","circle":"Skeleton_module_circle__43458bd0","rounded":"Skeleton_module_rounded__43458bd0","ellipse":"Skeleton_module_ellipse__43458bd0"};
|
|
47414
|
+
n(css$r,{});
|
|
47415
47415
|
|
|
47416
47416
|
var Skeleton = function Skeleton(props) {
|
|
47417
47417
|
var height = props.height,
|
|
@@ -47419,14 +47419,15 @@ var Skeleton = function Skeleton(props) {
|
|
|
47419
47419
|
variant = props.variant,
|
|
47420
47420
|
className = props.className,
|
|
47421
47421
|
noAnimation = props.noAnimation,
|
|
47422
|
-
theme = props.theme
|
|
47422
|
+
theme = props.theme,
|
|
47423
|
+
style = props.style;
|
|
47423
47424
|
return /*#__PURE__*/jsxRuntime.jsx("span", {
|
|
47424
47425
|
"data-elem": "skeleton",
|
|
47425
47426
|
className: classes(className, modules_37a5ff73$8.root, modules_37a5ff73$8[variant], modules_37a5ff73$8["".concat(theme, "-theme")], noAnimation ? '' : modules_37a5ff73$8.animated),
|
|
47426
|
-
style: {
|
|
47427
|
+
style: _objectSpread2({
|
|
47427
47428
|
height: height,
|
|
47428
47429
|
width: width
|
|
47429
|
-
}
|
|
47430
|
+
}, style)
|
|
47430
47431
|
});
|
|
47431
47432
|
};
|
|
47432
47433
|
Skeleton.propTypes = {
|
|
@@ -47434,8 +47435,10 @@ Skeleton.propTypes = {
|
|
|
47434
47435
|
theme: propTypes$1.exports.oneOf(['light', 'dark']),
|
|
47435
47436
|
height: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
47436
47437
|
width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
|
|
47437
|
-
variant: propTypes$1.exports.oneOf(['circle', 'text', 'rounded', 'rectangle']),
|
|
47438
|
-
noAnimation: propTypes$1.exports.bool
|
|
47438
|
+
variant: propTypes$1.exports.oneOf(['circle', 'text', 'rounded', 'rectangle', 'ellipse']),
|
|
47439
|
+
noAnimation: propTypes$1.exports.bool,
|
|
47440
|
+
// eslint-disable-next-line react/forbid-prop-types
|
|
47441
|
+
style: propTypes$1.exports.object
|
|
47439
47442
|
};
|
|
47440
47443
|
Skeleton.defaultProps = {
|
|
47441
47444
|
className: '',
|
|
@@ -47443,18 +47446,20 @@ Skeleton.defaultProps = {
|
|
|
47443
47446
|
height: null,
|
|
47444
47447
|
width: '100%',
|
|
47445
47448
|
variant: 'text',
|
|
47446
|
-
noAnimation: false
|
|
47449
|
+
noAnimation: false,
|
|
47450
|
+
style: {}
|
|
47447
47451
|
};
|
|
47448
47452
|
|
|
47449
|
-
var css$
|
|
47453
|
+
var css$q = ".Skeleton_module_row__f53f20f3 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 1rem;\n margin-bottom: 1rem;\n padding: 0rem 0.5rem;\n}\n.Skeleton_module_row__f53f20f3.Skeleton_module_header__f53f20f3 {\n height: 2rem;\n background: var(--grey4);\n border-radius: 0.25rem;\n}\n.Skeleton_module_row__f53f20f3.Skeleton_module_header__f53f20f3 .Skeleton_module_th__f53f20f3 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.Skeleton_module_row__f53f20f3.Skeleton_module_header__f53f20f3 .Skeleton_module_th__f53f20f3 .Skeleton_module_skeleton__f53f20f3 {\n background: var(--grey8);\n}\n.Skeleton_module_row__f53f20f3 > .Skeleton_module_column__f53f20f3 {\n width: 100%;\n}\n.Skeleton_module_row__f53f20f3 > .Skeleton_module_column__f53f20f3 .Skeleton_module_skeleton__f53f20f3 {\n height: 1.5rem;\n}";
|
|
47450
47454
|
var modules_37a5ff73$7 = {"row":"Skeleton_module_row__f53f20f3","header":"Skeleton_module_header__f53f20f3","th":"Skeleton_module_th__f53f20f3","skeleton":"Skeleton_module_skeleton__f53f20f3","column":"Skeleton_module_column__f53f20f3"};
|
|
47451
|
-
n(css$
|
|
47455
|
+
n(css$q,{});
|
|
47452
47456
|
|
|
47453
47457
|
var COLUMNS = _toConsumableArray$1(Array(4).keys()).map(function () {
|
|
47454
47458
|
return Math.floor(Math.random() * 80 + 20);
|
|
47455
47459
|
});
|
|
47456
47460
|
var ROWS = _toConsumableArray$1(Array(10).keys());
|
|
47457
|
-
var BaseTableSkeleton = function BaseTableSkeleton() {
|
|
47461
|
+
var BaseTableSkeleton = function BaseTableSkeleton(_ref) {
|
|
47462
|
+
var theme = _ref.theme;
|
|
47458
47463
|
return ROWS.map(function (row, rowIndex) {
|
|
47459
47464
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
47460
47465
|
className: classes(modules_37a5ff73$7.row, rowIndex === 0 ? modules_37a5ff73$7.header : ''),
|
|
@@ -47464,7 +47469,8 @@ var BaseTableSkeleton = function BaseTableSkeleton() {
|
|
|
47464
47469
|
children: /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
47465
47470
|
width: rowIndex === 0 ? '60%' : '100%',
|
|
47466
47471
|
variant: "rounded",
|
|
47467
|
-
className: modules_37a5ff73$7.skeleton
|
|
47472
|
+
className: modules_37a5ff73$7.skeleton,
|
|
47473
|
+
theme: theme
|
|
47468
47474
|
})
|
|
47469
47475
|
}, column);
|
|
47470
47476
|
})
|
|
@@ -47481,9 +47487,12 @@ var BaseTable = /*#__PURE__*/React.forwardRef(function BaseTable(props, ref) {
|
|
|
47481
47487
|
loading = props.loading,
|
|
47482
47488
|
expandable = props.expandable,
|
|
47483
47489
|
onSort = props.onSort,
|
|
47484
|
-
rowHeight = props.rowHeight
|
|
47490
|
+
rowHeight = props.rowHeight,
|
|
47491
|
+
theme = props.theme;
|
|
47485
47492
|
if (loading) {
|
|
47486
|
-
return /*#__PURE__*/jsxRuntime.jsx(BaseTableSkeleton, {
|
|
47493
|
+
return /*#__PURE__*/jsxRuntime.jsx(BaseTableSkeleton, {
|
|
47494
|
+
theme: theme
|
|
47495
|
+
});
|
|
47487
47496
|
}
|
|
47488
47497
|
var transformedHeaderData = headerData.map(function (header) {
|
|
47489
47498
|
return new TableColumn(header);
|
|
@@ -47527,7 +47536,8 @@ BaseTable.propTypes = {
|
|
|
47527
47536
|
loading: propTypes$1.exports.bool,
|
|
47528
47537
|
expandable: propTypes$1.exports.func,
|
|
47529
47538
|
onSort: propTypes$1.exports.func,
|
|
47530
|
-
rowHeight: propTypes$1.exports.oneOf(['md', 'lg'])
|
|
47539
|
+
rowHeight: propTypes$1.exports.oneOf(['md', 'lg']),
|
|
47540
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
47531
47541
|
};
|
|
47532
47542
|
BaseTable.defaultProps = {
|
|
47533
47543
|
className: '',
|
|
@@ -47540,32 +47550,36 @@ BaseTable.defaultProps = {
|
|
|
47540
47550
|
loading: null,
|
|
47541
47551
|
expandable: null,
|
|
47542
47552
|
onSort: function onSort() {},
|
|
47543
|
-
rowHeight: 'md'
|
|
47553
|
+
rowHeight: 'md',
|
|
47554
|
+
theme: 'light'
|
|
47544
47555
|
};
|
|
47545
47556
|
|
|
47546
|
-
var css$
|
|
47557
|
+
var css$p = ".Skeleton_module_root__15c10a9b[data-elem=base-cell] {\n align-items: flex-start;\n width: 100%;\n}\n.Skeleton_module_root__15c10a9b[data-elem=base-cell] > [data-elem=component1] {\n width: auto;\n}\n.Skeleton_module_root__15c10a9b[data-elem=base-cell] > [data-elem=component1] > [data-elem=skeleton] {\n height: 1.5rem;\n width: 1.5rem !important;\n}\n.Skeleton_module_root__15c10a9b[data-elem=base-cell] > [data-elem=component2] {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1rem;\n flex: 8;\n}\n.Skeleton_module_root__15c10a9b[data-elem=base-cell] > [data-elem=component2] > [data-elem=skeleton] {\n max-width: 9rem;\n height: 1.5rem;\n}";
|
|
47547
47558
|
var modules_37a5ff73$6 = {"root":"Skeleton_module_root__15c10a9b"};
|
|
47548
|
-
n(css$
|
|
47559
|
+
n(css$p,{});
|
|
47549
47560
|
|
|
47550
47561
|
var CHIPS = _toConsumableArray$1(Array(5).keys());
|
|
47551
|
-
var TableChipsSkeleton = function TableChipsSkeleton() {
|
|
47562
|
+
var TableChipsSkeleton = function TableChipsSkeleton(_ref) {
|
|
47563
|
+
var theme = _ref.theme;
|
|
47552
47564
|
return /*#__PURE__*/jsxRuntime.jsx(BaseCell, {
|
|
47553
47565
|
flexible: true,
|
|
47554
47566
|
className: modules_37a5ff73$6.root,
|
|
47555
47567
|
component1: /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
47556
|
-
variant: "circle"
|
|
47568
|
+
variant: "circle",
|
|
47569
|
+
theme: theme
|
|
47557
47570
|
}),
|
|
47558
47571
|
component2: CHIPS.map(function (chip) {
|
|
47559
47572
|
return /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
47560
|
-
variant: "
|
|
47573
|
+
variant: "ellipse",
|
|
47574
|
+
theme: theme
|
|
47561
47575
|
}, chip);
|
|
47562
47576
|
})
|
|
47563
47577
|
});
|
|
47564
47578
|
};
|
|
47565
47579
|
|
|
47566
|
-
var css$
|
|
47580
|
+
var css$o = ".TableChips_module_root__8aa05365[data-elem=base-cell] {\n padding: 0.5rem 1.5rem;\n width: 100%;\n background: var(--grey6);\n border-radius: 0.25rem 0.25rem 0 0;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component1] .TableChips_module_back__8aa05365 {\n height: 2rem;\n width: 2rem;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component1] .TableChips_module_back__8aa05365 [data-elem=component1] .TableChips_module_icon__8aa05365 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--white);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] {\n -ms-overflow-style: none;\n scrollbar-width: none;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n height: 100%;\n gap: 0.5rem;\n overflow: auto hidden;\n flex: 1;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2]::-webkit-scrollbar {\n display: none;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365 {\n background: var(--grey8);\n border: 1px solid var(--grey4);\n padding: 0.344rem 0.25rem;\n height: 100%;\n cursor: default;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365 .TableChips_module_chipIcon__8aa05365 {\n width: 1rem;\n height: 1rem;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365 > [data-elem=component2] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n gap: 0.25rem;\n height: 100%;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365 > [data-elem=component2] .TableChips_module_chipChild__8aa05365 {\n height: 100%;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365 > [data-elem=component2] .TableChips_module_chipChild__8aa05365:not(:disabled) {\n cursor: pointer;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365 > [data-elem=component2] .TableChips_module_chipChild__8aa05365:disabled {\n cursor: default;\n color: var(--info);\n border-color: var(--info-outline);\n background: var(--info-bg);\n filter: none;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365 > [data-elem=component2] .TableChips_module_chipChild__8aa05365 > [data-elem=component2] > [data-elem=title] {\n color: var(--dark-grey);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365 > [data-elem=component2] .TableChips_module_chipChild__8aa05365 .TableChips_module_icon__8aa05365 {\n width: 0.875rem;\n height: 0.875rem;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365 > [data-elem=component3] {\n height: 100%;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365.TableChips_module_disabled__8aa05365:hover {\n border-color: var(--grey4);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365.TableChips_module_disabled__8aa05365:hover > [data-elem=component2] .TableChips_module_label__8aa05365 {\n color: var(--dark-grey);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365.TableChips_module_disabled__8aa05365:hover > [data-elem=component2] .TableChips_module_chipChild__8aa05365 {\n background: var(--info-bg);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365.TableChips_module_disabled__8aa05365:hover > [data-elem=component2] .TableChips_module_chipChild__8aa05365 > [data-elem=component2] > [data-elem=title] {\n color: var(--dark-grey);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365.TableChips_module_disabled__8aa05365:hover > [data-elem=component2] .TableChips_module_chipChild__8aa05365 .TableChips_module_icon__8aa05365 {\n width: 0.875rem;\n height: 0.875rem;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365:hover {\n border-color: var(--highlight);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365:hover > [data-elem=component2] .TableChips_module_label__8aa05365 {\n color: var(--highlight);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365:hover > [data-elem=component2] .TableChips_module_chipChild__8aa05365 {\n background: var(--background);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365:hover > [data-elem=component2] .TableChips_module_chipChild__8aa05365 > [data-elem=component2] > [data-elem=title] {\n color: var(--highlight);\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component2] .TableChips_module_chipParent__8aa05365:hover > [data-elem=component2] .TableChips_module_chipChild__8aa05365 .TableChips_module_icon__8aa05365 {\n width: 0.875rem;\n height: 0.875rem;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component3] {\n height: 100%;\n}\n.TableChips_module_root__8aa05365[data-elem=base-cell] > [data-elem=component3] .TableChips_module_clear__8aa05365 {\n height: 100%;\n}";
|
|
47567
47581
|
var modules_016d9b3e = {"root":"TableChips_module_root__8aa05365","back":"TableChips_module_back__8aa05365","icon":"TableChips_module_icon__8aa05365","chip-parent":"TableChips_module_chipParent__8aa05365","chip-icon":"TableChips_module_chipIcon__8aa05365","chip-child":"TableChips_module_chipChild__8aa05365","disabled":"TableChips_module_disabled__8aa05365","label":"TableChips_module_label__8aa05365","clear":"TableChips_module_clear__8aa05365"};
|
|
47568
|
-
n(css$
|
|
47582
|
+
n(css$o,{});
|
|
47569
47583
|
|
|
47570
47584
|
var TableChip$1 = function TableChip(props) {
|
|
47571
47585
|
var icon = props.icon,
|
|
@@ -47635,9 +47649,12 @@ var TableChips = function TableChips(props) {
|
|
|
47635
47649
|
className = props.className,
|
|
47636
47650
|
style = props.style,
|
|
47637
47651
|
loading = props.loading,
|
|
47638
|
-
_onRemove = props.onRemove
|
|
47652
|
+
_onRemove = props.onRemove,
|
|
47653
|
+
theme = props.theme;
|
|
47639
47654
|
if (loading) {
|
|
47640
|
-
return /*#__PURE__*/jsxRuntime.jsx(TableChipsSkeleton, {
|
|
47655
|
+
return /*#__PURE__*/jsxRuntime.jsx(TableChipsSkeleton, {
|
|
47656
|
+
theme: theme
|
|
47657
|
+
});
|
|
47641
47658
|
}
|
|
47642
47659
|
var chipsDOM = chips === null || chips === void 0 ? void 0 : (_chips$filter = chips.filter(function (chip) {
|
|
47643
47660
|
return (chip === null || chip === void 0 ? void 0 : chip.value) != null;
|
|
@@ -47696,7 +47713,8 @@ TableChips.propTypes = {
|
|
|
47696
47713
|
rightComponent: propTypes$1.exports.node
|
|
47697
47714
|
})),
|
|
47698
47715
|
loading: propTypes$1.exports.bool,
|
|
47699
|
-
onRemove: propTypes$1.exports.func
|
|
47716
|
+
onRemove: propTypes$1.exports.func,
|
|
47717
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
47700
47718
|
};
|
|
47701
47719
|
TableChips.defaultProps = {
|
|
47702
47720
|
className: '',
|
|
@@ -47706,7 +47724,8 @@ TableChips.defaultProps = {
|
|
|
47706
47724
|
onClear: function onClear() {},
|
|
47707
47725
|
chips: [],
|
|
47708
47726
|
loading: null,
|
|
47709
|
-
onRemove: function onRemove() {}
|
|
47727
|
+
onRemove: function onRemove() {},
|
|
47728
|
+
theme: 'light'
|
|
47710
47729
|
};
|
|
47711
47730
|
|
|
47712
47731
|
var TableChip = /*#__PURE__*/_createClass(function TableChip(_ref) {
|
|
@@ -47731,9 +47750,9 @@ var TableChip = /*#__PURE__*/_createClass(function TableChip(_ref) {
|
|
|
47731
47750
|
this.rightComponent = rightComponent;
|
|
47732
47751
|
});
|
|
47733
47752
|
|
|
47734
|
-
var css$
|
|
47753
|
+
var css$n = ".Popover_module_root__265e51dc {\n box-shadow: -2px -2px 4px rgba(166, 166, 166, 0.25), 2px 2px 4px rgba(166, 166, 166, 0.24);\n background-color: var(--white);\n padding: 1rem;\n border-radius: 0.25rem;\n}";
|
|
47735
47754
|
var modules_dfc4608f = {"root":"Popover_module_root__265e51dc"};
|
|
47736
|
-
n(css$
|
|
47755
|
+
n(css$n,{});
|
|
47737
47756
|
|
|
47738
47757
|
var Popover = function Popover(props) {
|
|
47739
47758
|
// eslint-disable-next-line object-curly-newline
|
|
@@ -47814,9 +47833,9 @@ Popover.defaultProps = {
|
|
|
47814
47833
|
placement: 'bottom'
|
|
47815
47834
|
};
|
|
47816
47835
|
|
|
47817
|
-
var css$
|
|
47836
|
+
var css$m = ".Columns_module_popover__19f4f6da {\n height: 32rem;\n padding: 0;\n overflow: hidden;\n}\n\n.Columns_module_root__19f4f6da {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n position: relative;\n height: 100%;\n min-width: 18rem;\n max-width: 100%;\n}\n.Columns_module_root__19f4f6da .Columns_module_header__19f4f6da {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n border-bottom: 1px solid var(--grey4);\n padding: 0.75rem 2.5rem;\n}\n.Columns_module_root__19f4f6da .Columns_module_header__19f4f6da > [data-elem=component1] {\n font-weight: 500;\n}\n.Columns_module_root__19f4f6da .Columns_module_header__19f4f6da > [data-elem=component2] .Columns_module_close__19f4f6da {\n height: auto;\n padding: 0;\n}\n.Columns_module_root__19f4f6da .Columns_module_header__19f4f6da > [data-elem=component2] .Columns_module_close__19f4f6da .Columns_module_icon__19f4f6da {\n width: 1rem;\n height: 1rem;\n}\n.Columns_module_root__19f4f6da .Columns_module_body__19f4f6da {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n gap: 0.5rem;\n padding: 0.75rem 2.5rem;\n max-height: 28rem;\n overflow-y: auto;\n flex: 1 1 auto;\n}\n.Columns_module_root__19f4f6da .Columns_module_body__19f4f6da .Columns_module_search__19f4f6da {\n position: sticky;\n top: 0;\n}\n.Columns_module_root__19f4f6da .Columns_module_body__19f4f6da .Columns_module_columns__19f4f6da {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n gap: 0.5rem;\n overflow-y: auto;\n}\n.Columns_module_root__19f4f6da .Columns_module_body__19f4f6da .Columns_module_columns__19f4f6da .Columns_module_item__19f4f6da {\n height: 3rem;\n}\n.Columns_module_root__19f4f6da .Columns_module_body__19f4f6da .Columns_module_columns__19f4f6da .Columns_module_item__19f4f6da > [data-elem=title] {\n text-overflow: ellipsis;\n overflow: hidden;\n white-space: nowrap;\n}\n.Columns_module_root__19f4f6da .Columns_module_footer__19f4f6da {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n height: auto;\n margin-top: auto;\n padding: 0.5rem 2.5rem;\n border-top: 1px solid var(--grey4);\n}\n.Columns_module_root__19f4f6da .Columns_module_footer__19f4f6da button.Columns_module_expand__19f4f6da {\n height: auto;\n background: var(--grey8);\n border: 1px solid var(--grey4);\n color: var(--black);\n}\n.Columns_module_root__19f4f6da .Columns_module_footer__19f4f6da button.Columns_module_expand__19f4f6da .Columns_module_icon__19f4f6da {\n width: 1.5rem;\n height: 1.5rem;\n transform: rotate(180deg);\n}\n.Columns_module_root__19f4f6da.Columns_module_expanded__19f4f6da .Columns_module_body__19f4f6da {\n flex: 0 1 auto;\n}\n.Columns_module_root__19f4f6da.Columns_module_expanded__19f4f6da .Columns_module_body__19f4f6da .Columns_module_columns__19f4f6da {\n display: grid;\n grid-template-columns: 1fr 1fr;\n}\n.Columns_module_root__19f4f6da.Columns_module_expanded__19f4f6da .Columns_module_body__19f4f6da .Columns_module_columns__19f4f6da .Columns_module_item__19f4f6da {\n overflow: hidden;\n}\n.Columns_module_root__19f4f6da.Columns_module_expanded__19f4f6da .Columns_module_footer__19f4f6da button.Columns_module_expand__19f4f6da .Columns_module_icon__19f4f6da {\n transform: none;\n}";
|
|
47818
47837
|
var modules_48c02c99 = {"popover":"Columns_module_popover__19f4f6da","root":"Columns_module_root__19f4f6da","header":"Columns_module_header__19f4f6da","close":"Columns_module_close__19f4f6da","icon":"Columns_module_icon__19f4f6da","body":"Columns_module_body__19f4f6da","search":"Columns_module_search__19f4f6da","columns":"Columns_module_columns__19f4f6da","item":"Columns_module_item__19f4f6da","footer":"Columns_module_footer__19f4f6da","expand":"Columns_module_expand__19f4f6da","expanded":"Columns_module_expanded__19f4f6da"};
|
|
47819
|
-
n(css$
|
|
47838
|
+
n(css$m,{});
|
|
47820
47839
|
|
|
47821
47840
|
var Columns = function Columns(props) {
|
|
47822
47841
|
var open = props.open,
|
|
@@ -47921,35 +47940,41 @@ var Columns = function Columns(props) {
|
|
|
47921
47940
|
});
|
|
47922
47941
|
};
|
|
47923
47942
|
|
|
47924
|
-
var css$
|
|
47943
|
+
var css$l = ".TableFilters_module_root__53838cde[data-elem=base-cell] {\n -ms-overflow-style: none;\n scrollbar-width: none;\n overflow-x: auto;\n padding: 0.5rem;\n gap: 1.25rem;\n width: 100%;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell]::-webkit-scrollbar {\n display: none;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] .TableFilters_module_icon__53838cde {\n width: 1.5rem;\n height: 1.5rem;\n flex-shrink: 0;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] button.TableFilters_module_iconButton__53838cde {\n height: 100%;\n background: var(--grey8);\n border: 1px solid var(--grey4);\n color: var(--black);\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem*=component] {\n height: 100%;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] .TableFilters_module_left__53838cde,\n.TableFilters_module_root__53838cde[data-elem=base-cell] .TableFilters_module_center__53838cde,\n.TableFilters_module_root__53838cde[data-elem=base-cell] .TableFilters_module_right__53838cde {\n height: 100%;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem=component1] .TableFilters_module_left__53838cde {\n gap: 1rem;\n background: var(--grey8);\n border: 1px solid var(--grey4);\n color: var(--black);\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem=component1] .TableFilters_module_left__53838cde [data-elem=left] {\n gap: 1rem;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem=component1] .TableFilters_module_left__53838cde .TableFilters_module_icon__53838cde {\n fill: var(--black);\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem=component1] .TableFilters_module_left__53838cde .TableFilters_module_filterValue__53838cde {\n color: var(--white);\n background: var(--highlight);\n padding: 0.125rem 0.5rem;\n border-radius: 50%;\n font-size: 0.813rem;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem=component2] {\n flex: 1;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem=component2] .TableFilters_module_center__53838cde {\n width: 100%;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem=component2] .TableFilters_module_center__53838cde [data-elem=base-cell] {\n border-color: var(--grey4);\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem=component2] .TableFilters_module_center__53838cde [data-elem=base-cell]:focus-within {\n outline: 1px solid var(--highlight);\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] > [data-elem=component2] .TableFilters_module_center__53838cde .TableFilters_module_icon__53838cde {\n width: 1.25rem;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] .TableFilters_module_right__53838cde {\n width: auto;\n padding: 0;\n min-width: 0rem;\n gap: 0.5rem;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.TableFilters_module_root__53838cde[data-elem=base-cell] .TableFilters_module_right__53838cde > [data-elem*=component] {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n height: 100%;\n}";
|
|
47925
47944
|
var modules_a0fe63f9 = {"root":"TableFilters_module_root__53838cde","icon":"TableFilters_module_icon__53838cde","icon-button":"TableFilters_module_iconButton__53838cde","left":"TableFilters_module_left__53838cde","center":"TableFilters_module_center__53838cde","right":"TableFilters_module_right__53838cde","filter-value":"TableFilters_module_filterValue__53838cde"};
|
|
47926
|
-
n(css$
|
|
47945
|
+
n(css$l,{});
|
|
47927
47946
|
|
|
47928
|
-
var css$
|
|
47947
|
+
var css$k = ".Skeleton_module_root__bdc934d4[data-elem=base-cell] {\n width: 100%;\n gap: 1.25rem;\n}\n.Skeleton_module_root__bdc934d4[data-elem=base-cell] > [data-elem=component1] {\n flex: 1;\n}\n.Skeleton_module_root__bdc934d4[data-elem=base-cell] > [data-elem=component2] {\n flex: 6;\n}\n.Skeleton_module_root__bdc934d4[data-elem=base-cell] > [data-elem=component3] {\n flex: 3;\n}\n.Skeleton_module_root__bdc934d4[data-elem=base-cell] > [data-elem=component3] > [data-elem=base-cell] {\n padding: 0;\n align-items: flex-start;\n height: auto;\n}\n.Skeleton_module_root__bdc934d4[data-elem=base-cell] > [data-elem=component3] > [data-elem=base-cell] > [data-elem*=component] {\n flex: 1;\n}\n.Skeleton_module_root__bdc934d4[data-elem=base-cell] > [data-elem=component3] > [data-elem=base-cell] > [data-elem*=component] > [data-elem=skeleton] {\n height: 1.5rem;\n}";
|
|
47929
47948
|
var modules_37a5ff73$5 = {"root":"Skeleton_module_root__bdc934d4"};
|
|
47930
|
-
n(css$
|
|
47949
|
+
n(css$k,{});
|
|
47931
47950
|
|
|
47932
|
-
var TableFiltersSkeleton = function TableFiltersSkeleton() {
|
|
47951
|
+
var TableFiltersSkeleton = function TableFiltersSkeleton(_ref) {
|
|
47952
|
+
var theme = _ref.theme;
|
|
47933
47953
|
return /*#__PURE__*/jsxRuntime.jsx(BaseCell, {
|
|
47934
47954
|
className: modules_37a5ff73$5.root,
|
|
47935
47955
|
flexible: true,
|
|
47936
47956
|
component1: /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
47937
|
-
className: modules_37a5ff73$5.filter
|
|
47957
|
+
className: modules_37a5ff73$5.filter,
|
|
47958
|
+
theme: theme
|
|
47938
47959
|
}),
|
|
47939
47960
|
component2: /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
47940
|
-
className: modules_37a5ff73$5.search
|
|
47961
|
+
className: modules_37a5ff73$5.search,
|
|
47962
|
+
theme: theme
|
|
47941
47963
|
}),
|
|
47942
47964
|
component3: /*#__PURE__*/jsxRuntime.jsx(BaseCell, {
|
|
47943
47965
|
flexible: true,
|
|
47944
47966
|
size: "auto",
|
|
47945
47967
|
component1: /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
47946
|
-
className: modules_37a5ff73$5.columns
|
|
47968
|
+
className: modules_37a5ff73$5.columns,
|
|
47969
|
+
theme: theme
|
|
47947
47970
|
}),
|
|
47948
47971
|
component2: /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
47949
|
-
className: modules_37a5ff73$5.refresh
|
|
47972
|
+
className: modules_37a5ff73$5.refresh,
|
|
47973
|
+
theme: theme
|
|
47950
47974
|
}),
|
|
47951
47975
|
component3: /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
47952
|
-
className: modules_37a5ff73$5.settings
|
|
47976
|
+
className: modules_37a5ff73$5.settings,
|
|
47977
|
+
theme: theme
|
|
47953
47978
|
})
|
|
47954
47979
|
})
|
|
47955
47980
|
});
|
|
@@ -47966,7 +47991,8 @@ var TableFilters = function TableFilters(props) {
|
|
|
47966
47991
|
hiddenColumns = props.hiddenColumns,
|
|
47967
47992
|
setHiddenColumns = props.setHiddenColumns,
|
|
47968
47993
|
loading = props.loading,
|
|
47969
|
-
disabledFilterOptions = props.disabledFilterOptions
|
|
47994
|
+
disabledFilterOptions = props.disabledFilterOptions,
|
|
47995
|
+
theme = props.theme;
|
|
47970
47996
|
var _useState = React.useState(false),
|
|
47971
47997
|
_useState2 = _slicedToArray(_useState, 2),
|
|
47972
47998
|
openColumns = _useState2[0],
|
|
@@ -47981,7 +48007,9 @@ var TableFilters = function TableFilters(props) {
|
|
|
47981
48007
|
disabledSettings = disabledFilterOptions.settings;
|
|
47982
48008
|
var hideRightOptions = disabledColumnFilter && disabledRefresh && disabledSettings;
|
|
47983
48009
|
if (loading) {
|
|
47984
|
-
return /*#__PURE__*/jsxRuntime.jsx(TableFiltersSkeleton, {
|
|
48010
|
+
return /*#__PURE__*/jsxRuntime.jsx(TableFiltersSkeleton, {
|
|
48011
|
+
theme: theme
|
|
48012
|
+
});
|
|
47985
48013
|
}
|
|
47986
48014
|
return /*#__PURE__*/jsxRuntime.jsx(BaseCell, {
|
|
47987
48015
|
flexible: true,
|
|
@@ -48092,7 +48120,8 @@ TableFilters.propTypes = {
|
|
|
48092
48120
|
refresh: propTypes$1.exports.bool,
|
|
48093
48121
|
columnFilter: propTypes$1.exports.bool,
|
|
48094
48122
|
settings: propTypes$1.exports.bool
|
|
48095
|
-
})
|
|
48123
|
+
}),
|
|
48124
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
48096
48125
|
};
|
|
48097
48126
|
TableFilters.defaultProps = {
|
|
48098
48127
|
className: '',
|
|
@@ -48109,12 +48138,13 @@ TableFilters.defaultProps = {
|
|
|
48109
48138
|
refresh: false,
|
|
48110
48139
|
columnFilter: false,
|
|
48111
48140
|
settings: false
|
|
48112
|
-
}
|
|
48141
|
+
},
|
|
48142
|
+
theme: 'light'
|
|
48113
48143
|
};
|
|
48114
48144
|
|
|
48115
|
-
var css$
|
|
48145
|
+
var css$j = ".Table_module_root__b07b1753 {\n position: relative;\n border-style: solid;\n border-color: var(--grey4);\n border-width: 1px 1px 0px 1px;\n border-radius: 0.25rem;\n width: 100%;\n max-width: 100%;\n height: 100%;\n overflow: hidden;\n}\n.Table_module_root__b07b1753 .Table_module_table__b07b1753 {\n height: calc(100% - 6rem);\n padding-bottom: 3.5rem;\n}\n.Table_module_root__b07b1753 .Table_module_pagination__b07b1753 {\n position: absolute;\n bottom: 0;\n left: 50%;\n transform: translateX(-50%);\n}\n.Table_module_root__b07b1753 .Table_module_pagination__b07b1753.Table_module_floating__b07b1753 {\n bottom: 1rem;\n}\n.Table_module_root__b07b1753 .Table_module_chips__b07b1753,\n.Table_module_root__b07b1753 .Table_module_filters__b07b1753,\n.Table_module_root__b07b1753 .Table_module_table__b07b1753 > [data-elem=table-header] {\n position: sticky;\n z-index: 1;\n top: 0;\n}";
|
|
48116
48146
|
var modules_2e8406c7 = {"root":"Table_module_root__b07b1753","table":"Table_module_table__b07b1753","pagination":"Table_module_pagination__b07b1753","floating":"Table_module_floating__b07b1753","chips":"Table_module_chips__b07b1753","filters":"Table_module_filters__b07b1753"};
|
|
48117
|
-
n(css$
|
|
48147
|
+
n(css$j,{});
|
|
48118
48148
|
|
|
48119
48149
|
var INTERSECTION = 1;
|
|
48120
48150
|
var STEP = 0.05;
|
|
@@ -48137,7 +48167,8 @@ var Table = function Table(props) {
|
|
|
48137
48167
|
loading = props.loading,
|
|
48138
48168
|
disabledFilterOptions = props.disabledFilterOptions,
|
|
48139
48169
|
onSort = props.onSort,
|
|
48140
|
-
rowHeight = props.rowHeight
|
|
48170
|
+
rowHeight = props.rowHeight,
|
|
48171
|
+
theme = props.theme;
|
|
48141
48172
|
var ref = React.useRef(null);
|
|
48142
48173
|
var paginationRef = React.useRef(null);
|
|
48143
48174
|
var _useState = React.useState(false),
|
|
@@ -48214,7 +48245,8 @@ var Table = function Table(props) {
|
|
|
48214
48245
|
children: [chipsData != null && ((chipsData === null || chipsData === void 0 ? void 0 : (_chipsData$chips = chipsData.chips) === null || _chipsData$chips === void 0 ? void 0 : _chipsData$chips.length) > 0 || (chipsData === null || chipsData === void 0 ? void 0 : chipsData.showBack) != null) && /*#__PURE__*/jsxRuntime.jsx(TableChips, _objectSpread2(_objectSpread2({
|
|
48215
48246
|
className: modules_2e8406c7.chips
|
|
48216
48247
|
}, chipsData), {}, {
|
|
48217
|
-
loading: loading
|
|
48248
|
+
loading: loading,
|
|
48249
|
+
theme: theme
|
|
48218
48250
|
})), filtersData != null && /*#__PURE__*/jsxRuntime.jsx(TableFilters, _objectSpread2(_objectSpread2({
|
|
48219
48251
|
className: modules_2e8406c7.filters
|
|
48220
48252
|
}, _objectSpread2(_objectSpread2({}, filtersData), {}, {
|
|
@@ -48223,7 +48255,8 @@ var Table = function Table(props) {
|
|
|
48223
48255
|
hiddenColumns: hiddenColumns,
|
|
48224
48256
|
setHiddenColumns: setHiddenColumns
|
|
48225
48257
|
})), {}, {
|
|
48226
|
-
loading: loading
|
|
48258
|
+
loading: loading,
|
|
48259
|
+
theme: theme
|
|
48227
48260
|
})), /*#__PURE__*/jsxRuntime.jsx(BaseTable, {
|
|
48228
48261
|
ref: ref,
|
|
48229
48262
|
headerData: visibileColumns,
|
|
@@ -48275,7 +48308,8 @@ Table.propTypes = {
|
|
|
48275
48308
|
settings: propTypes$1.exports.bool
|
|
48276
48309
|
}),
|
|
48277
48310
|
onSort: propTypes$1.exports.func,
|
|
48278
|
-
rowHeight: propTypes$1.exports.oneOf(['md', 'lg'])
|
|
48311
|
+
rowHeight: propTypes$1.exports.oneOf(['md', 'lg']),
|
|
48312
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
48279
48313
|
};
|
|
48280
48314
|
Table.defaultProps = {
|
|
48281
48315
|
className: '',
|
|
@@ -48299,12 +48333,13 @@ Table.defaultProps = {
|
|
|
48299
48333
|
settings: false
|
|
48300
48334
|
},
|
|
48301
48335
|
onSort: function onSort() {},
|
|
48302
|
-
rowHeight: 'md'
|
|
48336
|
+
rowHeight: 'md',
|
|
48337
|
+
theme: 'light'
|
|
48303
48338
|
};
|
|
48304
48339
|
|
|
48305
|
-
var css$
|
|
48340
|
+
var css$i = ".Tabs_module_root__83feec3e {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n}\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e {\n padding: 0.75rem;\n gap: 0.75rem;\n}\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e > [data-elem=component1] > .Tabs_module_icon__83feec3e,\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e > [data-elem=component3] > .Tabs_module_icon__83feec3e {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--black);\n}\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e > [data-elem=component2] {\n color: var(--black);\n}\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e.Tabs_module_active__83feec3e {\n border-bottom: 2px solid var(--highlight);\n}\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e.Tabs_module_active__83feec3e > [data-elem=component1] > .Tabs_module_icon__83feec3e,\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e.Tabs_module_active__83feec3e > [data-elem=component3] > .Tabs_module_icon__83feec3e {\n fill: var(--highlight);\n}\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e.Tabs_module_active__83feec3e > [data-elem=component2] {\n color: var(--highlight);\n}\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e:hover {\n background: var(--info-bg);\n}\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e:hover > [data-elem=component1] > .Tabs_module_icon__83feec3e,\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e:hover > [data-elem=component3] > .Tabs_module_icon__83feec3e {\n fill: var(--highlight);\n}\n.Tabs_module_root__83feec3e > .Tabs_module_tab__83feec3e:hover > [data-elem=component2] {\n color: var(--highlight);\n}";
|
|
48306
48341
|
var modules_78ab5066 = {"root":"Tabs_module_root__83feec3e","tab":"Tabs_module_tab__83feec3e","icon":"Tabs_module_icon__83feec3e","active":"Tabs_module_active__83feec3e"};
|
|
48307
|
-
n(css$
|
|
48342
|
+
n(css$i,{});
|
|
48308
48343
|
|
|
48309
48344
|
var Tabs = function Tabs(props) {
|
|
48310
48345
|
var tabs = props.tabs,
|
|
@@ -48377,9 +48412,9 @@ Tabs.defaultProps = {
|
|
|
48377
48412
|
|
|
48378
48413
|
function o(f){return r=>{f.forEach(n=>{typeof n=="function"?n(r):n!=null&&(n.current=r);});}}
|
|
48379
48414
|
|
|
48380
|
-
var css$
|
|
48415
|
+
var css$h = ".Tooltip_module_tooltip__04fbc763 {\n text-align: center;\n border-radius: 0.25rem;\n min-width: auto;\n max-width: 12rem;\n padding: 0.375rem;\n font-size: 0.875rem;\n font-family: sans-serif;\n line-height: 1;\n}\n.Tooltip_module_tooltip__04fbc763.Tooltip_module_light__04fbc763 {\n color: var(--black);\n background: var(--grey7);\n border-color: var(--black);\n}\n.Tooltip_module_tooltip__04fbc763.Tooltip_module_light__04fbc763 .Tooltip_module_arrow__04fbc763 {\n background: var(--grey7);\n}\n.Tooltip_module_tooltip__04fbc763.Tooltip_module_dark__04fbc763 {\n color: var(--white);\n background: var(--black);\n border-color: var(--white);\n}\n.Tooltip_module_tooltip__04fbc763.Tooltip_module_dark__04fbc763 .Tooltip_module_arrow__04fbc763 {\n background: var(--black);\n}\n.Tooltip_module_tooltip__04fbc763 .Tooltip_module_arrow__04fbc763 {\n position: absolute;\n width: 1rem;\n height: 1rem;\n z-index: -1;\n pointer-events: none;\n transform: rotate(45deg);\n}";
|
|
48381
48416
|
var modules_e4619b04 = {"tooltip":"Tooltip_module_tooltip__04fbc763","light":"Tooltip_module_light__04fbc763","arrow":"Tooltip_module_arrow__04fbc763","dark":"Tooltip_module_dark__04fbc763"};
|
|
48382
|
-
n(css$
|
|
48417
|
+
n(css$h,{});
|
|
48383
48418
|
|
|
48384
48419
|
var Tooltip = /*#__PURE__*/React.forwardRef(function Tooltip(props, propRef) {
|
|
48385
48420
|
var _middlewareData$arrow, _middlewareData$arrow2, _middlewareData$arrow3, _middlewareData$arrow4;
|
|
@@ -48486,9 +48521,9 @@ Tooltip.defaultProps = {
|
|
|
48486
48521
|
className: ''
|
|
48487
48522
|
};
|
|
48488
48523
|
|
|
48489
|
-
var css$
|
|
48524
|
+
var css$g = ".BaseSidePanel_module_root__c7817916 {\n max-height: 100%;\n height: 100%;\n display: flex;\n width: 30%;\n flex-direction: column;\n top: 0;\n background: #ffffff;\n box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);\n overflow-x: hidden;\n transition: 0.5s;\n}\n.BaseSidePanel_module_root__c7817916.BaseSidePanel_module_close__c7817916 {\n width: 0rem;\n}\n.BaseSidePanel_module_root__c7817916 .BaseSidePanel_module_body__c7817916 {\n flex: 1;\n overflow-y: auto;\n}";
|
|
48490
48525
|
var modules_c7321921 = {"root":"BaseSidePanel_module_root__c7817916","close":"BaseSidePanel_module_close__c7817916","body":"BaseSidePanel_module_body__c7817916"};
|
|
48491
|
-
n(css$
|
|
48526
|
+
n(css$g,{});
|
|
48492
48527
|
|
|
48493
48528
|
var BaseSidePanel = function BaseSidePanel(props) {
|
|
48494
48529
|
var className = props.className,
|
|
@@ -108521,25 +108556,30 @@ function install(registers) {
|
|
|
108521
108556
|
registers.registerPainter('canvas', CanvasPainter$1);
|
|
108522
108557
|
}
|
|
108523
108558
|
|
|
108524
|
-
var css$
|
|
108559
|
+
var css$f = ".BaseVerticalBarChart_module_root__db36f9d1 {\n width: \"100%\";\n}";
|
|
108525
108560
|
var modules_8757388c = {"root":"BaseVerticalBarChart_module_root__db36f9d1"};
|
|
108526
|
-
n(css$
|
|
108561
|
+
n(css$f,{});
|
|
108527
108562
|
|
|
108528
|
-
var css$
|
|
108563
|
+
var css$e = ".Skeleton_module_root__cca72340 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: flex-end;\n gap: 1rem;\n height: 100%;\n width: 100%;\n padding: 2rem;\n}";
|
|
108529
108564
|
var modules_37a5ff73$4 = {"root":"Skeleton_module_root__cca72340"};
|
|
108530
|
-
n(css$
|
|
108565
|
+
n(css$e,{});
|
|
108531
108566
|
|
|
108532
108567
|
var BARS$1 = _toConsumableArray$1(Array(10).keys()).map(function () {
|
|
108533
108568
|
return Math.random() * 80 + 20;
|
|
108534
108569
|
});
|
|
108535
|
-
var ChartSkeleton$4 = function ChartSkeleton() {
|
|
108570
|
+
var ChartSkeleton$4 = function ChartSkeleton(_ref) {
|
|
108571
|
+
var theme = _ref.theme;
|
|
108536
108572
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
108537
108573
|
className: modules_37a5ff73$4.root,
|
|
108538
108574
|
children: BARS$1.map(function (bar) {
|
|
108539
108575
|
return /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
108576
|
+
theme: theme,
|
|
108540
108577
|
width: "3rem",
|
|
108541
108578
|
height: "".concat(bar, "%"),
|
|
108542
|
-
variant: "rounded"
|
|
108579
|
+
variant: "rounded",
|
|
108580
|
+
style: {
|
|
108581
|
+
animationDuration: '4s'
|
|
108582
|
+
}
|
|
108543
108583
|
}, bar);
|
|
108544
108584
|
})
|
|
108545
108585
|
});
|
|
@@ -108570,9 +108610,12 @@ var BaseVerticalBarChart = function BaseVerticalBarChart(props) {
|
|
|
108570
108610
|
stackCount = props.stackCount,
|
|
108571
108611
|
seriesOption = props.seriesOption,
|
|
108572
108612
|
style = props.style,
|
|
108573
|
-
className = props.className
|
|
108613
|
+
className = props.className,
|
|
108614
|
+
theme = props.theme;
|
|
108574
108615
|
if (loading) {
|
|
108575
|
-
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton$4, {
|
|
108616
|
+
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton$4, {
|
|
108617
|
+
theme: theme
|
|
108618
|
+
});
|
|
108576
108619
|
}
|
|
108577
108620
|
var minHeightCheck = !((_Object$keys = Object.keys((_seriesData$chartData = seriesData === null || seriesData === void 0 ? void 0 : seriesData.chartData) !== null && _seriesData$chartData !== void 0 ? _seriesData$chartData : 0)) !== null && _Object$keys !== void 0 && _Object$keys.some(function (obj1) {
|
|
108578
108621
|
return seriesOption.some(function (obj, index) {
|
|
@@ -108727,7 +108770,8 @@ BaseVerticalBarChart.propTypes = {
|
|
|
108727
108770
|
stackCount: propTypes$1.exports.number,
|
|
108728
108771
|
seriesOption: propTypes$1.exports.arrayOf(propTypes$1.exports.shape),
|
|
108729
108772
|
style: propTypes$1.exports.objectOf(propTypes$1.exports.shape),
|
|
108730
|
-
className: propTypes$1.exports.string
|
|
108773
|
+
className: propTypes$1.exports.string,
|
|
108774
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
108731
108775
|
};
|
|
108732
108776
|
BaseVerticalBarChart.defaultProps = {
|
|
108733
108777
|
loading: false,
|
|
@@ -108772,25 +108816,28 @@ BaseVerticalBarChart.defaultProps = {
|
|
|
108772
108816
|
width: '100%',
|
|
108773
108817
|
height: '100%'
|
|
108774
108818
|
},
|
|
108775
|
-
className: ''
|
|
108819
|
+
className: '',
|
|
108820
|
+
theme: 'dark'
|
|
108776
108821
|
};
|
|
108777
108822
|
|
|
108778
|
-
var css$
|
|
108823
|
+
var css$d = ".BaseHorizontalBarChart_module_root__75f8867a {\n width: \"100%\";\n}";
|
|
108779
108824
|
var modules_8904c6a0 = {"root":"BaseHorizontalBarChart_module_root__75f8867a"};
|
|
108780
|
-
n(css$
|
|
108825
|
+
n(css$d,{});
|
|
108781
108826
|
|
|
108782
|
-
var css$
|
|
108783
|
-
var modules_37a5ff73$3 = {"root":"
|
|
108784
|
-
n(css$
|
|
108827
|
+
var css$c = ".Skeleton_module_root__daf92a10 {\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: flex-start;\n height: 100%;\n width: 100%;\n gap: 1rem;\n padding: 2rem;\n}";
|
|
108828
|
+
var modules_37a5ff73$3 = {"root":"Skeleton_module_root__daf92a10"};
|
|
108829
|
+
n(css$c,{});
|
|
108785
108830
|
|
|
108786
108831
|
var BARS = _toConsumableArray$1(Array(8).keys()).map(function () {
|
|
108787
108832
|
return Math.random() * 80 + 20;
|
|
108788
108833
|
});
|
|
108789
|
-
var ChartSkeleton$3 = function ChartSkeleton() {
|
|
108834
|
+
var ChartSkeleton$3 = function ChartSkeleton(_ref) {
|
|
108835
|
+
var theme = _ref.theme;
|
|
108790
108836
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
108791
108837
|
className: modules_37a5ff73$3.root,
|
|
108792
108838
|
children: BARS.map(function (bar) {
|
|
108793
108839
|
return /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
108840
|
+
theme: theme,
|
|
108794
108841
|
variant: "rounded",
|
|
108795
108842
|
width: "".concat(bar, "%"),
|
|
108796
108843
|
height: "3rem"
|
|
@@ -108821,9 +108868,12 @@ var BaseHorizontalBarChart = function BaseHorizontalBarChart(props) {
|
|
|
108821
108868
|
stacked = props.stacked,
|
|
108822
108869
|
seriesOption = props.seriesOption,
|
|
108823
108870
|
style = props.style,
|
|
108824
|
-
className = props.className
|
|
108871
|
+
className = props.className,
|
|
108872
|
+
theme = props.theme;
|
|
108825
108873
|
if (loading) {
|
|
108826
|
-
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton$3, {
|
|
108874
|
+
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton$3, {
|
|
108875
|
+
theme: theme
|
|
108876
|
+
});
|
|
108827
108877
|
}
|
|
108828
108878
|
var seriesOptionObject = {
|
|
108829
108879
|
type: 'bar',
|
|
@@ -108935,7 +108985,8 @@ BaseHorizontalBarChart.propTypes = {
|
|
|
108935
108985
|
stacked: propTypes$1.exports.bool,
|
|
108936
108986
|
seriesOption: propTypes$1.exports.objectOf(propTypes$1.exports.shape),
|
|
108937
108987
|
style: propTypes$1.exports.object,
|
|
108938
|
-
className: propTypes$1.exports.string
|
|
108988
|
+
className: propTypes$1.exports.string,
|
|
108989
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
108939
108990
|
};
|
|
108940
108991
|
BaseHorizontalBarChart.defaultProps = {
|
|
108941
108992
|
loading: false,
|
|
@@ -108971,24 +109022,27 @@ BaseHorizontalBarChart.defaultProps = {
|
|
|
108971
109022
|
width: '100%',
|
|
108972
109023
|
height: '100%'
|
|
108973
109024
|
},
|
|
108974
|
-
className: ''
|
|
109025
|
+
className: '',
|
|
109026
|
+
theme: 'dark'
|
|
108975
109027
|
};
|
|
108976
109028
|
|
|
108977
|
-
var css$
|
|
109029
|
+
var css$b = ".BasePieChart_module_root__45f70e28 {\n width: \"100%\";\n}";
|
|
108978
109030
|
var modules_c20882aa = {"root":"BasePieChart_module_root__45f70e28"};
|
|
108979
|
-
n(css$
|
|
109031
|
+
n(css$b,{});
|
|
108980
109032
|
|
|
108981
|
-
var css$
|
|
108982
|
-
var modules_37a5ff73$2 = {"root":"
|
|
108983
|
-
n(css$
|
|
109033
|
+
var css$a = ".Skeleton_module_root__0710ee34 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n width: 100%;\n height: 100%;\n overflow: hidden;\n position: relative;\n}\n.Skeleton_module_root__0710ee34 > .Skeleton_module_outer__0710ee34,\n.Skeleton_module_root__0710ee34 > .Skeleton_module_inner__0710ee34 {\n max-width: 100%;\n max-height: 100%;\n}\n.Skeleton_module_root__0710ee34 > .Skeleton_module_inner__0710ee34 {\n position: absolute;\n}\n.Skeleton_module_root__0710ee34 span.Skeleton_module_line__0710ee34 {\n height: 0.5rem;\n position: absolute;\n transform-origin: left;\n}\n.Skeleton_module_root__0710ee34 span.Skeleton_module_line__0710ee34:nth-last-of-type(1) {\n transform: translateX(3.25rem) rotate(45deg);\n}\n.Skeleton_module_root__0710ee34 span.Skeleton_module_line__0710ee34:nth-last-of-type(2) {\n transform: translateX(3.25rem) rotate(-75deg);\n}\n.Skeleton_module_root__0710ee34 span.Skeleton_module_line__0710ee34:nth-last-of-type(3) {\n transform: translateX(3.25rem) rotate(-10deg);\n}\n.Skeleton_module_root__0710ee34.Skeleton_module_lightTheme__0710ee34 > .Skeleton_module_inner__0710ee34 {\n background: var(--white);\n}\n.Skeleton_module_root__0710ee34.Skeleton_module_lightTheme__0710ee34 span.Skeleton_module_line__0710ee34 {\n background: var(--white);\n}\n.Skeleton_module_root__0710ee34.Skeleton_module_darkTheme__0710ee34 > .Skeleton_module_inner__0710ee34 {\n background: var(--dark-grey);\n}\n.Skeleton_module_root__0710ee34.Skeleton_module_darkTheme__0710ee34 span.Skeleton_module_line__0710ee34 {\n background: var(--dark-grey);\n}";
|
|
109034
|
+
var modules_37a5ff73$2 = {"root":"Skeleton_module_root__0710ee34","outer":"Skeleton_module_outer__0710ee34","inner":"Skeleton_module_inner__0710ee34","line":"Skeleton_module_line__0710ee34","light-theme":"Skeleton_module_lightTheme__0710ee34","dark-theme":"Skeleton_module_darkTheme__0710ee34"};
|
|
109035
|
+
n(css$a,{});
|
|
108984
109036
|
|
|
108985
|
-
var ChartSkeleton$2 = function ChartSkeleton() {
|
|
109037
|
+
var ChartSkeleton$2 = function ChartSkeleton(_ref) {
|
|
109038
|
+
var theme = _ref.theme;
|
|
108986
109039
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
108987
|
-
className: modules_37a5ff73$2.root,
|
|
109040
|
+
className: classes(modules_37a5ff73$2.root, modules_37a5ff73$2["".concat(theme, "-theme")]),
|
|
108988
109041
|
children: [/*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
109042
|
+
theme: theme,
|
|
108989
109043
|
className: modules_37a5ff73$2.outer,
|
|
108990
|
-
width: "
|
|
108991
|
-
height: "
|
|
109044
|
+
width: "12.5rem",
|
|
109045
|
+
height: "12.5rem",
|
|
108992
109046
|
variant: "circle"
|
|
108993
109047
|
}), /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
108994
109048
|
noAnimation: true,
|
|
@@ -108999,15 +109053,15 @@ var ChartSkeleton$2 = function ChartSkeleton() {
|
|
|
108999
109053
|
}), /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
109000
109054
|
noAnimation: true,
|
|
109001
109055
|
className: modules_37a5ff73$2.line,
|
|
109002
|
-
width: "
|
|
109056
|
+
width: "6.25rem"
|
|
109003
109057
|
}), /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
109004
109058
|
noAnimation: true,
|
|
109005
109059
|
className: modules_37a5ff73$2.line,
|
|
109006
|
-
width: "
|
|
109060
|
+
width: "6.25rem"
|
|
109007
109061
|
}), /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
109008
109062
|
noAnimation: true,
|
|
109009
109063
|
className: modules_37a5ff73$2.line,
|
|
109010
|
-
width: "
|
|
109064
|
+
width: "6.25rem"
|
|
109011
109065
|
})]
|
|
109012
109066
|
});
|
|
109013
109067
|
};
|
|
@@ -109030,9 +109084,12 @@ var BasePieChart = function BasePieChart(props) {
|
|
|
109030
109084
|
legend = props.legend,
|
|
109031
109085
|
seriesOption = props.seriesOption,
|
|
109032
109086
|
style = props.style,
|
|
109033
|
-
className = props.className
|
|
109087
|
+
className = props.className,
|
|
109088
|
+
theme = props.theme;
|
|
109034
109089
|
if (loading) {
|
|
109035
|
-
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton$2, {
|
|
109090
|
+
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton$2, {
|
|
109091
|
+
theme: theme
|
|
109092
|
+
});
|
|
109036
109093
|
}
|
|
109037
109094
|
var seriesOptionObject = {
|
|
109038
109095
|
type: 'pie',
|
|
@@ -109131,7 +109188,8 @@ BasePieChart.propTypes = {
|
|
|
109131
109188
|
legend: propTypes$1.exports.object,
|
|
109132
109189
|
seriesOption: propTypes$1.exports.arrayOf(propTypes$1.exports.shape),
|
|
109133
109190
|
style: propTypes$1.exports.objectOf(propTypes$1.exports.shape),
|
|
109134
|
-
className: propTypes$1.exports.string
|
|
109191
|
+
className: propTypes$1.exports.string,
|
|
109192
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
109135
109193
|
};
|
|
109136
109194
|
BasePieChart.defaultProps = {
|
|
109137
109195
|
loading: false,
|
|
@@ -109169,12 +109227,13 @@ BasePieChart.defaultProps = {
|
|
|
109169
109227
|
width: '100%',
|
|
109170
109228
|
height: '100%'
|
|
109171
109229
|
},
|
|
109172
|
-
className: ''
|
|
109230
|
+
className: '',
|
|
109231
|
+
theme: 'dark'
|
|
109173
109232
|
};
|
|
109174
109233
|
|
|
109175
|
-
var css$
|
|
109234
|
+
var css$9 = ".BaseRegionChart_module_root__617af265 {\n width: \"100%\";\n}";
|
|
109176
109235
|
var modules_459dfe63 = {"root":"BaseRegionChart_module_root__617af265"};
|
|
109177
|
-
n(css$
|
|
109236
|
+
n(css$9,{});
|
|
109178
109237
|
|
|
109179
109238
|
use([install$8, install$9, install$a, install$1, install$d, install$2, install$e, install$5, install]);
|
|
109180
109239
|
var BaseRegionChart = function BaseRegionChart(props) {
|
|
@@ -109263,22 +109322,24 @@ BaseRegionChart.defaultProps = {
|
|
|
109263
109322
|
className: ''
|
|
109264
109323
|
};
|
|
109265
109324
|
|
|
109266
|
-
var css$
|
|
109325
|
+
var css$8 = ".HeatMapChart_module_root__41cf6ace {\n width: \"100%\";\n}";
|
|
109267
109326
|
var modules_0ba85659 = {"root":"HeatMapChart_module_root__41cf6ace"};
|
|
109268
|
-
n(css$
|
|
109327
|
+
n(css$8,{});
|
|
109269
109328
|
|
|
109270
|
-
var css$
|
|
109271
|
-
var modules_37a5ff73$1 = {"root":"
|
|
109272
|
-
n(css$
|
|
109329
|
+
var css$7 = ".Skeleton_module_root__b7e3a70a {\n display: grid;\n grid-template-rows: auto;\n grid-template-columns: repeat(6, 1fr);\n row-gap: 0.25rem;\n -moz-column-gap: 0.25rem;\n column-gap: 0.25rem;\n height: 100%;\n padding: 2rem;\n}";
|
|
109330
|
+
var modules_37a5ff73$1 = {"root":"Skeleton_module_root__b7e3a70a"};
|
|
109331
|
+
n(css$7,{});
|
|
109273
109332
|
|
|
109274
109333
|
var BOXES = _toConsumableArray$1(Array(36).keys()).map(function () {
|
|
109275
109334
|
return Math.random() * 80 + 20;
|
|
109276
109335
|
});
|
|
109277
|
-
var ChartSkeleton$1 = function ChartSkeleton() {
|
|
109336
|
+
var ChartSkeleton$1 = function ChartSkeleton(_ref) {
|
|
109337
|
+
var theme = _ref.theme;
|
|
109278
109338
|
return /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
109279
109339
|
className: modules_37a5ff73$1.root,
|
|
109280
109340
|
children: BOXES.map(function (box) {
|
|
109281
109341
|
return /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
109342
|
+
theme: theme,
|
|
109282
109343
|
className: modules_37a5ff73$1.box,
|
|
109283
109344
|
height: "100%"
|
|
109284
109345
|
}, box);
|
|
@@ -109309,9 +109370,12 @@ var HeatMapChart = function HeatMapChart(props) {
|
|
|
109309
109370
|
seriesOption = props.seriesOption,
|
|
109310
109371
|
visualMap = props.visualMap,
|
|
109311
109372
|
style = props.style,
|
|
109312
|
-
className = props.className
|
|
109373
|
+
className = props.className,
|
|
109374
|
+
theme = props.theme;
|
|
109313
109375
|
if (loading) {
|
|
109314
|
-
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton$1, {
|
|
109376
|
+
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton$1, {
|
|
109377
|
+
theme: theme
|
|
109378
|
+
});
|
|
109315
109379
|
}
|
|
109316
109380
|
var seriesOptionObject = {
|
|
109317
109381
|
type: 'heatmap',
|
|
@@ -109452,7 +109516,8 @@ HeatMapChart.propTypes = {
|
|
|
109452
109516
|
visualMap: propTypes$1.exports.shape({}),
|
|
109453
109517
|
seriesOption: propTypes$1.exports.shape({}),
|
|
109454
109518
|
style: propTypes$1.exports.objectOf(propTypes$1.exports.shape),
|
|
109455
|
-
className: propTypes$1.exports.string
|
|
109519
|
+
className: propTypes$1.exports.string,
|
|
109520
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
109456
109521
|
};
|
|
109457
109522
|
HeatMapChart.defaultProps = {
|
|
109458
109523
|
loading: false,
|
|
@@ -109489,16 +109554,17 @@ HeatMapChart.defaultProps = {
|
|
|
109489
109554
|
width: '100%',
|
|
109490
109555
|
height: '100%'
|
|
109491
109556
|
},
|
|
109492
|
-
className: ''
|
|
109557
|
+
className: '',
|
|
109558
|
+
theme: 'dark'
|
|
109493
109559
|
};
|
|
109494
109560
|
|
|
109495
|
-
var css$
|
|
109561
|
+
var css$6 = ".BaseAreaChart_module_root__aee251f3 {\n width: \"100%\";\n}";
|
|
109496
109562
|
var modules_6d3781f0 = {"root":"BaseAreaChart_module_root__aee251f3"};
|
|
109497
|
-
n(css$
|
|
109563
|
+
n(css$6,{});
|
|
109498
109564
|
|
|
109499
|
-
var css$
|
|
109500
|
-
var modules_37a5ff73 = {"root":"
|
|
109501
|
-
n(css$
|
|
109565
|
+
var css$5 = ".Skeleton_module_root__13b12cf6 {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n height: 100%;\n width: 100%;\n padding: 2rem;\n}\n.Skeleton_module_root__13b12cf6 .Skeleton_module_line__13b12cf6 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n width: 100%;\n}\n.Skeleton_module_root__13b12cf6 .Skeleton_module_line__13b12cf6 .Skeleton_module_bump__13b12cf6 {\n transform: rotate(30deg);\n}\n.Skeleton_module_root__13b12cf6 .Skeleton_module_line__13b12cf6 .Skeleton_module_bump__13b12cf6:not(:nth-child(1)) {\n margin-left: -1.75rem;\n}\n.Skeleton_module_root__13b12cf6 .Skeleton_module_line__13b12cf6 .Skeleton_module_bump__13b12cf6:nth-child(2n) {\n transform: rotate(-30deg);\n}\n.Skeleton_module_root__13b12cf6.Skeleton_module_filled__13b12cf6 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n}\n.Skeleton_module_root__13b12cf6.Skeleton_module_filled__13b12cf6 .Skeleton_module_bumps__13b12cf6 {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: flex-end;\n flex: 1 1 50%;\n}\n.Skeleton_module_root__13b12cf6.Skeleton_module_filled__13b12cf6 .Skeleton_module_bumps__13b12cf6 .Skeleton_module_triangle__13b12cf6 {\n height: 10rem;\n}\n.Skeleton_module_root__13b12cf6.Skeleton_module_filled__13b12cf6 .Skeleton_module_bumps__13b12cf6 .Skeleton_module_triangle__13b12cf6:nth-child(2n) {\n transform: rotate3d(0, 1, 0, 180deg);\n}\n.Skeleton_module_root__13b12cf6.Skeleton_module_filled__13b12cf6.Skeleton_module_lightTheme__13b12cf6 .Skeleton_module_bumps__13b12cf6 .Skeleton_module_triangle__13b12cf6 {\n background: linear-gradient(to bottom right, var(--white) 0%, var(--white) 50%, var(--grey6) 50%, var(--grey6) 100%);\n}\n.Skeleton_module_root__13b12cf6.Skeleton_module_filled__13b12cf6.Skeleton_module_darkTheme__13b12cf6 .Skeleton_module_bumps__13b12cf6 .Skeleton_module_triangle__13b12cf6 {\n background: linear-gradient(to bottom right, var(--dark-grey) 0%, var(--dark-grey) 50%, var(--grey2) 50%, var(--grey2) 100%);\n}\n.Skeleton_module_root__13b12cf6.Skeleton_module_filled__13b12cf6 .Skeleton_module_base__13b12cf6 {\n flex: 1 1 50%;\n}";
|
|
109566
|
+
var modules_37a5ff73 = {"root":"Skeleton_module_root__13b12cf6","line":"Skeleton_module_line__13b12cf6","bump":"Skeleton_module_bump__13b12cf6","filled":"Skeleton_module_filled__13b12cf6","bumps":"Skeleton_module_bumps__13b12cf6","triangle":"Skeleton_module_triangle__13b12cf6","light-theme":"Skeleton_module_lightTheme__13b12cf6","dark-theme":"Skeleton_module_darkTheme__13b12cf6","base":"Skeleton_module_base__13b12cf6"};
|
|
109567
|
+
n(css$5,{});
|
|
109502
109568
|
|
|
109503
109569
|
var BUMPS = _toConsumableArray$1(Array(10).keys()).map(function () {
|
|
109504
109570
|
return Math.random() * 80 + 20;
|
|
@@ -109507,20 +109573,23 @@ var TRIANGLES = _toConsumableArray$1(Array(7).keys()).map(function () {
|
|
|
109507
109573
|
return Math.random() * 80 + 20;
|
|
109508
109574
|
});
|
|
109509
109575
|
var ChartSkeleton = function ChartSkeleton(_ref) {
|
|
109510
|
-
var filled = _ref.filled
|
|
109576
|
+
var filled = _ref.filled,
|
|
109577
|
+
theme = _ref.theme;
|
|
109511
109578
|
if (filled) {
|
|
109512
109579
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
109513
|
-
className: classes(modules_37a5ff73.root, modules_37a5ff73.filled),
|
|
109580
|
+
className: classes(modules_37a5ff73.root, modules_37a5ff73.filled, modules_37a5ff73["".concat(theme, "-theme")]),
|
|
109514
109581
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
109515
109582
|
className: modules_37a5ff73.bumps,
|
|
109516
109583
|
children: TRIANGLES.map(function (bump) {
|
|
109517
109584
|
return /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
109585
|
+
theme: theme,
|
|
109518
109586
|
className: modules_37a5ff73.triangle,
|
|
109519
109587
|
noAnimation: true
|
|
109520
109588
|
}, bump);
|
|
109521
109589
|
})
|
|
109522
109590
|
}), /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
109523
|
-
className: modules_37a5ff73.base
|
|
109591
|
+
className: modules_37a5ff73.base,
|
|
109592
|
+
theme: theme
|
|
109524
109593
|
})]
|
|
109525
109594
|
});
|
|
109526
109595
|
}
|
|
@@ -109530,6 +109599,7 @@ var ChartSkeleton = function ChartSkeleton(_ref) {
|
|
|
109530
109599
|
className: modules_37a5ff73.line,
|
|
109531
109600
|
children: BUMPS.map(function (bump) {
|
|
109532
109601
|
return /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
109602
|
+
theme: theme,
|
|
109533
109603
|
className: modules_37a5ff73.bump,
|
|
109534
109604
|
height: "0.5rem"
|
|
109535
109605
|
}, bump);
|
|
@@ -109566,13 +109636,16 @@ var BaseAreaChart = function BaseAreaChart(props) {
|
|
|
109566
109636
|
smooth = props.smooth,
|
|
109567
109637
|
opacity = props.opacity,
|
|
109568
109638
|
style = props.style,
|
|
109569
|
-
className = props.className
|
|
109639
|
+
className = props.className,
|
|
109640
|
+
theme = props.theme;
|
|
109570
109641
|
if (loading) {
|
|
109571
|
-
|
|
109572
|
-
|
|
109573
|
-
});
|
|
109574
|
-
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton
|
|
109575
|
-
|
|
109642
|
+
// const filled = seriesOption.some((series) => {
|
|
109643
|
+
// return series?.areaStyle.opacity > 0;
|
|
109644
|
+
// });
|
|
109645
|
+
return /*#__PURE__*/jsxRuntime.jsx(ChartSkeleton
|
|
109646
|
+
// filled={filled}
|
|
109647
|
+
, {
|
|
109648
|
+
theme: theme
|
|
109576
109649
|
});
|
|
109577
109650
|
}
|
|
109578
109651
|
var seriesOptionObject = {
|
|
@@ -109714,7 +109787,8 @@ BaseAreaChart.propTypes = {
|
|
|
109714
109787
|
smooth: propTypes$1.exports.bool,
|
|
109715
109788
|
opacity: propTypes$1.exports.number,
|
|
109716
109789
|
style: propTypes$1.exports.objectOf(propTypes$1.exports.shape),
|
|
109717
|
-
className: propTypes$1.exports.string
|
|
109790
|
+
className: propTypes$1.exports.string,
|
|
109791
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
109718
109792
|
};
|
|
109719
109793
|
BaseAreaChart.defaultProps = {
|
|
109720
109794
|
loading: false,
|
|
@@ -109750,16 +109824,17 @@ BaseAreaChart.defaultProps = {
|
|
|
109750
109824
|
width: '100%',
|
|
109751
109825
|
height: '100%'
|
|
109752
109826
|
},
|
|
109753
|
-
className: ''
|
|
109827
|
+
className: '',
|
|
109828
|
+
theme: 'dark'
|
|
109754
109829
|
};
|
|
109755
109830
|
|
|
109756
|
-
var css$
|
|
109831
|
+
var css$4 = ".BaseWidget_module_root__ba924901 {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n height: 100%;\n width: 100%;\n padding: 0.25rem;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n padding: 0.25rem;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerTitle__ba924901 {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 0.5rem;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerTitle__ba924901 .BaseWidget_module_back__ba924901 {\n height: 1.5rem;\n width: 1.5rem;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerTitle__ba924901 .BaseWidget_module_back__ba924901 [data-elem=component1] .BaseWidget_module_icon__ba924901 {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--white);\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerTitle__ba924901.BaseWidget_module_noOptions__ba924901 {\n flex: 1;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerTitle__ba924901 .BaseWidget_module_title__ba924901 {\n white-space: nowrap;\n color: var(--white);\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerTitle__ba924901 .BaseWidget_module_value__ba924901 {\n white-space: nowrap;\n color: var(--white);\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerOptions__ba924901 {\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n gap: 0.5rem;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerOptions__ba924901 .BaseWidget_module_toggleBody__ba924901 {\n padding: 0.125rem 0.25rem;\n height: 1.75rem;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerOptions__ba924901 .BaseWidget_module_dropdownHeader__ba924901 {\n height: 1.75rem;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerOptions__ba924901 .BaseWidget_module_dropdownHeader__ba924901 [data-elem=select] {\n background-color: transparent;\n width: 100%;\n color: var(--white);\n border-color: var(--grey);\n padding: 0.07rem 0.5rem;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerOptions__ba924901 .BaseWidget_module_dropdownHeader__ba924901 [data-elem=select] [data-elem=placeholder] {\n font-size: 0.875rem;\n color: var(--white);\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerOptions__ba924901 .BaseWidget_module_dropdownHeader__ba924901 [data-elem=select] > svg {\n fill: var(--white);\n width: 0.875rem;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerOptions__ba924901 .BaseWidget_module_expandButton__ba924901 {\n height: 1.75rem;\n color: var(--white);\n border-color: var(--grey);\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_header__ba924901 .BaseWidget_module_headerOptions__ba924901 .BaseWidget_module_expandButton__ba924901 .BaseWidget_module_expandIcon__ba924901 {\n height: 1.25rem;\n width: 1.25rem;\n fill: var(--white);\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_children__ba924901 {\n flex: 1 1;\n}\n.BaseWidget_module_root__ba924901 .BaseWidget_module_children__ba924901 [data-elem=error-msg] {\n color: var(--white);\n}\n\n.BaseWidget_module_dropdownPopper__ba924901 {\n padding: 0rem;\n background: var(--grey1);\n}\n.BaseWidget_module_dropdownPopper__ba924901 .BaseWidget_module_dropdownItem__ba924901 {\n height: 2.25rem;\n color: var(--white);\n background: var(--grey);\n}\n.BaseWidget_module_dropdownPopper__ba924901 .BaseWidget_module_dropdownItem__ba924901:hover, .BaseWidget_module_dropdownPopper__ba924901 .BaseWidget_module_dropdownItem__ba924901:focus {\n color: var(--dark-grey);\n background: var(--grey2);\n}\n.BaseWidget_module_dropdownPopper__ba924901 .BaseWidget_module_dropdownItem__ba924901:hover label > svg, .BaseWidget_module_dropdownPopper__ba924901 .BaseWidget_module_dropdownItem__ba924901:focus label > svg {\n border: 1px solid var(--dark-grey);\n border-radius: 0.25rem;\n}";
|
|
109757
109832
|
var modules_6a0e74b6 = {"root":"BaseWidget_module_root__ba924901","header":"BaseWidget_module_header__ba924901","header-title":"BaseWidget_module_headerTitle__ba924901","back":"BaseWidget_module_back__ba924901","icon":"BaseWidget_module_icon__ba924901","no-options":"BaseWidget_module_noOptions__ba924901","title":"BaseWidget_module_title__ba924901","value":"BaseWidget_module_value__ba924901","header-options":"BaseWidget_module_headerOptions__ba924901","toggle-body":"BaseWidget_module_toggleBody__ba924901","dropdown-header":"BaseWidget_module_dropdownHeader__ba924901","expand-button":"BaseWidget_module_expandButton__ba924901","expand-icon":"BaseWidget_module_expandIcon__ba924901","children":"BaseWidget_module_children__ba924901","dropdown-popper":"BaseWidget_module_dropdownPopper__ba924901","dropdown-item":"BaseWidget_module_dropdownItem__ba924901"};
|
|
109758
|
-
n(css$
|
|
109833
|
+
n(css$4,{});
|
|
109759
109834
|
|
|
109760
|
-
var css$
|
|
109835
|
+
var css$3 = "div.Toggle_module_root__dfee296f {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n overflow: auto;\n gap: 0.25rem;\n padding: 0.25rem;\n background: var(--grey8);\n width: -moz-fit-content;\n width: fit-content;\n border-radius: 0.4rem 0.4rem;\n border-width: 1px;\n border-style: solid;\n}\ndiv.Toggle_module_root__dfee296f.Toggle_module_themeDark__dfee296f {\n background: var(--white);\n border-color: var(--grey);\n}\ndiv.Toggle_module_root__dfee296f.Toggle_module_themeDark__dfee296f [data-elem=base-cell].Toggle_module_toggleButton__dfee296f {\n background: var(--white);\n color: var(--grey4);\n}\ndiv.Toggle_module_root__dfee296f.Toggle_module_themeDark__dfee296f [data-elem=base-cell].Toggle_module_toggleButton__dfee296f.Toggle_module_active__dfee296f {\n background: var(--dark-grey);\n color: var(--white);\n}\ndiv.Toggle_module_root__dfee296f.Toggle_module_themeLight__dfee296f {\n background: var(--white);\n border-color: var(--grey1);\n}\ndiv.Toggle_module_root__dfee296f.Toggle_module_themeLight__dfee296f [data-elem=base-cell].Toggle_module_toggleButton__dfee296f {\n background: transparent;\n color: var(--grey);\n}\ndiv.Toggle_module_root__dfee296f.Toggle_module_themeLight__dfee296f [data-elem=base-cell].Toggle_module_toggleButton__dfee296f.Toggle_module_active__dfee296f {\n background: var(--grey6);\n color: var(--dark-grey);\n border: 1px solid var(--grey4);\n}\ndiv.Toggle_module_root__dfee296f [data-elem=base-cell].Toggle_module_toggleButton__dfee296f {\n padding: 0.344rem 0.75rem;\n height: 2rem;\n}\ndiv.Toggle_module_root__dfee296f [data-elem=base-cell].Toggle_module_toggleButton__dfee296f.Toggle_module_active__dfee296f {\n border-radius: 0.25rem;\n}\ndiv.Toggle_module_root__dfee296f .Toggle_module_input__dfee296f {\n display: none;\n}";
|
|
109761
109836
|
var modules_a2cdc77c = {"root":"Toggle_module_root__dfee296f","theme-dark":"Toggle_module_themeDark__dfee296f","toggle-button":"Toggle_module_toggleButton__dfee296f","active":"Toggle_module_active__dfee296f","theme-light":"Toggle_module_themeLight__dfee296f","input":"Toggle_module_input__dfee296f"};
|
|
109762
|
-
n(css$
|
|
109837
|
+
n(css$3,{});
|
|
109763
109838
|
|
|
109764
109839
|
var Toggle = /*#__PURE__*/React.forwardRef(function Toggle(props, ref) {
|
|
109765
109840
|
// eslint-disable-next-line object-curly-newline
|
|
@@ -109901,9 +109976,9 @@ Toggle.defaultProps = {
|
|
|
109901
109976
|
multi: false
|
|
109902
109977
|
};
|
|
109903
109978
|
|
|
109904
|
-
var css$
|
|
109979
|
+
var css$2 = ".ErrorStateChart_module_root__2845f7e7 {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n margin: auto;\n width: 30%;\n height: 100%;\n gap: 1rem;\n}\n.ErrorStateChart_module_root__2845f7e7 .ErrorStateChart_module_text__2845f7e7 {\n text-align: center;\n}\n.ErrorStateChart_module_root__2845f7e7 .ErrorStateChart_module_button__2845f7e7 {\n width: 60%;\n}";
|
|
109905
109980
|
var modules_e5d5a95c = {"root":"ErrorStateChart_module_root__2845f7e7","text":"ErrorStateChart_module_text__2845f7e7","button":"ErrorStateChart_module_button__2845f7e7"};
|
|
109906
|
-
n(css$
|
|
109981
|
+
n(css$2,{});
|
|
109907
109982
|
|
|
109908
109983
|
var ErrorStateChart = function ErrorStateChart(props) {
|
|
109909
109984
|
var onClick = props.onClick,
|
|
@@ -110071,9 +110146,9 @@ BaseWidget.defaultProps = {
|
|
|
110071
110146
|
errorMessage: 'No Data Found'
|
|
110072
110147
|
};
|
|
110073
110148
|
|
|
110074
|
-
var css = ".DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_sm__a7ba07d1 img {\n height: 1.5rem;\n width: 1.5rem;\n border-radius: 100%;\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_sm__a7ba07d1 div {\n height: 1.5rem;\n width: 1.5rem;\n border-radius: 100%;\n background-color: var(--highlight);\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_sm__a7ba07d1 div span {\n font-size: 1rem;\n font-weight: 600;\n color: var(--white);\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_md__a7ba07d1 img {\n height: 5.3125rem;\n width: 5.3125rem;\n border-radius: 100%;\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_md__a7ba07d1 div {\n height: 5.3125rem;\n width: 5.3125rem;\n border-radius: 100%;\n background-color: var(--highlight);\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_md__a7ba07d1 div span {\n font-size: 2rem;\n font-weight: 600;\n color: var(--white);\n}";
|
|
110149
|
+
var css$1 = ".DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_sm__a7ba07d1 img {\n height: 1.5rem;\n width: 1.5rem;\n border-radius: 100%;\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_sm__a7ba07d1 div {\n height: 1.5rem;\n width: 1.5rem;\n border-radius: 100%;\n background-color: var(--highlight);\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_sm__a7ba07d1 div span {\n font-size: 1rem;\n font-weight: 600;\n color: var(--white);\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_md__a7ba07d1 img {\n height: 5.3125rem;\n width: 5.3125rem;\n border-radius: 100%;\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_md__a7ba07d1 div {\n height: 5.3125rem;\n width: 5.3125rem;\n border-radius: 100%;\n background-color: var(--highlight);\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.DisplayPicture_module_root__a7ba07d1.DisplayPicture_module_md__a7ba07d1 div span {\n font-size: 2rem;\n font-weight: 600;\n color: var(--white);\n}";
|
|
110075
110150
|
var modules_49a16e28 = {"root":"DisplayPicture_module_root__a7ba07d1","sm":"DisplayPicture_module_sm__a7ba07d1","md":"DisplayPicture_module_md__a7ba07d1"};
|
|
110076
|
-
n(css,{});
|
|
110151
|
+
n(css$1,{});
|
|
110077
110152
|
|
|
110078
110153
|
var DisplayPicture = function DisplayPicture(props) {
|
|
110079
110154
|
var name = props.name,
|
|
@@ -111997,7 +112072,11 @@ function useDeepCompareMemoize(value) {
|
|
|
111997
112072
|
return ref.current;
|
|
111998
112073
|
}
|
|
111999
112074
|
|
|
112000
|
-
var
|
|
112075
|
+
var css = ".BaseMap_module_root__d41b0b3e {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n width: 100%;\n height: 100%;\n}\n.BaseMap_module_root__d41b0b3e.BaseMap_module_loading__d41b0b3e {\n padding: 1rem;\n}";
|
|
112076
|
+
var modules_a07e405a = {"root":"BaseMap_module_root__d41b0b3e","loading":"BaseMap_module_loading__d41b0b3e"};
|
|
112077
|
+
n(css,{});
|
|
112078
|
+
|
|
112079
|
+
var _excluded$1 = ["loading", "onClick", "onIdle", "children", "style", "mapId", "clustered", "fitBounds", "theme"];
|
|
112001
112080
|
var BaseMap = function BaseMap(props) {
|
|
112002
112081
|
// eslint-disable-next-line object-curly-newline
|
|
112003
112082
|
var loading = props.loading,
|
|
@@ -112008,6 +112087,7 @@ var BaseMap = function BaseMap(props) {
|
|
|
112008
112087
|
mapId = props.mapId,
|
|
112009
112088
|
clustered = props.clustered,
|
|
112010
112089
|
fitBounds = props.fitBounds,
|
|
112090
|
+
theme = props.theme,
|
|
112011
112091
|
options = _objectWithoutProperties$1(props, _excluded$1);
|
|
112012
112092
|
var ref = React.useRef(null);
|
|
112013
112093
|
var markersRef = React.useRef([]);
|
|
@@ -112085,14 +112165,17 @@ var BaseMap = function BaseMap(props) {
|
|
|
112085
112165
|
}
|
|
112086
112166
|
}
|
|
112087
112167
|
}, [map, onClick, onIdle]);
|
|
112088
|
-
return /*#__PURE__*/jsxRuntime.jsxs(
|
|
112168
|
+
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
112169
|
+
className: classes(modules_a07e405a.root, loading ? modules_a07e405a.loading : ''),
|
|
112089
112170
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
112090
112171
|
ref: ref,
|
|
112091
112172
|
style: loading ? {
|
|
112092
112173
|
flexGrow: 0
|
|
112093
112174
|
} : style
|
|
112094
112175
|
}), loading && /*#__PURE__*/jsxRuntime.jsx(Skeleton, {
|
|
112095
|
-
|
|
112176
|
+
theme: theme,
|
|
112177
|
+
height: "100%",
|
|
112178
|
+
variant: "rounded"
|
|
112096
112179
|
}), React.Children.toArray(children).filter(function (child) {
|
|
112097
112180
|
return /*#__PURE__*/React.isValidElement(child);
|
|
112098
112181
|
}).map(function (child, index) {
|
|
@@ -112124,7 +112207,8 @@ BaseMap.defaultProps = {
|
|
|
112124
112207
|
center: {
|
|
112125
112208
|
lat: 0,
|
|
112126
112209
|
lng: 0
|
|
112127
|
-
}
|
|
112210
|
+
},
|
|
112211
|
+
theme: 'dark'
|
|
112128
112212
|
};
|
|
112129
112213
|
|
|
112130
112214
|
var Map$1 = function Map(props) {
|
|
@@ -112132,12 +112216,14 @@ var Map$1 = function Map(props) {
|
|
|
112132
112216
|
options = props.options,
|
|
112133
112217
|
apiKey = props.apiKey,
|
|
112134
112218
|
libraries = props.libraries,
|
|
112135
|
-
children = props.children
|
|
112219
|
+
children = props.children,
|
|
112220
|
+
theme = props.theme;
|
|
112136
112221
|
return /*#__PURE__*/jsxRuntime.jsx(Wrapper, {
|
|
112137
112222
|
apiKey: apiKey,
|
|
112138
112223
|
libraries: libraries,
|
|
112139
112224
|
children: /*#__PURE__*/jsxRuntime.jsx(BaseMap, _objectSpread2(_objectSpread2({}, options), {}, {
|
|
112140
112225
|
loading: loading,
|
|
112226
|
+
theme: theme,
|
|
112141
112227
|
children: children
|
|
112142
112228
|
}))
|
|
112143
112229
|
});
|
|
@@ -112145,11 +112231,13 @@ var Map$1 = function Map(props) {
|
|
|
112145
112231
|
Map$1.propTypes = {
|
|
112146
112232
|
loading: propTypes$1.exports.bool,
|
|
112147
112233
|
apiKey: propTypes$1.exports.string.isRequired,
|
|
112148
|
-
libraries: propTypes$1.exports.arrayOf(propTypes$1.exports.string)
|
|
112234
|
+
libraries: propTypes$1.exports.arrayOf(propTypes$1.exports.string),
|
|
112235
|
+
theme: propTypes$1.exports.oneOf(['light', 'dark'])
|
|
112149
112236
|
};
|
|
112150
112237
|
Map$1.defaultProps = {
|
|
112151
112238
|
loading: false,
|
|
112152
|
-
libraries: undefined
|
|
112239
|
+
libraries: undefined,
|
|
112240
|
+
theme: 'dark'
|
|
112153
112241
|
};
|
|
112154
112242
|
|
|
112155
112243
|
var _excluded = ["children", "activeInfoWindow", "setActiveInfoWindow", "index"];
|