@worldresources/wri-design-systems 2.141.0 → 2.141.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +229 -225
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +227 -223
- package/package.json +2 -1
package/dist/index.cjs.js
CHANGED
|
@@ -724,10 +724,14 @@
|
|
|
724
724
|
color: ${u("neutral",500)};
|
|
725
725
|
cursor: not-allowed;
|
|
726
726
|
}
|
|
727
|
-
`,Ie=
|
|
727
|
+
`,Ie=r.css`
|
|
728
|
+
margin: 0 !important;
|
|
729
|
+
width: 20px !important;
|
|
730
|
+
height: 20px !important;
|
|
731
|
+
`,Ne=({children:n,value:r,disabled:i,...o})=>t.jsxs(e.RadioGroup.Item,{css:Me,value:r,disabled:i,...o,children:[t.jsx(e.RadioGroup.ItemHiddenInput,{css:Ie}),t.jsx(e.RadioGroup.ItemIndicator,{className:"ds-radio-item-indicator"}),n?t.jsx(e.RadioGroup.ItemText,{css:De,children:n}):null]}),Ve=({children:t,horizontal:r=!1,name:o,defaultValue:a,onChange:s,customGap:l,...c})=>{const[d,u]=n.useState(a);let p=r?"20px":"8px";return p=l||p,i.jsx(e.RadioGroup.Root,{onValueChange:e=>{u(e.value||""),s&&s(o,e.value||"")},value:d,...c,children:i.jsx(e.HStack,{gap:p,flexDirection:r?"row":"column",alignItems:"flex-start",flexWrap:"wrap",children:t})})},ze=r.css`
|
|
728
732
|
height: 60px;
|
|
729
733
|
padding: 40px 12px;
|
|
730
|
-
`,
|
|
734
|
+
`,Ae=r.css`
|
|
731
735
|
height: 20px;
|
|
732
736
|
width: 20px;
|
|
733
737
|
background-color: ${u("primary",500)};
|
|
@@ -774,7 +778,7 @@
|
|
|
774
778
|
outline: none;
|
|
775
779
|
cursor: not-allowed;
|
|
776
780
|
}
|
|
777
|
-
`,
|
|
781
|
+
`,Be=r.css`
|
|
778
782
|
font-size: 14px;
|
|
779
783
|
line-height: 20px;
|
|
780
784
|
color: ${u("neutral",800)};
|
|
@@ -788,11 +792,11 @@
|
|
|
788
792
|
align-items: center;
|
|
789
793
|
position: relative;
|
|
790
794
|
top: -30px;
|
|
791
|
-
`,
|
|
795
|
+
`,He=r.css`
|
|
792
796
|
background-color: ${u("neutral",300)};
|
|
793
797
|
border: none;
|
|
794
798
|
box-shadow: none;
|
|
795
|
-
`,
|
|
799
|
+
`,Fe=r.css`
|
|
796
800
|
background-color: ${u("primary",500)};
|
|
797
801
|
border: 1px solid ${u("primary",700)};
|
|
798
802
|
border-radius: 8px;
|
|
@@ -805,7 +809,7 @@
|
|
|
805
809
|
background-color: ${u("neutral",400)};
|
|
806
810
|
border: none;
|
|
807
811
|
}
|
|
808
|
-
`,
|
|
812
|
+
`,Ze=(e,t)=>r.css`
|
|
809
813
|
font-size: 12px;
|
|
810
814
|
line-height: 16px;
|
|
811
815
|
color: ${u("neutral",800)};
|
|
@@ -840,7 +844,7 @@
|
|
|
840
844
|
}
|
|
841
845
|
|
|
842
846
|
${t?`\n --ty: -6px !important;\n\n .chakra-slider__markerIndicator {\n height: 16px;\n width: 4px;\n background-color: ${u("primary",700)} !important;\n }\n\n &[data-disabled] {\n .chakra-slider__markerIndicator {\n background-color: ${u("neutral",400)} !important;\n }\n }\n `:""};
|
|
843
|
-
`,
|
|
847
|
+
`,Ge=n=>{const{value:r}=n;return t.jsx(e.For,{each:r,children:(n,r)=>t.jsxs(e.Slider.Thumb,{css:Ae,index:r,children:[t.jsx("div",{css:Be,className:"ds-slider-value-preview",children:n}),t.jsx(e.Slider.HiddenInput,{})]},r)})},qe=n.forwardRef(((n,r)=>{const{marks:i,isCentred:o}=n;return i?.length?t.jsx(e.Slider.MarkerGroup,{ref:r,children:i.map(((n,r)=>{const i="number"==typeof n?n:n.value,a="number"==typeof n?void 0:n.label,s=o&&1===r;return t.jsxs(e.Slider.Marker,{css:Ze(o,s),value:i,children:[t.jsx(e.Slider.MarkerIndicator,{}),t.jsx("p",{children:a})]},i)}))}):null})),We=n.forwardRef(((r,i)=>{const{marks:o,onValueChange:a,isCentred:s,value:l,...c}=r,[d,u]=n.useState(l||[0]);n.useEffect((()=>{u(l||[0])}),[l]);let p=o?.map((e=>"number"==typeof e?{value:e,label:void 0}:e));if(s){const e=c.min||0,t=c.max||100;p=[e,(e+t)/2,t].map((e=>({value:e,label:void 0})))}const h=!!p?.some((e=>e.label));return t.jsx(e.Slider.Root,{css:ze,ref:i,thumbAlignment:"center",onValueChange:e=>{u(e.value),a&&a(e)},origin:s?"center":"start",value:d,...c,children:t.jsxs(e.Slider.Control,{"data-has-mark-label":h||void 0,children:[t.jsx(e.Slider.Track,{css:He,children:t.jsx(e.Slider.Range,{css:Fe})}),t.jsx(Ge,{value:d}),t.jsx(qe,{marks:p,isCentred:s})]})})})),Ue=r.css`
|
|
844
848
|
--switch-height: 24px;
|
|
845
849
|
--switch-width: 40px;
|
|
846
850
|
|
|
@@ -939,13 +943,13 @@
|
|
|
939
943
|
cursor: not-allowed;
|
|
940
944
|
}
|
|
941
945
|
}
|
|
942
|
-
`,
|
|
946
|
+
`,Xe=({name:n,defaultChecked:r=!1,onChange:i,disabled:o=!1,isLabelOnLeft:a=!1,children:s,...l})=>t.jsx("div",{style:{display:"flex",alignItems:"center"},children:t.jsxs(e.Switch.Root,{css:Ue,id:n,name:n,"aria-label":l["aria-label"]||n,defaultChecked:r,onCheckedChange:({checked:e})=>{i&&i(n,e)},disabled:o,...l,children:[a&&null!=s?t.jsx(e.Switch.Label,{children:s}):null,t.jsx(e.Switch.HiddenInput,{style:{width:"42px",height:"26px"}}),t.jsx("div",{className:"chakra-switch__control-container",children:t.jsx(e.Switch.Control,{children:t.jsx(e.Switch.Thumb,{children:t.jsx(e.Switch.ThumbIndicator,{display:"flex",children:t.jsx(y,{})})})})}),a||null==s?null:t.jsx(e.Switch.Label,{children:s})]})}),Ye=r.css`
|
|
943
947
|
position: relative;
|
|
944
948
|
height: 100%;
|
|
945
949
|
&:focus-visible {
|
|
946
950
|
outline-color: ${u("primary",700)};
|
|
947
951
|
}
|
|
948
|
-
`,
|
|
952
|
+
`,Ke=r.css`
|
|
949
953
|
font-size: 16px;
|
|
950
954
|
line-height: 24px;
|
|
951
955
|
color: ${u("neutral",900)};
|
|
@@ -955,35 +959,35 @@
|
|
|
955
959
|
color: ${u("error",500)};
|
|
956
960
|
margin-right: 3px;
|
|
957
961
|
}
|
|
958
|
-
`,
|
|
962
|
+
`,Je=r.css`
|
|
959
963
|
font-size: 14px;
|
|
960
964
|
line-height: 20px;
|
|
961
965
|
color: ${u("neutral",700)};
|
|
962
966
|
text-align: left;
|
|
963
|
-
`,
|
|
967
|
+
`,Qe=e=>r.css`
|
|
964
968
|
margin-top: 12px;
|
|
965
969
|
display: flex;
|
|
966
970
|
flex-direction: ${e?"row":"column"};
|
|
967
971
|
flex-wrap: wrap;
|
|
968
972
|
gap: ${e?"20px":"12px"};
|
|
969
|
-
`,
|
|
973
|
+
`,et=r.css`
|
|
970
974
|
width: 3px;
|
|
971
975
|
height: 100%;
|
|
972
976
|
background-color: ${u("error",900)};
|
|
973
977
|
position: absolute;
|
|
974
978
|
top: 0;
|
|
975
979
|
left: 0;
|
|
976
|
-
`,
|
|
980
|
+
`,tt=r.css`
|
|
977
981
|
font-size: 14px;
|
|
978
982
|
line-height: 20px;
|
|
979
983
|
font-weight: 700;
|
|
980
984
|
color: ${u("error",900)};
|
|
981
985
|
text-align: left;
|
|
982
|
-
`,
|
|
986
|
+
`,nt=r.css`
|
|
983
987
|
width: 100%;
|
|
984
988
|
max-width: 370px;
|
|
985
989
|
position: relative;
|
|
986
|
-
`,
|
|
990
|
+
`,rt=e=>r.css`
|
|
987
991
|
font-size: 16px;
|
|
988
992
|
line-height: 24px;
|
|
989
993
|
font-weight: 400;
|
|
@@ -994,26 +998,26 @@
|
|
|
994
998
|
color: ${e?u("neutral",600):u("error",500)};
|
|
995
999
|
margin-right: 3px;
|
|
996
1000
|
}
|
|
997
|
-
`,
|
|
1001
|
+
`,it=e=>r.css`
|
|
998
1002
|
font-size: 14px;
|
|
999
1003
|
line-height: 20px;
|
|
1000
1004
|
font-weight: 400;
|
|
1001
1005
|
color: ${u("neutral",e?600:700)};
|
|
1002
1006
|
text-align: left;
|
|
1003
|
-
`,
|
|
1007
|
+
`,ot=r.css`
|
|
1004
1008
|
width: 3px;
|
|
1005
1009
|
height: 100%;
|
|
1006
1010
|
background-color: ${u("error",900)};
|
|
1007
1011
|
position: absolute;
|
|
1008
1012
|
top: 0;
|
|
1009
1013
|
left: 0;
|
|
1010
|
-
`,
|
|
1014
|
+
`,at=r.css`
|
|
1011
1015
|
font-size: 14px;
|
|
1012
1016
|
line-height: 20px;
|
|
1013
1017
|
font-weight: 700;
|
|
1014
1018
|
color: ${u("error",900)};
|
|
1015
1019
|
text-align: left;
|
|
1016
|
-
`,
|
|
1020
|
+
`,st=(e,t)=>r.css`
|
|
1017
1021
|
width: 100%;
|
|
1018
1022
|
margin-top: 8px;
|
|
1019
1023
|
|
|
@@ -1049,7 +1053,7 @@
|
|
|
1049
1053
|
padding: 0 4px;
|
|
1050
1054
|
}
|
|
1051
1055
|
}
|
|
1052
|
-
`,
|
|
1056
|
+
`,lt=e=>r.css`
|
|
1053
1057
|
position: relative;
|
|
1054
1058
|
height: 100%;
|
|
1055
1059
|
width: 100%;
|
|
@@ -1058,14 +1062,14 @@
|
|
|
1058
1062
|
align-items: flex-start;
|
|
1059
1063
|
gap: ${"small"===e?"12px":"16px"};
|
|
1060
1064
|
margin-bottom: 20px;
|
|
1061
|
-
`,
|
|
1065
|
+
`,ct=r.css`
|
|
1062
1066
|
width: 3px;
|
|
1063
1067
|
height: 100%;
|
|
1064
1068
|
background-color: ${u("error",900)};
|
|
1065
1069
|
position: absolute;
|
|
1066
1070
|
top: 0;
|
|
1067
1071
|
left: 0;
|
|
1068
|
-
`,
|
|
1072
|
+
`,dt=(e,t)=>r.css`
|
|
1069
1073
|
color: ${u("neutral",t?600:900)};
|
|
1070
1074
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1071
1075
|
font-weight: 400;
|
|
@@ -1087,7 +1091,7 @@
|
|
|
1087
1091
|
margin-top: 4px;
|
|
1088
1092
|
color: ${t?u("neutral",600):u("error",500)};
|
|
1089
1093
|
}
|
|
1090
|
-
`,
|
|
1094
|
+
`,ut=(e,t)=>r.css`
|
|
1091
1095
|
color: ${u("neutral",t?600:700)};
|
|
1092
1096
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1093
1097
|
font-weight: 400;
|
|
@@ -1096,13 +1100,13 @@
|
|
|
1096
1100
|
&:first-letter {
|
|
1097
1101
|
text-transform: uppercase;
|
|
1098
1102
|
}
|
|
1099
|
-
`,
|
|
1103
|
+
`,pt=e=>r.css`
|
|
1100
1104
|
color: ${u("error",900)};
|
|
1101
1105
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1102
1106
|
font-weight: 700;
|
|
1103
1107
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1104
1108
|
margin-top: 2px;
|
|
1105
|
-
`,
|
|
1109
|
+
`,ht=(e,t,n)=>r.css`
|
|
1106
1110
|
height: ${"small"===e?"28px":"40px"};
|
|
1107
1111
|
width: 100%;
|
|
1108
1112
|
border-radius: 4px;
|
|
@@ -1140,7 +1144,7 @@
|
|
|
1140
1144
|
}
|
|
1141
1145
|
|
|
1142
1146
|
${t||n?`\n border: 1px solid ${u("neutral",700)};\n `:""}
|
|
1143
|
-
`,
|
|
1147
|
+
`,ft=({label:r,caption:i,placeholder:o,errorMessage:a,required:s,disabled:l,size:c="default",defaultValue:d="",onChange:u,...p})=>{const[h,f]=n.useState(d);return t.jsxs("div",{css:lt(c),className:"ds-text-input-container",children:[a?t.jsx("div",{css:ct}):null,t.jsxs(e.Field.Root,{required:s,invalid:!!a,gap:"0",style:{marginLeft:a?"19px":"0px"},children:[r?t.jsxs(e.Field.Label,{css:dt(c,l),"aria-label":r,children:[t.jsx(e.Field.RequiredIndicator,{"aria-label":"required"}),r,s?"":t.jsx("span",{children:" (Optional)"})]}):null,i?t.jsx(e.Field.HelperText,{css:ut(c,l),"aria-label":i,children:i}):null,a?t.jsx(e.Field.ErrorText,{css:pt(c),"aria-label":a,children:a}):null,t.jsx(e.Input,{placeholder:o,disabled:l,css:ht(c,h,d),onChange:e=>{f(e.target.value),u&&u(e)},value:h,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...p})]})]})},xt=l.forwardRef(((t,n)=>{const{children:r,...o}=t;return i.jsxs(e.Select.Control,{...o,children:[i.jsx(e.Select.Trigger,{ref:n,children:r}),i.jsx(e.Select.IndicatorGroup,{children:i.jsx(e.Select.Indicator,{children:i.jsx(j,{})})})]})})),gt=l.forwardRef(((t,n)=>{const{...r}=t;return i.jsx(e.Portal,{children:i.jsx(e.Select.Positioner,{children:i.jsx(e.Select.Content,{...r,ref:n})})})})),vt=l.forwardRef(((t,n)=>{const{item:r,children:o,...a}=t;return i.jsx(e.Select.Item,{item:r,...a,ref:n,children:o},r.value)})),bt=l.forwardRef(((t,n)=>{const{children:r,...o}=t;return i.jsx(e.Select.ValueText,{...o,ref:n,children:i.jsx(e.Select.Context,{children:e=>{const n=e.selectedItems;return 0===n.length?t.placeholder:r?r(n):1===n.length?e.collection.stringifyItem(n[0]):`${n.length} selected`}})})})),mt=l.forwardRef(((t,n)=>i.jsx(e.Select.Root,{...t,ref:n,positioning:{sameWidth:!0,...t.positioning},children:t.asChild?t.children:i.jsxs(i.Fragment,{children:[i.jsx(e.Select.HiddenSelect,{}),t.children]})})));l.forwardRef(((t,n)=>{const{children:r,label:o,...a}=t;return i.jsxs(e.Select.ItemGroup,{...a,ref:n,children:[i.jsx(e.Select.ItemGroupLabel,{children:o}),r]})}));const yt=e.Select.Label;e.Select.ItemText;const Ct=e=>r.css`
|
|
1144
1148
|
position: relative;
|
|
1145
1149
|
height: 100%;
|
|
1146
1150
|
width: 100%;
|
|
@@ -1152,14 +1156,14 @@
|
|
|
1152
1156
|
&:focus-visible {
|
|
1153
1157
|
outline-color: ${u("primary",700)};
|
|
1154
1158
|
}
|
|
1155
|
-
`,
|
|
1159
|
+
`,wt=r.css`
|
|
1156
1160
|
width: 3px;
|
|
1157
1161
|
height: 100%;
|
|
1158
1162
|
background-color: ${u("error",900)};
|
|
1159
1163
|
position: absolute;
|
|
1160
1164
|
top: 0;
|
|
1161
1165
|
left: 0;
|
|
1162
|
-
`,
|
|
1166
|
+
`,jt=e=>r.css`
|
|
1163
1167
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1164
1168
|
line-height: ${"small"===e?"20px":"24px"};
|
|
1165
1169
|
font-weight: 400;
|
|
@@ -1178,7 +1182,7 @@
|
|
|
1178
1182
|
color: ${u("neutral",600)};
|
|
1179
1183
|
}
|
|
1180
1184
|
}
|
|
1181
|
-
`,
|
|
1185
|
+
`,kt=(e,t)=>r.css`
|
|
1182
1186
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1183
1187
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1184
1188
|
font-weight: 400;
|
|
@@ -1186,7 +1190,7 @@
|
|
|
1186
1190
|
text-align: left;
|
|
1187
1191
|
|
|
1188
1192
|
${t?`color: ${u("neutral",600)} !important;`:""}
|
|
1189
|
-
|
|
1193
|
+
`,$t=(e,t,n,i)=>r.css`
|
|
1190
1194
|
.chakra-select__trigger {
|
|
1191
1195
|
min-height: ${"small"===e?"32px":"40px"};
|
|
1192
1196
|
border-radius: 4px;
|
|
@@ -1241,40 +1245,40 @@
|
|
|
1241
1245
|
}
|
|
1242
1246
|
}
|
|
1243
1247
|
}
|
|
1244
|
-
|
|
1248
|
+
`,St=r.css`
|
|
1245
1249
|
margin-top: -8px;
|
|
1246
1250
|
border-radius: 4px;
|
|
1247
1251
|
border: 1px solid ${u("neutral",400)};
|
|
1248
1252
|
border-top-left-radius: 0px;
|
|
1249
1253
|
border-top-right-radius: 0px;
|
|
1250
1254
|
border-top: none;
|
|
1251
|
-
`,
|
|
1255
|
+
`,Et=r.css`
|
|
1252
1256
|
align-items: flex-start;
|
|
1253
1257
|
&[data-highlighted] {
|
|
1254
1258
|
background-color: ${u("neutral",200)};
|
|
1255
1259
|
cursor: pointer;
|
|
1256
1260
|
}
|
|
1257
|
-
`,
|
|
1261
|
+
`,Ot=(e,t)=>r.css`
|
|
1258
1262
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1259
1263
|
line-height: ${"small"===e?"20px":"24px"};
|
|
1260
1264
|
color: ${u("neutral",800)};
|
|
1261
1265
|
text-align: left;
|
|
1262
1266
|
|
|
1263
1267
|
${t?`color: ${u("neutral",600)} !important;`:""}
|
|
1264
|
-
`,
|
|
1268
|
+
`,Rt=(e,t)=>r.css`
|
|
1265
1269
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1266
1270
|
line-height: ${"small"===e?"20px":"24px"};
|
|
1267
1271
|
color: ${u("neutral",700)};
|
|
1268
1272
|
text-align: left;
|
|
1269
1273
|
|
|
1270
1274
|
${t?`color: ${u("neutral",600)} !important;`:""}
|
|
1271
|
-
`,
|
|
1275
|
+
`,Tt=e=>r.css`
|
|
1272
1276
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1273
1277
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1274
1278
|
font-weight: 700;
|
|
1275
1279
|
color: ${u("error",900)};
|
|
1276
1280
|
text-align: left;
|
|
1277
|
-
`,
|
|
1281
|
+
`,Lt=e=>r.css`
|
|
1278
1282
|
max-width: 100%;
|
|
1279
1283
|
display: flex;
|
|
1280
1284
|
justify-content: center;
|
|
@@ -1346,28 +1350,28 @@
|
|
|
1346
1350
|
background-color: ${u("neutral",300)};
|
|
1347
1351
|
color: ${u("neutral",600)};
|
|
1348
1352
|
}
|
|
1349
|
-
`,
|
|
1353
|
+
`,_t=r.css`
|
|
1350
1354
|
background-color: ${u("neutral",100)};
|
|
1351
1355
|
border: 1px solid ${u("neutral",300)};
|
|
1352
|
-
`,
|
|
1356
|
+
`,Pt=r.css`
|
|
1353
1357
|
background-color: ${u("neutral",200)};
|
|
1354
1358
|
border: 1px solid ${u("neutral",400)};
|
|
1355
|
-
`,
|
|
1359
|
+
`,Mt=r.css`
|
|
1356
1360
|
background-color: ${u("success",100)};
|
|
1357
1361
|
border: 1px solid ${u("success",300)};
|
|
1358
1362
|
color: ${u("success",900)};
|
|
1359
|
-
`,
|
|
1363
|
+
`,Dt=r.css`
|
|
1360
1364
|
background-color: ${u("warning",100)};
|
|
1361
1365
|
border: 1px solid ${u("warning",300)};
|
|
1362
1366
|
color: ${u("warning",900)};
|
|
1363
|
-
`,
|
|
1367
|
+
`,It=r.css`
|
|
1364
1368
|
background-color: ${u("error",100)};
|
|
1365
1369
|
border: 1px solid ${u("error",300)};
|
|
1366
1370
|
color: ${u("error",900)};
|
|
1367
|
-
`,
|
|
1371
|
+
`,Nt=({label:n,size:r="default",variant:i,disabled:o,icon:a,onClose:s,closable:l,...c})=>{let d=_t;return"info-grey"===i?d=Pt:"success"===i?d=Mt:"warning"===i?d=Dt:"error"===i&&(d=It),t.jsxs(e.Tag.Root,{css:[Lt(r),d],"data-disabled":o,...c,children:[a?t.jsx(e.Tag.StartElement,{"aria-label":`${n} tag icon`,children:a}):null,t.jsx(e.Tag.Label,{"aria-label":n,children:n}),l&&!o&&"small"!==r?t.jsx(e.Tag.EndElement,{children:t.jsx("div",{className:"chakra-tag__closeTrigger",role:"button",tabIndex:0,onClick:s,onKeyDown:e=>{!s||"Enter"!==e.key&&" "!==e.key||s()},"aria-label":`${n} tag close button`,children:t.jsx($,{})})}):null]})},Vt=({placeholder:n,size:r,disabled:i})=>t.jsx(bt,{placeholder:n,children:n=>{const{label:o,caption:a}=n[0];return t.jsxs(e.HStack,{flexDirection:"column",alignItems:"flex-start",children:[t.jsx("p",{css:Ot(r,i),children:o}),a?t.jsx("p",{css:Rt(r,i),children:a}):null]})}}),zt=({placeholder:n,removeItem:r,disabled:i})=>t.jsx(bt,{placeholder:n,children:n=>n.map((n=>t.jsx(e.HStack,{flexDirection:"row",alignItems:"flex-start",children:t.jsx(Nt,{label:n.label,variant:"info-grey",disabled:i,onClose:()=>r(n.value),closable:!0},n.value)},n.value)))}),At=({label:r,caption:i,placeholder:o="",items:a,size:s="default",required:l,disabled:c,onChange:d,errorMessage:u,multiple:p,...h})=>{const[f,x]=n.useState(h.defaultValue||[]),g=(t=>e.createListCollection({items:t}))(a),v=e=>{x(e),d&&d(e)},b=`${r||"Select input"}${l?" required.":""}${i?` ${i}.`:""}${c?" Disabled.":""}`.trim();return t.jsxs(e.Group,{css:Ct(s),style:h.style,className:"ds-select-input-container",tabIndex:c?0:void 0,"aria-disabled":c,"aria-label":c?b:void 0,children:[u?t.jsx("div",{css:wt}):null,t.jsxs(mt,{css:{},collection:g,disabled:c,required:l,multiple:p,"aria-label":h["aria-label"]||r,value:f,onValueChange:e=>v(e.value),style:{marginLeft:u?"19px":"0px"},...h,children:[r?t.jsxs(yt,{css:jt(s),children:[l?t.jsx("span",{children:"*"}):null,r]}):null,i?t.jsx("p",{css:kt(s,c),children:i}):null,u&&t.jsx("p",{css:Tt(s),children:u}),t.jsx(xt,{css:$t(s,f.length>0,!!u,p),children:p?t.jsx(zt,{placeholder:o,disabled:c,removeItem:e=>{const t=f.filter((t=>t!==e));v(t)}}):t.jsx(Vt,{placeholder:o,size:s,disabled:c})}),t.jsx(gt,{css:St,children:g.items.map((n=>t.jsxs(vt,{css:Et,item:n,children:[t.jsxs(e.Box,{children:[t.jsx("p",{css:Ot(s),children:n.label}),t.jsx("p",{css:Rt(s),children:n.caption})]}),p?t.jsx(Ce,{checked:f.some((e=>e===n.value))}):null]},n.value)))})]})]})},Bt=r.css`
|
|
1368
1372
|
width: 100%;
|
|
1369
1373
|
max-width: 486px;
|
|
1370
|
-
`,
|
|
1374
|
+
`,Ht=r.css`
|
|
1371
1375
|
font-size: 16px;
|
|
1372
1376
|
line-height: 24px;
|
|
1373
1377
|
font-weight: 400;
|
|
@@ -1378,13 +1382,13 @@
|
|
|
1378
1382
|
color: ${u("error",500)};
|
|
1379
1383
|
margin-right: 3px;
|
|
1380
1384
|
}
|
|
1381
|
-
`,
|
|
1385
|
+
`,Ft=r.css`
|
|
1382
1386
|
font-size: 14px;
|
|
1383
1387
|
line-height: 20px;
|
|
1384
1388
|
font-weight: 400;
|
|
1385
1389
|
color: ${u("neutral",700)};
|
|
1386
1390
|
text-align: left;
|
|
1387
|
-
`,
|
|
1391
|
+
`,Zt=r.css`
|
|
1388
1392
|
display: flex;
|
|
1389
1393
|
align-items: center;
|
|
1390
1394
|
justify-content: space-between;
|
|
@@ -1402,9 +1406,9 @@
|
|
|
1402
1406
|
button {
|
|
1403
1407
|
width: 98px;
|
|
1404
1408
|
}
|
|
1405
|
-
`,
|
|
1409
|
+
`,Gt=r.css`
|
|
1406
1410
|
margin-top: 12px;
|
|
1407
|
-
`,
|
|
1411
|
+
`,qt=e=>r.css`
|
|
1408
1412
|
height: 8px;
|
|
1409
1413
|
width: 100%;
|
|
1410
1414
|
background-color: ${u("neutral",300)};
|
|
@@ -1418,7 +1422,7 @@
|
|
|
1418
1422
|
background-color: ${u("Medium"===e?"warning":"Strong"===e||"Very Strong"===e?"success":"error",900)};
|
|
1419
1423
|
border-radius: 8px;
|
|
1420
1424
|
}
|
|
1421
|
-
`,
|
|
1425
|
+
`,Wt=e=>r.css`
|
|
1422
1426
|
display: flex;
|
|
1423
1427
|
align-items: center;
|
|
1424
1428
|
gap: 4px;
|
|
@@ -1435,13 +1439,13 @@
|
|
|
1435
1439
|
justify-content: center;
|
|
1436
1440
|
align-items: center;
|
|
1437
1441
|
}
|
|
1438
|
-
`,
|
|
1442
|
+
`,Ut=r.css`
|
|
1439
1443
|
position: relative;
|
|
1440
1444
|
height: 100%;
|
|
1441
1445
|
&:focus-visible {
|
|
1442
1446
|
outline-color: ${u("primary",700)};
|
|
1443
1447
|
}
|
|
1444
|
-
`,
|
|
1448
|
+
`,Xt=r.css`
|
|
1445
1449
|
font-size: 16px;
|
|
1446
1450
|
line-height: 24px;
|
|
1447
1451
|
color: ${u("neutral",900)};
|
|
@@ -1451,27 +1455,27 @@
|
|
|
1451
1455
|
color: ${u("error",500)};
|
|
1452
1456
|
margin-right: 3px;
|
|
1453
1457
|
}
|
|
1454
|
-
`,
|
|
1458
|
+
`,Yt=r.css`
|
|
1455
1459
|
font-size: 14px;
|
|
1456
1460
|
line-height: 20px;
|
|
1457
1461
|
color: ${u("neutral",700)};
|
|
1458
1462
|
text-align: left;
|
|
1459
|
-
`,Yt=r.css`
|
|
1460
|
-
margin-top: 12px;
|
|
1461
1463
|
`,Kt=r.css`
|
|
1464
|
+
margin-top: 12px;
|
|
1465
|
+
`,Jt=r.css`
|
|
1462
1466
|
width: 3px;
|
|
1463
1467
|
height: 100%;
|
|
1464
1468
|
background-color: ${u("error",900)};
|
|
1465
1469
|
position: absolute;
|
|
1466
1470
|
top: 0;
|
|
1467
1471
|
left: 0;
|
|
1468
|
-
`,
|
|
1472
|
+
`,Qt=r.css`
|
|
1469
1473
|
font-size: 14px;
|
|
1470
1474
|
line-height: 20px;
|
|
1471
1475
|
font-weight: 700;
|
|
1472
1476
|
color: ${u("error",900)};
|
|
1473
1477
|
text-align: left;
|
|
1474
|
-
`,
|
|
1478
|
+
`,en=r.css`
|
|
1475
1479
|
height: 100%;
|
|
1476
1480
|
min-height: 48px;
|
|
1477
1481
|
width: 100%;
|
|
@@ -1480,7 +1484,7 @@
|
|
|
1480
1484
|
border-radius: 4px;
|
|
1481
1485
|
background-color: ${u("neutral",100)};
|
|
1482
1486
|
padding: 12px;
|
|
1483
|
-
`,
|
|
1487
|
+
`,tn=e=>r.css`
|
|
1484
1488
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1485
1489
|
line-height: ${"small"===e?"20px":"24px"};
|
|
1486
1490
|
font-weight: 400;
|
|
@@ -1491,13 +1495,13 @@
|
|
|
1491
1495
|
color: ${u("error",500)};
|
|
1492
1496
|
margin-right: 3px;
|
|
1493
1497
|
}
|
|
1494
|
-
`,
|
|
1498
|
+
`,nn=e=>r.css`
|
|
1495
1499
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1496
1500
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1497
1501
|
font-weight: 400;
|
|
1498
1502
|
color: ${u("neutral",700)};
|
|
1499
1503
|
text-align: left;
|
|
1500
|
-
`,
|
|
1504
|
+
`,rn=r.css`
|
|
1501
1505
|
display: flex;
|
|
1502
1506
|
align-items: center;
|
|
1503
1507
|
gap: 12px;
|
|
@@ -1518,7 +1522,7 @@
|
|
|
1518
1522
|
margin-top: 18px;
|
|
1519
1523
|
width: 100%;
|
|
1520
1524
|
}
|
|
1521
|
-
`,
|
|
1525
|
+
`,on=e=>r.css`
|
|
1522
1526
|
position: relative;
|
|
1523
1527
|
height: 100%;
|
|
1524
1528
|
width: 100%;
|
|
@@ -1527,14 +1531,14 @@
|
|
|
1527
1531
|
align-items: flex-start;
|
|
1528
1532
|
gap: ${"small"===e?"12px":"16px"};
|
|
1529
1533
|
margin-bottom: 16px;
|
|
1530
|
-
`,
|
|
1534
|
+
`,an=r.css`
|
|
1531
1535
|
width: 3px;
|
|
1532
1536
|
height: 100%;
|
|
1533
1537
|
background-color: ${u("error",900)};
|
|
1534
1538
|
position: absolute;
|
|
1535
1539
|
top: 0;
|
|
1536
1540
|
left: 0;
|
|
1537
|
-
`,
|
|
1541
|
+
`,sn=(e,t)=>r.css`
|
|
1538
1542
|
color: ${u("neutral",t?600:900)};
|
|
1539
1543
|
font-size: ${"small"===e?"14px":"16px"};
|
|
1540
1544
|
font-weight: 400;
|
|
@@ -1548,24 +1552,24 @@
|
|
|
1548
1552
|
.chakra-field__requiredIndicator {
|
|
1549
1553
|
color: ${t?u("neutral",600):u("error",500)};
|
|
1550
1554
|
}
|
|
1551
|
-
`,
|
|
1555
|
+
`,ln=(e,t)=>r.css`
|
|
1552
1556
|
color: ${u("neutral",t?600:700)};
|
|
1553
1557
|
font-size: ${"small"===e?"12px":"14px"};
|
|
1554
1558
|
font-weight: 400;
|
|
1555
1559
|
line-height: ${"small"===e?"16px":"20px"};
|
|
1556
|
-
`,
|
|
1560
|
+
`,cn=r.css`
|
|
1557
1561
|
color: ${u("neutral",600)};
|
|
1558
1562
|
font-size: 12px;
|
|
1559
1563
|
font-weight: 400;
|
|
1560
1564
|
line-height: 16px;
|
|
1561
1565
|
margin-top: 8px;
|
|
1562
|
-
`,
|
|
1566
|
+
`,dn=r.css`
|
|
1563
1567
|
color: ${u("error",900)};
|
|
1564
1568
|
font-size: 14px;
|
|
1565
1569
|
font-weight: 700;
|
|
1566
1570
|
line-height: 20px;
|
|
1567
1571
|
margin-top: 2px;
|
|
1568
|
-
`,
|
|
1572
|
+
`,un=(e,t,n)=>r.css`
|
|
1569
1573
|
height: 104px;
|
|
1570
1574
|
width: 100%;
|
|
1571
1575
|
border-radius: 4px;
|
|
@@ -1602,7 +1606,7 @@
|
|
|
1602
1606
|
}
|
|
1603
1607
|
|
|
1604
1608
|
${t||n?`\n border: 1px solid ${u("neutral",700)};\n `:""}
|
|
1605
|
-
`,
|
|
1609
|
+
`,pn=(e,t)=>r.css`
|
|
1606
1610
|
height: ${e};
|
|
1607
1611
|
width: ${t};
|
|
1608
1612
|
border: 1px solid ${u("neutral",300)};
|
|
@@ -1616,7 +1620,7 @@
|
|
|
1616
1620
|
height: 100%;
|
|
1617
1621
|
overflow-y: scroll;
|
|
1618
1622
|
}
|
|
1619
|
-
`,
|
|
1623
|
+
`,hn=r.css`
|
|
1620
1624
|
padding: 16px 12px;
|
|
1621
1625
|
border-bottom: 1px solid ${u("neutral",300)};
|
|
1622
1626
|
|
|
@@ -1635,16 +1639,16 @@
|
|
|
1635
1639
|
color: ${u("neutral",700)};
|
|
1636
1640
|
text-align: left;
|
|
1637
1641
|
}
|
|
1638
|
-
`,
|
|
1642
|
+
`,fn=r.css``,xn=r.css`
|
|
1639
1643
|
display: flex;
|
|
1640
1644
|
flex-direction: column;
|
|
1641
1645
|
gap: 12px;
|
|
1642
1646
|
padding: 12px;
|
|
1643
1647
|
border-bottom: 1px solid ${u("neutral",300)};
|
|
1644
|
-
`,
|
|
1648
|
+
`,gn=r.css`
|
|
1645
1649
|
padding-top: 12px;
|
|
1646
1650
|
padding-left: 8px;
|
|
1647
|
-
`,
|
|
1651
|
+
`,vn=r.css``,bn=e=>r.css`
|
|
1648
1652
|
display: flex;
|
|
1649
1653
|
gap: 12px;
|
|
1650
1654
|
padding: 12px 8px;
|
|
@@ -1668,7 +1672,7 @@
|
|
|
1668
1672
|
background-color: ${u("primary",100)};
|
|
1669
1673
|
width: 99.8%;
|
|
1670
1674
|
}
|
|
1671
|
-
`,
|
|
1675
|
+
`,mn=r.css`
|
|
1672
1676
|
width: 100%;
|
|
1673
1677
|
max-width: calc(100% - 44px);
|
|
1674
1678
|
|
|
@@ -1699,7 +1703,7 @@
|
|
|
1699
1703
|
.ds-base-map-children {
|
|
1700
1704
|
margin-top: 10px;
|
|
1701
1705
|
}
|
|
1702
|
-
`,
|
|
1706
|
+
`,yn=(e,t)=>r.css`
|
|
1703
1707
|
height: 28px;
|
|
1704
1708
|
width: 28px;
|
|
1705
1709
|
background-color: ${e||u("success",300)};
|
|
@@ -1724,14 +1728,14 @@
|
|
|
1724
1728
|
height: 14px;
|
|
1725
1729
|
width: 14px;
|
|
1726
1730
|
}
|
|
1727
|
-
`,
|
|
1731
|
+
`,Cn=({ariaLabel:e,icon:n,backgroundColor:r,onClick:i})=>t.jsx("div",{css:yn(r,!!i),"aria-label":e,role:"button",tabIndex:0,onClick:i,onKeyDown:i,children:n}),wn={Paper:({ariaLabel:e,onClick:t})=>i.jsx(Cn,{ariaLabel:e||"paper icon",icon:i.jsx(H,{color:"#79022C"}),backgroundColor:"#FFBCD4",onClick:t}),Drop:({ariaLabel:e,onClick:t})=>i.jsx(Cn,{ariaLabel:e||"drop icon",icon:i.jsx(F,{color:"#7D2A03"}),backgroundColor:"#F3A078",onClick:t}),Plant:({ariaLabel:e,onClick:t})=>i.jsx(Cn,{ariaLabel:e||"plant icon",icon:i.jsx(Z,{color:"#3B6402"}),backgroundColor:"#B7E578",onClick:t})},jn=r.css`
|
|
1728
1732
|
background-color: ${u("neutral",100)};
|
|
1729
|
-
`,
|
|
1733
|
+
`,kn=r.css`
|
|
1730
1734
|
padding: 16px 16px 0px 16px;
|
|
1731
1735
|
&:focus-visible {
|
|
1732
1736
|
outline-color: ${u("primary",700)};
|
|
1733
1737
|
}
|
|
1734
|
-
|
|
1738
|
+
`,$n=r.css`
|
|
1735
1739
|
font-size: 16px;
|
|
1736
1740
|
font-weight: 700;
|
|
1737
1741
|
line-height: 24px;
|
|
@@ -1741,14 +1745,14 @@
|
|
|
1741
1745
|
align-items: center;
|
|
1742
1746
|
text-align: left;
|
|
1743
1747
|
gap: 10px;
|
|
1744
|
-
|
|
1748
|
+
`,Sn=r.css`
|
|
1745
1749
|
font-size: 12px;
|
|
1746
1750
|
font-weight: 400;
|
|
1747
1751
|
line-height: 16px;
|
|
1748
1752
|
text-align: left;
|
|
1749
1753
|
color: ${u("neutral",700)};
|
|
1750
1754
|
margin-bottom: 8px;
|
|
1751
|
-
`,
|
|
1755
|
+
`,En=r.css`
|
|
1752
1756
|
width: 100%;
|
|
1753
1757
|
padding: 16px 0;
|
|
1754
1758
|
border-bottom: 1px solid ${u("neutral",300)};
|
|
@@ -1756,31 +1760,31 @@
|
|
|
1756
1760
|
&:last-of-type {
|
|
1757
1761
|
border-bottom: none;
|
|
1758
1762
|
}
|
|
1759
|
-
`,
|
|
1763
|
+
`,On=r.css`
|
|
1760
1764
|
display: flex;
|
|
1761
1765
|
align-items: flex-start;
|
|
1762
1766
|
justify-content: space-between;
|
|
1763
|
-
`,
|
|
1767
|
+
`,Rn=r.css`
|
|
1764
1768
|
display: flex;
|
|
1765
1769
|
flex-direction: column;
|
|
1766
|
-
`,
|
|
1770
|
+
`,Tn=e=>r.css`
|
|
1767
1771
|
font-size: 16px;
|
|
1768
1772
|
font-weight: 400;
|
|
1769
1773
|
line-height: 24px;
|
|
1770
1774
|
text-align: left;
|
|
1771
1775
|
color: ${u("neutral",e?500:800)};
|
|
1772
|
-
`,
|
|
1776
|
+
`,Ln=e=>r.css`
|
|
1773
1777
|
font-size: 14px;
|
|
1774
1778
|
font-weight: 400;
|
|
1775
1779
|
line-height: 20px;
|
|
1776
1780
|
text-align: left;
|
|
1777
1781
|
color: ${u("neutral",e?500:700)};
|
|
1778
|
-
`,
|
|
1782
|
+
`,_n=({name:n,label:r,caption:i,showInfoButton:o=!0,infoButtonLabel:a="About data",variant:s="switch",disabled:l,onInfoClick:c,isDefaultSelected:d=!1,onChange:u})=>{const p="switch"===s;return t.jsxs("div",{css:En,children:[p?t.jsxs("div",{css:On,children:[t.jsxs("div",{css:Rn,children:[t.jsx("p",{css:Tn(l),"aria-label":r,"aria-disabled":l,children:r}),t.jsx("p",{"aria-label":i,css:Ln(l),children:i})]}),t.jsx(Xe,{"aria-label":`${r}, ${i}`,name:n,disabled:l,defaultChecked:d,onChange:u,role:"switch"})]}):t.jsxs("div",{style:{display:"flex",flexDirection:"column"},children:[t.jsx(Ne,{value:n,disabled:l,fontSize:"16px",color:"var(--chakra-colors-neutral-800)",children:r}),t.jsx("p",{style:{marginLeft:"28px"},css:Ln(l),children:i})]}),o?t.jsx(e.Box,{display:"flex",justifyContent:"flex-start",marginTop:"8px",marginLeft:p?0:"28px",children:t.jsx(v,{variant:"secondary",label:a,rightIcon:t.jsx(w,{}),size:"small",onClick:c,disabled:l})}):null]})},Pn=r.css`
|
|
1779
1783
|
margin-bottom: 16px;
|
|
1780
1784
|
border: 1px solid ${u("neutral",300)};
|
|
1781
1785
|
border-radius: 4px;
|
|
1782
1786
|
box-shadow: 0px 1px 2px 0px #0000000d;
|
|
1783
|
-
`,
|
|
1787
|
+
`,Mn=r.css`
|
|
1784
1788
|
padding: 6px 8px;
|
|
1785
1789
|
align-items: center;
|
|
1786
1790
|
background-color: ${u("neutral",100)};
|
|
@@ -1796,12 +1800,12 @@
|
|
|
1796
1800
|
height: 10px;
|
|
1797
1801
|
width: 10px;
|
|
1798
1802
|
}
|
|
1799
|
-
`,
|
|
1803
|
+
`,Dn=r.css`
|
|
1800
1804
|
font-size: 12px;
|
|
1801
1805
|
font-weight: 700;
|
|
1802
1806
|
line-height: 16px;
|
|
1803
1807
|
color: ${u("neutral",800)};
|
|
1804
|
-
`,
|
|
1808
|
+
`,In=r.css`
|
|
1805
1809
|
padding: 12px 8px;
|
|
1806
1810
|
display: flex;
|
|
1807
1811
|
flex-direction: column;
|
|
@@ -1817,13 +1821,13 @@
|
|
|
1817
1821
|
margin-bottom: 0px;
|
|
1818
1822
|
}
|
|
1819
1823
|
}
|
|
1820
|
-
`,
|
|
1824
|
+
`,Nn=r.css`
|
|
1821
1825
|
padding: 12px;
|
|
1822
1826
|
padding-bottom: 20px;
|
|
1823
1827
|
display: flex;
|
|
1824
1828
|
gap: 12px;
|
|
1825
1829
|
border-bottom: 1px solid ${u("neutral",300)};
|
|
1826
|
-
`,
|
|
1830
|
+
`,Vn=r.css`
|
|
1827
1831
|
display: flex;
|
|
1828
1832
|
flex-direction: column;
|
|
1829
1833
|
|
|
@@ -1832,44 +1836,44 @@
|
|
|
1832
1836
|
fill: ${u("neutral",700)} !important;
|
|
1833
1837
|
}
|
|
1834
1838
|
}
|
|
1835
|
-
`,
|
|
1839
|
+
`,zn=r.css`
|
|
1836
1840
|
display: flex;
|
|
1837
1841
|
align-items: flex-start;
|
|
1838
1842
|
justify-content: space-between;
|
|
1839
1843
|
gap: 12px;
|
|
1840
1844
|
margin-bottom: 16px;
|
|
1841
|
-
`,
|
|
1845
|
+
`,An=r.css`
|
|
1842
1846
|
font-size: 16px;
|
|
1843
1847
|
line-height: 24px;
|
|
1844
1848
|
font-weight: 400;
|
|
1845
1849
|
text-align: left;
|
|
1846
1850
|
color: ${u("neutral",900)};
|
|
1847
|
-
`,
|
|
1851
|
+
`,Bn=r.css`
|
|
1848
1852
|
font-size: 14px;
|
|
1849
1853
|
line-height: 20px;
|
|
1850
1854
|
font-weight: 400;
|
|
1851
1855
|
text-align: left;
|
|
1852
1856
|
color: ${u("neutral",700)};
|
|
1853
|
-
`,
|
|
1857
|
+
`,Hn=r.css`
|
|
1854
1858
|
display: flex;
|
|
1855
1859
|
justify-content: space-between;
|
|
1856
1860
|
|
|
1857
1861
|
button {
|
|
1858
1862
|
width: 46%;
|
|
1859
1863
|
}
|
|
1860
|
-
`,
|
|
1864
|
+
`,Fn=r.css`
|
|
1861
1865
|
width: 234px;
|
|
1862
1866
|
border: 1px solid ${u("neutral",600)};
|
|
1863
1867
|
border-radius: 4px;
|
|
1864
|
-
`,Fn=r.css`
|
|
1865
|
-
padding: 12px;
|
|
1866
1868
|
`,Zn=r.css`
|
|
1869
|
+
padding: 12px;
|
|
1870
|
+
`,Gn=r.css`
|
|
1867
1871
|
font-size: 14px;
|
|
1868
1872
|
line-height: 20px;
|
|
1869
1873
|
font-weight: 400;
|
|
1870
1874
|
text-align: left;
|
|
1871
1875
|
color: ${u("neutral",900)};
|
|
1872
|
-
`,
|
|
1876
|
+
`,qn=r.css`
|
|
1873
1877
|
display: flex;
|
|
1874
1878
|
align-items: center;
|
|
1875
1879
|
gap: 12px;
|
|
@@ -1890,20 +1894,20 @@
|
|
|
1890
1894
|
margin-top: 18px;
|
|
1891
1895
|
width: 100%;
|
|
1892
1896
|
}
|
|
1893
|
-
`,
|
|
1897
|
+
`,Wn=({defaultValue:r,onOpacityChanged:i})=>{const[o,a]=n.useState(r);return t.jsxs(e.Popover.Root,{positioning:{placement:"bottom-end"},children:[t.jsx(e.Popover.Trigger,{asChild:!0,children:t.jsx(v,{label:"Opacity",size:"small",variant:"secondary",leftIcon:t.jsx(w,{})})}),t.jsx(e.Popover.Positioner,{children:t.jsx(e.Popover.Content,{css:Fn,children:t.jsxs(e.Popover.Body,{css:Zn,children:[t.jsx("p",{css:Gn,children:"Opacity"}),t.jsxs("div",{css:qn,children:[t.jsxs("div",{style:{position:"relative"},children:[t.jsx(ft,{"aria-label":"Opacity",min:"0",max:"100",value:o,onChange:e=>{const t=e.target.value||"0";let n=parseInt(t,10);n=Number.isNaN(n)?0:n,n=n<0?0:n,n=n>100?100:n,a(n),i&&i(n)},className:"ds-opacity-control-text-input",onClick:e=>e.target.select()}),t.jsx("p",{style:{position:"absolute",top:"18.5px",right:"5px"},children:"%"})]}),t.jsx(We,{min:0,max:100,value:[o],onValueChangeEnd:({value:e})=>{a(e[0]),i&&i(e[0])}})]})]})})})]})},Un=e=>r.css`
|
|
1894
1898
|
width: 20px;
|
|
1895
1899
|
height: 20px;
|
|
1896
1900
|
border-radius: 50%;
|
|
1897
1901
|
background-color: ${e};
|
|
1898
1902
|
border: 1px solid ${u("neutral",400)};
|
|
1899
|
-
`,
|
|
1903
|
+
`,Xn=e=>r.css`
|
|
1900
1904
|
width: 20px;
|
|
1901
1905
|
height: 8px;
|
|
1902
1906
|
border-radius: 2px;
|
|
1903
1907
|
background-color: ${e};
|
|
1904
1908
|
border: 1px solid ${u("neutral",400)};
|
|
1905
1909
|
margin-top: 6px;
|
|
1906
|
-
`,
|
|
1910
|
+
`,Yn=e=>r.css`
|
|
1907
1911
|
width: 20px;
|
|
1908
1912
|
height: 20px;
|
|
1909
1913
|
border-radius: 50%;
|
|
@@ -1916,26 +1920,26 @@
|
|
|
1916
1920
|
width: 10px;
|
|
1917
1921
|
height: 10px;
|
|
1918
1922
|
}
|
|
1919
|
-
`,
|
|
1923
|
+
`,Kn=r.css`
|
|
1920
1924
|
width: 100%;
|
|
1921
1925
|
display: flex;
|
|
1922
1926
|
justify-content: space-between;
|
|
1923
1927
|
gap: 8px;
|
|
1924
1928
|
margin-bottom: 16px;
|
|
1925
|
-
`,
|
|
1929
|
+
`,Jn=r.css`
|
|
1926
1930
|
display: flex;
|
|
1927
1931
|
gap: 8px;
|
|
1928
|
-
`,
|
|
1932
|
+
`,Qn=r.css`
|
|
1929
1933
|
font-size: 14px;
|
|
1930
1934
|
line-height: 20px;
|
|
1931
1935
|
font-weight: 400;
|
|
1932
1936
|
color: ${u("neutral",800)};
|
|
1933
|
-
`,
|
|
1937
|
+
`,er=r.css`
|
|
1934
1938
|
font-size: 12px;
|
|
1935
1939
|
line-height: 16px;
|
|
1936
1940
|
font-weight: 400;
|
|
1937
1941
|
color: ${u("neutral",700)};
|
|
1938
|
-
`,
|
|
1942
|
+
`,tr=r.css`
|
|
1939
1943
|
button {
|
|
1940
1944
|
height: 25px;
|
|
1941
1945
|
font-size: 12px;
|
|
@@ -1944,12 +1948,12 @@
|
|
|
1944
1948
|
color: ${u("neutral",600)};
|
|
1945
1949
|
padding: 0 10px;
|
|
1946
1950
|
}
|
|
1947
|
-
`,
|
|
1951
|
+
`,nr=r.css`
|
|
1948
1952
|
width: 100%;
|
|
1949
1953
|
display: flex;
|
|
1950
1954
|
flex-direction: column;
|
|
1951
1955
|
margin-bottom: 16px;
|
|
1952
|
-
`,
|
|
1956
|
+
`,rr=r.css`
|
|
1953
1957
|
height: 20px;
|
|
1954
1958
|
width: 100%;
|
|
1955
1959
|
margin-bottom: 8px;
|
|
@@ -1967,27 +1971,27 @@
|
|
|
1967
1971
|
border-top-right-radius: 3px;
|
|
1968
1972
|
border-bottom-right-radius: 3px;
|
|
1969
1973
|
}
|
|
1970
|
-
`,
|
|
1974
|
+
`,ir=r.css`
|
|
1971
1975
|
display: flex;
|
|
1972
1976
|
justify-content: space-between;
|
|
1973
1977
|
align-items: flex-start;
|
|
1974
|
-
`,
|
|
1978
|
+
`,or=r.css`
|
|
1975
1979
|
width: 100%;
|
|
1976
1980
|
font-size: 12px;
|
|
1977
1981
|
line-height: 16px;
|
|
1978
1982
|
font-weight: 400;
|
|
1979
1983
|
color: ${u("neutral",800)};
|
|
1980
1984
|
text-align: center;
|
|
1981
|
-
`,
|
|
1985
|
+
`,ar=r.css`
|
|
1982
1986
|
font-size: 12px;
|
|
1983
1987
|
line-height: 16px;
|
|
1984
1988
|
font-weight: 400;
|
|
1985
1989
|
color: ${u("neutral",700)};
|
|
1986
1990
|
text-align: center;
|
|
1987
|
-
`,
|
|
1991
|
+
`,sr=e=>{const t=e.map(((t,n)=>`${n/(e.length-1)*100}%`));return`linear-gradient(to right, ${e.map(((e,n)=>`${e} ${t[n]}`)).join(", ")})`},lr=r.css`
|
|
1988
1992
|
display: flex;
|
|
1989
1993
|
flex-direction: column;
|
|
1990
|
-
`,
|
|
1994
|
+
`,cr=r.css`
|
|
1991
1995
|
display: flex;
|
|
1992
1996
|
gap: 16px;
|
|
1993
1997
|
align-items: center;
|
|
@@ -1996,39 +2000,39 @@
|
|
|
1996
2000
|
.ds-select-input-container {
|
|
1997
2001
|
margin-bottom: 0px;
|
|
1998
2002
|
}
|
|
1999
|
-
`,
|
|
2003
|
+
`,dr=r.css`
|
|
2000
2004
|
font-size: 18px;
|
|
2001
2005
|
line-height: 28px;
|
|
2002
2006
|
font-weight: 400;
|
|
2003
2007
|
color: ${u("neutral",700)};
|
|
2004
|
-
`,
|
|
2008
|
+
`,ur=({pageSize:e,currentPage:n,totalItems:r,onPageSizeChange:i,showItemCountText:o})=>t.jsxs("div",{css:lr,children:[t.jsxs("div",{css:cr,children:[t.jsx("div",{style:{width:"80px"},children:t.jsx(At,{defaultValue:[`${e}`],items:[{label:"10",value:"10"},{label:"20",value:"20"},{label:"50",value:"50"},{label:"100",value:"100"}],onChange:e=>{i&&i(parseInt(e[0],10))},required:!0})}),t.jsx("p",{css:dr,children:"Per Page"})]}),o?t.jsx("p",{css:dr,children:(()=>{const t=e,i=(n-1)*t+1;return`Showing ${i}-${Math.min(i+t-1,r)} of ${r}`})()}):null]}),pr=r.css`
|
|
2005
2009
|
border: 1px solid ${u("neutral",300)};
|
|
2006
|
-
`,
|
|
2010
|
+
`,hr=r.css`
|
|
2007
2011
|
color: ${u("neutral",700)};
|
|
2008
2012
|
line-height: 20px;
|
|
2009
2013
|
white-space: nowrap;
|
|
2010
2014
|
overflow: hidden;
|
|
2011
2015
|
text-overflow: ellipsis;
|
|
2012
|
-
`,
|
|
2016
|
+
`,fr=r.css`
|
|
2013
2017
|
font-weight: 400;
|
|
2014
2018
|
color: ${u("neutral",700)};
|
|
2015
2019
|
white-space: nowrap;
|
|
2016
2020
|
overflow: hidden;
|
|
2017
2021
|
text-overflow: ellipsis;
|
|
2018
|
-
`,
|
|
2022
|
+
`,xr=r.css`
|
|
2019
2023
|
color: ${u("neutral",700)};
|
|
2020
2024
|
text-align: right;
|
|
2021
2025
|
font-weight: 700;
|
|
2022
2026
|
white-space: nowrap;
|
|
2023
2027
|
overflow: hidden;
|
|
2024
2028
|
text-overflow: ellipsis;
|
|
2025
|
-
`,
|
|
2029
|
+
`,gr=r.css`
|
|
2026
2030
|
width: 16px;
|
|
2027
2031
|
height: 16px;
|
|
2028
2032
|
path {
|
|
2029
2033
|
fill: ${u("neutral",700)};
|
|
2030
2034
|
}
|
|
2031
|
-
`,
|
|
2035
|
+
`,vr=r.css`
|
|
2032
2036
|
display: flex;
|
|
2033
2037
|
align-items: center;
|
|
2034
2038
|
justify-content: space-between;
|
|
@@ -2037,7 +2041,7 @@
|
|
|
2037
2041
|
border-bottom: 1px solid ${u("neutral",200)};
|
|
2038
2042
|
width: 100%;
|
|
2039
2043
|
text-align: left;
|
|
2040
|
-
`,
|
|
2044
|
+
`,br=r.css`
|
|
2041
2045
|
display: flex;
|
|
2042
2046
|
align-items: center;
|
|
2043
2047
|
justify-content: space-between;
|
|
@@ -2071,18 +2075,18 @@
|
|
|
2071
2075
|
background-color: ${u("primary",100)};
|
|
2072
2076
|
border: 1px solid ${u("primary",700)};
|
|
2073
2077
|
}
|
|
2074
|
-
`,
|
|
2078
|
+
`,mr=({id:n,label:r,caption:i,icon:o,value:a,variant:s="data",onItemClick:l,isExpanded:c=!1,ariaLabel:d})=>{const u="navigation"===s&&!!l,p=u?e.chakra.button:e.chakra.div,h=d||("data"===s&&a?`${r}, ${a}`:r);return t.jsxs(p,{id:n,css:"data"===s?vr:br,onClick:u?l:void 0,tabIndex:u?0:void 0,onKeyDown:e=>{u&&("Enter"!==e.key&&" "!==e.key||(e.preventDefault(),l?.()))},role:u?"button":void 0,"aria-expanded":u?c:void 0,"aria-label":h,children:[t.jsxs(e.Flex,{gap:3,flex:"1",overflow:"hidden",children:[o&&t.jsx(e.Icon,{css:gr,as:o.type,boxSize:4,"aria-hidden":"true"}),t.jsxs(e.Box,{flex:"1",minWidth:0,children:[t.jsx(e.Text,{fontWeight:"navigation"===s?"700":"400",css:hr,children:r}),i&&t.jsx(e.Text,{css:fr,children:i})]})]}),"data"===s&&a&&t.jsx(e.Text,{css:xr,children:a}),"navigation"===s&&t.jsx(e.Icon,{as:k,boxSize:4,"aria-hidden":"true"})]})},yr=r.css`
|
|
2075
2079
|
svg {
|
|
2076
2080
|
path {
|
|
2077
2081
|
fill: ${u("primary",500)};
|
|
2078
2082
|
}
|
|
2079
2083
|
}
|
|
2080
|
-
`,
|
|
2084
|
+
`,Cr=r.css`
|
|
2081
2085
|
font-size: 16px;
|
|
2082
2086
|
line-height: 24px;
|
|
2083
2087
|
font-weight: 700;
|
|
2084
2088
|
color: ${u("neutral",900)};
|
|
2085
|
-
`,
|
|
2089
|
+
`,wr=r.css`
|
|
2086
2090
|
span {
|
|
2087
2091
|
height: 20px;
|
|
2088
2092
|
width: 20px;
|
|
@@ -2092,7 +2096,7 @@
|
|
|
2092
2096
|
background-color: transparent;
|
|
2093
2097
|
}
|
|
2094
2098
|
}
|
|
2095
|
-
`,
|
|
2099
|
+
`,jr=r.css`
|
|
2096
2100
|
font-size: 16px;
|
|
2097
2101
|
line-height: 24px;
|
|
2098
2102
|
font-weight: 400;
|
|
@@ -2102,22 +2106,22 @@
|
|
|
2102
2106
|
color: ${u("neutral",900)};
|
|
2103
2107
|
font-weight: 700;
|
|
2104
2108
|
}
|
|
2105
|
-
`,
|
|
2109
|
+
`,kr=({totalItems:n,pageSize:r,currentPage:i,variant:o="default",onPageChange:a})=>{const s="compact"===o||"compact-with-buttons"===o,l="compact-with-buttons"===o;return t.jsx("div",{"aria-label":"Pagination",children:t.jsx(e.Pagination.Root,{count:n,pageSize:r,defaultPage:i,onPageChange:e=>a&&a(e.page),siblingCount:1,children:t.jsxs(e.ButtonGroup,{gap:"2",size:"sm",variant:"ghost",css:wr,children:[t.jsx(e.Pagination.PrevTrigger,{asChild:!0,children:l?t.jsx(v,{variant:"secondary",label:"Previous",size:"small",leftIcon:t.jsx(j,{style:{rotate:"90deg"},color:"var(--chakra-colors-primary-500)"})}):t.jsx(Q,{css:yr,style:{rotate:"90deg"},icon:t.jsx(j,{}),"aria-label":"Previous page"})}),s?t.jsx(e.Pagination.PageText,{css:Cr}):t.jsx(e.Pagination.Items,{render:e=>t.jsx(Q,{css:jr,"aria-label":`Page ${e.value}`,icon:t.jsx("p",{children:e.value})})}),t.jsx(e.Pagination.NextTrigger,{asChild:!0,children:l?t.jsx(v,{variant:"secondary",label:"Next",size:"small",rightIcon:t.jsx(j,{style:{rotate:"270deg"},color:"var(--chakra-colors-primary-500)"})}):t.jsx(Q,{css:yr,style:{rotate:"270deg"},icon:t.jsx(j,{}),"aria-label":"Next page"})})]})})})},$r=r.css`
|
|
2106
2110
|
border: 1px solid ${u("neutral",300)};
|
|
2107
2111
|
border-radius: 2px;
|
|
2108
2112
|
box-shadow: 0 0 0 1px ${u("neutral",300)};
|
|
2109
|
-
|
|
2113
|
+
`,Sr=r.css`
|
|
2110
2114
|
tr {
|
|
2111
2115
|
background-color: ${u("neutral",200)};
|
|
2112
2116
|
}
|
|
2113
|
-
`,
|
|
2117
|
+
`,Er=r.css`
|
|
2114
2118
|
font-size: 16px;
|
|
2115
2119
|
line-height: 24px;
|
|
2116
2120
|
font-weight: 700;
|
|
2117
2121
|
color: ${u("neutral",800)};
|
|
2118
2122
|
display: flex;
|
|
2119
2123
|
align-items: center;
|
|
2120
|
-
`,
|
|
2124
|
+
`,Or=r.css`
|
|
2121
2125
|
height: 24px;
|
|
2122
2126
|
width: 10px;
|
|
2123
2127
|
display: flex;
|
|
@@ -2140,21 +2144,21 @@
|
|
|
2140
2144
|
}
|
|
2141
2145
|
}
|
|
2142
2146
|
}
|
|
2143
|
-
`,
|
|
2147
|
+
`,Rr=e=>r.css`
|
|
2144
2148
|
svg {
|
|
2145
2149
|
path {
|
|
2146
2150
|
fill: ${e?u("primary",600):u("neutral",400)} !important;
|
|
2147
2151
|
}
|
|
2148
2152
|
}
|
|
2149
|
-
`,
|
|
2153
|
+
`,Tr=r.css`
|
|
2150
2154
|
margin-top: 12px;
|
|
2151
2155
|
display: flex;
|
|
2152
2156
|
justify-content: space-between;
|
|
2153
|
-
`,
|
|
2157
|
+
`,Lr=r.css`
|
|
2154
2158
|
margin-top: 9px;
|
|
2155
|
-
`,
|
|
2159
|
+
`,_r=e.Table.Row,Pr=e.Table.Cell,Mr=r.css`
|
|
2156
2160
|
border: 1px solid ${u("neutral",300)};
|
|
2157
|
-
`,
|
|
2161
|
+
`,Dr=r.css`
|
|
2158
2162
|
padding: 16px;
|
|
2159
2163
|
cursor: pointer;
|
|
2160
2164
|
&:focus-visible {
|
|
@@ -2169,7 +2173,7 @@
|
|
|
2169
2173
|
transparent
|
|
2170
2174
|
);
|
|
2171
2175
|
}
|
|
2172
|
-
`;function
|
|
2176
|
+
`;function Ir(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Nr(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var n=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var r=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,r.get?r:{enumerable:!0,get:function(){return e[t]}})})),n}var Vr,zr={exports:{}},Ar={},Br={exports:{}},Hr={exports:{}},Fr={};var Zr,Gr,qr,Wr,Ur,Xr,Yr,Kr,Jr,Qr,ei,ti,ni,ri={};
|
|
2173
2177
|
/** @license React v16.13.1
|
|
2174
2178
|
* react-is.development.js
|
|
2175
2179
|
*
|
|
@@ -2177,7 +2181,7 @@
|
|
|
2177
2181
|
*
|
|
2178
2182
|
* This source code is licensed under the MIT license found in the
|
|
2179
2183
|
* LICENSE file in the root directory of this source tree.
|
|
2180
|
-
*/function ri(){return Zr||(Zr=1,"production"===process.env.NODE_ENV?Br.exports=function(){if(Nr)return Hr;Nr=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,x=e?Symbol.for("react.block"):60121,g=e?Symbol.for("react.fundamental"):60117,v=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function m(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case l:case c:case r:case o:case i:case u:return e;default:switch(e=e&&e.$$typeof){case s:case d:case f:case h:case a:return e;default:return p}}case n:return p}}}function y(e){return m(e)===c}return Hr.AsyncMode=l,Hr.ConcurrentMode=c,Hr.ContextConsumer=s,Hr.ContextProvider=a,Hr.Element=t,Hr.ForwardRef=d,Hr.Fragment=r,Hr.Lazy=f,Hr.Memo=h,Hr.Portal=n,Hr.Profiler=o,Hr.StrictMode=i,Hr.Suspense=u,Hr.isAsyncMode=function(e){return y(e)||m(e)===l},Hr.isConcurrentMode=y,Hr.isContextConsumer=function(e){return m(e)===s},Hr.isContextProvider=function(e){return m(e)===a},Hr.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Hr.isForwardRef=function(e){return m(e)===d},Hr.isFragment=function(e){return m(e)===r},Hr.isLazy=function(e){return m(e)===f},Hr.isMemo=function(e){return m(e)===h},Hr.isPortal=function(e){return m(e)===n},Hr.isProfiler=function(e){return m(e)===o},Hr.isStrictMode=function(e){return m(e)===i},Hr.isSuspense=function(e){return m(e)===u},Hr.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===s||e.$$typeof===d||e.$$typeof===g||e.$$typeof===v||e.$$typeof===b||e.$$typeof===x)},Hr.typeOf=m,Hr}():Br.exports=(Fr||(Fr=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,x=e?Symbol.for("react.block"):60121,g=e?Symbol.for("react.fundamental"):60117,v=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function m(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var x=e.type;switch(x){case l:case c:case r:case o:case i:case u:return x;default:var g=x&&x.$$typeof;switch(g){case s:case d:case f:case h:case a:return g;default:return p}}case n:return p}}}var y=l,C=c,w=s,j=a,k=t,$=d,S=r,E=f,O=h,R=n,T=o,L=i,_=u,P=!1;function M(e){return m(e)===c}ni.AsyncMode=y,ni.ConcurrentMode=C,ni.ContextConsumer=w,ni.ContextProvider=j,ni.Element=k,ni.ForwardRef=$,ni.Fragment=S,ni.Lazy=E,ni.Memo=O,ni.Portal=R,ni.Profiler=T,ni.StrictMode=L,ni.Suspense=_,ni.isAsyncMode=function(e){return P||(P=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),M(e)||m(e)===l},ni.isConcurrentMode=M,ni.isContextConsumer=function(e){return m(e)===s},ni.isContextProvider=function(e){return m(e)===a},ni.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},ni.isForwardRef=function(e){return m(e)===d},ni.isFragment=function(e){return m(e)===r},ni.isLazy=function(e){return m(e)===f},ni.isMemo=function(e){return m(e)===h},ni.isPortal=function(e){return m(e)===n},ni.isProfiler=function(e){return m(e)===o},ni.isStrictMode=function(e){return m(e)===i},ni.isSuspense=function(e){return m(e)===u},ni.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===s||e.$$typeof===d||e.$$typeof===g||e.$$typeof===v||e.$$typeof===b||e.$$typeof===x)},ni.typeOf=m}()),ni)),Br.exports}function ii(){if(qr)return Gr;qr=1;return Gr="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function oi(){return Ur?Wr:(Ur=1,Wr=Function.call.bind(Object.prototype.hasOwnProperty))}function ai(){if(Jr)return Kr;Jr=1;var e=ri(),t=o,n=ii(),r=oi(),i=function(){if(Yr)return Xr;Yr=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=ii(),n={},r=oi();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function i(i,o,a,s,l){if("production"!==process.env.NODE_ENV)for(var c in i)if(r(i,c)){var d;try{if("function"!=typeof i[c]){var u=Error((s||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}d=i[c](o,c,s,a,null,t)}catch(e){d=e}if(!d||d instanceof Error||e((s||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var p=l?l():"";e("Failed "+a+" type: "+d.message+(null!=p?p:""))}}}return i.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},Xr=i}(),a=function(){};function s(){return null}return"production"!==process.env.NODE_ENV&&(a=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),Kr=function(o,l){var c="function"==typeof Symbol&&Symbol.iterator;var d="<<anonymous>>",u={array:x("array"),bigint:x("bigint"),bool:x("boolean"),func:x("function"),number:x("number"),object:x("object"),string:x("string"),symbol:x("symbol"),any:f(s),arrayOf:function(e){return f((function(t,r,i,o,a){if("function"!=typeof e)return new h("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var s=t[r];if(!Array.isArray(s))return new h("Invalid "+o+" `"+a+"` of type `"+b(s)+"` supplied to `"+i+"`, expected an array.");for(var l=0;l<s.length;l++){var c=e(s,l,i,o,a+"["+l+"]",n);if(c instanceof Error)return c}return null}))},element:f((function(e,t,n,r,i){var a=e[t];return o(a)?null:new h("Invalid "+r+" `"+i+"` of type `"+b(a)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:f((function(t,n,r,i,o){var a=t[n];return e.isValidElementType(a)?null:new h("Invalid "+i+" `"+o+"` of type `"+b(a)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return f((function(t,n,r,i,o){if(!(t[n]instanceof e)){var a=e.name||d;return new h("Invalid "+i+" `"+o+"` of type `"+(((s=t[n]).constructor&&s.constructor.name?s.constructor.name:d)+"` supplied to `")+r+"`, expected instance of `"+a+"`.")}var s;return null}))},node:f((function(e,t,n,r,i){return v(e[t])?null:new h("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return f((function(t,i,o,a,s){if("function"!=typeof e)return new h("Property `"+s+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var l=t[i],c=b(l);if("object"!==c)return new h("Invalid "+a+" `"+s+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var d in l)if(r(l,d)){var u=e(l,d,o,a,s+"."+d,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),s;return f((function(t,n,r,i,o){for(var a=t[n],s=0;s<e.length;s++)if(p(a,e[s]))return null;var l=JSON.stringify(e,(function(e,t){return"symbol"===m(t)?String(t):t}));return new h("Invalid "+i+" `"+o+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+l+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var t=0;t<e.length;t++){var i=e[t];if("function"!=typeof i)return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+y(i)+" at index "+t+"."),s}return f((function(t,i,o,a,s){for(var l=[],c=0;c<e.length;c++){var d=(0,e[c])(t,i,o,a,s,n);if(null==d)return null;d.data&&r(d.data,"expectedType")&&l.push(d.data.expectedType)}return new h("Invalid "+a+" `"+s+"` supplied to `"+o+"`"+(l.length>0?", expected one of type ["+l.join(", ")+"]":"")+".")}))},shape:function(e){return f((function(t,r,i,o,a){var s=t[r],l=b(s);if("object"!==l)return new h("Invalid "+o+" `"+a+"` of type `"+l+"` supplied to `"+i+"`, expected `object`.");for(var c in e){var d=e[c];if("function"!=typeof d)return g(i,o,a,c,m(d));var u=d(s,c,i,o,a+"."+c,n);if(u)return u}return null}))},exact:function(e){return f((function(i,o,a,s,l){var c=i[o],d=b(c);if("object"!==d)return new h("Invalid "+s+" `"+l+"` of type `"+d+"` supplied to `"+a+"`, expected `object`.");var u=t({},i[o],e);for(var p in u){var f=e[p];if(r(e,p)&&"function"!=typeof f)return g(a,s,l,p,m(f));if(!f)return new h("Invalid "+s+" `"+l+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(i[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var x=f(c,p,a,s,l+"."+p,n);if(x)return x}return null}))}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function h(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function f(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function i(i,o,s,c,u,p,f){if(c=c||d,p=p||s,f!==n){if(l){var x=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw x.name="Invariant Violation",x}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var g=c+":"+s;!t[g]&&r<3&&(a("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[g]=!0,r++)}}return null==o[s]?i?null===o[s]?new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(o,s,c,u,p)}var o=i.bind(null,!1);return o.isRequired=i.bind(null,!0),o}function x(e){return f((function(t,n,r,i,o,a){var s=t[n];return b(s)!==e?new h("Invalid "+i+" `"+o+"` of type `"+m(s)+"` supplied to `"+r+"`, expected `"+e+"`.",{expectedType:e}):null}))}function g(e,t,n,r,i){return new h((e||"React class")+": "+t+" type `"+n+"."+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function v(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(v);if(null===e||o(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!v(n.value))return!1}else for(;!(n=r.next()).done;){var i=n.value;if(i&&!v(i[1]))return!1}return!0;default:return!1}}function b(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function m(e){if(null==e)return""+e;var t=b(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function y(e){var t=m(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return h.prototype=Error.prototype,u.checkPropTypes=i,u.resetWarningCache=i.resetWarningCache,u.PropTypes=u,u},Kr}function si(){if(ti)return Ar.exports;if(ti=1,"production"!==process.env.NODE_ENV){var e=ri();Ar.exports=ai()(e.isElement,!0)}else Ar.exports=function(){if(ei)return Qr;ei=1;var e=ii();function t(){}function n(){}return n.resetWarningCache=t,Qr=function(){function r(t,n,r,i,o,a){if(a!==e){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function i(){return r}r.isRequired=r;var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o}}()();return Ar.exports}function li(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=li(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function ci(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=li(e))&&(r&&(r+=" "),r+=t);return r}var di,ui=Ir(Object.freeze({__proto__:null,clsx:ci,default:ci})),pi={},hi={};function fi(){if(di)return hi;return di=1,Object.defineProperty(hi,"__esModule",{value:!0}),hi.dontSetMe=function(e,t,n){if(e[t])return new Error("Invalid prop ".concat(t," passed to ").concat(n," - do not set this, set it on the child."))},hi.findInArray=function(e,t){for(let n=0,r=e.length;n<r;n++)if(t.apply(t,[e[n],n,e]))return e[n]},hi.int=function(e){return parseInt(e,10)},hi.isFunction=function(e){return"function"==typeof e||"[object Function]"===Object.prototype.toString.call(e)},hi.isNum=function(e){return"number"==typeof e&&!isNaN(e)},hi}var xi,gi,vi={};function bi(){if(gi)return pi;gi=1,Object.defineProperty(pi,"__esModule",{value:!0}),pi.addClassName=a,pi.addEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.addEventListener?e.addEventListener(t,n,i):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n},pi.addUserSelectStyles=function(e){if(!e)return;let t=e.getElementById("react-draggable-style-el");t||(t=e.createElement("style"),t.type="text/css",t.id="react-draggable-style-el",t.innerHTML=".react-draggable-transparent-selection *::-moz-selection {all: inherit;}\n",t.innerHTML+=".react-draggable-transparent-selection *::selection {all: inherit;}\n",e.getElementsByTagName("head")[0].appendChild(t));e.body&&a(e.body,"react-draggable-transparent-selection")},pi.createCSSTransform=function(e,n){const r=o(e,n,"px");return{[(0,t.browserPrefixToKey)("transform",t.default)]:r}},pi.createSVGTransform=function(e,t){return o(e,t,"")},pi.getTouch=function(t,n){return t.targetTouches&&(0,e.findInArray)(t.targetTouches,(e=>n===e.identifier))||t.changedTouches&&(0,e.findInArray)(t.changedTouches,(e=>n===e.identifier))},pi.getTouchIdentifier=function(e){if(e.targetTouches&&e.targetTouches[0])return e.targetTouches[0].identifier;if(e.changedTouches&&e.changedTouches[0])return e.changedTouches[0].identifier},pi.getTranslation=o,pi.innerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingTop),n-=(0,e.int)(r.paddingBottom),n},pi.innerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingLeft),n-=(0,e.int)(r.paddingRight),n},pi.matchesSelector=i,pi.matchesSelectorAndParentsTo=function(e,t,n){let r=e;do{if(i(r,t))return!0;if(r===n)return!1;r=r.parentNode}while(r);return!1},pi.offsetXYFromParent=function(e,t,n){const r=t===t.ownerDocument.body?{left:0,top:0}:t.getBoundingClientRect(),i=(e.clientX+t.scrollLeft-r.left)/n,o=(e.clientY+t.scrollTop-r.top)/n;return{x:i,y:o}},pi.outerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderTopWidth),n+=(0,e.int)(r.borderBottomWidth),n},pi.outerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderLeftWidth),n+=(0,e.int)(r.borderRightWidth),n},pi.removeClassName=s,pi.removeEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.removeEventListener?e.removeEventListener(t,n,i):e.detachEvent?e.detachEvent("on"+t,n):e["on"+t]=null},pi.removeUserSelectStyles=function(e){if(!e)return;try{if(e.body&&s(e.body,"react-draggable-transparent-selection"),e.selection)e.selection.empty();else{const t=(e.defaultView||window).getSelection();t&&"Caret"!==t.type&&t.removeAllRanges()}}catch(e){}};var e=fi(),t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=n(t);if(r&&r.has(e))return r.get(e);var i={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var s=o?Object.getOwnPropertyDescriptor(e,a):null;s&&(s.get||s.set)?Object.defineProperty(i,a,s):i[a]=e[a]}i.default=e,r&&r.set(e,i);return i}(function(){if(xi)return vi;xi=1,Object.defineProperty(vi,"__esModule",{value:!0}),vi.browserPrefixToKey=n,vi.browserPrefixToStyle=function(e,t){return t?"-".concat(t.toLowerCase(),"-").concat(e):e},vi.default=void 0,vi.getPrefix=t;const e=["Moz","Webkit","O","ms"];function t(){var t;let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transform";if("undefined"==typeof window)return"";const i=null===(t=window.document)||void 0===t||null===(t=t.documentElement)||void 0===t?void 0:t.style;if(!i)return"";if(r in i)return"";for(let t=0;t<e.length;t++)if(n(r,e[t])in i)return e[t];return""}function n(e,t){return t?"".concat(t).concat(function(e){let t="",n=!0;for(let r=0;r<e.length;r++)n?(t+=e[r].toUpperCase(),n=!1):"-"===e[r]?n=!0:t+=e[r];return t}(e)):e}return vi.default=t(),vi}());function n(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(n=function(e){return e?r:t})(e)}let r="";function i(t,n){return r||(r=(0,e.findInArray)(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],(function(n){return(0,e.isFunction)(t[n])}))),!!(0,e.isFunction)(t[r])&&t[r](n)}function o(e,t,n){let{x:r,y:i}=e,o="translate(".concat(r).concat(n,",").concat(i).concat(n,")");if(t){const e="".concat("string"==typeof t.x?t.x:t.x+n),r="".concat("string"==typeof t.y?t.y:t.y+n);o="translate(".concat(e,", ").concat(r,")")+o}return o}function a(e,t){e.classList?e.classList.add(t):e.className.match(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)")))||(e.className+=" ".concat(t))}function s(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)"),"g"),"")}return pi}var mi,yi={};function Ci(){if(mi)return yi;mi=1,Object.defineProperty(yi,"__esModule",{value:!0}),yi.canDragX=function(e){return"both"===e.props.axis||"x"===e.props.axis},yi.canDragY=function(e){return"both"===e.props.axis||"y"===e.props.axis},yi.createCoreData=function(t,r,i){const o=!(0,e.isNum)(t.lastX),a=n(t);return o?{node:a,deltaX:0,deltaY:0,lastX:r,lastY:i,x:r,y:i}:{node:a,deltaX:r-t.lastX,deltaY:i-t.lastY,lastX:t.lastX,lastY:t.lastY,x:r,y:i}},yi.createDraggableData=function(e,t){const n=e.props.scale;return{node:t.node,x:e.state.x+t.deltaX/n,y:e.state.y+t.deltaY/n,deltaX:t.deltaX/n,deltaY:t.deltaY/n,lastX:e.state.x,lastY:e.state.y}},yi.getBoundPosition=function(r,i,o){if(!r.props.bounds)return[i,o];let{bounds:a}=r.props;a="string"==typeof a?a:function(e){return{left:e.left,top:e.top,right:e.right,bottom:e.bottom}}(a);const s=n(r);if("string"==typeof a){const{ownerDocument:n}=s,r=n.defaultView;let i;if(i="parent"===a?s.parentNode:n.querySelector(a),!(i instanceof r.HTMLElement))throw new Error('Bounds selector "'+a+'" could not find an element.');const o=i,l=r.getComputedStyle(s),c=r.getComputedStyle(o);a={left:-s.offsetLeft+(0,e.int)(c.paddingLeft)+(0,e.int)(l.marginLeft),top:-s.offsetTop+(0,e.int)(c.paddingTop)+(0,e.int)(l.marginTop),right:(0,t.innerWidth)(o)-(0,t.outerWidth)(s)-s.offsetLeft+(0,e.int)(c.paddingRight)-(0,e.int)(l.marginRight),bottom:(0,t.innerHeight)(o)-(0,t.outerHeight)(s)-s.offsetTop+(0,e.int)(c.paddingBottom)-(0,e.int)(l.marginBottom)}}(0,e.isNum)(a.right)&&(i=Math.min(i,a.right));(0,e.isNum)(a.bottom)&&(o=Math.min(o,a.bottom));(0,e.isNum)(a.left)&&(i=Math.max(i,a.left));(0,e.isNum)(a.top)&&(o=Math.max(o,a.top));return[i,o]},yi.getControlPosition=function(e,r,i){const o="number"==typeof r?(0,t.getTouch)(e,r):null;if("number"==typeof r&&!o)return null;const a=n(i),s=i.props.offsetParent||a.offsetParent||a.ownerDocument.body;return(0,t.offsetXYFromParent)(o||e,s,i.props.scale)},yi.snapToGrid=function(e,t,n){const r=Math.round(t/e[0])*e[0],i=Math.round(n/e[1])*e[1];return[r,i]};var e=fi(),t=bi();function n(e){const t=e.findDOMNode();if(!t)throw new Error("<DraggableCore>: Unmounted during event!");return t}return yi}var wi,ji,ki,$i,Si={},Ei={};function Oi(){if(wi)return Ei;return wi=1,Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.default=function(){},Ei}function Ri(){if(ji)return Si;ji=1,Object.defineProperty(Si,"__esModule",{value:!0}),Si.default=void 0;var e=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=d(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(n),t=c(si()),r=c(a),i=bi(),o=Ci(),s=fi(),l=c(Oi());function c(e){return e&&e.__esModule?e:{default:e}}function d(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(d=function(e){return e?n:t})(e)}function u(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const p={start:"touchstart",move:"touchmove",stop:"touchend"},h={start:"mousedown",move:"mousemove",stop:"mouseup"};let f=h,x=class extends e.Component{constructor(){super(...arguments),u(this,"dragging",!1),u(this,"lastX",NaN),u(this,"lastY",NaN),u(this,"touchIdentifier",null),u(this,"mounted",!1),u(this,"handleDragStart",(e=>{if(this.props.onMouseDown(e),!this.props.allowAnyClick&&"number"==typeof e.button&&0!==e.button)return!1;const t=this.findDOMNode();if(!t||!t.ownerDocument||!t.ownerDocument.body)throw new Error("<DraggableCore> not mounted on DragStart!");const{ownerDocument:n}=t;if(this.props.disabled||!(e.target instanceof n.defaultView.Node)||this.props.handle&&!(0,i.matchesSelectorAndParentsTo)(e.target,this.props.handle,t)||this.props.cancel&&(0,i.matchesSelectorAndParentsTo)(e.target,this.props.cancel,t))return;"touchstart"===e.type&&e.preventDefault();const r=(0,i.getTouchIdentifier)(e);this.touchIdentifier=r;const a=(0,o.getControlPosition)(e,r,this);if(null==a)return;const{x:s,y:c}=a,d=(0,o.createCoreData)(this,s,c);(0,l.default)("DraggableCore: handleDragStart: %j",d),(0,l.default)("calling",this.props.onStart);!1!==this.props.onStart(e,d)&&!1!==this.mounted&&(this.props.enableUserSelectHack&&(0,i.addUserSelectStyles)(n),this.dragging=!0,this.lastX=s,this.lastY=c,(0,i.addEvent)(n,f.move,this.handleDrag),(0,i.addEvent)(n,f.stop,this.handleDragStop))})),u(this,"handleDrag",(e=>{const t=(0,o.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:r}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX,t=r-this.lastY;if([e,t]=(0,o.snapToGrid)(this.props.grid,e,t),!e&&!t)return;n=this.lastX+e,r=this.lastY+t}const i=(0,o.createCoreData)(this,n,r);(0,l.default)("DraggableCore: handleDrag: %j",i);if(!1!==this.props.onDrag(e,i)&&!1!==this.mounted)this.lastX=n,this.lastY=r;else try{this.handleDragStop(new MouseEvent("mouseup"))}catch(e){const t=document.createEvent("MouseEvents");t.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),this.handleDragStop(t)}})),u(this,"handleDragStop",(e=>{if(!this.dragging)return;const t=(0,o.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:r}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX||0,t=r-this.lastY||0;[e,t]=(0,o.snapToGrid)(this.props.grid,e,t),n=this.lastX+e,r=this.lastY+t}const a=(0,o.createCoreData)(this,n,r);if(!1===this.props.onStop(e,a)||!1===this.mounted)return!1;const s=this.findDOMNode();s&&this.props.enableUserSelectHack&&(0,i.removeUserSelectStyles)(s.ownerDocument),(0,l.default)("DraggableCore: handleDragStop: %j",a),this.dragging=!1,this.lastX=NaN,this.lastY=NaN,s&&((0,l.default)("DraggableCore: Removing handlers"),(0,i.removeEvent)(s.ownerDocument,f.move,this.handleDrag),(0,i.removeEvent)(s.ownerDocument,f.stop,this.handleDragStop))})),u(this,"onMouseDown",(e=>(f=h,this.handleDragStart(e)))),u(this,"onMouseUp",(e=>(f=h,this.handleDragStop(e)))),u(this,"onTouchStart",(e=>(f=p,this.handleDragStart(e)))),u(this,"onTouchEnd",(e=>(f=p,this.handleDragStop(e))))}componentDidMount(){this.mounted=!0;const e=this.findDOMNode();e&&(0,i.addEvent)(e,p.start,this.onTouchStart,{passive:!1})}componentWillUnmount(){this.mounted=!1;const e=this.findDOMNode();if(e){const{ownerDocument:t}=e;(0,i.removeEvent)(t,h.move,this.handleDrag),(0,i.removeEvent)(t,p.move,this.handleDrag),(0,i.removeEvent)(t,h.stop,this.handleDragStop),(0,i.removeEvent)(t,p.stop,this.handleDragStop),(0,i.removeEvent)(e,p.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,i.removeUserSelectStyles)(t)}}findDOMNode(){var e,t;return null!==(e=this.props)&&void 0!==e&&e.nodeRef?null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current:r.default.findDOMNode(this)}render(){return e.cloneElement(e.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}};return Si.default=x,u(x,"displayName","DraggableCore"),u(x,"propTypes",{allowAnyClick:t.default.bool,children:t.default.node.isRequired,disabled:t.default.bool,enableUserSelectHack:t.default.bool,offsetParent:function(e,t){if(e[t]&&1!==e[t].nodeType)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:t.default.arrayOf(t.default.number),handle:t.default.string,cancel:t.default.string,nodeRef:t.default.object,onStart:t.default.func,onDrag:t.default.func,onStop:t.default.func,onMouseDown:t.default.func,scale:t.default.number,className:s.dontSetMe,style:s.dontSetMe,transform:s.dontSetMe}),u(x,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1}),Si}function Ti(){return ki||(ki=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"DraggableCore",{enumerable:!0,get:function(){return d.default}}),e.default=void 0;var t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=h(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(n),r=p(si()),i=p(a),o=p(ui),s=bi(),l=Ci(),c=fi(),d=p(Ri()),u=p(Oi());function p(e){return e&&e.__esModule?e:{default:e}}function h(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(h=function(e){return e?n:t})(e)}function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},f.apply(this,arguments)}function x(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class g extends t.Component{static getDerivedStateFromProps(e,t){let{position:n}=e,{prevPropsPosition:r}=t;return!n||r&&n.x===r.x&&n.y===r.y?null:((0,u.default)("Draggable: getDerivedStateFromProps %j",{position:n,prevPropsPosition:r}),{x:n.x,y:n.y,prevPropsPosition:{...n}})}constructor(e){super(e),x(this,"onDragStart",((e,t)=>{(0,u.default)("Draggable: onDragStart: %j",t);if(!1===this.props.onStart(e,(0,l.createDraggableData)(this,t)))return!1;this.setState({dragging:!0,dragged:!0})})),x(this,"onDrag",((e,t)=>{if(!this.state.dragging)return!1;(0,u.default)("Draggable: onDrag: %j",t);const n=(0,l.createDraggableData)(this,t),r={x:n.x,y:n.y,slackX:0,slackY:0};if(this.props.bounds){const{x:e,y:t}=r;r.x+=this.state.slackX,r.y+=this.state.slackY;const[i,o]=(0,l.getBoundPosition)(this,r.x,r.y);r.x=i,r.y=o,r.slackX=this.state.slackX+(e-r.x),r.slackY=this.state.slackY+(t-r.y),n.x=r.x,n.y=r.y,n.deltaX=r.x-this.state.x,n.deltaY=r.y-this.state.y}if(!1===this.props.onDrag(e,n))return!1;this.setState(r)})),x(this,"onDragStop",((e,t)=>{if(!this.state.dragging)return!1;if(!1===this.props.onStop(e,(0,l.createDraggableData)(this,t)))return!1;(0,u.default)("Draggable: onDragStop: %j",t);const n={dragging:!1,slackX:0,slackY:0};if(Boolean(this.props.position)){const{x:e,y:t}=this.props.position;n.x=e,n.y=t}this.setState(n)})),this.state={dragging:!1,dragged:!1,x:e.position?e.position.x:e.defaultPosition.x,y:e.position?e.position.y:e.defaultPosition.y,prevPropsPosition:{...e.position},slackX:0,slackY:0,isElementSVG:!1},!e.position||e.onDrag||e.onStop||console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.")}componentDidMount(){void 0!==window.SVGElement&&this.findDOMNode()instanceof window.SVGElement&&this.setState({isElementSVG:!0})}componentWillUnmount(){this.setState({dragging:!1})}findDOMNode(){var e,t;return null!==(e=null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current)&&void 0!==e?e:i.default.findDOMNode(this)}render(){const{axis:e,bounds:n,children:r,defaultPosition:i,defaultClassName:a,defaultClassNameDragging:c,defaultClassNameDragged:u,position:p,positionOffset:h,scale:x,...g}=this.props;let v={},b=null;const m=!Boolean(p)||this.state.dragging,y=p||i,C={x:(0,l.canDragX)(this)&&m?this.state.x:y.x,y:(0,l.canDragY)(this)&&m?this.state.y:y.y};this.state.isElementSVG?b=(0,s.createSVGTransform)(C,h):v=(0,s.createCSSTransform)(C,h);const w=(0,o.default)(r.props.className||"",a,{[c]:this.state.dragging,[u]:this.state.dragged});return t.createElement(d.default,f({},g,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),t.cloneElement(t.Children.only(r),{className:w,style:{...r.props.style,...v},transform:b}))}}e.default=g,x(g,"displayName","Draggable"),x(g,"propTypes",{...d.default.propTypes,axis:r.default.oneOf(["both","x","y","none"]),bounds:r.default.oneOfType([r.default.shape({left:r.default.number,right:r.default.number,top:r.default.number,bottom:r.default.number}),r.default.string,r.default.oneOf([!1])]),defaultClassName:r.default.string,defaultClassNameDragging:r.default.string,defaultClassNameDragged:r.default.string,defaultPosition:r.default.shape({x:r.default.number,y:r.default.number}),positionOffset:r.default.shape({x:r.default.oneOfType([r.default.number,r.default.string]),y:r.default.oneOfType([r.default.number,r.default.string])}),position:r.default.shape({x:r.default.number,y:r.default.number}),className:c.dontSetMe,style:c.dontSetMe,transform:c.dontSetMe}),x(g,"defaultProps",{...d.default.defaultProps,axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},scale:1})}(zr)),zr}var Li=function(){if($i)return Vr.exports;$i=1;const{default:e,DraggableCore:t}=Ti();return Vr.exports=e,Vr.exports.default=e,Vr.exports.DraggableCore=t,Vr.exports}(),_i=Dr(Li);const Pi=e=>r.css`
|
|
2184
|
+
*/function ii(){return Gr||(Gr=1,"production"===process.env.NODE_ENV?Hr.exports=function(){if(Vr)return Fr;Vr=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,x=e?Symbol.for("react.block"):60121,g=e?Symbol.for("react.fundamental"):60117,v=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function m(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case l:case c:case r:case o:case i:case u:return e;default:switch(e=e&&e.$$typeof){case s:case d:case f:case h:case a:return e;default:return p}}case n:return p}}}function y(e){return m(e)===c}return Fr.AsyncMode=l,Fr.ConcurrentMode=c,Fr.ContextConsumer=s,Fr.ContextProvider=a,Fr.Element=t,Fr.ForwardRef=d,Fr.Fragment=r,Fr.Lazy=f,Fr.Memo=h,Fr.Portal=n,Fr.Profiler=o,Fr.StrictMode=i,Fr.Suspense=u,Fr.isAsyncMode=function(e){return y(e)||m(e)===l},Fr.isConcurrentMode=y,Fr.isContextConsumer=function(e){return m(e)===s},Fr.isContextProvider=function(e){return m(e)===a},Fr.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Fr.isForwardRef=function(e){return m(e)===d},Fr.isFragment=function(e){return m(e)===r},Fr.isLazy=function(e){return m(e)===f},Fr.isMemo=function(e){return m(e)===h},Fr.isPortal=function(e){return m(e)===n},Fr.isProfiler=function(e){return m(e)===o},Fr.isStrictMode=function(e){return m(e)===i},Fr.isSuspense=function(e){return m(e)===u},Fr.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===s||e.$$typeof===d||e.$$typeof===g||e.$$typeof===v||e.$$typeof===b||e.$$typeof===x)},Fr.typeOf=m,Fr}():Hr.exports=(Zr||(Zr=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,f=e?Symbol.for("react.lazy"):60116,x=e?Symbol.for("react.block"):60121,g=e?Symbol.for("react.fundamental"):60117,v=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function m(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var x=e.type;switch(x){case l:case c:case r:case o:case i:case u:return x;default:var g=x&&x.$$typeof;switch(g){case s:case d:case f:case h:case a:return g;default:return p}}case n:return p}}}var y=l,C=c,w=s,j=a,k=t,$=d,S=r,E=f,O=h,R=n,T=o,L=i,_=u,P=!1;function M(e){return m(e)===c}ri.AsyncMode=y,ri.ConcurrentMode=C,ri.ContextConsumer=w,ri.ContextProvider=j,ri.Element=k,ri.ForwardRef=$,ri.Fragment=S,ri.Lazy=E,ri.Memo=O,ri.Portal=R,ri.Profiler=T,ri.StrictMode=L,ri.Suspense=_,ri.isAsyncMode=function(e){return P||(P=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),M(e)||m(e)===l},ri.isConcurrentMode=M,ri.isContextConsumer=function(e){return m(e)===s},ri.isContextProvider=function(e){return m(e)===a},ri.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},ri.isForwardRef=function(e){return m(e)===d},ri.isFragment=function(e){return m(e)===r},ri.isLazy=function(e){return m(e)===f},ri.isMemo=function(e){return m(e)===h},ri.isPortal=function(e){return m(e)===n},ri.isProfiler=function(e){return m(e)===o},ri.isStrictMode=function(e){return m(e)===i},ri.isSuspense=function(e){return m(e)===u},ri.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===f||e.$$typeof===h||e.$$typeof===a||e.$$typeof===s||e.$$typeof===d||e.$$typeof===g||e.$$typeof===v||e.$$typeof===b||e.$$typeof===x)},ri.typeOf=m}()),ri)),Hr.exports}function oi(){if(Wr)return qr;Wr=1;return qr="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function ai(){return Xr?Ur:(Xr=1,Ur=Function.call.bind(Object.prototype.hasOwnProperty))}function si(){if(Qr)return Jr;Qr=1;var e=ii(),t=o,n=oi(),r=ai(),i=function(){if(Kr)return Yr;Kr=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=oi(),n={},r=ai();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function i(i,o,a,s,l){if("production"!==process.env.NODE_ENV)for(var c in i)if(r(i,c)){var d;try{if("function"!=typeof i[c]){var u=Error((s||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}d=i[c](o,c,s,a,null,t)}catch(e){d=e}if(!d||d instanceof Error||e((s||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var p=l?l():"";e("Failed "+a+" type: "+d.message+(null!=p?p:""))}}}return i.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},Yr=i}(),a=function(){};function s(){return null}return"production"!==process.env.NODE_ENV&&(a=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),Jr=function(o,l){var c="function"==typeof Symbol&&Symbol.iterator;var d="<<anonymous>>",u={array:x("array"),bigint:x("bigint"),bool:x("boolean"),func:x("function"),number:x("number"),object:x("object"),string:x("string"),symbol:x("symbol"),any:f(s),arrayOf:function(e){return f((function(t,r,i,o,a){if("function"!=typeof e)return new h("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var s=t[r];if(!Array.isArray(s))return new h("Invalid "+o+" `"+a+"` of type `"+b(s)+"` supplied to `"+i+"`, expected an array.");for(var l=0;l<s.length;l++){var c=e(s,l,i,o,a+"["+l+"]",n);if(c instanceof Error)return c}return null}))},element:f((function(e,t,n,r,i){var a=e[t];return o(a)?null:new h("Invalid "+r+" `"+i+"` of type `"+b(a)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:f((function(t,n,r,i,o){var a=t[n];return e.isValidElementType(a)?null:new h("Invalid "+i+" `"+o+"` of type `"+b(a)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return f((function(t,n,r,i,o){if(!(t[n]instanceof e)){var a=e.name||d;return new h("Invalid "+i+" `"+o+"` of type `"+(((s=t[n]).constructor&&s.constructor.name?s.constructor.name:d)+"` supplied to `")+r+"`, expected instance of `"+a+"`.")}var s;return null}))},node:f((function(e,t,n,r,i){return v(e[t])?null:new h("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return f((function(t,i,o,a,s){if("function"!=typeof e)return new h("Property `"+s+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var l=t[i],c=b(l);if("object"!==c)return new h("Invalid "+a+" `"+s+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var d in l)if(r(l,d)){var u=e(l,d,o,a,s+"."+d,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),s;return f((function(t,n,r,i,o){for(var a=t[n],s=0;s<e.length;s++)if(p(a,e[s]))return null;var l=JSON.stringify(e,(function(e,t){return"symbol"===m(t)?String(t):t}));return new h("Invalid "+i+" `"+o+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+l+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var t=0;t<e.length;t++){var i=e[t];if("function"!=typeof i)return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+y(i)+" at index "+t+"."),s}return f((function(t,i,o,a,s){for(var l=[],c=0;c<e.length;c++){var d=(0,e[c])(t,i,o,a,s,n);if(null==d)return null;d.data&&r(d.data,"expectedType")&&l.push(d.data.expectedType)}return new h("Invalid "+a+" `"+s+"` supplied to `"+o+"`"+(l.length>0?", expected one of type ["+l.join(", ")+"]":"")+".")}))},shape:function(e){return f((function(t,r,i,o,a){var s=t[r],l=b(s);if("object"!==l)return new h("Invalid "+o+" `"+a+"` of type `"+l+"` supplied to `"+i+"`, expected `object`.");for(var c in e){var d=e[c];if("function"!=typeof d)return g(i,o,a,c,m(d));var u=d(s,c,i,o,a+"."+c,n);if(u)return u}return null}))},exact:function(e){return f((function(i,o,a,s,l){var c=i[o],d=b(c);if("object"!==d)return new h("Invalid "+s+" `"+l+"` of type `"+d+"` supplied to `"+a+"`, expected `object`.");var u=t({},i[o],e);for(var p in u){var f=e[p];if(r(e,p)&&"function"!=typeof f)return g(a,s,l,p,m(f));if(!f)return new h("Invalid "+s+" `"+l+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(i[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var x=f(c,p,a,s,l+"."+p,n);if(x)return x}return null}))}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function h(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function f(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function i(i,o,s,c,u,p,f){if(c=c||d,p=p||s,f!==n){if(l){var x=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw x.name="Invariant Violation",x}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var g=c+":"+s;!t[g]&&r<3&&(a("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[g]=!0,r++)}}return null==o[s]?i?null===o[s]?new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new h("The "+u+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(o,s,c,u,p)}var o=i.bind(null,!1);return o.isRequired=i.bind(null,!0),o}function x(e){return f((function(t,n,r,i,o,a){var s=t[n];return b(s)!==e?new h("Invalid "+i+" `"+o+"` of type `"+m(s)+"` supplied to `"+r+"`, expected `"+e+"`.",{expectedType:e}):null}))}function g(e,t,n,r,i){return new h((e||"React class")+": "+t+" type `"+n+"."+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function v(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(v);if(null===e||o(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!v(n.value))return!1}else for(;!(n=r.next()).done;){var i=n.value;if(i&&!v(i[1]))return!1}return!0;default:return!1}}function b(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function m(e){if(null==e)return""+e;var t=b(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function y(e){var t=m(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return h.prototype=Error.prototype,u.checkPropTypes=i,u.resetWarningCache=i.resetWarningCache,u.PropTypes=u,u},Jr}function li(){if(ni)return Br.exports;if(ni=1,"production"!==process.env.NODE_ENV){var e=ii();Br.exports=si()(e.isElement,!0)}else Br.exports=function(){if(ti)return ei;ti=1;var e=oi();function t(){}function n(){}return n.resetWarningCache=t,ei=function(){function r(t,n,r,i,o,a){if(a!==e){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function i(){return r}r.isRequired=r;var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o}}()();return Br.exports}function ci(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=ci(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function di(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=ci(e))&&(r&&(r+=" "),r+=t);return r}var ui,pi=Nr(Object.freeze({__proto__:null,clsx:di,default:di})),hi={},fi={};function xi(){if(ui)return fi;return ui=1,Object.defineProperty(fi,"__esModule",{value:!0}),fi.dontSetMe=function(e,t,n){if(e[t])return new Error("Invalid prop ".concat(t," passed to ").concat(n," - do not set this, set it on the child."))},fi.findInArray=function(e,t){for(let n=0,r=e.length;n<r;n++)if(t.apply(t,[e[n],n,e]))return e[n]},fi.int=function(e){return parseInt(e,10)},fi.isFunction=function(e){return"function"==typeof e||"[object Function]"===Object.prototype.toString.call(e)},fi.isNum=function(e){return"number"==typeof e&&!isNaN(e)},fi}var gi,vi,bi={};function mi(){if(vi)return hi;vi=1,Object.defineProperty(hi,"__esModule",{value:!0}),hi.addClassName=a,hi.addEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.addEventListener?e.addEventListener(t,n,i):e.attachEvent?e.attachEvent("on"+t,n):e["on"+t]=n},hi.addUserSelectStyles=function(e){if(!e)return;let t=e.getElementById("react-draggable-style-el");t||(t=e.createElement("style"),t.type="text/css",t.id="react-draggable-style-el",t.innerHTML=".react-draggable-transparent-selection *::-moz-selection {all: inherit;}\n",t.innerHTML+=".react-draggable-transparent-selection *::selection {all: inherit;}\n",e.getElementsByTagName("head")[0].appendChild(t));e.body&&a(e.body,"react-draggable-transparent-selection")},hi.createCSSTransform=function(e,n){const r=o(e,n,"px");return{[(0,t.browserPrefixToKey)("transform",t.default)]:r}},hi.createSVGTransform=function(e,t){return o(e,t,"")},hi.getTouch=function(t,n){return t.targetTouches&&(0,e.findInArray)(t.targetTouches,(e=>n===e.identifier))||t.changedTouches&&(0,e.findInArray)(t.changedTouches,(e=>n===e.identifier))},hi.getTouchIdentifier=function(e){if(e.targetTouches&&e.targetTouches[0])return e.targetTouches[0].identifier;if(e.changedTouches&&e.changedTouches[0])return e.changedTouches[0].identifier},hi.getTranslation=o,hi.innerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingTop),n-=(0,e.int)(r.paddingBottom),n},hi.innerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n-=(0,e.int)(r.paddingLeft),n-=(0,e.int)(r.paddingRight),n},hi.matchesSelector=i,hi.matchesSelectorAndParentsTo=function(e,t,n){let r=e;do{if(i(r,t))return!0;if(r===n)return!1;r=r.parentNode}while(r);return!1},hi.offsetXYFromParent=function(e,t,n){const r=t===t.ownerDocument.body?{left:0,top:0}:t.getBoundingClientRect(),i=(e.clientX+t.scrollLeft-r.left)/n,o=(e.clientY+t.scrollTop-r.top)/n;return{x:i,y:o}},hi.outerHeight=function(t){let n=t.clientHeight;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderTopWidth),n+=(0,e.int)(r.borderBottomWidth),n},hi.outerWidth=function(t){let n=t.clientWidth;const r=t.ownerDocument.defaultView.getComputedStyle(t);return n+=(0,e.int)(r.borderLeftWidth),n+=(0,e.int)(r.borderRightWidth),n},hi.removeClassName=s,hi.removeEvent=function(e,t,n,r){if(!e)return;const i={capture:!0,...r};e.removeEventListener?e.removeEventListener(t,n,i):e.detachEvent?e.detachEvent("on"+t,n):e["on"+t]=null},hi.removeUserSelectStyles=function(e){if(!e)return;try{if(e.body&&s(e.body,"react-draggable-transparent-selection"),e.selection)e.selection.empty();else{const t=(e.defaultView||window).getSelection();t&&"Caret"!==t.type&&t.removeAllRanges()}}catch(e){}};var e=xi(),t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var r=n(t);if(r&&r.has(e))return r.get(e);var i={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if("default"!==a&&Object.prototype.hasOwnProperty.call(e,a)){var s=o?Object.getOwnPropertyDescriptor(e,a):null;s&&(s.get||s.set)?Object.defineProperty(i,a,s):i[a]=e[a]}i.default=e,r&&r.set(e,i);return i}(function(){if(gi)return bi;gi=1,Object.defineProperty(bi,"__esModule",{value:!0}),bi.browserPrefixToKey=n,bi.browserPrefixToStyle=function(e,t){return t?"-".concat(t.toLowerCase(),"-").concat(e):e},bi.default=void 0,bi.getPrefix=t;const e=["Moz","Webkit","O","ms"];function t(){var t;let r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"transform";if("undefined"==typeof window)return"";const i=null===(t=window.document)||void 0===t||null===(t=t.documentElement)||void 0===t?void 0:t.style;if(!i)return"";if(r in i)return"";for(let t=0;t<e.length;t++)if(n(r,e[t])in i)return e[t];return""}function n(e,t){return t?"".concat(t).concat(function(e){let t="",n=!0;for(let r=0;r<e.length;r++)n?(t+=e[r].toUpperCase(),n=!1):"-"===e[r]?n=!0:t+=e[r];return t}(e)):e}return bi.default=t(),bi}());function n(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,r=new WeakMap;return(n=function(e){return e?r:t})(e)}let r="";function i(t,n){return r||(r=(0,e.findInArray)(["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector","oMatchesSelector"],(function(n){return(0,e.isFunction)(t[n])}))),!!(0,e.isFunction)(t[r])&&t[r](n)}function o(e,t,n){let{x:r,y:i}=e,o="translate(".concat(r).concat(n,",").concat(i).concat(n,")");if(t){const e="".concat("string"==typeof t.x?t.x:t.x+n),r="".concat("string"==typeof t.y?t.y:t.y+n);o="translate(".concat(e,", ").concat(r,")")+o}return o}function a(e,t){e.classList?e.classList.add(t):e.className.match(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)")))||(e.className+=" ".concat(t))}function s(e,t){e.classList?e.classList.remove(t):e.className=e.className.replace(new RegExp("(?:^|\\s)".concat(t,"(?!\\S)"),"g"),"")}return hi}var yi,Ci={};function wi(){if(yi)return Ci;yi=1,Object.defineProperty(Ci,"__esModule",{value:!0}),Ci.canDragX=function(e){return"both"===e.props.axis||"x"===e.props.axis},Ci.canDragY=function(e){return"both"===e.props.axis||"y"===e.props.axis},Ci.createCoreData=function(t,r,i){const o=!(0,e.isNum)(t.lastX),a=n(t);return o?{node:a,deltaX:0,deltaY:0,lastX:r,lastY:i,x:r,y:i}:{node:a,deltaX:r-t.lastX,deltaY:i-t.lastY,lastX:t.lastX,lastY:t.lastY,x:r,y:i}},Ci.createDraggableData=function(e,t){const n=e.props.scale;return{node:t.node,x:e.state.x+t.deltaX/n,y:e.state.y+t.deltaY/n,deltaX:t.deltaX/n,deltaY:t.deltaY/n,lastX:e.state.x,lastY:e.state.y}},Ci.getBoundPosition=function(r,i,o){if(!r.props.bounds)return[i,o];let{bounds:a}=r.props;a="string"==typeof a?a:function(e){return{left:e.left,top:e.top,right:e.right,bottom:e.bottom}}(a);const s=n(r);if("string"==typeof a){const{ownerDocument:n}=s,r=n.defaultView;let i;if(i="parent"===a?s.parentNode:n.querySelector(a),!(i instanceof r.HTMLElement))throw new Error('Bounds selector "'+a+'" could not find an element.');const o=i,l=r.getComputedStyle(s),c=r.getComputedStyle(o);a={left:-s.offsetLeft+(0,e.int)(c.paddingLeft)+(0,e.int)(l.marginLeft),top:-s.offsetTop+(0,e.int)(c.paddingTop)+(0,e.int)(l.marginTop),right:(0,t.innerWidth)(o)-(0,t.outerWidth)(s)-s.offsetLeft+(0,e.int)(c.paddingRight)-(0,e.int)(l.marginRight),bottom:(0,t.innerHeight)(o)-(0,t.outerHeight)(s)-s.offsetTop+(0,e.int)(c.paddingBottom)-(0,e.int)(l.marginBottom)}}(0,e.isNum)(a.right)&&(i=Math.min(i,a.right));(0,e.isNum)(a.bottom)&&(o=Math.min(o,a.bottom));(0,e.isNum)(a.left)&&(i=Math.max(i,a.left));(0,e.isNum)(a.top)&&(o=Math.max(o,a.top));return[i,o]},Ci.getControlPosition=function(e,r,i){const o="number"==typeof r?(0,t.getTouch)(e,r):null;if("number"==typeof r&&!o)return null;const a=n(i),s=i.props.offsetParent||a.offsetParent||a.ownerDocument.body;return(0,t.offsetXYFromParent)(o||e,s,i.props.scale)},Ci.snapToGrid=function(e,t,n){const r=Math.round(t/e[0])*e[0],i=Math.round(n/e[1])*e[1];return[r,i]};var e=xi(),t=mi();function n(e){const t=e.findDOMNode();if(!t)throw new Error("<DraggableCore>: Unmounted during event!");return t}return Ci}var ji,ki,$i,Si,Ei={},Oi={};function Ri(){if(ji)return Oi;return ji=1,Object.defineProperty(Oi,"__esModule",{value:!0}),Oi.default=function(){},Oi}function Ti(){if(ki)return Ei;ki=1,Object.defineProperty(Ei,"__esModule",{value:!0}),Ei.default=void 0;var e=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=d(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(n),t=c(li()),r=c(a),i=mi(),o=wi(),s=xi(),l=c(Ri());function c(e){return e&&e.__esModule?e:{default:e}}function d(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(d=function(e){return e?n:t})(e)}function u(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const p={start:"touchstart",move:"touchmove",stop:"touchend"},h={start:"mousedown",move:"mousemove",stop:"mouseup"};let f=h,x=class extends e.Component{constructor(){super(...arguments),u(this,"dragging",!1),u(this,"lastX",NaN),u(this,"lastY",NaN),u(this,"touchIdentifier",null),u(this,"mounted",!1),u(this,"handleDragStart",(e=>{if(this.props.onMouseDown(e),!this.props.allowAnyClick&&"number"==typeof e.button&&0!==e.button)return!1;const t=this.findDOMNode();if(!t||!t.ownerDocument||!t.ownerDocument.body)throw new Error("<DraggableCore> not mounted on DragStart!");const{ownerDocument:n}=t;if(this.props.disabled||!(e.target instanceof n.defaultView.Node)||this.props.handle&&!(0,i.matchesSelectorAndParentsTo)(e.target,this.props.handle,t)||this.props.cancel&&(0,i.matchesSelectorAndParentsTo)(e.target,this.props.cancel,t))return;"touchstart"===e.type&&e.preventDefault();const r=(0,i.getTouchIdentifier)(e);this.touchIdentifier=r;const a=(0,o.getControlPosition)(e,r,this);if(null==a)return;const{x:s,y:c}=a,d=(0,o.createCoreData)(this,s,c);(0,l.default)("DraggableCore: handleDragStart: %j",d),(0,l.default)("calling",this.props.onStart);!1!==this.props.onStart(e,d)&&!1!==this.mounted&&(this.props.enableUserSelectHack&&(0,i.addUserSelectStyles)(n),this.dragging=!0,this.lastX=s,this.lastY=c,(0,i.addEvent)(n,f.move,this.handleDrag),(0,i.addEvent)(n,f.stop,this.handleDragStop))})),u(this,"handleDrag",(e=>{const t=(0,o.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:r}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX,t=r-this.lastY;if([e,t]=(0,o.snapToGrid)(this.props.grid,e,t),!e&&!t)return;n=this.lastX+e,r=this.lastY+t}const i=(0,o.createCoreData)(this,n,r);(0,l.default)("DraggableCore: handleDrag: %j",i);if(!1!==this.props.onDrag(e,i)&&!1!==this.mounted)this.lastX=n,this.lastY=r;else try{this.handleDragStop(new MouseEvent("mouseup"))}catch(e){const t=document.createEvent("MouseEvents");t.initMouseEvent("mouseup",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null),this.handleDragStop(t)}})),u(this,"handleDragStop",(e=>{if(!this.dragging)return;const t=(0,o.getControlPosition)(e,this.touchIdentifier,this);if(null==t)return;let{x:n,y:r}=t;if(Array.isArray(this.props.grid)){let e=n-this.lastX||0,t=r-this.lastY||0;[e,t]=(0,o.snapToGrid)(this.props.grid,e,t),n=this.lastX+e,r=this.lastY+t}const a=(0,o.createCoreData)(this,n,r);if(!1===this.props.onStop(e,a)||!1===this.mounted)return!1;const s=this.findDOMNode();s&&this.props.enableUserSelectHack&&(0,i.removeUserSelectStyles)(s.ownerDocument),(0,l.default)("DraggableCore: handleDragStop: %j",a),this.dragging=!1,this.lastX=NaN,this.lastY=NaN,s&&((0,l.default)("DraggableCore: Removing handlers"),(0,i.removeEvent)(s.ownerDocument,f.move,this.handleDrag),(0,i.removeEvent)(s.ownerDocument,f.stop,this.handleDragStop))})),u(this,"onMouseDown",(e=>(f=h,this.handleDragStart(e)))),u(this,"onMouseUp",(e=>(f=h,this.handleDragStop(e)))),u(this,"onTouchStart",(e=>(f=p,this.handleDragStart(e)))),u(this,"onTouchEnd",(e=>(f=p,this.handleDragStop(e))))}componentDidMount(){this.mounted=!0;const e=this.findDOMNode();e&&(0,i.addEvent)(e,p.start,this.onTouchStart,{passive:!1})}componentWillUnmount(){this.mounted=!1;const e=this.findDOMNode();if(e){const{ownerDocument:t}=e;(0,i.removeEvent)(t,h.move,this.handleDrag),(0,i.removeEvent)(t,p.move,this.handleDrag),(0,i.removeEvent)(t,h.stop,this.handleDragStop),(0,i.removeEvent)(t,p.stop,this.handleDragStop),(0,i.removeEvent)(e,p.start,this.onTouchStart,{passive:!1}),this.props.enableUserSelectHack&&(0,i.removeUserSelectStyles)(t)}}findDOMNode(){var e,t;return null!==(e=this.props)&&void 0!==e&&e.nodeRef?null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current:r.default.findDOMNode(this)}render(){return e.cloneElement(e.Children.only(this.props.children),{onMouseDown:this.onMouseDown,onMouseUp:this.onMouseUp,onTouchEnd:this.onTouchEnd})}};return Ei.default=x,u(x,"displayName","DraggableCore"),u(x,"propTypes",{allowAnyClick:t.default.bool,children:t.default.node.isRequired,disabled:t.default.bool,enableUserSelectHack:t.default.bool,offsetParent:function(e,t){if(e[t]&&1!==e[t].nodeType)throw new Error("Draggable's offsetParent must be a DOM Node.")},grid:t.default.arrayOf(t.default.number),handle:t.default.string,cancel:t.default.string,nodeRef:t.default.object,onStart:t.default.func,onDrag:t.default.func,onStop:t.default.func,onMouseDown:t.default.func,scale:t.default.number,className:s.dontSetMe,style:s.dontSetMe,transform:s.dontSetMe}),u(x,"defaultProps",{allowAnyClick:!1,disabled:!1,enableUserSelectHack:!0,onStart:function(){},onDrag:function(){},onStop:function(){},onMouseDown:function(){},scale:1}),Ei}function Li(){return $i||($i=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"DraggableCore",{enumerable:!0,get:function(){return d.default}}),e.default=void 0;var t=function(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=h(t);if(n&&n.has(e))return n.get(e);var r={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if("default"!==o&&Object.prototype.hasOwnProperty.call(e,o)){var a=i?Object.getOwnPropertyDescriptor(e,o):null;a&&(a.get||a.set)?Object.defineProperty(r,o,a):r[o]=e[o]}r.default=e,n&&n.set(e,r);return r}(n),r=p(li()),i=p(a),o=p(pi),s=mi(),l=wi(),c=xi(),d=p(Ti()),u=p(Ri());function p(e){return e&&e.__esModule?e:{default:e}}function h(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(h=function(e){return e?n:t})(e)}function f(){return f=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},f.apply(this,arguments)}function x(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class g extends t.Component{static getDerivedStateFromProps(e,t){let{position:n}=e,{prevPropsPosition:r}=t;return!n||r&&n.x===r.x&&n.y===r.y?null:((0,u.default)("Draggable: getDerivedStateFromProps %j",{position:n,prevPropsPosition:r}),{x:n.x,y:n.y,prevPropsPosition:{...n}})}constructor(e){super(e),x(this,"onDragStart",((e,t)=>{(0,u.default)("Draggable: onDragStart: %j",t);if(!1===this.props.onStart(e,(0,l.createDraggableData)(this,t)))return!1;this.setState({dragging:!0,dragged:!0})})),x(this,"onDrag",((e,t)=>{if(!this.state.dragging)return!1;(0,u.default)("Draggable: onDrag: %j",t);const n=(0,l.createDraggableData)(this,t),r={x:n.x,y:n.y,slackX:0,slackY:0};if(this.props.bounds){const{x:e,y:t}=r;r.x+=this.state.slackX,r.y+=this.state.slackY;const[i,o]=(0,l.getBoundPosition)(this,r.x,r.y);r.x=i,r.y=o,r.slackX=this.state.slackX+(e-r.x),r.slackY=this.state.slackY+(t-r.y),n.x=r.x,n.y=r.y,n.deltaX=r.x-this.state.x,n.deltaY=r.y-this.state.y}if(!1===this.props.onDrag(e,n))return!1;this.setState(r)})),x(this,"onDragStop",((e,t)=>{if(!this.state.dragging)return!1;if(!1===this.props.onStop(e,(0,l.createDraggableData)(this,t)))return!1;(0,u.default)("Draggable: onDragStop: %j",t);const n={dragging:!1,slackX:0,slackY:0};if(Boolean(this.props.position)){const{x:e,y:t}=this.props.position;n.x=e,n.y=t}this.setState(n)})),this.state={dragging:!1,dragged:!1,x:e.position?e.position.x:e.defaultPosition.x,y:e.position?e.position.y:e.defaultPosition.y,prevPropsPosition:{...e.position},slackX:0,slackY:0,isElementSVG:!1},!e.position||e.onDrag||e.onStop||console.warn("A `position` was applied to this <Draggable>, without drag handlers. This will make this component effectively undraggable. Please attach `onDrag` or `onStop` handlers so you can adjust the `position` of this element.")}componentDidMount(){void 0!==window.SVGElement&&this.findDOMNode()instanceof window.SVGElement&&this.setState({isElementSVG:!0})}componentWillUnmount(){this.setState({dragging:!1})}findDOMNode(){var e,t;return null!==(e=null===(t=this.props)||void 0===t||null===(t=t.nodeRef)||void 0===t?void 0:t.current)&&void 0!==e?e:i.default.findDOMNode(this)}render(){const{axis:e,bounds:n,children:r,defaultPosition:i,defaultClassName:a,defaultClassNameDragging:c,defaultClassNameDragged:u,position:p,positionOffset:h,scale:x,...g}=this.props;let v={},b=null;const m=!Boolean(p)||this.state.dragging,y=p||i,C={x:(0,l.canDragX)(this)&&m?this.state.x:y.x,y:(0,l.canDragY)(this)&&m?this.state.y:y.y};this.state.isElementSVG?b=(0,s.createSVGTransform)(C,h):v=(0,s.createCSSTransform)(C,h);const w=(0,o.default)(r.props.className||"",a,{[c]:this.state.dragging,[u]:this.state.dragged});return t.createElement(d.default,f({},g,{onStart:this.onDragStart,onDrag:this.onDrag,onStop:this.onDragStop}),t.cloneElement(t.Children.only(r),{className:w,style:{...r.props.style,...v},transform:b}))}}e.default=g,x(g,"displayName","Draggable"),x(g,"propTypes",{...d.default.propTypes,axis:r.default.oneOf(["both","x","y","none"]),bounds:r.default.oneOfType([r.default.shape({left:r.default.number,right:r.default.number,top:r.default.number,bottom:r.default.number}),r.default.string,r.default.oneOf([!1])]),defaultClassName:r.default.string,defaultClassNameDragging:r.default.string,defaultClassNameDragged:r.default.string,defaultPosition:r.default.shape({x:r.default.number,y:r.default.number}),positionOffset:r.default.shape({x:r.default.oneOfType([r.default.number,r.default.string]),y:r.default.oneOfType([r.default.number,r.default.string])}),position:r.default.shape({x:r.default.number,y:r.default.number}),className:c.dontSetMe,style:c.dontSetMe,transform:c.dontSetMe}),x(g,"defaultProps",{...d.default.defaultProps,axis:"both",bounds:!1,defaultClassName:"react-draggable",defaultClassNameDragging:"react-draggable-dragging",defaultClassNameDragged:"react-draggable-dragged",defaultPosition:{x:0,y:0},scale:1})}(Ar)),Ar}var _i=function(){if(Si)return zr.exports;Si=1;const{default:e,DraggableCore:t}=Li();return zr.exports=e,zr.exports.default=e,zr.exports.DraggableCore=t,zr.exports}(),Pi=Ir(_i);const Mi=e=>r.css`
|
|
2181
2185
|
width: 240px;
|
|
2182
2186
|
${"medium"===e&&"width: 320px;"}
|
|
2183
2187
|
${"large"===e&&"width: 440px;"}
|
|
@@ -2188,7 +2192,7 @@
|
|
|
2188
2192
|
border-radius: 4px;
|
|
2189
2193
|
box-shadow: 0px 4px 6px -4px #0000001a;
|
|
2190
2194
|
box-shadow: 0px 10px 15px -3px #0000001a;
|
|
2191
|
-
`,
|
|
2195
|
+
`,Di=r.css`
|
|
2192
2196
|
height: 100%;
|
|
2193
2197
|
min-height: 40px;
|
|
2194
2198
|
display: flex;
|
|
@@ -2196,31 +2200,31 @@
|
|
|
2196
2200
|
justify-content: space-between;
|
|
2197
2201
|
padding: 8px;
|
|
2198
2202
|
border-bottom: 1px solid ${u("neutral",300)};
|
|
2199
|
-
`,Di=r.css`
|
|
2200
|
-
top: 10px;
|
|
2201
2203
|
`,Ii=r.css`
|
|
2204
|
+
top: 10px;
|
|
2205
|
+
`,Ni=r.css`
|
|
2202
2206
|
padding: 12px;
|
|
2203
|
-
`,
|
|
2207
|
+
`,Vi=e=>r.css`
|
|
2204
2208
|
height: 100%;
|
|
2205
2209
|
width: ${e||"320px"};
|
|
2206
2210
|
background-color: ${u("neutral",100)};
|
|
2207
2211
|
box-shadow: 0px 1px 2px -1px #0000001a;
|
|
2208
2212
|
box-shadow: 0px 1px 3px 0px #0000001a;
|
|
2209
2213
|
position: relative;
|
|
2210
|
-
`,Vi=r.css`
|
|
2211
|
-
border-right: 1px solid ${u("neutral",300)};
|
|
2212
2214
|
`,zi=r.css`
|
|
2215
|
+
border-right: 1px solid ${u("neutral",300)};
|
|
2216
|
+
`,Ai=r.css`
|
|
2213
2217
|
border: 1px solid ${u("neutral",300)};
|
|
2214
2218
|
border-radius: 4px;
|
|
2215
|
-
`,
|
|
2219
|
+
`,Bi=r.css`
|
|
2216
2220
|
min-height: 48px;
|
|
2217
2221
|
width: 100%;
|
|
2218
2222
|
border-bottom: 1px solid ${u("neutral",300)};
|
|
2219
|
-
`,
|
|
2223
|
+
`,Hi=(e,t)=>r.css`
|
|
2220
2224
|
height: ${((e,t)=>e&&t?`calc(100% - ${e+t}px)`:e?`calc(100% - ${e}px)`:t?`calc(100% - ${t}px)`:"100%")(e,t)};
|
|
2221
2225
|
width: 100%;
|
|
2222
2226
|
overflow-y: auto;
|
|
2223
|
-
`,
|
|
2227
|
+
`,Fi=r.css`
|
|
2224
2228
|
min-height: 64px;
|
|
2225
2229
|
width: 100%;
|
|
2226
2230
|
display: flex;
|
|
@@ -2230,7 +2234,7 @@
|
|
|
2230
2234
|
bottom: 0;
|
|
2231
2235
|
left: 0;
|
|
2232
2236
|
border-top: 1px solid ${u("neutral",300)};
|
|
2233
|
-
`;var
|
|
2237
|
+
`;var Zi,Gi;!function(){if(Gi)return Zi;Gi=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=function(e,t){var n=arguments.length;t=new Array(n>1?n-1:0);for(var r=1;r<n;r++)t[r-1]=arguments[r];var i=0,o="Warning: "+e.replace(/%s/g,(function(){return t[i++]}));"undefined"!=typeof console&&console.error(o);try{throw new Error(o)}catch(e){}};e=function(e,n,r){var i=arguments.length;r=new Array(i>2?i-2:0);for(var o=2;o<i;o++)r[o-2]=arguments[o];if(void 0===n)throw new Error("`warning(condition, format, ...args)` requires a warning message argument");e||t.apply(null,[n].concat(r))}}Zi=e}();var qi=Wi()?n.useLayoutEffect:n.useEffect;"production"!==process.env.NODE_ENV&&("undefined"!=typeof process?process:{env:{NODE_ENV:"development"}}).env;function Wi(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}process.env.NODE_ENV,process.env.NODE_ENV,process.env.NODE_ENV;var Ui=function(e){var t,r=e.children,i=e.type,o=void 0===i?"reach-portal":i,s=n.useRef(null),l=n.useRef(null),c=(t=n.useState(Object.create(null))[1],n.useCallback((function(){t(Object.create(null))}),[]));return qi((function(){if(s.current){var e=s.current.ownerDocument;return l.current=null==e?void 0:e.createElement(o),e.body.appendChild(l.current),c(),function(){l.current&&l.current.ownerDocument&&l.current.ownerDocument.body.removeChild(l.current)}}}),[o,c]),l.current?a.createPortal(r,l.current):n.createElement("span",{ref:s})};"production"!==process.env.NODE_ENV&&(Ui.displayName="Portal");
|
|
2234
2238
|
/*! *****************************************************************************
|
|
2235
2239
|
Copyright (c) Microsoft Corporation.
|
|
2236
2240
|
|
|
@@ -2244,16 +2248,16 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
2244
2248
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
2245
2249
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
2246
2250
|
PERFORMANCE OF THIS SOFTWARE.
|
|
2247
|
-
***************************************************************************** */var Ui,Xi,Yi=function(){return Yi=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Yi.apply(this,arguments)};function Ki(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}function Ji(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Qi(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function eo(e,t,n){if(2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}!function(e){e.Start="xstate.start",e.Stop="xstate.stop",e.Raise="xstate.raise",e.Send="xstate.send",e.Cancel="xstate.cancel",e.NullEvent="",e.Assign="xstate.assign",e.After="xstate.after",e.DoneState="done.state",e.DoneInvoke="done.invoke",e.Log="xstate.log",e.Init="xstate.init",e.Invoke="xstate.invoke",e.ErrorExecution="error.execution",e.ErrorCommunication="error.communication",e.ErrorPlatform="error.platform",e.ErrorCustom="xstate.error",e.Update="xstate.update",e.Pure="xstate.pure",e.Choose="xstate.choose"}(Ui||(Ui={})),function(e){e.Parent="#_parent",e.Internal="#_internal"}(Xi||(Xi={}));var to=Ui.Start,no=Ui.Stop,ro=Ui.Raise,io=Ui.Send,oo=Ui.Cancel,ao=Ui.NullEvent,so=Ui.Assign;Ui.After,Ui.DoneState;var lo=Ui.Log,co=Ui.Init,uo=Ui.Invoke;Ui.ErrorExecution;var po,ho=Ui.ErrorPlatform,fo=Ui.ErrorCustom,xo=Ui.Update,go=Ui.Choose,vo=Ui.Pure,bo={},mo="xstate.guard",yo="production"===process.env.NODE_ENV;function Co(e,t,n){void 0===n&&(n=".");var r=ko(e,n),i=ko(t,n);return Ao(i)?!!Ao(r)&&i===r:Ao(r)?r in i:Object.keys(r).every((function(e){return e in i&&Co(r[e],i[e])}))}function wo(e){try{return Ao(e)||"number"==typeof e?"".concat(e):e.type}catch(e){throw new Error("Events must be strings or objects with a string event.type property.")}}function jo(e,t){try{return Vo(e)?e:e.toString().split(t)}catch(t){throw new Error("'".concat(e,"' is not a valid state path."))}}function ko(e,t){return"object"==typeof(n=e)&&"value"in n&&"context"in n&&"event"in n&&"_event"in n?e.value:Vo(e)?$o(e):"string"!=typeof e?e:$o(jo(e,t));var n}function $o(e){if(1===e.length)return e[0];for(var t={},n=t,r=0;r<e.length-1;r++)r===e.length-2?n[e[r]]=e[r+1]:(n[e[r]]={},n=n[e[r]]);return t}function So(e,t){for(var n={},r=Object.keys(e),i=0;i<r.length;i++){var o=r[i];n[o]=t(e[o],o,e,i)}return n}function Eo(e,t,n){var r,i,o={};try{for(var a=Ji(Object.keys(e)),s=a.next();!s.done;s=a.next()){var l=s.value,c=e[l];n(c)&&(o[l]=t(c,l,e))}}catch(e){r={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}var Oo=function(e){return function(t){var n,r,i=t;try{for(var o=Ji(e),a=o.next();!a.done;a=o.next()){i=i[a.value]}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}};function Ro(e){return e?Ao(e)?[[e]]:To(Object.keys(e).map((function(t){var n=e[t];return"string"==typeof n||n&&Object.keys(n).length?Ro(e[t]).map((function(e){return[t].concat(e)})):[[t]]}))):[[]]}function To(e){var t;return(t=[]).concat.apply(t,eo([],Qi(e),!1))}function Lo(e){return Vo(e)?e:[e]}function _o(e){return void 0===e?[]:Lo(e)}function Po(e,t,n){var r,i;if(zo(e))return e(t,n.data);var o={};try{for(var a=Ji(Object.keys(e)),s=a.next();!s.done;s=a.next()){var l=s.value,c=e[l];zo(c)?o[l]=c(t,n.data):o[l]=c}}catch(e){r={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}function Mo(e){return e instanceof Promise||!(null===e||!zo(e)&&"object"!=typeof e||!zo(e.then))}function Do(e,t){return So(e.states,(function(e,n){if(e){var r=(Ao(t)?void 0:t[n])||(e?e.current:void 0);if(r)return{current:r,states:Do(e,r)}}}))}function Io(e,t,n,r){yo||No(!!e,"Attempting to update undefined context");var i=e?n.reduce((function(e,n){var i,o,a=n.assignment,s={state:r,action:n,_event:t},l={};if(zo(a))l=a(e,t.data,s);else try{for(var c=Ji(Object.keys(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=a[u];l[u]=zo(p)?p(e,t.data,s):p}}catch(e){i={error:e}}finally{try{d&&!d.done&&(o=c.return)&&o.call(c)}finally{if(i)throw i.error}}return Object.assign({},e,l)}),e):e;return i}var No=function(){};function Vo(e){return Array.isArray(e)}function zo(e){return"function"==typeof e}function Ao(e){return"string"==typeof e}function Bo(e,t){if(e)return Ao(e)?{type:mo,name:e,predicate:t?t[e]:void 0}:zo(e)?{type:mo,name:e.name,predicate:e}:e}yo||(No=function(e,t){var n=e instanceof Error?e:void 0;if((n||!e)&&void 0!==console){var r=["Warning: ".concat(t)];n&&r.push(n),console.warn.apply(console,r)}});var Ho=function(){return"function"==typeof Symbol&&Symbol.observable||"@@observable"}();function Fo(e){return!!e&&"__xstatenode"in e}function Zo(e,t){return Ao(e)||"number"==typeof e?Yi({type:e},t):e}function Go(e,t){if(!Ao(e)&&"$$type"in e&&"scxml"===e.$$type)return e;var n=Zo(e);return Yi({name:n.type,data:n,$$type:"scxml",type:"external"},t)}function qo(e,t){return Lo(t).map((function(t){return void 0===t||"string"==typeof t||Fo(t)?{target:t,event:e}:Yi(Yi({},t),{event:e})}))}function Wo(e,t,n,r,i){var o=e.options.guards,a={state:i,cond:t,_event:r};if(t.type===mo)return((null==o?void 0:o[t.name])||t.predicate)(n,r.data,a);var s=null==o?void 0:o[t.type];if(!s)throw new Error("Guard '".concat(t.type,"' is not implemented on machine '").concat(e.id,"'."));return s(n,r.data,a)}function Uo(e){return"string"==typeof e?{type:e}:e}function Xo(e,t,n){var r=function(){},i="object"==typeof e,o=i?e:null;return{next:((i?e.next:e)||r).bind(o),error:((i?e.error:t)||r).bind(o),complete:((i?e.complete:n)||r).bind(o)}}function Yo(e,t){return"".concat(e,":invocation[").concat(t,"]")}function Ko(e){return(e.type===ro||e.type===io&&e.to===Xi.Internal)&&"number"!=typeof e.delay}(po={})[Ho]=function(){return this},po[Symbol.observable]=function(){return this};var Jo=Go({type:co});function Qo(e,t){return t&&t[e]||void 0}function ea(e,t){var n;if(Ao(e)||"number"==typeof e)n=zo(r=Qo(e,t))?{type:e,exec:r}:r||{type:e,exec:void 0};else if(zo(e))n={type:e.name||e.toString(),exec:e};else{var r;if(zo(r=Qo(e.type,t)))n=Yi(Yi({},e),{exec:r});else if(r){var i=r.type||e.type;n=Yi(Yi(Yi({},r),e),{type:i})}else n=e}return n}var ta=function(e,t){return e?(Vo(e)?e:[e]).map((function(e){return ea(e,t)})):[]};function na(e){var t=ea(e);return Yi(Yi({id:Ao(e)?e:t.id},t),{type:t.type})}function ra(e,t){var n="".concat(Ui.DoneState,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function ia(e,t){var n="".concat(Ui.DoneInvoke,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function oa(e,t){var n="".concat(Ui.ErrorPlatform,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function aa(e,t,n,r,i,o,a){void 0===a&&(a=!1);var s=a?[]:function(e){var t,n,r=[];try{for(var i=Ji(e),o=i.next();!o.done;o=i.next())for(var a=o.value,s=0;s<a.actions.length;)a.actions[s].type!==so?s++:(r.push(a.actions[s]),a.actions.splice(s,1))}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}(i),l=s.length?Io(n,r,s,t):n,c=a?[n]:void 0,d=[];function u(i,s){var u;switch(s.type){case ro:var p=function(e,t,n,r){var i,o={_event:n},a=Go(zo(e.event)?e.event(t,n.data,o):e.event);if(Ao(e.delay)){var s=r&&r[e.delay];i=zo(s)?s(t,n.data,o):s}else i=zo(e.delay)?e.delay(t,n.data,o):e.delay;return Yi(Yi({},e),{type:ro,_event:a,delay:i})}(s,l,r,e.options.delays);return o&&"number"==typeof p.delay&&o(p,l,r),p;case io:var h=function(e,t,n,r){var i,o={_event:n},a=Go(zo(e.event)?e.event(t,n.data,o):e.event);if(Ao(e.delay)){var s=r&&r[e.delay];i=zo(s)?s(t,n.data,o):s}else i=zo(e.delay)?e.delay(t,n.data,o):e.delay;var l=zo(e.to)?e.to(t,n.data,o):e.to;return Yi(Yi({},e),{to:l,_event:a,event:a.data,delay:i})}(s,l,r,e.options.delays);if(!yo){var f=s.delay;No(!Ao(f)||"number"==typeof h.delay,"No delay reference for delay expression '".concat(f,"' was found on machine '").concat(e.id,"'"))}return o&&h.to!==Xi.Internal&&("entry"===i?d.push(h):o(h,l,r)),h;case lo:var x=function(e,t,n){return Yi(Yi({},e),{value:Ao(e.expr)?e.expr:e.expr(t,n.data,{_event:n})})}(s,l,r);return null==o||o(x,l,r),x;case go:if(!(m=null===(u=s.conds.find((function(n){var i=Bo(n.cond,e.options.guards);return!i||Wo(e,i,l,r,o?void 0:t)})))||void 0===u?void 0:u.actions))return[];var g=Qi(aa(e,t,l,r,[{type:i,actions:ta(_o(m),e.options.actions)}],o,a),2),v=g[0],b=g[1];return l=b,null==c||c.push(l),v;case vo:var m;if(!(m=s.get(l,r.data)))return[];var y=Qi(aa(e,t,l,r,[{type:i,actions:ta(_o(m),e.options.actions)}],o,a),2),C=y[0],w=y[1];return l=w,null==c||c.push(l),C;case no:x=function(e,t,n){var r=zo(e.activity)?e.activity(t,n.data):e.activity,i="string"==typeof r?{id:r}:r;return{type:Ui.Stop,activity:i}}(s,l,r);return null==o||o(x,n,r),x;case so:l=Io(l,r,[s],o?void 0:t),null==c||c.push(l);break;default:var j=ea(s,e.options.actions),k=j.exec;if(o)o(j,l,r);else if(k&&c){var $=c.length-1,S=Yi(Yi({},j),{exec:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];k.apply(void 0,eo([c[$]],Qi(t),!1))}});j=S}return j}}var p=To(i.map((function(e){var t,n,i=[];try{for(var a=Ji(e.actions),s=a.next();!s.done;s=a.next()){var c=s.value,p=u(e.type,c);p&&(i=i.concat(p))}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return d.forEach((function(e){o(e,l,r)})),d.length=0,i})));return[p,l]}var sa=function(e,t){return t(e)};function la(e){var t;return(t={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},getSnapshot:function(){},toJSON:function(){return{id:e}}})[Ho]=function(){return this},t}function ca(e,t,n){var r=la(t);if(r.deferred=!0,Fo(e)){var i=r.state=sa(void 0,(function(){return(n?e.withContext(n):e).initialState}));r.getSnapshot=function(){return i}}return r}var da=function(e){return"atomic"===e.type||"final"===e.type};function ua(e){return Object.keys(e.states).map((function(t){return e.states[t]}))}function pa(e){return ua(e).filter((function(e){return"history"!==e.type}))}function ha(e){var t=[e];return da(e)?t:t.concat(To(pa(e).map(ha)))}function fa(e,t){var n,r,i,o,a,s,l,c,d=ga(new Set(e)),u=new Set(t);try{for(var p=Ji(u),h=p.next();!h.done;h=p.next())for(var f=(j=h.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}var x=ga(u);try{for(var g=Ji(u),v=g.next();!v.done;v=g.next()){if("compound"!==(j=v.value).type||x.get(j)&&x.get(j).length){if("parallel"===j.type)try{for(var b=(a=void 0,Ji(pa(j))),m=b.next();!m.done;m=b.next()){var y=m.value;u.has(y)||(u.add(y),d.get(y)?d.get(y).forEach((function(e){return u.add(e)})):y.initialStateNodes.forEach((function(e){return u.add(e)})))}}catch(e){a={error:e}}finally{try{m&&!m.done&&(s=b.return)&&s.call(b)}finally{if(a)throw a.error}}}else d.get(j)?d.get(j).forEach((function(e){return u.add(e)})):j.initialStateNodes.forEach((function(e){return u.add(e)}))}}catch(e){i={error:e}}finally{try{v&&!v.done&&(o=g.return)&&o.call(g)}finally{if(i)throw i.error}}try{for(var C=Ji(u),w=C.next();!w.done;w=C.next()){var j;for(f=(j=w.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}}catch(e){l={error:e}}finally{try{w&&!w.done&&(c=C.return)&&c.call(C)}finally{if(l)throw l.error}}return u}function xa(e,t){var n=t.get(e);if(!n)return{};if("compound"===e.type){var r=n[0];if(!r)return{};if(da(r))return r.key}var i={};return n.forEach((function(e){i[e.key]=xa(e,t)})),i}function ga(e){var t,n,r=new Map;try{for(var i=Ji(e),o=i.next();!o.done;o=i.next()){var a=o.value;r.has(a)||r.set(a,[]),a.parent&&(r.has(a.parent)||r.set(a.parent,[]),r.get(a.parent).push(a))}}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}function va(e,t){return xa(e,ga(fa([e],t)))}function ba(e,t){return Array.isArray(e)?e.some((function(e){return e===t})):e instanceof Set&&e.has(t)}function ma(e,t){return"compound"===t.type?pa(t).some((function(t){return"final"===t.type&&ba(e,t)})):"parallel"===t.type&&pa(t).every((function(t){return ma(e,t)}))}function ya(e){return new Set(To(e.map((function(e){return e.tags}))))}function Ca(e,t){if(e===t)return!0;if(void 0===e||void 0===t)return!1;if(Ao(e)||Ao(t))return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every((function(n){return Ca(e[n],t[n])}))}var wa=function(){function e(e){var t,n,r=this;this.actions=[],this.activities=bo,this.meta={},this.events=[],this.value=e.value,this.context=e.context,this._event=e._event,this._sessionid=e._sessionid,this.event=this._event.data,this.historyValue=e.historyValue,this.history=e.history,this.actions=e.actions||[],this.activities=e.activities||bo,this.meta=(void 0===(n=e.configuration)&&(n=[]),n.reduce((function(e,t){return void 0!==t.meta&&(e[t.id]=t.meta),e}),{})),this.events=e.events||[],this.matches=this.matches.bind(this),this.toStrings=this.toStrings.bind(this),this.configuration=e.configuration,this.transitions=e.transitions,this.children=e.children,this.done=!!e.done,this.tags=null!==(t=Array.isArray(e.tags)?new Set(e.tags):e.tags)&&void 0!==t?t:new Set,this.machine=e.machine,Object.defineProperty(this,"nextEvents",{get:function(){return function(e){return eo([],Qi(new Set(To(eo([],Qi(e.map((function(e){return e.ownEvents}))),!1)))),!1)}(r.configuration)}})}return e.from=function(t,n){return t instanceof e?t.context!==n?new e({value:t.value,context:n,_event:t._event,_sessionid:null,historyValue:t.historyValue,history:t.history,actions:[],activities:t.activities,events:[],configuration:[],transitions:[],children:{}}):t:new e({value:t,context:n,_event:Jo,_sessionid:null,historyValue:void 0,history:void 0,actions:[],activities:void 0,events:[],configuration:[],transitions:[],children:{}})},e.create=function(t){return new e(t)},e.inert=function(t,n){if(t instanceof e){if(!t.actions.length)return t;var r=Jo;return new e({value:t.value,context:n,_event:r,_sessionid:null,historyValue:t.historyValue,history:t.history,activities:t.activities,configuration:t.configuration,transitions:[],children:{}})}return e.from(t,n)},e.prototype.toStrings=function(e,t){var n=this;if(void 0===e&&(e=this.value),void 0===t&&(t="."),Ao(e))return[e];var r=Object.keys(e);return r.concat.apply(r,eo([],Qi(r.map((function(r){return n.toStrings(e[r],t).map((function(e){return r+t+e}))}))),!1))},e.prototype.toJSON=function(){var e=this;e.configuration,e.transitions;var t=e.tags;e.machine;var n=Ki(e,["configuration","transitions","tags","machine"]);return Yi(Yi({},n),{tags:Array.from(t)})},e.prototype.matches=function(e){return Co(e,this.value)},e.prototype.hasTag=function(e){return this.tags.has(e)},e.prototype.can=function(e){var t;yo&&No(!!this.machine,"state.can(...) used outside of a machine-created State object; this will always return false.");var n=null===(t=this.machine)||void 0===t?void 0:t.getTransitionData(this,e);return!!(null==n?void 0:n.transitions.length)&&n.transitions.some((function(e){return void 0!==e.target||e.actions.length}))},e}(),ja={deferEvents:!1},ka=function(){function e(e){this.processingEvent=!1,this.queue=[],this.initialized=!1,this.options=Yi(Yi({},ja),e)}return e.prototype.initialize=function(e){if(this.initialized=!0,e){if(!this.options.deferEvents)return void this.schedule(e);this.process(e)}this.flushEvents()},e.prototype.schedule=function(e){if(this.initialized&&!this.processingEvent){if(0!==this.queue.length)throw new Error("Event queue should be empty when it is not processing events");this.process(e),this.flushEvents()}else this.queue.push(e)},e.prototype.clear=function(){this.queue=[]},e.prototype.flushEvents=function(){for(var e=this.queue.shift();e;)this.process(e),e=this.queue.shift()},e.prototype.process=function(e){this.processingEvent=!0;try{e()}catch(e){throw this.clear(),e}finally{this.processingEvent=!1}},e}(),$a=new Map,Sa=0,Ea=function(){return"x:".concat(Sa++)},Oa=function(e,t){return $a.set(e,t),e},Ra=function(e){return $a.get(e)},Ta=function(e){$a.delete(e)};function La(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void(yo||console.warn("XState could not find a global object in this environment. Please let the maintainers know and raise an issue here: https://github.com/statelyai/xstate/issues"))}function _a(e){if(La()){var t=function(){var e=La();if(e&&"__xstate__"in e)return e.__xstate__}();t&&t.register(e)}}function Pa(e,t){void 0===t&&(t={});var n=e.initialState,r=new Set,i=[],o=!1,a=function(e){var t;return Yi(((t={subscribe:function(){return{unsubscribe:function(){}}},id:"anonymous",getSnapshot:function(){}})[Ho]=function(){return this},t),e)}({id:t.id,send:function(t){i.push(t),function(){if(!o){for(o=!0;i.length>0;){var t=i.shift();n=e.transition(n,t,s),r.forEach((function(e){return e.next(n)}))}o=!1}}()},getSnapshot:function(){return n},subscribe:function(e,t,i){var o=Xo(e,t,i);return r.add(o),o.next(n),{unsubscribe:function(){r.delete(o)}}}}),s={parent:t.parent,self:a,id:t.id||"anonymous",observers:r};return n=e.start?e.start(s):n,a}var Ma,Da={sync:!1,autoForward:!1};!function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(Ma||(Ma={}));var Ia=function(){function e(t,n){void 0===n&&(n=e.defaultOptions);var r=this;this.machine=t,this.delayedEventsMap={},this.listeners=new Set,this.contextListeners=new Set,this.stopListeners=new Set,this.doneListeners=new Set,this.eventListeners=new Set,this.sendListeners=new Set,this.initialized=!1,this.status=Ma.NotStarted,this.children=new Map,this.forwardTo=new Set,this._outgoingQueue=[],this.init=this.start,this.send=function(e,t){if(Vo(e))return r.batch(e),r.state;var n=Go(Zo(e,t));if(r.status===Ma.Stopped)return yo||No(!1,'Event "'.concat(n.name,'" was sent to stopped service "').concat(r.machine.id,'". This service has already reached its final state, and will not transition.\nEvent: ').concat(JSON.stringify(n.data))),r.state;if(r.status!==Ma.Running&&!r.options.deferEvents)throw new Error('Event "'.concat(n.name,'" was sent to uninitialized service "').concat(r.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.\nEvent: ').concat(JSON.stringify(n.data)));return r.scheduler.schedule((function(){r.forward(n);var e=r._nextState(n);r.update(e,n)})),r._state},this.sendTo=function(e,t,n){var i,o=r.parent&&(t===Xi.Parent||r.parent.id===t),a=o?r.parent:Ao(t)?t===Xi.Internal?r:r.children.get(t)||Ra(t):(i=t)&&"function"==typeof i.send?t:void 0;if(a)if("machine"in a){if(r.status!==Ma.Stopped||r.parent!==a||r.state.done){var s=Yi(Yi({},e),{name:e.name===fo?"".concat(oa(r.id)):e.name,origin:r.sessionId});!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,s]):a.send(s)}}else!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,e.data]):a.send(e.data);else{if(!o)throw new Error("Unable to send event to child '".concat(t,"' from service '").concat(r.id,"'."));yo||No(!1,"Service '".concat(r.id,"' has no parent: unable to send event ").concat(e.type))}},this._exec=function(e,t,n,i){void 0===i&&(i=r.machine.options.actions);var o=e.exec||Qo(e.type,i),a=zo(o)?o:o?o.exec:e.exec;if(a)try{return a(t,n.data,r.machine.config.predictableActionArguments?{action:e,_event:n}:{action:e,state:r.state,_event:n})}catch(e){throw r.parent&&r.parent.send({type:"xstate.error",data:e}),e}switch(e.type){case ro:var s=e;r.defer(s);break;case io:var l=e;if("number"==typeof l.delay)return void r.defer(l);l.to?r.sendTo(l._event,l.to,n===Jo):r.send(l._event);break;case oo:r.cancel(e.sendId);break;case to:if(r.status!==Ma.Running)return;var c=e.activity;if(!r.machine.config.predictableActionArguments&&!r.state.activities[c.id||c.type])break;if(c.type===Ui.Invoke){var d=Uo(c.src),u=r.machine.options.services?r.machine.options.services[d.type]:void 0,p=c.id,h=c.data;yo||No(!("forward"in c),"`forward` property is deprecated (found in invocation of '".concat(c.src,"' in in machine '").concat(r.machine.id,"'). ")+"Please use `autoForward` instead.");var f="autoForward"in c?c.autoForward:!!c.forward;if(!u)return void(yo||No(!1,"No service found for invocation '".concat(c.src,"' in machine '").concat(r.machine.id,"'.")));var x=h?Po(h,t,n):void 0;if("string"==typeof u)return;var g=zo(u)?u(t,n.data,{data:x,src:d,meta:c.meta}):u;if(!g)return;var v=void 0;Fo(g)&&(g=x?g.withContext(x):g,v={autoForward:f}),r.spawn(g,p,v)}else r.spawnActivity(c);break;case no:r.stopChild(e.activity.id);break;case lo:var b=e,m=b.label,y=b.value;m?r.logger(m,y):r.logger(y);break;default:yo||No(!1,"No implementation found for action type '".concat(e.type,"'"))}};var i=Yi(Yi({},e.defaultOptions),n),o=i.clock,a=i.logger,s=i.parent,l=i.id,c=void 0!==l?l:t.id;this.id=c,this.logger=a,this.clock=o,this.parent=s,this.options=i,this.scheduler=new ka({deferEvents:this.options.deferEvents}),this.sessionId=Ea()}return Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this;return this._initialState?this._initialState:sa(this,(function(){return e._initialState=e.machine.initialState,e._initialState}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"state",{get:function(){return yo||No(this.status!==Ma.NotStarted,"Attempted to read state from uninitialized service '".concat(this.id,"'. Make sure the service is started first.")),this._state},enumerable:!1,configurable:!0}),e.prototype.execute=function(e,t){var n,r;try{for(var i=Ji(e.actions),o=i.next();!o.done;o=i.next()){var a=o.value;this.exec(a,e,t)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},e.prototype.update=function(e,t){var n,r,i,o,a,s,l,c,d=this;if(e._sessionid=this.sessionId,this._state=e,this.machine.config.predictableActionArguments&&t!==Jo||!this.options.execute)for(var u=void 0;u=this._outgoingQueue.shift();)u[0].send(u[1]);else this.execute(this.state);if(this.children.forEach((function(e){d.state.children[e.id]=e})),this.devTools&&this.devTools.send(t.data,e),e.event)try{for(var p=Ji(this.eventListeners),h=p.next();!h.done;h=p.next()){(0,h.value)(e.event)}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}try{for(var f=Ji(this.listeners),x=f.next();!x.done;x=f.next()){(0,x.value)(e,e.event)}}catch(e){i={error:e}}finally{try{x&&!x.done&&(o=f.return)&&o.call(f)}finally{if(i)throw i.error}}try{for(var g=Ji(this.contextListeners),v=g.next();!v.done;v=g.next()){(0,v.value)(this.state.context,this.state.history?this.state.history.context:void 0)}}catch(e){a={error:e}}finally{try{v&&!v.done&&(s=g.return)&&s.call(g)}finally{if(a)throw a.error}}if(this.state.done){var b=e.configuration.find((function(e){return"final"===e.type&&e.parent===d.machine})),m=b&&b.doneData?Po(b.doneData,e.context,t):void 0;this._doneEvent=ia(this.id,m);try{for(var y=Ji(this.doneListeners),C=y.next();!C.done;C=y.next()){(0,C.value)(this._doneEvent)}}catch(e){l={error:e}}finally{try{C&&!C.done&&(c=y.return)&&c.call(y)}finally{if(l)throw l.error}}this._stop(),this._stopChildren(),Ta(this.sessionId)}},e.prototype.onTransition=function(e){return this.listeners.add(e),this.status===Ma.Running&&e(this.state,this.state.event),this},e.prototype.subscribe=function(e,t,n){var r=this,i=Xo(e,t,n);this.listeners.add(i.next),this.status!==Ma.NotStarted&&i.next(this.state);var o=function(){r.doneListeners.delete(o),r.stopListeners.delete(o),i.complete()};return this.status===Ma.Stopped?i.complete():(this.onDone(o),this.onStop(o)),{unsubscribe:function(){r.listeners.delete(i.next),r.doneListeners.delete(o),r.stopListeners.delete(o)}}},e.prototype.onEvent=function(e){return this.eventListeners.add(e),this},e.prototype.onSend=function(e){return this.sendListeners.add(e),this},e.prototype.onChange=function(e){return this.contextListeners.add(e),this},e.prototype.onStop=function(e){return this.stopListeners.add(e),this},e.prototype.onDone=function(e){return this.status===Ma.Stopped&&this._doneEvent?e(this._doneEvent):this.doneListeners.add(e),this},e.prototype.off=function(e){return this.listeners.delete(e),this.eventListeners.delete(e),this.sendListeners.delete(e),this.stopListeners.delete(e),this.doneListeners.delete(e),this.contextListeners.delete(e),this},e.prototype.start=function(e){var t=this;if(this.status===Ma.Running)return this;this.machine._init(),Oa(this.sessionId,this),this.initialized=!0,this.status=Ma.Running;var n=void 0===e?this.initialState:sa(this,(function(){return"object"==typeof(n=e)&&null!==n&&"value"in n&&"_event"in n?t.machine.resolveState(e):t.machine.resolveState(wa.from(e,t.machine.context));var n}));return this.options.devTools&&this.attachDev(),this.scheduler.initialize((function(){t.update(n,Jo)})),this},e.prototype._stopChildren=function(){this.children.forEach((function(e){zo(e.stop)&&e.stop()})),this.children.clear()},e.prototype._stop=function(){var e,t,n,r,i,o,a,s,l,c;try{for(var d=Ji(this.listeners),u=d.next();!u.done;u=d.next()){var p=u.value;this.listeners.delete(p)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(t=d.return)&&t.call(d)}finally{if(e)throw e.error}}try{for(var h=Ji(this.stopListeners),f=h.next();!f.done;f=h.next()){(p=f.value)(),this.stopListeners.delete(p)}}catch(e){n={error:e}}finally{try{f&&!f.done&&(r=h.return)&&r.call(h)}finally{if(n)throw n.error}}try{for(var x=Ji(this.contextListeners),g=x.next();!g.done;g=x.next()){p=g.value;this.contextListeners.delete(p)}}catch(e){i={error:e}}finally{try{g&&!g.done&&(o=x.return)&&o.call(x)}finally{if(i)throw i.error}}try{for(var v=Ji(this.doneListeners),b=v.next();!b.done;b=v.next()){p=b.value;this.doneListeners.delete(p)}}catch(e){a={error:e}}finally{try{b&&!b.done&&(s=v.return)&&s.call(v)}finally{if(a)throw a.error}}if(!this.initialized)return this;this.initialized=!1,this.status=Ma.Stopped,this._initialState=void 0;try{for(var m=Ji(Object.keys(this.delayedEventsMap)),y=m.next();!y.done;y=m.next()){var C=y.value;this.clock.clearTimeout(this.delayedEventsMap[C])}}catch(e){l={error:e}}finally{try{y&&!y.done&&(c=m.return)&&c.call(m)}finally{if(l)throw l.error}}this.scheduler.clear(),this.scheduler=new ka({deferEvents:this.options.deferEvents})},e.prototype.stop=function(){var e=this,t=this.scheduler;return this._stop(),t.schedule((function(){var t;if(!(null===(t=e._state)||void 0===t?void 0:t.done)){var n=Go({type:"xstate.stop"}),r=sa(e,(function(){var t=To(eo([],Qi(e.state.configuration),!1).sort((function(e,t){return t.order-e.order})).map((function(t){return ta(t.onExit,e.machine.options.actions)}))),r=Qi(aa(e.machine,e.state,e.state.context,n,[{type:"exit",actions:t}],e.machine.config.predictableActionArguments?e._exec:void 0,e.machine.config.predictableActionArguments||e.machine.config.preserveActionOrder),2),i=r[0],o=r[1],a=new wa({value:e.state.value,context:o,_event:n,_sessionid:e.sessionId,historyValue:void 0,history:e.state,actions:i.filter((function(e){return!Ko(e)})),activities:{},events:[],configuration:[],transitions:[],children:{},done:e.state.done,tags:e.state.tags,machine:e.machine});return a.changed=!0,a}));e.update(r,n),e._stopChildren(),Ta(e.sessionId)}})),this},e.prototype.batch=function(e){var t=this;if(this.status===Ma.NotStarted&&this.options.deferEvents)yo||No(!1,"".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'" and are deferred. Make sure .start() is called for this service.\nEvent: ').concat(JSON.stringify(event)));else if(this.status!==Ma.Running)throw new Error("".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.'));if(e.length){var n=!!this.machine.config.predictableActionArguments&&this._exec;this.scheduler.schedule((function(){var r,i,o=t.state,a=!1,s=[],l=function(e){var r=Go(e);t.forward(r),o=sa(t,(function(){return t.machine.transition(o,r,void 0,n||void 0)})),s.push.apply(s,eo([],Qi(t.machine.config.predictableActionArguments?o.actions:o.actions.map((function(e){return function(e,t){var n=e.exec;return Yi(Yi({},e),{exec:void 0!==n?function(){return n(t.context,t.event,{action:e,state:t,_event:t._event})}:void 0})}(e,o)}))),!1)),a=a||!!o.changed};try{for(var c=Ji(e),d=c.next();!d.done;d=c.next()){l(d.value)}}catch(e){r={error:e}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(r)throw r.error}}o.changed=a,o.actions=s,t.update(o,Go(e[e.length-1]))}))}},e.prototype.sender=function(e){return this.send.bind(this,e)},e.prototype._nextState=function(e,t){var n=this;void 0===t&&(t=!!this.machine.config.predictableActionArguments&&this._exec);var r=Go(e);if(0===r.name.indexOf(ho)&&!this.state.nextEvents.some((function(e){return 0===e.indexOf(ho)})))throw r.data.data;return sa(this,(function(){return n.machine.transition(n.state,r,void 0,t||void 0)}))},e.prototype.nextState=function(e){return this._nextState(e,!1)},e.prototype.forward=function(e){var t,n;try{for(var r=Ji(this.forwardTo),i=r.next();!i.done;i=r.next()){var o=i.value,a=this.children.get(o);if(!a)throw new Error("Unable to forward event '".concat(e,"' from interpreter '").concat(this.id,"' to nonexistant child '").concat(o,"'."));a.send(e)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}},e.prototype.defer=function(e){var t=this,n=this.clock.setTimeout((function(){"to"in e&&e.to?t.sendTo(e._event,e.to,!0):t.send(e._event)}),e.delay);e.id&&(this.delayedEventsMap[e.id]=n)},e.prototype.cancel=function(e){this.clock.clearTimeout(this.delayedEventsMap[e]),delete this.delayedEventsMap[e]},e.prototype.exec=function(e,t,n){void 0===n&&(n=this.machine.options.actions),this._exec(e,t.context,t._event,n)},e.prototype.removeChild=function(e){var t;this.children.delete(e),this.forwardTo.delete(e),null===(t=this.state)||void 0===t||delete t.children[e]},e.prototype.stopChild=function(e){var t=this.children.get(e);t&&(this.removeChild(e),zo(t.stop)&&t.stop())},e.prototype.spawn=function(e,t,n){if(this.status!==Ma.Running)return ca(e,t);if(Mo(e))return this.spawnPromise(Promise.resolve(e),t);if(zo(e))return this.spawnCallback(e,t);if(function(e){try{return"function"==typeof e.send}catch(e){return!1}}(i=e)&&"id"in i)return this.spawnActor(e,t);if(function(e){try{return"subscribe"in e&&zo(e.subscribe)}catch(e){return!1}}(e))return this.spawnObservable(e,t);if(Fo(e))return this.spawnMachine(e,Yi(Yi({},n),{id:t}));if(null!==(r=e)&&"object"==typeof r&&"transition"in r&&"function"==typeof r.transition)return this.spawnBehavior(e,t);throw new Error('Unable to spawn entity "'.concat(t,'" of type "').concat(typeof e,'".'));var r,i},e.prototype.spawnMachine=function(t,n){var r=this;void 0===n&&(n={});var i=new e(t,Yi(Yi({},this.options),{parent:this,id:n.id||t.id})),o=Yi(Yi({},Da),n);o.sync&&i.onTransition((function(e){r.send(xo,{state:e,id:i.id})}));var a=i;return this.children.set(i.id,a),o.autoForward&&this.forwardTo.add(i.id),i.onDone((function(e){r.removeChild(i.id),r.send(Go(e,{origin:i.id}))})).start(),a},e.prototype.spawnBehavior=function(e,t){var n=Pa(e,{id:t,parent:this});return this.children.set(t,n),n},e.prototype.spawnPromise=function(e,t){var n,r,i=this,o=!1;e.then((function(e){o||(r=e,i.removeChild(t),i.send(Go(ia(t,e),{origin:t})))}),(function(e){if(!o){i.removeChild(t);var n=oa(t,e);try{i.send(Go(n,{origin:t}))}catch(r){!function(e,t,n){if(!yo){var r=e.stack?" Stacktrace was '".concat(e.stack,"'"):"";if(e===t)console.error("Missing onError handler for invocation '".concat(n,"', error was '").concat(e,"'.").concat(r));else{var i=t.stack?" Stacktrace was '".concat(t.stack,"'"):"";console.error("Missing onError handler and/or unhandled exception/promise rejection for invocation '".concat(n,"'. ")+"Original error: '".concat(e,"'. ").concat(r," Current error is '").concat(t,"'.").concat(i))}}}(e,r,t),i.devTools&&i.devTools.send(n,i.state),i.machine.strict&&i.stop()}}}));var a=((n={id:t,send:function(){},subscribe:function(t,n,r){var i=Xo(t,n,r),o=!1;return e.then((function(e){o||(i.next(e),o||i.complete())}),(function(e){o||i.error(e)})),{unsubscribe:function(){return o=!0}}},stop:function(){o=!0},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[Ho]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnCallback=function(e,t){var n,r,i,o=this,a=!1,s=new Set,l=new Set;try{i=e((function(e){r=e,l.forEach((function(t){return t(e)})),a||o.send(Go(e,{origin:t}))}),(function(e){s.add(e)}))}catch(e){this.send(oa(t,e))}if(Mo(i))return this.spawnPromise(i,t);var c=((n={id:t,send:function(e){return s.forEach((function(t){return t(e)}))},subscribe:function(e){var t=Xo(e);return l.add(t.next),{unsubscribe:function(){l.delete(t.next)}}},stop:function(){a=!0,zo(i)&&i()},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[Ho]=function(){return this},n);return this.children.set(t,c),c},e.prototype.spawnObservable=function(e,t){var n,r,i=this,o=e.subscribe((function(e){r=e,i.send(Go(e,{origin:t}))}),(function(e){i.removeChild(t),i.send(Go(oa(t,e),{origin:t}))}),(function(){i.removeChild(t),i.send(Go(ia(t),{origin:t}))})),a=((n={id:t,send:function(){},subscribe:function(t,n,r){return e.subscribe(t,n,r)},stop:function(){return o.unsubscribe()},getSnapshot:function(){return r},toJSON:function(){return{id:t}}})[Ho]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnActor=function(e,t){return this.children.set(t,e),e},e.prototype.spawnActivity=function(e){var t=this.machine.options&&this.machine.options.activities?this.machine.options.activities[e.type]:void 0;if(t){var n=t(this.state.context,e);this.spawnEffect(e.id,n)}else yo||No(!1,"No implementation found for activity '".concat(e.type,"'"))},e.prototype.spawnEffect=function(e,t){var n;this.children.set(e,((n={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},stop:t||void 0,getSnapshot:function(){},toJSON:function(){return{id:e}}})[Ho]=function(){return this},n))},e.prototype.attachDev=function(){var e=La();if(this.options.devTools&&e){if(e.__REDUX_DEVTOOLS_EXTENSION__){var t="object"==typeof this.options.devTools?this.options.devTools:void 0;this.devTools=e.__REDUX_DEVTOOLS_EXTENSION__.connect(Yi(Yi({name:this.id,autoPause:!0,stateSanitizer:function(e){return{value:e.value,context:e.context,actions:e.actions}}},t),{features:Yi({jump:!1,skip:!1},t?t.features:void 0)}),this.machine),this.devTools.init(this.state)}_a(this)}},e.prototype.toJSON=function(){return{id:this.id}},e.prototype[Ho]=function(){return this},e.prototype.getSnapshot=function(){return this.status===Ma.NotStarted?this.initialState:this._state},e.defaultOptions={execute:!0,deferEvents:!0,clock:{setTimeout:function(e,t){return setTimeout(e,t)},clearTimeout:function(e){return clearTimeout(e)}},logger:console.log.bind(console),devTools:!1},e.interpret=Na,e}();function Na(e,t){return new Ia(e,t)}function Va(e){if("string"==typeof e){var t={type:e,toString:function(){return e}};return t}return e}function za(e){return Yi(Yi({type:uo},e),{toJSON:function(){e.onDone,e.onError;var t=Ki(e,["onDone","onError"]);return Yi(Yi({},t),{type:uo,src:Va(e.src)})}})}var Aa="",Ba="*",Ha={},Fa=function(e){return"#"===e[0]},Za=function(){function e(t,n,r,i){void 0===r&&(r="context"in t?t.context:void 0);var o,a=this;this.config=t,this._context=r,this.order=-1,this.__xstatenode=!0,this.__cache={events:void 0,relativeValue:new Map,initialStateValue:void 0,initialState:void 0,on:void 0,transitions:void 0,candidates:{},delayedTransitions:void 0},this.idMap={},this.tags=[],this.options=Object.assign({actions:{},guards:{},services:{},activities:{},delays:{}},n),this.parent=null==i?void 0:i.parent,this.key=this.config.key||(null==i?void 0:i.key)||this.config.id||"(machine)",this.machine=this.parent?this.parent.machine:this,this.path=this.parent?this.parent.path.concat(this.key):[],this.delimiter=this.config.delimiter||(this.parent?this.parent.delimiter:"."),this.id=this.config.id||eo([this.machine.key],Qi(this.path),!1).join(this.delimiter),this.version=this.parent?this.parent.version:this.config.version,this.type=this.config.type||(this.config.parallel?"parallel":this.config.states&&Object.keys(this.config.states).length?"compound":this.config.history?"history":"atomic"),this.schema=this.parent?this.machine.schema:null!==(o=this.config.schema)&&void 0!==o?o:{},this.description=this.config.description,yo||No(!("parallel"in this.config),'The "parallel" property is deprecated and will be removed in version 4.1. '.concat(this.config.parallel?"Replace with `type: 'parallel'`":"Use `type: '".concat(this.type,"'`")," in the config for state node '").concat(this.id,"' instead.")),this.initial=this.config.initial,this.states=this.config.states?So(this.config.states,(function(t,n){var r,i=new e(t,{},void 0,{parent:a,key:n});return Object.assign(a.idMap,Yi(((r={})[i.id]=i,r),i.idMap)),i})):Ha;var s=0;!function e(t){var n,r;t.order=s++;try{for(var i=Ji(ua(t)),o=i.next();!o.done;o=i.next()){e(o.value)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}(this),this.history=!0===this.config.history?"shallow":this.config.history||!1,this._transient=!!this.config.always||!!this.config.on&&(Array.isArray(this.config.on)?this.config.on.some((function(e){return e.event===Aa})):Aa in this.config.on),this.strict=!!this.config.strict,this.onEntry=_o(this.config.entry||this.config.onEntry).map((function(e){return ea(e)})),this.onExit=_o(this.config.exit||this.config.onExit).map((function(e){return ea(e)})),this.meta=this.config.meta,this.doneData="final"===this.type?this.config.data:void 0,this.invoke=_o(this.config.invoke).map((function(e,t){var n,r;if(Fo(e)){var i=Yo(a.id,t);return a.machine.options.services=Yi(((n={})[i]=e,n),a.machine.options.services),za({src:i,id:i})}if(Ao(e.src)){i=e.id||Yo(a.id,t);return za(Yi(Yi({},e),{id:i,src:e.src}))}if(Fo(e.src)||zo(e.src)){i=e.id||Yo(a.id,t);return a.machine.options.services=Yi(((r={})[i]=e.src,r),a.machine.options.services),za(Yi(Yi({id:i},e),{src:i}))}var o=e.src;return za(Yi(Yi({id:Yo(a.id,t)},e),{src:o}))})),this.activities=_o(this.config.activities).concat(this.invoke).map((function(e){return na(e)})),this.transition=this.transition.bind(this),this.tags=_o(this.config.tags)}return e.prototype._init=function(){this.__cache.transitions||ha(this).forEach((function(e){return e.on}))},e.prototype.withConfig=function(t,n){var r=this.options,i=r.actions,o=r.activities,a=r.guards,s=r.services,l=r.delays;return new e(this.config,{actions:Yi(Yi({},i),t.actions),activities:Yi(Yi({},o),t.activities),guards:Yi(Yi({},a),t.guards),services:Yi(Yi({},s),t.services),delays:Yi(Yi({},l),t.delays)},null!=n?n:this.context)},e.prototype.withContext=function(t){return new e(this.config,this.options,t)},Object.defineProperty(e.prototype,"context",{get:function(){return zo(this._context)?this._context():this._context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"definition",{get:function(){return{id:this.id,key:this.key,version:this.version,context:this.context,type:this.type,initial:this.initial,history:this.history,states:So(this.states,(function(e){return e.definition})),on:this.on,transitions:this.transitions,entry:this.onEntry,exit:this.onExit,activities:this.activities||[],meta:this.meta,order:this.order||-1,data:this.doneData,invoke:this.invoke,description:this.description,tags:this.tags}},enumerable:!1,configurable:!0}),e.prototype.toJSON=function(){return this.definition},Object.defineProperty(e.prototype,"on",{get:function(){if(this.__cache.on)return this.__cache.on;var e=this.transitions;return this.__cache.on=e.reduce((function(e,t){return e[t.eventType]=e[t.eventType]||[],e[t.eventType].push(t),e}),{})},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"after",{get:function(){return this.__cache.delayedTransitions||(this.__cache.delayedTransitions=this.getDelayedTransitions(),this.__cache.delayedTransitions)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"transitions",{get:function(){return this.__cache.transitions||(this.__cache.transitions=this.formatTransitions(),this.__cache.transitions)},enumerable:!1,configurable:!0}),e.prototype.getCandidates=function(e){if(this.__cache.candidates[e])return this.__cache.candidates[e];var t=e===Aa,n=this.transitions.filter((function(n){var r=n.eventType===e;return t?r:r||n.eventType===Ba}));return this.__cache.candidates[e]=n,n},e.prototype.getDelayedTransitions=function(){var e=this,t=this.config.after;if(!t)return[];var n=function(t,n){var r=function(e,t){var n=t?"#".concat(t):"";return"".concat(Ui.After,"(").concat(e,")").concat(n)}(zo(t)?"".concat(e.id,":delay[").concat(n,"]"):t,e.id);return e.onEntry.push(function(e,t){return{to:t?t.to:void 0,type:io,event:zo(e)?e:Zo(e),delay:t?t.delay:void 0,id:t&&void 0!==t.id?t.id:zo(e)?e.name:wo(e)}}(r,{delay:t})),e.onExit.push({type:oo,sendId:r}),r},r=Vo(t)?t.map((function(e,t){var r=n(e.delay,t);return Yi(Yi({},e),{event:r})})):To(Object.keys(t).map((function(e,r){var i=t[e],o=Ao(i)?{target:i}:i,a=isNaN(+e)?e:+e,s=n(a,r);return _o(o).map((function(e){return Yi(Yi({},e),{event:s,delay:a})}))})));return r.map((function(t){var n=t.delay;return Yi(Yi({},e.formatTransition(t)),{delay:n})}))},e.prototype.getStateNodes=function(e){var t,n=this;if(!e)return[];var r=e instanceof wa?e.value:ko(e,this.delimiter);if(Ao(r)){var i=this.getStateNode(r).initial;return void 0!==i?this.getStateNodes(((t={})[r]=i,t)):[this,this.states[r]]}var o=Object.keys(r),a=[this];return a.push.apply(a,eo([],Qi(To(o.map((function(e){return n.getStateNode(e).getStateNodes(r[e])})))),!1)),a},e.prototype.handles=function(e){var t=wo(e);return this.events.includes(t)},e.prototype.resolveState=function(e){var t=e instanceof wa?e:wa.create(e),n=Array.from(fa([],this.getStateNodes(t.value)));return new wa(Yi(Yi({},t),{value:this.resolve(t.value),configuration:n,done:ma(n,this),tags:ya(n),machine:this.machine}))},e.prototype.transitionLeafNode=function(e,t,n){var r=this.getStateNode(e).next(t,n);return r&&r.transitions.length?r:this.next(t,n)},e.prototype.transitionCompoundNode=function(e,t,n){var r=Object.keys(e),i=this.getStateNode(r[0])._transition(e[r[0]],t,n);return i&&i.transitions.length?i:this.next(t,n)},e.prototype.transitionParallelNode=function(e,t,n){var r,i,o={};try{for(var a=Ji(Object.keys(e)),s=a.next();!s.done;s=a.next()){var l=s.value,c=e[l];if(c){var d=this.getStateNode(l)._transition(c,t,n);d&&(o[l]=d)}}}catch(e){r={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}var u=Object.keys(o).map((function(e){return o[e]})),p=To(u.map((function(e){return e.transitions})));if(!u.some((function(e){return e.transitions.length>0})))return this.next(t,n);var h=To(Object.keys(o).map((function(e){return o[e].configuration})));return{transitions:p,exitSet:To(u.map((function(e){return e.exitSet}))),configuration:h,source:t,actions:To(Object.keys(o).map((function(e){return o[e].actions})))}},e.prototype._transition=function(e,t,n){return Ao(e)?this.transitionLeafNode(e,t,n):1===Object.keys(e).length?this.transitionCompoundNode(e,t,n):this.transitionParallelNode(e,t,n)},e.prototype.getTransitionData=function(e,t){return this._transition(e.value,e,Go(t))},e.prototype.next=function(e,t){var n,r,i,o=this,a=t.name,s=[],l=[];try{for(var c=Ji(this.getCandidates(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=u.cond,h=u.in,f=e.context,x=!h||(Ao(h)&&Fa(h)?e.matches(ko(this.getStateNodeById(h).path,this.delimiter)):Co(ko(h,this.delimiter),Oo(this.path.slice(0,-2))(e.value))),g=!1;try{g=!p||Wo(this.machine,p,f,t,e)}catch(e){throw new Error("Unable to evaluate guard '".concat(p.name||p.type,"' in transition for event '").concat(a,"' in state node '").concat(this.id,"':\n").concat(e.message))}if(g&&x){void 0!==u.target&&(l=u.target),s.push.apply(s,eo([],Qi(u.actions),!1)),i=u;break}}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}if(i){if(!l.length)return{transitions:[i],exitSet:[],configuration:e.value?[this]:[],source:e,actions:s};var v=To(l.map((function(t){return o.getRelativeStateNodes(t,e.historyValue)})));return{transitions:[i],exitSet:!!i.internal?[]:To(l.map((function(e){return o.getPotentiallyReenteringNodes(e)}))),configuration:v,source:e,actions:s}}},e.prototype.getPotentiallyReenteringNodes=function(e){if(this.order<e.order)return[this];for(var t=[],n=this,r=e;n&&n!==r;)t.push(n),n=n.parent;return n!==r?[]:(t.push(r),t)},e.prototype.getActions=function(e,t,n,r,i,o,a){var s,l,c,d,u=this,p=o?fa([],this.getStateNodes(o.value)):[],h=new Set;try{for(var f=Ji(Array.from(e).sort((function(e,t){return e.order-t.order}))),x=f.next();!x.done;x=f.next()){(!ba(p,b=x.value)||ba(n.exitSet,b)||b.parent&&h.has(b.parent))&&h.add(b)}}catch(e){s={error:e}}finally{try{x&&!x.done&&(l=f.return)&&l.call(f)}finally{if(s)throw s.error}}try{for(var g=Ji(p),v=g.next();!v.done;v=g.next()){var b;ba(e,b=v.value)&&!ba(n.exitSet,b.parent)||n.exitSet.push(b)}}catch(e){c={error:e}}finally{try{v&&!v.done&&(d=g.return)&&d.call(g)}finally{if(c)throw c.error}}n.exitSet.sort((function(e,t){return t.order-e.order}));var m=Array.from(h).sort((function(e,t){return e.order-t.order})),y=new Set(n.exitSet),C=To(m.map((function(e){var t=[];if("final"!==e.type)return t;var o=e.parent;if(!o.parent)return t;t.push(ra(e.id,e.doneData),ra(o.id,e.doneData?Po(e.doneData,r,i):void 0));var a=o.parent;return"parallel"===a.type&&pa(a).every((function(e){return ma(n.configuration,e)}))&&t.push(ra(a.id)),t}))),w=m.map((function(e){var t=e.onEntry,n=e.activities.map((function(e){return function(e){var t=na(e);return{type:Ui.Start,activity:t,exec:void 0}}(e)}));return{type:"entry",actions:ta(a?eo(eo([],Qi(t),!1),Qi(n),!1):eo(eo([],Qi(n),!1),Qi(t),!1),u.machine.options.actions)}})).concat({type:"state_done",actions:C.map((function(e){return function(e,t){return{type:ro,event:"function"==typeof e?e:Zo(e),delay:t?t.delay:void 0,id:null==t?void 0:t.id}}(e)}))}),j=Array.from(y).map((function(e){return{type:"exit",actions:ta(eo(eo([],Qi(e.onExit),!1),Qi(e.activities.map((function(e){return function(e){var t=zo(e)?e:na(e);return{type:Ui.Stop,activity:t,exec:void 0}}(e)}))),!1),u.machine.options.actions)}})).concat({type:"transition",actions:ta(n.actions,this.machine.options.actions)}).concat(w);if(t){var k=ta(To(eo([],Qi(e),!1).sort((function(e,t){return t.order-e.order})).map((function(e){return e.onExit}))),this.machine.options.actions).filter((function(e){return!Ko(e)}));return j.concat({type:"stop",actions:k})}return j},e.prototype.transition=function(e,t,n,r){void 0===e&&(e=this.initialState);var i,o,a=Go(t);if(e instanceof wa)i=void 0===n?e:this.resolveState(wa.from(e,n));else{var s=Ao(e)?this.resolve($o(this.getResolvedPath(e))):this.resolve(e),l=null!=n?n:this.machine.context;i=this.resolveState(wa.from(s,l))}if(!yo&&a.name===Ba)throw new Error("An event cannot have the wildcard type ('".concat(Ba,"')"));if(this.strict&&!this.events.includes(a.name)&&(o=a.name,!/^(done|error)\./.test(o)))throw new Error("Machine '".concat(this.id,"' does not accept event '").concat(a.name,"'"));var c=this._transition(i.value,i,a)||{transitions:[],configuration:[],exitSet:[],source:i,actions:[]},d=fa([],this.getStateNodes(i.value)),u=c.configuration.length?fa(d,c.configuration):d;return c.configuration=eo([],Qi(u),!1),this.resolveTransition(c,i,i.context,r,a)},e.prototype.resolveRaisedTransition=function(e,t,n,r){var i,o=e.actions;return(e=this.transition(e,t,void 0,r))._event=n,e.event=n.data,(i=e.actions).unshift.apply(i,eo([],Qi(o),!1)),e},e.prototype.resolveTransition=function(e,t,n,r,i){var o,a,s,l,c=this;void 0===i&&(i=Jo);var d=e.configuration,u=!t||e.transitions.length>0,p=u?e.configuration:t?t.configuration:[],h=ma(p,this),f=u?va(this.machine,d):void 0,x=t?t.historyValue?t.historyValue:e.source?this.machine.historyValue(t.value):void 0:void 0,g=this.getActions(new Set(p),h,e,n,i,t,r),v=t?Yi({},t.activities):{};try{for(var b=Ji(g),m=b.next();!m.done;m=b.next()){var y=m.value;try{for(var C=(s=void 0,Ji(y.actions)),w=C.next();!w.done;w=C.next()){var j=w.value;j.type===to?v[j.activity.id||j.activity.type]=j:j.type===no&&(v[j.activity.id||j.activity.type]=!1)}}catch(e){s={error:e}}finally{try{w&&!w.done&&(l=C.return)&&l.call(C)}finally{if(s)throw s.error}}}}catch(e){o={error:e}}finally{try{m&&!m.done&&(a=b.return)&&a.call(b)}finally{if(o)throw o.error}}var k,$,S=Qi(aa(this,t,n,i,g,r,this.machine.config.predictableActionArguments||this.machine.config.preserveActionOrder),2),E=S[0],O=S[1],R=Qi(function(e,t){var n,r,i=Qi([[],[]],2),o=i[0],a=i[1];try{for(var s=Ji(e),l=s.next();!l.done;l=s.next()){var c=l.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{l&&!l.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}return[o,a]}(E,Ko),2),T=R[0],L=R[1],_=E.filter((function(e){var t;return e.type===to&&(null===(t=e.activity)||void 0===t?void 0:t.type)===uo})),P=_.reduce((function(e,t){return e[t.activity.id]=function(e,t,n,r){var i,o=Uo(e.src),a=null===(i=null==t?void 0:t.options.services)||void 0===i?void 0:i[o.type],s=e.data?Po(e.data,n,r):void 0,l=a?ca(a,e.id,s):la(e.id);return l.meta=e,l}(t.activity,c.machine,O,i),e}),t?Yi({},t.children):{}),M=new wa({value:f||t.value,context:O,_event:i,_sessionid:t?t._sessionid:null,historyValue:f?x?(k=x,$=f,{current:$,states:Do(k,$)}):void 0:t?t.historyValue:void 0,history:!f||e.source?t:void 0,actions:f?L:[],activities:f?v:t?t.activities:{},events:[],configuration:p,transitions:e.transitions,children:P,done:h,tags:ya(p),machine:this}),D=n!==O;M.changed=i.name===xo||D;var I=M.history;I&&delete I.history;var N=!h&&(this._transient||d.some((function(e){return e._transient})));if(!(u||N&&i.name!==Aa))return M;var V=M;if(!h)for(N&&(V=this.resolveRaisedTransition(V,{type:ao},i,r));T.length;){var z=T.shift();V=this.resolveRaisedTransition(V,z._event,i,r)}var A=V.changed||(I?!!V.actions.length||D||typeof I.value!=typeof V.value||!Ca(V.value,I.value):void 0);return V.changed=A,V.history=I,V},e.prototype.getStateNode=function(e){if(Fa(e))return this.machine.getStateNodeById(e);if(!this.states)throw new Error("Unable to retrieve child state '".concat(e,"' from '").concat(this.id,"'; no child states exist."));var t=this.states[e];if(!t)throw new Error("Child state '".concat(e,"' does not exist on '").concat(this.id,"'"));return t},e.prototype.getStateNodeById=function(e){var t=Fa(e)?e.slice(1):e;if(t===this.id)return this;var n=this.machine.idMap[t];if(!n)throw new Error("Child state node '#".concat(t,"' does not exist on machine '").concat(this.id,"'"));return n},e.prototype.getStateNodeByPath=function(e){if("string"==typeof e&&Fa(e))try{return this.getStateNodeById(e.slice(1))}catch(e){}for(var t=jo(e,this.delimiter).slice(),n=this;t.length;){var r=t.shift();if(!r.length)break;n=n.getStateNode(r)}return n},e.prototype.resolve=function(e){var t,n=this;if(!e)return this.initialStateValue||Ha;switch(this.type){case"parallel":return So(this.initialStateValue,(function(t,r){return t?n.getStateNode(r).resolve(e[r]||t):Ha}));case"compound":if(Ao(e)){var r=this.getStateNode(e);return"parallel"===r.type||"compound"===r.type?((t={})[e]=r.initialStateValue,t):e}return Object.keys(e).length?So(e,(function(e,t){return e?n.getStateNode(t).resolve(e):Ha})):this.initialStateValue||{};default:return e||Ha}},e.prototype.getResolvedPath=function(e){if(Fa(e)){var t=this.machine.idMap[e.slice(1)];if(!t)throw new Error("Unable to find state node '".concat(e,"'"));return t.path}return jo(e,this.delimiter)},Object.defineProperty(e.prototype,"initialStateValue",{get:function(){var e,t;if(this.__cache.initialStateValue)return this.__cache.initialStateValue;if("parallel"===this.type)t=Eo(this.states,(function(e){return e.initialStateValue||Ha}),(function(e){return!("history"===e.type)}));else if(void 0!==this.initial){if(!this.states[this.initial])throw new Error("Initial state '".concat(this.initial,"' not found on '").concat(this.key,"'"));t=da(this.states[this.initial])?this.initial:((e={})[this.initial]=this.states[this.initial].initialStateValue,e)}else t={};return this.__cache.initialStateValue=t,this.__cache.initialStateValue},enumerable:!1,configurable:!0}),e.prototype.getInitialState=function(e,t){this._init();var n=this.getStateNodes(e);return this.resolveTransition({configuration:n,exitSet:[],transitions:[],source:void 0,actions:[]},void 0,null!=t?t:this.machine.context,void 0)},Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this.initialStateValue;if(!e)throw new Error("Cannot retrieve initial state from simple state '".concat(this.id,"'."));return this.getInitialState(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"target",{get:function(){var e;if("history"===this.type){var t=this.config;e=Ao(t.target)&&Fa(t.target)?$o(this.machine.getStateNodeById(t.target).path.slice(this.path.length-1)):t.target}return e},enumerable:!1,configurable:!0}),e.prototype.getRelativeStateNodes=function(e,t,n){return void 0===n&&(n=!0),n?"history"===e.type?e.resolveHistory(t):e.initialStateNodes:[e]},Object.defineProperty(e.prototype,"initialStateNodes",{get:function(){var e=this;return da(this)?[this]:"compound"!==this.type||this.initial?To(Ro(this.initialStateValue).map((function(t){return e.getFromRelativePath(t)}))):(yo||No(!1,"Compound state node '".concat(this.id,"' has no initial state.")),[this])},enumerable:!1,configurable:!0}),e.prototype.getFromRelativePath=function(e){if(!e.length)return[this];var t=Qi(e),n=t[0],r=t.slice(1);if(!this.states)throw new Error("Cannot retrieve subPath '".concat(n,"' from node with no states"));var i=this.getStateNode(n);if("history"===i.type)return i.resolveHistory();if(!this.states[n])throw new Error("Child state '".concat(n,"' does not exist on '").concat(this.id,"'"));return this.states[n].getFromRelativePath(r)},e.prototype.historyValue=function(e){if(Object.keys(this.states).length)return{current:e||this.initialStateValue,states:Eo(this.states,(function(t,n){if(!e)return t.historyValue();var r=Ao(e)?void 0:e[n];return t.historyValue(r||t.initialStateValue)}),(function(e){return!e.history}))}},e.prototype.resolveHistory=function(e){var t=this;if("history"!==this.type)return[this];var n=this.parent;if(!e){var r=this.target;return r?To(Ro(r).map((function(e){return n.getFromRelativePath(e)}))):n.initialStateNodes}var i,o,a=(i=n.path,o="states",function(e){var t,n,r=e;try{for(var a=Ji(i),s=a.next();!s.done;s=a.next()){var l=s.value;r=r[o][l]}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return r})(e).current;return Ao(a)?[n.getStateNode(a)]:To(Ro(a).map((function(e){return"deep"===t.history?n.getFromRelativePath(e):[n.states[e[0]]]})))},Object.defineProperty(e.prototype,"stateIds",{get:function(){var e=this,t=To(Object.keys(this.states).map((function(t){return e.states[t].stateIds})));return[this.id].concat(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"events",{get:function(){var e,t,n,r;if(this.__cache.events)return this.__cache.events;var i=this.states,o=new Set(this.ownEvents);if(i)try{for(var a=Ji(Object.keys(i)),s=a.next();!s.done;s=a.next()){var l=i[s.value];if(l.states)try{for(var c=(n=void 0,Ji(l.events)),d=c.next();!d.done;d=c.next()){var u=d.value;o.add("".concat(u))}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return this.__cache.events=Array.from(o)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"ownEvents",{get:function(){var e=new Set(this.transitions.filter((function(e){return!(!e.target&&!e.actions.length&&e.internal)})).map((function(e){return e.eventType})));return Array.from(e)},enumerable:!1,configurable:!0}),e.prototype.resolveTarget=function(e){var t=this;if(void 0!==e)return e.map((function(e){if(!Ao(e))return e;var n=e[0]===t.delimiter;if(n&&!t.parent)return t.getStateNodeByPath(e.slice(1));var r=n?t.key+e:e;if(!t.parent)return t.getStateNodeByPath(r);try{return t.parent.getStateNodeByPath(r)}catch(e){throw new Error("Invalid transition definition for state node '".concat(t.id,"':\n").concat(e.message))}}))},e.prototype.formatTransition=function(e){var t=this,n=function(e){if(void 0!==e&&""!==e)return _o(e)}(e.target),r="internal"in e?e.internal:!n||n.some((function(e){return Ao(e)&&e[0]===t.delimiter})),i=this.machine.options.guards,o=this.resolveTarget(n),a=Yi(Yi({},e),{actions:ta(_o(e.actions)),cond:Bo(e.cond,i),target:o,source:this,internal:r,eventType:e.event,toJSON:function(){return Yi(Yi({},a),{target:a.target?a.target.map((function(e){return"#".concat(e.id)})):void 0,source:"#".concat(t.id)})}});return a},e.prototype.formatTransitions=function(){var e,t,n,r=this;if(this.config.on)if(Array.isArray(this.config.on))n=this.config.on;else{var i=this.config.on,o=Ba,a=i[o],s=void 0===a?[]:a,l=Ki(i,["*"]);n=To(Object.keys(l).map((function(e){yo||e!==Aa||No(!1,"Empty string transition configs (e.g., `{ on: { '': ... }}`) for transient transitions are deprecated. Specify the transition in the `{ always: ... }` property instead. "+'Please check the `on` configuration for "#'.concat(r.id,'".'));var t=qo(e,l[e]);return yo||function(e,t,n){var r=n.slice(0,-1).some((function(e){return!("cond"in e)&&!("in"in e)&&(Ao(e.target)||Fo(e.target))})),i=t===Aa?"the transient event":"event '".concat(t,"'");No(!r,"One or more transitions for ".concat(i," on state '").concat(e.id,"' are unreachable. ")+"Make sure that the default transition is the last one defined.")}(r,e,t),t})).concat(qo(Ba,s)))}else n=[];var c=this.config.always?qo("",this.config.always):[],d=this.config.onDone?qo(String(ra(this.id)),this.config.onDone):[];yo||No(!(this.config.onDone&&!this.parent),'Root nodes cannot have an ".onDone" transition. Please check the config of "'.concat(this.id,'".'));var u=To(this.invoke.map((function(e){var t=[];return e.onDone&&t.push.apply(t,eo([],Qi(qo(String(ia(e.id)),e.onDone)),!1)),e.onError&&t.push.apply(t,eo([],Qi(qo(String(oa(e.id)),e.onError)),!1)),t}))),p=this.after,h=To(eo(eo(eo(eo([],Qi(d),!1),Qi(u),!1),Qi(n),!1),Qi(c),!1).map((function(e){return _o(e).map((function(e){return r.formatTransition(e)}))})));try{for(var f=Ji(p),x=f.next();!x.done;x=f.next()){var g=x.value;h.push(g)}}catch(t){e={error:t}}finally{try{x&&!x.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}return h},e}();var Ga,qa=function(e){return{type:so,assignment:e}};!function(e){e[e.Effect=1]="Effect",e[e.LayoutEffect=2]="LayoutEffect"}(Ga||(Ga={}));var Wa="undefined"!=typeof document?n.useLayoutEffect:function(){};function Ua(e){var t=l.useRef();return t.current||(t.current={v:e()}),t.current.v}var Xa=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},Ya=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};var Ka=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},Ja=function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))};function Qa(e,t){(0,e.exec)(t.context,t._event.data,{action:e,state:t,_event:t._event})()}function es(e){var t=n.useRef([]),r=n.useRef([]);Wa((function(){var n=e.subscribe((function(e){var n,i;if(e.actions.length){var o=e.actions.filter((function(e){return"function"==typeof e.exec&&"__effect"in e.exec})),a=Ka(function(e,t){var n,r,i=Xa([[],[]],2),o=i[0],a=i[1];try{for(var s=Ya(e),l=s.next();!l.done;l=s.next()){var c=l.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{l&&!l.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}return[o,a]}(o,(function(e){return e.exec.__effect===Ga.Effect})),2),s=a[0],l=a[1];(n=t.current).push.apply(n,Ja([],Ka(s.map((function(t){return[t,e]}))),!1)),(i=r.current).push.apply(i,Ja([],Ka(l.map((function(t){return[t,e]}))),!1))}}));return function(){n.unsubscribe()}}),[]),Wa((function(){for(;r.current.length;){var e=Ka(r.current.shift(),2);Qa(e[0],e[1])}})),n.useEffect((function(){for(;t.current.length;){var e=Ka(t.current.shift(),2);Qa(e[0],e[1])}}))}var ts=function(){return ts=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ts.apply(this,arguments)},ns=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},rs=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};var is=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};function os(e,t){void 0===t&&(t={});var r=n.useCallback((function(e){var t=void 0===e.changed&&Object.keys(e.children).length;(e.changed||t)&&s(e)}),[]),i=function(e,t,r){void 0===t&&(t={});var i=Ua((function(){return"function"==typeof e?e():e}));if("production"!==process.env.NODE_ENV&&"function"!=typeof e){var o=rs(n.useState(i),1)[0];e!==o&&console.warn("Machine given to `useMachine` has changed between renders. This is not supported and might lead to unexpected results.\nPlease make sure that you pass the same Machine as argument each time.")}var a=t.context,s=t.guards,l=t.actions,c=t.activities,d=t.services,u=t.delays,p=t.state,h=ns(t,["context","guards","actions","activities","services","delays","state"]),f=Ua((function(){var e={context:a,guards:s,actions:l,activities:c,services:d,delays:u};return Na(i.withConfig(e,(function(){return ts(ts({},i.context),a)})),ts({deferEvents:!0},h))}));return Wa((function(){var e;return r&&(e=f.subscribe(function(e){if("object"==typeof e)return e;var t=function(){};return{next:e,error:void 0||t,complete:void 0||t}}(r))),function(){null==e||e.unsubscribe()}}),[r]),Wa((function(){return f.start(p?wa.create(p):void 0),function(){f.stop()}}),[]),Wa((function(){Object.assign(f.machine.options.actions,l),Object.assign(f.machine.options.guards,s),Object.assign(f.machine.options.activities,c),Object.assign(f.machine.options.services,d),Object.assign(f.machine.options.delays,u)}),[l,s,c,d,u]),es(f),f}(e,t,r),o=is(n.useState((function(){var e=i.machine.initialState;return t.state?wa.create(t.state):e})),2),a=o[0],s=o[1];return[a,i.send,i]}function as(){return as=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},as.apply(null,arguments)}function ss(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}const ls={arr:Array.isArray,obj:e=>"[object Object]"===Object.prototype.toString.call(e),fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e,nul:e=>null===e,set:e=>e instanceof Set,map:e=>e instanceof Map,equ(e,t){if(typeof e!=typeof t)return!1;if(ls.str(e)||ls.num(e))return e===t;if(ls.obj(e)&&ls.obj(t)&&Object.keys(e).length+Object.keys(t).length===0)return!0;let n;for(n in e)if(!(n in t))return!1;for(n in t)if(e[n]!==t[n])return!1;return!ls.und(n)||e===t}};function cs(e,t){return ls.und(e)||ls.nul(e)?t:e}function ds(e){return ls.und(e)?[]:ls.arr(e)?e:[e]}function us(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return ls.fun(e)?e(...n):e}function ps(e){const t=function(e){return e.to,e.from,e.config,e.onStart,e.onRest,e.onFrame,e.children,e.reset,e.reverse,e.force,e.immediate,e.delay,e.attach,e.destroyed,e.interpolateTo,e.ref,e.lazy,ss(e,["to","from","config","onStart","onRest","onFrame","children","reset","reverse","force","immediate","delay","attach","destroyed","interpolateTo","ref","lazy"])}(e);if(ls.und(t))return as({to:t},e);const n=Object.keys(e).reduce(((n,r)=>ls.und(t[r])?as({},n,{[r]:e[r]}):n),{});return as({to:t},n)}class hs{constructor(){this.payload=void 0,this.children=[]}getAnimatedValue(){return this.getValue()}getPayload(){return this.payload||this}attach(){}detach(){}getChildren(){return this.children}addChild(e){0===this.children.length&&this.attach(),this.children.push(e)}removeChild(e){const t=this.children.indexOf(e);this.children.splice(t,1),0===this.children.length&&this.detach()}}class fs extends hs{constructor(){super(...arguments),this.payload=[],this.attach=()=>this.payload.forEach((e=>e instanceof hs&&e.addChild(this))),this.detach=()=>this.payload.forEach((e=>e instanceof hs&&e.removeChild(this)))}}class xs extends hs{constructor(){super(...arguments),this.payload={},this.attach=()=>Object.values(this.payload).forEach((e=>e instanceof hs&&e.addChild(this))),this.detach=()=>Object.values(this.payload).forEach((e=>e instanceof hs&&e.removeChild(this)))}getValue(e){void 0===e&&(e=!1);const t={};for(const n in this.payload){const r=this.payload[n];(!e||r instanceof hs)&&(t[n]=r instanceof hs?r[e?"getAnimatedValue":"getValue"]():r)}return t}getAnimatedValue(){return this.getValue(!0)}}let gs,vs;let bs,ms=e=>"undefined"!=typeof window?window.requestAnimationFrame(e):-1;let ys,Cs=()=>Date.now();class ws extends xs{constructor(e,t){super(),this.update=void 0,this.payload=e.style?as({},e,{style:ys(e.style)}):e,this.update=t,this.attach()}}let js=!1;const ks=new Set,$s=()=>{if(!js)return!1;let e=Cs();for(let t of ks){let n=!1;for(let r=0;r<t.configs.length;r++){let i,o,a=t.configs[r];for(let t=0;t<a.animatedValues.length;t++){let r=a.animatedValues[t];if(r.done)continue;let s=a.fromValues[t],l=a.toValues[t],c=r.lastPosition,d=l instanceof hs,u=Array.isArray(a.initialVelocity)?a.initialVelocity[t]:a.initialVelocity;if(d&&(l=l.getValue()),a.immediate)r.setValue(l),r.done=!0;else if("string"!=typeof s&&"string"!=typeof l){if(void 0!==a.duration)c=s+a.easing((e-r.startTime)/a.duration)*(l-s),i=e>=r.startTime+a.duration;else if(a.decay)c=s+u/(1-.998)*(1-Math.exp(-.0020000000000000018*(e-r.startTime))),i=Math.abs(r.lastPosition-c)<.1,i&&(l=c);else{o=void 0!==r.lastTime?r.lastTime:e,u=void 0!==r.lastVelocity?r.lastVelocity:a.initialVelocity,e>o+64&&(o=e);let t=Math.floor(e-o);for(let e=0;e<t;++e){u+=1*((-a.tension*(c-l)+-a.friction*u)/a.mass)/1e3,c+=1*u/1e3}let n=!(!a.clamp||0===a.tension)&&(s<l?c>l:c<l),d=Math.abs(u)<=a.precision,p=0===a.tension||Math.abs(l-c)<=a.precision;i=n||d&&p,r.lastVelocity=u,r.lastTime=e}d&&!a.toValues[t].done&&(i=!1),i?(r.value!==l&&(c=l),r.done=!0):n=!0,r.setValue(c),r.lastPosition=c}else r.setValue(l),r.done=!0}t.props.onFrame&&(t.values[a.name]=a.interpolation.getValue())}t.props.onFrame&&t.props.onFrame(t.values),n||(ks.delete(t),t.stop(!0))}return ks.size?ms($s):js=!1,js};function Ss(e,t,n){if("function"==typeof e)return e;if(Array.isArray(e))return Ss({range:e,output:t,extrapolate:n});if(bs&&"string"==typeof e.output[0])return bs(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",s=r.extrapolateRight||r.extrapolate||"extend",l=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,s,l){let c=l?l(e):e;if(c<t){if("identity"===a)return c;"clamp"===a&&(c=t)}if(c>n){if("identity"===s)return c;"clamp"===s&&(c=n)}if(r===i)return r;if(t===n)return e<=t?r:i;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=o(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r;return c}(e,o[t],o[t+1],i[t],i[t+1],l,a,s,r.map)}}class Es extends fs{constructor(e,t,n,r){super(),this.calc=void 0,this.payload=e instanceof fs&&!(e instanceof Es)?e.getPayload():Array.isArray(e)?e:[e],this.calc=Ss(t,n,r)}getValue(){return this.calc(...this.payload.map((e=>e.getValue())))}updateConfig(e,t,n){this.calc=Ss(e,t,n)}interpolate(e,t,n){return new Es(this,e,t,n)}}const Os=(e,t,n)=>e&&new Es(e,t,n);function Rs(e,t){"update"in e?t.add(e):e.getChildren().forEach((e=>Rs(e,t)))}class Ts extends hs{constructor(e){var t;super(),t=this,this.animatedStyles=new Set,this.value=void 0,this.startPosition=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.startTime=void 0,this.lastTime=void 0,this.done=!1,this.setValue=function(e,n){void 0===n&&(n=!0),t.value=e,n&&t.flush()},this.value=e,this.startPosition=e,this.lastPosition=e}flush(){0===this.animatedStyles.size&&Rs(this,this.animatedStyles),this.animatedStyles.forEach((e=>e.update()))}clearStyles(){this.animatedStyles.clear()}getValue(){return this.value}interpolate(e,t,n){return new Es(this,e,t,n)}}class Ls extends fs{constructor(e){super(),this.payload=e.map((e=>new Ts(e)))}setValue(e,t){void 0===t&&(t=!0),Array.isArray(e)?e.length===this.payload.length&&e.forEach(((e,n)=>this.payload[n].setValue(e,t))):this.payload.forEach((n=>n.setValue(e,t)))}getValue(){return this.payload.map((e=>e.getValue()))}interpolate(e,t){return new Es(this,e,t)}}let _s=0,Ps=class{constructor(){this.id=void 0,this.idle=!0,this.hasChanged=!1,this.guid=0,this.local=0,this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.listeners=[],this.queue=[],this.localQueue=void 0,this.getValues=()=>this.interpolations,this.id=_s++}update(e){if(!e)return this;const t=ps(e),n=t.delay,r=void 0===n?0:n,i=t.to,o=ss(t,["delay","to"]);if(ls.arr(i)||ls.fun(i))this.queue.push(as({},o,{delay:r,to:i}));else if(i){let e={};Object.entries(i).forEach((t=>{let n=t[0],i=t[1];const a=as({to:{[n]:i},delay:us(r,n)},o),s=e[a.delay]&&e[a.delay].to;e[a.delay]=as({},e[a.delay],a,{to:as({},s,a.to)})})),this.queue=Object.values(e)}return this.queue=this.queue.sort(((e,t)=>e.delay-t.delay)),this.diff(o),this}start(e){if(this.queue.length){this.idle=!1,this.localQueue&&this.localQueue.forEach((e=>{let t=e.from,n=void 0===t?{}:t,r=e.to,i=void 0===r?{}:r;ls.obj(n)&&(this.merged=as({},n,this.merged)),ls.obj(i)&&(this.merged=as({},this.merged,i))}));const t=this.local=++this.guid,n=this.localQueue=this.queue;this.queue=[],n.forEach(((r,i)=>{let o=r.delay,a=ss(r,["delay"]);const s=r=>{i===n.length-1&&t===this.guid&&r&&(this.idle=!0,this.props.onRest&&this.props.onRest(this.merged)),e&&e()};let l=ls.arr(a.to)||ls.fun(a.to);o?setTimeout((()=>{t===this.guid&&(l?this.runAsync(a,s):this.diff(a).start(s))}),o):l?this.runAsync(a,s):this.diff(a).start(s)}))}else ls.fun(e)&&this.listeners.push(e),this.props.onStart&&this.props.onStart(),t=this,ks.has(t)||ks.add(t),js||(js=!0,ms($s));var t;return this}stop(e){return this.listeners.forEach((t=>t(e))),this.listeners=[],this}pause(e){var t;return this.stop(!0),e&&(t=this,ks.has(t)&&ks.delete(t)),this}runAsync(e,t){var n=this;e.delay;let r=ss(e,["delay"]);const i=this.local;let o=Promise.resolve(void 0);if(ls.arr(r.to))for(let e=0;e<r.to.length;e++){const t=e,n=as({},r,ps(r.to[t]));ls.arr(n.config)&&(n.config=n.config[t]),o=o.then((()=>{if(i===this.guid)return new Promise((e=>this.diff(n).start(e)))}))}else if(ls.fun(r.to)){let e,t=0;o=o.then((()=>r.to((n=>{const o=as({},r,ps(n));if(ls.arr(o.config)&&(o.config=o.config[t]),t++,i===this.guid)return e=new Promise((e=>this.diff(o).start(e)))}),(function(e){return void 0===e&&(e=!0),n.stop(e)})).then((()=>e))))}o.then(t)}diff(e){this.props=as({},this.props,e);let t=this.props,n=t.from,r=void 0===n?{}:n,i=t.to,o=void 0===i?{}:i,a=t.config,s=void 0===a?{}:a,l=t.reverse,c=t.attach,d=t.reset,u=t.immediate;if(l){var p=[o,r];r=p[0],o=p[1]}this.merged=as({},r,this.merged,o),this.hasChanged=!1;let h=c&&c(this);if(this.animations=Object.entries(this.merged).reduce(((e,t)=>{let n=t[0],i=t[1],o=e[n]||{};const a=ls.num(i),l=ls.str(i)&&!i.startsWith("#")&&!/\d/.test(i)&&!vs[i],c=ls.arr(i),p=!a&&!c&&!l;let f=ls.und(r[n])?i:r[n],x=a||c||l?i:1,g=us(s,n);h&&(x=h.animations[n].parent);let v,b=o.parent,m=o.interpolation,y=ds(h?x.getPayload():x),C=i;p&&(C=bs({range:[0,1],output:[i,i]})(1));let w=m&&m.getValue();const j=!ls.und(b)&&o.animatedValues.some((e=>!e.done)),k=!ls.equ(C,w),$=!ls.equ(C,o.previous),S=!ls.equ(g,o.config);if(d||$&&k||S){if(a||l)b=m=o.parent||new Ts(f);else if(c)b=m=o.parent||new Ls(f);else if(p){let e=o.interpolation&&o.interpolation.calc(o.parent.value);e=void 0===e||d?f:e,o.parent?(b=o.parent,b.setValue(0,!1)):b=new Ts(0);const t={output:[e,i]};o.interpolation?(m=o.interpolation,o.interpolation.updateConfig(t)):m=b.interpolate(t)}return y=ds(h?x.getPayload():x),v=ds(b.getPayload()),d&&!p&&b.setValue(f,!1),this.hasChanged=!0,v.forEach((e=>{e.startPosition=e.value,e.lastPosition=e.value,e.lastVelocity=j?e.lastVelocity:void 0,e.lastTime=j?e.lastTime:void 0,e.startTime=Cs(),e.done=!1,e.animatedStyles.clear()})),us(u,n)&&b.setValue(p?x:i,!1),as({},e,{[n]:as({},o,{name:n,parent:b,interpolation:m,animatedValues:v,toValues:y,previous:C,config:g,fromValues:ds(b.getValue()),immediate:us(u,n),initialVelocity:cs(g.velocity,0),clamp:cs(g.clamp,!1),precision:cs(g.precision,.01),tension:cs(g.tension,170),friction:cs(g.friction,26),mass:cs(g.mass,1),duration:g.duration,easing:cs(g.easing,(e=>e)),decay:g.decay})})}return k?e:(p&&(b.setValue(1,!1),m.updateConfig({output:[C,C]})),b.done=!0,this.hasChanged=!0,as({},e,{[n]:as({},e[n],{previous:C})}))}),this.animations),this.hasChanged){this.configs=Object.values(this.animations),this.values={},this.interpolations={};for(let e in this.animations)this.interpolations[e]=this.animations[e].interpolation,this.values[e]=this.animations[e].interpolation.getValue()}return this}destroy(){this.stop(),this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.local=0}};const Ms=e=>{const t=ls.fun(e),r=((e,t)=>{const r=n.useRef(!1),i=n.useRef(),o=ls.fun(t),a=n.useMemo((()=>{let n;return i.current&&(i.current.map((e=>e.destroy())),i.current=void 0),[new Array(e).fill().map(((e,r)=>{const i=new Ps,a=o?us(t,r,i):t[r];return 0===r&&(n=a.ref),i.update(a),n||i.start(),i})),n]}),[e]),s=a[0],l=a[1];i.current=s,n.useImperativeHandle(l,(()=>({start:()=>Promise.all(i.current.map((e=>new Promise((t=>e.start(t)))))),stop:e=>i.current.forEach((t=>t.stop(e))),get controllers(){return i.current}})));const c=n.useMemo((()=>e=>i.current.map(((t,n)=>{t.update(o?us(e,n,t):e[n]),l||t.start()}))),[e]);n.useEffect((()=>{r.current?o||c(t):l||i.current.forEach((e=>e.start()))})),n.useEffect((()=>(r.current=!0,()=>i.current.forEach((e=>e.destroy())))),[]);const d=i.current.map((e=>e.getValues()));return o?[d,c,e=>i.current.forEach((t=>t.pause(e)))]:d})(1,t?e:[e]),i=r[0],o=r[1],a=r[2];return t?[i[0],o,a]:i};class Ds extends xs{constructor(e){void 0===e&&(e={}),super(),!e.transform||e.transform instanceof hs||(e=gs.transform(e)),this.payload=e}}const Is={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},Ns="[-+]?\\d*\\.?\\d+",Vs=Ns+"%";function zs(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"\\(\\s*("+t.join(")\\s*,\\s*(")+")\\s*\\)"}const As=new RegExp("rgb"+zs(Ns,Ns,Ns)),Bs=new RegExp("rgba"+zs(Ns,Ns,Ns,Ns)),Hs=new RegExp("hsl"+zs(Ns,Vs,Vs)),Fs=new RegExp("hsla"+zs(Ns,Vs,Vs,Ns)),Zs=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Gs=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,qs=/^#([0-9a-fA-F]{6})$/,Ws=/^#([0-9a-fA-F]{8})$/;function Us(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Xs(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=Us(i,r,e+1/3),a=Us(i,r,e),s=Us(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*s)<<8}function Ys(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function Ks(e){return(parseFloat(e)%360+360)%360/360}function Js(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function Qs(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function el(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=qs.exec(e))?parseInt(t[1]+"ff",16)>>>0:Is.hasOwnProperty(e)?Is[e]:(t=As.exec(e))?(Ys(t[1])<<24|Ys(t[2])<<16|Ys(t[3])<<8|255)>>>0:(t=Bs.exec(e))?(Ys(t[1])<<24|Ys(t[2])<<16|Ys(t[3])<<8|Js(t[4]))>>>0:(t=Zs.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=Ws.exec(e))?parseInt(t[1],16)>>>0:(t=Gs.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=Hs.exec(e))?(255|Xs(Ks(t[1]),Qs(t[2]),Qs(t[3])))>>>0:(t=Fs.exec(e))?(Xs(Ks(t[1]),Qs(t[2]),Qs(t[3]))|Js(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const tl=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,nl=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,rl=new RegExp(`(${Object.keys(Is).join("|")})`,"g");let il={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};const ol=["Webkit","Ms","Moz","O"];function al(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||il.hasOwnProperty(e)&&il[e]?(""+t).trim():t+"px"}il=Object.keys(il).reduce(((e,t)=>(ol.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),il);const sl={};var ll;ys=e=>new Ds(e),ll=e=>{const t=e.output.map((e=>e.replace(nl,el))).map((e=>e.replace(rl,el))),n=t[0].match(tl).map((()=>[]));t.forEach((e=>{e.match(tl).forEach(((e,t)=>n[t].push(+e)))}));const r=t[0].match(tl).map(((t,r)=>Ss(as({},e,{output:n[r]}))));return e=>{let n=0;return t[0].replace(tl,(()=>r[n++](e))).replace(/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,((e,t,n,r,i)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${i})`))}},bs=ll,vs=Is,function(e,t){gs={fn:e,transform:t}}(((e,t)=>{if(!e.nodeType||void 0===e.setAttribute)return!1;{const i=t.style,o=t.children,a=t.scrollTop,s=t.scrollLeft,l=ss(t,["style","children","scrollTop","scrollLeft"]),c="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName;void 0!==a&&(e.scrollTop=a),void 0!==s&&(e.scrollLeft=s),void 0!==o&&(e.textContent=o);for(let t in i)if(i.hasOwnProperty(t)){var n=0===t.indexOf("--"),r=al(t,i[t],n);"float"===t&&(t="cssFloat"),n?e.style.setProperty(t,r):e.style[t]=r}for(let t in l){const n=c?t:sl[t]||(sl[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())));void 0!==e.getAttribute(n)&&e.setAttribute(n,l[t])}}}),(e=>e));var cl;const dl=(cl=e=>n.forwardRef(((t,r)=>{const i=function(){const e=n.useState(!1)[1];return n.useCallback((()=>e((e=>!e))),[])}(),o=n.useRef(!0),a=n.useRef(null),s=n.useRef(null),l=n.useCallback((e=>{const t=a.current;a.current=new ws(e,(()=>{let e=!1;s.current&&(e=gs.fn(s.current,a.current.getAnimatedValue())),s.current&&!1!==e||i()})),t&&t.detach()}),[]);n.useEffect((()=>()=>{o.current=!1,a.current&&a.current.detach()}),[]),n.useImperativeHandle(r,(()=>(e=>e.current)(s))),l(t);const c=a.current.getValue();c.scrollTop,c.scrollLeft;const d=ss(c,["scrollTop","scrollLeft"]),u=(p=e,!ls.fun(p)||p.prototype instanceof n.Component?e=>s.current=function(e,t){return t&&(ls.fun(t)?t(e):ls.obj(t)&&(t.current=e)),e}(e,r):void 0);var p;return n.createElement(e,as({},d,{ref:u}))})),e=>(ls.arr(e)?e:Object.keys(e)).reduce(((e,t)=>{const n=t;return e[n]=cl(n),e}),cl))(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]);function ul(e,t){return e.map((function(e,n){return e+t[n]}))}function pl(e,t){return e.map((function(e,n){return e-t[n]}))}function hl(e){return Math.hypot.apply(Math,e)}function fl(e){return Math.sign?Math.sign(e):Number(e>0)-Number(e<0)||+e}function xl(e,t,n){return 0===t||Math.abs(t)===1/0?function(e,t){return Math.pow(e,5*t)}(e,n):e*t*n/(t+n*e)}function gl(e,t,n,r){return void 0===r&&(r=.15),0===r?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):e<t?-xl(t-e,n-t,r)+t:e>n?+xl(e-n,n-t,r)+n:e}function vl(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function bl(){return bl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},bl.apply(this,arguments)}function ml(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function yl(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Cl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function wl(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return Cl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Cl(e,t):void 0}}(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function jl(){}function kl(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?jl:1===t.length?t[0]:function(){for(var e,n,r=wl(t);!(n=r()).done;){e=n.value.apply(this,arguments)||e}return e}}function $l(e,t){if(void 0===e){if(void 0===t)throw new Error("Must define fallback value if undefined is expected");e=t}return Array.isArray(e)?e:[e,e]}function Sl(e){if("function"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(void 0,n)}return e}function El(e,t){void 0===e&&(e={});for(var n={},r=0,i=Object.entries(t);r<i.length;r++){var o=i[r],a=o[0],s=o[1];switch(typeof s){case"function":n[a]=s.call(n,e[a],a,e);break;case"object":n[a]=El(e[a],s);break;case"boolean":s&&(n[a]=e[a])}}return n}var Ol=bl({},{threshold:function(e){return void 0===e&&(e=0),$l(e)},rubberband:function(e){switch(void 0===e&&(e=0),e){case!0:return $l(.15);case!1:return $l(0);default:return $l(e)}},enabled:function(e){return void 0===e&&(e=!0),e},triggerAllEvents:function(e){return void 0===e&&(e=!1),e},initial:function(e){return void 0===e&&(e=0),"function"==typeof e?e:$l(e)}},{axis:!0,lockDirection:function(e){return void 0===e&&(e=!1),e},bounds:function(e){if(void 0===e&&(e={}),"function"==typeof e)return function(t){return Ol.bounds(e(t))};var t=e,n=t.left,r=void 0===n?-1/0:n,i=t.right,o=void 0===i?1/0:i,a=t.top,s=void 0===a?-1/0:a,l=t.bottom;return[[r,o],[s,void 0===l?1/0:l]]}}),Rl="undefined"!=typeof window&&window.document&&window.document.createElement,Tl={enabled:function(e){return void 0===e&&(e=!0),e},domTarget:!0,window:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){return void 0===e&&(e=Rl?window:void 0),e})),eventOptions:function(e){var t=void 0===e?{}:e,n=t.passive,r=void 0===n||n,i=t.capture;return{passive:r,capture:void 0!==i&&i}}},Ll=bl({},Ol,{threshold:function(e,t,n){var r=n.filterTaps,i=void 0!==r&&r,o=n.lockDirection,a=void 0!==o&&o,s=n.axis,l=$l(e,i?3:a||(void 0===s?void 0:s)?1:0);return this.filterTaps=i||l[0]+l[1]>0,l},swipeVelocity:function(e){return void 0===e&&(e=.5),$l(e)},swipeDistance:function(e){return void 0===e&&(e=60),$l(e)},delay:function(e){switch(void 0===e&&(e=0),e){case!0:return 180;case!1:return 0;default:return e}}});function _l(e){var t=e.domTarget,n=e.eventOptions,r=e.window,i=e.enabled,o=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,["domTarget","eventOptions","window","enabled"]),a=function(e){return void 0===e&&(e={}),El(e,Tl)}({domTarget:t,eventOptions:n,window:r,enabled:i});return a.drag=function(e){return void 0===e&&(e={}),El(e,Ll)}(o),a}function Pl(e){return bl({_active:!1,_blocked:!1,_intentional:[!1,!1],_movement:[0,0],_initial:[0,0],_bounds:[[-1/0,1/0],[-1/0,1/0]],_lastEventType:void 0,event:void 0,intentional:!1,values:[0,0],velocities:[0,0],delta:[0,0],movement:[0,0],offset:[0,0],lastOffset:[0,0],direction:[0,0],initial:[0,0],previous:[0,0],first:!1,last:!1,active:!1,timeStamp:0,startTime:0,elapsedTime:0,cancel:jl,canceled:!1,memo:void 0,args:void 0},e)}function Ml(){return{shared:{hovering:!1,scrolling:!1,wheeling:!1,dragging:!1,moving:!1,pinching:!1,touches:0,buttons:0,down:!1,shiftKey:!1,altKey:!1,metaKey:!1,ctrlKey:!1},drag:Pl({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0,_isTap:!0,_delayedEvent:!1,_pointerId:void 0,tap:!1,swipe:[0,0]}),pinch:Pl({da:[0,0],vdva:[0,0],origin:void 0,turns:0}),wheel:Pl({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),move:Pl({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),scroll:Pl({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0})}}var Dl=new Map,Il=function(){function e(e,t){var n=this;void 0===t&&(t=[]),this.controller=e,this.args=t,this.debounced=!0,this.setTimeout=function(e,t){var r;void 0===t&&(t=140),clearTimeout(n.controller.timeouts[n.stateKey]);for(var i=arguments.length,o=new Array(i>2?i-2:0),a=2;a<i;a++)o[a-2]=arguments[a];n.controller.timeouts[n.stateKey]=(r=window).setTimeout.apply(r,[e,t].concat(o))},this.clearTimeout=function(){clearTimeout(n.controller.timeouts[n.stateKey])},this.fireGestureHandler=function(e){if(void 0===e&&(e=!1),n.state._blocked)return n.debounced||(n.state._active=!1,n.clean()),null;if(!e&&!n.state.intentional&&!n.config.triggerAllEvents)return null;if(n.state.intentional){var t=n.state.active,r=n.state._active;n.state.active=r,n.state.first=r&&!t,n.state.last=t&&!r,n.controller.state.shared[n.ingKey]=r}var i=bl({},n.controller.state.shared,n.state,n.mapStateValues(n.state)),o=n.handler(i);return n.state.memo=void 0!==o?o:n.state.memo,n.state._active||n.clean(),i}}var t=e.prototype;return t.updateSharedState=function(e){Object.assign(this.controller.state.shared,e)},t.updateGestureState=function(e){Object.assign(this.state,e)},t.checkIntentionality=function(e,t){return{_intentional:e,_blocked:!1}},t.getMovement=function(e){var t=this.config,n=t.initial,r=t.bounds,i=t.rubberband,o=t.threshold,a=this.state,s=a._bounds,l=a._initial,c=a._active,d=a._intentional,u=a.lastOffset,p=a.movement,h=this.getInternalMovement(e,this.state),f=!1===d[0]?Nl(h[0],o[0]):d[0],x=!1===d[1]?Nl(h[1],o[1]):d[1],g=this.checkIntentionality([f,x],h);if(g._blocked)return bl({},g,{_movement:h,delta:[0,0]});var v,b,m,y,C=g._intentional,w=h;(!1!==C[0]&&!1===d[0]&&(b=Sl(n,this.state),v=Sl(r,this.state),l[0]=b[0],s[0]=v[0]),!1!==C[1]&&!1===d[1])&&(b=null!=(m=b)?m:Sl(n,this.state),v=null!=(y=v)?y:Sl(r,this.state),l[1]=b[1],s[1]=v[1]);var j=[!1!==C[0]?h[0]-C[0]:l[0],!1!==C[1]?h[1]-C[1]:l[1]],k=ul(j,u),$=c?i:[0,0];return j=Vl(s,ul(j,l),$),bl({},g,{intentional:!1!==C[0]||!1!==C[1],_initial:l,_movement:w,movement:j,values:e,offset:Vl(s,k,$),delta:pl(j,p)})},t.clean=function(){this.clearTimeout()},vl(e,[{key:"config",get:function(){return this.controller.config[this.stateKey]}},{key:"enabled",get:function(){return this.controller.config.enabled&&this.config.enabled}},{key:"state",get:function(){return this.controller.state[this.stateKey]}},{key:"handler",get:function(){return this.controller.handlers[this.stateKey]}}]),e}();function Nl(e,t){return Math.abs(e)>=t&&fl(e)*t}function Vl(e,t,n){var r=t[0],i=t[1],o=n[0],a=n[1],s=e[0],l=s[0],c=s[1],d=e[1],u=d[0],p=d[1];return[gl(r,l,c,o),gl(i,u,p,a)]}function zl(e,t,n){var r=e.state,i=e.args,o=t.timeStamp,a=t.type,s=r.values;return{_lastEventType:a,event:t,timeStamp:o,elapsedTime:n?0:o-r.startTime,args:i,previous:s}}function Al(e,t){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];return e.call.apply(e,[this,bl({},t,{event:n})].concat(i))}}var Bl=function(e){var t=this;this.classes=e,this.bind=function(){for(var e={},n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(var o,a=wl(t.classes);!(o=a()).done;){new(0,o.value)(t,r).addBindings(e)}for(var s=0,l=Object.entries(t.nativeRefs);s<l.length;s++){var c=l[s];Zl(e,c[0],Al(c[1],bl({},t.state.shared,{args:r})))}return t.config.domTarget?function(e,t){var n=e.config,r=e.domListeners,i=Fl(n);if(!i)throw new Error("domTarget must be defined");var o=n.eventOptions;ql(i,Hl(r),o);for(var a=0,s=Object.entries(t);a<s.length;a++){var l=s[a],c=l[0],d=l[1],u=c.slice(2).toLowerCase();r.push([u,kl.apply(void 0,d)])}Gl(i,r,o)}(t,e):function(e,t){for(var n=e.config,r={},i=n.eventOptions.capture?"Capture":"",o=0,a=Object.entries(t);o<a.length;o++){var s=a[o],l=s[0],c=s[1],d=Array.isArray(c)?c:[c];r[l+i]=kl.apply(void 0,d)}return r}(t,e)},this.effect=function(){return t.config.domTarget&&t.bind(),t.clean},this.clean=function(){var e=Fl(t.config),n=t.config.eventOptions;e&&ql(e,Hl(t.domListeners),n),Object.values(t.timeouts).forEach(clearTimeout),function(e){var t=e.config,n=t.window,r=t.eventOptions,i=e.windowListeners;if(!n)return;for(var o in i){ql(n,i[o],r)}e.windowListeners={}}(t)},this.state=Ml(),this.timeouts={},this.domListeners=[],this.windowListeners={}};function Hl(e){return void 0===e&&(e=[]),e.splice(0,e.length)}function Fl(e){var t=e.domTarget;return t&&"current"in t?t.current:t}function Zl(e,t,n){e[t]||(e[t]=[]),e[t].push(n)}function Gl(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=wl(t);!(r=i()).done;){var o=r.value,a=o[0],s=o[1];e.addEventListener(a,s,n)}}function ql(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=wl(t);!(r=i()).done;){var o=r.value,a=o[0],s=o[1];e.removeEventListener(a,s,n)}}function Wl(e,t,r){void 0===r&&(r={});var i=function(e){var t=new Set;e.drag&&t.add(Dl.get("drag"));e.wheel&&t.add(Dl.get("wheel"));e.scroll&&t.add(Dl.get("scroll"));e.move&&t.add(Dl.get("move"));e.pinch&&t.add(Dl.get("pinch"));e.hover&&t.add(Dl.get("hover"));return t}(e),o=n.useMemo((function(){return new Bl(i)}),[]);return o.config=t,o.handlers=e,o.nativeRefs=r,n.useEffect(o.effect,[]),o.config.domTarget?Ul:o.bind}function Ul(){"development"===process.env.NODE_ENV&&console.warn("Deprecation notice: When the `domTarget` option is specified, you don't need to write `useEffect(bind, [bind])` anymore: event binding is now made handled internally to this lib.\n\nNext version won't return anything when `domTarget` is provided, therefore your code will break if you try to call `useEffect`.")}function Xl(e){if("touches"in e){var t=e.targetTouches,n=e.changedTouches;return t.length>0?t:n}return null}function Yl(e){var t="buttons"in e?e.buttons:0,n=Xl(e),r=n&&n.length||0;return{touches:r,down:r>0||t>0,buttons:t,shiftKey:e.shiftKey,altKey:e.altKey,metaKey:e.metaKey,ctrlKey:e.ctrlKey}}function Kl(e){var t=Xl(e),n=t?t[0]:e;return[n.clientX,n.clientY]}var Jl=function(e){function t(){var t;return(t=e.apply(this,arguments)||this).ingKey="dragging",t.stateKey="drag",t.onDragStart=function(e){t.enabled&&!t.state._active&&(!function(e,t,n){var r=e.config,i=e.windowListeners;void 0===n&&(n=[]),r.window&&(ql(r.window,i[t],r.eventOptions),Gl(r.window,i[t]=n,r.eventOptions))}(t.controller,t.stateKey,[["pointermove",t.onDragChange],["pointerup",t.onDragEnd],["pointercancel",t.onDragEnd]]),t.updateGestureState({_pointerId:e.pointerId}),t.config.delay>0?(t.state._delayedEvent=!0,"persist"in e&&"function"==typeof e.persist&&e.persist(),t.setTimeout(t.startDrag.bind(yl(t)),t.config.delay,e)):t.startDrag(e))},t.onDragChange=function(e){if(!t.state.canceled&&e.pointerId===t.state._pointerId)if(t.state._active){var n=Yl(e);if(n.down){t.updateSharedState(n);var r=Kl(e),i=t.getKinematics(r,e),o=zl(yl(t),e),a=t.state._isTap,s=hl(i._movement);a&&s>=3&&(a=!1),t.updateGestureState(bl({},o,i,{_isTap:a})),t.fireGestureHandler()}else t.onDragEnd(e)}else t.state._delayedEvent&&(t.clearTimeout(),t.startDrag(e))},t.onDragEnd=function(e){if(e.pointerId===t.state._pointerId){t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0});var n=t.state._isTap,r=t.state.velocities,i=r[0],o=r[1],a=t.state.movement,s=a[0],l=a[1],c=t.state._intentional,d=c[0],u=c[1],p=t.config.swipeVelocity,h=p[0],f=p[1],x=t.config.swipeDistance,g=x[0],v=x[1],b=bl({},zl(yl(t),e),t.getMovement(t.state.values)),m=[0,0];b.elapsedTime<220&&(!1!==d&&Math.abs(i)>h&&Math.abs(s)>g&&(m[0]=fl(i)),!1!==u&&Math.abs(o)>f&&Math.abs(l)>v&&(m[1]=fl(o))),t.updateGestureState(bl({},b,{tap:n,swipe:m})),t.fireGestureHandler(!0===n)}},t.clean=function(){e.prototype.clean.call(yl(t)),t.state._delayedEvent=!1,function(e,t){var n=e.config,r=e.windowListeners;n.window&&(ql(n.window,r[t],n.eventOptions),delete r[t])}(t.controller,t.stateKey)},t.onCancel=function(){t.state.canceled||(t.updateGestureState({canceled:!0}),t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0}),requestAnimationFrame((function(){return t.fireGestureHandler()})))},t.onClick=function(e){t.state._isTap||e.stopPropagation()},t}ml(t,e);var n=t.prototype;return n.startDrag=function(e){var t=Kl(e);this.updateSharedState(Yl(e)),this.updateGestureState(bl({},function(e,t,n){var r=e.state.offset,i=n.timeStamp;return bl({},Ml()[e.stateKey],{_active:!0,values:t,initial:t,offset:r,lastOffset:r,startTime:i})}(this,t,e),zl(this,e,!0),{_pointerId:e.pointerId,cancel:this.onCancel})),this.updateGestureState(this.getMovement(t)),this.fireGestureHandler()},n.addBindings=function(e){(Zl(e,"onPointerDown",this.onDragStart),this.config.filterTaps)&&Zl(e,this.controller.config.eventOptions.capture?"onClick":"onClickCapture",this.onClick)},t}(function(e){function t(){return e.apply(this,arguments)||this}ml(t,e);var n=t.prototype;return n.getInternalMovement=function(e,t){return pl(e,t.initial)},n.checkIntentionality=function(e,t){if(!1===e[0]&&!1===e[1])return{_intentional:e,axis:this.state.axis};var n=t.map(Math.abs),r=n[0],i=n[1],o=this.state.axis||(r>i?"x":r<i?"y":void 0);return this.config.axis||this.config.lockDirection?o?this.config.axis&&o!==this.config.axis?{_intentional:e,_blocked:!0,axis:o}:(e["x"===o?1:0]=!1,{_intentional:e,_blocked:!1,axis:o}):{_intentional:[!1,!1],_blocked:!1,axis:o}:{_intentional:e,_blocked:!1,axis:o}},n.getKinematics=function(e,t){var n=this.getMovement(e);if(!n._blocked){var r=t.timeStamp-this.state.timeStamp;Object.assign(n,function(e,t,n){var r=hl(t),i=0===r?0:1/r,o=0===n?0:1/n,a=o*r,s=t.map((function(e){return o*e})),l=t.map((function(e){return i*e}));return{velocities:s,velocity:a,distance:hl(e),direction:l}}(n.movement,n.delta,r))}return n},n.mapStateValues=function(e){return{xy:e.values,vxvy:e.velocities}},t}(Il));function Ql(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){if(e.constructor!==t.constructor)return!1;var n,r,i,o;if(Array.isArray(e)){if((n=e.length)!==t.length)return!1;for(r=n;0!=r--;)if(!Ql(e[r],t[r]))return!1;return!0}if("function"==typeof Map&&e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;for(o=e.entries();!(r=o.next()).done;)if(!Ql(r.value[1],t.get(r.value[0])))return!1;return!0}if("function"==typeof Set&&e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if((n=(i=Object.keys(e)).length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!Object.prototype.hasOwnProperty.call(t,i[r]))return!1;if("undefined"!=typeof Element&&e instanceof Element)return!1;for(r=n;0!=r--;)if(!("_owner"===i[r]&&e.$$typeof||Ql(e[i[r]],t[i[r]])))return!1;return!0}return e!=e&&t!=t}function ec(e,t){try{return Ql(e,t)}catch(e){if((e.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw e}}function tc(e,t){void 0===t&&(t={}),Dl.set("drag",Jl);var r=n.useRef();return r.current||(r.current=function(e,t){var n,r,i=[],o=!1;return function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];return o&&n===this&&t(s,i)||(r=e.apply(this,s),o=!0,n=this,i=s),r}}(_l,ec)),Wl({drag:e},r.current(t))}
|
|
2251
|
+
***************************************************************************** */var Xi,Yi,Ki=function(){return Ki=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},Ki.apply(this,arguments)};function Ji(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}function Qi(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function eo(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a}function to(e,t,n){if(2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}!function(e){e.Start="xstate.start",e.Stop="xstate.stop",e.Raise="xstate.raise",e.Send="xstate.send",e.Cancel="xstate.cancel",e.NullEvent="",e.Assign="xstate.assign",e.After="xstate.after",e.DoneState="done.state",e.DoneInvoke="done.invoke",e.Log="xstate.log",e.Init="xstate.init",e.Invoke="xstate.invoke",e.ErrorExecution="error.execution",e.ErrorCommunication="error.communication",e.ErrorPlatform="error.platform",e.ErrorCustom="xstate.error",e.Update="xstate.update",e.Pure="xstate.pure",e.Choose="xstate.choose"}(Xi||(Xi={})),function(e){e.Parent="#_parent",e.Internal="#_internal"}(Yi||(Yi={}));var no=Xi.Start,ro=Xi.Stop,io=Xi.Raise,oo=Xi.Send,ao=Xi.Cancel,so=Xi.NullEvent,lo=Xi.Assign;Xi.After,Xi.DoneState;var co=Xi.Log,uo=Xi.Init,po=Xi.Invoke;Xi.ErrorExecution;var ho,fo=Xi.ErrorPlatform,xo=Xi.ErrorCustom,go=Xi.Update,vo=Xi.Choose,bo=Xi.Pure,mo={},yo="xstate.guard",Co="production"===process.env.NODE_ENV;function wo(e,t,n){void 0===n&&(n=".");var r=$o(e,n),i=$o(t,n);return Bo(i)?!!Bo(r)&&i===r:Bo(r)?r in i:Object.keys(r).every((function(e){return e in i&&wo(r[e],i[e])}))}function jo(e){try{return Bo(e)||"number"==typeof e?"".concat(e):e.type}catch(e){throw new Error("Events must be strings or objects with a string event.type property.")}}function ko(e,t){try{return zo(e)?e:e.toString().split(t)}catch(t){throw new Error("'".concat(e,"' is not a valid state path."))}}function $o(e,t){return"object"==typeof(n=e)&&"value"in n&&"context"in n&&"event"in n&&"_event"in n?e.value:zo(e)?So(e):"string"!=typeof e?e:So(ko(e,t));var n}function So(e){if(1===e.length)return e[0];for(var t={},n=t,r=0;r<e.length-1;r++)r===e.length-2?n[e[r]]=e[r+1]:(n[e[r]]={},n=n[e[r]]);return t}function Eo(e,t){for(var n={},r=Object.keys(e),i=0;i<r.length;i++){var o=r[i];n[o]=t(e[o],o,e,i)}return n}function Oo(e,t,n){var r,i,o={};try{for(var a=Qi(Object.keys(e)),s=a.next();!s.done;s=a.next()){var l=s.value,c=e[l];n(c)&&(o[l]=t(c,l,e))}}catch(e){r={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}var Ro=function(e){return function(t){var n,r,i=t;try{for(var o=Qi(e),a=o.next();!a.done;a=o.next()){i=i[a.value]}}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=o.return)&&r.call(o)}finally{if(n)throw n.error}}return i}};function To(e){return e?Bo(e)?[[e]]:Lo(Object.keys(e).map((function(t){var n=e[t];return"string"==typeof n||n&&Object.keys(n).length?To(e[t]).map((function(e){return[t].concat(e)})):[[t]]}))):[[]]}function Lo(e){var t;return(t=[]).concat.apply(t,to([],eo(e),!1))}function _o(e){return zo(e)?e:[e]}function Po(e){return void 0===e?[]:_o(e)}function Mo(e,t,n){var r,i;if(Ao(e))return e(t,n.data);var o={};try{for(var a=Qi(Object.keys(e)),s=a.next();!s.done;s=a.next()){var l=s.value,c=e[l];Ao(c)?o[l]=c(t,n.data):o[l]=c}}catch(e){r={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}return o}function Do(e){return e instanceof Promise||!(null===e||!Ao(e)&&"object"!=typeof e||!Ao(e.then))}function Io(e,t){return Eo(e.states,(function(e,n){if(e){var r=(Bo(t)?void 0:t[n])||(e?e.current:void 0);if(r)return{current:r,states:Io(e,r)}}}))}function No(e,t,n,r){Co||Vo(!!e,"Attempting to update undefined context");var i=e?n.reduce((function(e,n){var i,o,a=n.assignment,s={state:r,action:n,_event:t},l={};if(Ao(a))l=a(e,t.data,s);else try{for(var c=Qi(Object.keys(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=a[u];l[u]=Ao(p)?p(e,t.data,s):p}}catch(e){i={error:e}}finally{try{d&&!d.done&&(o=c.return)&&o.call(c)}finally{if(i)throw i.error}}return Object.assign({},e,l)}),e):e;return i}var Vo=function(){};function zo(e){return Array.isArray(e)}function Ao(e){return"function"==typeof e}function Bo(e){return"string"==typeof e}function Ho(e,t){if(e)return Bo(e)?{type:yo,name:e,predicate:t?t[e]:void 0}:Ao(e)?{type:yo,name:e.name,predicate:e}:e}Co||(Vo=function(e,t){var n=e instanceof Error?e:void 0;if((n||!e)&&void 0!==console){var r=["Warning: ".concat(t)];n&&r.push(n),console.warn.apply(console,r)}});var Fo=function(){return"function"==typeof Symbol&&Symbol.observable||"@@observable"}();function Zo(e){return!!e&&"__xstatenode"in e}function Go(e,t){return Bo(e)||"number"==typeof e?Ki({type:e},t):e}function qo(e,t){if(!Bo(e)&&"$$type"in e&&"scxml"===e.$$type)return e;var n=Go(e);return Ki({name:n.type,data:n,$$type:"scxml",type:"external"},t)}function Wo(e,t){return _o(t).map((function(t){return void 0===t||"string"==typeof t||Zo(t)?{target:t,event:e}:Ki(Ki({},t),{event:e})}))}function Uo(e,t,n,r,i){var o=e.options.guards,a={state:i,cond:t,_event:r};if(t.type===yo)return((null==o?void 0:o[t.name])||t.predicate)(n,r.data,a);var s=null==o?void 0:o[t.type];if(!s)throw new Error("Guard '".concat(t.type,"' is not implemented on machine '").concat(e.id,"'."));return s(n,r.data,a)}function Xo(e){return"string"==typeof e?{type:e}:e}function Yo(e,t,n){var r=function(){},i="object"==typeof e,o=i?e:null;return{next:((i?e.next:e)||r).bind(o),error:((i?e.error:t)||r).bind(o),complete:((i?e.complete:n)||r).bind(o)}}function Ko(e,t){return"".concat(e,":invocation[").concat(t,"]")}function Jo(e){return(e.type===io||e.type===oo&&e.to===Yi.Internal)&&"number"!=typeof e.delay}(ho={})[Fo]=function(){return this},ho[Symbol.observable]=function(){return this};var Qo=qo({type:uo});function ea(e,t){return t&&t[e]||void 0}function ta(e,t){var n;if(Bo(e)||"number"==typeof e)n=Ao(r=ea(e,t))?{type:e,exec:r}:r||{type:e,exec:void 0};else if(Ao(e))n={type:e.name||e.toString(),exec:e};else{var r;if(Ao(r=ea(e.type,t)))n=Ki(Ki({},e),{exec:r});else if(r){var i=r.type||e.type;n=Ki(Ki(Ki({},r),e),{type:i})}else n=e}return n}var na=function(e,t){return e?(zo(e)?e:[e]).map((function(e){return ta(e,t)})):[]};function ra(e){var t=ta(e);return Ki(Ki({id:Bo(e)?e:t.id},t),{type:t.type})}function ia(e,t){var n="".concat(Xi.DoneState,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function oa(e,t){var n="".concat(Xi.DoneInvoke,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function aa(e,t){var n="".concat(Xi.ErrorPlatform,".").concat(e),r={type:n,data:t,toString:function(){return n}};return r}function sa(e,t,n,r,i,o,a){void 0===a&&(a=!1);var s=a?[]:function(e){var t,n,r=[];try{for(var i=Qi(e),o=i.next();!o.done;o=i.next())for(var a=o.value,s=0;s<a.actions.length;)a.actions[s].type!==lo?s++:(r.push(a.actions[s]),a.actions.splice(s,1))}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}(i),l=s.length?No(n,r,s,t):n,c=a?[n]:void 0,d=[];function u(i,s){var u;switch(s.type){case io:var p=function(e,t,n,r){var i,o={_event:n},a=qo(Ao(e.event)?e.event(t,n.data,o):e.event);if(Bo(e.delay)){var s=r&&r[e.delay];i=Ao(s)?s(t,n.data,o):s}else i=Ao(e.delay)?e.delay(t,n.data,o):e.delay;return Ki(Ki({},e),{type:io,_event:a,delay:i})}(s,l,r,e.options.delays);return o&&"number"==typeof p.delay&&o(p,l,r),p;case oo:var h=function(e,t,n,r){var i,o={_event:n},a=qo(Ao(e.event)?e.event(t,n.data,o):e.event);if(Bo(e.delay)){var s=r&&r[e.delay];i=Ao(s)?s(t,n.data,o):s}else i=Ao(e.delay)?e.delay(t,n.data,o):e.delay;var l=Ao(e.to)?e.to(t,n.data,o):e.to;return Ki(Ki({},e),{to:l,_event:a,event:a.data,delay:i})}(s,l,r,e.options.delays);if(!Co){var f=s.delay;Vo(!Bo(f)||"number"==typeof h.delay,"No delay reference for delay expression '".concat(f,"' was found on machine '").concat(e.id,"'"))}return o&&h.to!==Yi.Internal&&("entry"===i?d.push(h):o(h,l,r)),h;case co:var x=function(e,t,n){return Ki(Ki({},e),{value:Bo(e.expr)?e.expr:e.expr(t,n.data,{_event:n})})}(s,l,r);return null==o||o(x,l,r),x;case vo:if(!(m=null===(u=s.conds.find((function(n){var i=Ho(n.cond,e.options.guards);return!i||Uo(e,i,l,r,o?void 0:t)})))||void 0===u?void 0:u.actions))return[];var g=eo(sa(e,t,l,r,[{type:i,actions:na(Po(m),e.options.actions)}],o,a),2),v=g[0],b=g[1];return l=b,null==c||c.push(l),v;case bo:var m;if(!(m=s.get(l,r.data)))return[];var y=eo(sa(e,t,l,r,[{type:i,actions:na(Po(m),e.options.actions)}],o,a),2),C=y[0],w=y[1];return l=w,null==c||c.push(l),C;case ro:x=function(e,t,n){var r=Ao(e.activity)?e.activity(t,n.data):e.activity,i="string"==typeof r?{id:r}:r;return{type:Xi.Stop,activity:i}}(s,l,r);return null==o||o(x,n,r),x;case lo:l=No(l,r,[s],o?void 0:t),null==c||c.push(l);break;default:var j=ta(s,e.options.actions),k=j.exec;if(o)o(j,l,r);else if(k&&c){var $=c.length-1,S=Ki(Ki({},j),{exec:function(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];k.apply(void 0,to([c[$]],eo(t),!1))}});j=S}return j}}var p=Lo(i.map((function(e){var t,n,i=[];try{for(var a=Qi(e.actions),s=a.next();!s.done;s=a.next()){var c=s.value,p=u(e.type,c);p&&(i=i.concat(p))}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return d.forEach((function(e){o(e,l,r)})),d.length=0,i})));return[p,l]}var la=function(e,t){return t(e)};function ca(e){var t;return(t={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},getSnapshot:function(){},toJSON:function(){return{id:e}}})[Fo]=function(){return this},t}function da(e,t,n){var r=ca(t);if(r.deferred=!0,Zo(e)){var i=r.state=la(void 0,(function(){return(n?e.withContext(n):e).initialState}));r.getSnapshot=function(){return i}}return r}var ua=function(e){return"atomic"===e.type||"final"===e.type};function pa(e){return Object.keys(e.states).map((function(t){return e.states[t]}))}function ha(e){return pa(e).filter((function(e){return"history"!==e.type}))}function fa(e){var t=[e];return ua(e)?t:t.concat(Lo(ha(e).map(fa)))}function xa(e,t){var n,r,i,o,a,s,l,c,d=va(new Set(e)),u=new Set(t);try{for(var p=Qi(u),h=p.next();!h.done;h=p.next())for(var f=(j=h.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}var x=va(u);try{for(var g=Qi(u),v=g.next();!v.done;v=g.next()){if("compound"!==(j=v.value).type||x.get(j)&&x.get(j).length){if("parallel"===j.type)try{for(var b=(a=void 0,Qi(ha(j))),m=b.next();!m.done;m=b.next()){var y=m.value;u.has(y)||(u.add(y),d.get(y)?d.get(y).forEach((function(e){return u.add(e)})):y.initialStateNodes.forEach((function(e){return u.add(e)})))}}catch(e){a={error:e}}finally{try{m&&!m.done&&(s=b.return)&&s.call(b)}finally{if(a)throw a.error}}}else d.get(j)?d.get(j).forEach((function(e){return u.add(e)})):j.initialStateNodes.forEach((function(e){return u.add(e)}))}}catch(e){i={error:e}}finally{try{v&&!v.done&&(o=g.return)&&o.call(g)}finally{if(i)throw i.error}}try{for(var C=Qi(u),w=C.next();!w.done;w=C.next()){var j;for(f=(j=w.value).parent;f&&!u.has(f);)u.add(f),f=f.parent}}catch(e){l={error:e}}finally{try{w&&!w.done&&(c=C.return)&&c.call(C)}finally{if(l)throw l.error}}return u}function ga(e,t){var n=t.get(e);if(!n)return{};if("compound"===e.type){var r=n[0];if(!r)return{};if(ua(r))return r.key}var i={};return n.forEach((function(e){i[e.key]=ga(e,t)})),i}function va(e){var t,n,r=new Map;try{for(var i=Qi(e),o=i.next();!o.done;o=i.next()){var a=o.value;r.has(a)||r.set(a,[]),a.parent&&(r.has(a.parent)||r.set(a.parent,[]),r.get(a.parent).push(a))}}catch(e){t={error:e}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r}function ba(e,t){return ga(e,va(xa([e],t)))}function ma(e,t){return Array.isArray(e)?e.some((function(e){return e===t})):e instanceof Set&&e.has(t)}function ya(e,t){return"compound"===t.type?ha(t).some((function(t){return"final"===t.type&&ma(e,t)})):"parallel"===t.type&&ha(t).every((function(t){return ya(e,t)}))}function Ca(e){return new Set(Lo(e.map((function(e){return e.tags}))))}function wa(e,t){if(e===t)return!0;if(void 0===e||void 0===t)return!1;if(Bo(e)||Bo(t))return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every((function(n){return wa(e[n],t[n])}))}var ja=function(){function e(e){var t,n,r=this;this.actions=[],this.activities=mo,this.meta={},this.events=[],this.value=e.value,this.context=e.context,this._event=e._event,this._sessionid=e._sessionid,this.event=this._event.data,this.historyValue=e.historyValue,this.history=e.history,this.actions=e.actions||[],this.activities=e.activities||mo,this.meta=(void 0===(n=e.configuration)&&(n=[]),n.reduce((function(e,t){return void 0!==t.meta&&(e[t.id]=t.meta),e}),{})),this.events=e.events||[],this.matches=this.matches.bind(this),this.toStrings=this.toStrings.bind(this),this.configuration=e.configuration,this.transitions=e.transitions,this.children=e.children,this.done=!!e.done,this.tags=null!==(t=Array.isArray(e.tags)?new Set(e.tags):e.tags)&&void 0!==t?t:new Set,this.machine=e.machine,Object.defineProperty(this,"nextEvents",{get:function(){return function(e){return to([],eo(new Set(Lo(to([],eo(e.map((function(e){return e.ownEvents}))),!1)))),!1)}(r.configuration)}})}return e.from=function(t,n){return t instanceof e?t.context!==n?new e({value:t.value,context:n,_event:t._event,_sessionid:null,historyValue:t.historyValue,history:t.history,actions:[],activities:t.activities,events:[],configuration:[],transitions:[],children:{}}):t:new e({value:t,context:n,_event:Qo,_sessionid:null,historyValue:void 0,history:void 0,actions:[],activities:void 0,events:[],configuration:[],transitions:[],children:{}})},e.create=function(t){return new e(t)},e.inert=function(t,n){if(t instanceof e){if(!t.actions.length)return t;var r=Qo;return new e({value:t.value,context:n,_event:r,_sessionid:null,historyValue:t.historyValue,history:t.history,activities:t.activities,configuration:t.configuration,transitions:[],children:{}})}return e.from(t,n)},e.prototype.toStrings=function(e,t){var n=this;if(void 0===e&&(e=this.value),void 0===t&&(t="."),Bo(e))return[e];var r=Object.keys(e);return r.concat.apply(r,to([],eo(r.map((function(r){return n.toStrings(e[r],t).map((function(e){return r+t+e}))}))),!1))},e.prototype.toJSON=function(){var e=this;e.configuration,e.transitions;var t=e.tags;e.machine;var n=Ji(e,["configuration","transitions","tags","machine"]);return Ki(Ki({},n),{tags:Array.from(t)})},e.prototype.matches=function(e){return wo(e,this.value)},e.prototype.hasTag=function(e){return this.tags.has(e)},e.prototype.can=function(e){var t;Co&&Vo(!!this.machine,"state.can(...) used outside of a machine-created State object; this will always return false.");var n=null===(t=this.machine)||void 0===t?void 0:t.getTransitionData(this,e);return!!(null==n?void 0:n.transitions.length)&&n.transitions.some((function(e){return void 0!==e.target||e.actions.length}))},e}(),ka={deferEvents:!1},$a=function(){function e(e){this.processingEvent=!1,this.queue=[],this.initialized=!1,this.options=Ki(Ki({},ka),e)}return e.prototype.initialize=function(e){if(this.initialized=!0,e){if(!this.options.deferEvents)return void this.schedule(e);this.process(e)}this.flushEvents()},e.prototype.schedule=function(e){if(this.initialized&&!this.processingEvent){if(0!==this.queue.length)throw new Error("Event queue should be empty when it is not processing events");this.process(e),this.flushEvents()}else this.queue.push(e)},e.prototype.clear=function(){this.queue=[]},e.prototype.flushEvents=function(){for(var e=this.queue.shift();e;)this.process(e),e=this.queue.shift()},e.prototype.process=function(e){this.processingEvent=!0;try{e()}catch(e){throw this.clear(),e}finally{this.processingEvent=!1}},e}(),Sa=new Map,Ea=0,Oa=function(){return"x:".concat(Ea++)},Ra=function(e,t){return Sa.set(e,t),e},Ta=function(e){return Sa.get(e)},La=function(e){Sa.delete(e)};function _a(){return"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void(Co||console.warn("XState could not find a global object in this environment. Please let the maintainers know and raise an issue here: https://github.com/statelyai/xstate/issues"))}function Pa(e){if(_a()){var t=function(){var e=_a();if(e&&"__xstate__"in e)return e.__xstate__}();t&&t.register(e)}}function Ma(e,t){void 0===t&&(t={});var n=e.initialState,r=new Set,i=[],o=!1,a=function(e){var t;return Ki(((t={subscribe:function(){return{unsubscribe:function(){}}},id:"anonymous",getSnapshot:function(){}})[Fo]=function(){return this},t),e)}({id:t.id,send:function(t){i.push(t),function(){if(!o){for(o=!0;i.length>0;){var t=i.shift();n=e.transition(n,t,s),r.forEach((function(e){return e.next(n)}))}o=!1}}()},getSnapshot:function(){return n},subscribe:function(e,t,i){var o=Yo(e,t,i);return r.add(o),o.next(n),{unsubscribe:function(){r.delete(o)}}}}),s={parent:t.parent,self:a,id:t.id||"anonymous",observers:r};return n=e.start?e.start(s):n,a}var Da,Ia={sync:!1,autoForward:!1};!function(e){e[e.NotStarted=0]="NotStarted",e[e.Running=1]="Running",e[e.Stopped=2]="Stopped"}(Da||(Da={}));var Na=function(){function e(t,n){void 0===n&&(n=e.defaultOptions);var r=this;this.machine=t,this.delayedEventsMap={},this.listeners=new Set,this.contextListeners=new Set,this.stopListeners=new Set,this.doneListeners=new Set,this.eventListeners=new Set,this.sendListeners=new Set,this.initialized=!1,this.status=Da.NotStarted,this.children=new Map,this.forwardTo=new Set,this._outgoingQueue=[],this.init=this.start,this.send=function(e,t){if(zo(e))return r.batch(e),r.state;var n=qo(Go(e,t));if(r.status===Da.Stopped)return Co||Vo(!1,'Event "'.concat(n.name,'" was sent to stopped service "').concat(r.machine.id,'". This service has already reached its final state, and will not transition.\nEvent: ').concat(JSON.stringify(n.data))),r.state;if(r.status!==Da.Running&&!r.options.deferEvents)throw new Error('Event "'.concat(n.name,'" was sent to uninitialized service "').concat(r.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.\nEvent: ').concat(JSON.stringify(n.data)));return r.scheduler.schedule((function(){r.forward(n);var e=r._nextState(n);r.update(e,n)})),r._state},this.sendTo=function(e,t,n){var i,o=r.parent&&(t===Yi.Parent||r.parent.id===t),a=o?r.parent:Bo(t)?t===Yi.Internal?r:r.children.get(t)||Ta(t):(i=t)&&"function"==typeof i.send?t:void 0;if(a)if("machine"in a){if(r.status!==Da.Stopped||r.parent!==a||r.state.done){var s=Ki(Ki({},e),{name:e.name===xo?"".concat(aa(r.id)):e.name,origin:r.sessionId});!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,s]):a.send(s)}}else!n&&r.machine.config.predictableActionArguments?r._outgoingQueue.push([a,e.data]):a.send(e.data);else{if(!o)throw new Error("Unable to send event to child '".concat(t,"' from service '").concat(r.id,"'."));Co||Vo(!1,"Service '".concat(r.id,"' has no parent: unable to send event ").concat(e.type))}},this._exec=function(e,t,n,i){void 0===i&&(i=r.machine.options.actions);var o=e.exec||ea(e.type,i),a=Ao(o)?o:o?o.exec:e.exec;if(a)try{return a(t,n.data,r.machine.config.predictableActionArguments?{action:e,_event:n}:{action:e,state:r.state,_event:n})}catch(e){throw r.parent&&r.parent.send({type:"xstate.error",data:e}),e}switch(e.type){case io:var s=e;r.defer(s);break;case oo:var l=e;if("number"==typeof l.delay)return void r.defer(l);l.to?r.sendTo(l._event,l.to,n===Qo):r.send(l._event);break;case ao:r.cancel(e.sendId);break;case no:if(r.status!==Da.Running)return;var c=e.activity;if(!r.machine.config.predictableActionArguments&&!r.state.activities[c.id||c.type])break;if(c.type===Xi.Invoke){var d=Xo(c.src),u=r.machine.options.services?r.machine.options.services[d.type]:void 0,p=c.id,h=c.data;Co||Vo(!("forward"in c),"`forward` property is deprecated (found in invocation of '".concat(c.src,"' in in machine '").concat(r.machine.id,"'). ")+"Please use `autoForward` instead.");var f="autoForward"in c?c.autoForward:!!c.forward;if(!u)return void(Co||Vo(!1,"No service found for invocation '".concat(c.src,"' in machine '").concat(r.machine.id,"'.")));var x=h?Mo(h,t,n):void 0;if("string"==typeof u)return;var g=Ao(u)?u(t,n.data,{data:x,src:d,meta:c.meta}):u;if(!g)return;var v=void 0;Zo(g)&&(g=x?g.withContext(x):g,v={autoForward:f}),r.spawn(g,p,v)}else r.spawnActivity(c);break;case ro:r.stopChild(e.activity.id);break;case co:var b=e,m=b.label,y=b.value;m?r.logger(m,y):r.logger(y);break;default:Co||Vo(!1,"No implementation found for action type '".concat(e.type,"'"))}};var i=Ki(Ki({},e.defaultOptions),n),o=i.clock,a=i.logger,s=i.parent,l=i.id,c=void 0!==l?l:t.id;this.id=c,this.logger=a,this.clock=o,this.parent=s,this.options=i,this.scheduler=new $a({deferEvents:this.options.deferEvents}),this.sessionId=Oa()}return Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this;return this._initialState?this._initialState:la(this,(function(){return e._initialState=e.machine.initialState,e._initialState}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"state",{get:function(){return Co||Vo(this.status!==Da.NotStarted,"Attempted to read state from uninitialized service '".concat(this.id,"'. Make sure the service is started first.")),this._state},enumerable:!1,configurable:!0}),e.prototype.execute=function(e,t){var n,r;try{for(var i=Qi(e.actions),o=i.next();!o.done;o=i.next()){var a=o.value;this.exec(a,e,t)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},e.prototype.update=function(e,t){var n,r,i,o,a,s,l,c,d=this;if(e._sessionid=this.sessionId,this._state=e,this.machine.config.predictableActionArguments&&t!==Qo||!this.options.execute)for(var u=void 0;u=this._outgoingQueue.shift();)u[0].send(u[1]);else this.execute(this.state);if(this.children.forEach((function(e){d.state.children[e.id]=e})),this.devTools&&this.devTools.send(t.data,e),e.event)try{for(var p=Qi(this.eventListeners),h=p.next();!h.done;h=p.next()){(0,h.value)(e.event)}}catch(e){n={error:e}}finally{try{h&&!h.done&&(r=p.return)&&r.call(p)}finally{if(n)throw n.error}}try{for(var f=Qi(this.listeners),x=f.next();!x.done;x=f.next()){(0,x.value)(e,e.event)}}catch(e){i={error:e}}finally{try{x&&!x.done&&(o=f.return)&&o.call(f)}finally{if(i)throw i.error}}try{for(var g=Qi(this.contextListeners),v=g.next();!v.done;v=g.next()){(0,v.value)(this.state.context,this.state.history?this.state.history.context:void 0)}}catch(e){a={error:e}}finally{try{v&&!v.done&&(s=g.return)&&s.call(g)}finally{if(a)throw a.error}}if(this.state.done){var b=e.configuration.find((function(e){return"final"===e.type&&e.parent===d.machine})),m=b&&b.doneData?Mo(b.doneData,e.context,t):void 0;this._doneEvent=oa(this.id,m);try{for(var y=Qi(this.doneListeners),C=y.next();!C.done;C=y.next()){(0,C.value)(this._doneEvent)}}catch(e){l={error:e}}finally{try{C&&!C.done&&(c=y.return)&&c.call(y)}finally{if(l)throw l.error}}this._stop(),this._stopChildren(),La(this.sessionId)}},e.prototype.onTransition=function(e){return this.listeners.add(e),this.status===Da.Running&&e(this.state,this.state.event),this},e.prototype.subscribe=function(e,t,n){var r=this,i=Yo(e,t,n);this.listeners.add(i.next),this.status!==Da.NotStarted&&i.next(this.state);var o=function(){r.doneListeners.delete(o),r.stopListeners.delete(o),i.complete()};return this.status===Da.Stopped?i.complete():(this.onDone(o),this.onStop(o)),{unsubscribe:function(){r.listeners.delete(i.next),r.doneListeners.delete(o),r.stopListeners.delete(o)}}},e.prototype.onEvent=function(e){return this.eventListeners.add(e),this},e.prototype.onSend=function(e){return this.sendListeners.add(e),this},e.prototype.onChange=function(e){return this.contextListeners.add(e),this},e.prototype.onStop=function(e){return this.stopListeners.add(e),this},e.prototype.onDone=function(e){return this.status===Da.Stopped&&this._doneEvent?e(this._doneEvent):this.doneListeners.add(e),this},e.prototype.off=function(e){return this.listeners.delete(e),this.eventListeners.delete(e),this.sendListeners.delete(e),this.stopListeners.delete(e),this.doneListeners.delete(e),this.contextListeners.delete(e),this},e.prototype.start=function(e){var t=this;if(this.status===Da.Running)return this;this.machine._init(),Ra(this.sessionId,this),this.initialized=!0,this.status=Da.Running;var n=void 0===e?this.initialState:la(this,(function(){return"object"==typeof(n=e)&&null!==n&&"value"in n&&"_event"in n?t.machine.resolveState(e):t.machine.resolveState(ja.from(e,t.machine.context));var n}));return this.options.devTools&&this.attachDev(),this.scheduler.initialize((function(){t.update(n,Qo)})),this},e.prototype._stopChildren=function(){this.children.forEach((function(e){Ao(e.stop)&&e.stop()})),this.children.clear()},e.prototype._stop=function(){var e,t,n,r,i,o,a,s,l,c;try{for(var d=Qi(this.listeners),u=d.next();!u.done;u=d.next()){var p=u.value;this.listeners.delete(p)}}catch(t){e={error:t}}finally{try{u&&!u.done&&(t=d.return)&&t.call(d)}finally{if(e)throw e.error}}try{for(var h=Qi(this.stopListeners),f=h.next();!f.done;f=h.next()){(p=f.value)(),this.stopListeners.delete(p)}}catch(e){n={error:e}}finally{try{f&&!f.done&&(r=h.return)&&r.call(h)}finally{if(n)throw n.error}}try{for(var x=Qi(this.contextListeners),g=x.next();!g.done;g=x.next()){p=g.value;this.contextListeners.delete(p)}}catch(e){i={error:e}}finally{try{g&&!g.done&&(o=x.return)&&o.call(x)}finally{if(i)throw i.error}}try{for(var v=Qi(this.doneListeners),b=v.next();!b.done;b=v.next()){p=b.value;this.doneListeners.delete(p)}}catch(e){a={error:e}}finally{try{b&&!b.done&&(s=v.return)&&s.call(v)}finally{if(a)throw a.error}}if(!this.initialized)return this;this.initialized=!1,this.status=Da.Stopped,this._initialState=void 0;try{for(var m=Qi(Object.keys(this.delayedEventsMap)),y=m.next();!y.done;y=m.next()){var C=y.value;this.clock.clearTimeout(this.delayedEventsMap[C])}}catch(e){l={error:e}}finally{try{y&&!y.done&&(c=m.return)&&c.call(m)}finally{if(l)throw l.error}}this.scheduler.clear(),this.scheduler=new $a({deferEvents:this.options.deferEvents})},e.prototype.stop=function(){var e=this,t=this.scheduler;return this._stop(),t.schedule((function(){var t;if(!(null===(t=e._state)||void 0===t?void 0:t.done)){var n=qo({type:"xstate.stop"}),r=la(e,(function(){var t=Lo(to([],eo(e.state.configuration),!1).sort((function(e,t){return t.order-e.order})).map((function(t){return na(t.onExit,e.machine.options.actions)}))),r=eo(sa(e.machine,e.state,e.state.context,n,[{type:"exit",actions:t}],e.machine.config.predictableActionArguments?e._exec:void 0,e.machine.config.predictableActionArguments||e.machine.config.preserveActionOrder),2),i=r[0],o=r[1],a=new ja({value:e.state.value,context:o,_event:n,_sessionid:e.sessionId,historyValue:void 0,history:e.state,actions:i.filter((function(e){return!Jo(e)})),activities:{},events:[],configuration:[],transitions:[],children:{},done:e.state.done,tags:e.state.tags,machine:e.machine});return a.changed=!0,a}));e.update(r,n),e._stopChildren(),La(e.sessionId)}})),this},e.prototype.batch=function(e){var t=this;if(this.status===Da.NotStarted&&this.options.deferEvents)Co||Vo(!1,"".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'" and are deferred. Make sure .start() is called for this service.\nEvent: ').concat(JSON.stringify(event)));else if(this.status!==Da.Running)throw new Error("".concat(e.length,' event(s) were sent to uninitialized service "').concat(this.machine.id,'". Make sure .start() is called for this service, or set { deferEvents: true } in the service options.'));if(e.length){var n=!!this.machine.config.predictableActionArguments&&this._exec;this.scheduler.schedule((function(){var r,i,o=t.state,a=!1,s=[],l=function(e){var r=qo(e);t.forward(r),o=la(t,(function(){return t.machine.transition(o,r,void 0,n||void 0)})),s.push.apply(s,to([],eo(t.machine.config.predictableActionArguments?o.actions:o.actions.map((function(e){return function(e,t){var n=e.exec;return Ki(Ki({},e),{exec:void 0!==n?function(){return n(t.context,t.event,{action:e,state:t,_event:t._event})}:void 0})}(e,o)}))),!1)),a=a||!!o.changed};try{for(var c=Qi(e),d=c.next();!d.done;d=c.next()){l(d.value)}}catch(e){r={error:e}}finally{try{d&&!d.done&&(i=c.return)&&i.call(c)}finally{if(r)throw r.error}}o.changed=a,o.actions=s,t.update(o,qo(e[e.length-1]))}))}},e.prototype.sender=function(e){return this.send.bind(this,e)},e.prototype._nextState=function(e,t){var n=this;void 0===t&&(t=!!this.machine.config.predictableActionArguments&&this._exec);var r=qo(e);if(0===r.name.indexOf(fo)&&!this.state.nextEvents.some((function(e){return 0===e.indexOf(fo)})))throw r.data.data;return la(this,(function(){return n.machine.transition(n.state,r,void 0,t||void 0)}))},e.prototype.nextState=function(e){return this._nextState(e,!1)},e.prototype.forward=function(e){var t,n;try{for(var r=Qi(this.forwardTo),i=r.next();!i.done;i=r.next()){var o=i.value,a=this.children.get(o);if(!a)throw new Error("Unable to forward event '".concat(e,"' from interpreter '").concat(this.id,"' to nonexistant child '").concat(o,"'."));a.send(e)}}catch(e){t={error:e}}finally{try{i&&!i.done&&(n=r.return)&&n.call(r)}finally{if(t)throw t.error}}},e.prototype.defer=function(e){var t=this,n=this.clock.setTimeout((function(){"to"in e&&e.to?t.sendTo(e._event,e.to,!0):t.send(e._event)}),e.delay);e.id&&(this.delayedEventsMap[e.id]=n)},e.prototype.cancel=function(e){this.clock.clearTimeout(this.delayedEventsMap[e]),delete this.delayedEventsMap[e]},e.prototype.exec=function(e,t,n){void 0===n&&(n=this.machine.options.actions),this._exec(e,t.context,t._event,n)},e.prototype.removeChild=function(e){var t;this.children.delete(e),this.forwardTo.delete(e),null===(t=this.state)||void 0===t||delete t.children[e]},e.prototype.stopChild=function(e){var t=this.children.get(e);t&&(this.removeChild(e),Ao(t.stop)&&t.stop())},e.prototype.spawn=function(e,t,n){if(this.status!==Da.Running)return da(e,t);if(Do(e))return this.spawnPromise(Promise.resolve(e),t);if(Ao(e))return this.spawnCallback(e,t);if(function(e){try{return"function"==typeof e.send}catch(e){return!1}}(i=e)&&"id"in i)return this.spawnActor(e,t);if(function(e){try{return"subscribe"in e&&Ao(e.subscribe)}catch(e){return!1}}(e))return this.spawnObservable(e,t);if(Zo(e))return this.spawnMachine(e,Ki(Ki({},n),{id:t}));if(null!==(r=e)&&"object"==typeof r&&"transition"in r&&"function"==typeof r.transition)return this.spawnBehavior(e,t);throw new Error('Unable to spawn entity "'.concat(t,'" of type "').concat(typeof e,'".'));var r,i},e.prototype.spawnMachine=function(t,n){var r=this;void 0===n&&(n={});var i=new e(t,Ki(Ki({},this.options),{parent:this,id:n.id||t.id})),o=Ki(Ki({},Ia),n);o.sync&&i.onTransition((function(e){r.send(go,{state:e,id:i.id})}));var a=i;return this.children.set(i.id,a),o.autoForward&&this.forwardTo.add(i.id),i.onDone((function(e){r.removeChild(i.id),r.send(qo(e,{origin:i.id}))})).start(),a},e.prototype.spawnBehavior=function(e,t){var n=Ma(e,{id:t,parent:this});return this.children.set(t,n),n},e.prototype.spawnPromise=function(e,t){var n,r,i=this,o=!1;e.then((function(e){o||(r=e,i.removeChild(t),i.send(qo(oa(t,e),{origin:t})))}),(function(e){if(!o){i.removeChild(t);var n=aa(t,e);try{i.send(qo(n,{origin:t}))}catch(r){!function(e,t,n){if(!Co){var r=e.stack?" Stacktrace was '".concat(e.stack,"'"):"";if(e===t)console.error("Missing onError handler for invocation '".concat(n,"', error was '").concat(e,"'.").concat(r));else{var i=t.stack?" Stacktrace was '".concat(t.stack,"'"):"";console.error("Missing onError handler and/or unhandled exception/promise rejection for invocation '".concat(n,"'. ")+"Original error: '".concat(e,"'. ").concat(r," Current error is '").concat(t,"'.").concat(i))}}}(e,r,t),i.devTools&&i.devTools.send(n,i.state),i.machine.strict&&i.stop()}}}));var a=((n={id:t,send:function(){},subscribe:function(t,n,r){var i=Yo(t,n,r),o=!1;return e.then((function(e){o||(i.next(e),o||i.complete())}),(function(e){o||i.error(e)})),{unsubscribe:function(){return o=!0}}},stop:function(){o=!0},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[Fo]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnCallback=function(e,t){var n,r,i,o=this,a=!1,s=new Set,l=new Set;try{i=e((function(e){r=e,l.forEach((function(t){return t(e)})),a||o.send(qo(e,{origin:t}))}),(function(e){s.add(e)}))}catch(e){this.send(aa(t,e))}if(Do(i))return this.spawnPromise(i,t);var c=((n={id:t,send:function(e){return s.forEach((function(t){return t(e)}))},subscribe:function(e){var t=Yo(e);return l.add(t.next),{unsubscribe:function(){l.delete(t.next)}}},stop:function(){a=!0,Ao(i)&&i()},toJSON:function(){return{id:t}},getSnapshot:function(){return r}})[Fo]=function(){return this},n);return this.children.set(t,c),c},e.prototype.spawnObservable=function(e,t){var n,r,i=this,o=e.subscribe((function(e){r=e,i.send(qo(e,{origin:t}))}),(function(e){i.removeChild(t),i.send(qo(aa(t,e),{origin:t}))}),(function(){i.removeChild(t),i.send(qo(oa(t),{origin:t}))})),a=((n={id:t,send:function(){},subscribe:function(t,n,r){return e.subscribe(t,n,r)},stop:function(){return o.unsubscribe()},getSnapshot:function(){return r},toJSON:function(){return{id:t}}})[Fo]=function(){return this},n);return this.children.set(t,a),a},e.prototype.spawnActor=function(e,t){return this.children.set(t,e),e},e.prototype.spawnActivity=function(e){var t=this.machine.options&&this.machine.options.activities?this.machine.options.activities[e.type]:void 0;if(t){var n=t(this.state.context,e);this.spawnEffect(e.id,n)}else Co||Vo(!1,"No implementation found for activity '".concat(e.type,"'"))},e.prototype.spawnEffect=function(e,t){var n;this.children.set(e,((n={id:e,send:function(){},subscribe:function(){return{unsubscribe:function(){}}},stop:t||void 0,getSnapshot:function(){},toJSON:function(){return{id:e}}})[Fo]=function(){return this},n))},e.prototype.attachDev=function(){var e=_a();if(this.options.devTools&&e){if(e.__REDUX_DEVTOOLS_EXTENSION__){var t="object"==typeof this.options.devTools?this.options.devTools:void 0;this.devTools=e.__REDUX_DEVTOOLS_EXTENSION__.connect(Ki(Ki({name:this.id,autoPause:!0,stateSanitizer:function(e){return{value:e.value,context:e.context,actions:e.actions}}},t),{features:Ki({jump:!1,skip:!1},t?t.features:void 0)}),this.machine),this.devTools.init(this.state)}Pa(this)}},e.prototype.toJSON=function(){return{id:this.id}},e.prototype[Fo]=function(){return this},e.prototype.getSnapshot=function(){return this.status===Da.NotStarted?this.initialState:this._state},e.defaultOptions={execute:!0,deferEvents:!0,clock:{setTimeout:function(e,t){return setTimeout(e,t)},clearTimeout:function(e){return clearTimeout(e)}},logger:console.log.bind(console),devTools:!1},e.interpret=Va,e}();function Va(e,t){return new Na(e,t)}function za(e){if("string"==typeof e){var t={type:e,toString:function(){return e}};return t}return e}function Aa(e){return Ki(Ki({type:po},e),{toJSON:function(){e.onDone,e.onError;var t=Ji(e,["onDone","onError"]);return Ki(Ki({},t),{type:po,src:za(e.src)})}})}var Ba="",Ha="*",Fa={},Za=function(e){return"#"===e[0]},Ga=function(){function e(t,n,r,i){void 0===r&&(r="context"in t?t.context:void 0);var o,a=this;this.config=t,this._context=r,this.order=-1,this.__xstatenode=!0,this.__cache={events:void 0,relativeValue:new Map,initialStateValue:void 0,initialState:void 0,on:void 0,transitions:void 0,candidates:{},delayedTransitions:void 0},this.idMap={},this.tags=[],this.options=Object.assign({actions:{},guards:{},services:{},activities:{},delays:{}},n),this.parent=null==i?void 0:i.parent,this.key=this.config.key||(null==i?void 0:i.key)||this.config.id||"(machine)",this.machine=this.parent?this.parent.machine:this,this.path=this.parent?this.parent.path.concat(this.key):[],this.delimiter=this.config.delimiter||(this.parent?this.parent.delimiter:"."),this.id=this.config.id||to([this.machine.key],eo(this.path),!1).join(this.delimiter),this.version=this.parent?this.parent.version:this.config.version,this.type=this.config.type||(this.config.parallel?"parallel":this.config.states&&Object.keys(this.config.states).length?"compound":this.config.history?"history":"atomic"),this.schema=this.parent?this.machine.schema:null!==(o=this.config.schema)&&void 0!==o?o:{},this.description=this.config.description,Co||Vo(!("parallel"in this.config),'The "parallel" property is deprecated and will be removed in version 4.1. '.concat(this.config.parallel?"Replace with `type: 'parallel'`":"Use `type: '".concat(this.type,"'`")," in the config for state node '").concat(this.id,"' instead.")),this.initial=this.config.initial,this.states=this.config.states?Eo(this.config.states,(function(t,n){var r,i=new e(t,{},void 0,{parent:a,key:n});return Object.assign(a.idMap,Ki(((r={})[i.id]=i,r),i.idMap)),i})):Fa;var s=0;!function e(t){var n,r;t.order=s++;try{for(var i=Qi(pa(t)),o=i.next();!o.done;o=i.next()){e(o.value)}}catch(e){n={error:e}}finally{try{o&&!o.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}}(this),this.history=!0===this.config.history?"shallow":this.config.history||!1,this._transient=!!this.config.always||!!this.config.on&&(Array.isArray(this.config.on)?this.config.on.some((function(e){return e.event===Ba})):Ba in this.config.on),this.strict=!!this.config.strict,this.onEntry=Po(this.config.entry||this.config.onEntry).map((function(e){return ta(e)})),this.onExit=Po(this.config.exit||this.config.onExit).map((function(e){return ta(e)})),this.meta=this.config.meta,this.doneData="final"===this.type?this.config.data:void 0,this.invoke=Po(this.config.invoke).map((function(e,t){var n,r;if(Zo(e)){var i=Ko(a.id,t);return a.machine.options.services=Ki(((n={})[i]=e,n),a.machine.options.services),Aa({src:i,id:i})}if(Bo(e.src)){i=e.id||Ko(a.id,t);return Aa(Ki(Ki({},e),{id:i,src:e.src}))}if(Zo(e.src)||Ao(e.src)){i=e.id||Ko(a.id,t);return a.machine.options.services=Ki(((r={})[i]=e.src,r),a.machine.options.services),Aa(Ki(Ki({id:i},e),{src:i}))}var o=e.src;return Aa(Ki(Ki({id:Ko(a.id,t)},e),{src:o}))})),this.activities=Po(this.config.activities).concat(this.invoke).map((function(e){return ra(e)})),this.transition=this.transition.bind(this),this.tags=Po(this.config.tags)}return e.prototype._init=function(){this.__cache.transitions||fa(this).forEach((function(e){return e.on}))},e.prototype.withConfig=function(t,n){var r=this.options,i=r.actions,o=r.activities,a=r.guards,s=r.services,l=r.delays;return new e(this.config,{actions:Ki(Ki({},i),t.actions),activities:Ki(Ki({},o),t.activities),guards:Ki(Ki({},a),t.guards),services:Ki(Ki({},s),t.services),delays:Ki(Ki({},l),t.delays)},null!=n?n:this.context)},e.prototype.withContext=function(t){return new e(this.config,this.options,t)},Object.defineProperty(e.prototype,"context",{get:function(){return Ao(this._context)?this._context():this._context},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"definition",{get:function(){return{id:this.id,key:this.key,version:this.version,context:this.context,type:this.type,initial:this.initial,history:this.history,states:Eo(this.states,(function(e){return e.definition})),on:this.on,transitions:this.transitions,entry:this.onEntry,exit:this.onExit,activities:this.activities||[],meta:this.meta,order:this.order||-1,data:this.doneData,invoke:this.invoke,description:this.description,tags:this.tags}},enumerable:!1,configurable:!0}),e.prototype.toJSON=function(){return this.definition},Object.defineProperty(e.prototype,"on",{get:function(){if(this.__cache.on)return this.__cache.on;var e=this.transitions;return this.__cache.on=e.reduce((function(e,t){return e[t.eventType]=e[t.eventType]||[],e[t.eventType].push(t),e}),{})},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"after",{get:function(){return this.__cache.delayedTransitions||(this.__cache.delayedTransitions=this.getDelayedTransitions(),this.__cache.delayedTransitions)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"transitions",{get:function(){return this.__cache.transitions||(this.__cache.transitions=this.formatTransitions(),this.__cache.transitions)},enumerable:!1,configurable:!0}),e.prototype.getCandidates=function(e){if(this.__cache.candidates[e])return this.__cache.candidates[e];var t=e===Ba,n=this.transitions.filter((function(n){var r=n.eventType===e;return t?r:r||n.eventType===Ha}));return this.__cache.candidates[e]=n,n},e.prototype.getDelayedTransitions=function(){var e=this,t=this.config.after;if(!t)return[];var n=function(t,n){var r=function(e,t){var n=t?"#".concat(t):"";return"".concat(Xi.After,"(").concat(e,")").concat(n)}(Ao(t)?"".concat(e.id,":delay[").concat(n,"]"):t,e.id);return e.onEntry.push(function(e,t){return{to:t?t.to:void 0,type:oo,event:Ao(e)?e:Go(e),delay:t?t.delay:void 0,id:t&&void 0!==t.id?t.id:Ao(e)?e.name:jo(e)}}(r,{delay:t})),e.onExit.push({type:ao,sendId:r}),r},r=zo(t)?t.map((function(e,t){var r=n(e.delay,t);return Ki(Ki({},e),{event:r})})):Lo(Object.keys(t).map((function(e,r){var i=t[e],o=Bo(i)?{target:i}:i,a=isNaN(+e)?e:+e,s=n(a,r);return Po(o).map((function(e){return Ki(Ki({},e),{event:s,delay:a})}))})));return r.map((function(t){var n=t.delay;return Ki(Ki({},e.formatTransition(t)),{delay:n})}))},e.prototype.getStateNodes=function(e){var t,n=this;if(!e)return[];var r=e instanceof ja?e.value:$o(e,this.delimiter);if(Bo(r)){var i=this.getStateNode(r).initial;return void 0!==i?this.getStateNodes(((t={})[r]=i,t)):[this,this.states[r]]}var o=Object.keys(r),a=[this];return a.push.apply(a,to([],eo(Lo(o.map((function(e){return n.getStateNode(e).getStateNodes(r[e])})))),!1)),a},e.prototype.handles=function(e){var t=jo(e);return this.events.includes(t)},e.prototype.resolveState=function(e){var t=e instanceof ja?e:ja.create(e),n=Array.from(xa([],this.getStateNodes(t.value)));return new ja(Ki(Ki({},t),{value:this.resolve(t.value),configuration:n,done:ya(n,this),tags:Ca(n),machine:this.machine}))},e.prototype.transitionLeafNode=function(e,t,n){var r=this.getStateNode(e).next(t,n);return r&&r.transitions.length?r:this.next(t,n)},e.prototype.transitionCompoundNode=function(e,t,n){var r=Object.keys(e),i=this.getStateNode(r[0])._transition(e[r[0]],t,n);return i&&i.transitions.length?i:this.next(t,n)},e.prototype.transitionParallelNode=function(e,t,n){var r,i,o={};try{for(var a=Qi(Object.keys(e)),s=a.next();!s.done;s=a.next()){var l=s.value,c=e[l];if(c){var d=this.getStateNode(l)._transition(c,t,n);d&&(o[l]=d)}}}catch(e){r={error:e}}finally{try{s&&!s.done&&(i=a.return)&&i.call(a)}finally{if(r)throw r.error}}var u=Object.keys(o).map((function(e){return o[e]})),p=Lo(u.map((function(e){return e.transitions})));if(!u.some((function(e){return e.transitions.length>0})))return this.next(t,n);var h=Lo(Object.keys(o).map((function(e){return o[e].configuration})));return{transitions:p,exitSet:Lo(u.map((function(e){return e.exitSet}))),configuration:h,source:t,actions:Lo(Object.keys(o).map((function(e){return o[e].actions})))}},e.prototype._transition=function(e,t,n){return Bo(e)?this.transitionLeafNode(e,t,n):1===Object.keys(e).length?this.transitionCompoundNode(e,t,n):this.transitionParallelNode(e,t,n)},e.prototype.getTransitionData=function(e,t){return this._transition(e.value,e,qo(t))},e.prototype.next=function(e,t){var n,r,i,o=this,a=t.name,s=[],l=[];try{for(var c=Qi(this.getCandidates(a)),d=c.next();!d.done;d=c.next()){var u=d.value,p=u.cond,h=u.in,f=e.context,x=!h||(Bo(h)&&Za(h)?e.matches($o(this.getStateNodeById(h).path,this.delimiter)):wo($o(h,this.delimiter),Ro(this.path.slice(0,-2))(e.value))),g=!1;try{g=!p||Uo(this.machine,p,f,t,e)}catch(e){throw new Error("Unable to evaluate guard '".concat(p.name||p.type,"' in transition for event '").concat(a,"' in state node '").concat(this.id,"':\n").concat(e.message))}if(g&&x){void 0!==u.target&&(l=u.target),s.push.apply(s,to([],eo(u.actions),!1)),i=u;break}}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}if(i){if(!l.length)return{transitions:[i],exitSet:[],configuration:e.value?[this]:[],source:e,actions:s};var v=Lo(l.map((function(t){return o.getRelativeStateNodes(t,e.historyValue)})));return{transitions:[i],exitSet:!!i.internal?[]:Lo(l.map((function(e){return o.getPotentiallyReenteringNodes(e)}))),configuration:v,source:e,actions:s}}},e.prototype.getPotentiallyReenteringNodes=function(e){if(this.order<e.order)return[this];for(var t=[],n=this,r=e;n&&n!==r;)t.push(n),n=n.parent;return n!==r?[]:(t.push(r),t)},e.prototype.getActions=function(e,t,n,r,i,o,a){var s,l,c,d,u=this,p=o?xa([],this.getStateNodes(o.value)):[],h=new Set;try{for(var f=Qi(Array.from(e).sort((function(e,t){return e.order-t.order}))),x=f.next();!x.done;x=f.next()){(!ma(p,b=x.value)||ma(n.exitSet,b)||b.parent&&h.has(b.parent))&&h.add(b)}}catch(e){s={error:e}}finally{try{x&&!x.done&&(l=f.return)&&l.call(f)}finally{if(s)throw s.error}}try{for(var g=Qi(p),v=g.next();!v.done;v=g.next()){var b;ma(e,b=v.value)&&!ma(n.exitSet,b.parent)||n.exitSet.push(b)}}catch(e){c={error:e}}finally{try{v&&!v.done&&(d=g.return)&&d.call(g)}finally{if(c)throw c.error}}n.exitSet.sort((function(e,t){return t.order-e.order}));var m=Array.from(h).sort((function(e,t){return e.order-t.order})),y=new Set(n.exitSet),C=Lo(m.map((function(e){var t=[];if("final"!==e.type)return t;var o=e.parent;if(!o.parent)return t;t.push(ia(e.id,e.doneData),ia(o.id,e.doneData?Mo(e.doneData,r,i):void 0));var a=o.parent;return"parallel"===a.type&&ha(a).every((function(e){return ya(n.configuration,e)}))&&t.push(ia(a.id)),t}))),w=m.map((function(e){var t=e.onEntry,n=e.activities.map((function(e){return function(e){var t=ra(e);return{type:Xi.Start,activity:t,exec:void 0}}(e)}));return{type:"entry",actions:na(a?to(to([],eo(t),!1),eo(n),!1):to(to([],eo(n),!1),eo(t),!1),u.machine.options.actions)}})).concat({type:"state_done",actions:C.map((function(e){return function(e,t){return{type:io,event:"function"==typeof e?e:Go(e),delay:t?t.delay:void 0,id:null==t?void 0:t.id}}(e)}))}),j=Array.from(y).map((function(e){return{type:"exit",actions:na(to(to([],eo(e.onExit),!1),eo(e.activities.map((function(e){return function(e){var t=Ao(e)?e:ra(e);return{type:Xi.Stop,activity:t,exec:void 0}}(e)}))),!1),u.machine.options.actions)}})).concat({type:"transition",actions:na(n.actions,this.machine.options.actions)}).concat(w);if(t){var k=na(Lo(to([],eo(e),!1).sort((function(e,t){return t.order-e.order})).map((function(e){return e.onExit}))),this.machine.options.actions).filter((function(e){return!Jo(e)}));return j.concat({type:"stop",actions:k})}return j},e.prototype.transition=function(e,t,n,r){void 0===e&&(e=this.initialState);var i,o,a=qo(t);if(e instanceof ja)i=void 0===n?e:this.resolveState(ja.from(e,n));else{var s=Bo(e)?this.resolve(So(this.getResolvedPath(e))):this.resolve(e),l=null!=n?n:this.machine.context;i=this.resolveState(ja.from(s,l))}if(!Co&&a.name===Ha)throw new Error("An event cannot have the wildcard type ('".concat(Ha,"')"));if(this.strict&&!this.events.includes(a.name)&&(o=a.name,!/^(done|error)\./.test(o)))throw new Error("Machine '".concat(this.id,"' does not accept event '").concat(a.name,"'"));var c=this._transition(i.value,i,a)||{transitions:[],configuration:[],exitSet:[],source:i,actions:[]},d=xa([],this.getStateNodes(i.value)),u=c.configuration.length?xa(d,c.configuration):d;return c.configuration=to([],eo(u),!1),this.resolveTransition(c,i,i.context,r,a)},e.prototype.resolveRaisedTransition=function(e,t,n,r){var i,o=e.actions;return(e=this.transition(e,t,void 0,r))._event=n,e.event=n.data,(i=e.actions).unshift.apply(i,to([],eo(o),!1)),e},e.prototype.resolveTransition=function(e,t,n,r,i){var o,a,s,l,c=this;void 0===i&&(i=Qo);var d=e.configuration,u=!t||e.transitions.length>0,p=u?e.configuration:t?t.configuration:[],h=ya(p,this),f=u?ba(this.machine,d):void 0,x=t?t.historyValue?t.historyValue:e.source?this.machine.historyValue(t.value):void 0:void 0,g=this.getActions(new Set(p),h,e,n,i,t,r),v=t?Ki({},t.activities):{};try{for(var b=Qi(g),m=b.next();!m.done;m=b.next()){var y=m.value;try{for(var C=(s=void 0,Qi(y.actions)),w=C.next();!w.done;w=C.next()){var j=w.value;j.type===no?v[j.activity.id||j.activity.type]=j:j.type===ro&&(v[j.activity.id||j.activity.type]=!1)}}catch(e){s={error:e}}finally{try{w&&!w.done&&(l=C.return)&&l.call(C)}finally{if(s)throw s.error}}}}catch(e){o={error:e}}finally{try{m&&!m.done&&(a=b.return)&&a.call(b)}finally{if(o)throw o.error}}var k,$,S=eo(sa(this,t,n,i,g,r,this.machine.config.predictableActionArguments||this.machine.config.preserveActionOrder),2),E=S[0],O=S[1],R=eo(function(e,t){var n,r,i=eo([[],[]],2),o=i[0],a=i[1];try{for(var s=Qi(e),l=s.next();!l.done;l=s.next()){var c=l.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{l&&!l.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}return[o,a]}(E,Jo),2),T=R[0],L=R[1],_=E.filter((function(e){var t;return e.type===no&&(null===(t=e.activity)||void 0===t?void 0:t.type)===po})),P=_.reduce((function(e,t){return e[t.activity.id]=function(e,t,n,r){var i,o=Xo(e.src),a=null===(i=null==t?void 0:t.options.services)||void 0===i?void 0:i[o.type],s=e.data?Mo(e.data,n,r):void 0,l=a?da(a,e.id,s):ca(e.id);return l.meta=e,l}(t.activity,c.machine,O,i),e}),t?Ki({},t.children):{}),M=new ja({value:f||t.value,context:O,_event:i,_sessionid:t?t._sessionid:null,historyValue:f?x?(k=x,$=f,{current:$,states:Io(k,$)}):void 0:t?t.historyValue:void 0,history:!f||e.source?t:void 0,actions:f?L:[],activities:f?v:t?t.activities:{},events:[],configuration:p,transitions:e.transitions,children:P,done:h,tags:Ca(p),machine:this}),D=n!==O;M.changed=i.name===go||D;var I=M.history;I&&delete I.history;var N=!h&&(this._transient||d.some((function(e){return e._transient})));if(!(u||N&&i.name!==Ba))return M;var V=M;if(!h)for(N&&(V=this.resolveRaisedTransition(V,{type:so},i,r));T.length;){var z=T.shift();V=this.resolveRaisedTransition(V,z._event,i,r)}var A=V.changed||(I?!!V.actions.length||D||typeof I.value!=typeof V.value||!wa(V.value,I.value):void 0);return V.changed=A,V.history=I,V},e.prototype.getStateNode=function(e){if(Za(e))return this.machine.getStateNodeById(e);if(!this.states)throw new Error("Unable to retrieve child state '".concat(e,"' from '").concat(this.id,"'; no child states exist."));var t=this.states[e];if(!t)throw new Error("Child state '".concat(e,"' does not exist on '").concat(this.id,"'"));return t},e.prototype.getStateNodeById=function(e){var t=Za(e)?e.slice(1):e;if(t===this.id)return this;var n=this.machine.idMap[t];if(!n)throw new Error("Child state node '#".concat(t,"' does not exist on machine '").concat(this.id,"'"));return n},e.prototype.getStateNodeByPath=function(e){if("string"==typeof e&&Za(e))try{return this.getStateNodeById(e.slice(1))}catch(e){}for(var t=ko(e,this.delimiter).slice(),n=this;t.length;){var r=t.shift();if(!r.length)break;n=n.getStateNode(r)}return n},e.prototype.resolve=function(e){var t,n=this;if(!e)return this.initialStateValue||Fa;switch(this.type){case"parallel":return Eo(this.initialStateValue,(function(t,r){return t?n.getStateNode(r).resolve(e[r]||t):Fa}));case"compound":if(Bo(e)){var r=this.getStateNode(e);return"parallel"===r.type||"compound"===r.type?((t={})[e]=r.initialStateValue,t):e}return Object.keys(e).length?Eo(e,(function(e,t){return e?n.getStateNode(t).resolve(e):Fa})):this.initialStateValue||{};default:return e||Fa}},e.prototype.getResolvedPath=function(e){if(Za(e)){var t=this.machine.idMap[e.slice(1)];if(!t)throw new Error("Unable to find state node '".concat(e,"'"));return t.path}return ko(e,this.delimiter)},Object.defineProperty(e.prototype,"initialStateValue",{get:function(){var e,t;if(this.__cache.initialStateValue)return this.__cache.initialStateValue;if("parallel"===this.type)t=Oo(this.states,(function(e){return e.initialStateValue||Fa}),(function(e){return!("history"===e.type)}));else if(void 0!==this.initial){if(!this.states[this.initial])throw new Error("Initial state '".concat(this.initial,"' not found on '").concat(this.key,"'"));t=ua(this.states[this.initial])?this.initial:((e={})[this.initial]=this.states[this.initial].initialStateValue,e)}else t={};return this.__cache.initialStateValue=t,this.__cache.initialStateValue},enumerable:!1,configurable:!0}),e.prototype.getInitialState=function(e,t){this._init();var n=this.getStateNodes(e);return this.resolveTransition({configuration:n,exitSet:[],transitions:[],source:void 0,actions:[]},void 0,null!=t?t:this.machine.context,void 0)},Object.defineProperty(e.prototype,"initialState",{get:function(){var e=this.initialStateValue;if(!e)throw new Error("Cannot retrieve initial state from simple state '".concat(this.id,"'."));return this.getInitialState(e)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"target",{get:function(){var e;if("history"===this.type){var t=this.config;e=Bo(t.target)&&Za(t.target)?So(this.machine.getStateNodeById(t.target).path.slice(this.path.length-1)):t.target}return e},enumerable:!1,configurable:!0}),e.prototype.getRelativeStateNodes=function(e,t,n){return void 0===n&&(n=!0),n?"history"===e.type?e.resolveHistory(t):e.initialStateNodes:[e]},Object.defineProperty(e.prototype,"initialStateNodes",{get:function(){var e=this;return ua(this)?[this]:"compound"!==this.type||this.initial?Lo(To(this.initialStateValue).map((function(t){return e.getFromRelativePath(t)}))):(Co||Vo(!1,"Compound state node '".concat(this.id,"' has no initial state.")),[this])},enumerable:!1,configurable:!0}),e.prototype.getFromRelativePath=function(e){if(!e.length)return[this];var t=eo(e),n=t[0],r=t.slice(1);if(!this.states)throw new Error("Cannot retrieve subPath '".concat(n,"' from node with no states"));var i=this.getStateNode(n);if("history"===i.type)return i.resolveHistory();if(!this.states[n])throw new Error("Child state '".concat(n,"' does not exist on '").concat(this.id,"'"));return this.states[n].getFromRelativePath(r)},e.prototype.historyValue=function(e){if(Object.keys(this.states).length)return{current:e||this.initialStateValue,states:Oo(this.states,(function(t,n){if(!e)return t.historyValue();var r=Bo(e)?void 0:e[n];return t.historyValue(r||t.initialStateValue)}),(function(e){return!e.history}))}},e.prototype.resolveHistory=function(e){var t=this;if("history"!==this.type)return[this];var n=this.parent;if(!e){var r=this.target;return r?Lo(To(r).map((function(e){return n.getFromRelativePath(e)}))):n.initialStateNodes}var i,o,a=(i=n.path,o="states",function(e){var t,n,r=e;try{for(var a=Qi(i),s=a.next();!s.done;s=a.next()){var l=s.value;r=r[o][l]}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=a.return)&&n.call(a)}finally{if(t)throw t.error}}return r})(e).current;return Bo(a)?[n.getStateNode(a)]:Lo(To(a).map((function(e){return"deep"===t.history?n.getFromRelativePath(e):[n.states[e[0]]]})))},Object.defineProperty(e.prototype,"stateIds",{get:function(){var e=this,t=Lo(Object.keys(this.states).map((function(t){return e.states[t].stateIds})));return[this.id].concat(t)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"events",{get:function(){var e,t,n,r;if(this.__cache.events)return this.__cache.events;var i=this.states,o=new Set(this.ownEvents);if(i)try{for(var a=Qi(Object.keys(i)),s=a.next();!s.done;s=a.next()){var l=i[s.value];if(l.states)try{for(var c=(n=void 0,Qi(l.events)),d=c.next();!d.done;d=c.next()){var u=d.value;o.add("".concat(u))}}catch(e){n={error:e}}finally{try{d&&!d.done&&(r=c.return)&&r.call(c)}finally{if(n)throw n.error}}}}catch(t){e={error:t}}finally{try{s&&!s.done&&(t=a.return)&&t.call(a)}finally{if(e)throw e.error}}return this.__cache.events=Array.from(o)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"ownEvents",{get:function(){var e=new Set(this.transitions.filter((function(e){return!(!e.target&&!e.actions.length&&e.internal)})).map((function(e){return e.eventType})));return Array.from(e)},enumerable:!1,configurable:!0}),e.prototype.resolveTarget=function(e){var t=this;if(void 0!==e)return e.map((function(e){if(!Bo(e))return e;var n=e[0]===t.delimiter;if(n&&!t.parent)return t.getStateNodeByPath(e.slice(1));var r=n?t.key+e:e;if(!t.parent)return t.getStateNodeByPath(r);try{return t.parent.getStateNodeByPath(r)}catch(e){throw new Error("Invalid transition definition for state node '".concat(t.id,"':\n").concat(e.message))}}))},e.prototype.formatTransition=function(e){var t=this,n=function(e){if(void 0!==e&&""!==e)return Po(e)}(e.target),r="internal"in e?e.internal:!n||n.some((function(e){return Bo(e)&&e[0]===t.delimiter})),i=this.machine.options.guards,o=this.resolveTarget(n),a=Ki(Ki({},e),{actions:na(Po(e.actions)),cond:Ho(e.cond,i),target:o,source:this,internal:r,eventType:e.event,toJSON:function(){return Ki(Ki({},a),{target:a.target?a.target.map((function(e){return"#".concat(e.id)})):void 0,source:"#".concat(t.id)})}});return a},e.prototype.formatTransitions=function(){var e,t,n,r=this;if(this.config.on)if(Array.isArray(this.config.on))n=this.config.on;else{var i=this.config.on,o=Ha,a=i[o],s=void 0===a?[]:a,l=Ji(i,["*"]);n=Lo(Object.keys(l).map((function(e){Co||e!==Ba||Vo(!1,"Empty string transition configs (e.g., `{ on: { '': ... }}`) for transient transitions are deprecated. Specify the transition in the `{ always: ... }` property instead. "+'Please check the `on` configuration for "#'.concat(r.id,'".'));var t=Wo(e,l[e]);return Co||function(e,t,n){var r=n.slice(0,-1).some((function(e){return!("cond"in e)&&!("in"in e)&&(Bo(e.target)||Zo(e.target))})),i=t===Ba?"the transient event":"event '".concat(t,"'");Vo(!r,"One or more transitions for ".concat(i," on state '").concat(e.id,"' are unreachable. ")+"Make sure that the default transition is the last one defined.")}(r,e,t),t})).concat(Wo(Ha,s)))}else n=[];var c=this.config.always?Wo("",this.config.always):[],d=this.config.onDone?Wo(String(ia(this.id)),this.config.onDone):[];Co||Vo(!(this.config.onDone&&!this.parent),'Root nodes cannot have an ".onDone" transition. Please check the config of "'.concat(this.id,'".'));var u=Lo(this.invoke.map((function(e){var t=[];return e.onDone&&t.push.apply(t,to([],eo(Wo(String(oa(e.id)),e.onDone)),!1)),e.onError&&t.push.apply(t,to([],eo(Wo(String(aa(e.id)),e.onError)),!1)),t}))),p=this.after,h=Lo(to(to(to(to([],eo(d),!1),eo(u),!1),eo(n),!1),eo(c),!1).map((function(e){return Po(e).map((function(e){return r.formatTransition(e)}))})));try{for(var f=Qi(p),x=f.next();!x.done;x=f.next()){var g=x.value;h.push(g)}}catch(t){e={error:t}}finally{try{x&&!x.done&&(t=f.return)&&t.call(f)}finally{if(e)throw e.error}}return h},e}();var qa,Wa=function(e){return{type:lo,assignment:e}};!function(e){e[e.Effect=1]="Effect",e[e.LayoutEffect=2]="LayoutEffect"}(qa||(qa={}));var Ua="undefined"!=typeof document?n.useLayoutEffect:function(){};function Xa(e){var t=l.useRef();return t.current||(t.current={v:e()}),t.current.v}var Ya=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},Ka=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")};var Ja=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a},Qa=function(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))};function es(e,t){(0,e.exec)(t.context,t._event.data,{action:e,state:t,_event:t._event})()}function ts(e){var t=n.useRef([]),r=n.useRef([]);Ua((function(){var n=e.subscribe((function(e){var n,i;if(e.actions.length){var o=e.actions.filter((function(e){return"function"==typeof e.exec&&"__effect"in e.exec})),a=Ja(function(e,t){var n,r,i=Ya([[],[]],2),o=i[0],a=i[1];try{for(var s=Ka(e),l=s.next();!l.done;l=s.next()){var c=l.value;t(c)?o.push(c):a.push(c)}}catch(e){n={error:e}}finally{try{l&&!l.done&&(r=s.return)&&r.call(s)}finally{if(n)throw n.error}}return[o,a]}(o,(function(e){return e.exec.__effect===qa.Effect})),2),s=a[0],l=a[1];(n=t.current).push.apply(n,Qa([],Ja(s.map((function(t){return[t,e]}))),!1)),(i=r.current).push.apply(i,Qa([],Ja(l.map((function(t){return[t,e]}))),!1))}}));return function(){n.unsubscribe()}}),[]),Ua((function(){for(;r.current.length;){var e=Ja(r.current.shift(),2);es(e[0],e[1])}})),n.useEffect((function(){for(;t.current.length;){var e=Ja(t.current.shift(),2);es(e[0],e[1])}}))}var ns=function(){return ns=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},ns.apply(this,arguments)},rs=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n},is=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};var os=function(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,i,o=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)a.push(r.value)}catch(e){i={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(i)throw i.error}}return a};function as(e,t){void 0===t&&(t={});var r=n.useCallback((function(e){var t=void 0===e.changed&&Object.keys(e.children).length;(e.changed||t)&&s(e)}),[]),i=function(e,t,r){void 0===t&&(t={});var i=Xa((function(){return"function"==typeof e?e():e}));if("production"!==process.env.NODE_ENV&&"function"!=typeof e){var o=is(n.useState(i),1)[0];e!==o&&console.warn("Machine given to `useMachine` has changed between renders. This is not supported and might lead to unexpected results.\nPlease make sure that you pass the same Machine as argument each time.")}var a=t.context,s=t.guards,l=t.actions,c=t.activities,d=t.services,u=t.delays,p=t.state,h=rs(t,["context","guards","actions","activities","services","delays","state"]),f=Xa((function(){var e={context:a,guards:s,actions:l,activities:c,services:d,delays:u};return Va(i.withConfig(e,(function(){return ns(ns({},i.context),a)})),ns({deferEvents:!0},h))}));return Ua((function(){var e;return r&&(e=f.subscribe(function(e){if("object"==typeof e)return e;var t=function(){};return{next:e,error:void 0||t,complete:void 0||t}}(r))),function(){null==e||e.unsubscribe()}}),[r]),Ua((function(){return f.start(p?ja.create(p):void 0),function(){f.stop()}}),[]),Ua((function(){Object.assign(f.machine.options.actions,l),Object.assign(f.machine.options.guards,s),Object.assign(f.machine.options.activities,c),Object.assign(f.machine.options.services,d),Object.assign(f.machine.options.delays,u)}),[l,s,c,d,u]),ts(f),f}(e,t,r),o=os(n.useState((function(){var e=i.machine.initialState;return t.state?ja.create(t.state):e})),2),a=o[0],s=o[1];return[a,i.send,i]}function ss(){return ss=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ss.apply(null,arguments)}function ls(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}const cs={arr:Array.isArray,obj:e=>"[object Object]"===Object.prototype.toString.call(e),fun:e=>"function"==typeof e,str:e=>"string"==typeof e,num:e=>"number"==typeof e,und:e=>void 0===e,nul:e=>null===e,set:e=>e instanceof Set,map:e=>e instanceof Map,equ(e,t){if(typeof e!=typeof t)return!1;if(cs.str(e)||cs.num(e))return e===t;if(cs.obj(e)&&cs.obj(t)&&Object.keys(e).length+Object.keys(t).length===0)return!0;let n;for(n in e)if(!(n in t))return!1;for(n in t)if(e[n]!==t[n])return!1;return!cs.und(n)||e===t}};function ds(e,t){return cs.und(e)||cs.nul(e)?t:e}function us(e){return cs.und(e)?[]:cs.arr(e)?e:[e]}function ps(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return cs.fun(e)?e(...n):e}function hs(e){const t=function(e){return e.to,e.from,e.config,e.onStart,e.onRest,e.onFrame,e.children,e.reset,e.reverse,e.force,e.immediate,e.delay,e.attach,e.destroyed,e.interpolateTo,e.ref,e.lazy,ls(e,["to","from","config","onStart","onRest","onFrame","children","reset","reverse","force","immediate","delay","attach","destroyed","interpolateTo","ref","lazy"])}(e);if(cs.und(t))return ss({to:t},e);const n=Object.keys(e).reduce(((n,r)=>cs.und(t[r])?ss({},n,{[r]:e[r]}):n),{});return ss({to:t},n)}class fs{constructor(){this.payload=void 0,this.children=[]}getAnimatedValue(){return this.getValue()}getPayload(){return this.payload||this}attach(){}detach(){}getChildren(){return this.children}addChild(e){0===this.children.length&&this.attach(),this.children.push(e)}removeChild(e){const t=this.children.indexOf(e);this.children.splice(t,1),0===this.children.length&&this.detach()}}class xs extends fs{constructor(){super(...arguments),this.payload=[],this.attach=()=>this.payload.forEach((e=>e instanceof fs&&e.addChild(this))),this.detach=()=>this.payload.forEach((e=>e instanceof fs&&e.removeChild(this)))}}class gs extends fs{constructor(){super(...arguments),this.payload={},this.attach=()=>Object.values(this.payload).forEach((e=>e instanceof fs&&e.addChild(this))),this.detach=()=>Object.values(this.payload).forEach((e=>e instanceof fs&&e.removeChild(this)))}getValue(e){void 0===e&&(e=!1);const t={};for(const n in this.payload){const r=this.payload[n];(!e||r instanceof fs)&&(t[n]=r instanceof fs?r[e?"getAnimatedValue":"getValue"]():r)}return t}getAnimatedValue(){return this.getValue(!0)}}let vs,bs;let ms,ys=e=>"undefined"!=typeof window?window.requestAnimationFrame(e):-1;let Cs,ws=()=>Date.now();class js extends gs{constructor(e,t){super(),this.update=void 0,this.payload=e.style?ss({},e,{style:Cs(e.style)}):e,this.update=t,this.attach()}}let ks=!1;const $s=new Set,Ss=()=>{if(!ks)return!1;let e=ws();for(let t of $s){let n=!1;for(let r=0;r<t.configs.length;r++){let i,o,a=t.configs[r];for(let t=0;t<a.animatedValues.length;t++){let r=a.animatedValues[t];if(r.done)continue;let s=a.fromValues[t],l=a.toValues[t],c=r.lastPosition,d=l instanceof fs,u=Array.isArray(a.initialVelocity)?a.initialVelocity[t]:a.initialVelocity;if(d&&(l=l.getValue()),a.immediate)r.setValue(l),r.done=!0;else if("string"!=typeof s&&"string"!=typeof l){if(void 0!==a.duration)c=s+a.easing((e-r.startTime)/a.duration)*(l-s),i=e>=r.startTime+a.duration;else if(a.decay)c=s+u/(1-.998)*(1-Math.exp(-.0020000000000000018*(e-r.startTime))),i=Math.abs(r.lastPosition-c)<.1,i&&(l=c);else{o=void 0!==r.lastTime?r.lastTime:e,u=void 0!==r.lastVelocity?r.lastVelocity:a.initialVelocity,e>o+64&&(o=e);let t=Math.floor(e-o);for(let e=0;e<t;++e){u+=1*((-a.tension*(c-l)+-a.friction*u)/a.mass)/1e3,c+=1*u/1e3}let n=!(!a.clamp||0===a.tension)&&(s<l?c>l:c<l),d=Math.abs(u)<=a.precision,p=0===a.tension||Math.abs(l-c)<=a.precision;i=n||d&&p,r.lastVelocity=u,r.lastTime=e}d&&!a.toValues[t].done&&(i=!1),i?(r.value!==l&&(c=l),r.done=!0):n=!0,r.setValue(c),r.lastPosition=c}else r.setValue(l),r.done=!0}t.props.onFrame&&(t.values[a.name]=a.interpolation.getValue())}t.props.onFrame&&t.props.onFrame(t.values),n||($s.delete(t),t.stop(!0))}return $s.size?ys(Ss):ks=!1,ks};function Es(e,t,n){if("function"==typeof e)return e;if(Array.isArray(e))return Es({range:e,output:t,extrapolate:n});if(ms&&"string"==typeof e.output[0])return ms(e);const r=e,i=r.output,o=r.range||[0,1],a=r.extrapolateLeft||r.extrapolate||"extend",s=r.extrapolateRight||r.extrapolate||"extend",l=r.easing||(e=>e);return e=>{const t=function(e,t){for(var n=1;n<t.length-1&&!(t[n]>=e);++n);return n-1}(e,o);return function(e,t,n,r,i,o,a,s,l){let c=l?l(e):e;if(c<t){if("identity"===a)return c;"clamp"===a&&(c=t)}if(c>n){if("identity"===s)return c;"clamp"===s&&(c=n)}if(r===i)return r;if(t===n)return e<=t?r:i;t===-1/0?c=-c:n===1/0?c-=t:c=(c-t)/(n-t);c=o(c),r===-1/0?c=-c:i===1/0?c+=r:c=c*(i-r)+r;return c}(e,o[t],o[t+1],i[t],i[t+1],l,a,s,r.map)}}class Os extends xs{constructor(e,t,n,r){super(),this.calc=void 0,this.payload=e instanceof xs&&!(e instanceof Os)?e.getPayload():Array.isArray(e)?e:[e],this.calc=Es(t,n,r)}getValue(){return this.calc(...this.payload.map((e=>e.getValue())))}updateConfig(e,t,n){this.calc=Es(e,t,n)}interpolate(e,t,n){return new Os(this,e,t,n)}}const Rs=(e,t,n)=>e&&new Os(e,t,n);function Ts(e,t){"update"in e?t.add(e):e.getChildren().forEach((e=>Ts(e,t)))}class Ls extends fs{constructor(e){var t;super(),t=this,this.animatedStyles=new Set,this.value=void 0,this.startPosition=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.startTime=void 0,this.lastTime=void 0,this.done=!1,this.setValue=function(e,n){void 0===n&&(n=!0),t.value=e,n&&t.flush()},this.value=e,this.startPosition=e,this.lastPosition=e}flush(){0===this.animatedStyles.size&&Ts(this,this.animatedStyles),this.animatedStyles.forEach((e=>e.update()))}clearStyles(){this.animatedStyles.clear()}getValue(){return this.value}interpolate(e,t,n){return new Os(this,e,t,n)}}class _s extends xs{constructor(e){super(),this.payload=e.map((e=>new Ls(e)))}setValue(e,t){void 0===t&&(t=!0),Array.isArray(e)?e.length===this.payload.length&&e.forEach(((e,n)=>this.payload[n].setValue(e,t))):this.payload.forEach((n=>n.setValue(e,t)))}getValue(){return this.payload.map((e=>e.getValue()))}interpolate(e,t){return new Os(this,e,t)}}let Ps=0,Ms=class{constructor(){this.id=void 0,this.idle=!0,this.hasChanged=!1,this.guid=0,this.local=0,this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.listeners=[],this.queue=[],this.localQueue=void 0,this.getValues=()=>this.interpolations,this.id=Ps++}update(e){if(!e)return this;const t=hs(e),n=t.delay,r=void 0===n?0:n,i=t.to,o=ls(t,["delay","to"]);if(cs.arr(i)||cs.fun(i))this.queue.push(ss({},o,{delay:r,to:i}));else if(i){let e={};Object.entries(i).forEach((t=>{let n=t[0],i=t[1];const a=ss({to:{[n]:i},delay:ps(r,n)},o),s=e[a.delay]&&e[a.delay].to;e[a.delay]=ss({},e[a.delay],a,{to:ss({},s,a.to)})})),this.queue=Object.values(e)}return this.queue=this.queue.sort(((e,t)=>e.delay-t.delay)),this.diff(o),this}start(e){if(this.queue.length){this.idle=!1,this.localQueue&&this.localQueue.forEach((e=>{let t=e.from,n=void 0===t?{}:t,r=e.to,i=void 0===r?{}:r;cs.obj(n)&&(this.merged=ss({},n,this.merged)),cs.obj(i)&&(this.merged=ss({},this.merged,i))}));const t=this.local=++this.guid,n=this.localQueue=this.queue;this.queue=[],n.forEach(((r,i)=>{let o=r.delay,a=ls(r,["delay"]);const s=r=>{i===n.length-1&&t===this.guid&&r&&(this.idle=!0,this.props.onRest&&this.props.onRest(this.merged)),e&&e()};let l=cs.arr(a.to)||cs.fun(a.to);o?setTimeout((()=>{t===this.guid&&(l?this.runAsync(a,s):this.diff(a).start(s))}),o):l?this.runAsync(a,s):this.diff(a).start(s)}))}else cs.fun(e)&&this.listeners.push(e),this.props.onStart&&this.props.onStart(),t=this,$s.has(t)||$s.add(t),ks||(ks=!0,ys(Ss));var t;return this}stop(e){return this.listeners.forEach((t=>t(e))),this.listeners=[],this}pause(e){var t;return this.stop(!0),e&&(t=this,$s.has(t)&&$s.delete(t)),this}runAsync(e,t){var n=this;e.delay;let r=ls(e,["delay"]);const i=this.local;let o=Promise.resolve(void 0);if(cs.arr(r.to))for(let e=0;e<r.to.length;e++){const t=e,n=ss({},r,hs(r.to[t]));cs.arr(n.config)&&(n.config=n.config[t]),o=o.then((()=>{if(i===this.guid)return new Promise((e=>this.diff(n).start(e)))}))}else if(cs.fun(r.to)){let e,t=0;o=o.then((()=>r.to((n=>{const o=ss({},r,hs(n));if(cs.arr(o.config)&&(o.config=o.config[t]),t++,i===this.guid)return e=new Promise((e=>this.diff(o).start(e)))}),(function(e){return void 0===e&&(e=!0),n.stop(e)})).then((()=>e))))}o.then(t)}diff(e){this.props=ss({},this.props,e);let t=this.props,n=t.from,r=void 0===n?{}:n,i=t.to,o=void 0===i?{}:i,a=t.config,s=void 0===a?{}:a,l=t.reverse,c=t.attach,d=t.reset,u=t.immediate;if(l){var p=[o,r];r=p[0],o=p[1]}this.merged=ss({},r,this.merged,o),this.hasChanged=!1;let h=c&&c(this);if(this.animations=Object.entries(this.merged).reduce(((e,t)=>{let n=t[0],i=t[1],o=e[n]||{};const a=cs.num(i),l=cs.str(i)&&!i.startsWith("#")&&!/\d/.test(i)&&!bs[i],c=cs.arr(i),p=!a&&!c&&!l;let f=cs.und(r[n])?i:r[n],x=a||c||l?i:1,g=ps(s,n);h&&(x=h.animations[n].parent);let v,b=o.parent,m=o.interpolation,y=us(h?x.getPayload():x),C=i;p&&(C=ms({range:[0,1],output:[i,i]})(1));let w=m&&m.getValue();const j=!cs.und(b)&&o.animatedValues.some((e=>!e.done)),k=!cs.equ(C,w),$=!cs.equ(C,o.previous),S=!cs.equ(g,o.config);if(d||$&&k||S){if(a||l)b=m=o.parent||new Ls(f);else if(c)b=m=o.parent||new _s(f);else if(p){let e=o.interpolation&&o.interpolation.calc(o.parent.value);e=void 0===e||d?f:e,o.parent?(b=o.parent,b.setValue(0,!1)):b=new Ls(0);const t={output:[e,i]};o.interpolation?(m=o.interpolation,o.interpolation.updateConfig(t)):m=b.interpolate(t)}return y=us(h?x.getPayload():x),v=us(b.getPayload()),d&&!p&&b.setValue(f,!1),this.hasChanged=!0,v.forEach((e=>{e.startPosition=e.value,e.lastPosition=e.value,e.lastVelocity=j?e.lastVelocity:void 0,e.lastTime=j?e.lastTime:void 0,e.startTime=ws(),e.done=!1,e.animatedStyles.clear()})),ps(u,n)&&b.setValue(p?x:i,!1),ss({},e,{[n]:ss({},o,{name:n,parent:b,interpolation:m,animatedValues:v,toValues:y,previous:C,config:g,fromValues:us(b.getValue()),immediate:ps(u,n),initialVelocity:ds(g.velocity,0),clamp:ds(g.clamp,!1),precision:ds(g.precision,.01),tension:ds(g.tension,170),friction:ds(g.friction,26),mass:ds(g.mass,1),duration:g.duration,easing:ds(g.easing,(e=>e)),decay:g.decay})})}return k?e:(p&&(b.setValue(1,!1),m.updateConfig({output:[C,C]})),b.done=!0,this.hasChanged=!0,ss({},e,{[n]:ss({},e[n],{previous:C})}))}),this.animations),this.hasChanged){this.configs=Object.values(this.animations),this.values={},this.interpolations={};for(let e in this.animations)this.interpolations[e]=this.animations[e].interpolation,this.values[e]=this.animations[e].interpolation.getValue()}return this}destroy(){this.stop(),this.props={},this.merged={},this.animations={},this.interpolations={},this.values={},this.configs=[],this.local=0}};const Ds=e=>{const t=cs.fun(e),r=((e,t)=>{const r=n.useRef(!1),i=n.useRef(),o=cs.fun(t),a=n.useMemo((()=>{let n;return i.current&&(i.current.map((e=>e.destroy())),i.current=void 0),[new Array(e).fill().map(((e,r)=>{const i=new Ms,a=o?ps(t,r,i):t[r];return 0===r&&(n=a.ref),i.update(a),n||i.start(),i})),n]}),[e]),s=a[0],l=a[1];i.current=s,n.useImperativeHandle(l,(()=>({start:()=>Promise.all(i.current.map((e=>new Promise((t=>e.start(t)))))),stop:e=>i.current.forEach((t=>t.stop(e))),get controllers(){return i.current}})));const c=n.useMemo((()=>e=>i.current.map(((t,n)=>{t.update(o?ps(e,n,t):e[n]),l||t.start()}))),[e]);n.useEffect((()=>{r.current?o||c(t):l||i.current.forEach((e=>e.start()))})),n.useEffect((()=>(r.current=!0,()=>i.current.forEach((e=>e.destroy())))),[]);const d=i.current.map((e=>e.getValues()));return o?[d,c,e=>i.current.forEach((t=>t.pause(e)))]:d})(1,t?e:[e]),i=r[0],o=r[1],a=r[2];return t?[i[0],o,a]:i};class Is extends gs{constructor(e){void 0===e&&(e={}),super(),!e.transform||e.transform instanceof fs||(e=vs.transform(e)),this.payload=e}}const Ns={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},Vs="[-+]?\\d*\\.?\\d+",zs=Vs+"%";function As(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return"\\(\\s*("+t.join(")\\s*,\\s*(")+")\\s*\\)"}const Bs=new RegExp("rgb"+As(Vs,Vs,Vs)),Hs=new RegExp("rgba"+As(Vs,Vs,Vs,Vs)),Fs=new RegExp("hsl"+As(Vs,zs,zs)),Zs=new RegExp("hsla"+As(Vs,zs,zs,Vs)),Gs=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,qs=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,Ws=/^#([0-9a-fA-F]{6})$/,Us=/^#([0-9a-fA-F]{8})$/;function Xs(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Ys(e,t,n){const r=n<.5?n*(1+t):n+t-n*t,i=2*n-r,o=Xs(i,r,e+1/3),a=Xs(i,r,e),s=Xs(i,r,e-1/3);return Math.round(255*o)<<24|Math.round(255*a)<<16|Math.round(255*s)<<8}function Ks(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function Js(e){return(parseFloat(e)%360+360)%360/360}function Qs(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function el(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function tl(e){let t=function(e){let t;return"number"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=Ws.exec(e))?parseInt(t[1]+"ff",16)>>>0:Ns.hasOwnProperty(e)?Ns[e]:(t=Bs.exec(e))?(Ks(t[1])<<24|Ks(t[2])<<16|Ks(t[3])<<8|255)>>>0:(t=Hs.exec(e))?(Ks(t[1])<<24|Ks(t[2])<<16|Ks(t[3])<<8|Qs(t[4]))>>>0:(t=Gs.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+"ff",16)>>>0:(t=Us.exec(e))?parseInt(t[1],16)>>>0:(t=qs.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=Fs.exec(e))?(255|Ys(Js(t[1]),el(t[2]),el(t[3])))>>>0:(t=Zs.exec(e))?(Ys(Js(t[1]),el(t[2]),el(t[3]))|Qs(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const nl=/[+\-]?(?:0|[1-9]\d*)(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,rl=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\((-?\d+%?[,\s]+){2,3}\s*[\d\.]+%?\))/gi,il=new RegExp(`(${Object.keys(Ns).join("|")})`,"g");let ol={animationIterationCount:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};const al=["Webkit","Ms","Moz","O"];function sl(e,t,n){return null==t||"boolean"==typeof t||""===t?"":n||"number"!=typeof t||0===t||ol.hasOwnProperty(e)&&ol[e]?(""+t).trim():t+"px"}ol=Object.keys(ol).reduce(((e,t)=>(al.forEach((n=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(n,t)]=e[t])),e)),ol);const ll={};var cl;Cs=e=>new Is(e),cl=e=>{const t=e.output.map((e=>e.replace(rl,tl))).map((e=>e.replace(il,tl))),n=t[0].match(nl).map((()=>[]));t.forEach((e=>{e.match(nl).forEach(((e,t)=>n[t].push(+e)))}));const r=t[0].match(nl).map(((t,r)=>Es(ss({},e,{output:n[r]}))));return e=>{let n=0;return t[0].replace(nl,(()=>r[n++](e))).replace(/rgba\(([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+), ([0-9\.-]+)\)/gi,((e,t,n,r,i)=>`rgba(${Math.round(t)}, ${Math.round(n)}, ${Math.round(r)}, ${i})`))}},ms=cl,bs=Ns,function(e,t){vs={fn:e,transform:t}}(((e,t)=>{if(!e.nodeType||void 0===e.setAttribute)return!1;{const i=t.style,o=t.children,a=t.scrollTop,s=t.scrollLeft,l=ls(t,["style","children","scrollTop","scrollLeft"]),c="filter"===e.nodeName||e.parentNode&&"filter"===e.parentNode.nodeName;void 0!==a&&(e.scrollTop=a),void 0!==s&&(e.scrollLeft=s),void 0!==o&&(e.textContent=o);for(let t in i)if(i.hasOwnProperty(t)){var n=0===t.indexOf("--"),r=sl(t,i[t],n);"float"===t&&(t="cssFloat"),n?e.style.setProperty(t,r):e.style[t]=r}for(let t in l){const n=c?t:ll[t]||(ll[t]=t.replace(/([A-Z])/g,(e=>"-"+e.toLowerCase())));void 0!==e.getAttribute(n)&&e.setAttribute(n,l[t])}}}),(e=>e));var dl;const ul=(dl=e=>n.forwardRef(((t,r)=>{const i=function(){const e=n.useState(!1)[1];return n.useCallback((()=>e((e=>!e))),[])}(),o=n.useRef(!0),a=n.useRef(null),s=n.useRef(null),l=n.useCallback((e=>{const t=a.current;a.current=new js(e,(()=>{let e=!1;s.current&&(e=vs.fn(s.current,a.current.getAnimatedValue())),s.current&&!1!==e||i()})),t&&t.detach()}),[]);n.useEffect((()=>()=>{o.current=!1,a.current&&a.current.detach()}),[]),n.useImperativeHandle(r,(()=>(e=>e.current)(s))),l(t);const c=a.current.getValue();c.scrollTop,c.scrollLeft;const d=ls(c,["scrollTop","scrollLeft"]),u=(p=e,!cs.fun(p)||p.prototype instanceof n.Component?e=>s.current=function(e,t){return t&&(cs.fun(t)?t(e):cs.obj(t)&&(t.current=e)),e}(e,r):void 0);var p;return n.createElement(e,ss({},d,{ref:u}))})),e=>(cs.arr(e)?e:Object.keys(e)).reduce(((e,t)=>{const n=t;return e[n]=dl(n),e}),dl))(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","big","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","keygen","label","legend","li","link","main","map","mark","menu","menuitem","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","small","source","span","strong","style","sub","summary","sup","table","tbody","td","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clipPath","defs","ellipse","foreignObject","g","image","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","svg","text","tspan"]);function pl(e,t){return e.map((function(e,n){return e+t[n]}))}function hl(e,t){return e.map((function(e,n){return e-t[n]}))}function fl(e){return Math.hypot.apply(Math,e)}function xl(e){return Math.sign?Math.sign(e):Number(e>0)-Number(e<0)||+e}function gl(e,t,n){return 0===t||Math.abs(t)===1/0?function(e,t){return Math.pow(e,5*t)}(e,n):e*t*n/(t+n*e)}function vl(e,t,n,r){return void 0===r&&(r=.15),0===r?function(e,t,n){return Math.max(t,Math.min(e,n))}(e,t,n):e<t?-gl(t-e,n-t,r)+t:e>n?+gl(e-n,n-t,r)+n:e}function bl(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function ml(){return ml=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},ml.apply(this,arguments)}function yl(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}function Cl(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function wl(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function jl(e,t){var n;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=function(e,t){if(e){if("string"==typeof e)return wl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?wl(e,t):void 0}}(e))||t){n&&(e=n);var r=0;return function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(n=e[Symbol.iterator]()).next.bind(n)}function kl(){}function $l(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return 0===t.length?kl:1===t.length?t[0]:function(){for(var e,n,r=jl(t);!(n=r()).done;){e=n.value.apply(this,arguments)||e}return e}}function Sl(e,t){if(void 0===e){if(void 0===t)throw new Error("Must define fallback value if undefined is expected");e=t}return Array.isArray(e)?e:[e,e]}function El(e){if("function"==typeof e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e.apply(void 0,n)}return e}function Ol(e,t){void 0===e&&(e={});for(var n={},r=0,i=Object.entries(t);r<i.length;r++){var o=i[r],a=o[0],s=o[1];switch(typeof s){case"function":n[a]=s.call(n,e[a],a,e);break;case"object":n[a]=Ol(e[a],s);break;case"boolean":s&&(n[a]=e[a])}}return n}var Rl=ml({},{threshold:function(e){return void 0===e&&(e=0),Sl(e)},rubberband:function(e){switch(void 0===e&&(e=0),e){case!0:return Sl(.15);case!1:return Sl(0);default:return Sl(e)}},enabled:function(e){return void 0===e&&(e=!0),e},triggerAllEvents:function(e){return void 0===e&&(e=!1),e},initial:function(e){return void 0===e&&(e=0),"function"==typeof e?e:Sl(e)}},{axis:!0,lockDirection:function(e){return void 0===e&&(e=!1),e},bounds:function(e){if(void 0===e&&(e={}),"function"==typeof e)return function(t){return Rl.bounds(e(t))};var t=e,n=t.left,r=void 0===n?-1/0:n,i=t.right,o=void 0===i?1/0:i,a=t.top,s=void 0===a?-1/0:a,l=t.bottom;return[[r,o],[s,void 0===l?1/0:l]]}}),Tl="undefined"!=typeof window&&window.document&&window.document.createElement,Ll={enabled:function(e){return void 0===e&&(e=!0),e},domTarget:!0,window:function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(e){return void 0===e&&(e=Tl?window:void 0),e})),eventOptions:function(e){var t=void 0===e?{}:e,n=t.passive,r=void 0===n||n,i=t.capture;return{passive:r,capture:void 0!==i&&i}}},_l=ml({},Rl,{threshold:function(e,t,n){var r=n.filterTaps,i=void 0!==r&&r,o=n.lockDirection,a=void 0!==o&&o,s=n.axis,l=Sl(e,i?3:a||(void 0===s?void 0:s)?1:0);return this.filterTaps=i||l[0]+l[1]>0,l},swipeVelocity:function(e){return void 0===e&&(e=.5),Sl(e)},swipeDistance:function(e){return void 0===e&&(e=60),Sl(e)},delay:function(e){switch(void 0===e&&(e=0),e){case!0:return 180;case!1:return 0;default:return e}}});function Pl(e){var t=e.domTarget,n=e.eventOptions,r=e.window,i=e.enabled,o=function(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(i[n]=e[n]);return i}(e,["domTarget","eventOptions","window","enabled"]),a=function(e){return void 0===e&&(e={}),Ol(e,Ll)}({domTarget:t,eventOptions:n,window:r,enabled:i});return a.drag=function(e){return void 0===e&&(e={}),Ol(e,_l)}(o),a}function Ml(e){return ml({_active:!1,_blocked:!1,_intentional:[!1,!1],_movement:[0,0],_initial:[0,0],_bounds:[[-1/0,1/0],[-1/0,1/0]],_lastEventType:void 0,event:void 0,intentional:!1,values:[0,0],velocities:[0,0],delta:[0,0],movement:[0,0],offset:[0,0],lastOffset:[0,0],direction:[0,0],initial:[0,0],previous:[0,0],first:!1,last:!1,active:!1,timeStamp:0,startTime:0,elapsedTime:0,cancel:kl,canceled:!1,memo:void 0,args:void 0},e)}function Dl(){return{shared:{hovering:!1,scrolling:!1,wheeling:!1,dragging:!1,moving:!1,pinching:!1,touches:0,buttons:0,down:!1,shiftKey:!1,altKey:!1,metaKey:!1,ctrlKey:!1},drag:Ml({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0,_isTap:!0,_delayedEvent:!1,_pointerId:void 0,tap:!1,swipe:[0,0]}),pinch:Ml({da:[0,0],vdva:[0,0],origin:void 0,turns:0}),wheel:Ml({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),move:Ml({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0}),scroll:Ml({axis:void 0,xy:[0,0],vxvy:[0,0],velocity:0,distance:0})}}var Il=new Map,Nl=function(){function e(e,t){var n=this;void 0===t&&(t=[]),this.controller=e,this.args=t,this.debounced=!0,this.setTimeout=function(e,t){var r;void 0===t&&(t=140),clearTimeout(n.controller.timeouts[n.stateKey]);for(var i=arguments.length,o=new Array(i>2?i-2:0),a=2;a<i;a++)o[a-2]=arguments[a];n.controller.timeouts[n.stateKey]=(r=window).setTimeout.apply(r,[e,t].concat(o))},this.clearTimeout=function(){clearTimeout(n.controller.timeouts[n.stateKey])},this.fireGestureHandler=function(e){if(void 0===e&&(e=!1),n.state._blocked)return n.debounced||(n.state._active=!1,n.clean()),null;if(!e&&!n.state.intentional&&!n.config.triggerAllEvents)return null;if(n.state.intentional){var t=n.state.active,r=n.state._active;n.state.active=r,n.state.first=r&&!t,n.state.last=t&&!r,n.controller.state.shared[n.ingKey]=r}var i=ml({},n.controller.state.shared,n.state,n.mapStateValues(n.state)),o=n.handler(i);return n.state.memo=void 0!==o?o:n.state.memo,n.state._active||n.clean(),i}}var t=e.prototype;return t.updateSharedState=function(e){Object.assign(this.controller.state.shared,e)},t.updateGestureState=function(e){Object.assign(this.state,e)},t.checkIntentionality=function(e,t){return{_intentional:e,_blocked:!1}},t.getMovement=function(e){var t=this.config,n=t.initial,r=t.bounds,i=t.rubberband,o=t.threshold,a=this.state,s=a._bounds,l=a._initial,c=a._active,d=a._intentional,u=a.lastOffset,p=a.movement,h=this.getInternalMovement(e,this.state),f=!1===d[0]?Vl(h[0],o[0]):d[0],x=!1===d[1]?Vl(h[1],o[1]):d[1],g=this.checkIntentionality([f,x],h);if(g._blocked)return ml({},g,{_movement:h,delta:[0,0]});var v,b,m,y,C=g._intentional,w=h;(!1!==C[0]&&!1===d[0]&&(b=El(n,this.state),v=El(r,this.state),l[0]=b[0],s[0]=v[0]),!1!==C[1]&&!1===d[1])&&(b=null!=(m=b)?m:El(n,this.state),v=null!=(y=v)?y:El(r,this.state),l[1]=b[1],s[1]=v[1]);var j=[!1!==C[0]?h[0]-C[0]:l[0],!1!==C[1]?h[1]-C[1]:l[1]],k=pl(j,u),$=c?i:[0,0];return j=zl(s,pl(j,l),$),ml({},g,{intentional:!1!==C[0]||!1!==C[1],_initial:l,_movement:w,movement:j,values:e,offset:zl(s,k,$),delta:hl(j,p)})},t.clean=function(){this.clearTimeout()},bl(e,[{key:"config",get:function(){return this.controller.config[this.stateKey]}},{key:"enabled",get:function(){return this.controller.config.enabled&&this.config.enabled}},{key:"state",get:function(){return this.controller.state[this.stateKey]}},{key:"handler",get:function(){return this.controller.handlers[this.stateKey]}}]),e}();function Vl(e,t){return Math.abs(e)>=t&&xl(e)*t}function zl(e,t,n){var r=t[0],i=t[1],o=n[0],a=n[1],s=e[0],l=s[0],c=s[1],d=e[1],u=d[0],p=d[1];return[vl(r,l,c,o),vl(i,u,p,a)]}function Al(e,t,n){var r=e.state,i=e.args,o=t.timeStamp,a=t.type,s=r.values;return{_lastEventType:a,event:t,timeStamp:o,elapsedTime:n?0:o-r.startTime,args:i,previous:s}}function Bl(e,t){return function(n){for(var r=arguments.length,i=new Array(r>1?r-1:0),o=1;o<r;o++)i[o-1]=arguments[o];return e.call.apply(e,[this,ml({},t,{event:n})].concat(i))}}var Hl=function(e){var t=this;this.classes=e,this.bind=function(){for(var e={},n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];for(var o,a=jl(t.classes);!(o=a()).done;){new(0,o.value)(t,r).addBindings(e)}for(var s=0,l=Object.entries(t.nativeRefs);s<l.length;s++){var c=l[s];Gl(e,c[0],Bl(c[1],ml({},t.state.shared,{args:r})))}return t.config.domTarget?function(e,t){var n=e.config,r=e.domListeners,i=Zl(n);if(!i)throw new Error("domTarget must be defined");var o=n.eventOptions;Wl(i,Fl(r),o);for(var a=0,s=Object.entries(t);a<s.length;a++){var l=s[a],c=l[0],d=l[1],u=c.slice(2).toLowerCase();r.push([u,$l.apply(void 0,d)])}ql(i,r,o)}(t,e):function(e,t){for(var n=e.config,r={},i=n.eventOptions.capture?"Capture":"",o=0,a=Object.entries(t);o<a.length;o++){var s=a[o],l=s[0],c=s[1],d=Array.isArray(c)?c:[c];r[l+i]=$l.apply(void 0,d)}return r}(t,e)},this.effect=function(){return t.config.domTarget&&t.bind(),t.clean},this.clean=function(){var e=Zl(t.config),n=t.config.eventOptions;e&&Wl(e,Fl(t.domListeners),n),Object.values(t.timeouts).forEach(clearTimeout),function(e){var t=e.config,n=t.window,r=t.eventOptions,i=e.windowListeners;if(!n)return;for(var o in i){Wl(n,i[o],r)}e.windowListeners={}}(t)},this.state=Dl(),this.timeouts={},this.domListeners=[],this.windowListeners={}};function Fl(e){return void 0===e&&(e=[]),e.splice(0,e.length)}function Zl(e){var t=e.domTarget;return t&&"current"in t?t.current:t}function Gl(e,t,n){e[t]||(e[t]=[]),e[t].push(n)}function ql(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=jl(t);!(r=i()).done;){var o=r.value,a=o[0],s=o[1];e.addEventListener(a,s,n)}}function Wl(e,t,n){void 0===t&&(t=[]),void 0===n&&(n={});for(var r,i=jl(t);!(r=i()).done;){var o=r.value,a=o[0],s=o[1];e.removeEventListener(a,s,n)}}function Ul(e,t,r){void 0===r&&(r={});var i=function(e){var t=new Set;e.drag&&t.add(Il.get("drag"));e.wheel&&t.add(Il.get("wheel"));e.scroll&&t.add(Il.get("scroll"));e.move&&t.add(Il.get("move"));e.pinch&&t.add(Il.get("pinch"));e.hover&&t.add(Il.get("hover"));return t}(e),o=n.useMemo((function(){return new Hl(i)}),[]);return o.config=t,o.handlers=e,o.nativeRefs=r,n.useEffect(o.effect,[]),o.config.domTarget?Xl:o.bind}function Xl(){"development"===process.env.NODE_ENV&&console.warn("Deprecation notice: When the `domTarget` option is specified, you don't need to write `useEffect(bind, [bind])` anymore: event binding is now made handled internally to this lib.\n\nNext version won't return anything when `domTarget` is provided, therefore your code will break if you try to call `useEffect`.")}function Yl(e){if("touches"in e){var t=e.targetTouches,n=e.changedTouches;return t.length>0?t:n}return null}function Kl(e){var t="buttons"in e?e.buttons:0,n=Yl(e),r=n&&n.length||0;return{touches:r,down:r>0||t>0,buttons:t,shiftKey:e.shiftKey,altKey:e.altKey,metaKey:e.metaKey,ctrlKey:e.ctrlKey}}function Jl(e){var t=Yl(e),n=t?t[0]:e;return[n.clientX,n.clientY]}var Ql=function(e){function t(){var t;return(t=e.apply(this,arguments)||this).ingKey="dragging",t.stateKey="drag",t.onDragStart=function(e){t.enabled&&!t.state._active&&(!function(e,t,n){var r=e.config,i=e.windowListeners;void 0===n&&(n=[]),r.window&&(Wl(r.window,i[t],r.eventOptions),ql(r.window,i[t]=n,r.eventOptions))}(t.controller,t.stateKey,[["pointermove",t.onDragChange],["pointerup",t.onDragEnd],["pointercancel",t.onDragEnd]]),t.updateGestureState({_pointerId:e.pointerId}),t.config.delay>0?(t.state._delayedEvent=!0,"persist"in e&&"function"==typeof e.persist&&e.persist(),t.setTimeout(t.startDrag.bind(Cl(t)),t.config.delay,e)):t.startDrag(e))},t.onDragChange=function(e){if(!t.state.canceled&&e.pointerId===t.state._pointerId)if(t.state._active){var n=Kl(e);if(n.down){t.updateSharedState(n);var r=Jl(e),i=t.getKinematics(r,e),o=Al(Cl(t),e),a=t.state._isTap,s=fl(i._movement);a&&s>=3&&(a=!1),t.updateGestureState(ml({},o,i,{_isTap:a})),t.fireGestureHandler()}else t.onDragEnd(e)}else t.state._delayedEvent&&(t.clearTimeout(),t.startDrag(e))},t.onDragEnd=function(e){if(e.pointerId===t.state._pointerId){t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0});var n=t.state._isTap,r=t.state.velocities,i=r[0],o=r[1],a=t.state.movement,s=a[0],l=a[1],c=t.state._intentional,d=c[0],u=c[1],p=t.config.swipeVelocity,h=p[0],f=p[1],x=t.config.swipeDistance,g=x[0],v=x[1],b=ml({},Al(Cl(t),e),t.getMovement(t.state.values)),m=[0,0];b.elapsedTime<220&&(!1!==d&&Math.abs(i)>h&&Math.abs(s)>g&&(m[0]=xl(i)),!1!==u&&Math.abs(o)>f&&Math.abs(l)>v&&(m[1]=xl(o))),t.updateGestureState(ml({},b,{tap:n,swipe:m})),t.fireGestureHandler(!0===n)}},t.clean=function(){e.prototype.clean.call(Cl(t)),t.state._delayedEvent=!1,function(e,t){var n=e.config,r=e.windowListeners;n.window&&(Wl(n.window,r[t],n.eventOptions),delete r[t])}(t.controller,t.stateKey)},t.onCancel=function(){t.state.canceled||(t.updateGestureState({canceled:!0}),t.state._active=!1,t.updateSharedState({down:!1,buttons:0,touches:0}),requestAnimationFrame((function(){return t.fireGestureHandler()})))},t.onClick=function(e){t.state._isTap||e.stopPropagation()},t}yl(t,e);var n=t.prototype;return n.startDrag=function(e){var t=Jl(e);this.updateSharedState(Kl(e)),this.updateGestureState(ml({},function(e,t,n){var r=e.state.offset,i=n.timeStamp;return ml({},Dl()[e.stateKey],{_active:!0,values:t,initial:t,offset:r,lastOffset:r,startTime:i})}(this,t,e),Al(this,e,!0),{_pointerId:e.pointerId,cancel:this.onCancel})),this.updateGestureState(this.getMovement(t)),this.fireGestureHandler()},n.addBindings=function(e){(Gl(e,"onPointerDown",this.onDragStart),this.config.filterTaps)&&Gl(e,this.controller.config.eventOptions.capture?"onClick":"onClickCapture",this.onClick)},t}(function(e){function t(){return e.apply(this,arguments)||this}yl(t,e);var n=t.prototype;return n.getInternalMovement=function(e,t){return hl(e,t.initial)},n.checkIntentionality=function(e,t){if(!1===e[0]&&!1===e[1])return{_intentional:e,axis:this.state.axis};var n=t.map(Math.abs),r=n[0],i=n[1],o=this.state.axis||(r>i?"x":r<i?"y":void 0);return this.config.axis||this.config.lockDirection?o?this.config.axis&&o!==this.config.axis?{_intentional:e,_blocked:!0,axis:o}:(e["x"===o?1:0]=!1,{_intentional:e,_blocked:!1,axis:o}):{_intentional:[!1,!1],_blocked:!1,axis:o}:{_intentional:e,_blocked:!1,axis:o}},n.getKinematics=function(e,t){var n=this.getMovement(e);if(!n._blocked){var r=t.timeStamp-this.state.timeStamp;Object.assign(n,function(e,t,n){var r=fl(t),i=0===r?0:1/r,o=0===n?0:1/n,a=o*r,s=t.map((function(e){return o*e})),l=t.map((function(e){return i*e}));return{velocities:s,velocity:a,distance:fl(e),direction:l}}(n.movement,n.delta,r))}return n},n.mapStateValues=function(e){return{xy:e.values,vxvy:e.velocities}},t}(Nl));function ec(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){if(e.constructor!==t.constructor)return!1;var n,r,i,o;if(Array.isArray(e)){if((n=e.length)!==t.length)return!1;for(r=n;0!=r--;)if(!ec(e[r],t[r]))return!1;return!0}if("function"==typeof Map&&e instanceof Map&&t instanceof Map){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;for(o=e.entries();!(r=o.next()).done;)if(!ec(r.value[1],t.get(r.value[0])))return!1;return!0}if("function"==typeof Set&&e instanceof Set&&t instanceof Set){if(e.size!==t.size)return!1;for(o=e.entries();!(r=o.next()).done;)if(!t.has(r.value[0]))return!1;return!0}if(e.constructor===RegExp)return e.source===t.source&&e.flags===t.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===t.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===t.toString();if((n=(i=Object.keys(e)).length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!Object.prototype.hasOwnProperty.call(t,i[r]))return!1;if("undefined"!=typeof Element&&e instanceof Element)return!1;for(r=n;0!=r--;)if(!("_owner"===i[r]&&e.$$typeof||ec(e[i[r]],t[i[r]])))return!1;return!0}return e!=e&&t!=t}function tc(e,t){try{return ec(e,t)}catch(e){if((e.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw e}}function nc(e,t){void 0===t&&(t={}),Il.set("drag",Ql);var r=n.useRef();return r.current||(r.current=function(e,t){var n,r,i=[],o=!1;return function(){for(var a=arguments.length,s=new Array(a),l=0;l<a;l++)s[l]=arguments[l];return o&&n===this&&t(s,i)||(r=e.apply(this,s),o=!0,n=this,i=s),r}}(Pl,tc)),Ul({drag:e},r.current(t))}
|
|
2248
2252
|
/*!
|
|
2249
2253
|
* tabbable 5.3.3
|
|
2250
2254
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
2251
|
-
*/var
|
|
2255
|
+
*/var rc=["input","select","textarea","a[href]","button","[tabindex]:not(slot)","audio[controls]","video[controls]",'[contenteditable]:not([contenteditable="false"])',"details>summary:first-of-type","details"],ic=rc.join(","),oc="undefined"==typeof Element,ac=oc?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,sc=!oc&&Element.prototype.getRootNode?function(e){return e.getRootNode()}:function(e){return e.ownerDocument},lc=function(e,t,n){var r=Array.prototype.slice.apply(e.querySelectorAll(ic));return t&&ac.call(e,ic)&&r.unshift(e),r=r.filter(n)},cc=function e(t,n,r){for(var i=[],o=Array.from(t);o.length;){var a=o.shift();if("SLOT"===a.tagName){var s=a.assignedElements(),l=e(s.length?s:a.children,!0,r);r.flatten?i.push.apply(i,l):i.push({scope:a,candidates:l})}else{ac.call(a,ic)&&r.filter(a)&&(n||!t.includes(a))&&i.push(a);var c=a.shadowRoot||"function"==typeof r.getShadowRoot&&r.getShadowRoot(a),d=!r.shadowRootFilter||r.shadowRootFilter(a);if(c&&d){var u=e(!0===c?a.children:c.children,!0,r);r.flatten?i.push.apply(i,u):i.push({scope:a,candidates:u})}else o.unshift.apply(o,a.children)}}return i},dc=function(e,t){return e.tabIndex<0&&(t||/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||e.isContentEditable)&&isNaN(parseInt(e.getAttribute("tabindex"),10))?0:e.tabIndex},uc=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},pc=function(e){return"INPUT"===e.tagName},hc=function(e){return function(e){return pc(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||sc(e),r=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var i=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!i||i===e}(e)},fc=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},xc=function(e,t){return!(t.disabled||function(e){return pc(e)&&"hidden"===e.type}(t)||function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var i=ac.call(e,"details>summary:first-of-type")?e.parentElement:e;if(ac.call(i,"details:not([open]) *"))return!0;var o=sc(e).host,a=(null==o?void 0:o.ownerDocument.contains(o))||e.ownerDocument.contains(e);if(n&&"full"!==n){if("non-zero-area"===n)return fc(e)}else{if("function"==typeof r){for(var s=e;e;){var l=e.parentElement,c=sc(e);if(l&&!l.shadowRoot&&!0===r(l))return fc(e);e=e.assignedSlot?e.assignedSlot:l||c===e.ownerDocument?l:c.host}e=s}if(a)return!e.getClientRects().length}return!1}(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var r=t.children.item(n);if("LEGEND"===r.tagName)return!!ac.call(t,"fieldset[disabled] *")||!r.contains(e)}return!0}t=t.parentElement}return!1}(t))},gc=function(e,t){return!(hc(t)||dc(t)<0||!xc(e,t))},vc=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},bc=function e(t){var n=[],r=[];return t.forEach((function(t,i){var o=!!t.scope,a=o?t.scope:t,s=dc(a,o),l=o?e(t.candidates):a;0===s?o?n.push.apply(n,l):n.push(a):r.push({documentOrder:i,tabIndex:s,item:t,isScope:o,content:l})})),r.sort(uc).reduce((function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e}),[]).concat(n)},mc=function(e,t){var n;return n=(t=t||{}).getShadowRoot?cc([e],t.includeContainer,{filter:gc.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:vc}):lc(e,t.includeContainer,gc.bind(null,t)),bc(n)},yc=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==ac.call(e,ic)&&gc(t,e)},Cc=rc.concat("iframe").join(","),wc=function(e,t){if(t=t||{},!e)throw new Error("No node provided");return!1!==ac.call(e,Cc)&&xc(t,e)};
|
|
2252
2256
|
/*!
|
|
2253
2257
|
* focus-trap 6.9.4
|
|
2254
2258
|
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
|
2255
2259
|
*/
|
|
2256
|
-
function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function jc(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?wc(Object(n),!0).forEach((function(t){kc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):wc(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function kc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var $c,Sc=($c=[],{activateTrap:function(e){if($c.length>0){var t=$c[$c.length-1];t!==e&&t.pause()}var n=$c.indexOf(e);-1===n||$c.splice(n,1),$c.push(e)},deactivateTrap:function(e){var t=$c.indexOf(e);-1!==t&&$c.splice(t,1),$c.length>0&&$c[$c.length-1].unpause()}}),Ec=function(e){return setTimeout(e,0)},Oc=function(e,t){var n=-1;return e.every((function(e,r){return!t(e)||(n=r,!1)})),n},Rc=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},Tc=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},Lc=function(e,t){var n,r=(null==t?void 0:t.document)||document,i=jc({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),o={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},a=function(e,t,n){return e&&void 0!==e[t]?e[t]:i[n||t]},s=function(e){return o.containerGroups.findIndex((function(t){var n=t.container,r=t.tabbableNodes;return n.contains(e)||r.find((function(t){return t===e}))}))},l=function(e){var t=i[e];if("function"==typeof t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];t=t.apply(void 0,o)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var s=t;if("string"==typeof t&&!(s=r.querySelector(t)))throw new Error("`".concat(e,"` as selector refers to no known node"));return s},c=function(){var e=l("initialFocus");if(!1===e)return!1;if(void 0===e)if(s(r.activeElement)>=0)e=r.activeElement;else{var t=o.tabbableGroups[0];e=t&&t.firstTabbableNode||l("fallbackFocus")}if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},d=function(){if(o.containerGroups=o.containers.map((function(e){var t,n,r=bc(e,i.tabbableOptions),o=(t=e,(n=(n=i.tabbableOptions)||{}).getShadowRoot?lc([t],n.includeContainer,{filter:fc.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):sc(t,n.includeContainer,fc.bind(null,n)));return{container:e,tabbableNodes:r,focusableNodes:o,firstTabbableNode:r.length>0?r[0]:null,lastTabbableNode:r.length>0?r[r.length-1]:null,nextTabbableNode:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=o.findIndex((function(t){return t===e}));if(!(n<0))return t?o.slice(n+1).find((function(e){return mc(e,i.tabbableOptions)})):o.slice(0,n).reverse().find((function(e){return mc(e,i.tabbableOptions)}))}}})),o.tabbableGroups=o.containerGroups.filter((function(e){return e.tabbableNodes.length>0})),o.tabbableGroups.length<=0&&!l("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},u=function e(t){!1!==t&&t!==r.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),o.mostRecentlyFocusedNode=t,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(t)&&t.select()):e(c()))},p=function(e){var t=l("setReturnFocus",e);return t||!1!==t&&e},h=function(e){var t=Tc(e);s(t)>=0||(Rc(i.clickOutsideDeactivates,e)?n.deactivate({returnFocus:i.returnFocusOnDeactivate&&!Cc(t,i.tabbableOptions)}):Rc(i.allowOutsideClick,e)||e.preventDefault())},f=function(e){var t=Tc(e),n=s(t)>=0;n||t instanceof Document?n&&(o.mostRecentlyFocusedNode=t):(e.stopImmediatePropagation(),u(o.mostRecentlyFocusedNode||c()))},x=function(e){if(function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e)&&!1!==Rc(i.escapeDeactivates,e))return e.preventDefault(),void n.deactivate();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){var t=Tc(e);d();var n=null;if(o.tabbableGroups.length>0){var r=s(t),a=r>=0?o.containerGroups[r]:void 0;if(r<0)n=e.shiftKey?o.tabbableGroups[o.tabbableGroups.length-1].lastTabbableNode:o.tabbableGroups[0].firstTabbableNode;else if(e.shiftKey){var c=Oc(o.tabbableGroups,(function(e){var n=e.firstTabbableNode;return t===n}));if(c<0&&(a.container===t||Cc(t,i.tabbableOptions)&&!mc(t,i.tabbableOptions)&&!a.nextTabbableNode(t,!1))&&(c=r),c>=0){var p=0===c?o.tabbableGroups.length-1:c-1;n=o.tabbableGroups[p].lastTabbableNode}}else{var h=Oc(o.tabbableGroups,(function(e){var n=e.lastTabbableNode;return t===n}));if(h<0&&(a.container===t||Cc(t,i.tabbableOptions)&&!mc(t,i.tabbableOptions)&&!a.nextTabbableNode(t))&&(h=r),h>=0){var f=h===o.tabbableGroups.length-1?0:h+1;n=o.tabbableGroups[f].firstTabbableNode}}}else n=l("fallbackFocus");n&&(e.preventDefault(),u(n))}(e)},g=function(e){var t=Tc(e);s(t)>=0||Rc(i.clickOutsideDeactivates,e)||Rc(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},v=function(){if(o.active)return Sc.activateTrap(n),o.delayInitialFocusTimer=i.delayInitialFocus?Ec((function(){u(c())})):u(c()),r.addEventListener("focusin",f,!0),r.addEventListener("mousedown",h,{capture:!0,passive:!1}),r.addEventListener("touchstart",h,{capture:!0,passive:!1}),r.addEventListener("click",g,{capture:!0,passive:!1}),r.addEventListener("keydown",x,{capture:!0,passive:!1}),n},b=function(){if(o.active)return r.removeEventListener("focusin",f,!0),r.removeEventListener("mousedown",h,!0),r.removeEventListener("touchstart",h,!0),r.removeEventListener("click",g,!0),r.removeEventListener("keydown",x,!0),n};return(n={get active(){return o.active},get paused(){return o.paused},activate:function(e){if(o.active)return this;var t=a(e,"onActivate"),n=a(e,"onPostActivate"),i=a(e,"checkCanFocusTrap");i||d(),o.active=!0,o.paused=!1,o.nodeFocusedBeforeActivation=r.activeElement,t&&t();var s=function(){i&&d(),v(),n&&n()};return i?(i(o.containers.concat()).then(s,s),this):(s(),this)},deactivate:function(e){if(!o.active)return this;var t=jc({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(o.delayInitialFocusTimer),o.delayInitialFocusTimer=void 0,b(),o.active=!1,o.paused=!1,Sc.deactivateTrap(n);var r=a(t,"onDeactivate"),s=a(t,"onPostDeactivate"),l=a(t,"checkCanReturnFocus"),c=a(t,"returnFocus","returnFocusOnDeactivate");r&&r();var d=function(){Ec((function(){c&&u(p(o.nodeFocusedBeforeActivation)),s&&s()}))};return c&&l?(l(p(o.nodeFocusedBeforeActivation)).then(d,d),this):(d(),this)},pause:function(){return o.paused||!o.active||(o.paused=!0,b()),this},unpause:function(){return o.paused&&o.active?(o.paused=!1,d(),v(),this):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return o.containers=t.map((function(e){return"string"==typeof e?r.querySelector(e):e})),o.active&&d(),this}}).updateContainerElements(e),n};var _c=!1;if("undefined"!=typeof window){var Pc={get passive(){_c=!0}};window.addEventListener("testPassive",null,Pc),window.removeEventListener("testPassive",null,Pc)}var Mc,Dc="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),Ic=[],Nc=!1,Vc=-1,zc=void 0,Ac=void 0,Bc=function(e){return Ic.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},Hc=function(e){var t=e||window.event;return!!Bc(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},Fc=function(e,t){if(e){if(!Ic.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};Ic=[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(Ic),[n]),Dc?(e.ontouchstart=function(e){1===e.targetTouches.length&&(Vc=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var n=e.targetTouches[0].clientY-Vc;!Bc(e.target)&&(t&&0===t.scrollTop&&n>0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?Hc(e):e.stopPropagation())}(t,e)},Nc||(document.addEventListener("touchmove",Hc,_c?{passive:!1}:void 0),Nc=!0)):function(e){if(void 0===Ac){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(Ac=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===zc&&(zc=document.body.style.overflow,document.body.style.overflow="hidden")}(t)}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},Zc=function(e){e?(Ic=Ic.filter((function(t){return t.targetElement!==e})),Dc?(e.ontouchstart=null,e.ontouchmove=null,Nc&&0===Ic.length&&(document.removeEventListener("touchmove",Hc,_c?{passive:!1}:void 0),Nc=!1)):Ic.length||(void 0!==Ac&&(document.body.style.paddingRight=Ac,Ac=void 0),void 0!==zc&&(document.body.style.overflow=zc,zc=void 0))):console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.")},Gc=[],qc="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(Mc||(Mc={}));var Wc,Uc=function(e){return Object.freeze(e)},Xc=function(e,t){this.inlineSize=e,this.blockSize=t,Uc(this)},Yc=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Uc(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),Kc=function(e){return e instanceof SVGElement&&"getBBox"in e},Jc=function(e){if(Kc(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||e.getClientRects().length)},Qc=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null==e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},ed="undefined"!=typeof window?window:{},td=new WeakMap,nd=/auto|scroll/,rd=/^tb|vertical/,id=/msie|trident/i.test(ed.navigator&&ed.navigator.userAgent),od=function(e){return parseFloat(e||"0")},ad=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new Xc((n?t:e)||0,(n?e:t)||0)},sd=Uc({devicePixelContentBoxSize:ad(),borderBoxSize:ad(),contentBoxSize:ad(),contentRect:new Yc(0,0,0,0)}),ld=function(e,t){if(void 0===t&&(t=!1),td.has(e)&&!t)return td.get(e);if(Jc(e))return td.set(e,sd),sd;var n=getComputedStyle(e),r=Kc(e)&&e.ownerSVGElement&&e.getBBox(),i=!id&&"border-box"===n.boxSizing,o=rd.test(n.writingMode||""),a=!r&&nd.test(n.overflowY||""),s=!r&&nd.test(n.overflowX||""),l=r?0:od(n.paddingTop),c=r?0:od(n.paddingRight),d=r?0:od(n.paddingBottom),u=r?0:od(n.paddingLeft),p=r?0:od(n.borderTopWidth),h=r?0:od(n.borderRightWidth),f=r?0:od(n.borderBottomWidth),x=u+c,g=l+d,v=(r?0:od(n.borderLeftWidth))+h,b=p+f,m=s?e.offsetHeight-b-e.clientHeight:0,y=a?e.offsetWidth-v-e.clientWidth:0,C=i?x+v:0,w=i?g+b:0,j=r?r.width:od(n.width)-C-y,k=r?r.height:od(n.height)-w-m,$=j+x+y+v,S=k+g+m+b,E=Uc({devicePixelContentBoxSize:ad(Math.round(j*devicePixelRatio),Math.round(k*devicePixelRatio),o),borderBoxSize:ad($,S,o),contentBoxSize:ad(j,k,o),contentRect:new Yc(u,l,j,k)});return td.set(e,E),E},cd=function(e,t,n){var r=ld(e,n),i=r.borderBoxSize,o=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(t){case Mc.DEVICE_PIXEL_CONTENT_BOX:return a;case Mc.BORDER_BOX:return i;default:return o}},dd=function(e){var t=ld(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=Uc([t.borderBoxSize]),this.contentBoxSize=Uc([t.contentBoxSize]),this.devicePixelContentBoxSize=Uc([t.devicePixelContentBoxSize])},ud=function(e){if(Jc(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},pd=function(){var e=1/0,t=[];Gc.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new dd(t.target),i=ud(t.target);r.push(n),t.lastReportedSize=cd(t.target,t.observedBox),i<e&&(e=i)})),t.push((function(){n.callback.call(n.observer,r,n.observer)})),n.activeTargets.splice(0,n.activeTargets.length)}}));for(var n=0,r=t;n<r.length;n++){(0,r[n])()}return e},hd=function(e){Gc.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(n){n.isActive()&&(ud(n.target)>e?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},fd=function(){var e=0;for(hd(e);Gc.some((function(e){return e.activeTargets.length>0}));)e=pd(),hd(e);return Gc.some((function(e){return e.skippedTargets.length>0}))&&function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:qc}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=qc),window.dispatchEvent(e)}(),e>0},xd=[],gd=function(e){if(!Wc){var t=0,n=document.createTextNode("");new MutationObserver((function(){return xd.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),Wc=function(){n.textContent="".concat(t?t--:t++)}}xd.push(e),Wc()},vd=0,bd={attributes:!0,characterData:!0,childList:!0,subtree:!0},md=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],yd=function(e){return void 0===e&&(e=0),Date.now()+e},Cd=!1,wd=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!Cd){Cd=!0;var n,r=yd(e);n=function(){var n=!1;try{n=fd()}finally{if(Cd=!1,e=r-yd(),!vd)return;n?t.run(1e3):e>0?t.run(e):t.start()}},gd((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,bd)};document.body?t():ed.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),md.forEach((function(t){return ed.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),md.forEach((function(t){return ed.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),jd=function(e){!vd&&e>0&&wd.start(),!(vd+=e)&&wd.stop()},kd=function(){function e(e,t){this.target=e,this.observedBox=t||Mc.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=cd(this.target,this.observedBox,!0);return function(e){return!Kc(e)&&!function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)&&"inline"===getComputedStyle(e).display}(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),$d=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},Sd=new WeakMap,Ed=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},Od=function(){function e(){}return e.connect=function(e,t){var n=new $d(e,t);Sd.set(e,n)},e.observe=function(e,t,n){var r=Sd.get(e),i=0===r.observationTargets.length;Ed(r.observationTargets,t)<0&&(i&&Gc.push(r),r.observationTargets.push(new kd(t,n&&n.box)),jd(1),wd.schedule())},e.unobserve=function(e,t){var n=Sd.get(e),r=Ed(n.observationTargets,t),i=1===n.observationTargets.length;r>=0&&(i&&Gc.splice(Gc.indexOf(n),1),n.observationTargets.splice(r,1),jd(-1))},e.disconnect=function(e){var t=this,n=Sd.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),Rd=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Od.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Qc(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Od.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!Qc(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Od.unobserve(this,e)},e.prototype.disconnect=function(){Od.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();function Td(){return Td=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Td.apply(this,arguments)}function Ld(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)t.indexOf(n=o[r])>=0||(i[n]=e[n]);return i}var _d="undefined"!=typeof window?n.useLayoutEffect:n.useEffect;function Pd(e,t,n){return t=(t=+t)==t?t:0,n=(n=+n)==n?n:0,(e=+e)==e&&(e=(e=e<=n?e:n)>=t?e:t),e}function Md(e){var t=Math.round(e);if(Number.isNaN(e))throw new TypeError("Found a NaN! Check your snapPoints / defaultSnap / snapTo ");return t}var Dd={box:"border-box"};function Id(e,t){var r=t.label,i=t.enabled,o=t.resizeSourceRef,a=n.useState(0),s=a[0],l=a[1];n.useDebugValue(r+": "+s);var c=n.useCallback((function(e){l(e[0].borderBoxSize[0].blockSize),o.current="element"}),[o]);return _d((function(){if(e.current&&i){var t=new Rd(c);return t.observe(e.current,Dd),function(){t.disconnect()}}}),[e,c,i]),i?s:0}function Nd(e){return void 0===e&&(e=1e3),new Promise((function(t){return setTimeout(t,e)}))}var Vd={DRAG:{target:"#overlay.dragging",actions:"onOpenEnd"}},zd={RESIZE:{target:"#overlay.resizing",actions:"onOpenEnd"}},Ad=function(e,t,n){return void 0===n&&(n=e.context),new Za(e,t,n)}({id:"overlay",initial:"closed",context:{initialState:"CLOSED"},states:{closed:{on:{OPEN:"opening",CLOSE:void 0}},opening:{initial:"start",states:{start:{invoke:{src:"onOpenStart",onDone:"transition"}},transition:{always:[{target:"immediately",cond:"initiallyOpen"},{target:"smoothly",cond:"initiallyClosed"}]},immediately:{initial:"open",states:{open:{invoke:{src:"openImmediately",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"#overlay.opening.end"},on:Td({},Vd,zd)}}},smoothly:{initial:"visuallyHidden",states:{visuallyHidden:{invoke:{src:"renderVisuallyHidden",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"open"}},open:{invoke:{src:"openSmoothly",onDone:"#overlay.opening.end"},on:Td({},Vd,zd)}}},end:{invoke:{src:"onOpenEnd",onDone:"done"},on:{CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:Td({},{CLOSE:{target:"#overlay.closing",actions:"onOpenCancel"}}),onDone:"open"},open:{on:{DRAG:"#overlay.dragging",SNAP:"snapping",RESIZE:"resizing"}},dragging:{on:{SNAP:"snapping"}},snapping:{initial:"start",states:{start:{invoke:{src:"onSnapStart",onDone:"snappingSmoothly"},entry:[qa({y:function(e,t){return t.payload.y},velocity:function(e,t){return t.payload.velocity},snapSource:function(e,t){var n=t.payload.source;return void 0===n?"custom":n}})]},snappingSmoothly:{invoke:{src:"snapSmoothly",onDone:"end"}},end:{invoke:{src:"onSnapEnd",onDone:"done"},on:{RESIZE:"#overlay.resizing",SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{SNAP:{target:"snapping",actions:"onSnapEnd"},RESIZE:{target:"#overlay.resizing",actions:"onSnapCancel"},DRAG:{target:"#overlay.dragging",actions:"onSnapCancel"},CLOSE:{target:"#overlay.closing",actions:"onSnapCancel"}},onDone:"open"},resizing:{initial:"start",states:{start:{invoke:{src:"onResizeStart",onDone:"resizingSmoothly"}},resizingSmoothly:{invoke:{src:"resizeSmoothly",onDone:"end"}},end:{invoke:{src:"onResizeEnd",onDone:"done"},on:{SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{RESIZE:{target:"resizing",actions:"onResizeEnd"},SNAP:{target:"snapping",actions:"onResizeCancel"},DRAG:{target:"#overlay.dragging",actions:"onResizeCancel"},CLOSE:{target:"#overlay.closing",actions:"onResizeCancel"}},onDone:"open"},closing:{initial:"start",states:{start:{invoke:{src:"onCloseStart",onDone:"deactivating"},on:{OPEN:{target:"#overlay.open",actions:"onCloseCancel"}}},deactivating:{invoke:{src:"deactivate",onDone:"closingSmoothly"}},closingSmoothly:{invoke:{src:"closeSmoothly",onDone:"end"}},end:{invoke:{src:"onCloseEnd",onDone:"done"},on:{OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}}},done:{type:"final"}},on:{CLOSE:void 0,OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}},onDone:"closed"}},on:{CLOSE:"closing"}},{actions:{onOpenCancel:function(e,t){},onSnapCancel:function(e,t){},onResizeCancel:function(e,t){},onCloseCancel:function(e,t){},onOpenEnd:function(e,t){},onSnapEnd:function(e,t){},onRezizeEnd:function(e,t){}},services:{onSnapStart:function(){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenStart:function(){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseStart:function(){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeStart:function(){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},onSnapEnd:function(){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenEnd:function(){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseEnd:function(){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeEnd:function(){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},renderVisuallyHidden:function(e,t){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},activate:function(e,t){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},deactivate:function(e,t){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},openSmoothly:function(e,t){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},openImmediately:function(e,t){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},snapSmoothly:function(e,t){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},resizeSmoothly:function(e,t){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}},closeSmoothly:function(e,t){try{return Promise.resolve(Nd()).then((function(){}))}catch(e){return Promise.reject(e)}}},guards:{initiallyClosed:function(e){return"CLOSED"===e.initialState},initiallyOpen:function(e){return"OPEN"===e.initialState}}}),Bd=["children","sibling","className","footer","header","open","initialState","lastSnapRef","initialFocusRef","onDismiss","maxHeight","defaultSnap","snapPoints","blocking","scrollLocking","style","onSpringStart","onSpringCancel","onSpringEnd","reserveScrollBarGap","expandOnContentDrag"],Hd=["velocity"],Fd=["onRest","config"],Zd={tension:170,friction:26},Gd=Zd.tension,qd=Zd.friction,Wd=n.forwardRef((function(e,t){var r=e.children,i=e.sibling,o=e.className,a=e.footer,s=e.header,l=e.open,c=e.initialState,d=e.lastSnapRef,u=e.initialFocusRef,p=e.onDismiss,h=e.maxHeight,f=e.defaultSnap,x=void 0===f?Xd:f,g=e.snapPoints,v=void 0===g?Yd:g,b=e.blocking,m=void 0===b||b,y=e.scrollLocking,C=void 0===y||y,w=e.style,j=e.onSpringStart,k=e.onSpringCancel,$=e.onSpringEnd,S=e.reserveScrollBarGap,E=void 0===S?m:S,O=e.expandOnContentDrag,R=void 0!==O&&O,T=Ld(e,Bd),L=function(){var e=n.useState(!1),t=e[0],r=e[1],i=n.useState({}),o=i[0],a=i[1],s=n.useCallback((function(e){return a((function(t){var n;return Td({},t,((n={})[e]=!1,n))})),function(){a((function(t){var n;return Td({},t,((n={})[e]=!0,n))}))}}),[]);return n.useEffect((function(){var e=Object.values(o);0!==e.length&&e.every(Boolean)&&r(!0)}),[o]),{ready:t,registerReady:s}}(),_=L.ready,P=L.registerReady,M=n.useRef(!1),D=n.useRef(j),I=n.useRef(k),N=n.useRef($);n.useEffect((function(){D.current=j,I.current=k,N.current=$}),[k,j,$]);var V,z,A=Ms((function(){return{y:0,ready:0,maxHeight:0,minSnap:0,maxSnap:0}})),B=A[0],H=A[1],F=n.useRef(null),Z=n.useRef(null),G=n.useRef(null),q=n.useRef(null),W=n.useRef(null),U=n.useRef(null),X=n.useRef(0),Y=n.useRef(),K=n.useRef(!1),J=(V=n.useMemo((function(){return"undefined"!=typeof window?window.matchMedia("(prefers-reduced-motion: reduce)"):null}),[]),z=n.useRef(null==V?void 0:V.matches),n.useDebugValue(z.current?"reduce":"no-preference"),n.useEffect((function(){var e=function(e){z.current=e.matches};return null==V||V.addListener(e),function(){return null==V?void 0:V.removeListener(e)}}),[V]),z),Q=function(e){var t=e.targetRef,r=e.enabled,i=e.reserveScrollBarGap,o=n.useRef({activate:function(){throw new TypeError("Tried to activate scroll lock too early")},deactivate:function(){}});return n.useDebugValue(r?"Enabled":"Disabled"),n.useEffect((function(){if(!r)return o.current.deactivate(),void(o.current={activate:function(){},deactivate:function(){}});var e=t.current,n=!1;o.current={activate:function(){n||(n=!0,Fc(e,{allowTouchMove:function(e){return e.closest("[data-body-scroll-lock-ignore]")},reserveScrollBarGap:i}))},deactivate:function(){n&&(n=!1,Zc(e))}}}),[r,t,i]),o}({targetRef:Z,enabled:_&&C,reserveScrollBarGap:E}),ee=function(e){var t=e.targetRef,r=e.enabled,i=n.useRef({activate:function(){throw new TypeError("Tried to activate aria hider too early")},deactivate:function(){}});return n.useDebugValue(r?"Enabled":"Disabled"),n.useEffect((function(){if(!r)return i.current.deactivate(),void(i.current={activate:function(){},deactivate:function(){}});var e=t.current,n=!1,o=[],a=[];i.current={activate:function(){if(!n){n=!0;var t=e.parentNode;document.querySelectorAll("body > *").forEach((function(e){if(e!==t){var n=e.getAttribute("aria-hidden");null!==n&&"false"!==n||(o.push(n),a.push(e),e.setAttribute("aria-hidden","true"))}}))}},deactivate:function(){n&&(n=!1,a.forEach((function(e,t){var n=o[t];null===n?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n)})),o=[],a=[])}}}),[t,r]),i}({targetRef:F,enabled:_&&m}),te=function(e){var t=e.targetRef,r=e.fallbackRef,i=e.initialFocusRef,o=e.enabled,a=n.useRef({activate:function(){throw new TypeError("Tried to activate focus trap too early")},deactivate:function(){}});return n.useDebugValue(o?"Enabled":"Disabled"),n.useEffect((function(){if(!o)return a.current.deactivate(),void(a.current={activate:function(){},deactivate:function(){}});var e=r.current,n=Lc(t.current,{onActivate:void 0,initialFocus:i?function(){return(null==i?void 0:i.current)||e}:void 0,fallbackFocus:e,escapeDeactivates:!1,clickOutsideDeactivates:!1}),s=!1;a.current={activate:function(){try{return s?Promise.resolve():(s=!0,Promise.resolve(n.activate()).then((function(){return Promise.resolve(new Promise((function(e){return setTimeout((function(){return e(void 0)}),0)}))).then((function(){}))})))}catch(e){return Promise.reject(e)}},deactivate:function(){s&&(s=!1,n.deactivate())}}}),[o,r,i,t]),a}({targetRef:F,fallbackRef:U,initialFocusRef:u||void 0,enabled:_&&m&&!1!==u}),ne=function(e){var t=e.getSnapPoints,r=e.heightRef,i=e.lastSnapRef,o=e.ready,a=function(e){var t=e.contentRef,r=e.controlledMaxHeight,i=e.footerEnabled,o=e.footerRef,a=e.headerEnabled,s=e.headerRef,l=e.registerReady,c=e.resizeSourceRef,d=n.useMemo((function(){return l("contentHeight")}),[l]),u=function(e,t,r){var i=n.useMemo((function(){return t("maxHeight")}),[t]),o=n.useState((function(){return Md(e)||"undefined"!=typeof window?window.innerHeight:0})),a=o[0],s=o[1],l=a>0,c=n.useRef(0);return n.useDebugValue(e?"controlled":"auto"),n.useEffect((function(){l&&i()}),[l,i]),_d((function(){if(e)return s(Md(e)),void(r.current="maxheightprop");var t=function(){c.current||(c.current=requestAnimationFrame((function(){s(window.innerHeight),r.current="window",c.current=0})))};return window.addEventListener("resize",t),s(window.innerHeight),r.current="window",i(),function(){window.removeEventListener("resize",t),cancelAnimationFrame(c.current)}}),[e,i,r]),a}(r,l,c),p=Id(s,{label:"headerHeight",enabled:a,resizeSourceRef:c}),h=Id(t,{label:"contentHeight",enabled:!0,resizeSourceRef:c}),f=Id(o,{label:"footerHeight",enabled:i,resizeSourceRef:c}),x=Math.min(u-p-f,h)+p+f;n.useDebugValue("minHeight: "+x);var g=h>0;return n.useEffect((function(){g&&d()}),[g,d]),{maxHeight:u,minHeight:x,headerHeight:p,footerHeight:f}}({contentRef:e.contentRef,controlledMaxHeight:e.controlledMaxHeight,footerEnabled:e.footerEnabled,footerRef:e.footerRef,headerEnabled:e.headerEnabled,headerRef:e.headerRef,registerReady:e.registerReady,resizeSourceRef:e.resizeSourceRef}),s=a.maxHeight,l=a.minHeight,c=a.headerHeight,d=a.footerHeight,u=function(e,t){var n=[].concat(e).map(Md).reduce((function(e,n){return e.add(Pd(n,0,t)),e}),new Set),r=Array.from(n),i=Math.min.apply(Math,r);if(Number.isNaN(i))throw new TypeError("minSnap is NaN");var o=Math.max.apply(Math,r);if(Number.isNaN(o))throw new TypeError("maxSnap is NaN");return{snapPoints:r,minSnap:i,maxSnap:o}}(o?t({height:r.current,footerHeight:d,headerHeight:c,minHeight:l,maxHeight:s}):[0],s),p=u.snapPoints,h=u.minSnap,f=u.maxSnap;return n.useDebugValue("minSnap: "+h+", maxSnap:"+f),{minSnap:h,maxSnap:f,findSnap:function(e){var t=Md("function"==typeof e?e({footerHeight:d,headerHeight:c,height:r.current,minHeight:l,maxHeight:s,snapPoints:p,lastSnap:i.current}):e);return p.reduce((function(e,n){return Math.abs(n-t)<Math.abs(e-t)?n:e}),h)},maxHeight:s}}({contentRef:G,controlledMaxHeight:h,footerEnabled:!!a,footerRef:W,getSnapPoints:v,headerEnabled:!1!==s,headerRef:q,heightRef:X,lastSnapRef:d,ready:_,registerReady:P,resizeSourceRef:Y}),re=ne.minSnap,ie=ne.maxSnap,oe=ne.maxHeight,ae=ne.findSnap,se=n.useRef(oe),le=n.useRef(re),ce=n.useRef(ie),de=n.useRef(ae),ue=n.useRef(0);_d((function(){se.current=oe,ce.current=ie,le.current=re,de.current=ae,ue.current=ae(x)}),[ae,x,oe,ie,re]);var pe=n.useCallback((function(e){var t=e.onRest,n=e.config,r=(n=void 0===n?{}:n).velocity,i=void 0===r?1:r,o=Ld(n,Hd),a=Ld(e,Fd);return new Promise((function(e){return H(Td({},a,{config:Td({velocity:i},o,{mass:1,tension:Gd,friction:Math.max(qd,qd+(qd-qd*i))}),onRest:function(){var n=[].slice.call(arguments);e.apply(void 0,n),null==t||t.apply(void 0,n)}}))}))}),[H]),he=os(Ad,{devTools:!1,actions:{onOpenCancel:n.useCallback((function(){return null==I.current?void 0:I.current({type:"OPEN"})}),[]),onSnapCancel:n.useCallback((function(e){return null==I.current?void 0:I.current({type:"SNAP",source:e.snapSource})}),[]),onCloseCancel:n.useCallback((function(){return null==I.current?void 0:I.current({type:"CLOSE"})}),[]),onResizeCancel:n.useCallback((function(){return null==I.current?void 0:I.current({type:"RESIZE",source:Y.current})}),[]),onOpenEnd:n.useCallback((function(){return null==N.current?void 0:N.current({type:"OPEN"})}),[]),onSnapEnd:n.useCallback((function(e,t){return null==N.current?void 0:N.current({type:"SNAP",source:e.snapSource})}),[]),onResizeEnd:n.useCallback((function(){return null==N.current?void 0:N.current({type:"RESIZE",source:Y.current})}),[])},context:{initialState:c},services:{onSnapStart:n.useCallback((function(e,t){try{return Promise.resolve(null==D.current?void 0:D.current({type:"SNAP",source:t.payload.source||"custom"}))}catch(e){return Promise.reject(e)}}),[]),onOpenStart:n.useCallback((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseStart:n.useCallback((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeStart:n.useCallback((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"RESIZE",source:Y.current}))}catch(e){return Promise.reject(e)}}),[]),onSnapEnd:n.useCallback((function(e,t){try{return Promise.resolve(null==N.current?void 0:N.current({type:"SNAP",source:e.snapSource}))}catch(e){return Promise.reject(e)}}),[]),onOpenEnd:n.useCallback((function(){try{return Promise.resolve(null==N.current?void 0:N.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseEnd:n.useCallback((function(){try{return Promise.resolve(null==N.current?void 0:N.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeEnd:n.useCallback((function(){try{return Promise.resolve(null==N.current?void 0:N.current({type:"RESIZE",source:Y.current}))}catch(e){return Promise.reject(e)}}),[]),renderVisuallyHidden:n.useCallback((function(e,t){try{return Promise.resolve(pe({y:ue.current,ready:0,maxHeight:se.current,maxSnap:ce.current,minSnap:ue.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[pe]),activate:n.useCallback((function(e,t){try{return M.current=!0,Promise.resolve(Promise.all([Q.current.activate(),te.current.activate(),ee.current.activate()])).then((function(){}))}catch(e){return Promise.reject(e)}}),[ee,te,Q]),deactivate:n.useCallback((function(){try{return Q.current.deactivate(),te.current.deactivate(),ee.current.deactivate(),M.current=!1,Promise.resolve()}catch(e){return Promise.reject(e)}}),[ee,te,Q]),openImmediately:n.useCallback((function(){try{return X.current=ue.current,Promise.resolve(pe({y:ue.current,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:ue.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[pe]),openSmoothly:n.useCallback((function(){try{return Promise.resolve(pe({y:0,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:ue.current,immediate:!0})).then((function(){return X.current=ue.current,Promise.resolve(pe({y:ue.current,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:ue.current,immediate:J.current})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[pe,J]),snapSmoothly:n.useCallback((function(e,t){try{var n=de.current(e.y);return X.current=n,d.current=n,Promise.resolve(pe({y:n,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:le.current,immediate:J.current,config:{velocity:e.velocity}})).then((function(){}))}catch(e){return Promise.reject(e)}}),[pe,d,J]),resizeSmoothly:n.useCallback((function(){try{var e=de.current(X.current);return X.current=e,d.current=e,Promise.resolve(pe({y:e,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:le.current,immediate:"element"!==Y.current||J.current})).then((function(){}))}catch(e){return Promise.reject(e)}}),[pe,d,J]),closeSmoothly:n.useCallback((function(e,t){try{return pe({minSnap:X.current,immediate:!0}),X.current=0,Promise.resolve(pe({y:0,maxHeight:se.current,maxSnap:ce.current,immediate:J.current})).then((function(){return Promise.resolve(pe({ready:0,immediate:!0})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[pe,J])}}),fe=he[0],xe=he[1];n.useEffect((function(){_&&xe(l?"OPEN":"CLOSE")}),[l,xe,_]),_d((function(){(oe||ie||re)&&xe("RESIZE")}),[oe,ie,re,xe]),n.useEffect((function(){return function(){Q.current.deactivate(),te.current.deactivate(),ee.current.deactivate()}}),[ee,te,Q]),n.useImperativeHandle(t,(function(){return{snapTo:function(e,t){var n=void 0===t?{}:t,r=n.velocity,i=void 0===r?1:r,o=n.source,a=void 0===o?"custom":o;xe("SNAP",{payload:{y:de.current(e),velocity:i,source:a}})},get height(){return X.current}}}),[xe]),n.useEffect((function(){var e=Z.current,t=function(e){K.current&&e.preventDefault()},n=function(t){e.scrollTop<0&&(requestAnimationFrame((function(){e.style.overflow="hidden",e.scrollTop=0,e.style.removeProperty("overflow")})),t.preventDefault())};return R&&(e.addEventListener("scroll",t),e.addEventListener("touchmove",t),e.addEventListener("touchstart",n)),function(){e.removeEventListener("scroll",t),e.removeEventListener("touchmove",t),e.removeEventListener("touchstart",n)}}),[R,Z]);var ge=tc((function(e){var t=e.args,n=(t=void 0===t?[]:t)[0],r=(n=void 0===n?{}:n).closeOnTap,i=void 0!==r&&r,o=n.isContentDragging,a=void 0!==o&&o,s=e.cancel,l=e.direction[1],c=e.down,d=e.first,u=e.last,h=e.memo,f=void 0===h?B.y.getValue():h,x=e.tap,g=e.velocity,v=-1*e.movement[1];if(!M.current)return s(),f;if(p&&i&&x)return s(),setTimeout((function(){return p()}),0),f;if(x)return f;var b=f+v,m=v*g,y=Math.max(le.current,Math.min(ce.current,b+2*m));if(!c&&p&&l>0&&b+m<le.current/2)return s(),p(),f;var C=c?p||le.current!==ce.current?gl(b,p?0:le.current,ce.current,.55):b<le.current?gl(b,le.current,2*ce.current,.55):gl(b,le.current/2,ce.current,.55):y;return R&&a?(C>=ce.current&&(C=ce.current),f===ce.current&&Z.current.scrollTop>0&&(C=ce.current),K.current=C<ce.current):K.current=!1,d&&xe("DRAG"),u?(xe("SNAP",{payload:{y:C,velocity:g>.05?g:1,source:"dragging"}}),f):(H({y:C,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:le.current,immediate:!0,config:{velocity:g}}),f)}),{filterTaps:!0});if(Number.isNaN(ce.current))throw new TypeError("maxSnapRef is NaN!!");if(Number.isNaN(le.current))throw new TypeError("minSnapRef is NaN!!");var ve=function(e){var t,n=e.spring,r=Os([n.y,n.maxHeight],(function(e,t){return Math.round(Pd(t-e,0,16))+"px"})),i=Os([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return Pd(e,t,n)+"px"})),o=Os([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return e<t?t-e+"px":e>n?n-e+"px":"0px"})),a=Os([n.y,n.maxSnap],(function(e,t){return e>=t?Math.ceil(e-t):0})),s=Os([n.y,n.minSnap],(function(e,t){if(!t)return 0;var n=Math.max(t/2-45,0);return Pd((e-n)*(1/(Math.min(t/2+45,t)-n)+0),0,1)})),l=Os([n.y,n.minSnap],(function(e,t){return t?Pd(e/t,0,1):0}));return(t={})["--rsbs-content-opacity"]=s,t["--rsbs-backdrop-opacity"]=l,t["--rsbs-antigap-scale-y"]=a,t["--rsbs-overlay-translate-y"]=o,t["--rsbs-overlay-rounded"]=r,t["--rsbs-overlay-h"]=i,t}({spring:B});return n.createElement(dl.div,Td({},T,{"data-rsbs-root":!0,"data-rsbs-state":Ud.find(fe.matches),"data-rsbs-is-blocking":m,"data-rsbs-is-dismissable":!!p,"data-rsbs-has-header":!!s,"data-rsbs-has-footer":!!a,className:o,ref:F,style:Td({},ve,w,{opacity:B.ready})}),i,m&&n.createElement("div",Td({key:"backdrop","data-rsbs-backdrop":!0},ge({closeOnTap:!0}))),n.createElement("div",{key:"overlay","aria-modal":"true",role:"dialog","data-rsbs-overlay":!0,tabIndex:-1,ref:U,onKeyDown:function(e){"Escape"===e.key&&(e.stopPropagation(),p&&p())}},!1!==s&&n.createElement("div",Td({key:"header","data-rsbs-header":!0,ref:q},ge()),s),n.createElement("div",Td({key:"scroll","data-rsbs-scroll":!0,ref:Z},R?ge({isContentDragging:!0}):{}),n.createElement("div",{"data-rsbs-content":!0,ref:G},r)),a&&n.createElement("div",Td({key:"footer",ref:W,"data-rsbs-footer":!0},ge()),a)))})),Ud=["closed","opening","open","closing","dragging","snapping","resizing"];function Xd(e){var t=e.lastSnap;return null!=t?t:Math.min.apply(Math,e.snapPoints)}function Yd(e){return e.minHeight}var Kd=["onSpringStart","onSpringEnd","skipInitialTransition"],Jd=n.forwardRef((function(e,t){var r=e.onSpringStart,i=e.onSpringEnd,o=e.skipInitialTransition,a=Ld(e,Kd),s=n.useState(!1),l=s[0],c=s[1],d=n.useRef(),u=n.useRef(null),p=n.useRef(o&&a.open?"OPEN":"CLOSED");_d((function(){if(a.open)return cancelAnimationFrame(d.current),c(!0),function(){p.current="CLOSED"}}),[a.open]);var h=n.useCallback((function(e){return Promise.resolve(null==r?void 0:r(e)).then((function(){"OPEN"===e.type&&cancelAnimationFrame(d.current)}))}),[r]),f=n.useCallback((function(e){return Promise.resolve(null==i?void 0:i(e)).then((function(){"CLOSE"===e.type&&(d.current=requestAnimationFrame((function(){return c(!1)})))}))}),[i]);return l?n.createElement(Wi,{"data-rsbs-portal":!0},n.createElement(Wd,Td({},a,{lastSnapRef:u,ref:t,initialState:p.current,onSpringStart:h,onSpringEnd:f}))):null}));const Qd=(e,t)=>r.css`
|
|
2260
|
+
function jc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function kc(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?jc(Object(n),!0).forEach((function(t){$c(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):jc(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function $c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Sc,Ec=(Sc=[],{activateTrap:function(e){if(Sc.length>0){var t=Sc[Sc.length-1];t!==e&&t.pause()}var n=Sc.indexOf(e);-1===n||Sc.splice(n,1),Sc.push(e)},deactivateTrap:function(e){var t=Sc.indexOf(e);-1!==t&&Sc.splice(t,1),Sc.length>0&&Sc[Sc.length-1].unpause()}}),Oc=function(e){return setTimeout(e,0)},Rc=function(e,t){var n=-1;return e.every((function(e,r){return!t(e)||(n=r,!1)})),n},Tc=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return"function"==typeof e?e.apply(void 0,n):e},Lc=function(e){return e.target.shadowRoot&&"function"==typeof e.composedPath?e.composedPath()[0]:e.target},_c=function(e,t){var n,r=(null==t?void 0:t.document)||document,i=kc({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0},t),o={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},a=function(e,t,n){return e&&void 0!==e[t]?e[t]:i[n||t]},s=function(e){return o.containerGroups.findIndex((function(t){var n=t.container,r=t.tabbableNodes;return n.contains(e)||r.find((function(t){return t===e}))}))},l=function(e){var t=i[e];if("function"==typeof t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;a++)o[a-1]=arguments[a];t=t.apply(void 0,o)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error("`".concat(e,"` was specified but was not a node, or did not return a node"))}var s=t;if("string"==typeof t&&!(s=r.querySelector(t)))throw new Error("`".concat(e,"` as selector refers to no known node"));return s},c=function(){var e=l("initialFocus");if(!1===e)return!1;if(void 0===e)if(s(r.activeElement)>=0)e=r.activeElement;else{var t=o.tabbableGroups[0];e=t&&t.firstTabbableNode||l("fallbackFocus")}if(!e)throw new Error("Your focus-trap needs to have at least one focusable element");return e},d=function(){if(o.containerGroups=o.containers.map((function(e){var t,n,r=mc(e,i.tabbableOptions),o=(t=e,(n=(n=i.tabbableOptions)||{}).getShadowRoot?cc([t],n.includeContainer,{filter:xc.bind(null,n),flatten:!0,getShadowRoot:n.getShadowRoot}):lc(t,n.includeContainer,xc.bind(null,n)));return{container:e,tabbableNodes:r,focusableNodes:o,firstTabbableNode:r.length>0?r[0]:null,lastTabbableNode:r.length>0?r[r.length-1]:null,nextTabbableNode:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=o.findIndex((function(t){return t===e}));if(!(n<0))return t?o.slice(n+1).find((function(e){return yc(e,i.tabbableOptions)})):o.slice(0,n).reverse().find((function(e){return yc(e,i.tabbableOptions)}))}}})),o.tabbableGroups=o.containerGroups.filter((function(e){return e.tabbableNodes.length>0})),o.tabbableGroups.length<=0&&!l("fallbackFocus"))throw new Error("Your focus-trap must have at least one container with at least one tabbable node in it at all times")},u=function e(t){!1!==t&&t!==r.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),o.mostRecentlyFocusedNode=t,function(e){return e.tagName&&"input"===e.tagName.toLowerCase()&&"function"==typeof e.select}(t)&&t.select()):e(c()))},p=function(e){var t=l("setReturnFocus",e);return t||!1!==t&&e},h=function(e){var t=Lc(e);s(t)>=0||(Tc(i.clickOutsideDeactivates,e)?n.deactivate({returnFocus:i.returnFocusOnDeactivate&&!wc(t,i.tabbableOptions)}):Tc(i.allowOutsideClick,e)||e.preventDefault())},f=function(e){var t=Lc(e),n=s(t)>=0;n||t instanceof Document?n&&(o.mostRecentlyFocusedNode=t):(e.stopImmediatePropagation(),u(o.mostRecentlyFocusedNode||c()))},x=function(e){if(function(e){return"Escape"===e.key||"Esc"===e.key||27===e.keyCode}(e)&&!1!==Tc(i.escapeDeactivates,e))return e.preventDefault(),void n.deactivate();(function(e){return"Tab"===e.key||9===e.keyCode})(e)&&function(e){var t=Lc(e);d();var n=null;if(o.tabbableGroups.length>0){var r=s(t),a=r>=0?o.containerGroups[r]:void 0;if(r<0)n=e.shiftKey?o.tabbableGroups[o.tabbableGroups.length-1].lastTabbableNode:o.tabbableGroups[0].firstTabbableNode;else if(e.shiftKey){var c=Rc(o.tabbableGroups,(function(e){var n=e.firstTabbableNode;return t===n}));if(c<0&&(a.container===t||wc(t,i.tabbableOptions)&&!yc(t,i.tabbableOptions)&&!a.nextTabbableNode(t,!1))&&(c=r),c>=0){var p=0===c?o.tabbableGroups.length-1:c-1;n=o.tabbableGroups[p].lastTabbableNode}}else{var h=Rc(o.tabbableGroups,(function(e){var n=e.lastTabbableNode;return t===n}));if(h<0&&(a.container===t||wc(t,i.tabbableOptions)&&!yc(t,i.tabbableOptions)&&!a.nextTabbableNode(t))&&(h=r),h>=0){var f=h===o.tabbableGroups.length-1?0:h+1;n=o.tabbableGroups[f].firstTabbableNode}}}else n=l("fallbackFocus");n&&(e.preventDefault(),u(n))}(e)},g=function(e){var t=Lc(e);s(t)>=0||Tc(i.clickOutsideDeactivates,e)||Tc(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},v=function(){if(o.active)return Ec.activateTrap(n),o.delayInitialFocusTimer=i.delayInitialFocus?Oc((function(){u(c())})):u(c()),r.addEventListener("focusin",f,!0),r.addEventListener("mousedown",h,{capture:!0,passive:!1}),r.addEventListener("touchstart",h,{capture:!0,passive:!1}),r.addEventListener("click",g,{capture:!0,passive:!1}),r.addEventListener("keydown",x,{capture:!0,passive:!1}),n},b=function(){if(o.active)return r.removeEventListener("focusin",f,!0),r.removeEventListener("mousedown",h,!0),r.removeEventListener("touchstart",h,!0),r.removeEventListener("click",g,!0),r.removeEventListener("keydown",x,!0),n};return(n={get active(){return o.active},get paused(){return o.paused},activate:function(e){if(o.active)return this;var t=a(e,"onActivate"),n=a(e,"onPostActivate"),i=a(e,"checkCanFocusTrap");i||d(),o.active=!0,o.paused=!1,o.nodeFocusedBeforeActivation=r.activeElement,t&&t();var s=function(){i&&d(),v(),n&&n()};return i?(i(o.containers.concat()).then(s,s),this):(s(),this)},deactivate:function(e){if(!o.active)return this;var t=kc({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(o.delayInitialFocusTimer),o.delayInitialFocusTimer=void 0,b(),o.active=!1,o.paused=!1,Ec.deactivateTrap(n);var r=a(t,"onDeactivate"),s=a(t,"onPostDeactivate"),l=a(t,"checkCanReturnFocus"),c=a(t,"returnFocus","returnFocusOnDeactivate");r&&r();var d=function(){Oc((function(){c&&u(p(o.nodeFocusedBeforeActivation)),s&&s()}))};return c&&l?(l(p(o.nodeFocusedBeforeActivation)).then(d,d),this):(d(),this)},pause:function(){return o.paused||!o.active||(o.paused=!0,b()),this},unpause:function(){return o.paused&&o.active?(o.paused=!1,d(),v(),this):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return o.containers=t.map((function(e){return"string"==typeof e?r.querySelector(e):e})),o.active&&d(),this}}).updateContainerElements(e),n};var Pc=!1;if("undefined"!=typeof window){var Mc={get passive(){Pc=!0}};window.addEventListener("testPassive",null,Mc),window.removeEventListener("testPassive",null,Mc)}var Dc,Ic="undefined"!=typeof window&&window.navigator&&window.navigator.platform&&(/iP(ad|hone|od)/.test(window.navigator.platform)||"MacIntel"===window.navigator.platform&&window.navigator.maxTouchPoints>1),Nc=[],Vc=!1,zc=-1,Ac=void 0,Bc=void 0,Hc=function(e){return Nc.some((function(t){return!(!t.options.allowTouchMove||!t.options.allowTouchMove(e))}))},Fc=function(e){var t=e||window.event;return!!Hc(t.target)||(t.touches.length>1||(t.preventDefault&&t.preventDefault(),!1))},Zc=function(e,t){if(e){if(!Nc.some((function(t){return t.targetElement===e}))){var n={targetElement:e,options:t||{}};Nc=[].concat(function(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);t<e.length;t++)n[t]=e[t];return n}return Array.from(e)}(Nc),[n]),Ic?(e.ontouchstart=function(e){1===e.targetTouches.length&&(zc=e.targetTouches[0].clientY)},e.ontouchmove=function(t){1===t.targetTouches.length&&function(e,t){var n=e.targetTouches[0].clientY-zc;!Hc(e.target)&&(t&&0===t.scrollTop&&n>0||function(e){return!!e&&e.scrollHeight-e.scrollTop<=e.clientHeight}(t)&&n<0?Fc(e):e.stopPropagation())}(t,e)},Vc||(document.addEventListener("touchmove",Fc,Pc?{passive:!1}:void 0),Vc=!0)):function(e){if(void 0===Bc){var t=!!e&&!0===e.reserveScrollBarGap,n=window.innerWidth-document.documentElement.clientWidth;t&&n>0&&(Bc=document.body.style.paddingRight,document.body.style.paddingRight=n+"px")}void 0===Ac&&(Ac=document.body.style.overflow,document.body.style.overflow="hidden")}(t)}}else console.error("disableBodyScroll unsuccessful - targetElement must be provided when calling disableBodyScroll on IOS devices.")},Gc=function(e){e?(Nc=Nc.filter((function(t){return t.targetElement!==e})),Ic?(e.ontouchstart=null,e.ontouchmove=null,Vc&&0===Nc.length&&(document.removeEventListener("touchmove",Fc,Pc?{passive:!1}:void 0),Vc=!1)):Nc.length||(void 0!==Bc&&(document.body.style.paddingRight=Bc,Bc=void 0),void 0!==Ac&&(document.body.style.overflow=Ac,Ac=void 0))):console.error("enableBodyScroll unsuccessful - targetElement must be provided when calling enableBodyScroll on IOS devices.")},qc=[],Wc="ResizeObserver loop completed with undelivered notifications.";!function(e){e.BORDER_BOX="border-box",e.CONTENT_BOX="content-box",e.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(Dc||(Dc={}));var Uc,Xc=function(e){return Object.freeze(e)},Yc=function(e,t){this.inlineSize=e,this.blockSize=t,Xc(this)},Kc=function(){function e(e,t,n,r){return this.x=e,this.y=t,this.width=n,this.height=r,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,Xc(this)}return e.prototype.toJSON=function(){var e=this;return{x:e.x,y:e.y,top:e.top,right:e.right,bottom:e.bottom,left:e.left,width:e.width,height:e.height}},e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)},e}(),Jc=function(e){return e instanceof SVGElement&&"getBBox"in e},Qc=function(e){if(Jc(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,o=i.offsetWidth,a=i.offsetHeight;return!(o||a||e.getClientRects().length)},ed=function(e){var t;if(e instanceof Element)return!0;var n=null===(t=null==e?void 0:e.ownerDocument)||void 0===t?void 0:t.defaultView;return!!(n&&e instanceof n.Element)},td="undefined"!=typeof window?window:{},nd=new WeakMap,rd=/auto|scroll/,id=/^tb|vertical/,od=/msie|trident/i.test(td.navigator&&td.navigator.userAgent),ad=function(e){return parseFloat(e||"0")},sd=function(e,t,n){return void 0===e&&(e=0),void 0===t&&(t=0),void 0===n&&(n=!1),new Yc((n?t:e)||0,(n?e:t)||0)},ld=Xc({devicePixelContentBoxSize:sd(),borderBoxSize:sd(),contentBoxSize:sd(),contentRect:new Kc(0,0,0,0)}),cd=function(e,t){if(void 0===t&&(t=!1),nd.has(e)&&!t)return nd.get(e);if(Qc(e))return nd.set(e,ld),ld;var n=getComputedStyle(e),r=Jc(e)&&e.ownerSVGElement&&e.getBBox(),i=!od&&"border-box"===n.boxSizing,o=id.test(n.writingMode||""),a=!r&&rd.test(n.overflowY||""),s=!r&&rd.test(n.overflowX||""),l=r?0:ad(n.paddingTop),c=r?0:ad(n.paddingRight),d=r?0:ad(n.paddingBottom),u=r?0:ad(n.paddingLeft),p=r?0:ad(n.borderTopWidth),h=r?0:ad(n.borderRightWidth),f=r?0:ad(n.borderBottomWidth),x=u+c,g=l+d,v=(r?0:ad(n.borderLeftWidth))+h,b=p+f,m=s?e.offsetHeight-b-e.clientHeight:0,y=a?e.offsetWidth-v-e.clientWidth:0,C=i?x+v:0,w=i?g+b:0,j=r?r.width:ad(n.width)-C-y,k=r?r.height:ad(n.height)-w-m,$=j+x+y+v,S=k+g+m+b,E=Xc({devicePixelContentBoxSize:sd(Math.round(j*devicePixelRatio),Math.round(k*devicePixelRatio),o),borderBoxSize:sd($,S,o),contentBoxSize:sd(j,k,o),contentRect:new Kc(u,l,j,k)});return nd.set(e,E),E},dd=function(e,t,n){var r=cd(e,n),i=r.borderBoxSize,o=r.contentBoxSize,a=r.devicePixelContentBoxSize;switch(t){case Dc.DEVICE_PIXEL_CONTENT_BOX:return a;case Dc.BORDER_BOX:return i;default:return o}},ud=function(e){var t=cd(e);this.target=e,this.contentRect=t.contentRect,this.borderBoxSize=Xc([t.borderBoxSize]),this.contentBoxSize=Xc([t.contentBoxSize]),this.devicePixelContentBoxSize=Xc([t.devicePixelContentBoxSize])},pd=function(e){if(Qc(e))return 1/0;for(var t=0,n=e.parentNode;n;)t+=1,n=n.parentNode;return t},hd=function(){var e=1/0,t=[];qc.forEach((function(n){if(0!==n.activeTargets.length){var r=[];n.activeTargets.forEach((function(t){var n=new ud(t.target),i=pd(t.target);r.push(n),t.lastReportedSize=dd(t.target,t.observedBox),i<e&&(e=i)})),t.push((function(){n.callback.call(n.observer,r,n.observer)})),n.activeTargets.splice(0,n.activeTargets.length)}}));for(var n=0,r=t;n<r.length;n++){(0,r[n])()}return e},fd=function(e){qc.forEach((function(t){t.activeTargets.splice(0,t.activeTargets.length),t.skippedTargets.splice(0,t.skippedTargets.length),t.observationTargets.forEach((function(n){n.isActive()&&(pd(n.target)>e?t.activeTargets.push(n):t.skippedTargets.push(n))}))}))},xd=function(){var e=0;for(fd(e);qc.some((function(e){return e.activeTargets.length>0}));)e=hd(),fd(e);return qc.some((function(e){return e.skippedTargets.length>0}))&&function(){var e;"function"==typeof ErrorEvent?e=new ErrorEvent("error",{message:Wc}):((e=document.createEvent("Event")).initEvent("error",!1,!1),e.message=Wc),window.dispatchEvent(e)}(),e>0},gd=[],vd=function(e){if(!Uc){var t=0,n=document.createTextNode("");new MutationObserver((function(){return gd.splice(0).forEach((function(e){return e()}))})).observe(n,{characterData:!0}),Uc=function(){n.textContent="".concat(t?t--:t++)}}gd.push(e),Uc()},bd=0,md={attributes:!0,characterData:!0,childList:!0,subtree:!0},yd=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],Cd=function(e){return void 0===e&&(e=0),Date.now()+e},wd=!1,jd=new(function(){function e(){var e=this;this.stopped=!0,this.listener=function(){return e.schedule()}}return e.prototype.run=function(e){var t=this;if(void 0===e&&(e=250),!wd){wd=!0;var n,r=Cd(e);n=function(){var n=!1;try{n=xd()}finally{if(wd=!1,e=r-Cd(),!bd)return;n?t.run(1e3):e>0?t.run(e):t.start()}},vd((function(){requestAnimationFrame(n)}))}},e.prototype.schedule=function(){this.stop(),this.run()},e.prototype.observe=function(){var e=this,t=function(){return e.observer&&e.observer.observe(document.body,md)};document.body?t():td.addEventListener("DOMContentLoaded",t)},e.prototype.start=function(){var e=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),yd.forEach((function(t){return td.addEventListener(t,e.listener,!0)})))},e.prototype.stop=function(){var e=this;this.stopped||(this.observer&&this.observer.disconnect(),yd.forEach((function(t){return td.removeEventListener(t,e.listener,!0)})),this.stopped=!0)},e}()),kd=function(e){!bd&&e>0&&jd.start(),!(bd+=e)&&jd.stop()},$d=function(){function e(e,t){this.target=e,this.observedBox=t||Dc.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return e.prototype.isActive=function(){var e=dd(this.target,this.observedBox,!0);return function(e){return!Jc(e)&&!function(e){switch(e.tagName){case"INPUT":if("image"!==e.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(e)&&"inline"===getComputedStyle(e).display}(this.target)&&(this.lastReportedSize=e),this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize},e}(),Sd=function(e,t){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=e,this.callback=t},Ed=new WeakMap,Od=function(e,t){for(var n=0;n<e.length;n+=1)if(e[n].target===t)return n;return-1},Rd=function(){function e(){}return e.connect=function(e,t){var n=new Sd(e,t);Ed.set(e,n)},e.observe=function(e,t,n){var r=Ed.get(e),i=0===r.observationTargets.length;Od(r.observationTargets,t)<0&&(i&&qc.push(r),r.observationTargets.push(new $d(t,n&&n.box)),kd(1),jd.schedule())},e.unobserve=function(e,t){var n=Ed.get(e),r=Od(n.observationTargets,t),i=1===n.observationTargets.length;r>=0&&(i&&qc.splice(qc.indexOf(n),1),n.observationTargets.splice(r,1),kd(-1))},e.disconnect=function(e){var t=this,n=Ed.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)})),n.activeTargets.splice(0,n.activeTargets.length)},e}(),Td=function(){function e(e){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof e)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Rd.connect(this,e)}return e.prototype.observe=function(e,t){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!ed(e))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Rd.observe(this,e,t)},e.prototype.unobserve=function(e){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!ed(e))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Rd.unobserve(this,e)},e.prototype.disconnect=function(){Rd.disconnect(this)},e.toString=function(){return"function ResizeObserver () { [polyfill code] }"},e}();function Ld(){return Ld=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},Ld.apply(this,arguments)}function _d(e,t){if(null==e)return{};var n,r,i={},o=Object.keys(e);for(r=0;r<o.length;r++)t.indexOf(n=o[r])>=0||(i[n]=e[n]);return i}var Pd="undefined"!=typeof window?n.useLayoutEffect:n.useEffect;function Md(e,t,n){return t=(t=+t)==t?t:0,n=(n=+n)==n?n:0,(e=+e)==e&&(e=(e=e<=n?e:n)>=t?e:t),e}function Dd(e){var t=Math.round(e);if(Number.isNaN(e))throw new TypeError("Found a NaN! Check your snapPoints / defaultSnap / snapTo ");return t}var Id={box:"border-box"};function Nd(e,t){var r=t.label,i=t.enabled,o=t.resizeSourceRef,a=n.useState(0),s=a[0],l=a[1];n.useDebugValue(r+": "+s);var c=n.useCallback((function(e){l(e[0].borderBoxSize[0].blockSize),o.current="element"}),[o]);return Pd((function(){if(e.current&&i){var t=new Td(c);return t.observe(e.current,Id),function(){t.disconnect()}}}),[e,c,i]),i?s:0}function Vd(e){return void 0===e&&(e=1e3),new Promise((function(t){return setTimeout(t,e)}))}var zd={DRAG:{target:"#overlay.dragging",actions:"onOpenEnd"}},Ad={RESIZE:{target:"#overlay.resizing",actions:"onOpenEnd"}},Bd=function(e,t,n){return void 0===n&&(n=e.context),new Ga(e,t,n)}({id:"overlay",initial:"closed",context:{initialState:"CLOSED"},states:{closed:{on:{OPEN:"opening",CLOSE:void 0}},opening:{initial:"start",states:{start:{invoke:{src:"onOpenStart",onDone:"transition"}},transition:{always:[{target:"immediately",cond:"initiallyOpen"},{target:"smoothly",cond:"initiallyClosed"}]},immediately:{initial:"open",states:{open:{invoke:{src:"openImmediately",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"#overlay.opening.end"},on:Ld({},zd,Ad)}}},smoothly:{initial:"visuallyHidden",states:{visuallyHidden:{invoke:{src:"renderVisuallyHidden",onDone:"activating"}},activating:{invoke:{src:"activate",onDone:"open"}},open:{invoke:{src:"openSmoothly",onDone:"#overlay.opening.end"},on:Ld({},zd,Ad)}}},end:{invoke:{src:"onOpenEnd",onDone:"done"},on:{CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:Ld({},{CLOSE:{target:"#overlay.closing",actions:"onOpenCancel"}}),onDone:"open"},open:{on:{DRAG:"#overlay.dragging",SNAP:"snapping",RESIZE:"resizing"}},dragging:{on:{SNAP:"snapping"}},snapping:{initial:"start",states:{start:{invoke:{src:"onSnapStart",onDone:"snappingSmoothly"},entry:[Wa({y:function(e,t){return t.payload.y},velocity:function(e,t){return t.payload.velocity},snapSource:function(e,t){var n=t.payload.source;return void 0===n?"custom":n}})]},snappingSmoothly:{invoke:{src:"snapSmoothly",onDone:"end"}},end:{invoke:{src:"onSnapEnd",onDone:"done"},on:{RESIZE:"#overlay.resizing",SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{SNAP:{target:"snapping",actions:"onSnapEnd"},RESIZE:{target:"#overlay.resizing",actions:"onSnapCancel"},DRAG:{target:"#overlay.dragging",actions:"onSnapCancel"},CLOSE:{target:"#overlay.closing",actions:"onSnapCancel"}},onDone:"open"},resizing:{initial:"start",states:{start:{invoke:{src:"onResizeStart",onDone:"resizingSmoothly"}},resizingSmoothly:{invoke:{src:"resizeSmoothly",onDone:"end"}},end:{invoke:{src:"onResizeEnd",onDone:"done"},on:{SNAP:"#overlay.snapping",CLOSE:"#overlay.closing",DRAG:"#overlay.dragging"}},done:{type:"final"}},on:{RESIZE:{target:"resizing",actions:"onResizeEnd"},SNAP:{target:"snapping",actions:"onResizeCancel"},DRAG:{target:"#overlay.dragging",actions:"onResizeCancel"},CLOSE:{target:"#overlay.closing",actions:"onResizeCancel"}},onDone:"open"},closing:{initial:"start",states:{start:{invoke:{src:"onCloseStart",onDone:"deactivating"},on:{OPEN:{target:"#overlay.open",actions:"onCloseCancel"}}},deactivating:{invoke:{src:"deactivate",onDone:"closingSmoothly"}},closingSmoothly:{invoke:{src:"closeSmoothly",onDone:"end"}},end:{invoke:{src:"onCloseEnd",onDone:"done"},on:{OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}}},done:{type:"final"}},on:{CLOSE:void 0,OPEN:{target:"#overlay.opening",actions:"onCloseCancel"}},onDone:"closed"}},on:{CLOSE:"closing"}},{actions:{onOpenCancel:function(e,t){},onSnapCancel:function(e,t){},onResizeCancel:function(e,t){},onCloseCancel:function(e,t){},onOpenEnd:function(e,t){},onSnapEnd:function(e,t){},onRezizeEnd:function(e,t){}},services:{onSnapStart:function(){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenStart:function(){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseStart:function(){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeStart:function(){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},onSnapEnd:function(){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},onOpenEnd:function(){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},onCloseEnd:function(){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},onResizeEnd:function(){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},renderVisuallyHidden:function(e,t){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},activate:function(e,t){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},deactivate:function(e,t){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},openSmoothly:function(e,t){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},openImmediately:function(e,t){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},snapSmoothly:function(e,t){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},resizeSmoothly:function(e,t){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}},closeSmoothly:function(e,t){try{return Promise.resolve(Vd()).then((function(){}))}catch(e){return Promise.reject(e)}}},guards:{initiallyClosed:function(e){return"CLOSED"===e.initialState},initiallyOpen:function(e){return"OPEN"===e.initialState}}}),Hd=["children","sibling","className","footer","header","open","initialState","lastSnapRef","initialFocusRef","onDismiss","maxHeight","defaultSnap","snapPoints","blocking","scrollLocking","style","onSpringStart","onSpringCancel","onSpringEnd","reserveScrollBarGap","expandOnContentDrag"],Fd=["velocity"],Zd=["onRest","config"],Gd={tension:170,friction:26},qd=Gd.tension,Wd=Gd.friction,Ud=n.forwardRef((function(e,t){var r=e.children,i=e.sibling,o=e.className,a=e.footer,s=e.header,l=e.open,c=e.initialState,d=e.lastSnapRef,u=e.initialFocusRef,p=e.onDismiss,h=e.maxHeight,f=e.defaultSnap,x=void 0===f?Yd:f,g=e.snapPoints,v=void 0===g?Kd:g,b=e.blocking,m=void 0===b||b,y=e.scrollLocking,C=void 0===y||y,w=e.style,j=e.onSpringStart,k=e.onSpringCancel,$=e.onSpringEnd,S=e.reserveScrollBarGap,E=void 0===S?m:S,O=e.expandOnContentDrag,R=void 0!==O&&O,T=_d(e,Hd),L=function(){var e=n.useState(!1),t=e[0],r=e[1],i=n.useState({}),o=i[0],a=i[1],s=n.useCallback((function(e){return a((function(t){var n;return Ld({},t,((n={})[e]=!1,n))})),function(){a((function(t){var n;return Ld({},t,((n={})[e]=!0,n))}))}}),[]);return n.useEffect((function(){var e=Object.values(o);0!==e.length&&e.every(Boolean)&&r(!0)}),[o]),{ready:t,registerReady:s}}(),_=L.ready,P=L.registerReady,M=n.useRef(!1),D=n.useRef(j),I=n.useRef(k),N=n.useRef($);n.useEffect((function(){D.current=j,I.current=k,N.current=$}),[k,j,$]);var V,z,A=Ds((function(){return{y:0,ready:0,maxHeight:0,minSnap:0,maxSnap:0}})),B=A[0],H=A[1],F=n.useRef(null),Z=n.useRef(null),G=n.useRef(null),q=n.useRef(null),W=n.useRef(null),U=n.useRef(null),X=n.useRef(0),Y=n.useRef(),K=n.useRef(!1),J=(V=n.useMemo((function(){return"undefined"!=typeof window?window.matchMedia("(prefers-reduced-motion: reduce)"):null}),[]),z=n.useRef(null==V?void 0:V.matches),n.useDebugValue(z.current?"reduce":"no-preference"),n.useEffect((function(){var e=function(e){z.current=e.matches};return null==V||V.addListener(e),function(){return null==V?void 0:V.removeListener(e)}}),[V]),z),Q=function(e){var t=e.targetRef,r=e.enabled,i=e.reserveScrollBarGap,o=n.useRef({activate:function(){throw new TypeError("Tried to activate scroll lock too early")},deactivate:function(){}});return n.useDebugValue(r?"Enabled":"Disabled"),n.useEffect((function(){if(!r)return o.current.deactivate(),void(o.current={activate:function(){},deactivate:function(){}});var e=t.current,n=!1;o.current={activate:function(){n||(n=!0,Zc(e,{allowTouchMove:function(e){return e.closest("[data-body-scroll-lock-ignore]")},reserveScrollBarGap:i}))},deactivate:function(){n&&(n=!1,Gc(e))}}}),[r,t,i]),o}({targetRef:Z,enabled:_&&C,reserveScrollBarGap:E}),ee=function(e){var t=e.targetRef,r=e.enabled,i=n.useRef({activate:function(){throw new TypeError("Tried to activate aria hider too early")},deactivate:function(){}});return n.useDebugValue(r?"Enabled":"Disabled"),n.useEffect((function(){if(!r)return i.current.deactivate(),void(i.current={activate:function(){},deactivate:function(){}});var e=t.current,n=!1,o=[],a=[];i.current={activate:function(){if(!n){n=!0;var t=e.parentNode;document.querySelectorAll("body > *").forEach((function(e){if(e!==t){var n=e.getAttribute("aria-hidden");null!==n&&"false"!==n||(o.push(n),a.push(e),e.setAttribute("aria-hidden","true"))}}))}},deactivate:function(){n&&(n=!1,a.forEach((function(e,t){var n=o[t];null===n?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",n)})),o=[],a=[])}}}),[t,r]),i}({targetRef:F,enabled:_&&m}),te=function(e){var t=e.targetRef,r=e.fallbackRef,i=e.initialFocusRef,o=e.enabled,a=n.useRef({activate:function(){throw new TypeError("Tried to activate focus trap too early")},deactivate:function(){}});return n.useDebugValue(o?"Enabled":"Disabled"),n.useEffect((function(){if(!o)return a.current.deactivate(),void(a.current={activate:function(){},deactivate:function(){}});var e=r.current,n=_c(t.current,{onActivate:void 0,initialFocus:i?function(){return(null==i?void 0:i.current)||e}:void 0,fallbackFocus:e,escapeDeactivates:!1,clickOutsideDeactivates:!1}),s=!1;a.current={activate:function(){try{return s?Promise.resolve():(s=!0,Promise.resolve(n.activate()).then((function(){return Promise.resolve(new Promise((function(e){return setTimeout((function(){return e(void 0)}),0)}))).then((function(){}))})))}catch(e){return Promise.reject(e)}},deactivate:function(){s&&(s=!1,n.deactivate())}}}),[o,r,i,t]),a}({targetRef:F,fallbackRef:U,initialFocusRef:u||void 0,enabled:_&&m&&!1!==u}),ne=function(e){var t=e.getSnapPoints,r=e.heightRef,i=e.lastSnapRef,o=e.ready,a=function(e){var t=e.contentRef,r=e.controlledMaxHeight,i=e.footerEnabled,o=e.footerRef,a=e.headerEnabled,s=e.headerRef,l=e.registerReady,c=e.resizeSourceRef,d=n.useMemo((function(){return l("contentHeight")}),[l]),u=function(e,t,r){var i=n.useMemo((function(){return t("maxHeight")}),[t]),o=n.useState((function(){return Dd(e)||"undefined"!=typeof window?window.innerHeight:0})),a=o[0],s=o[1],l=a>0,c=n.useRef(0);return n.useDebugValue(e?"controlled":"auto"),n.useEffect((function(){l&&i()}),[l,i]),Pd((function(){if(e)return s(Dd(e)),void(r.current="maxheightprop");var t=function(){c.current||(c.current=requestAnimationFrame((function(){s(window.innerHeight),r.current="window",c.current=0})))};return window.addEventListener("resize",t),s(window.innerHeight),r.current="window",i(),function(){window.removeEventListener("resize",t),cancelAnimationFrame(c.current)}}),[e,i,r]),a}(r,l,c),p=Nd(s,{label:"headerHeight",enabled:a,resizeSourceRef:c}),h=Nd(t,{label:"contentHeight",enabled:!0,resizeSourceRef:c}),f=Nd(o,{label:"footerHeight",enabled:i,resizeSourceRef:c}),x=Math.min(u-p-f,h)+p+f;n.useDebugValue("minHeight: "+x);var g=h>0;return n.useEffect((function(){g&&d()}),[g,d]),{maxHeight:u,minHeight:x,headerHeight:p,footerHeight:f}}({contentRef:e.contentRef,controlledMaxHeight:e.controlledMaxHeight,footerEnabled:e.footerEnabled,footerRef:e.footerRef,headerEnabled:e.headerEnabled,headerRef:e.headerRef,registerReady:e.registerReady,resizeSourceRef:e.resizeSourceRef}),s=a.maxHeight,l=a.minHeight,c=a.headerHeight,d=a.footerHeight,u=function(e,t){var n=[].concat(e).map(Dd).reduce((function(e,n){return e.add(Md(n,0,t)),e}),new Set),r=Array.from(n),i=Math.min.apply(Math,r);if(Number.isNaN(i))throw new TypeError("minSnap is NaN");var o=Math.max.apply(Math,r);if(Number.isNaN(o))throw new TypeError("maxSnap is NaN");return{snapPoints:r,minSnap:i,maxSnap:o}}(o?t({height:r.current,footerHeight:d,headerHeight:c,minHeight:l,maxHeight:s}):[0],s),p=u.snapPoints,h=u.minSnap,f=u.maxSnap;return n.useDebugValue("minSnap: "+h+", maxSnap:"+f),{minSnap:h,maxSnap:f,findSnap:function(e){var t=Dd("function"==typeof e?e({footerHeight:d,headerHeight:c,height:r.current,minHeight:l,maxHeight:s,snapPoints:p,lastSnap:i.current}):e);return p.reduce((function(e,n){return Math.abs(n-t)<Math.abs(e-t)?n:e}),h)},maxHeight:s}}({contentRef:G,controlledMaxHeight:h,footerEnabled:!!a,footerRef:W,getSnapPoints:v,headerEnabled:!1!==s,headerRef:q,heightRef:X,lastSnapRef:d,ready:_,registerReady:P,resizeSourceRef:Y}),re=ne.minSnap,ie=ne.maxSnap,oe=ne.maxHeight,ae=ne.findSnap,se=n.useRef(oe),le=n.useRef(re),ce=n.useRef(ie),de=n.useRef(ae),ue=n.useRef(0);Pd((function(){se.current=oe,ce.current=ie,le.current=re,de.current=ae,ue.current=ae(x)}),[ae,x,oe,ie,re]);var pe=n.useCallback((function(e){var t=e.onRest,n=e.config,r=(n=void 0===n?{}:n).velocity,i=void 0===r?1:r,o=_d(n,Fd),a=_d(e,Zd);return new Promise((function(e){return H(Ld({},a,{config:Ld({velocity:i},o,{mass:1,tension:qd,friction:Math.max(Wd,Wd+(Wd-Wd*i))}),onRest:function(){var n=[].slice.call(arguments);e.apply(void 0,n),null==t||t.apply(void 0,n)}}))}))}),[H]),he=as(Bd,{devTools:!1,actions:{onOpenCancel:n.useCallback((function(){return null==I.current?void 0:I.current({type:"OPEN"})}),[]),onSnapCancel:n.useCallback((function(e){return null==I.current?void 0:I.current({type:"SNAP",source:e.snapSource})}),[]),onCloseCancel:n.useCallback((function(){return null==I.current?void 0:I.current({type:"CLOSE"})}),[]),onResizeCancel:n.useCallback((function(){return null==I.current?void 0:I.current({type:"RESIZE",source:Y.current})}),[]),onOpenEnd:n.useCallback((function(){return null==N.current?void 0:N.current({type:"OPEN"})}),[]),onSnapEnd:n.useCallback((function(e,t){return null==N.current?void 0:N.current({type:"SNAP",source:e.snapSource})}),[]),onResizeEnd:n.useCallback((function(){return null==N.current?void 0:N.current({type:"RESIZE",source:Y.current})}),[])},context:{initialState:c},services:{onSnapStart:n.useCallback((function(e,t){try{return Promise.resolve(null==D.current?void 0:D.current({type:"SNAP",source:t.payload.source||"custom"}))}catch(e){return Promise.reject(e)}}),[]),onOpenStart:n.useCallback((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseStart:n.useCallback((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeStart:n.useCallback((function(){try{return Promise.resolve(null==D.current?void 0:D.current({type:"RESIZE",source:Y.current}))}catch(e){return Promise.reject(e)}}),[]),onSnapEnd:n.useCallback((function(e,t){try{return Promise.resolve(null==N.current?void 0:N.current({type:"SNAP",source:e.snapSource}))}catch(e){return Promise.reject(e)}}),[]),onOpenEnd:n.useCallback((function(){try{return Promise.resolve(null==N.current?void 0:N.current({type:"OPEN"}))}catch(e){return Promise.reject(e)}}),[]),onCloseEnd:n.useCallback((function(){try{return Promise.resolve(null==N.current?void 0:N.current({type:"CLOSE"}))}catch(e){return Promise.reject(e)}}),[]),onResizeEnd:n.useCallback((function(){try{return Promise.resolve(null==N.current?void 0:N.current({type:"RESIZE",source:Y.current}))}catch(e){return Promise.reject(e)}}),[]),renderVisuallyHidden:n.useCallback((function(e,t){try{return Promise.resolve(pe({y:ue.current,ready:0,maxHeight:se.current,maxSnap:ce.current,minSnap:ue.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[pe]),activate:n.useCallback((function(e,t){try{return M.current=!0,Promise.resolve(Promise.all([Q.current.activate(),te.current.activate(),ee.current.activate()])).then((function(){}))}catch(e){return Promise.reject(e)}}),[ee,te,Q]),deactivate:n.useCallback((function(){try{return Q.current.deactivate(),te.current.deactivate(),ee.current.deactivate(),M.current=!1,Promise.resolve()}catch(e){return Promise.reject(e)}}),[ee,te,Q]),openImmediately:n.useCallback((function(){try{return X.current=ue.current,Promise.resolve(pe({y:ue.current,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:ue.current,immediate:!0})).then((function(){}))}catch(e){return Promise.reject(e)}}),[pe]),openSmoothly:n.useCallback((function(){try{return Promise.resolve(pe({y:0,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:ue.current,immediate:!0})).then((function(){return X.current=ue.current,Promise.resolve(pe({y:ue.current,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:ue.current,immediate:J.current})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[pe,J]),snapSmoothly:n.useCallback((function(e,t){try{var n=de.current(e.y);return X.current=n,d.current=n,Promise.resolve(pe({y:n,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:le.current,immediate:J.current,config:{velocity:e.velocity}})).then((function(){}))}catch(e){return Promise.reject(e)}}),[pe,d,J]),resizeSmoothly:n.useCallback((function(){try{var e=de.current(X.current);return X.current=e,d.current=e,Promise.resolve(pe({y:e,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:le.current,immediate:"element"!==Y.current||J.current})).then((function(){}))}catch(e){return Promise.reject(e)}}),[pe,d,J]),closeSmoothly:n.useCallback((function(e,t){try{return pe({minSnap:X.current,immediate:!0}),X.current=0,Promise.resolve(pe({y:0,maxHeight:se.current,maxSnap:ce.current,immediate:J.current})).then((function(){return Promise.resolve(pe({ready:0,immediate:!0})).then((function(){}))}))}catch(e){return Promise.reject(e)}}),[pe,J])}}),fe=he[0],xe=he[1];n.useEffect((function(){_&&xe(l?"OPEN":"CLOSE")}),[l,xe,_]),Pd((function(){(oe||ie||re)&&xe("RESIZE")}),[oe,ie,re,xe]),n.useEffect((function(){return function(){Q.current.deactivate(),te.current.deactivate(),ee.current.deactivate()}}),[ee,te,Q]),n.useImperativeHandle(t,(function(){return{snapTo:function(e,t){var n=void 0===t?{}:t,r=n.velocity,i=void 0===r?1:r,o=n.source,a=void 0===o?"custom":o;xe("SNAP",{payload:{y:de.current(e),velocity:i,source:a}})},get height(){return X.current}}}),[xe]),n.useEffect((function(){var e=Z.current,t=function(e){K.current&&e.preventDefault()},n=function(t){e.scrollTop<0&&(requestAnimationFrame((function(){e.style.overflow="hidden",e.scrollTop=0,e.style.removeProperty("overflow")})),t.preventDefault())};return R&&(e.addEventListener("scroll",t),e.addEventListener("touchmove",t),e.addEventListener("touchstart",n)),function(){e.removeEventListener("scroll",t),e.removeEventListener("touchmove",t),e.removeEventListener("touchstart",n)}}),[R,Z]);var ge=nc((function(e){var t=e.args,n=(t=void 0===t?[]:t)[0],r=(n=void 0===n?{}:n).closeOnTap,i=void 0!==r&&r,o=n.isContentDragging,a=void 0!==o&&o,s=e.cancel,l=e.direction[1],c=e.down,d=e.first,u=e.last,h=e.memo,f=void 0===h?B.y.getValue():h,x=e.tap,g=e.velocity,v=-1*e.movement[1];if(!M.current)return s(),f;if(p&&i&&x)return s(),setTimeout((function(){return p()}),0),f;if(x)return f;var b=f+v,m=v*g,y=Math.max(le.current,Math.min(ce.current,b+2*m));if(!c&&p&&l>0&&b+m<le.current/2)return s(),p(),f;var C=c?p||le.current!==ce.current?vl(b,p?0:le.current,ce.current,.55):b<le.current?vl(b,le.current,2*ce.current,.55):vl(b,le.current/2,ce.current,.55):y;return R&&a?(C>=ce.current&&(C=ce.current),f===ce.current&&Z.current.scrollTop>0&&(C=ce.current),K.current=C<ce.current):K.current=!1,d&&xe("DRAG"),u?(xe("SNAP",{payload:{y:C,velocity:g>.05?g:1,source:"dragging"}}),f):(H({y:C,ready:1,maxHeight:se.current,maxSnap:ce.current,minSnap:le.current,immediate:!0,config:{velocity:g}}),f)}),{filterTaps:!0});if(Number.isNaN(ce.current))throw new TypeError("maxSnapRef is NaN!!");if(Number.isNaN(le.current))throw new TypeError("minSnapRef is NaN!!");var ve=function(e){var t,n=e.spring,r=Rs([n.y,n.maxHeight],(function(e,t){return Math.round(Md(t-e,0,16))+"px"})),i=Rs([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return Md(e,t,n)+"px"})),o=Rs([n.y,n.minSnap,n.maxSnap],(function(e,t,n){return e<t?t-e+"px":e>n?n-e+"px":"0px"})),a=Rs([n.y,n.maxSnap],(function(e,t){return e>=t?Math.ceil(e-t):0})),s=Rs([n.y,n.minSnap],(function(e,t){if(!t)return 0;var n=Math.max(t/2-45,0);return Md((e-n)*(1/(Math.min(t/2+45,t)-n)+0),0,1)})),l=Rs([n.y,n.minSnap],(function(e,t){return t?Md(e/t,0,1):0}));return(t={})["--rsbs-content-opacity"]=s,t["--rsbs-backdrop-opacity"]=l,t["--rsbs-antigap-scale-y"]=a,t["--rsbs-overlay-translate-y"]=o,t["--rsbs-overlay-rounded"]=r,t["--rsbs-overlay-h"]=i,t}({spring:B});return n.createElement(ul.div,Ld({},T,{"data-rsbs-root":!0,"data-rsbs-state":Xd.find(fe.matches),"data-rsbs-is-blocking":m,"data-rsbs-is-dismissable":!!p,"data-rsbs-has-header":!!s,"data-rsbs-has-footer":!!a,className:o,ref:F,style:Ld({},ve,w,{opacity:B.ready})}),i,m&&n.createElement("div",Ld({key:"backdrop","data-rsbs-backdrop":!0},ge({closeOnTap:!0}))),n.createElement("div",{key:"overlay","aria-modal":"true",role:"dialog","data-rsbs-overlay":!0,tabIndex:-1,ref:U,onKeyDown:function(e){"Escape"===e.key&&(e.stopPropagation(),p&&p())}},!1!==s&&n.createElement("div",Ld({key:"header","data-rsbs-header":!0,ref:q},ge()),s),n.createElement("div",Ld({key:"scroll","data-rsbs-scroll":!0,ref:Z},R?ge({isContentDragging:!0}):{}),n.createElement("div",{"data-rsbs-content":!0,ref:G},r)),a&&n.createElement("div",Ld({key:"footer",ref:W,"data-rsbs-footer":!0},ge()),a)))})),Xd=["closed","opening","open","closing","dragging","snapping","resizing"];function Yd(e){var t=e.lastSnap;return null!=t?t:Math.min.apply(Math,e.snapPoints)}function Kd(e){return e.minHeight}var Jd=["onSpringStart","onSpringEnd","skipInitialTransition"],Qd=n.forwardRef((function(e,t){var r=e.onSpringStart,i=e.onSpringEnd,o=e.skipInitialTransition,a=_d(e,Jd),s=n.useState(!1),l=s[0],c=s[1],d=n.useRef(),u=n.useRef(null),p=n.useRef(o&&a.open?"OPEN":"CLOSED");Pd((function(){if(a.open)return cancelAnimationFrame(d.current),c(!0),function(){p.current="CLOSED"}}),[a.open]);var h=n.useCallback((function(e){return Promise.resolve(null==r?void 0:r(e)).then((function(){"OPEN"===e.type&&cancelAnimationFrame(d.current)}))}),[r]),f=n.useCallback((function(e){return Promise.resolve(null==i?void 0:i(e)).then((function(){"CLOSE"===e.type&&(d.current=requestAnimationFrame((function(){return c(!1)})))}))}),[i]);return l?n.createElement(Ui,{"data-rsbs-portal":!0},n.createElement(Ud,Ld({},a,{lastSnapRef:u,ref:t,initialState:p.current,onSpringStart:h,onSpringEnd:f}))):null}));const eu=(e,t)=>r.css`
|
|
2257
2261
|
[data-rsbs-overlay] {
|
|
2258
2262
|
border-top-left-radius: 16px;
|
|
2259
2263
|
border-top-right-radius: 16px;
|
|
@@ -2282,7 +2286,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2282
2286
|
padding: 0px;
|
|
2283
2287
|
min-height: 64px;
|
|
2284
2288
|
}
|
|
2285
|
-
`;!function(e,t){void 0===t&&(t={});var n=t.insertAt;if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("[data-rsbs-overlay] {\n border-top-left-radius: 16px;\n border-top-left-radius: var(--rsbs-overlay-rounded,16px);\n border-top-right-radius: 16px;\n border-top-right-radius: var(--rsbs-overlay-rounded,16px);\n display: flex;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n flex-direction: column;\n height: 0px;\n height: var(--rsbs-overlay-h,0px);\n transform: translate3d(0, 0px, 0);\n transform: translate3d(0, var(--rsbs-overlay-translate-y,0px), 0);\n will-change: height;\n}\n\n[data-rsbs-overlay]:focus {\n outline: none;\n}\n\n[data-rsbs-is-blocking='false'] [data-rsbs-overlay] {\n box-shadow: 0 -5px 60px 0 rgba(38, 89, 115, 0.11),\n 0 -1px 0 rgba(38, 89, 115, 0.05);\n}\n\n[data-rsbs-overlay],\n[data-rsbs-root]:after {\n max-width: auto;\n max-width: var(--rsbs-max-w,auto);\n margin-left: env(safe-area-inset-left);\n margin-left: var(--rsbs-ml,env(safe-area-inset-left));\n margin-right: env(safe-area-inset-right);\n margin-right: var(--rsbs-mr,env(safe-area-inset-right));\n}\n\n[data-rsbs-overlay],\n[data-rsbs-backdrop],\n[data-rsbs-root]:after {\n z-index: 3;\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n touch-action: none;\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n}\n\n[data-rsbs-backdrop] {\n top: -60px;\n bottom: -60px;\n background-color: rgba(0, 0, 0, 0.6);\n background-color: var(--rsbs-backdrop-bg,rgba(0, 0, 0, 0.6));\n will-change: opacity;\n cursor: pointer;\n opacity: 1;\n}\n\n[data-rsbs-is-dismissable='false'] [data-rsbs-backdrop] {\n cursor: ns-resize;\n}\n\n[data-rsbs-root]:after {\n content: '';\n pointer-events: none;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n height: 1px;\n transform-origin: bottom;\n transform: scale3d(1, 0, 1);\n transform: scale3d(1, var(--rsbs-antigap-scale-y,0), 1);\n will-change: transform;\n}\n\n[data-rsbs-footer],\n[data-rsbs-header] {\n flex-shrink: 0;\n cursor: ns-resize;\n padding: 16px;\n}\n\n[data-rsbs-header] {\n text-align: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(1 * 0.125));\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125));\n z-index: 1;\n padding-top: calc(20px + env(safe-area-inset-top));\n padding-bottom: 8px;\n}\n\n[data-rsbs-header]:before {\n position: absolute;\n content: '';\n display: block;\n width: 36px;\n height: 4px;\n top: calc(8px + env(safe-area-inset-top));\n left: 50%;\n transform: translateX(-50%);\n border-radius: 2px;\n background-color: hsla(0, 0%, 0%, 0.14);\n background-color: var(--rsbs-handle-bg,hsla(0, 0%, 0%, 0.14));\n}\n\n@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {\n [data-rsbs-header]:before {\n transform: translateX(-50%) scaleY(0.75);\n }\n}\n\n[data-rsbs-has-header='false'] [data-rsbs-header] {\n box-shadow: none;\n padding-top: calc(12px + env(safe-area-inset-top));\n}\n\n[data-rsbs-scroll] {\n flex-shrink: 1;\n flex-grow: 1;\n -webkit-tap-highlight-color: revert;\n -webkit-touch-callout: revert;\n -webkit-user-select: auto;\n -ms-user-select: auto;\n -moz-user-select: auto;\n user-select: auto;\n overflow: auto;\n -ms-scroll-chaining: none;\n overscroll-behavior: contain;\n -webkit-overflow-scrolling: touch;\n}\n\n[data-rsbs-scroll]:focus {\n outline: none;\n}\n\n[data-rsbs-has-footer='false'] [data-rsbs-content] {\n padding-bottom: env(safe-area-inset-bottom);\n}\n\n[data-rsbs-content] {\n /* The overflow hidden is to ensure any margin on child nodes are included when the resize observer is measuring the height */\n overflow: hidden;\n}\n\n[data-rsbs-footer] {\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(1 * 0.125)),\n 0 2px 0 #fff;\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125)),\n 0 2px 0 var(--rsbs-bg,#fff);\n overflow: hidden;\n z-index: 1;\n padding-bottom: calc(16px + env(safe-area-inset-bottom));\n}\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-footer] > * {\n opacity: 1;\n opacity: var(--rsbs-content-opacity,1);\n }\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-backdrop] {\n opacity: 1;\n opacity: var(--rsbs-backdrop-opacity,1);\n }\n\n[data-rsbs-state='closed'],\n[data-rsbs-state='closing'] {\n /* Allows interactions on the rest of the page before the close transition is finished */\n pointer-events: none;\n}\n");const
|
|
2289
|
+
`;!function(e,t){void 0===t&&(t={});var n=t.insertAt;if("undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("[data-rsbs-overlay] {\n border-top-left-radius: 16px;\n border-top-left-radius: var(--rsbs-overlay-rounded,16px);\n border-top-right-radius: 16px;\n border-top-right-radius: var(--rsbs-overlay-rounded,16px);\n display: flex;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n flex-direction: column;\n height: 0px;\n height: var(--rsbs-overlay-h,0px);\n transform: translate3d(0, 0px, 0);\n transform: translate3d(0, var(--rsbs-overlay-translate-y,0px), 0);\n will-change: height;\n}\n\n[data-rsbs-overlay]:focus {\n outline: none;\n}\n\n[data-rsbs-is-blocking='false'] [data-rsbs-overlay] {\n box-shadow: 0 -5px 60px 0 rgba(38, 89, 115, 0.11),\n 0 -1px 0 rgba(38, 89, 115, 0.05);\n}\n\n[data-rsbs-overlay],\n[data-rsbs-root]:after {\n max-width: auto;\n max-width: var(--rsbs-max-w,auto);\n margin-left: env(safe-area-inset-left);\n margin-left: var(--rsbs-ml,env(safe-area-inset-left));\n margin-right: env(safe-area-inset-right);\n margin-right: var(--rsbs-mr,env(safe-area-inset-right));\n}\n\n[data-rsbs-overlay],\n[data-rsbs-backdrop],\n[data-rsbs-root]:after {\n z-index: 3;\n -ms-scroll-chaining: none;\n overscroll-behavior: none;\n touch-action: none;\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n -webkit-tap-highlight-color: transparent;\n -webkit-touch-callout: none;\n}\n\n[data-rsbs-backdrop] {\n top: -60px;\n bottom: -60px;\n background-color: rgba(0, 0, 0, 0.6);\n background-color: var(--rsbs-backdrop-bg,rgba(0, 0, 0, 0.6));\n will-change: opacity;\n cursor: pointer;\n opacity: 1;\n}\n\n[data-rsbs-is-dismissable='false'] [data-rsbs-backdrop] {\n cursor: ns-resize;\n}\n\n[data-rsbs-root]:after {\n content: '';\n pointer-events: none;\n background: #fff;\n background: var(--rsbs-bg,#fff);\n height: 1px;\n transform-origin: bottom;\n transform: scale3d(1, 0, 1);\n transform: scale3d(1, var(--rsbs-antigap-scale-y,0), 1);\n will-change: transform;\n}\n\n[data-rsbs-footer],\n[data-rsbs-header] {\n flex-shrink: 0;\n cursor: ns-resize;\n padding: 16px;\n}\n\n[data-rsbs-header] {\n text-align: center;\n -webkit-user-select: none;\n -moz-user-select: none;\n -ms-user-select: none;\n user-select: none;\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(1 * 0.125));\n box-shadow: 0 1px 0\n rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125));\n z-index: 1;\n padding-top: calc(20px + env(safe-area-inset-top));\n padding-bottom: 8px;\n}\n\n[data-rsbs-header]:before {\n position: absolute;\n content: '';\n display: block;\n width: 36px;\n height: 4px;\n top: calc(8px + env(safe-area-inset-top));\n left: 50%;\n transform: translateX(-50%);\n border-radius: 2px;\n background-color: hsla(0, 0%, 0%, 0.14);\n background-color: var(--rsbs-handle-bg,hsla(0, 0%, 0%, 0.14));\n}\n\n@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {\n [data-rsbs-header]:before {\n transform: translateX(-50%) scaleY(0.75);\n }\n}\n\n[data-rsbs-has-header='false'] [data-rsbs-header] {\n box-shadow: none;\n padding-top: calc(12px + env(safe-area-inset-top));\n}\n\n[data-rsbs-scroll] {\n flex-shrink: 1;\n flex-grow: 1;\n -webkit-tap-highlight-color: revert;\n -webkit-touch-callout: revert;\n -webkit-user-select: auto;\n -ms-user-select: auto;\n -moz-user-select: auto;\n user-select: auto;\n overflow: auto;\n -ms-scroll-chaining: none;\n overscroll-behavior: contain;\n -webkit-overflow-scrolling: touch;\n}\n\n[data-rsbs-scroll]:focus {\n outline: none;\n}\n\n[data-rsbs-has-footer='false'] [data-rsbs-content] {\n padding-bottom: env(safe-area-inset-bottom);\n}\n\n[data-rsbs-content] {\n /* The overflow hidden is to ensure any margin on child nodes are included when the resize observer is measuring the height */\n overflow: hidden;\n}\n\n[data-rsbs-footer] {\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(1 * 0.125)),\n 0 2px 0 #fff;\n box-shadow: 0 -1px 0 rgba(46, 59, 66, calc(var(--rsbs-content-opacity,1) * 0.125)),\n 0 2px 0 var(--rsbs-bg,#fff);\n overflow: hidden;\n z-index: 1;\n padding-bottom: calc(16px + env(safe-area-inset-bottom));\n}\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='true'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-header] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-scroll] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-footer] > *, [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-footer] > * {\n opacity: 1;\n opacity: var(--rsbs-content-opacity,1);\n }\n\n[data-rsbs-is-dismissable='true'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='opening'] [data-rsbs-backdrop], [data-rsbs-is-dismissable='false'][data-rsbs-state='closing'] [data-rsbs-backdrop] {\n opacity: 1;\n opacity: var(--rsbs-backdrop-opacity,1);\n }\n\n[data-rsbs-state='closed'],\n[data-rsbs-state='closing'] {\n /* Allows interactions on the rest of the page before the close transition is finished */\n pointer-events: none;\n}\n");const tu=r.css`
|
|
2286
2290
|
a,
|
|
2287
2291
|
p {
|
|
2288
2292
|
font-size: 16px;
|
|
@@ -2314,19 +2318,19 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2314
2318
|
a:hover {
|
|
2315
2319
|
text-decoration: underline;
|
|
2316
2320
|
}
|
|
2317
|
-
`,
|
|
2321
|
+
`,nu=r.css`
|
|
2318
2322
|
svg {
|
|
2319
2323
|
height: 12px;
|
|
2320
2324
|
width: 12px;
|
|
2321
2325
|
color: ${u("neutral",600)};
|
|
2322
2326
|
}
|
|
2323
|
-
`,
|
|
2327
|
+
`,ru=r.css`
|
|
2324
2328
|
cursor: pointer;
|
|
2325
2329
|
color: ${u("neutral",600)};
|
|
2326
2330
|
display: flex;
|
|
2327
2331
|
justify-content: center;
|
|
2328
2332
|
align-items: center;
|
|
2329
|
-
`,
|
|
2333
|
+
`,iu=(e,t)=>r.css`
|
|
2330
2334
|
min-height: 56px;
|
|
2331
2335
|
width: 100vw;
|
|
2332
2336
|
position: ${e?"sticky":"absolute"};
|
|
@@ -2336,7 +2340,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2336
2340
|
background-color: ${u("neutral",t?200:100)};
|
|
2337
2341
|
border-top: 1px solid ${u("neutral",400)};
|
|
2338
2342
|
z-index: 101;
|
|
2339
|
-
`,
|
|
2343
|
+
`,ou=e=>r.css`
|
|
2340
2344
|
height: 100%;
|
|
2341
2345
|
width: 100%;
|
|
2342
2346
|
max-width: ${e?`${e}px`:"100%"};
|
|
@@ -2351,7 +2355,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2351
2355
|
flex-direction: column;
|
|
2352
2356
|
align-items: flex-start;
|
|
2353
2357
|
}
|
|
2354
|
-
`,
|
|
2358
|
+
`,au=r.css`
|
|
2355
2359
|
display: flex;
|
|
2356
2360
|
align-items: center;
|
|
2357
2361
|
flex-wrap: wrap;
|
|
@@ -2364,7 +2368,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2364
2368
|
color: ${u("neutral",700)};
|
|
2365
2369
|
text-decoration: underline;
|
|
2366
2370
|
}
|
|
2367
|
-
`,
|
|
2371
|
+
`,su=r.css`
|
|
2368
2372
|
width: 240px;
|
|
2369
2373
|
font-size: 14px;
|
|
2370
2374
|
line-height: 20px;
|
|
@@ -2375,13 +2379,13 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2375
2379
|
@media screen and (max-width: 768px) {
|
|
2376
2380
|
text-align: left;
|
|
2377
2381
|
}
|
|
2378
|
-
`,
|
|
2382
|
+
`,lu=r.css`
|
|
2379
2383
|
width: 100%;
|
|
2380
2384
|
display: flex;
|
|
2381
2385
|
align-items: center;
|
|
2382
2386
|
height: 56px;
|
|
2383
2387
|
background-color: ${u("neutral",200)};
|
|
2384
|
-
`,
|
|
2388
|
+
`,cu=r.css`
|
|
2385
2389
|
height: 56px;
|
|
2386
2390
|
width: 99%;
|
|
2387
2391
|
background-color: ${u("neutral",200)};
|
|
@@ -2475,9 +2479,9 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2475
2479
|
opacity: 1;
|
|
2476
2480
|
}
|
|
2477
2481
|
}
|
|
2478
|
-
`,cu=r.css`
|
|
2479
|
-
position: relative;
|
|
2480
2482
|
`,du=r.css`
|
|
2483
|
+
position: relative;
|
|
2484
|
+
`,uu=r.css`
|
|
2481
2485
|
position: absolute;
|
|
2482
2486
|
top: -5px;
|
|
2483
2487
|
right: -5px;
|
|
@@ -2492,7 +2496,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2492
2496
|
display: flex;
|
|
2493
2497
|
justify-content: center;
|
|
2494
2498
|
align-items: center;
|
|
2495
|
-
`,
|
|
2499
|
+
`,pu=(e,t)=>e.findIndex((e=>e.value===t)),hu=(e,t)=>r.css`
|
|
2496
2500
|
height: ${e?"96px":"48px"};
|
|
2497
2501
|
width: 100%;
|
|
2498
2502
|
background-color: ${u("neutral",100)};
|
|
@@ -2501,7 +2505,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2501
2505
|
left: 0;
|
|
2502
2506
|
z-index: 102;
|
|
2503
2507
|
border-bottom: 1px solid ${u("neutral",400)};
|
|
2504
|
-
`,
|
|
2508
|
+
`,fu=r.css`
|
|
2505
2509
|
height: 48px;
|
|
2506
2510
|
width: 100%;
|
|
2507
2511
|
background-color: ${u("neutral",100)};
|
|
@@ -2511,7 +2515,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2511
2515
|
justify-content: flex-start;
|
|
2512
2516
|
gap: 0px;
|
|
2513
2517
|
padding: 8px 16px;
|
|
2514
|
-
`,
|
|
2518
|
+
`,xu=(e,t)=>r.css`
|
|
2515
2519
|
height: 48px;
|
|
2516
2520
|
width: 100%;
|
|
2517
2521
|
max-width: ${t?`${t}px`:"100%"};
|
|
@@ -2521,7 +2525,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2521
2525
|
justify-content: space-between;
|
|
2522
2526
|
margin: 0 auto;
|
|
2523
2527
|
padding: 8px 16px;
|
|
2524
|
-
`,
|
|
2528
|
+
`,gu=r.css`
|
|
2525
2529
|
outline: none;
|
|
2526
2530
|
a {
|
|
2527
2531
|
&:focus-visible {
|
|
@@ -2532,12 +2536,12 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2532
2536
|
outline-width: 2px;
|
|
2533
2537
|
}
|
|
2534
2538
|
}
|
|
2535
|
-
`,
|
|
2539
|
+
`,vu=e=>r.css`
|
|
2536
2540
|
display: ${e?"none":"flex"};
|
|
2537
2541
|
align-items: center;
|
|
2538
2542
|
justify-content: flex-start;
|
|
2539
2543
|
gap: 0px;
|
|
2540
|
-
`,
|
|
2544
|
+
`,bu=e=>r.css`
|
|
2541
2545
|
font-size: 16px;
|
|
2542
2546
|
line-height: 24px;
|
|
2543
2547
|
font-weight: 400;
|
|
@@ -2562,12 +2566,12 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2562
2566
|
font-weight: 700;
|
|
2563
2567
|
color: ${u("accessible","controls-on-neutral-lights")};
|
|
2564
2568
|
`:""}
|
|
2565
|
-
`,
|
|
2569
|
+
`,mu=r.css`
|
|
2566
2570
|
height: 48px;
|
|
2567
2571
|
display: flex;
|
|
2568
2572
|
align-items: center;
|
|
2569
2573
|
justify-content: flex-end;
|
|
2570
|
-
`,
|
|
2574
|
+
`,yu=e=>r.css`
|
|
2571
2575
|
height: 100%;
|
|
2572
2576
|
font-size: 16px;
|
|
2573
2577
|
line-height: 24px;
|
|
@@ -2586,7 +2590,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2586
2590
|
}
|
|
2587
2591
|
}
|
|
2588
2592
|
`:""}
|
|
2589
|
-
`,
|
|
2593
|
+
`,Cu=e=>r.css`
|
|
2590
2594
|
height: 100%;
|
|
2591
2595
|
display: flex;
|
|
2592
2596
|
align-items: center;
|
|
@@ -2594,7 +2598,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2594
2598
|
gap: 20px;
|
|
2595
2599
|
padding-left: 16px;
|
|
2596
2600
|
border-left: 1px solid ${u("neutral",e?700:300)};
|
|
2597
|
-
`,
|
|
2601
|
+
`,wu=r.css`
|
|
2598
2602
|
background-color: none;
|
|
2599
2603
|
border: none;
|
|
2600
2604
|
cursor: pointer;
|
|
@@ -2619,7 +2623,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2619
2623
|
outline-width: 2px;
|
|
2620
2624
|
background-color: ${u("neutral",200)};
|
|
2621
2625
|
}
|
|
2622
|
-
`,
|
|
2626
|
+
`,ju=e=>r.css`
|
|
2623
2627
|
position: absolute;
|
|
2624
2628
|
top: 48px;
|
|
2625
2629
|
right: 0;
|
|
@@ -2632,10 +2636,10 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2632
2636
|
justify-content: flex-start;
|
|
2633
2637
|
gap: 16px;
|
|
2634
2638
|
transition: width 0.5s ease-in-out;
|
|
2635
|
-
`,
|
|
2639
|
+
`,ku=r.css`
|
|
2636
2640
|
height: 100%;
|
|
2637
2641
|
width: 100%;
|
|
2638
|
-
|
|
2642
|
+
`,$u=r.css`
|
|
2639
2643
|
background-color: ${u("neutral",200)};
|
|
2640
2644
|
border-bottom: 1px solid ${u("neutral",300)};
|
|
2641
2645
|
|
|
@@ -2655,13 +2659,13 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2655
2659
|
margin-left: -12px;
|
|
2656
2660
|
}
|
|
2657
2661
|
}
|
|
2658
|
-
`,$u=r.css`
|
|
2659
|
-
background-color: ${u("neutral",100)};
|
|
2660
2662
|
`,Su=r.css`
|
|
2663
|
+
background-color: ${u("neutral",100)};
|
|
2664
|
+
`,Eu=r.css`
|
|
2661
2665
|
min-height: 100vh;
|
|
2662
2666
|
width: 100%;
|
|
2663
2667
|
overflow-y: scroll;
|
|
2664
|
-
`;r.css``;const
|
|
2668
|
+
`;r.css``;const Ou=e=>r.css`
|
|
2665
2669
|
display: inline-block;
|
|
2666
2670
|
width: 100%;
|
|
2667
2671
|
padding: 12px 16px;
|
|
@@ -2690,7 +2694,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2690
2694
|
outline-width: 2px;
|
|
2691
2695
|
background-color: ${u("neutral",200)};
|
|
2692
2696
|
}
|
|
2693
|
-
`,
|
|
2697
|
+
`,Ru=r.css`
|
|
2694
2698
|
width: 100%;
|
|
2695
2699
|
padding: 12px 16px;
|
|
2696
2700
|
display: flex;
|
|
@@ -2714,7 +2718,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2714
2718
|
outline-width: 2px;
|
|
2715
2719
|
background-color: ${u("neutral",200)};
|
|
2716
2720
|
}
|
|
2717
|
-
`,
|
|
2721
|
+
`,Tu=e=>r.css`
|
|
2718
2722
|
position: absolute;
|
|
2719
2723
|
top: 0px;
|
|
2720
2724
|
right: 0;
|
|
@@ -2726,7 +2730,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2726
2730
|
align-items: flex-start;
|
|
2727
2731
|
justify-content: flex-start;
|
|
2728
2732
|
transition: width 0.5s ease-in-out;
|
|
2729
|
-
`,
|
|
2733
|
+
`,Lu=r.css`
|
|
2730
2734
|
height: 48px;
|
|
2731
2735
|
width: 100%;
|
|
2732
2736
|
display: flex;
|
|
@@ -2737,7 +2741,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2737
2741
|
position: relative;
|
|
2738
2742
|
top: 0;
|
|
2739
2743
|
left: 0;
|
|
2740
|
-
`,
|
|
2744
|
+
`,_u=r.css`
|
|
2741
2745
|
position: absolute;
|
|
2742
2746
|
bottom: 0;
|
|
2743
2747
|
left: 0;
|
|
@@ -2752,7 +2756,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2752
2756
|
button {
|
|
2753
2757
|
width: calc(48% - 24px);
|
|
2754
2758
|
}
|
|
2755
|
-
`,
|
|
2759
|
+
`,Pu=({navigationSection:e,utilitySection:r,actionsSection:i,linkRouter:o,isOpen:a,setIsOpen:s,pathname:l})=>{const[c,d]=n.useState(void 0),[u,p]=n.useState(-1),h=n.useRef(null),f=n.useRef([]),x=o;return t.jsxs(t.Fragment,{children:[t.jsx("div",{css:ju(a),children:a&&t.jsxs("div",{css:ku,children:[t.jsxs("div",{style:{overflowY:"scroll",width:"100%",height:"100%",paddingBottom:"72px"},children:[r?t.jsx("div",{css:$u,children:r?.map((e=>t.jsx("div",{className:"ds-utility-item",children:e})))}):null,e?t.jsx("div",{css:Su,children:e.map(((e,n)=>e.link?t.jsx(x,{to:e.link,href:e.link,onClick:()=>{d(void 0),p(-1),s(!1)},css:Ou(l===e.link),children:e.label},e.label):t.jsxs("button",{css:Ru,type:"button",ref:e=>f.current[n]=e,onClick:()=>{e.items&&(d(e),p(n),setTimeout((()=>{h.current?.focus()}),100))},children:[e.label,e.items?t.jsx(j,{rotate:"270",color:"var(--chakra-colors-neutral-700)"}):null]},e.label)))}):null]}),i?t.jsx("div",{css:_u,children:i.map((e=>t.jsx(v,{label:e.label,onClick:()=>{e?.onClick?.(),d(void 0),p(-1),s(!1)}},e.label)))}):null]})}),t.jsx("div",{css:Tu(!!c?.items),children:c?.items?t.jsxs(t.Fragment,{children:[t.jsxs("div",{css:Lu,children:[t.jsxs("button",{type:"button",onClick:()=>{d(void 0),p(-1),f.current[u]?.focus()},"aria-label":"Go back",css:wu,ref:h,children:[t.jsx(j,{rotate:"90",color:"var(--chakra-colors-neutral-700)"}),c?.label]}),t.jsxs("button",{type:"button",onClick:()=>{d(void 0),p(-1),s(!1)},"aria-label":"Close menu",css:wu,children:["Close",t.jsx($,{height:"16px",width:"16px"})]})]}),t.jsx("div",{css:Eu,children:c?.items?.map((e=>t.jsx(x,{to:e.link,href:e.link,css:Ou(),onClick:()=>{d(void 0),p(-1),s(!1)},children:e.label},e.label)))})]}):null})]})},Mu=1023,Du=r.css`
|
|
2756
2760
|
width: 64px;
|
|
2757
2761
|
height: 100%;
|
|
2758
2762
|
z-index: 100;
|
|
@@ -2761,7 +2765,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2761
2765
|
display: flex;
|
|
2762
2766
|
flex-direction: column;
|
|
2763
2767
|
justify-content: space-between;
|
|
2764
|
-
`,
|
|
2768
|
+
`,Iu=r.css`
|
|
2765
2769
|
width: 64px;
|
|
2766
2770
|
height: 64px;
|
|
2767
2771
|
background-color: ${u("neutral",200)};
|
|
@@ -2851,7 +2855,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2851
2855
|
}
|
|
2852
2856
|
}
|
|
2853
2857
|
}
|
|
2854
|
-
`,
|
|
2858
|
+
`,Nu=r.css`
|
|
2855
2859
|
display: flex;
|
|
2856
2860
|
justify-content: center;
|
|
2857
2861
|
align-items: center;
|
|
@@ -2864,7 +2868,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2864
2868
|
fill: ${u("neutral",600)};
|
|
2865
2869
|
}
|
|
2866
2870
|
}
|
|
2867
|
-
`,
|
|
2871
|
+
`,Vu=r.css`
|
|
2868
2872
|
width: 64px;
|
|
2869
2873
|
height: 64px;
|
|
2870
2874
|
background-color: ${u("neutral",200)};
|
|
@@ -2902,7 +2906,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2902
2906
|
text-align: center;
|
|
2903
2907
|
color: ${u("neutral",600)};
|
|
2904
2908
|
}
|
|
2905
|
-
`,
|
|
2909
|
+
`,zu=r.css`
|
|
2906
2910
|
width: 320px;
|
|
2907
2911
|
height: 100%;
|
|
2908
2912
|
z-index: 100;
|
|
@@ -2910,14 +2914,14 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2910
2914
|
background-color: ${u("neutral",100)};
|
|
2911
2915
|
overflow-y: auto;
|
|
2912
2916
|
overflow-x: hidden;
|
|
2913
|
-
`,
|
|
2917
|
+
`,Au=e=>r.css`
|
|
2914
2918
|
width: 100%;
|
|
2915
2919
|
display: flex;
|
|
2916
2920
|
align-items: center;
|
|
2917
2921
|
height: 40px;
|
|
2918
2922
|
|
|
2919
2923
|
${"view"===e&&`\n border: 1px solid ${u("neutral",400)};\n background-color: ${u("neutral",200)};\n border-radius: 4px;\n padding: 4px;\n `}
|
|
2920
|
-
`,
|
|
2924
|
+
`,Bu=r.css`
|
|
2921
2925
|
width: 99%;
|
|
2922
2926
|
height: 40px;
|
|
2923
2927
|
padding: 8px 16px;
|
|
@@ -2933,7 +2937,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2933
2937
|
&:focus-visible {
|
|
2934
2938
|
box-shadow: none;
|
|
2935
2939
|
}
|
|
2936
|
-
`,
|
|
2940
|
+
`,Hu=r.css`
|
|
2937
2941
|
background-color: ${u("neutral",200)};
|
|
2938
2942
|
color: ${u("neutral",700)};
|
|
2939
2943
|
|
|
@@ -2990,11 +2994,11 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
2990
2994
|
opacity: 1;
|
|
2991
2995
|
}
|
|
2992
2996
|
}
|
|
2993
|
-
`,
|
|
2997
|
+
`,Fu=r.css`
|
|
2994
2998
|
width: 4px;
|
|
2995
2999
|
height: 24px;
|
|
2996
3000
|
background-color: ${u("neutral",400)};
|
|
2997
|
-
`,
|
|
3001
|
+
`,Zu=r.css`
|
|
2998
3002
|
height: 32px;
|
|
2999
3003
|
border-radius: 2px;
|
|
3000
3004
|
background-color: ${u("neutral",200)};
|
|
@@ -3067,16 +3071,16 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3067
3071
|
opacity: 1;
|
|
3068
3072
|
}
|
|
3069
3073
|
}
|
|
3070
|
-
`,
|
|
3074
|
+
`,Gu=(e,t)=>e.findIndex((e=>e.value===t)),qu=e=>1===e?"none":2===e?"left":"right",Wu=r.css`
|
|
3071
3075
|
display: flex;
|
|
3072
3076
|
justify-content: flex-start;
|
|
3073
3077
|
align-items: center;
|
|
3074
3078
|
gap: 8px;
|
|
3075
|
-
`,
|
|
3079
|
+
`,Uu=e=>r.css`
|
|
3076
3080
|
width: ${e||"16px"};
|
|
3077
3081
|
position: relative;
|
|
3078
3082
|
display: flex;
|
|
3079
|
-
`,
|
|
3083
|
+
`,Xu=r.css`
|
|
3080
3084
|
height: 4px;
|
|
3081
3085
|
width: 4px;
|
|
3082
3086
|
background-color: ${u("error",500)};
|
|
@@ -3084,7 +3088,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3084
3088
|
position: absolute;
|
|
3085
3089
|
top: 0px;
|
|
3086
3090
|
right: 0px;
|
|
3087
|
-
`,
|
|
3091
|
+
`,Yu=r.css`
|
|
3088
3092
|
height: 10px;
|
|
3089
3093
|
background-color: ${u("error",500)};
|
|
3090
3094
|
padding: 0 3px 1px 3px;
|
|
@@ -3095,11 +3099,11 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3095
3099
|
position: absolute;
|
|
3096
3100
|
top: -2px;
|
|
3097
3101
|
left: 9px;
|
|
3098
|
-
`,
|
|
3102
|
+
`,Ku=r.css`
|
|
3099
3103
|
font-size: 9px;
|
|
3100
3104
|
font-weight: 700;
|
|
3101
3105
|
color: ${u("error",100)};
|
|
3102
|
-
`,
|
|
3106
|
+
`,Ju=r.css`
|
|
3103
3107
|
height: 16px;
|
|
3104
3108
|
min-width: 16px;
|
|
3105
3109
|
background-color: ${u("error",500)};
|
|
@@ -3108,11 +3112,11 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3108
3112
|
justify-content: center;
|
|
3109
3113
|
align-items: center;
|
|
3110
3114
|
padding: 0px 4px 1px 4px;
|
|
3111
|
-
`,
|
|
3115
|
+
`,Qu=r.css`
|
|
3112
3116
|
font-size: 16px;
|
|
3113
3117
|
font-weight: 700;
|
|
3114
3118
|
color: ${u("error",100)};
|
|
3115
|
-
`,
|
|
3119
|
+
`,ep=(e,t)=>r.css`
|
|
3116
3120
|
width: 100%;
|
|
3117
3121
|
min-width: ${"small"===e?"234px":"320px"};
|
|
3118
3122
|
border-radius: 4px;
|
|
@@ -3127,7 +3131,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3127
3131
|
button {
|
|
3128
3132
|
margin-left: ${t?0:"24px"};
|
|
3129
3133
|
}
|
|
3130
|
-
`,
|
|
3134
|
+
`,tp=r.css`
|
|
3131
3135
|
display: flex;
|
|
3132
3136
|
align-items: flex-start;
|
|
3133
3137
|
gap: 8px;
|
|
@@ -3135,28 +3139,28 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3135
3139
|
svg {
|
|
3136
3140
|
margin-top: 6px;
|
|
3137
3141
|
}
|
|
3138
|
-
`,
|
|
3142
|
+
`,np=e=>r.css`
|
|
3139
3143
|
color: ${u("neutral",800)};
|
|
3140
3144
|
font-size: ${"small"===e?"14px":"18px"};
|
|
3141
3145
|
line-height: ${"small"===e?"20px":"28px"};
|
|
3142
3146
|
font-weight: 400;
|
|
3143
3147
|
text-align: left;
|
|
3144
|
-
`,
|
|
3148
|
+
`,rp=e=>r.css`
|
|
3145
3149
|
color: ${u("neutral",700)};
|
|
3146
3150
|
font-size: ${"small"===e?"12px":"16px"};
|
|
3147
3151
|
line-height: ${"small"===e?"16px":"24px"};
|
|
3148
3152
|
font-weight: 400;
|
|
3149
3153
|
margin-left: 24px;
|
|
3150
3154
|
text-align: left;
|
|
3151
|
-
`,
|
|
3155
|
+
`,ip=r.css`
|
|
3152
3156
|
background-color: ${u("neutral",100)};
|
|
3153
3157
|
border: 1px solid ${u("neutral",300)};
|
|
3154
3158
|
color: ${u("neutral",700)};
|
|
3155
|
-
`,
|
|
3159
|
+
`,op=r.css`
|
|
3156
3160
|
background-color: ${u("neutral",200)};
|
|
3157
3161
|
border: 1px solid ${u("neutral",300)};
|
|
3158
3162
|
color: ${u("neutral",700)};
|
|
3159
|
-
`,
|
|
3163
|
+
`,ap=r.css`
|
|
3160
3164
|
background-color: ${u("success",100)};
|
|
3161
3165
|
border: 1px solid ${u("success",300)};
|
|
3162
3166
|
color: ${u("success",500)};
|
|
@@ -3164,7 +3168,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3164
3168
|
p {
|
|
3165
3169
|
color: ${u("success",900)};
|
|
3166
3170
|
}
|
|
3167
|
-
`,
|
|
3171
|
+
`,sp=r.css`
|
|
3168
3172
|
background-color: ${u("warning",100)};
|
|
3169
3173
|
border: 1px solid ${u("warning",300)};
|
|
3170
3174
|
color: ${u("warning",500)};
|
|
@@ -3172,7 +3176,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3172
3176
|
p {
|
|
3173
3177
|
color: ${u("warning",900)};
|
|
3174
3178
|
}
|
|
3175
|
-
`,
|
|
3179
|
+
`,lp=r.css`
|
|
3176
3180
|
background-color: ${u("error",100)};
|
|
3177
3181
|
border: 1px solid ${u("error",300)};
|
|
3178
3182
|
color: ${u("error",500)};
|
|
@@ -3180,32 +3184,32 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3180
3184
|
p {
|
|
3181
3185
|
color: ${u("error",900)};
|
|
3182
3186
|
}
|
|
3183
|
-
`,
|
|
3187
|
+
`,cp=r.css`
|
|
3184
3188
|
height: 8px;
|
|
3185
3189
|
width: 100%;
|
|
3186
3190
|
background-color: ${u("neutral",300)};
|
|
3187
3191
|
display: flex;
|
|
3188
3192
|
align-items: center;
|
|
3189
3193
|
justify-content: flex-start;
|
|
3190
|
-
`,
|
|
3194
|
+
`,dp=e=>r.css`
|
|
3191
3195
|
height: 100%;
|
|
3192
3196
|
width: ${e}%;
|
|
3193
3197
|
background-color: ${u("primary",500)};
|
|
3194
3198
|
transition: width 0.5s ease-in-out;
|
|
3195
|
-
`,
|
|
3199
|
+
`,up=r.css`
|
|
3196
3200
|
width: 100%;
|
|
3197
3201
|
display: flex;
|
|
3198
3202
|
align-items: center;
|
|
3199
3203
|
justify-content: space-between;
|
|
3200
3204
|
position: relative;
|
|
3201
|
-
`,
|
|
3205
|
+
`,pp=r.css`
|
|
3202
3206
|
height: 60px;
|
|
3203
3207
|
width: 80px;
|
|
3204
3208
|
display: flex;
|
|
3205
3209
|
flex-direction: column;
|
|
3206
3210
|
align-items: center;
|
|
3207
3211
|
justify-content: space-between;
|
|
3208
|
-
`,
|
|
3212
|
+
`,hp=(e,t)=>r.css`
|
|
3209
3213
|
height: 32px;
|
|
3210
3214
|
width: 32px;
|
|
3211
3215
|
display: flex;
|
|
@@ -3241,12 +3245,12 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3241
3245
|
}
|
|
3242
3246
|
|
|
3243
3247
|
${t?`\n background-color: ${u("neutral",300)};\n \n &:hover {\n background-color: ${u("neutral",300)};\n box-shadow: none;\n }\n `:""}
|
|
3244
|
-
`,
|
|
3248
|
+
`,fp=e=>r.css`
|
|
3245
3249
|
color: ${u("neutral",e?800:600)};
|
|
3246
3250
|
font-size: 14px;
|
|
3247
3251
|
line-height: 20px;
|
|
3248
3252
|
font-weight: 400;
|
|
3249
|
-
`,
|
|
3253
|
+
`,xp=r.css`
|
|
3250
3254
|
height: 1px;
|
|
3251
3255
|
width: 100%;
|
|
3252
3256
|
padding: 0 30px;
|
|
@@ -3254,11 +3258,11 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3254
3258
|
top: 16px;
|
|
3255
3259
|
left: 0;
|
|
3256
3260
|
z-index: -1;
|
|
3257
|
-
`,
|
|
3261
|
+
`,gp=r.css`
|
|
3258
3262
|
height: 1px;
|
|
3259
3263
|
width: 100%;
|
|
3260
3264
|
background-color: ${u("neutral",400)};
|
|
3261
|
-
`,
|
|
3265
|
+
`,vp=r.css`
|
|
3262
3266
|
justify-content: space-between;
|
|
3263
3267
|
align-items: center;
|
|
3264
3268
|
gap: 8px;
|
|
@@ -3301,21 +3305,21 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3301
3305
|
color: ${u("error",900)};
|
|
3302
3306
|
}
|
|
3303
3307
|
}
|
|
3304
|
-
`,
|
|
3308
|
+
`,bp=r.css`
|
|
3305
3309
|
font-size: 18px;
|
|
3306
3310
|
line-height: 28px;
|
|
3307
3311
|
font-weight: 400;
|
|
3308
3312
|
color: ${u("neutral",800)};
|
|
3309
|
-
`,
|
|
3313
|
+
`,mp=r.css`
|
|
3310
3314
|
font-size: 16px;
|
|
3311
3315
|
line-height: 24px;
|
|
3312
3316
|
font-weight: 400;
|
|
3313
3317
|
color: ${u("neutral",700)};
|
|
3314
|
-
`,mp=r.css`
|
|
3315
|
-
padding: 6px;
|
|
3316
3318
|
`,yp=r.css`
|
|
3317
3319
|
padding: 6px;
|
|
3318
|
-
`,Cp=
|
|
3320
|
+
`,Cp=r.css`
|
|
3321
|
+
padding: 6px;
|
|
3322
|
+
`,wp={pauseOnPageIdle:!0,offsets:"24px"},jp={"top-start":e.createToaster({placement:"top-start",...wp}),"top-end":e.createToaster({placement:"top-end",...wp}),"bottom-start":e.createToaster({placement:"bottom-start",...wp}),"bottom-end":e.createToaster({placement:"bottom-end",...wp})};exports.Badge=({hasNotification:e,notificationCount:r,label:i})=>{const[o,a]=n.useState(!1);n.useEffect((()=>{const e=()=>{window.innerWidth<1024?a(!0):a(!1)};return e(),window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[]);const s=(()=>{let e="";return r&&r>0&&(e=`${r>99?"99+":r}`),e})();let l="16px";return r&&r>99?l="28px":r&&r>9&&(l="22px"),o?t.jsxs("div",{css:Wu,role:"status","aria-live":"polite",children:[t.jsxs("div",{css:Uu(),children:[t.jsx(P,{color:"currentColor",height:"16px",width:"16px"}),!e||r||i?null:t.jsx("div",{css:Xu,"aria-hidden":!0})]}),i?t.jsx("p",{children:i}):null,s.length>0?t.jsx("div",{css:Ju,children:t.jsx("p",{css:Qu,"aria-label":`${r} unread message`,children:s})}):null]}):t.jsxs("div",{css:Wu,role:"status","aria-live":"polite",children:[i?t.jsx("p",{children:i}):null,t.jsxs("div",{css:Uu(l),children:[s.length>0?t.jsx("div",{css:Yu,children:t.jsx("p",{css:Ku,"aria-label":`${r} unread message`,children:s})}):null,e&&!r?t.jsx("div",{css:Xu,"aria-hidden":!0}):null,t.jsx(P,{color:"currentColor",height:"16px",width:"16px"})]})]})},exports.BaseMap=({title:e,caption:n,additionalSettings:i,options:o,onOptionSelected:a,maxHeight:s="400px",maxWidth:l="260px"})=>t.jsx("div",{css:pn(s,l),children:t.jsxs("div",{className:"ds-base-map-scroll-content",children:[t.jsxs("div",{css:hn,children:[t.jsx("h2",{className:"ds-base-map-header-title",children:e}),t.jsx("p",{className:"ds-base-map-header-caption",children:n})]}),t.jsxs("div",{css:fn,children:[i?t.jsx("div",{css:xn,children:i.map((e=>t.jsxs("div",{children:[t.jsx(Ce,{css:{},checked:e.checked,onCheckedChange:({checked:t})=>e.onCheckedChange({checked:Boolean(t)}),children:e.label}),e.checked&&e.children?t.jsx("div",{css:gn,children:e.children}):null]},e.label)))}):null,o?t.jsx("div",{css:vn,children:o.map((e=>{return t.jsxs("div",{css:bn(e.active),role:"button",onClick:()=>a?.(e),tabIndex:0,onKeyDown:t=>{"Enter"===t.key&&a?.(e)},children:[t.jsx("div",{css:(n=e.imageUrl,r.css`
|
|
3319
3323
|
height: 32px;
|
|
3320
3324
|
width: 32px;
|
|
3321
3325
|
border: 1px solid ${u("neutral",300)};
|
|
@@ -3323,9 +3327,9 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3323
3327
|
background-image: url(${n});
|
|
3324
3328
|
background-size: cover;
|
|
3325
3329
|
background-position: center;
|
|
3326
|
-
`)}),t.jsxs("div",{css:
|
|
3330
|
+
`)}),t.jsxs("div",{css:mn,children:[t.jsxs("div",{className:"ds-base-map-title-container",children:[t.jsx("p",{className:"ds-base-map-title",children:e.label}),e.active?t.jsx(Nt,{label:"Active",variant:"warning",size:"small",icon:t.jsx(y,{})}):null]}),t.jsx("p",{className:"ds-base-map-caption",children:e.caption}),e.active&&e.children?t.jsx("div",{className:"ds-base-map-children",children:e.children}):null]})]},e.label);var n}))}):null]})]})}),exports.Breadcrumb=({links:r,separator:i,maxItems:o=99,linkRouter:a})=>{const[s,l]=n.useState(r.length>o);n.useEffect((()=>{l(r.length>o)}),[r.length]);const c=a;return t.jsx(e.Breadcrumb.Root,{children:t.jsx(e.Breadcrumb.List,{gap:"16px",children:s?t.jsxs(t.Fragment,{children:[t.jsx(e.Breadcrumb.Item,{css:tu,children:t.jsxs(c,{to:r[0].link,href:r[0].link,children:[r[0].icon,r[0].label]})}),t.jsx(e.Breadcrumb.Separator,{css:nu,children:i||t.jsx(j,{rotate:"270"})}),t.jsx("li",{className:"chakra-breadcrumb__item",children:t.jsx("button",{css:ru,type:"button",onClick:()=>l(!1),children:"..."})}),t.jsx(e.Breadcrumb.Separator,{css:nu,children:i||t.jsx(j,{rotate:"270"})}),t.jsx(e.Breadcrumb.Item,{css:tu,children:t.jsxs("p",{"aria-current":"page","aria-label":r[r.length-1].label,children:[r[r.length-1].icon,r[r.length-1].label]})})]}):r.map(((o,a)=>o?.label?t.jsxs(n.Fragment,{children:[t.jsx(e.Breadcrumb.Item,{css:tu,children:a<r.length-1?t.jsxs(c,{to:o.link,href:o.link,children:[o.icon,o.label]}):t.jsxs("p",{"aria-current":"page","aria-label":o.label,children:[o.label&&o.icon?o.icon:"",o.label]})}),a<r.length-1?t.jsx(e.Breadcrumb.Separator,{css:nu,children:i||t.jsx(j,{rotate:"270"})}):null]},o.label):null))})})},exports.Button=v,exports.Checkbox=Ce,exports.CheckboxList=({label:i,caption:o,checkboxes:a,defaultValue:s,onCheckedChange:l,errorMessage:c,horizontal:d,required:u})=>{const[p,h]=n.useState(s?{[s]:!0}:{}),f=`${i}. ${o?`${o}.`:""} ${u?"Required.":"Optional"} ${c?`Error: ${c}.`:""} `;return t.jsxs(e.Group,{css:Ye,tabIndex:0,"aria-label":f,children:[c?t.jsx("div",{css:et}):null,t.jsxs("div",{css:(x=!!c,r.css`
|
|
3327
3331
|
margin-left: ${x?"19px":"0px"};
|
|
3328
|
-
`),children:[t.jsxs("p",{css:
|
|
3332
|
+
`),children:[t.jsxs("p",{css:Ke,"aria-label":i,children:[u&&t.jsx("span",{"aria-label":"required",children:"*"}),i]}),t.jsx("p",{css:Je,"aria-label":o,children:o}),c?t.jsx("p",{css:tt,"aria-label":c,children:c}):null,t.jsx("div",{css:Qe(d),children:a.map((e=>t.jsx(Ce,{css:{},defaultChecked:s===e.value,onCheckedChange:({checked:t})=>((e,t)=>{const n={...p};t&&(n[t]=e,h(n)),l&&l(n)})(t,e.name),...e},e.name)))})]})]});var x},exports.CheckboxOptionCard=({defaultValue:n,items:i,onValueChange:o})=>t.jsx(e.CheckboxGroup,{defaultValue:n,onValueChange:o,children:t.jsx(e.HStack,{alignItems:"flex-start",flexWrap:"wrap",gap:"12px",children:i.map((i=>{return t.jsxs(e.CheckboxCard.Root,{css:we,defaultChecked:-1!==n?.indexOf(i.value),disabled:i.disabled,value:i.value,children:[t.jsx(e.CheckboxCard.HiddenInput,{}),t.jsxs(e.CheckboxCard.Control,{css:je,children:[t.jsxs(e.CheckboxCard.Content,{css:(a=i.variant,r.css`
|
|
3329
3333
|
width: 100%;
|
|
3330
3334
|
display: flex;
|
|
3331
3335
|
flex-direction: ${"centered"===a?"column":"row"};
|
|
@@ -3338,13 +3342,13 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3338
3342
|
padding: 0px;
|
|
3339
3343
|
padding-top: 8px;
|
|
3340
3344
|
color: ${o?u("neutral",500):"inherit"};
|
|
3341
|
-
`),children:i.children}):null]},`${i.label}-${i.value}`);var o,a}))})}),exports.CloseButton=ee,exports.ExtendableCard=({children:n,header:r,footer:i})=>t.jsx(e.Box,{css:
|
|
3345
|
+
`),children:i.children}):null]},`${i.label}-${i.value}`);var o,a}))})}),exports.CloseButton=ee,exports.ExtendableCard=({children:n,header:r,footer:i})=>t.jsx(e.Box,{css:Mr,children:t.jsx(e.Accordion.Root,{multiple:!0,children:t.jsxs(e.Accordion.Item,{value:"extendable-card-item",children:[t.jsxs(e.Accordion.ItemTrigger,{css:Dr,alignItems:"center",children:[t.jsx(e.Flex,{gap:3,flex:"1",overflow:"hidden",alignItems:"center",children:r}),t.jsx(e.Accordion.ItemIndicator,{children:t.jsx(j,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),t.jsxs(e.Accordion.ItemContent,{children:[n,i]})]})})}),exports.Footer=({children:e,label:n="© World Resources Institute",fixed:r,filled:i,maxWidth:o})=>{const a=(new Date).getFullYear();return t.jsx("footer",{css:iu(r,i),children:t.jsxs("div",{css:ou(o),children:[t.jsx("div",{children:t.jsx(_,{height:"32px",width:"91px"})}),t.jsx("div",{css:au,children:e}),t.jsx("div",{children:t.jsxs("p",{css:su,children:[n," ",a]})})]})})},exports.IconButton=Q,exports.IconMarker=Cn,exports.IconMarkers=wn,exports.InlineMessage=({label:e,caption:n,variant:r,size:i="large",icon:o=t.jsx(w,{height:"16px",width:"16px"}),onActionClick:a,actionLabel:s,isButtonRight:l})=>{let c=ip;return"info-grey"===r?c=op:"success"===r?c=ap:"warning"===r?c=sp:"error"===r&&(c=lp),t.jsxs("div",{css:[ep(i,l),c],"aria-roledescription":"Note",children:[t.jsxs("div",{children:[t.jsxs("div",{css:tp,children:[o,t.jsx("p",{css:np(i),children:e})]}),t.jsx("p",{css:rp(i),children:n})]}),s?t.jsx(v,{label:s,variant:"info-white"===r||"info-grey"===r?"primary":"secondary",size:"large"===i?"default":"small",onClick:a}):null]})},exports.InputWithUnits=({label:r,caption:i,errorMessage:o,units:a,unitsPosition:s="end",defaultUnit:l="",defaultValue:c="",onChange:d,required:u,disabled:p})=>{const[h,f]=n.useState(c),[x,g]=n.useState(l?[l]:[a[0].value]),v=(e,t)=>{d&&d("end"===s?""+(t?`${h} ${e}`:`${e} ${x}`):""+(t?`${e} ${h}`:`${x} ${e}`))};return t.jsxs("div",{css:nt,children:[o?t.jsx("div",{css:ot}):null,t.jsxs("div",{style:{marginLeft:o?"19px":"0px"},children:[t.jsxs("p",{css:rt(p),"aria-label":r,children:[u?t.jsx("span",{children:"*"}):null,r]}),t.jsx("p",{css:it(p),"aria-label":i,children:i}),o?t.jsx("p",{css:at,"aria-label":o,children:o}):null,t.jsxs(e.Group,{css:st(!!o,s),attached:!0,children:["start"===s?t.jsx(At,{placeholder:"",value:x,items:a,disabled:p,onChange:e=>{g(e),v(e?.[0],!0)}}):null,t.jsx(ft,{type:"number",value:h,disabled:p,onChange:e=>{f(e.target.value),v(e.target.value)}}),"end"===s?t.jsx(At,{placeholder:"",value:x,items:a,disabled:p,onChange:e=>{g(e),v(e?.[0],!0)}}):null]})]})]})},exports.ItemCount=ur,exports.LayerGroup=({label:r,caption:i,value:o,layerItems:a,onChangeForRadioVariant:s})=>{const[l,c]=n.useState({}),[d]=n.useState((e=>{const t=e.find((e=>"radio"===e.variant&&e.isDefaultSelected));return t?.name})(a));n.useEffect((()=>{let e={...l};a.forEach((t=>{t.isDefaultSelected&&(e={...e,["radio"===t.variant?r:t.name]:t.isDefaultSelected})})),c(e)}),[]);const u=(e,t,n,r)=>{const i={...l,[e]:t};c(i),n&&n(e,t,r)},p=Object.values(l).filter((e=>!0===e)).length,h=`${r}, ${p} Active layers on the map${i?`, ${i}`:""}`;return t.jsxs(e.Accordion.Item,{value:o,width:"100%",children:[t.jsxs(e.Accordion.ItemTrigger,{css:kn,alignItems:"flex-start","aria-label":h,children:[t.jsxs(e.Box,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:[t.jsxs("span",{css:$n,children:[r,t.jsx(Nt,{label:`${p} Active`,size:"small",variant:p>0?"success":"info-grey"})]}),t.jsx("div",{css:Sn,children:i})]}),t.jsx(e.Accordion.ItemIndicator,{display:"flex",children:t.jsx(j,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),t.jsx(e.Accordion.ItemContent,{paddingLeft:"16px",paddingRight:"16px",children:t.jsx(Ve,{name:r,defaultValue:d,customGap:"0px",onChange:(e,t)=>u(e,!!t,s,t),children:a.map((e=>t.jsx(_n,{...e,onChange:(t,n)=>u(t,n,e.onChange)},e.label)))})})]})},exports.LayerGroupContainer=({children:n,defaultValue:r,...i})=>t.jsx("div",{css:jn,style:{width:"100%"},children:t.jsx(e.Accordion.Root,{css:{},defaultValue:r,multiple:!0,...i,children:n})}),exports.LayerItem=_n,exports.LayerParameters=({label:r,children:i,openedByDefault:o})=>t.jsx("div",{children:t.jsx(e.Accordion.Root,{defaultValue:o?[r]:[],multiple:!0,children:t.jsxs(e.Accordion.Item,{css:Pn,value:r,children:[t.jsxs(e.Accordion.ItemTrigger,{css:Mn,children:[t.jsx(e.Box,{width:"full",display:"flex",flexDirection:"column",alignItems:"flex-start",children:t.jsx("p",{css:Dn,children:r})}),t.jsx(e.Accordion.ItemIndicator,{display:"flex",children:t.jsx(j,{color:"var(--chakra-colors-neutral-700)",height:"16px",width:"16px"})})]}),t.jsx(e.Accordion.ItemContent,{css:In,children:n.Children.map(i,(e=>t.jsx("div",{className:"ds-layer-parameters-item-child",children:e})))})]})})}),exports.LegendItem=({layerName:e,dataUnit:n,onDrag:r,onUpClick:i,onDownClick:o,onRemoveClick:a,children:s,onInfoClick:l,onOpacityChanged:c})=>t.jsxs("div",{css:Nn,children:[t.jsxs("div",{css:Vn,children:[t.jsx(Q,{icon:t.jsx(O,{}),"aria-label":"Drag and drop","aria-hidden":!0,onClick:r,style:{display:"none",marginBottom:"12px"}}),t.jsxs("div",{style:{display:"flex",flexDirection:"column",gap:"12px"},children:[t.jsx(Q,{icon:t.jsx(j,{rotate:"180"}),"aria-label":"Up",onClick:i}),t.jsx(Q,{icon:t.jsx(j,{}),"aria-label":"Down",onClick:o})]})]}),t.jsxs("div",{style:{width:"100%"},children:[t.jsxs("div",{css:zn,children:[t.jsxs("div",{children:[t.jsx("h3",{css:An,children:e}),t.jsx("p",{css:Bn,children:n})]}),t.jsx(v,{label:"Remove",size:"small",variant:"secondary",rightIcon:t.jsx($,{}),onClick:a})]}),s,t.jsxs("div",{css:Hn,children:[t.jsx(v,{label:"About data",size:"small",variant:"secondary",leftIcon:t.jsx(w,{}),onClick:l}),t.jsx(Wn,{defaultValue:80,onOpacityChanged:c})]})]})]}),exports.List=({items:n})=>t.jsx(e.Box,{css:pr,children:n.map((e=>t.jsx(mr,{id:e.id,icon:e.icon,label:e.label,caption:e.caption,value:e.value,variant:e.variant??"data",onItemClick:e.onItemClick},e.id??e.label)))}),exports.MapControl=oe,exports.MapControls=ae,exports.Menu=fe,exports.MobileTabBar=({defaultValue:r,tabs:i,onTabClick:o})=>{const[a,s]=n.useState(pu(i,r)||0);return t.jsx("div",{css:lu,children:t.jsx(e.Tabs.Root,{width:"full",defaultValue:r||i?.[0]?.value,onValueChange:({value:e})=>{return s(pu(i,t=e)),void(o&&o(t));var t},children:t.jsx(e.Tabs.List,{alignItems:"center",border:"none",children:i.map(((n,r)=>t.jsxs(e.Tabs.Trigger,{css:cu,"aria-label":n["aria-label"]||n.label,...n,children:[t.jsxs("div",{css:du,children:[n.icon,n.bagdeCount?t.jsx("div",{css:uu,className:"ds-badge-count",children:n.bagdeCount}):null]}),n.hideLabel?null:t.jsx("p",{children:n.label})]},n.label)))})})})},exports.Modal=({header:n,content:r,footer:i,size:o="medium",draggable:a,blocking:s,open:l,onClose:c})=>l?t.jsx(e.Dialog.Root,{open:l,onOpenChange:c,placement:"center",scrollBehavior:"inside",closeOnInteractOutside:!a&&!s,preventScroll:!a&&!s,closeOnEscape:!s,defaultOpen:!0,children:t.jsxs(e.Portal,{children:[a?null:t.jsx(e.Dialog.Backdrop,{}),t.jsx(Pi,{disabled:!a,children:t.jsx(e.Dialog.Positioner,{children:t.jsxs(e.Dialog.Content,{css:Mi(o),children:[t.jsxs(e.Dialog.Header,{css:Di,children:[n,s?null:t.jsx(e.Dialog.CloseTrigger,{css:Ii,asChild:!0,children:t.jsx(ee,{})})]}),t.jsx(e.Dialog.Body,{css:Ni,children:r}),i?t.jsx(e.Dialog.Footer,{padding:"12px",children:i}):null]})})})]})}):null,exports.MultiActionButton=({variant:r="primary",size:i="default",mainActionLabel:o,mainActionOnClick:a=()=>{},otherActions:s=[],disabled:l,...c})=>{const[d,p]=n.useState(!1),h=l?`${o} action button with menu, disabled`:void 0;return t.jsxs(e.Group,{css:be,attached:!0,tabIndex:l?0:void 0,"aria-disabled":l,"aria-label":h,role:"group",children:[t.jsx(v,{css:{},label:o,variant:r,size:i,onClick:a,disabled:l,...c}),t.jsxs(e.Menu.Root,{onOpenChange:({open:e})=>p(e),positioning:{placement:"bottom-end"},children:[t.jsx(e.Menu.Trigger,{css:ge(r),"data-group-item":!0,"data-last":!0,asChild:!0,children:t.jsx(v,{variant:r,size:i,leftIcon:t.jsx(j,{rotate:d?"180":"0",color:u("accessible","text-on-primary-mids")||u("primary",900)}),disabled:l})}),t.jsx(me,{children:s.map((({label:n,value:r,onClick:o})=>t.jsx(e.Menu.Item,{css:ve(i),onClick:o,value:r,children:n},r)))})]})]})},exports.Navbar=({logo:e,linkRouter:i,pathname:o,navigationSection:a,utilitySection:s,actionsSection:l,maxWidth:c,fixed:d,onNavbarHeightChange:p})=>{const h=n.useRef(null),f=n.useRef(null),x=n.useRef(null),[g,b]=n.useState(!1),[m,y]=n.useState(-1),[C,w]=n.useState("undefined"!=typeof window&&window?.innerWidth<=Mu),[j,k]=n.useState(!1),S=i,E=n.useCallback((()=>{if(f.current&&h.current&&x.current){const e=h.current.getBoundingClientRect(),t=f.current.getBoundingClientRect(),n=x.current.getBoundingClientRect();t.width,e.width,window.innerWidth<=Mu||window.innerWidth<=m?(p?.(96),b(!0)):window.innerWidth>Mu&&window.innerWidth<=1440?e.right>=t.left?(p?.(96),b(!0),y(window.innerWidth)):window.innerWidth>m&&(p?.(48),b(!1),y(-1)):(p?.(48),b(!1),y(-1)),g&&(window.innerWidth<=Mu||n.right>=t.left?(w(!0),p?.(48)):(w(!1),p?.(96)))}}),[m,g]);return n.useEffect((()=>(E(),window.addEventListener("resize",E),()=>{window.removeEventListener("resize",E)})),[E]),t.jsxs("nav",{css:hu(g&&!C,d),children:[t.jsxs("div",{css:xu(g&&!C,c),children:[t.jsxs("div",{css:(O=g&&!C,r.css`
|
|
3342
3346
|
display: flex;
|
|
3343
3347
|
align-items: center;
|
|
3344
3348
|
justify-content: flex-start;
|
|
3345
3349
|
gap: 12px;
|
|
3346
3350
|
color: ${u("neutral",O?100:900)};
|
|
3347
|
-
`),ref:h,children:[e?t.jsx("div",{ref:x,css:
|
|
3351
|
+
`),ref:h,children:[e?t.jsx("div",{ref:x,css:gu,children:e}):null,t.jsx("div",{css:vu(g),children:a?.map((e=>e.link?t.jsx(S,{to:e.link,href:e.link,css:bu(o===e.link),children:e.label},e.label):t.jsx(fe,{label:e.label,items:e.items||[]},e.label)))})]}),t.jsx("div",{css:mu,ref:f,children:C?t.jsxs("button",{type:"button",onClick:()=>k(!j),"aria-label":"Open menu",css:wu,children:[j?"Close":"Menu",j?t.jsx($,{height:"16px",width:"16px"}):t.jsx(X,{height:"16px",width:"16px"})]}):t.jsxs(t.Fragment,{children:[t.jsx("div",{css:mu,children:s?.map(((e,n)=>t.jsx("div",{css:yu(g),children:e},n)))}),l?t.jsx("div",{css:Cu(g),children:l.map((e=>t.jsx(v,{...e},e.label)))}):null]})})]}),g&&!C?t.jsx("div",{css:fu,children:a?.map((e=>e.link?t.jsx(S,{to:e.link,href:e.link,css:bu(o===e.link),children:e.label},e.label):t.jsx(fe,{label:e.label,items:e.items||[]},e.label)))}):null,C?t.jsx(Pu,{navigationSection:a,utilitySection:s,actionsSection:l,linkRouter:i,isOpen:j,setIsOpen:k,pathname:o}):null]});var O},exports.NavigationRail=({tabs:r=[],defaultValue:i,onTabClick:o,children:a,onOpenChange:s})=>{const[l,c]=n.useState(!1),[d,u]=n.useState(i||r?.[0]?.value);return t.jsxs("div",{style:{height:"calc(100vh - 48px - 56px)",position:"fixed",top:"48px",left:0,display:"flex"},children:[t.jsxs("div",{css:Du,children:[t.jsx(e.Tabs.Root,{defaultValue:i||r?.[0]?.value,orientation:"horizontal",width:"full",onValueChange:({value:e})=>{var t;u(t=e),o&&o(t)},role:"tablist",children:t.jsx(e.Tabs.List,{alignItems:"center",border:"none",style:{flexDirection:"column"},children:r.map((n=>t.jsx(e.Tabs.Trigger,{css:Iu,"aria-label":n["aria-label"]||n.label,...n,children:t.jsxs(e.Box,{display:"flex",alignItems:"center",flexDirection:"column",gap:"5px",className:"ds-tab-label",children:[n.icon?t.jsx("div",{css:Nu,children:n.icon}):null,t.jsx("p",{children:n.label})]})},n.label)))})}),a?t.jsx(e.Collapsible.Root,{onOpenChange:({open:e})=>{c(e),s&&s(!e)},children:t.jsxs(e.Collapsible.Trigger,{css:Vu,children:[t.jsx("div",{css:Nu,children:l?t.jsx(m,{}):t.jsx(b,{})}),t.jsxs("div",{className:"ds-tab-label",children:[t.jsx("p",{children:l?"Show":"Hide"}),t.jsx("p",{children:"Sidebar"})]})]})}):null]}),a?t.jsx(e.Collapsible.Root,{defaultOpen:!0,open:!l,children:t.jsx(e.Collapsible.Content,{height:"100%",children:t.jsx("div",{css:zu,role:"tabpanel","aria-labelledby":d,children:a})})}):null]})},exports.OptionCard=({defaultValue:n,items:i,onValueChange:o})=>t.jsx(e.RadioCard.Root,{defaultValue:n,onValueChange:o,children:t.jsx(e.HStack,{alignItems:"flex-start",flexWrap:"wrap",gap:"12px",children:i.map((n=>{return t.jsxs(e.RadioCard.Item,{css:Oe,value:n.value,disabled:n.disabled,children:[t.jsx(e.RadioCard.ItemHiddenInput,{}),t.jsxs(e.RadioCard.ItemControl,{css:Re,children:[t.jsxs("div",{css:(o=n.variant,r.css`
|
|
3348
3352
|
width: 100%;
|
|
3349
3353
|
display: flex;
|
|
3350
3354
|
flex-direction: ${"centered"===o?"column":"row"};
|
|
@@ -3357,7 +3361,7 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3357
3361
|
padding: 0px;
|
|
3358
3362
|
padding-top: 8px;
|
|
3359
3363
|
color: ${i?u("neutral",500):"inherit"};
|
|
3360
|
-
`),children:n.children}):null]},`${n.label}-${n.value}`);var i,o}))})}),exports.Pagination=
|
|
3364
|
+
`),children:n.children}):null]},`${n.label}-${n.value}`);var i,o}))})}),exports.Pagination=kr,exports.Panel=({header:e,content:r,footer:i,variant:o="fixed",width:a})=>{const[s,l]=n.useState(void 0),[c,d]=n.useState(void 0),u=n.useRef(null),p=n.useRef(null);n.useEffect((()=>{l(u?.current?.getBoundingClientRect()?.height),d(p?.current?.getBoundingClientRect()?.height)}),[e,i]);return t.jsxs("div",{css:[Vi(a),"fixed"===o?zi:Ai],children:[e?t.jsx("div",{css:Bi,ref:u,children:e}):null,t.jsx("div",{css:Hi(s,c),children:r}),i?t.jsx("div",{css:Fi,ref:p,children:i}):null]})},exports.Password=({label:e,caption:i,required:o,disabledRules:a,onChange:s,minLength:l=8,hideValidations:c})=>{const[d,p]=n.useState(!1),[h,f]=n.useState(""),[x,g]=n.useState({strength:"Very weak",length:!1,uppercase:!1,lowercase:!1,numbers:!1,specialCharacters:!1});return t.jsxs("div",{css:Bt,children:[t.jsxs("p",{css:Ht,"aria-label":e,children:[o?t.jsx("span",{children:"*"}):null,e]}),t.jsx("p",{css:Ft,"aria-label":i,children:i}),t.jsxs("div",{css:Zt,children:[t.jsx(ft,{type:d?"text":"password",value:h,"aria-describedby":"password-guidelines",onChange:e=>(e=>{const t={...x};let n=0,r=!1;t.length=e.length>=l,n+=e.length>=l?1:0,r=/[A-Z]/.test(e),n+=r?1:0,t.uppercase=r,r=/[a-z]/.test(e),n+=r?1:0,t.lowercase=r,r=/[0-9]/.test(e),n+=r?1:0,t.numbers=r,r=/[-'/`~!¡#*$@_%+=.,^&(){}[\]|;:“‘"<>?\\]/.test(e),n+=r?1:0,t.specialCharacters=r,t.strength="Very Weak",e.length>=4&&n>=2&&(t.strength="Weak"),e.length>=6&&n>=3&&(t.strength="Medium"),e.length>=l&&n>=4&&(t.strength="Strong"),e.length>=l+2&&n>=5&&(t.strength="Very Strong"),f(e),g(t),s&&s(t)})(e.target.value)}),t.jsx(v,{label:d?"Hide":"Show",variant:"secondary",leftIcon:d?t.jsx(E,{}):t.jsx(S,{}),"aria-label":d?"Hide password":"Show password",onClick:()=>p(!d),type:"button"})]}),h&&!c?t.jsxs("div",{id:"password-guidelines",css:Gt,"aria-live":"polite",children:[t.jsxs("p",{css:(b=x.strength,r.css`
|
|
3361
3365
|
font-size: 16px;
|
|
3362
3366
|
line-height: 24px;
|
|
3363
3367
|
font-weight: 400;
|
|
@@ -3368,13 +3372,13 @@ function wc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
|
|
|
3368
3372
|
font-weight: 700;
|
|
3369
3373
|
color: ${u("Medium"===b?"warning":"Strong"===b||"Very Strong"===b?"success":"error",900)};
|
|
3370
3374
|
}
|
|
3371
|
-
`),"aria-live":"polite",role:"status",children:["Password Strength: ",t.jsx("span",{children:x.strength})]}),t.jsx("div",{css:
|
|
3375
|
+
`),"aria-live":"polite",role:"status",children:["Password Strength: ",t.jsx("span",{children:x.strength})]}),t.jsx("div",{css:qt(x.strength),children:t.jsx("div",{})}),t.jsxs("div",{css:Wt(x.length),"aria-label":`Use a minimum of ${l} characters. ${x.length?"Requirement met.":"Requirement not met."}`,children:[t.jsx("div",{children:x.length?t.jsx(y,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):t.jsx($,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),t.jsxs("p",{children:["Use a minimum of ",l," characters"]})]}),a?.uppercase?null:t.jsxs("div",{css:Wt(x.uppercase),"aria-label":"Use an uppercase letter. "+(x.uppercase?"Requirement met.":"Requirement not met."),children:[t.jsx("div",{children:x.uppercase?t.jsx(y,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):t.jsx($,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),t.jsx("p",{children:"Use an uppercase letter"})]}),a?.lowercase?null:t.jsxs("div",{css:Wt(x.lowercase),"aria-label":"Use a lowercase letter. "+(x.lowercase?"Requirement met.":"Requirement not met."),children:[t.jsx("div",{children:x.lowercase?t.jsx(y,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):t.jsx($,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),t.jsx("p",{children:"Use a lowercase letter"})]}),a?.numbers?null:t.jsxs("div",{css:Wt(x.numbers),"aria-label":"Use a number. "+(x.numbers?"Requirement met.":"Requirement not met."),children:[t.jsx("div",{children:x.numbers?t.jsx(y,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):t.jsx($,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),t.jsx("p",{children:"Use a number"})]}),a?.specialCharacters?null:t.jsxs("div",{css:Wt(x.specialCharacters),"aria-label":"Use a special character. "+(x.specialCharacters?"Requirement met.":"Requirement not met."),children:[t.jsx("div",{children:x.specialCharacters?t.jsx(y,{color:"var(--chakra-colors-success-500)",height:"8px",width:"8px"}):t.jsx($,{color:"var(--chakra-colors-error-900)",height:"8px",width:"8px"})}),t.jsx("p",{children:"Use a special character"})]})]}):null]});var b},exports.ProgressBar=({progress:e})=>{let n=e;return n>100&&(n=100),n<0&&(n=0),t.jsx("div",{css:cp,role:"progressbar","aria-label":`Progress: ${n}%`,"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":n,children:t.jsx("div",{css:dp(n)})})},exports.QualitativeAttribute=({type:e,label:r,caption:i,color:o,onActionClick:a,showActionButton:s,pointIcon:l=t.jsx(B,{color:"#006D2C"})})=>{const[c,d]=n.useState(!0),u=n.useId(),p=n.useId(),h="raster"===e,f="line"===e,x="point"===e,g=c?"Hide":"Show",b=i?`${u} ${p}`:u;return t.jsxs("div",{css:Kn,children:[t.jsxs("div",{css:Jn,children:[t.jsxs("div",{children:[h&&t.jsx("div",{css:Un(o)}),f&&t.jsx("div",{css:Xn(o)}),x&&t.jsx("div",{css:Yn(o),children:l})]}),t.jsxs("div",{children:[t.jsx("p",{id:u,css:Qn,children:r}),i?t.jsx("p",{id:p,css:er,children:i}):null]})]}),a&&s?t.jsx("div",{css:tr,children:t.jsx(v,{type:"button",variant:"borderless",label:g,rightIcon:c?t.jsx(E,{}):t.jsx(S,{}),"aria-pressed":c,"aria-describedby":b,"aria-label":`${g} ${r}`,onClick:()=>{d((e=>!e)),a?.()}})}):null]})},exports.Radio=Ne,exports.RadioGroup=Ve,exports.RadioList=({label:n,caption:i,name:o,radios:a,defaultValue:s,onCheckedChange:l,errorMessage:c,horizontal:d,variant:u="default",required:p})=>{const h=`${n}. ${i?`${i}.`:""} ${p?"Required.":"Optional."} ${c?`Error: ${c}.`:""} `;return t.jsxs(e.Group,{tabIndex:0,css:Ut,"aria-roledescription":"group","aria-label":h,children:[c?t.jsx("div",{css:Jt}):null,t.jsxs("div",{css:(f=!!c,r.css`
|
|
3372
3376
|
margin-left: ${f?"19px":"0px"};
|
|
3373
|
-
`),children:[t.jsxs("p",{css:
|
|
3377
|
+
`),children:[t.jsxs("p",{css:Xt,"aria-label":n,children:[p&&t.jsx("span",{"aria-label":"required",children:"*"}),n]}),t.jsx("p",{css:Yt,"aria-label":i,children:i}),c?t.jsx("p",{css:Qt,"aria-label":c,children:c}):null,t.jsx("div",{css:Kt,children:t.jsx(Ve,{name:o,defaultValue:s,onChange:l,horizontal:d&&"card"!==u,children:a.map((e=>t.jsx(Ne,{css:"card"===u?en:{},...e},e.value)))})})]})]});var f},exports.SSOButtons=Y,exports.ScaleBar=({colors:e,values:n,subLabels:i,isGradient:o})=>{return t.jsxs("div",{css:nr,children:[o?t.jsx("div",{css:(a=sr(e),r.css`
|
|
3374
3378
|
height: 20px;
|
|
3375
3379
|
width: 100%;
|
|
3376
3380
|
margin-bottom: 8px;
|
|
3377
3381
|
border: 1px solid ${u("neutral",300)};
|
|
3378
3382
|
border-radius: 4px;
|
|
3379
3383
|
${a?`background: ${a};`:""}
|
|
3380
|
-
`)}):t.jsx("div",{css:
|
|
3384
|
+
`)}):t.jsx("div",{css:rr,children:e?.map(((e,r)=>t.jsx("div",{"data-test":`${e}-${n?.[r]}`,style:{backgroundColor:e,width:"100%",height:"100%"}},`${e}-${n?.[r]}`)))}),t.jsx("div",{css:ir,children:n?.map((e=>t.jsx("div",{style:{width:o?"auto":`calc(100% / ${n.length})`,display:"flex",justifyContent:"center"},children:t.jsx("p",{css:or,children:e})},e)))}),i&&i.length?t.jsx("div",{css:ir,children:i.map((e=>t.jsx("div",{style:{width:o?"auto":`calc(100% / ${n.length})`,display:"flex",justifyContent:"center"},children:t.jsx("p",{css:ar,style:{width:"100%"},children:e})},e)))}):null]});var a},exports.Select=At,exports.Sheet=({header:e,content:n,footer:r,open:i=!1,onClose:o,minimizedHeight:a,midHeight:s=200,maxFullHeight:l,defaultSnap:c="minimized",className:d,blocking:u,zIndex:p=1e3})=>t.jsx(Qd,{css:eu(!!e,p),className:d,open:i,onDismiss:o,header:e,footer:r,snapPoints:({headerHeight:e,maxHeight:t,footerHeight:n})=>[20,a||e,s+(r?n:0),l||t-t/6],defaultSnap:({headerHeight:e,maxHeight:t,footerHeight:n})=>{let i=20;return"minimized"===c?i=a||e:"mid"===c?i=s+(r?n:0):"full"===c&&(i=l||t-t/6),i},blocking:u,children:n}),exports.Slider=We,exports.SliderInput=({label:e,caption:r,size:i="default",sliderItem:o,required:a,onChange:s})=>{const[l,c]=n.useState(o.value||[]),d=(e,t)=>{const n=e.target.value,r=[...l];let i=n?parseInt(n,10):n;const a=o.min||0,s=o.max||100;i=Number.isNaN(i)?a:i,i=i<a?a:i,i=i>s?s:i,r[t]=i,c(r)},u=(e,t)=>{const n=e.target.value||"0",r=[...l];let i=parseInt(n,10);const a=o.min||0,d=o.max||100;if(i=Number.isNaN(i)?a:i,i=i<a?a:i,i=i>d?d:i,2===l?.length){i=Number.isNaN(i)?a:i;const e=l[0],n=l[1];0===t?(i=i<a?a:i,i=i>n?n:i):1===t&&(i=i<e?e:i,i=i>d?d:i)}r[t]=i,c(r),s&&s(r)};return t.jsxs("div",{children:[t.jsxs("p",{css:tn(i),"aria-label":e,children:[a?t.jsx("span",{children:"*"}):null,e]}),r?t.jsx("p",{css:nn(i),"aria-label":r,children:r}):null,t.jsxs("div",{css:rn,children:[o.step&&o.marks?t.jsx(At,{items:o.marks.map((e=>({label:`${e.label}`,value:`${e.value}`}))),placeholder:"",style:{width:"90px"},value:[`${l?.[0]}`],onChange:e=>{const t=e.map((e=>parseInt(e,10)));c(t),s&&s(t)}}):t.jsx(ft,{"aria-label":e,min:o.min,max:o.max,value:l?.[0],type:"number",onChange:e=>d(e,0),onBlur:e=>u(e,0),className:"ds-opacity-control-text-input",onClick:e=>e.target.select()}),t.jsx(We,{css:{},...o,value:l,onValueChangeEnd:e=>{c(e.value),s&&s(e.value)}}),2===l?.length?t.jsx(ft,{"aria-label":e,min:o.min,max:o.max,value:l?.[1],type:"number",onChange:e=>d(e,1),onBlur:e=>u(e,1),className:"ds-opacity-control-text-input",onClick:e=>e.target.select()}):null]})]})},exports.StepProgressIndicator=({steps:e,currentStep:n})=>t.jsxs("div",{css:up,children:[e.map(((e,r)=>t.jsxs("div",{css:pp,children:[t.jsx("button",{css:hp(n>=r+1,n<r+1),type:"button",onClick:e.onClick,"aria-current":n===r+1,"aria-disabled":n<r+1,disabled:n<r+1,"aria-label":`Current Step ${r}${e.label?` ${e.label}`:""}`,"data-active":n>=r+1,children:n>r+1?t.jsx(y,{height:"16px",width:"16px"}):r+1}),e.label?t.jsx("p",{css:fp(n===r+1),children:e.label}):null]},`${e.label}-${r}`))),t.jsx("div",{css:xp,children:t.jsx("div",{css:gp})})]}),exports.Switch=Xe,exports.TabBar=({variant:r="panel",defaultValue:i,tabs:o,onTabClick:a})=>{const[s,l]=n.useState(Gu(o,i)||0),c="view"===r;return t.jsx("div",{css:Au(r),children:t.jsx(e.Tabs.Root,{width:"full",defaultValue:i||o?.[0]?.value,onValueChange:({value:e})=>{return l(Gu(o,t=e)),void(a&&a(t));var t},children:t.jsx(e.Tabs.List,{alignItems:"center",border:"none",children:o.map(((r,i)=>t.jsxs(n.Fragment,{children:[c&&1===i&&"left"===qu(s)?t.jsx("div",{css:Fu}):null,t.jsx(e.Tabs.Trigger,{css:[Bu,c?Zu:Hu],"aria-label":r["aria-label"]||r.label,...r,children:t.jsxs(e.Box,{display:"flex",alignItems:"center",gap:"5px",children:[r.icon,r.label]})},r.label),c&&1===i&&"right"===qu(s)?t.jsx("div",{css:Fu}):null]},r.label)))})})})},exports.Table=({columns:r,data:i,renderRow:o,striped:a,stickyHeader:s,pagination:l,selectable:c,selectedRows:d,onSortColumn:u,onPageSizeChange:p,onPageChange:h,onAllItemsSelected:f})=>{const[x,g]=n.useState({key:"",order:""}),{totalItems:v=i.length,currentPage:b=1,pageSize:m=10,showItemCount:y,showItemCountText:C}=l||{},w=(e,t)=>{g({key:e,order:t}),u&&u({key:e,order:t})},k=d?.length===i?.length,$=d&&d.length>0&&!k;return t.jsxs("div",{children:[t.jsxs(e.Table.Root,{css:$r,striped:a,stickyHeader:s,interactive:!0,children:[t.jsx(e.Table.Header,{css:Sr,children:t.jsxs(e.Table.Row,{children:[c?t.jsx(e.Table.ColumnHeader,{children:t.jsx(Ce,{name:"header-checkbox",checked:k,indeterminate:$,onCheckedChange:({checked:e})=>{f&&f(e)}})}):null,r.map((n=>t.jsx(e.Table.ColumnHeader,{role:n.sortable?"columnheader":void 0,"aria-sort":n.sortable&&"asc"===x.order?"ascending":n.sortable&&"desc"===x.order?"descending":void 0,children:t.jsxs("div",{css:Er,children:[n.label,n.sortable?t.jsxs("div",{css:Or,children:[t.jsx(Q,{css:Rr(x.key===n.key&&"asc"===x.order),icon:t.jsx(j,{style:{transform:"rotate(180deg)"}}),onClick:()=>w(n.key,"asc"),"aria-label":"Ascending"}),t.jsx(Q,{css:Rr(x.key===n.key&&"desc"===x.order),icon:t.jsx(j,{}),onClick:()=>w(n.key,"desc"),"aria-label":"Descending"})]}):null]})},n.key)))]})}),t.jsx(e.Table.Body,{children:i.map((e=>t.jsx(n.Fragment,{children:o(e)},e.id)))})]}),t.jsxs("div",{css:Tr,children:[t.jsx("div",{children:y?t.jsx(ur,{pageSize:m,currentPage:b,totalItems:v,onPageSizeChange:p,showItemCountText:C}):null}),l?t.jsx("div",{css:Lr,children:t.jsx(kr,{totalItems:v,pageSize:m,currentPage:b,onPageChange:h})}):null]})]})},exports.TableCell=Pr,exports.TableRow=_r,exports.Tag=Nt,exports.TextInput=ft,exports.Textarea=({label:r,caption:i,placeholder:o,errorMessage:a,required:s,disabled:l,size:c="default",defaultValue:d="",onChange:u,minLength:p,maxLength:h,...f})=>{const[x,g]=n.useState(d),[v,b]=n.useState(!1),[m,y]=n.useState(!1),[C,w]=n.useState(""),j=n.useId(),k=n.useId(),$=n.useId();n.useEffect((()=>{const{length:e}=d;p&&e<p&&e>0?(b(e<p),y(!1),w(`Enter at least ${p-e} characters`)):p&&0===e&&w(`Min ${p} characters`),h&&e>0?(b(!1),y(e>h),w(`You have ${h-e} characters remaining`)):h&&0===e&&w(`Max ${h} characters`)}),[]);const S=!!a||v||m,E=[i?j:null,S?k:null,C?$:null].filter(Boolean).join(" ")||void 0;return t.jsxs("div",{css:on(c),children:[S?t.jsx("div",{css:an}):null,t.jsxs(e.Field.Root,{required:s,invalid:S,gap:"0",style:{marginLeft:S?"19px":"0px"},children:[r?t.jsxs(e.Field.Label,{css:sn(c,l),"aria-label":r,children:[t.jsx(e.Field.RequiredIndicator,{"aria-label":"required"}),r,s?"":t.jsx("span",{children:" (Optional)"})]}):null,i?t.jsx(e.Field.HelperText,{id:j,css:ln(c,l),children:i}):null,a?t.jsx(e.Field.ErrorText,{id:k,css:dn,"aria-label":`Error: ${a}`,"aria-live":"polite",children:a}):null,t.jsx(e.Textarea,{placeholder:o,disabled:l,css:un(c,x,d),onChange:e=>{g(e.target.value);const{length:t}=e.target.value;p&&h?(b(t<p),y(t>h),w(`You have ${h-t} characters remaining`)):p?(b(t<p),y(!1),w(t<p?`Enter at least ${p-t} characters`:"")):h&&(y(t>h),b(!1),w(`You have ${h-t} characters remaining`)),u&&u(e)},value:x,"aria-describedby":E,_placeholder:{color:"var(--chakra-colors-neutral-500)"},...f}),v&&p?t.jsxs(e.Field.ErrorText,{id:k,css:dn,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You need ",p-x.length," more characters"]}):null,m&&h?t.jsxs(e.Field.ErrorText,{id:k,css:dn,style:{marginTop:"8px",fontSize:"12px",lineHeight:"16px"},"aria-live":"polite",children:["You have ",x.length-h," characters too many"]}):null,!C||m||v?null:t.jsx(e.Field.HelperText,{id:$,css:cn,"aria-live":"polite",children:C})]})]})},exports.Toast=()=>Object.keys(jp).map((n=>t.jsx(e.Portal,{children:t.jsx(e.Toaster,{toaster:jp[n],insetInline:{mdDown:"4"},children:r=>t.jsxs(e.Toast.Root,{css:vp,width:{md:"sm"},children:[t.jsxs(e.Stack,{flexDirection:"row",className:"ds-toast-icon-container",children:["info"===r.type?r.meta?.icon?r.meta.icon:t.jsx(w,{color:"var(--chakra-colors-neutral-700)"}):null,"loading"===r.type?t.jsx(e.Spinner,{size:"lg",borderWidth:"3px",color:"var(--chakra-colors-primary-500)"}):null,"success"===r.type?r.meta?.icon?r.meta.icon:t.jsx(R,{color:"var(--chakra-colors-success-500)"}):null,"warning"===r.type?r.meta?.icon?r.meta.icon:t.jsx(T,{color:"var(--chakra-colors-warning-500)"}):null,"error"===r.type?r.meta?.icon?r.meta.icon:t.jsx(L,{color:"var(--chakra-colors-error-500)"}):null,t.jsxs(e.Stack,{gap:"1",flex:"1",maxWidth:"100%",children:[t.jsx(e.Toast.Title,{css:bp,"aria-label":`${r.title}`,children:r.title}),r.description?t.jsx(e.Toast.Title,{css:mp,"aria-label":`${r.description}`,children:r.description}):null]})]}),r.action||r.meta?.closable?t.jsxs(e.Stack,{flexDirection:"row",children:[r.action?t.jsx(v,{css:yp,label:r.action.label,size:"small",variant:"info"===r.type?"primary":"secondary",onClick:()=>{r?.action?.onClick&&r.action.onClick(),jp[n].dismiss()}}):null,r.meta?.closable?t.jsx(v,{css:Cp,label:r.meta.closableLabel,"aria-label":r.meta?.closableLabel||"Dismiss",leftIcon:t.jsx($,{height:"10px!",width:"10px!"}),size:"small",variant:"secondary",onClick:()=>jp[n].dismiss()}):null]}):null]})})},n))),exports.designSystemStyles=d,exports.getThemedColor=u,exports.showToast=e=>{jp[e.placement].create({title:e.label,description:e.caption,duration:e.duration||5e3,meta:{closable:e.closable,icon:e.icon,closableLabel:e.closableLabel},...e})};
|