@linzjs/lui 24.14.0 → 24.16.0
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/CHANGELOG.md +17 -0
- package/dist/assets/icons/add_to_parcels.svg +4 -0
- package/dist/assets/icons/arrow_up_left.svg +3 -0
- package/dist/assets/icons/help.svg +3 -0
- package/dist/assets/icons/slidein.svg +4 -0
- package/dist/assets/icons/slideout.svg +4 -0
- package/dist/assets/icons/slideup.svg +4 -0
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +46 -0
- package/dist/components/LuiButton/LuiButton.d.ts +3 -1
- package/dist/components/LuiLoadingSpinner/LuiLoadingSpinner.d.ts +2 -1
- package/dist/index.js +427 -47
- package/dist/index.js.map +1 -1
- package/dist/lui.css +619 -313
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +427 -47
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Elements/Buttons/buttons.scss +205 -53
- package/package.json +1 -2
- package/dist/components/lol/MockBackendUtils.d.ts +0 -141
- package/dist/components/lol/handlers.d.ts +0 -13
package/dist/lui.esm.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
import React__default, { forwardRef as forwardRef$1, useState, useRef, useCallback,
|
|
2
|
+
import React__default, { forwardRef as forwardRef$1, useState, useEffect, useRef, useCallback, useContext, createContext, useMemo, Fragment, useLayoutEffect, Component, cloneElement, useId as useId$1, useInsertionEffect as useInsertionEffect$1, Children, isValidElement, createElement, useImperativeHandle, useReducer } from 'react';
|
|
3
3
|
import { Menu as Menu$2, ControlledMenu, applyStatics, MenuItem, SubMenu, MenuDivider, MenuHeader, useMenuState, FocusableItem } from '@szhsin/react-menu';
|
|
4
4
|
import lottie from 'lottie-web/build/player/lottie_light';
|
|
5
|
-
import crypto$1 from 'crypto';
|
|
6
5
|
import ReactDOM, { createPortal, flushSync } from 'react-dom';
|
|
6
|
+
import crypto$1 from 'crypto';
|
|
7
7
|
import { jsx as jsx$1, Fragment as Fragment$1, jsxs } from 'react/jsx-runtime';
|
|
8
8
|
|
|
9
9
|
function r$3(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r$3(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx$1(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r$3(e))&&(n&&(n+=" "),n+=t);return n}
|
|
@@ -145,6 +145,9 @@ iconMap['ic_add_to_csv'] = (React__default.createElement("svg", { viewBox: "0 0
|
|
|
145
145
|
React__default.createElement("path", { d: "M5 9c0 .3.2 1 1 1s1-.7 1-1V7h2c.3 0 1-.2 1-1s-.7-1-1-1H7V3c0-.3-.2-1-1-1s-1 .7-1 1v2H3c-.3 0-1 .2-1 1s.7 1 1 1h2z" })));
|
|
146
146
|
iconMap['ic_add_to_list'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
147
147
|
React__default.createElement("path", { d: "M13 10H3c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1m0-4H3c-.55 0-1 .45-1 1s.45 1 1 1h10c.55 0 1-.45 1-1s-.45-1-1-1m5 8v-3c0-.55-.45-1-1-1s-1 .45-1 1v3h-3c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1zM3 16h6c.55 0 1-.45 1-1s-.45-1-1-1H3c-.55 0-1 .45-1 1s.45 1 1 1" })));
|
|
148
|
+
iconMap['ic_add_to_parcels'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
149
|
+
React__default.createElement("path", { d: "M3 3V11H11V3H3ZM9 9H5V5H9V9ZM3 13V21H11V13H3ZM9 19H5V15H9V19ZM13 3V11H21V3H13ZM19 9H15V5H19V9Z" }),
|
|
150
|
+
React__default.createElement("path", { d: "M22 18C22 17.4477 21.5523 17 21 17H19V15C19 14.4477 18.5523 14 18 14C17.4477 14 17 14.4477 17 15V17H15C14.4477 17 14 17.4477 14 18C14 18.5523 14.4477 19 15 19H17V21C17 21.5523 17.4477 22 18 22C18.5523 22 19 21.5523 19 21V19H21C21.5523 19 22 18.5523 22 18Z" })));
|
|
148
151
|
iconMap['ic_add_to_statutory_action'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
149
152
|
React__default.createElement("path", { d: "M18 7V11C18 11.5523 17.5523 12 17 12H11V7H18ZM13 10H16V9H13V10Z" }),
|
|
150
153
|
React__default.createElement("path", { d: "M6 10H10V12H6V10Z" }),
|
|
@@ -206,6 +209,8 @@ iconMap['ic_arrow_forward_ios'] = (React__default.createElement("svg", { xmlns:
|
|
|
206
209
|
React__default.createElement("path", { d: "m5.93 4.125 2.156-2.109L18.07 12l-9.984 9.984-2.156-2.109L13.852 12z" })));
|
|
207
210
|
iconMap['ic_arrow_forward_right'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
208
211
|
React__default.createElement("path", { d: "M5.027 13.05h11.47l-5.012 5.144c-.4.412-.4 1.086 0 1.498.4.41 1.048.41 1.448 0l6.767-6.949c.4-.41.4-1.075 0-1.486l-6.767-6.949a1.004 1.004 0 0 0-1.448 0 1.07 1.07 0 0 0 0 1.487l5.011 5.145H5.026c-.564 0-1.026.475-1.026 1.055s.462 1.054 1.027 1.054Z" })));
|
|
212
|
+
iconMap['ic_arrow_up_left'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
213
|
+
React__default.createElement("path", { d: "M7.82499 9.9998L10.725 12.8998C10.925 13.0998 11.0208 13.3331 11.0125 13.5998C11.0042 13.8665 10.9083 14.0998 10.725 14.2998C10.525 14.4998 10.2917 14.604 10.025 14.6123C9.75832 14.6206 9.52499 14.5248 9.32499 14.3248L4.69999 9.6998C4.59999 9.5998 4.52915 9.49147 4.48749 9.3748C4.44582 9.25814 4.42499 9.13314 4.42499 8.9998C4.42499 8.86647 4.44582 8.74147 4.48749 8.6248C4.52915 8.50814 4.59999 8.3998 4.69999 8.2998L9.27499 3.7248C9.47499 3.5248 9.71249 3.4248 9.98749 3.4248C10.2625 3.4248 10.5 3.5248 10.7 3.7248C10.9 3.9248 11 4.15814 11 4.4248C11 4.69147 10.9 4.9248 10.7 5.1248L7.82499 7.9998H17C17.55 7.9998 18.0208 8.19564 18.4125 8.5873C18.8042 8.97897 19 9.4498 19 9.9998V18.9998C19 19.2831 18.9042 19.5206 18.7125 19.7123C18.5208 19.904 18.2833 19.9998 18 19.9998C17.7167 19.9998 17.4792 19.904 17.2875 19.7123C17.0958 19.5206 17 19.2831 17 18.9998V9.9998H7.82499Z" })));
|
|
209
214
|
iconMap['ic_attach_file'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
210
215
|
React__default.createElement("path", { d: "m19.571 10.586-8.132 8.132a4 4 0 0 1-5.657 0 4 4 0 0 1 0-5.657l8.84-8.84a2.501 2.501 0 0 1 3.535 3.536l-7.425 7.425a1.003 1.003 0 0 1-1.414 0 1.003 1.003 0 0 1 0-1.414l6.717-6.718-1.06-1.06-6.718 6.717a2.501 2.501 0 0 0 3.536 3.536l7.425-7.425a4 4 0 0 0 0-5.657 4 4 0 0 0-5.657 0L4.72 12a5.497 5.497 0 0 0 0 7.778 5.497 5.497 0 0 0 7.779 0l8.132-8.131z" })));
|
|
211
216
|
iconMap['ic_attachment'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
@@ -436,6 +441,8 @@ iconMap['ic_generate_title'] = (React__default.createElement("svg", { viewBox: "
|
|
|
436
441
|
React__default.createElement("path", { d: "M9.295 9.705 7.75 9l1.545-.705L10 6.75l.705 1.545L12.25 9l-1.545.705L10 11.25zM10 18.75l.705-1.545 1.545-.705-1.545-.705L10 14.25l-.705 1.545-1.545.705 1.545.705zm-2.722-6.472-1.028.472 1.027.473.473 1.027.473-1.027 1.027-.473-1.027-.473-.473-1.027zM13 12c0-2.318 1.035-4.455 2.58-6H13V4.5h5.25v5.25h-1.5V6.96C15.4 8.265 14.5 10.11 14.5 12c0 2.49 1.575 4.77 3.75 5.865V19.5C15.182 18.308 13 15.262 13 12" })));
|
|
437
442
|
iconMap['ic_grid_view'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
438
443
|
React__default.createElement("path", { d: "M3 3h8v8H3zm0 10h8v8H3zM21 3h-8v8h8zm-8 10h8v8h-8z" })));
|
|
444
|
+
iconMap['ic_help'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
445
|
+
React__default.createElement("path", { d: "M12.8375 17.6375C13.0792 17.3958 13.2 17.1 13.2 16.75C13.2 16.4 13.0792 16.1042 12.8375 15.8625C12.5958 15.6208 12.3 15.5 11.95 15.5C11.6 15.5 11.3042 15.6208 11.0625 15.8625C10.8208 16.1042 10.7 16.4 10.7 16.75C10.7 17.1 10.8208 17.3958 11.0625 17.6375C11.3042 17.8792 11.6 18 11.95 18C12.3 18 12.5958 17.8792 12.8375 17.6375ZM11.05 14.15H12.9C12.9 13.6 12.9625 13.1667 13.0875 12.85C13.2125 12.5333 13.5667 12.1 14.15 11.55C14.5833 11.1167 14.925 10.7042 15.175 10.3125C15.425 9.92083 15.55 9.45 15.55 8.9C15.55 7.96667 15.2083 7.25 14.525 6.75C13.8417 6.25 13.0333 6 12.1 6C11.15 6 10.3792 6.25 9.7875 6.75C9.19583 7.25 8.78333 7.85 8.55 8.55L10.2 9.2C10.2833 8.9 10.4708 8.575 10.7625 8.225C11.0542 7.875 11.5 7.7 12.1 7.7C12.6333 7.7 13.0333 7.84583 13.3 8.1375C13.5667 8.42917 13.7 8.75 13.7 9.1C13.7 9.43333 13.6 9.74583 13.4 10.0375C13.2 10.3292 12.95 10.6 12.65 10.85C11.9167 11.5 11.4667 11.9917 11.3 12.325C11.1333 12.6583 11.05 13.2667 11.05 14.15ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22Z" })));
|
|
439
446
|
iconMap['ic_help_outline'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
440
447
|
React__default.createElement("path", { d: "M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4" })));
|
|
441
448
|
iconMap['ic_high_priority'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
@@ -747,6 +754,15 @@ iconMap['ic_separator'] = (React__default.createElement("svg", { xmlns: "http://
|
|
|
747
754
|
React__default.createElement("path", { d: "M11 3h2v18h-2z" })));
|
|
748
755
|
iconMap['ic_settings'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
749
756
|
React__default.createElement("path", { d: "M13.924 21.95h-3.848a.97.97 0 0 1-.667-.25 1 1 0 0 1-.333-.626l-.308-2.325a4 4 0 0 1-.628-.3 8 8 0 0 1-.578-.375l-2.232.9q-.36.126-.718.025a.95.95 0 0 1-.564-.425L2.149 15.35a.92.92 0 0 1-.128-.7q.077-.375.385-.6l1.924-1.425a2.3 2.3 0 0 1-.026-.338v-.675q0-.162.026-.337L2.406 9.85a.96.96 0 0 1-.385-.6.92.92 0 0 1 .128-.7l1.899-3.225a.8.8 0 0 1 .55-.438 1.3 1.3 0 0 1 .732.038l2.232.9q.282-.2.59-.375.307-.174.616-.3l.308-2.325a1 1 0 0 1 .333-.625.97.97 0 0 1 .667-.25h3.848q.385 0 .667.25t.333.625l.308 2.325q.334.126.63.3.294.176.576.375l2.232-.9q.36-.124.718-.025a.95.95 0 0 1 .564.425l1.899 3.225a.92.92 0 0 1 .128.7.96.96 0 0 1-.385.6l-1.924 1.425q.026.176.026.337v.675a1.2 1.2 0 0 1-.051.338l1.924 1.425q.307.225.384.6a.92.92 0 0 1-.128.7l-1.898 3.2q-.206.326-.577.438a1.16 1.16 0 0 1-.732-.013l-2.18-.9a7 7 0 0 1-.59.375 5 5 0 0 1-.616.3l-.308 2.325a1 1 0 0 1-.333.625.97.97 0 0 1-.667.25m-1.873-6.5q1.488 0 2.54-1.026 1.052-1.024 1.052-2.475 0-1.449-1.052-2.475-1.052-1.025-2.54-1.025-1.514 0-2.553 1.025Q8.46 10.5 8.46 11.949t1.038 2.475q1.04 1.026 2.553 1.025Z" })));
|
|
757
|
+
iconMap['ic_slidein'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
758
|
+
React__default.createElement("path", { d: "M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM10 18H20V6H10V18Z" }),
|
|
759
|
+
React__default.createElement("path", { d: "M15 15.8002L16.33 14.4702L14.8337 12.9502H18.8V11.0502H14.8337L16.33 9.5302L15 8.2002L11.2 12.0002L15 15.8002Z" })));
|
|
760
|
+
iconMap['ic_slideout'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
761
|
+
React__default.createElement("path", { d: "M4 20C3.45 20 2.97917 19.8042 2.5875 19.4125C2.19583 19.0208 2 18.55 2 18V6C2 5.45 2.19583 4.97917 2.5875 4.5875C2.97917 4.19583 3.45 4 4 4H20C20.55 4 21.0208 4.19583 21.4125 4.5875C21.8042 4.97917 22 5.45 22 6V18C22 18.55 21.8042 19.0208 21.4125 19.4125C21.0208 19.8042 20.55 20 20 20H4ZM10 18H20V6H10V18Z" }),
|
|
762
|
+
React__default.createElement("path", { d: "M15 15.8002L13.67 14.4702L15.1663 12.9502H11.2V11.0502H15.1663L13.67 9.5302L15 8.2002L18.8 12.0002L15 15.8002Z" })));
|
|
763
|
+
iconMap['ic_slideup'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
764
|
+
React__default.createElement("path", { d: "M22 19C22 19.55 21.8042 20.0208 21.4125 20.4125C21.0208 20.8042 20.55 21 20 21H4C3.45 21 2.97917 20.8042 2.5875 20.4125C2.19583 20.0208 2 19.55 2 19L2 5C2 4.45 2.19583 3.97917 2.5875 3.5875C2.97917 3.19583 3.45 3 4 3L20 3C20.55 3 21.0208 3.19583 21.4125 3.5875C21.8042 3.97917 22 4.45 22 5V19ZM20 15V5L4 5L4 15L20 15Z" }),
|
|
765
|
+
React__default.createElement("path", { d: "M15.8 9.99999L14.47 11.33L12.95 9.83374V13.8H11.05V9.83374L9.53 11.33L8.2 9.99999L12 6.19999L15.8 9.99999Z" })));
|
|
750
766
|
iconMap['ic_sort'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
751
767
|
React__default.createElement("path", { d: "M4 18h4c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1M3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1m1 6h10c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1" })));
|
|
752
768
|
iconMap['ic_sorting_down_arrow_up'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
@@ -948,13 +964,31 @@ var PlainButton = React__default.forwardRef(function (props, ref) {
|
|
|
948
964
|
var LuiButton = React__default.forwardRef(function (props, ref) {
|
|
949
965
|
var _level = props.level ? props.level : 'primary';
|
|
950
966
|
var size = props.size ? props.size : 'med';
|
|
967
|
+
if (_level === 'error') {
|
|
968
|
+
console.warn('Warning: The "error" level for LuiButton is deprecated. Please use intent="danger" instead.');
|
|
969
|
+
}
|
|
970
|
+
// Only show the loading spinner after a 100ms delay to prevent it from flashing for fast operations
|
|
971
|
+
var _a = useState(false), loadingDelayElapsed = _a[0], setLoadingDelayElapsed = _a[1];
|
|
972
|
+
var showLoadingSpinner = props.loading && loadingDelayElapsed;
|
|
973
|
+
useEffect(function () {
|
|
974
|
+
if (!props.loading) {
|
|
975
|
+
setLoadingDelayElapsed(false);
|
|
976
|
+
return;
|
|
977
|
+
}
|
|
978
|
+
var timeoutId = setTimeout(function () {
|
|
979
|
+
setLoadingDelayElapsed(true);
|
|
980
|
+
}, 100);
|
|
981
|
+
return function () {
|
|
982
|
+
clearTimeout(timeoutId);
|
|
983
|
+
};
|
|
984
|
+
}, [props.loading]);
|
|
951
985
|
if (props.href) {
|
|
952
986
|
var aProps = {
|
|
953
987
|
href: props.href,
|
|
954
988
|
'data-testid': props['data-testid'],
|
|
955
989
|
name: props.name,
|
|
956
990
|
title: props.title,
|
|
957
|
-
className: clsx$1('lui-button', "lui-button-".concat(props.level), "lui-button-".concat(props.size), props.className),
|
|
991
|
+
className: clsx$1('lui-button', props.level && "lui-button-".concat(props.level), props.size && "lui-button-".concat(props.size), props.intent && "lui-button-".concat(props.intent), props.className),
|
|
958
992
|
style: props.style
|
|
959
993
|
};
|
|
960
994
|
if (props.openInNewTab) {
|
|
@@ -963,7 +997,15 @@ var LuiButton = React__default.forwardRef(function (props, ref) {
|
|
|
963
997
|
}
|
|
964
998
|
return React__default.createElement("a", __assign({}, aProps), props.children);
|
|
965
999
|
}
|
|
966
|
-
return (React__default.createElement(PlainButton, { type: props.type, title: props.title, disabled: props.disabled, name: props.name, onClick: props.onClick, level: _level, size: size, "data-testid": props['data-testid'], style: props.style, className: props.className,
|
|
1000
|
+
return (React__default.createElement(PlainButton, { type: props.type, title: props.title, disabled: props.disabled || props.loading, name: props.name, onClick: props.onClick, level: _level, size: size, "data-testid": props['data-testid'], style: props.style, className: clsx$1(props.className, props.intent && "lui-button-".concat(props.intent)), buttonProps: props.loading
|
|
1001
|
+
? __assign(__assign({}, props.buttonProps), { 'aria-busy': true }) : props.buttonProps, ref: ref },
|
|
1002
|
+
props.children,
|
|
1003
|
+
showLoadingSpinner && (React__default.createElement(LuiMiniSpinner, { size: size === 'sm' ? 18 : 24, highContrast: ['primary', 'success', 'error'].includes(_level), divProps: {
|
|
1004
|
+
className: 'lui-button-loading-spinner',
|
|
1005
|
+
'data-testid': 'loading-spinner',
|
|
1006
|
+
role: 'status',
|
|
1007
|
+
'aria-label': 'Loading'
|
|
1008
|
+
} }))));
|
|
967
1009
|
});
|
|
968
1010
|
/**
|
|
969
1011
|
* A series of Lui buttons together.
|
|
@@ -1066,12 +1108,12 @@ var reactIs_production_min$1 = {};
|
|
|
1066
1108
|
* This source code is licensed under the MIT license found in the
|
|
1067
1109
|
* LICENSE file in the root directory of this source tree.
|
|
1068
1110
|
*/
|
|
1069
|
-
var b$1="function"===typeof Symbol&&Symbol.for,c$1=b$1?Symbol.for("react.element"):60103,d$1=b$1?Symbol.for("react.portal"):60106,e$1=b$1?Symbol.for("react.fragment"):60107,f$1=b$1?Symbol.for("react.strict_mode"):60108,g$1=b$1?Symbol.for("react.profiler"):60114,h$
|
|
1070
|
-
Symbol.for("react.suspense_list"):60120,r$2=b$1?Symbol.for("react.memo"):60115,t$1=b$1?Symbol.for("react.lazy"):60116,v$
|
|
1071
|
-
function z$1(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c$1:switch(a=a.type,a){case l$1:case m$1:case e$1:case g$1:case f$1:case p$1:return a;default:switch(a=a&&a.$$typeof,a){case k$1:case n$1:case t$1:case r$2:case h$
|
|
1072
|
-
reactIs_production_min$1.Profiler=g$1;reactIs_production_min$1.StrictMode=f$1;reactIs_production_min$1.Suspense=p$1;reactIs_production_min$1.isAsyncMode=function(a){return A$1(a)||z$1(a)===l$1};reactIs_production_min$1.isConcurrentMode=A$1;reactIs_production_min$1.isContextConsumer=function(a){return z$1(a)===k$1};reactIs_production_min$1.isContextProvider=function(a){return z$1(a)===h$
|
|
1111
|
+
var b$1="function"===typeof Symbol&&Symbol.for,c$1=b$1?Symbol.for("react.element"):60103,d$1=b$1?Symbol.for("react.portal"):60106,e$1=b$1?Symbol.for("react.fragment"):60107,f$1=b$1?Symbol.for("react.strict_mode"):60108,g$1=b$1?Symbol.for("react.profiler"):60114,h$4=b$1?Symbol.for("react.provider"):60109,k$1=b$1?Symbol.for("react.context"):60110,l$1=b$1?Symbol.for("react.async_mode"):60111,m$1=b$1?Symbol.for("react.concurrent_mode"):60111,n$1=b$1?Symbol.for("react.forward_ref"):60112,p$1=b$1?Symbol.for("react.suspense"):60113,q$1=b$1?
|
|
1112
|
+
Symbol.for("react.suspense_list"):60120,r$2=b$1?Symbol.for("react.memo"):60115,t$1=b$1?Symbol.for("react.lazy"):60116,v$4=b$1?Symbol.for("react.block"):60121,w$5=b$1?Symbol.for("react.fundamental"):60117,x$1=b$1?Symbol.for("react.responder"):60118,y$1=b$1?Symbol.for("react.scope"):60119;
|
|
1113
|
+
function z$1(a){if("object"===typeof a&&null!==a){var u=a.$$typeof;switch(u){case c$1:switch(a=a.type,a){case l$1:case m$1:case e$1:case g$1:case f$1:case p$1:return a;default:switch(a=a&&a.$$typeof,a){case k$1:case n$1:case t$1:case r$2:case h$4:return a;default:return u}}case d$1:return u}}}function A$1(a){return z$1(a)===m$1}reactIs_production_min$1.AsyncMode=l$1;reactIs_production_min$1.ConcurrentMode=m$1;reactIs_production_min$1.ContextConsumer=k$1;reactIs_production_min$1.ContextProvider=h$4;reactIs_production_min$1.Element=c$1;reactIs_production_min$1.ForwardRef=n$1;reactIs_production_min$1.Fragment=e$1;reactIs_production_min$1.Lazy=t$1;reactIs_production_min$1.Memo=r$2;reactIs_production_min$1.Portal=d$1;
|
|
1114
|
+
reactIs_production_min$1.Profiler=g$1;reactIs_production_min$1.StrictMode=f$1;reactIs_production_min$1.Suspense=p$1;reactIs_production_min$1.isAsyncMode=function(a){return A$1(a)||z$1(a)===l$1};reactIs_production_min$1.isConcurrentMode=A$1;reactIs_production_min$1.isContextConsumer=function(a){return z$1(a)===k$1};reactIs_production_min$1.isContextProvider=function(a){return z$1(a)===h$4};reactIs_production_min$1.isElement=function(a){return "object"===typeof a&&null!==a&&a.$$typeof===c$1};reactIs_production_min$1.isForwardRef=function(a){return z$1(a)===n$1};reactIs_production_min$1.isFragment=function(a){return z$1(a)===e$1};reactIs_production_min$1.isLazy=function(a){return z$1(a)===t$1};
|
|
1073
1115
|
reactIs_production_min$1.isMemo=function(a){return z$1(a)===r$2};reactIs_production_min$1.isPortal=function(a){return z$1(a)===d$1};reactIs_production_min$1.isProfiler=function(a){return z$1(a)===g$1};reactIs_production_min$1.isStrictMode=function(a){return z$1(a)===f$1};reactIs_production_min$1.isSuspense=function(a){return z$1(a)===p$1};
|
|
1074
|
-
reactIs_production_min$1.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e$1||a===m$1||a===g$1||a===f$1||a===p$1||a===q$1||"object"===typeof a&&null!==a&&(a.$$typeof===t$1||a.$$typeof===r$2||a.$$typeof===h$
|
|
1116
|
+
reactIs_production_min$1.isValidElementType=function(a){return "string"===typeof a||"function"===typeof a||a===e$1||a===m$1||a===g$1||a===f$1||a===p$1||a===q$1||"object"===typeof a&&null!==a&&(a.$$typeof===t$1||a.$$typeof===r$2||a.$$typeof===h$4||a.$$typeof===k$1||a.$$typeof===n$1||a.$$typeof===w$5||a.$$typeof===x$1||a.$$typeof===y$1||a.$$typeof===v$4)};reactIs_production_min$1.typeOf=z$1;
|
|
1075
1117
|
|
|
1076
1118
|
var reactIs_development$1 = {};
|
|
1077
1119
|
|
|
@@ -3241,17 +3283,17 @@ var LuiResizableLayout = function (props) {
|
|
|
3241
3283
|
} }));
|
|
3242
3284
|
};
|
|
3243
3285
|
|
|
3244
|
-
var v$
|
|
3245
|
-
var fr$
|
|
3246
|
-
var ip$
|
|
3247
|
-
var op$
|
|
3248
|
-
var w$
|
|
3249
|
-
var h$
|
|
3250
|
-
var nm$
|
|
3251
|
-
var ddd$
|
|
3252
|
-
var assets$
|
|
3286
|
+
var v$3 = "5.7.4";
|
|
3287
|
+
var fr$2 = 30.0000305175781;
|
|
3288
|
+
var ip$2 = 0;
|
|
3289
|
+
var op$2 = 3629.0036916097;
|
|
3290
|
+
var w$4 = 380;
|
|
3291
|
+
var h$3 = 280;
|
|
3292
|
+
var nm$2 = "2023 spinner";
|
|
3293
|
+
var ddd$2 = 0;
|
|
3294
|
+
var assets$2 = [
|
|
3253
3295
|
];
|
|
3254
|
-
var layers$
|
|
3296
|
+
var layers$2 = [
|
|
3255
3297
|
{
|
|
3256
3298
|
ddd: 0,
|
|
3257
3299
|
ind: 1,
|
|
@@ -5969,33 +6011,33 @@ var layers$1 = [
|
|
|
5969
6011
|
bm: 0
|
|
5970
6012
|
}
|
|
5971
6013
|
];
|
|
5972
|
-
var markers$
|
|
6014
|
+
var markers$2 = [
|
|
5973
6015
|
];
|
|
5974
6016
|
var loaderData = {
|
|
5975
|
-
v: v$
|
|
5976
|
-
fr: fr$
|
|
5977
|
-
ip: ip$
|
|
5978
|
-
op: op$
|
|
5979
|
-
w: w$
|
|
5980
|
-
h: h$
|
|
5981
|
-
nm: nm$
|
|
5982
|
-
ddd: ddd$
|
|
5983
|
-
assets: assets$
|
|
5984
|
-
layers: layers$
|
|
5985
|
-
markers: markers$
|
|
6017
|
+
v: v$3,
|
|
6018
|
+
fr: fr$2,
|
|
6019
|
+
ip: ip$2,
|
|
6020
|
+
op: op$2,
|
|
6021
|
+
w: w$4,
|
|
6022
|
+
h: h$3,
|
|
6023
|
+
nm: nm$2,
|
|
6024
|
+
ddd: ddd$2,
|
|
6025
|
+
assets: assets$2,
|
|
6026
|
+
layers: layers$2,
|
|
6027
|
+
markers: markers$2
|
|
5986
6028
|
};
|
|
5987
6029
|
|
|
5988
|
-
var v$
|
|
5989
|
-
var fr = 29.9700012207031;
|
|
5990
|
-
var ip = 0;
|
|
5991
|
-
var op = 20.0000008146167;
|
|
5992
|
-
var w$
|
|
5993
|
-
var h$
|
|
5994
|
-
var nm = "right circle/sml loader";
|
|
5995
|
-
var ddd = 0;
|
|
5996
|
-
var assets = [
|
|
6030
|
+
var v$2 = "5.7.4";
|
|
6031
|
+
var fr$1 = 29.9700012207031;
|
|
6032
|
+
var ip$1 = 0;
|
|
6033
|
+
var op$1 = 20.0000008146167;
|
|
6034
|
+
var w$3 = 200;
|
|
6035
|
+
var h$2 = 200;
|
|
6036
|
+
var nm$1 = "right circle/sml loader";
|
|
6037
|
+
var ddd$1 = 0;
|
|
6038
|
+
var assets$1 = [
|
|
5997
6039
|
];
|
|
5998
|
-
var layers = [
|
|
6040
|
+
var layers$1 = [
|
|
5999
6041
|
{
|
|
6000
6042
|
ddd: 0,
|
|
6001
6043
|
ind: 1,
|
|
@@ -6613,9 +6655,346 @@ var layers = [
|
|
|
6613
6655
|
bm: 0
|
|
6614
6656
|
}
|
|
6615
6657
|
];
|
|
6616
|
-
var markers = [
|
|
6658
|
+
var markers$1 = [
|
|
6617
6659
|
];
|
|
6618
6660
|
var smlLoaderData = {
|
|
6661
|
+
v: v$2,
|
|
6662
|
+
fr: fr$1,
|
|
6663
|
+
ip: ip$1,
|
|
6664
|
+
op: op$1,
|
|
6665
|
+
w: w$3,
|
|
6666
|
+
h: h$2,
|
|
6667
|
+
nm: nm$1,
|
|
6668
|
+
ddd: ddd$1,
|
|
6669
|
+
assets: assets$1,
|
|
6670
|
+
layers: layers$1,
|
|
6671
|
+
markers: markers$1
|
|
6672
|
+
};
|
|
6673
|
+
|
|
6674
|
+
var v$1 = "5.7.4";
|
|
6675
|
+
var fr = 29.9700012207031;
|
|
6676
|
+
var ip = 0;
|
|
6677
|
+
var op = 20.0000008146167;
|
|
6678
|
+
var w$2 = 200;
|
|
6679
|
+
var h$1 = 200;
|
|
6680
|
+
var nm = "right circle/sml loader with high contrast";
|
|
6681
|
+
var ddd = 0;
|
|
6682
|
+
var assets = [
|
|
6683
|
+
];
|
|
6684
|
+
var layers = [
|
|
6685
|
+
{
|
|
6686
|
+
ddd: 0,
|
|
6687
|
+
ind: 2,
|
|
6688
|
+
ty: 4,
|
|
6689
|
+
nm: "left circle/sml loader Outlines",
|
|
6690
|
+
sr: 1,
|
|
6691
|
+
ks: {
|
|
6692
|
+
o: {
|
|
6693
|
+
a: 0,
|
|
6694
|
+
k: 100,
|
|
6695
|
+
ix: 11
|
|
6696
|
+
},
|
|
6697
|
+
r: {
|
|
6698
|
+
a: 1,
|
|
6699
|
+
k: [
|
|
6700
|
+
{
|
|
6701
|
+
i: {
|
|
6702
|
+
x: [
|
|
6703
|
+
0.833
|
|
6704
|
+
],
|
|
6705
|
+
y: [
|
|
6706
|
+
0.833
|
|
6707
|
+
]
|
|
6708
|
+
},
|
|
6709
|
+
o: {
|
|
6710
|
+
x: [
|
|
6711
|
+
0.167
|
|
6712
|
+
],
|
|
6713
|
+
y: [
|
|
6714
|
+
0.167
|
|
6715
|
+
]
|
|
6716
|
+
},
|
|
6717
|
+
t: 0,
|
|
6718
|
+
s: [
|
|
6719
|
+
0
|
|
6720
|
+
]
|
|
6721
|
+
},
|
|
6722
|
+
{
|
|
6723
|
+
t: 20.0000008146167,
|
|
6724
|
+
s: [
|
|
6725
|
+
360
|
|
6726
|
+
]
|
|
6727
|
+
}
|
|
6728
|
+
],
|
|
6729
|
+
ix: 10
|
|
6730
|
+
},
|
|
6731
|
+
p: {
|
|
6732
|
+
a: 0,
|
|
6733
|
+
k: [
|
|
6734
|
+
100,
|
|
6735
|
+
100,
|
|
6736
|
+
0
|
|
6737
|
+
],
|
|
6738
|
+
ix: 2,
|
|
6739
|
+
l: 2
|
|
6740
|
+
},
|
|
6741
|
+
a: {
|
|
6742
|
+
a: 0,
|
|
6743
|
+
k: [
|
|
6744
|
+
100,
|
|
6745
|
+
100,
|
|
6746
|
+
0
|
|
6747
|
+
],
|
|
6748
|
+
ix: 1,
|
|
6749
|
+
l: 2
|
|
6750
|
+
},
|
|
6751
|
+
s: {
|
|
6752
|
+
a: 0,
|
|
6753
|
+
k: [
|
|
6754
|
+
100,
|
|
6755
|
+
100,
|
|
6756
|
+
100
|
|
6757
|
+
],
|
|
6758
|
+
ix: 6,
|
|
6759
|
+
l: 2
|
|
6760
|
+
}
|
|
6761
|
+
},
|
|
6762
|
+
ao: 0,
|
|
6763
|
+
shapes: [
|
|
6764
|
+
{
|
|
6765
|
+
ty: "gr",
|
|
6766
|
+
it: [
|
|
6767
|
+
{
|
|
6768
|
+
ind: 0,
|
|
6769
|
+
ty: "sh",
|
|
6770
|
+
ix: 1,
|
|
6771
|
+
ks: {
|
|
6772
|
+
a: 0,
|
|
6773
|
+
k: {
|
|
6774
|
+
i: [
|
|
6775
|
+
[
|
|
6776
|
+
0,
|
|
6777
|
+
0
|
|
6778
|
+
],
|
|
6779
|
+
[
|
|
6780
|
+
0,
|
|
6781
|
+
55.14
|
|
6782
|
+
],
|
|
6783
|
+
[
|
|
6784
|
+
-55.14,
|
|
6785
|
+
0
|
|
6786
|
+
],
|
|
6787
|
+
[
|
|
6788
|
+
-0.147,
|
|
6789
|
+
-8.749
|
|
6790
|
+
],
|
|
6791
|
+
[
|
|
6792
|
+
0,
|
|
6793
|
+
0
|
|
6794
|
+
],
|
|
6795
|
+
[
|
|
6796
|
+
0,
|
|
6797
|
+
-41.597
|
|
6798
|
+
],
|
|
6799
|
+
[
|
|
6800
|
+
-41.597,
|
|
6801
|
+
0
|
|
6802
|
+
]
|
|
6803
|
+
],
|
|
6804
|
+
o: [
|
|
6805
|
+
[
|
|
6806
|
+
-55.14,
|
|
6807
|
+
0
|
|
6808
|
+
],
|
|
6809
|
+
[
|
|
6810
|
+
0,
|
|
6811
|
+
-55.14
|
|
6812
|
+
],
|
|
6813
|
+
[
|
|
6814
|
+
0,
|
|
6815
|
+
0
|
|
6816
|
+
],
|
|
6817
|
+
[
|
|
6818
|
+
0.148,
|
|
6819
|
+
8.793
|
|
6820
|
+
],
|
|
6821
|
+
[
|
|
6822
|
+
-41.597,
|
|
6823
|
+
0
|
|
6824
|
+
],
|
|
6825
|
+
[
|
|
6826
|
+
0,
|
|
6827
|
+
41.598
|
|
6828
|
+
],
|
|
6829
|
+
[
|
|
6830
|
+
0,
|
|
6831
|
+
0
|
|
6832
|
+
]
|
|
6833
|
+
],
|
|
6834
|
+
v: [
|
|
6835
|
+
[
|
|
6836
|
+
50,
|
|
6837
|
+
100
|
|
6838
|
+
],
|
|
6839
|
+
[
|
|
6840
|
+
-50,
|
|
6841
|
+
0
|
|
6842
|
+
],
|
|
6843
|
+
[
|
|
6844
|
+
50,
|
|
6845
|
+
-100
|
|
6846
|
+
],
|
|
6847
|
+
[
|
|
6848
|
+
59.338,
|
|
6849
|
+
-87.698
|
|
6850
|
+
],
|
|
6851
|
+
[
|
|
6852
|
+
50,
|
|
6853
|
+
-75.438
|
|
6854
|
+
],
|
|
6855
|
+
[
|
|
6856
|
+
-25.438,
|
|
6857
|
+
0
|
|
6858
|
+
],
|
|
6859
|
+
[
|
|
6860
|
+
50,
|
|
6861
|
+
75.438
|
|
6862
|
+
]
|
|
6863
|
+
],
|
|
6864
|
+
c: true
|
|
6865
|
+
},
|
|
6866
|
+
ix: 2
|
|
6867
|
+
},
|
|
6868
|
+
nm: "Path 1",
|
|
6869
|
+
mn: "ADBE Vector Shape - Group",
|
|
6870
|
+
hd: false
|
|
6871
|
+
},
|
|
6872
|
+
{
|
|
6873
|
+
ty: "gf",
|
|
6874
|
+
o: {
|
|
6875
|
+
a: 0,
|
|
6876
|
+
k: 100,
|
|
6877
|
+
ix: 10
|
|
6878
|
+
},
|
|
6879
|
+
r: 1,
|
|
6880
|
+
bm: 0,
|
|
6881
|
+
g: {
|
|
6882
|
+
p: 5,
|
|
6883
|
+
k: {
|
|
6884
|
+
a: 0,
|
|
6885
|
+
k: [
|
|
6886
|
+
0.002,
|
|
6887
|
+
0.039,
|
|
6888
|
+
0.635,
|
|
6889
|
+
0.271,
|
|
6890
|
+
0.286,
|
|
6891
|
+
0.02,
|
|
6892
|
+
0.539,
|
|
6893
|
+
0.433,
|
|
6894
|
+
0.57,
|
|
6895
|
+
0,
|
|
6896
|
+
0.443,
|
|
6897
|
+
0.596,
|
|
6898
|
+
0.785,
|
|
6899
|
+
0,
|
|
6900
|
+
0.351,
|
|
6901
|
+
0.48,
|
|
6902
|
+
1,
|
|
6903
|
+
0,
|
|
6904
|
+
0.259,
|
|
6905
|
+
0.365
|
|
6906
|
+
],
|
|
6907
|
+
ix: 9
|
|
6908
|
+
}
|
|
6909
|
+
},
|
|
6910
|
+
s: {
|
|
6911
|
+
a: 0,
|
|
6912
|
+
k: [
|
|
6913
|
+
98,
|
|
6914
|
+
80
|
|
6915
|
+
],
|
|
6916
|
+
ix: 5
|
|
6917
|
+
},
|
|
6918
|
+
e: {
|
|
6919
|
+
a: 0,
|
|
6920
|
+
k: [
|
|
6921
|
+
100,
|
|
6922
|
+
-75
|
|
6923
|
+
],
|
|
6924
|
+
ix: 6
|
|
6925
|
+
},
|
|
6926
|
+
t: 1,
|
|
6927
|
+
nm: "Gradient Fill 1",
|
|
6928
|
+
mn: "ADBE Vector Graphic - G-Fill",
|
|
6929
|
+
hd: false
|
|
6930
|
+
},
|
|
6931
|
+
{
|
|
6932
|
+
ty: "tr",
|
|
6933
|
+
p: {
|
|
6934
|
+
a: 0,
|
|
6935
|
+
k: [
|
|
6936
|
+
50,
|
|
6937
|
+
100
|
|
6938
|
+
],
|
|
6939
|
+
ix: 2
|
|
6940
|
+
},
|
|
6941
|
+
a: {
|
|
6942
|
+
a: 0,
|
|
6943
|
+
k: [
|
|
6944
|
+
0,
|
|
6945
|
+
0
|
|
6946
|
+
],
|
|
6947
|
+
ix: 1
|
|
6948
|
+
},
|
|
6949
|
+
s: {
|
|
6950
|
+
a: 0,
|
|
6951
|
+
k: [
|
|
6952
|
+
100,
|
|
6953
|
+
100
|
|
6954
|
+
],
|
|
6955
|
+
ix: 3
|
|
6956
|
+
},
|
|
6957
|
+
r: {
|
|
6958
|
+
a: 0,
|
|
6959
|
+
k: 0,
|
|
6960
|
+
ix: 6
|
|
6961
|
+
},
|
|
6962
|
+
o: {
|
|
6963
|
+
a: 0,
|
|
6964
|
+
k: 100,
|
|
6965
|
+
ix: 7
|
|
6966
|
+
},
|
|
6967
|
+
sk: {
|
|
6968
|
+
a: 0,
|
|
6969
|
+
k: 0,
|
|
6970
|
+
ix: 4
|
|
6971
|
+
},
|
|
6972
|
+
sa: {
|
|
6973
|
+
a: 0,
|
|
6974
|
+
k: 0,
|
|
6975
|
+
ix: 5
|
|
6976
|
+
},
|
|
6977
|
+
nm: "Transform"
|
|
6978
|
+
}
|
|
6979
|
+
],
|
|
6980
|
+
nm: "Group 1",
|
|
6981
|
+
np: 2,
|
|
6982
|
+
cix: 2,
|
|
6983
|
+
bm: 0,
|
|
6984
|
+
ix: 1,
|
|
6985
|
+
mn: "ADBE Vector Group",
|
|
6986
|
+
hd: false
|
|
6987
|
+
}
|
|
6988
|
+
],
|
|
6989
|
+
ip: 0,
|
|
6990
|
+
op: 120.0000048877,
|
|
6991
|
+
st: 0,
|
|
6992
|
+
bm: 0
|
|
6993
|
+
}
|
|
6994
|
+
];
|
|
6995
|
+
var markers = [
|
|
6996
|
+
];
|
|
6997
|
+
var highContrastSmallLoaderData = {
|
|
6619
6998
|
v: v$1,
|
|
6620
6999
|
fr: fr,
|
|
6621
7000
|
ip: ip,
|
|
@@ -6678,12 +7057,13 @@ var LuiStatusSpinner = function (props) {
|
|
|
6678
7057
|
React__default.createElement(LuiLoadingSpinner, null),
|
|
6679
7058
|
React__default.createElement("div", null, props.children))));
|
|
6680
7059
|
};
|
|
6681
|
-
var
|
|
6682
|
-
|
|
6683
|
-
React__default.createElement(LuiLottieLight, { animationData: smlLoaderData, loop: true, autoplay: autoplay, rendererSettings: {
|
|
6684
|
-
preserveAspectRatio: 'xMidYMid slice'
|
|
6685
|
-
}, style: { height: props.size, width: props.size } })));
|
|
7060
|
+
var SPINNER_RENDERER_SETTINGS = {
|
|
7061
|
+
preserveAspectRatio: 'xMidYMid slice'
|
|
6686
7062
|
};
|
|
7063
|
+
var LuiMiniSpinner = React__default.memo(function (props) {
|
|
7064
|
+
return (React__default.createElement("div", __assign({}, props.divProps),
|
|
7065
|
+
React__default.createElement(LuiLottieLight, { animationData: props.highContrast ? highContrastSmallLoaderData : smlLoaderData, loop: true, autoplay: autoplay, rendererSettings: SPINNER_RENDERER_SETTINGS, style: { height: props.size, width: props.size } })));
|
|
7066
|
+
});
|
|
6687
7067
|
var LuiLoadingSpinner = function (props) {
|
|
6688
7068
|
return (React__default.createElement(LuiLoadingSpinnerBase, { animationData: loaderData, dataTestId: props.dataTestId }));
|
|
6689
7069
|
};
|