@elliemae/ds-mobile 3.57.0-next.7 → 3.57.0-next.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/FullPageContainer/FullPageContainer.js +0 -4
- package/dist/cjs/FullPageContainer/FullPageContainer.js.map +3 -3
- package/dist/cjs/FullPageContainer/FullPageContainerScroll.js +0 -5
- package/dist/cjs/FullPageContainer/FullPageContainerScroll.js.map +3 -3
- package/dist/cjs/InfiniteLoader/Loader.js +0 -4
- package/dist/cjs/InfiniteLoader/Loader.js.map +3 -3
- package/dist/cjs/LoadingPage/Page.js +2 -29
- package/dist/cjs/LoadingPage/Page.js.map +3 -3
- package/dist/cjs/MobileCard/ActionAddon.js +2 -17
- package/dist/cjs/MobileCard/ActionAddon.js.map +3 -3
- package/dist/cjs/MobileCard/CardIcons.js +1 -12
- package/dist/cjs/MobileCard/CardIcons.js.map +3 -3
- package/dist/cjs/MobileCard/ExpandChevron.js +1 -16
- package/dist/cjs/MobileCard/ExpandChevron.js.map +3 -3
- package/dist/cjs/MobileCard/ExpandableRegion.js +1 -6
- package/dist/cjs/MobileCard/ExpandableRegion.js.map +3 -3
- package/dist/cjs/MobileCard/polishedUtil.js +100 -0
- package/dist/cjs/MobileCard/polishedUtil.js.map +7 -0
- package/dist/cjs/MobileCard/useHeight.js +3 -3
- package/dist/cjs/MobileCard/useHeight.js.map +2 -2
- package/dist/cjs/MobileDropdownMenu/MobileDropdownInput.js +1 -5
- package/dist/cjs/MobileDropdownMenu/MobileDropdownInput.js.map +3 -3
- package/dist/cjs/MobileSelectList/MobileSelectList.js +3 -31
- package/dist/cjs/MobileSelectList/MobileSelectList.js.map +3 -3
- package/dist/cjs/MobileTouchable/MobileTouchable.js +5 -15
- package/dist/cjs/MobileTouchable/MobileTouchable.js.map +3 -3
- package/dist/cjs/PageFilter/PageFilter.js +1 -28
- package/dist/cjs/PageFilter/PageFilter.js.map +3 -3
- package/dist/cjs/PageForm/PageForm.js +0 -6
- package/dist/cjs/PageForm/PageForm.js.map +3 -3
- package/dist/cjs/PageList/PageList.js +1 -9
- package/dist/cjs/PageList/PageList.js.map +3 -3
- package/dist/cjs/PageSearch/PageSearch.js +1 -9
- package/dist/cjs/PageSearch/PageSearch.js.map +3 -3
- package/dist/cjs/PageSummary/PageSummary.js +0 -9
- package/dist/cjs/PageSummary/PageSummary.js.map +3 -3
- package/dist/cjs/SwipeToRefresh/ProgressIndicator.js +1 -5
- package/dist/cjs/SwipeToRefresh/ProgressIndicator.js.map +3 -3
- package/dist/esm/FullPageContainer/FullPageContainer.js +0 -4
- package/dist/esm/FullPageContainer/FullPageContainer.js.map +2 -2
- package/dist/esm/FullPageContainer/FullPageContainerScroll.js +0 -5
- package/dist/esm/FullPageContainer/FullPageContainerScroll.js.map +2 -2
- package/dist/esm/InfiniteLoader/Loader.js +0 -4
- package/dist/esm/InfiniteLoader/Loader.js.map +2 -2
- package/dist/esm/LoadingPage/Page.js +3 -30
- package/dist/esm/LoadingPage/Page.js.map +2 -2
- package/dist/esm/MobileCard/ActionAddon.js +2 -17
- package/dist/esm/MobileCard/ActionAddon.js.map +2 -2
- package/dist/esm/MobileCard/CardIcons.js +1 -12
- package/dist/esm/MobileCard/CardIcons.js.map +2 -2
- package/dist/esm/MobileCard/ExpandChevron.js +1 -16
- package/dist/esm/MobileCard/ExpandChevron.js.map +2 -2
- package/dist/esm/MobileCard/ExpandableRegion.js +2 -7
- package/dist/esm/MobileCard/ExpandableRegion.js.map +2 -2
- package/dist/esm/MobileCard/polishedUtil.js +70 -0
- package/dist/esm/MobileCard/polishedUtil.js.map +7 -0
- package/dist/esm/MobileCard/useHeight.js +1 -1
- package/dist/esm/MobileCard/useHeight.js.map +2 -2
- package/dist/esm/MobileDropdownMenu/MobileDropdownInput.js +1 -5
- package/dist/esm/MobileDropdownMenu/MobileDropdownInput.js.map +2 -2
- package/dist/esm/MobileSelectList/MobileSelectList.js +5 -33
- package/dist/esm/MobileSelectList/MobileSelectList.js.map +2 -2
- package/dist/esm/MobileTouchable/MobileTouchable.js +5 -15
- package/dist/esm/MobileTouchable/MobileTouchable.js.map +2 -2
- package/dist/esm/PageFilter/PageFilter.js +1 -28
- package/dist/esm/PageFilter/PageFilter.js.map +2 -2
- package/dist/esm/PageForm/PageForm.js +1 -7
- package/dist/esm/PageForm/PageForm.js.map +2 -2
- package/dist/esm/PageList/PageList.js +1 -9
- package/dist/esm/PageList/PageList.js.map +2 -2
- package/dist/esm/PageSearch/PageSearch.js +1 -9
- package/dist/esm/PageSearch/PageSearch.js.map +2 -2
- package/dist/esm/PageSummary/PageSummary.js +2 -11
- package/dist/esm/PageSummary/PageSummary.js.map +2 -2
- package/dist/esm/SwipeToRefresh/ProgressIndicator.js +1 -5
- package/dist/esm/SwipeToRefresh/ProgressIndicator.js.map +2 -2
- package/dist/types/FullPageContainer/FullPageContainer.d.ts +4 -10
- package/dist/types/FullPageContainer/FullPageContainerScroll.d.ts +5 -12
- package/dist/types/InfiniteLoader/Loader.d.ts +1 -7
- package/dist/types/LoadingPage/Page.d.ts +5 -6
- package/dist/types/MobileCard/ActionAddon.d.ts +5 -22
- package/dist/types/MobileCard/Card.d.ts +2 -2
- package/dist/types/MobileCard/CardIcons.d.ts +4 -17
- package/dist/types/MobileCard/ExpandChevron.d.ts +5 -22
- package/dist/types/MobileCard/ExpandableRegion.d.ts +4 -11
- package/dist/types/MobileCard/Group.d.ts +1 -1
- package/dist/types/MobileCard/index.d.ts +2 -2
- package/dist/types/MobileCard/polishedUtil.d.ts +24 -0
- package/dist/types/MobileDropdownMenu/MobileDropdownInput.d.ts +3 -9
- package/dist/types/MobilePageHeader/MobilePageHeader.d.ts +2 -2
- package/dist/types/MobileSelectList/MobileSelectList.d.ts +5 -6
- package/dist/types/MobileTouchable/MobileTouchable.d.ts +1 -2
- package/dist/types/PageFilter/PageFilter.d.ts +8 -37
- package/dist/types/PageForm/PageForm.d.ts +11 -26
- package/dist/types/PageList/PageList.d.ts +3 -4
- package/dist/types/PageSearch/PageSearch.d.ts +3 -4
- package/dist/types/PageSummary/PageSummary.d.ts +8 -19
- package/dist/types/SwipeToRefresh/ProgressIndicator.d.ts +3 -9
- package/package.json +19 -21
|
@@ -33,14 +33,10 @@ __export(FullPageContainer_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(FullPageContainer_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
-
var import_prop_types = __toESM(require("prop-types"));
|
|
37
36
|
var import_ds_grid = require("@elliemae/ds-grid");
|
|
38
37
|
var import_useMobileHeight = require("./useMobileHeight.js");
|
|
39
38
|
const DSFullPageContainer = ({ children, ...props }) => {
|
|
40
39
|
const height = (0, import_useMobileHeight.useMobileHeight)();
|
|
41
40
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ds_grid.Grid, { height, width: "100%", ...props, children });
|
|
42
41
|
};
|
|
43
|
-
DSFullPageContainer.propTypes = {
|
|
44
|
-
children: import_prop_types.default.any
|
|
45
|
-
};
|
|
46
42
|
//# sourceMappingURL=FullPageContainer.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/FullPageContainer/FullPageContainer.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["/* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any */\n/* tslint:disable */\n// @ts-nocheck\n// What's with all the above disables?\n// this is what a legacy 7 year old codebase looks like.\nimport { Grid } from '@elliemae/ds-grid';\nimport { useMobileHeight } from './useMobileHeight.js';\n\nconst DSFullPageContainer = ({ children, ...props }) => {\n const height = useMobileHeight();\n return (\n <Grid height={height} width=\"100%\" {...props}>\n {children}\n </Grid>\n );\n};\n\nexport { DSFullPageContainer };\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADWnB;AANJ,qBAAqB;AACrB,6BAAgC;AAEhC,MAAM,sBAAsB,CAAC,EAAE,UAAU,GAAG,MAAM,MAAM;AACtD,QAAM,aAAS,wCAAgB;AAC/B,SACE,4CAAC,uBAAK,QAAgB,OAAM,QAAQ,GAAG,OACpC,UACH;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -33,11 +33,6 @@ __export(FullPageContainerScroll_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(FullPageContainerScroll_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
-
var import_prop_types = __toESM(require("prop-types"));
|
|
37
36
|
var import_ds_grid = require("@elliemae/ds-grid");
|
|
38
37
|
const DSFullPageContainerScroll = ({ style = {}, children, ...props }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ds_grid.Grid, { maxHeight: "100%", style: { overflow: "auto", ...style }, ...props, children });
|
|
39
|
-
DSFullPageContainerScroll.propTypes = {
|
|
40
|
-
children: import_prop_types.default.any,
|
|
41
|
-
style: import_prop_types.default.object
|
|
42
|
-
};
|
|
43
38
|
//# sourceMappingURL=FullPageContainerScroll.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/FullPageContainer/FullPageContainerScroll.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["/* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any */\n/* tslint:disable */\n// @ts-nocheck\n// What's with all the above disables?\n// this is what a legacy 7 year old codebase looks like.\nimport { Grid } from '@elliemae/ds-grid';\n\nconst DSFullPageContainerScroll = ({ style = {}, children, ...props }) => (\n <Grid maxHeight=\"100%\" style={{ overflow: 'auto', ...style }} {...props}>\n {children}\n </Grid>\n);\n\nexport { DSFullPageContainerScroll };\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADQrB;AAHF,qBAAqB;AAErB,MAAM,4BAA4B,CAAC,EAAE,QAAQ,CAAC,GAAG,UAAU,GAAG,MAAM,MAClE,4CAAC,uBAAK,WAAU,QAAO,OAAO,EAAE,UAAU,QAAQ,GAAG,MAAM,GAAI,GAAG,OAC/D,UACH;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -33,11 +33,7 @@ __export(Loader_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(Loader_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
-
var import_prop_types = __toESM(require("prop-types"));
|
|
37
36
|
var import_ds_indeterminate_progress_indicator = require("@elliemae/ds-indeterminate-progress-indicator");
|
|
38
37
|
var import_styled = require("./styled.js");
|
|
39
38
|
const Loader = ({ isOpen }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_styled.LoaderBox, { className: isOpen ? "opened" : "", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ds_indeterminate_progress_indicator.DSIndeterminateProgressIndicator, { processing: true, title: "Loading" }) });
|
|
40
|
-
Loader.propTypes = {
|
|
41
|
-
isOpen: import_prop_types.default.bool
|
|
42
|
-
};
|
|
43
39
|
//# sourceMappingURL=Loader.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/InfiniteLoader/Loader.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable react/no-unused-state */\nimport
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["/* eslint-disable react/no-unused-state */\nimport { DSIndeterminateProgressIndicator } from '@elliemae/ds-indeterminate-progress-indicator';\nimport { LoaderBox } from './styled.js';\n\ninterface Props {\n isOpen: boolean;\n}\n\nexport const Loader = ({ isOpen }: Props) => (\n <LoaderBox className={isOpen ? 'opened' : ''}>\n <DSIndeterminateProgressIndicator processing title=\"Loading\" />\n </LoaderBox>\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADUnB;AATJ,iDAAiD;AACjD,oBAA0B;AAMnB,MAAM,SAAS,CAAC,EAAE,OAAO,MAC9B,4CAAC,2BAAU,WAAW,SAAS,WAAW,IACxC,sDAAC,+EAAiC,YAAU,MAAC,OAAM,WAAU,GAC/D;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -33,11 +33,10 @@ __export(Page_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(Page_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
-
var
|
|
37
|
-
var import_prop_types = __toESM(require("prop-types"));
|
|
36
|
+
var import_ds_backdrop = require("@elliemae/ds-backdrop");
|
|
38
37
|
var import_ds_system = require("@elliemae/ds-system");
|
|
39
38
|
var import_lodash_es = require("lodash-es");
|
|
40
|
-
var
|
|
39
|
+
var import_react = __toESM(require("react"));
|
|
41
40
|
const LoadingPageLoader = import_ds_system.styled.div`
|
|
42
41
|
${({ type }) => type === "cover" ? "position: fixed" : "position: absolute"};
|
|
43
42
|
|
|
@@ -77,31 +76,5 @@ const LoadingPage = ({ backdropZIndex, children, loader, loading, type = "fill",
|
|
|
77
76
|
}
|
|
78
77
|
return injectRefPosition(children);
|
|
79
78
|
};
|
|
80
|
-
LoadingPage.propTypes = {
|
|
81
|
-
/**
|
|
82
|
-
* z-index of dimmer background
|
|
83
|
-
*/
|
|
84
|
-
backdropZIndex: import_prop_types.default.number,
|
|
85
|
-
/**
|
|
86
|
-
* Children page to show behind the loader
|
|
87
|
-
*/
|
|
88
|
-
children: import_prop_types.default.element,
|
|
89
|
-
/**
|
|
90
|
-
* Array of elements centrally aligned
|
|
91
|
-
*/
|
|
92
|
-
loader: import_prop_types.default.arrayOf(import_prop_types.default.element),
|
|
93
|
-
/**
|
|
94
|
-
* Show / hide loader
|
|
95
|
-
*/
|
|
96
|
-
loading: import_prop_types.default.bool,
|
|
97
|
-
/**
|
|
98
|
-
* ['cover', 'fill']
|
|
99
|
-
*/
|
|
100
|
-
type: import_prop_types.default.oneOf(["fill", "cover"]),
|
|
101
|
-
/**
|
|
102
|
-
* z-index of loader, should be higher than the backdropZIndex
|
|
103
|
-
*/
|
|
104
|
-
zIndex: import_prop_types.default.number
|
|
105
|
-
};
|
|
106
79
|
const DSMobileLoadingPage = (0, import_ds_system.withTheme)(LoadingPage);
|
|
107
80
|
//# sourceMappingURL=Page.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/LoadingPage/Page.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
6
|
-
"names": ["React"
|
|
4
|
+
"sourcesContent": ["/* eslint-disable @typescript-eslint/no-unsafe-member-access */\n/* eslint-disable @typescript-eslint/no-unsafe-argument */\n/* eslint-disable @typescript-eslint/no-unsafe-assignment */\n/* eslint-disable @typescript-eslint/no-unsafe-return */\n/* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any */\n/* tslint:disable */\n// @ts-nocheck\n// What's with all the above disables?\n// this is what a legacy 7 year old codebase looks like.\nimport { DSBackdrop } from '@elliemae/ds-backdrop';\nimport { styled, withTheme } from '@elliemae/ds-system';\nimport { get } from 'lodash-es';\nimport React, { useEffect, useRef, useState } from 'react';\n\nconst LoadingPageLoader = styled.div`\n ${({ type }) => (type === 'cover' ? 'position: fixed' : 'position: absolute')};\n\n z-index: ${(props) => props.zIndex || props.theme.zIndex.loader};\n top: 25%;\n left: 15%;\n width: 70%;\n height: 75%;\n display: flex;\n flex-direction: column;\n align-items: center;\n`;\n\nconst LoadingPage = ({ backdropZIndex, children, loader, loading, type = 'fill', zIndex }) => {\n const [position, setPosition] = useState(null);\n const childRef = useRef(null);\n useEffect(() => {\n if (childRef && childRef.current) {\n const style = childRef && window.getComputedStyle(childRef.current);\n setPosition(style.getPropertyValue('position'));\n }\n }, [childRef]);\n\n const Back = loading && <DSBackdrop type={type} zIndex={backdropZIndex} />;\n const Loader = loader && loading && (\n <LoadingPageLoader zIndex={zIndex} type={type} hide={!loading}>\n {loader}\n </LoadingPageLoader>\n );\n\n const injectRefPosition = (child) =>\n React.cloneElement(React.Children.only(child), {\n ref: childRef,\n children: React.Children.toArray(child.props.children).concat([Loader, Back]),\n style: {\n ...get(child, 'props.style', {}),\n position: position === 'static' ? 'relative' : position,\n },\n });\n\n if (React.Children.count(children) === 0) {\n return (\n <>\n {Loader}\n {Back}\n </>\n );\n }\n return injectRefPosition(children);\n};\n\nconst DSMobileLoadingPage = withTheme(LoadingPage);\n\nexport { DSMobileLoadingPage };\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADqCG;AA5B1B,yBAA2B;AAC3B,uBAAkC;AAClC,uBAAoB;AACpB,mBAAmD;AAEnD,MAAM,oBAAoB,wBAAO;AAAA,IAC7B,CAAC,EAAE,KAAK,MAAO,SAAS,UAAU,oBAAoB,oBAAqB;AAAA;AAAA,aAElE,CAAC,UAAU,MAAM,UAAU,MAAM,MAAM,OAAO,MAAM;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUjE,MAAM,cAAc,CAAC,EAAE,gBAAgB,UAAU,QAAQ,SAAS,OAAO,QAAQ,OAAO,MAAM;AAC5F,QAAM,CAAC,UAAU,WAAW,QAAI,uBAAS,IAAI;AAC7C,QAAM,eAAW,qBAAO,IAAI;AAC5B,8BAAU,MAAM;AACd,QAAI,YAAY,SAAS,SAAS;AAChC,YAAM,QAAQ,YAAY,OAAO,iBAAiB,SAAS,OAAO;AAClE,kBAAY,MAAM,iBAAiB,UAAU,CAAC;AAAA,IAChD;AAAA,EACF,GAAG,CAAC,QAAQ,CAAC;AAEb,QAAM,OAAO,WAAW,4CAAC,iCAAW,MAAY,QAAQ,gBAAgB;AACxE,QAAM,SAAS,UAAU,WACvB,4CAAC,qBAAkB,QAAgB,MAAY,MAAM,CAAC,SACnD,kBACH;AAGF,QAAM,oBAAoB,CAAC,UACzB,aAAAA,QAAM,aAAa,aAAAA,QAAM,SAAS,KAAK,KAAK,GAAG;AAAA,IAC7C,KAAK;AAAA,IACL,UAAU,aAAAA,QAAM,SAAS,QAAQ,MAAM,MAAM,QAAQ,EAAE,OAAO,CAAC,QAAQ,IAAI,CAAC;AAAA,IAC5E,OAAO;AAAA,MACL,OAAG,sBAAI,OAAO,eAAe,CAAC,CAAC;AAAA,MAC/B,UAAU,aAAa,WAAW,aAAa;AAAA,IACjD;AAAA,EACF,CAAC;AAEH,MAAI,aAAAA,QAAM,SAAS,MAAM,QAAQ,MAAM,GAAG;AACxC,WACE,4EACG;AAAA;AAAA,MACA;AAAA,OACH;AAAA,EAEJ;AACA,SAAO,kBAAkB,QAAQ;AACnC;AAEA,MAAM,0BAAsB,4BAAU,WAAW;",
|
|
6
|
+
"names": ["React"]
|
|
7
7
|
}
|
|
@@ -33,10 +33,9 @@ __export(ActionAddon_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(ActionAddon_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
-
var import_prop_types = __toESM(require("prop-types"));
|
|
37
|
-
var import_ds_system = require("@elliemae/ds-system");
|
|
38
|
-
var import_ds_icons = require("@elliemae/ds-icons");
|
|
39
36
|
var import_ds_button = require("@elliemae/ds-button");
|
|
37
|
+
var import_ds_icons = require("@elliemae/ds-icons");
|
|
38
|
+
var import_ds_system = require("@elliemae/ds-system");
|
|
40
39
|
const Addon = (0, import_ds_system.styled)(import_ds_button.DSButton)`
|
|
41
40
|
background-color: transparent;
|
|
42
41
|
padding-right: 4px;
|
|
@@ -54,18 +53,4 @@ const Addon = (0, import_ds_system.styled)(import_ds_button.DSButton)`
|
|
|
54
53
|
}
|
|
55
54
|
`;
|
|
56
55
|
const ActionAddon = ({ label, onClick, icon }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Addon, { onClick, labelText: label, icon: icon || /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ds_icons.ChevronSmallDown, { color: ["brand-primary", 700] }) });
|
|
57
|
-
ActionAddon.propTypes = {
|
|
58
|
-
/**
|
|
59
|
-
* Addon label
|
|
60
|
-
*/
|
|
61
|
-
label: import_prop_types.default.string,
|
|
62
|
-
/**
|
|
63
|
-
* On click callback
|
|
64
|
-
*/
|
|
65
|
-
onClick: import_prop_types.default.func,
|
|
66
|
-
/**
|
|
67
|
-
* Icon to display after the label
|
|
68
|
-
*/
|
|
69
|
-
icon: import_prop_types.default.element
|
|
70
|
-
};
|
|
71
56
|
//# sourceMappingURL=ActionAddon.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/MobileCard/ActionAddon.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["/* eslint-disable @typescript-eslint/no-unsafe-assignment */\n/* eslint-disable @typescript-eslint/no-unsafe-member-access */\n/* eslint-disable @typescript-eslint/no-unsafe-return */\n/* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any */\n/* tslint:disable */\n// @ts-nocheck\n// What's with all the above disables?\n// this is what a legacy 7 year old codebase looks like.\nimport { DSButton } from '@elliemae/ds-button';\nimport { ChevronSmallDown } from '@elliemae/ds-icons';\nimport { styled } from '@elliemae/ds-system';\n\nconst Addon = styled(DSButton)`\n background-color: transparent;\n padding-right: 4px;\n height: 100%;\n border: none;\n font-size: 12px;\n font-weight: ${(props) => props.theme.fontWeights.semibold};\n color: ${(props) => props.theme.colors.brand['700']};\n cursor: pointer;\n &:focus,\n &::after {\n background-color: transparent;\n box-shadow: none !important; /* needed */\n border: none !important; /* needed */\n }\n`;\n\nexport const ActionAddon = ({ label, onClick, icon }) => (\n <Addon onClick={onClick} labelText={label} icon={icon || <ChevronSmallDown color={['brand-primary', 700]} />} />\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;AD8BoC;AAtB3D,uBAAyB;AACzB,sBAAiC;AACjC,uBAAuB;AAEvB,MAAM,YAAQ,yBAAO,yBAAQ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAMZ,CAAC,UAAU,MAAM,MAAM,YAAY,QAAQ;AAAA,WACjD,CAAC,UAAU,MAAM,MAAM,OAAO,MAAM,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAU9C,MAAM,cAAc,CAAC,EAAE,OAAO,SAAS,KAAK,MACjD,4CAAC,SAAM,SAAkB,WAAW,OAAO,MAAM,QAAQ,4CAAC,oCAAiB,OAAO,CAAC,iBAAiB,GAAG,GAAG,GAAI;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -36,9 +36,8 @@ var import_jsx_runtime = (
|
|
|
36
36
|
// eslint-disable-next-line react/no-array-index-key
|
|
37
37
|
require("react/jsx-runtime")
|
|
38
38
|
);
|
|
39
|
-
var import_prop_types = __toESM(require("prop-types"));
|
|
40
|
-
var import_ds_system = require("@elliemae/ds-system");
|
|
41
39
|
var import_ds_grid = require("@elliemae/ds-grid");
|
|
40
|
+
var import_ds_system = require("@elliemae/ds-system");
|
|
42
41
|
const CardIconsWrapper = (0, import_ds_system.styled)(import_ds_grid.Grid)`
|
|
43
42
|
align-items: center;
|
|
44
43
|
span,
|
|
@@ -96,14 +95,4 @@ const CardIconsWrapper = (0, import_ds_system.styled)(import_ds_grid.Grid)`
|
|
|
96
95
|
}
|
|
97
96
|
`;
|
|
98
97
|
const SubIcons = ({ icons = [], colors = [] }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(CardIconsWrapper, { cols: icons.map(() => "12px"), gutter: "6px", height: "14px", "data-testid": "card-subIcons", children: icons.map((Icon, i) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Icon, { className: `icon-color-${colors[i] || "muted"}` }, i)) });
|
|
99
|
-
SubIcons.propTypes = {
|
|
100
|
-
/**
|
|
101
|
-
* Array of Icons
|
|
102
|
-
*/
|
|
103
|
-
icons: import_prop_types.default.arrayOf(import_prop_types.default.func),
|
|
104
|
-
/**
|
|
105
|
-
* Color Types: muted, warn, error, success
|
|
106
|
-
*/
|
|
107
|
-
colors: import_prop_types.default.arrayOf(import_prop_types.default.oneOf(["muted", "warn", "error", "success", "primary"]))
|
|
108
|
-
};
|
|
109
98
|
//# sourceMappingURL=CardIcons.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/MobileCard/CardIcons.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable import/no-unresolved */\
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["/* eslint-disable @typescript-eslint/restrict-template-expressions */\n/* eslint-disable import/no-unresolved */\n/* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any */\n/* tslint:disable */\n// @ts-nocheck\n// What's with all the above disables?\n// this is what a legacy 7 year old codebase looks like.\nimport { Grid } from '@elliemae/ds-grid';\nimport { styled } from '@elliemae/ds-system';\n\nconst CardIconsWrapper = styled(Grid)`\n align-items: center;\n span,\n svg {\n width: 12px !important;\n height: 12px !important;\n }\n span.icon-color-muted svg,\n svg:not([fill]) {\n fill: ${(props) => props.theme.colors.neutral['600']};\n height: 12px !important;\n width: 12px !important;\n\n & * {\n fill: ${(props) => props.theme.colors.neutral['600']};\n }\n }\n span.icon-color-warn svg,\n svg:not([fill]) {\n fill: ${(props) => props.theme.colors.warning['600']};\n height: 12px !important;\n width: 12px !important;\n\n & * {\n fill: ${(props) => props.theme.colors.warning['600']};\n }\n }\n span.icon-color-error svg,\n svg:not([fill]) {\n fill: ${(props) => props.theme.colors.danger['900']};\n height: 12px !important;\n width: 12px !important;\n\n & * {\n fill: ${(props) => props.theme.colors.danger['900']};\n }\n }\n span.icon-color-success svg,\n svg:not([fill]) {\n fill: ${(props) => props.theme.colors.success['900']};\n height: 12px !important;\n width: 12px !important;\n\n & * {\n fill: ${(props) => props.theme.colors.success['900']};\n }\n }\n span.icon-color-primary svg,\n svg:not([fill]) {\n fill: ${(props) => props.theme.colors.brand[600]};\n }\n span.icon-color-primary svg,\n svg:not([fill]) {\n fill: ${(props) => props.theme.colors.brand[600]};\n }\n`;\n\nexport const SubIcons = ({ icons = [], colors = [] }) => (\n <CardIconsWrapper cols={icons.map(() => '12px')} gutter=\"6px\" height=\"14px\" data-testid=\"card-subIcons\">\n {icons.map((Icon, i) => (\n // eslint-disable-next-line react/no-array-index-key\n <Icon key={i} className={`icon-color-${colors[i] || 'muted'}`} />\n ))}\n </CardIconsWrapper>\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADuEjB;AAAA;AAAA;AAAA;AAhEN,qBAAqB;AACrB,uBAAuB;AAEvB,MAAM,uBAAmB,yBAAO,mBAAI;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YASxB,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,cAK1C,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,YAK9C,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,cAK1C,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,YAK9C,CAAC,UAAU,MAAM,MAAM,OAAO,OAAO,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,cAKzC,CAAC,UAAU,MAAM,MAAM,OAAO,OAAO,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,YAK7C,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,cAK1C,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,YAK9C,CAAC,UAAU,MAAM,MAAM,OAAO,MAAM,GAAG,CAAC;AAAA;AAAA;AAAA;AAAA,YAIxC,CAAC,UAAU,MAAM,MAAM,OAAO,MAAM,GAAG,CAAC;AAAA;AAAA;AAI7C,MAAM,WAAW,CAAC,EAAE,QAAQ,CAAC,GAAG,SAAS,CAAC,EAAE,MACjD,4CAAC,oBAAiB,MAAM,MAAM,IAAI,MAAM,MAAM,GAAG,QAAO,OAAM,QAAO,QAAO,eAAY,iBACrF,gBAAM,IAAI,CAAC,MAAM,MAEhB,4CAAC,QAAa,WAAW,cAAc,OAAO,CAAC,KAAK,OAAO,MAAhD,CAAoD,CAChE,GACH;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -33,9 +33,8 @@ __export(ExpandChevron_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(ExpandChevron_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
-
var import_prop_types = __toESM(require("prop-types"));
|
|
37
|
-
var import_ds_system = require("@elliemae/ds-system");
|
|
38
36
|
var import_ds_icons = require("@elliemae/ds-icons");
|
|
37
|
+
var import_ds_system = require("@elliemae/ds-system");
|
|
39
38
|
const ChevronWrap = import_ds_system.styled.div`
|
|
40
39
|
margin-top: ${(props) => props.align === "top" ? "18px" : "0"};
|
|
41
40
|
align-self: ${(props) => props.align === "top" ? "flex-start" : "center"};
|
|
@@ -45,18 +44,4 @@ const ExpandChevron = ({ isExpanded, onClick, align }) => {
|
|
|
45
44
|
const Chevron = isExpanded ? import_ds_icons.ChevronDown : import_ds_icons.ChevronRight;
|
|
46
45
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ChevronWrap, { "data-testid": "ds-card-expand-chevron", align, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Chevron, { size: "s", color: ["brand-primary", 800], onClick }) });
|
|
47
46
|
};
|
|
48
|
-
ExpandChevron.propTypes = {
|
|
49
|
-
/**
|
|
50
|
-
* Whether if the chevron is expanded or not
|
|
51
|
-
*/
|
|
52
|
-
isExpanded: import_prop_types.default.bool,
|
|
53
|
-
/**
|
|
54
|
-
* click callback
|
|
55
|
-
*/
|
|
56
|
-
onClick: import_prop_types.default.func.isRequired,
|
|
57
|
-
/**
|
|
58
|
-
* top or center
|
|
59
|
-
*/
|
|
60
|
-
align: import_prop_types.default.string.isRequired
|
|
61
|
-
};
|
|
62
47
|
//# sourceMappingURL=ExpandChevron.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/MobileCard/ExpandChevron.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["/* eslint-disable @typescript-eslint/no-unsafe-assignment */\n/* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any */\n/* tslint:disable */\n// @ts-nocheck\n// What's with all the above disables?\n// this is what a legacy 7 year old codebase looks like.\nimport { ChevronDown, ChevronRight } from '@elliemae/ds-icons';\nimport { styled } from '@elliemae/ds-system';\n\nconst ChevronWrap = styled.div`\n margin-top: ${(props) => (props.align === 'top' ? '18px' : '0')};\n align-self: ${(props) => (props.align === 'top' ? 'flex-start' : 'center')};\n margin-left: ${(props) => props.theme.space.xs};\n`;\n\nexport const ExpandChevron = ({ isExpanded, onClick, align }) => {\n const Chevron = isExpanded ? ChevronDown : ChevronRight;\n return (\n <ChevronWrap data-testid=\"ds-card-expand-chevron\" align={align}>\n <Chevron size=\"s\" color={['brand-primary', 800]} onClick={onClick} />\n </ChevronWrap>\n );\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADmBjB;AAbN,sBAA0C;AAC1C,uBAAuB;AAEvB,MAAM,cAAc,wBAAO;AAAA,gBACX,CAAC,UAAW,MAAM,UAAU,QAAQ,SAAS,GAAI;AAAA,gBACjD,CAAC,UAAW,MAAM,UAAU,QAAQ,eAAe,QAAS;AAAA,iBAC3D,CAAC,UAAU,MAAM,MAAM,MAAM,EAAE;AAAA;AAGzC,MAAM,gBAAgB,CAAC,EAAE,YAAY,SAAS,MAAM,MAAM;AAC/D,QAAM,UAAU,aAAa,8BAAc;AAC3C,SACE,4CAAC,eAAY,eAAY,0BAAyB,OAChD,sDAAC,WAAQ,MAAK,KAAI,OAAO,CAAC,iBAAiB,GAAG,GAAG,SAAkB,GACrE;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -33,9 +33,8 @@ __export(ExpandableRegion_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(ExpandableRegion_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
36
|
-
var import_react = require("react");
|
|
37
|
-
var import_prop_types = __toESM(require("prop-types"));
|
|
38
36
|
var import_ds_system = require("@elliemae/ds-system");
|
|
37
|
+
var import_react = require("react");
|
|
39
38
|
const RegionWrapper = import_ds_system.styled.div`
|
|
40
39
|
width: 100%;
|
|
41
40
|
height: 100%;
|
|
@@ -75,8 +74,4 @@ const ExpandableRegion = ({ show, content }) => {
|
|
|
75
74
|
}
|
|
76
75
|
);
|
|
77
76
|
};
|
|
78
|
-
ExpandableRegion.propTypes = {
|
|
79
|
-
show: import_prop_types.default.bool,
|
|
80
|
-
content: import_prop_types.default.element
|
|
81
|
-
};
|
|
82
77
|
//# sourceMappingURL=ExpandableRegion.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/MobileCard/ExpandableRegion.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["import { border, styled, truncate } from '@elliemae/ds-system';\nimport { useEffect, useRef, useState } from 'react';\n\nconst RegionWrapper = styled.div`\n width: 100%;\n height: 100%;\n`;\n\nconst Region = styled.div<{ hide: boolean; animate: boolean; refHeight: number }>`\n display: flex;\n ${(props) => (props.hide ? 'visibility: hidden;' : '')}\n transition: max-height ${(props) => (props.animate ? '0.25s' : '0.20s')} linear;\n max-height: 0;\n ${(props) =>\n props.animate\n ? `\n max-height: ${props.refHeight}px;\n `\n : ''}\n align-items: center;\n ${truncate()};\n border-top: ${(props) => border(props.theme.colors.neutral['300'])};\n font-weight: ${(props) => props.theme.fontWeights.regular};\n`;\n\nexport const ExpandableRegion = ({ show, content }: { show: boolean; content: JSX.Element | JSX.Element[] }) => {\n const ref = useRef<HTMLDivElement>(null);\n // triggers transition\n const [animate, setAnimate] = useState(show);\n // needed to properly handle the transition. Hide after transition ends\n const [hide, setHide] = useState(!show);\n useEffect(() => {\n setAnimate(show);\n if (show) setHide(false);\n }, [show]);\n\n const hideOnAnimationEnd = () => {\n if (!show) setHide(true);\n };\n\n return (\n <Region\n hide={hide}\n // needed to handle transition, `auto` max-height isn't supported\n refHeight={ref?.current?.scrollHeight || 9999}\n onTransitionEnd={hideOnAnimationEnd}\n animate={animate}\n >\n <RegionWrapper innerRef={ref}>{content}</RegionWrapper>\n </Region>\n );\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADgDjB;AAhDN,uBAAyC;AACzC,mBAA4C;AAE5C,MAAM,gBAAgB,wBAAO;AAAA;AAAA;AAAA;AAK7B,MAAM,SAAS,wBAAO;AAAA;AAAA,IAElB,CAAC,UAAW,MAAM,OAAO,wBAAwB,EAAG;AAAA,2BAC7B,CAAC,UAAW,MAAM,UAAU,UAAU,OAAQ;AAAA;AAAA,IAErE,CAAC,UACD,MAAM,UACF;AAAA,oBACY,MAAM,SAAS;AAAA,QAE3B,EAAE;AAAA;AAAA,QAEN,2BAAS,CAAC;AAAA,gBACE,CAAC,cAAU,yBAAO,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC,CAAC;AAAA,iBACnD,CAAC,UAAU,MAAM,MAAM,YAAY,OAAO;AAAA;AAGpD,MAAM,mBAAmB,CAAC,EAAE,MAAM,QAAQ,MAA+D;AAC9G,QAAM,UAAM,qBAAuB,IAAI;AAEvC,QAAM,CAAC,SAAS,UAAU,QAAI,uBAAS,IAAI;AAE3C,QAAM,CAAC,MAAM,OAAO,QAAI,uBAAS,CAAC,IAAI;AACtC,8BAAU,MAAM;AACd,eAAW,IAAI;AACf,QAAI,KAAM,SAAQ,KAAK;AAAA,EACzB,GAAG,CAAC,IAAI,CAAC;AAET,QAAM,qBAAqB,MAAM;AAC/B,QAAI,CAAC,KAAM,SAAQ,IAAI;AAAA,EACzB;AAEA,SACE;AAAA,IAAC;AAAA;AAAA,MACC;AAAA,MAEA,WAAW,KAAK,SAAS,gBAAgB;AAAA,MACzC,iBAAiB;AAAA,MACjB;AAAA,MAEA,sDAAC,iBAAc,UAAU,KAAM,mBAAQ;AAAA;AAAA,EACzC;AAEJ;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from, except, desc) => {
|
|
13
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from))
|
|
15
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
+
}
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
+
mod
|
|
27
|
+
));
|
|
28
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
+
var polishedUtil_exports = {};
|
|
30
|
+
__export(polishedUtil_exports, {
|
|
31
|
+
rem: () => rem
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(polishedUtil_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const cssRegex = /^([+-]?(?:\d+|\d*\.\d+))([a-z]*|%)$/;
|
|
36
|
+
function stripUnit(value) {
|
|
37
|
+
if (typeof value !== "string") return value;
|
|
38
|
+
const matchedValue = value.match(cssRegex);
|
|
39
|
+
return matchedValue ? parseFloat(value) : value;
|
|
40
|
+
}
|
|
41
|
+
const ERRORS = preval`
|
|
42
|
+
const fs = require('fs');
|
|
43
|
+
const md = fs.readFileSync(__dirname + '/errors.md', 'utf8');
|
|
44
|
+
module.exports = md.split(/^#/gm).slice(1).reduce((errors, str) => {
|
|
45
|
+
const [, code, message] = str.split(/^.*?(\\d+)\\s*\\n/)
|
|
46
|
+
errors[code] = message
|
|
47
|
+
return errors;
|
|
48
|
+
}, {});
|
|
49
|
+
`;
|
|
50
|
+
function format(...args) {
|
|
51
|
+
let a = args[0];
|
|
52
|
+
const b = [];
|
|
53
|
+
let c;
|
|
54
|
+
for (c = 1; c < args.length; c += 1) {
|
|
55
|
+
b.push(args[c]);
|
|
56
|
+
}
|
|
57
|
+
b.forEach((d) => {
|
|
58
|
+
a = a.replace(/%[a-z]/, d);
|
|
59
|
+
});
|
|
60
|
+
return a;
|
|
61
|
+
}
|
|
62
|
+
class PolishedError extends Error {
|
|
63
|
+
constructor(code, ...args) {
|
|
64
|
+
if (false) {
|
|
65
|
+
super(
|
|
66
|
+
`An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#${code} for more information.`
|
|
67
|
+
);
|
|
68
|
+
} else {
|
|
69
|
+
super(format(ERRORS[code], ...args));
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
function endsWith(string, suffix) {
|
|
74
|
+
return string.substr(-suffix.length) === suffix;
|
|
75
|
+
}
|
|
76
|
+
const pxtoFactory = (to) => (pxval, base = "16px") => {
|
|
77
|
+
let newPxval = pxval;
|
|
78
|
+
let newBase = base;
|
|
79
|
+
if (typeof pxval === "string") {
|
|
80
|
+
if (!endsWith(pxval, "px")) {
|
|
81
|
+
throw new PolishedError(69, to, pxval);
|
|
82
|
+
}
|
|
83
|
+
newPxval = stripUnit(pxval);
|
|
84
|
+
}
|
|
85
|
+
if (typeof base === "string") {
|
|
86
|
+
if (!endsWith(base, "px")) {
|
|
87
|
+
throw new PolishedError(70, to, base);
|
|
88
|
+
}
|
|
89
|
+
newBase = stripUnit(base);
|
|
90
|
+
}
|
|
91
|
+
if (typeof newPxval === "string") {
|
|
92
|
+
throw new PolishedError(71, pxval, to);
|
|
93
|
+
}
|
|
94
|
+
if (typeof newBase === "string") {
|
|
95
|
+
throw new PolishedError(72, base, to);
|
|
96
|
+
}
|
|
97
|
+
return `${newPxval / newBase}${to}`;
|
|
98
|
+
};
|
|
99
|
+
const rem = pxtoFactory("rem");
|
|
100
|
+
//# sourceMappingURL=polishedUtil.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/MobileCard/polishedUtil.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
+
"sourcesContent": ["/* eslint-disable @typescript-eslint/no-unsafe-argument */\n/* eslint-disable @typescript-eslint/no-unsafe-return */\n/* eslint-disable @typescript-eslint/no-unsafe-member-access */\n/* eslint-disable @typescript-eslint/no-unsafe-call */\n/* eslint-disable @typescript-eslint/no-unsafe-assignment */\n/* eslint-disable @typescript-eslint/ban-types */\n/* eslint-disable no-var */\n\ndeclare var preval: Function;\nconst cssRegex = /^([+-]?(?:\\d+|\\d*\\.\\d+))([a-z]*|%)$/;\n\n// copying from polished github repostiory at https://github.com/styled-components/polished/blob/main/src/helpers/stripUnit.js\n/**\n * Returns a given CSS value minus its unit of measure.\n *\n * @example\n * // Styles as object usage\n * const styles = {\n * '--dimension': stripUnit('100px')\n * }\n *\n * // styled-components usage\n * const div = styled.div`\n * --dimension: ${stripUnit('100px')};\n * `\n *\n * // CSS in JS Output\n *\n * element {\n * '--dimension': 100\n * }\n */\nfunction stripUnit(value: string | number): string | number {\n if (typeof value !== 'string') return value;\n const matchedValue = value.match(cssRegex);\n return matchedValue ? parseFloat(value) : value;\n}\n\n// copying from polished github repostiory at https://github.com/styled-components/polished/blob/main/src/internalHelpers/_errors.js\n/**\n * Parse errors.md and turn it into a simple hash of code: message\n * @private\n */\nconst ERRORS = preval`\n const fs = require('fs');\n const md = fs.readFileSync(__dirname + '/errors.md', 'utf8');\n module.exports = md.split(/^#/gm).slice(1).reduce((errors, str) => {\n const [, code, message] = str.split(/^.*?(\\\\d+)\\\\s*\\\\n/)\n errors[code] = message\n return errors;\n }, {});\n`;\n\n/**\n * super basic version of sprintf\n * @private\n */\n// @ts-expect-error - coping polished which is not typed\nfunction format(...args) {\n let a = args[0];\n const b = [];\n let c;\n\n for (c = 1; c < args.length; c += 1) {\n b.push(args[c]);\n }\n\n b.forEach((d) => {\n a = a.replace(/%[a-z]/, d);\n });\n\n return a;\n}\n\n/**\n * Create an error file out of errors.md for development and a simple web link to the full errors\n * in production mode.\n * @private\n */\nclass PolishedError extends Error {\n constructor(code: string | number, ...args: Array<unknown>) {\n if (process.env.NODE_ENV === 'production') {\n super(\n `An error occurred. See https://github.com/styled-components/polished/blob/main/src/internalHelpers/errors.md#${code} for more information.`,\n );\n } else {\n super(format(ERRORS[code], ...args));\n }\n }\n}\n\n// copied from polished github repostiory at https://github.com/styled-components/polished/blob/main/src/internalHelpers/_endsWith.js\n/**\n * Check if a string ends with something\n * @private\n */\nfunction endsWith(string: string, suffix: string): boolean {\n return string.substr(-suffix.length) === suffix;\n}\n\n// copied from polished github repostiory at https://github.com/styled-components/polished/blob/main/src/internalHelpers/_pxto.js\n/**\n * Factory function that creates pixel-to-x converters\n * @private\n */\nconst pxtoFactory =\n (to: string) =>\n (pxval: string | number, base: string | number = '16px'): string => {\n let newPxval = pxval;\n let newBase = base;\n if (typeof pxval === 'string') {\n if (!endsWith(pxval, 'px')) {\n throw new PolishedError(69, to, pxval);\n }\n newPxval = stripUnit(pxval);\n }\n\n if (typeof base === 'string') {\n if (!endsWith(base, 'px')) {\n throw new PolishedError(70, to, base);\n }\n newBase = stripUnit(base);\n }\n\n if (typeof newPxval === 'string') {\n throw new PolishedError(71, pxval, to);\n }\n\n if (typeof newBase === 'string') {\n throw new PolishedError(72, base, to);\n }\n\n return `${newPxval / newBase}${to}`;\n };\n\n// copied from polished github repostiory at https://github.com/styled-components/polished/blob/main/src/helpers/rem.js\n/**\n * Convert pixel value to rems. The default base value is 16px, but can be changed by passing a\n * second argument to the function.\n * @function\n * @param {string|number} pxval\n * @param {string|number} [base='16px']\n * @example\n * // Styles as object usage\n * const styles = {\n * 'height': rem('16px')\n * }\n *\n * // styled-components usage\n * const div = styled.div`\n * height: ${rem('16px')}\n * `\n *\n * // CSS in JS Output\n *\n * element {\n * 'height': '1rem'\n * }\n */\nexport const rem: (value: string | number, base?: string | number) => string = pxtoFactory('rem');\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADSvB,MAAM,WAAW;AAuBjB,SAAS,UAAU,OAAyC;AAC1D,MAAI,OAAO,UAAU,SAAU,QAAO;AACtC,QAAM,eAAe,MAAM,MAAM,QAAQ;AACzC,SAAO,eAAe,WAAW,KAAK,IAAI;AAC5C;AAOA,MAAM,SAAS;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAef,SAAS,UAAU,MAAM;AACvB,MAAI,IAAI,KAAK,CAAC;AACd,QAAM,IAAI,CAAC;AACX,MAAI;AAEJ,OAAK,IAAI,GAAG,IAAI,KAAK,QAAQ,KAAK,GAAG;AACnC,MAAE,KAAK,KAAK,CAAC,CAAC;AAAA,EAChB;AAEA,IAAE,QAAQ,CAAC,MAAM;AACf,QAAI,EAAE,QAAQ,UAAU,CAAC;AAAA,EAC3B,CAAC;AAED,SAAO;AACT;AAOA,MAAM,sBAAsB,MAAM;AAAA,EAChC,YAAY,SAA0B,MAAsB;AAC1D,QAAI,OAAuC;AACzC;AAAA,QACE,gHAAgH,IAAI;AAAA,MACtH;AAAA,IACF,OAAO;AACL,YAAM,OAAO,OAAO,IAAI,GAAG,GAAG,IAAI,CAAC;AAAA,IACrC;AAAA,EACF;AACF;AAOA,SAAS,SAAS,QAAgB,QAAyB;AACzD,SAAO,OAAO,OAAO,CAAC,OAAO,MAAM,MAAM;AAC3C;AAOA,MAAM,cACJ,CAAC,OACD,CAAC,OAAwB,OAAwB,WAAmB;AAClE,MAAI,WAAW;AACf,MAAI,UAAU;AACd,MAAI,OAAO,UAAU,UAAU;AAC7B,QAAI,CAAC,SAAS,OAAO,IAAI,GAAG;AAC1B,YAAM,IAAI,cAAc,IAAI,IAAI,KAAK;AAAA,IACvC;AACA,eAAW,UAAU,KAAK;AAAA,EAC5B;AAEA,MAAI,OAAO,SAAS,UAAU;AAC5B,QAAI,CAAC,SAAS,MAAM,IAAI,GAAG;AACzB,YAAM,IAAI,cAAc,IAAI,IAAI,IAAI;AAAA,IACtC;AACA,cAAU,UAAU,IAAI;AAAA,EAC1B;AAEA,MAAI,OAAO,aAAa,UAAU;AAChC,UAAM,IAAI,cAAc,IAAI,OAAO,EAAE;AAAA,EACvC;AAEA,MAAI,OAAO,YAAY,UAAU;AAC/B,UAAM,IAAI,cAAc,IAAI,MAAM,EAAE;AAAA,EACtC;AAEA,SAAO,GAAG,WAAW,OAAO,GAAG,EAAE;AACnC;AA0BK,MAAM,MAAkE,YAAY,KAAK;",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -33,7 +33,7 @@ __export(useHeight_exports, {
|
|
|
33
33
|
module.exports = __toCommonJS(useHeight_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
35
|
var import_react = require("react");
|
|
36
|
-
var
|
|
36
|
+
var import_polishedUtil = require("./polishedUtil.js");
|
|
37
37
|
function getCurrentFont() {
|
|
38
38
|
const root = document.querySelector(":root");
|
|
39
39
|
if (!root) return 13;
|
|
@@ -48,8 +48,8 @@ function useHeight(ref) {
|
|
|
48
48
|
setCurrentFont(getCurrentFont());
|
|
49
49
|
}, []);
|
|
50
50
|
(0, import_react.useEffect)(() => {
|
|
51
|
-
if (ref.current && height !== (0,
|
|
52
|
-
setHeight((0,
|
|
51
|
+
if (ref.current && height !== (0, import_polishedUtil.rem)(ref.current.clientHeight, currentFont)) {
|
|
52
|
+
setHeight((0, import_polishedUtil.rem)(ref.current.clientHeight, currentFont));
|
|
53
53
|
}
|
|
54
54
|
}, [ref.current, currentFont]);
|
|
55
55
|
return height;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/MobileCard/useHeight.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
4
|
+
"sourcesContent": ["/* eslint-disable @typescript-eslint/no-unsafe-member-access */\n/* eslint-disable @typescript-eslint/no-unsafe-argument */\nimport { useEffect, useState } from 'react';\nimport { rem } from './polishedUtil.js';\n\nfunction getCurrentFont() {\n const root = document.querySelector(':root');\n if (!root) return 13;\n const fontSize = window.getComputedStyle(root).getPropertyValue('font-size');\n if (!fontSize) return 13;\n // @ts-expect-error - file used to be like this, mobile is deprecated, just leaving as is\n return Number(fontSize.match(/\\d+/)[0]);\n}\n\n// @ts-expect-error - file used to be like this, mobile is deprecated, just leaving as is\nexport function useHeight(ref) {\n const [height, setHeight] = useState('0rem');\n const [currentFont, setCurrentFont] = useState(13);\n useEffect(() => {\n setCurrentFont(getCurrentFont());\n }, []);\n\n useEffect(() => {\n if (ref.current && height !== rem(ref.current.clientHeight, currentFont)) {\n setHeight(rem(ref.current.clientHeight, currentFont));\n }\n // eslint-disable-next-line react-hooks/exhaustive-deps\n }, [ref.current, currentFont]);\n\n return height;\n}\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADEvB,mBAAoC;AACpC,0BAAoB;AAEpB,SAAS,iBAAiB;AACxB,QAAM,OAAO,SAAS,cAAc,OAAO;AAC3C,MAAI,CAAC,KAAM,QAAO;AAClB,QAAM,WAAW,OAAO,iBAAiB,IAAI,EAAE,iBAAiB,WAAW;AAC3E,MAAI,CAAC,SAAU,QAAO;AAEtB,SAAO,OAAO,SAAS,MAAM,KAAK,EAAE,CAAC,CAAC;AACxC;AAGO,SAAS,UAAU,KAAK;AAC7B,QAAM,CAAC,QAAQ,SAAS,QAAI,uBAAS,MAAM;AAC3C,QAAM,CAAC,aAAa,cAAc,QAAI,uBAAS,EAAE;AACjD,8BAAU,MAAM;AACd,mBAAe,eAAe,CAAC;AAAA,EACjC,GAAG,CAAC,CAAC;AAEL,8BAAU,MAAM;AACd,QAAI,IAAI,WAAW,eAAW,yBAAI,IAAI,QAAQ,cAAc,WAAW,GAAG;AACxE,oBAAU,yBAAI,IAAI,QAAQ,cAAc,WAAW,CAAC;AAAA,IACtD;AAAA,EAEF,GAAG,CAAC,IAAI,SAAS,WAAW,CAAC;AAE7B,SAAO;AACT;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -36,9 +36,8 @@ __export(MobileDropdownInput_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(MobileDropdownInput_exports);
|
|
37
37
|
var React = __toESM(require("react"));
|
|
38
38
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
39
|
-
var import_ds_system = require("@elliemae/ds-system");
|
|
40
|
-
var import_prop_types = __toESM(require("prop-types"));
|
|
41
39
|
var import_ds_icons = require("@elliemae/ds-icons");
|
|
40
|
+
var import_ds_system = require("@elliemae/ds-system");
|
|
42
41
|
const MobileDropdownInput = import_ds_system.styled.input`
|
|
43
42
|
-webkit-appearance: none;
|
|
44
43
|
-moz-appearance: none;
|
|
@@ -75,9 +74,6 @@ const CaretWrap = import_ds_system.styled.span`
|
|
|
75
74
|
align-items: center;
|
|
76
75
|
`;
|
|
77
76
|
const Caret = ({ onClick }) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)(CaretWrap, { onClick, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ds_icons.ChevronDown, { color: ["brand-primary", "600"] }) });
|
|
78
|
-
Caret.propTypes = {
|
|
79
|
-
onClick: import_prop_types.default.func.isRequired
|
|
80
|
-
};
|
|
81
77
|
const DSMobileDropdownTriggerInput = ({
|
|
82
78
|
inputProps,
|
|
83
79
|
caretProps,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/MobileDropdownMenu/MobileDropdownInput.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["/* eslint-disable @typescript-eslint/no-unsafe-assignment */\n/* eslint-disable @typescript-eslint/ban-ts-comment, @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any */\n/* tslint:disable */\n// @ts-nocheck\n// What's with all the above disables?\n// this is what a legacy 7 year old codebase looks like.\nimport { ChevronDown } from '@elliemae/ds-icons';\nimport { focus, styled } from '@elliemae/ds-system';\n\nexport const MobileDropdownInput = styled.input`\n -webkit-appearance: none;\n -moz-appearance: none;\n -webkit-tap-highlight-color: transparent;\n caret-color: transparent;\n padding-right: 32px;\n padding-left: 10px;\n border-radius: 2px;\n width: 100%;\n background: ${(props) => props.theme.colors.neutral['000']};\n height: 32px;\n line-height: 32px;\n border: solid 1px ${(props) => props.theme.colors.neutral[200]};\n\n &:active,\n &:focus {\n ${(props) => focus(props.theme.colors.brand[700])}\n }\n`;\n\nexport const MobileDropdownInputWrap = styled.span`\n position: relative;\n width: 100%;\n display: inline-block;\n height: 32px;\n`;\n\nconst CaretWrap = styled.span`\n width: 32px;\n height: 32px;\n position: absolute;\n right: 0;\n top: 0;\n display: flex;\n justify-content: center;\n align-items: center;\n`;\n\nexport const Caret = ({ onClick }): JSX.Element => (\n <CaretWrap onClick={onClick}>\n <ChevronDown color={['brand-primary', '600']} />\n </CaretWrap>\n);\n\nexport const DSMobileDropdownTriggerInput = ({\n inputProps,\n caretProps,\n selectedItemsText,\n}: {\n inputProps: Record<string, unknown>;\n caretProps: Record<string, unknown>;\n selectedItemsText?: string;\n}): JSX.Element => (\n <MobileDropdownInputWrap data-testid=\"ds-mobile-ddwn-menu\">\n <MobileDropdownInput {...inputProps} readOnly value={selectedItemsText ?? inputProps.value} />\n\n <Caret {...caretProps} />\n </MobileDropdownInputWrap>\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADiDnB;AA3CJ,sBAA4B;AAC5B,uBAA8B;AAEvB,MAAM,sBAAsB,wBAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAS1B,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,KAAK,CAAC;AAAA;AAAA;AAAA,sBAGtC,CAAC,UAAU,MAAM,MAAM,OAAO,QAAQ,GAAG,CAAC;AAAA;AAAA;AAAA;AAAA,MAI1D,CAAC,cAAU,wBAAM,MAAM,MAAM,OAAO,MAAM,GAAG,CAAC,CAAC;AAAA;AAAA;AAI9C,MAAM,0BAA0B,wBAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAO9C,MAAM,YAAY,wBAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWlB,MAAM,QAAQ,CAAC,EAAE,QAAQ,MAC9B,4CAAC,aAAU,SACT,sDAAC,+BAAY,OAAO,CAAC,iBAAiB,KAAK,GAAG,GAChD;AAGK,MAAM,+BAA+B,CAAC;AAAA,EAC3C;AAAA,EACA;AAAA,EACA;AACF,MAKE,6CAAC,2BAAwB,eAAY,uBACnC;AAAA,8CAAC,uBAAqB,GAAG,YAAY,UAAQ,MAAC,OAAO,qBAAqB,WAAW,OAAO;AAAA,EAE5F,4CAAC,SAAO,GAAG,YAAY;AAAA,GACzB;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|