@transferwise/components 46.29.0 → 46.29.2
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/build/i18n/hu.json +1 -1
- package/build/index.js +4494 -4489
- package/build/index.js.map +1 -1
- package/build/index.mjs +4713 -4707
- package/build/index.mjs.map +1 -1
- package/build/mocks.js.map +1 -1
- package/build/mocks.mjs.map +1 -1
- package/build/types/common/DOMOperations/DOMOperations.d.ts +10 -2
- package/build/types/common/DOMOperations/DOMOperations.d.ts.map +1 -1
- package/build/types/common/DOMOperations/index.d.ts +1 -3
- package/build/types/common/DOMOperations/index.d.ts.map +1 -1
- package/build/types/common/bottomSheet/BottomSheet.d.ts +2 -2
- package/build/types/common/bottomSheet/BottomSheet.d.ts.map +1 -1
- package/build/types/common/bottomSheet/index.d.ts +2 -1
- package/build/types/common/bottomSheet/index.d.ts.map +1 -1
- package/build/types/common/closeButton/CloseButton.messages.d.ts +7 -7
- package/build/types/common/closeButton/CloseButton.messages.d.ts.map +1 -1
- package/build/types/common/closeButton/index.d.ts +0 -1
- package/build/types/common/closeButton/index.d.ts.map +1 -1
- package/build/types/common/deviceDetection/deviceDetection.d.ts +1 -1
- package/build/types/common/deviceDetection/deviceDetection.d.ts.map +1 -1
- package/build/types/common/deviceDetection/index.d.ts +1 -1
- package/build/types/common/deviceDetection/index.d.ts.map +1 -1
- package/build/types/common/domHelpers/documentIosClick.d.ts +7 -2
- package/build/types/common/domHelpers/documentIosClick.d.ts.map +1 -1
- package/build/types/common/domHelpers/index.d.ts +1 -6
- package/build/types/common/domHelpers/index.d.ts.map +1 -1
- package/build/types/common/flowHeader/index.d.ts +2 -0
- package/build/types/common/flowHeader/index.d.ts.map +1 -0
- package/build/types/common/focusBoundary/index.d.ts +1 -1
- package/build/types/common/focusBoundary/index.d.ts.map +1 -1
- package/build/types/common/historyNavigator/historyNavigator.d.ts +8 -8
- package/build/types/common/historyNavigator/historyNavigator.d.ts.map +1 -1
- package/build/types/common/historyNavigator/index.d.ts +1 -1
- package/build/types/common/historyNavigator/index.d.ts.map +1 -1
- package/build/types/common/hooks/index.d.ts +0 -1
- package/build/types/common/panel/Panel.d.ts +1 -1
- package/build/types/common/panel/Panel.d.ts.map +1 -1
- package/build/types/common/panel/index.d.ts +1 -1
- package/build/types/common/panel/index.d.ts.map +1 -1
- package/build/types/dimmer/Dimmer.d.ts +1 -1
- package/build/types/dimmer/Dimmer.d.ts.map +1 -1
- package/build/types/dimmer/index.d.ts +2 -1
- package/build/types/dimmer/index.d.ts.map +1 -1
- package/build/types/flowNavigation/FlowNavigation.d.ts +3 -3
- package/build/types/flowNavigation/FlowNavigation.d.ts.map +1 -1
- package/build/types/index.d.ts +42 -41
- package/build/types/index.d.ts.map +1 -1
- package/package.json +61 -60
- package/src/common/DOMOperations/index.ts +1 -0
- package/src/common/bottomSheet/BottomSheet.tsx +6 -3
- package/src/common/bottomSheet/index.ts +2 -0
- package/src/common/closeButton/{CloseButton.spec.js → CloseButton.spec.tsx} +1 -0
- package/src/common/closeButton/index.ts +0 -1
- package/src/common/deviceDetection/{deviceDetection.spec.js → deviceDetection.spec.ts} +1 -1
- package/src/common/deviceDetection/deviceDetection.ts +7 -0
- package/src/common/domHelpers/{documentIosClick.spec.js → documentIosClick.spec.ts} +7 -13
- package/src/common/domHelpers/{documentIosClick.js → documentIosClick.ts} +23 -0
- package/src/common/domHelpers/index.ts +4 -23
- package/src/common/flowHeader/{FlowHeader.spec.js → FlowHeader.spec.tsx} +2 -1
- package/src/common/flowHeader/index.ts +1 -0
- package/src/common/historyNavigator/{historyNavigator.js → historyNavigator.ts} +9 -5
- package/src/common/hooks/index.js +0 -1
- package/src/common/panel/{Panel.spec.js → Panel.spec.tsx} +14 -9
- package/src/common/panel/Panel.tsx +3 -3
- package/src/common/responsivePanel/ResponsivePanel.tsx +1 -1
- package/src/decision/Decision.spec.js +0 -1
- package/src/dimmer/Dimmer.tsx +1 -1
- package/src/dimmer/index.ts +2 -0
- package/src/flowNavigation/FlowNavigation.spec.js +7 -22
- package/src/flowNavigation/FlowNavigation.tsx +20 -34
- package/src/flowNavigation/__snapshots__/FlowNavigation.spec.js.snap +2 -2
- package/src/i18n/hu.json +1 -1
- package/src/index.ts +68 -66
- package/src/overlayHeader/OverlayHeader.js +1 -1
- package/src/provider/theme/ThemeProvider.story.tsx +21 -0
- package/src/withDisplayFormat/WithDisplayFormat.tsx +2 -2
- package/build/types/common/hooks/useClientWidth/useClientWidth.d.ts +0 -11
- package/build/types/common/hooks/useClientWidth/useClientWidth.d.ts.map +0 -1
- package/src/common/DOMOperations/index.js +0 -3
- package/src/common/bottomSheet/index.js +0 -1
- package/src/common/deviceDetection/deviceDetection.js +0 -7
- package/src/common/hooks/useClientWidth/useClientWidth.spec.js +0 -77
- package/src/common/hooks/useClientWidth/useClientWidth.tsx +0 -47
- package/src/dimmer/index.js +0 -1
- /package/src/common/DOMOperations/{DOMOperations.spec.js → DOMOperations.spec.tsx} +0 -0
- /package/src/common/DOMOperations/{DOMOperations.js → DOMOperations.ts} +0 -0
- /package/src/common/closeButton/{CloseButton.messages.js → CloseButton.messages.ts} +0 -0
- /package/src/common/closeButton/__snapshots__/{CloseButton.spec.js.snap → CloseButton.spec.tsx.snap} +0 -0
- /package/src/common/deviceDetection/{index.js → index.ts} +0 -0
- /package/src/common/flowHeader/__snapshots__/{FlowHeader.spec.js.snap → FlowHeader.spec.tsx.snap} +0 -0
- /package/src/common/focusBoundary/{index.js → index.ts} +0 -0
- /package/src/common/historyNavigator/{historyNavigator.spec.js → historyNavigator.spec.ts} +0 -0
- /package/src/common/historyNavigator/{index.js → index.ts} +0 -0
- /package/src/common/panel/__snapshots__/{Panel.spec.js.snap → Panel.spec.tsx.snap} +0 -0
- /package/src/common/panel/{index.js → index.ts} +0 -0
package/build/mocks.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mocks.js","sources":["
|
|
1
|
+
{"version":3,"file":"mocks.js","sources":["../src/mocks.ts"],"sourcesContent":["type StubGlobal = (name: PropertyKey, value: unknown) => void;\n\ninterface GlobalMockParams {\n fn: <T extends (...args: never[]) => unknown>(implementation?: T) => T;\n stubGlobal?: StubGlobal;\n}\n\nconst defaultStubGlobal: StubGlobal = (name, value) => {\n Object.defineProperty(globalThis, name, {\n value,\n writable: true,\n enumerable: true,\n configurable: true,\n });\n};\n\nexport function mockMatchMedia({ fn, stubGlobal = defaultStubGlobal }: GlobalMockParams) {\n stubGlobal(\n 'matchMedia',\n fn<Window['matchMedia']>((query) => {\n const matches = /^\\(min-width: (\\d+)px\\)$/u.exec(query);\n const minWidth = matches != null ? Number(matches[1]) : undefined;\n return {\n matches: minWidth != null ? window.innerWidth >= minWidth : false,\n media: query,\n onchange: null,\n addListener: fn(),\n removeListener: fn(),\n addEventListener: fn(),\n removeEventListener: fn(),\n dispatchEvent: fn(),\n };\n }),\n );\n}\n\nexport function mockResizeObserver({ fn, stubGlobal = defaultStubGlobal }: GlobalMockParams) {\n stubGlobal(\n 'ResizeObserver',\n fn(\n (): ResizeObserver => ({\n observe: fn(),\n unobserve: fn(),\n disconnect: fn(),\n }),\n ),\n );\n}\n"],"names":["defaultStubGlobal","name","value","Object","defineProperty","globalThis","writable","enumerable","configurable","mockMatchMedia","fn","stubGlobal","query","matches","exec","minWidth","Number","undefined","window","innerWidth","media","onchange","addListener","removeListener","addEventListener","removeEventListener","dispatchEvent","mockResizeObserver","observe","unobserve","disconnect"],"mappings":";;AAOA,MAAMA,iBAAiB,GAAeA,CAACC,IAAI,EAAEC,KAAK,KAAI;AACpDC,EAAAA,MAAM,CAACC,cAAc,CAACC,UAAU,EAAEJ,IAAI,EAAE;IACtCC,KAAK;AACLI,IAAAA,QAAQ,EAAE,IAAI;AACdC,IAAAA,UAAU,EAAE,IAAI;AAChBC,IAAAA,YAAY,EAAE,IAAA;AACf,GAAA,CAAC,CAAA;AACJ,CAAC,CAAA;AAEK,SAAUC,cAAcA,CAAC;EAAEC,EAAE;AAAEC,EAAAA,UAAU,GAAGX,iBAAAA;AAAqC,CAAA,EAAA;AACrFW,EAAAA,UAAU,CACR,YAAY,EACZD,EAAE,CAAwBE,KAAK,IAAI;AACjC,IAAA,MAAMC,OAAO,GAAG,2BAA2B,CAACC,IAAI,CAACF,KAAK,CAAC,CAAA;AACvD,IAAA,MAAMG,QAAQ,GAAGF,OAAO,IAAI,IAAI,GAAGG,MAAM,CAACH,OAAO,CAAC,CAAC,CAAC,CAAC,GAAGI,SAAS,CAAA;IACjE,OAAO;MACLJ,OAAO,EAAEE,QAAQ,IAAI,IAAI,GAAGG,MAAM,CAACC,UAAU,IAAIJ,QAAQ,GAAG,KAAK;AACjEK,MAAAA,KAAK,EAAER,KAAK;AACZS,MAAAA,QAAQ,EAAE,IAAI;MACdC,WAAW,EAAEZ,EAAE,EAAE;MACjBa,cAAc,EAAEb,EAAE,EAAE;MACpBc,gBAAgB,EAAEd,EAAE,EAAE;MACtBe,mBAAmB,EAAEf,EAAE,EAAE;MACzBgB,aAAa,EAAEhB,EAAE,EAAE;KACpB,CAAA;AACH,GAAC,CAAC,CACH,CAAA;AACH,CAAA;AAEM,SAAUiB,kBAAkBA,CAAC;EAAEjB,EAAE;AAAEC,EAAAA,UAAU,GAAGX,iBAAAA;AAAqC,CAAA,EAAA;AACzFW,EAAAA,UAAU,CACR,gBAAgB,EAChBD,EAAE,CACA,OAAuB;IACrBkB,OAAO,EAAElB,EAAE,EAAE;IACbmB,SAAS,EAAEnB,EAAE,EAAE;IACfoB,UAAU,EAAEpB,EAAE,EAAE;GACjB,CAAC,CACH,CACF,CAAA;AACH;;;;;"}
|
package/build/mocks.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mocks.mjs","sources":["
|
|
1
|
+
{"version":3,"file":"mocks.mjs","sources":["../src/mocks.ts"],"sourcesContent":["type StubGlobal = (name: PropertyKey, value: unknown) => void;\n\ninterface GlobalMockParams {\n fn: <T extends (...args: never[]) => unknown>(implementation?: T) => T;\n stubGlobal?: StubGlobal;\n}\n\nconst defaultStubGlobal: StubGlobal = (name, value) => {\n Object.defineProperty(globalThis, name, {\n value,\n writable: true,\n enumerable: true,\n configurable: true,\n });\n};\n\nexport function mockMatchMedia({ fn, stubGlobal = defaultStubGlobal }: GlobalMockParams) {\n stubGlobal(\n 'matchMedia',\n fn<Window['matchMedia']>((query) => {\n const matches = /^\\(min-width: (\\d+)px\\)$/u.exec(query);\n const minWidth = matches != null ? Number(matches[1]) : undefined;\n return {\n matches: minWidth != null ? window.innerWidth >= minWidth : false,\n media: query,\n onchange: null,\n addListener: fn(),\n removeListener: fn(),\n addEventListener: fn(),\n removeEventListener: fn(),\n dispatchEvent: fn(),\n };\n }),\n );\n}\n\nexport function mockResizeObserver({ fn, stubGlobal = defaultStubGlobal }: GlobalMockParams) {\n stubGlobal(\n 'ResizeObserver',\n fn(\n (): ResizeObserver => ({\n observe: fn(),\n unobserve: fn(),\n disconnect: fn(),\n }),\n ),\n );\n}\n"],"names":["defaultStubGlobal","name","value","Object","defineProperty","globalThis","writable","enumerable","configurable","mockMatchMedia","fn","stubGlobal","query","matches","exec","minWidth","Number","undefined","window","innerWidth","media","onchange","addListener","removeListener","addEventListener","removeEventListener","dispatchEvent","mockResizeObserver","observe","unobserve","disconnect"],"mappings":"AAOA,MAAMA,iBAAiB,GAAeA,CAACC,IAAI,EAAEC,KAAK,KAAI;AACpDC,EAAAA,MAAM,CAACC,cAAc,CAACC,UAAU,EAAEJ,IAAI,EAAE;IACtCC,KAAK;AACLI,IAAAA,QAAQ,EAAE,IAAI;AACdC,IAAAA,UAAU,EAAE,IAAI;AAChBC,IAAAA,YAAY,EAAE,IAAA;AACf,GAAA,CAAC,CAAA;AACJ,CAAC,CAAA;AAEK,SAAUC,cAAcA,CAAC;EAAEC,EAAE;AAAEC,EAAAA,UAAU,GAAGX,iBAAAA;AAAqC,CAAA,EAAA;AACrFW,EAAAA,UAAU,CACR,YAAY,EACZD,EAAE,CAAwBE,KAAK,IAAI;AACjC,IAAA,MAAMC,OAAO,GAAG,2BAA2B,CAACC,IAAI,CAACF,KAAK,CAAC,CAAA;AACvD,IAAA,MAAMG,QAAQ,GAAGF,OAAO,IAAI,IAAI,GAAGG,MAAM,CAACH,OAAO,CAAC,CAAC,CAAC,CAAC,GAAGI,SAAS,CAAA;IACjE,OAAO;MACLJ,OAAO,EAAEE,QAAQ,IAAI,IAAI,GAAGG,MAAM,CAACC,UAAU,IAAIJ,QAAQ,GAAG,KAAK;AACjEK,MAAAA,KAAK,EAAER,KAAK;AACZS,MAAAA,QAAQ,EAAE,IAAI;MACdC,WAAW,EAAEZ,EAAE,EAAE;MACjBa,cAAc,EAAEb,EAAE,EAAE;MACpBc,gBAAgB,EAAEd,EAAE,EAAE;MACtBe,mBAAmB,EAAEf,EAAE,EAAE;MACzBgB,aAAa,EAAEhB,EAAE,EAAE;KACpB,CAAA;AACH,GAAC,CAAC,CACH,CAAA;AACH,CAAA;AAEM,SAAUiB,kBAAkBA,CAAC;EAAEjB,EAAE;AAAEC,EAAAA,UAAU,GAAGX,iBAAAA;AAAqC,CAAA,EAAA;AACzFW,EAAAA,UAAU,CACR,gBAAgB,EAChBD,EAAE,CACA,OAAuB;IACrBkB,OAAO,EAAElB,EAAE,EAAE;IACbmB,SAAS,EAAEnB,EAAE,EAAE;IACfoB,UAAU,EAAEpB,EAAE,EAAE;GACjB,CAAC,CACH,CACF,CAAA;AACH;;;;"}
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Apply {@link NO_SCROLL_CLASS} that disables scroll on page (e.g use in Dimmer to disable scroll behind the component)
|
|
3
|
+
*
|
|
4
|
+
* CSS class needs to be applied for `html` and not `body`, as this doing both will break any position sticky in the document.
|
|
5
|
+
*/
|
|
6
|
+
export declare const addNoScrollClass: () => void;
|
|
7
|
+
/**
|
|
8
|
+
* Clean up after {@link addNoScrollClass} function
|
|
9
|
+
*/
|
|
10
|
+
export declare const removeNoScrollClass: () => void;
|
|
3
11
|
//# sourceMappingURL=DOMOperations.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DOMOperations.d.ts","sourceRoot":"","sources":["../../../../src/common/DOMOperations/DOMOperations.
|
|
1
|
+
{"version":3,"file":"DOMOperations.d.ts","sourceRoot":"","sources":["../../../../src/common/DOMOperations/DOMOperations.ts"],"names":[],"mappings":"AAKA;;;;GAIG;AACH,eAAO,MAAM,gBAAgB,YAE5B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,YAE/B,CAAC"}
|
|
@@ -1,4 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
import { removeNoScrollClass } from "./DOMOperations";
|
|
3
|
-
export { addNoScrollClass, removeNoScrollClass };
|
|
1
|
+
export { addNoScrollClass, removeNoScrollClass } from './DOMOperations';
|
|
4
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/DOMOperations/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/DOMOperations/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactElement, PropsWithChildren, SyntheticEvent } from 'react';
|
|
2
2
|
import { CommonProps } from '../commonProps';
|
|
3
|
-
type
|
|
3
|
+
export type BottomSheetProps = PropsWithChildren<{
|
|
4
4
|
onClose?: (event: Event | SyntheticEvent) => void;
|
|
5
5
|
open: boolean;
|
|
6
6
|
} & CommonProps>;
|
|
@@ -10,6 +10,6 @@ type Props = PropsWithChildren<{
|
|
|
10
10
|
* Neptune Web: https://transferwise.github.io/neptune-web/components/overlays/BottomSheet
|
|
11
11
|
*
|
|
12
12
|
*/
|
|
13
|
-
declare const BottomSheet: (props:
|
|
13
|
+
declare const BottomSheet: (props: BottomSheetProps) => ReactElement;
|
|
14
14
|
export default BottomSheet;
|
|
15
15
|
//# sourceMappingURL=BottomSheet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/common/bottomSheet/BottomSheet.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,YAAY,EACZ,iBAAiB,EAEjB,cAAc,EACf,MAAM,OAAO,CAAC;AAMf,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAa7C,
|
|
1
|
+
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/common/bottomSheet/BottomSheet.tsx"],"names":[],"mappings":"AACA,OAAO,EAGL,YAAY,EACZ,iBAAiB,EAEjB,cAAc,EACf,MAAM,OAAO,CAAC;AAMf,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAa7C,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,CAC9C;IACE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,GAAG,cAAc,KAAK,IAAI,CAAC;IAClD,IAAI,EAAE,OAAO,CAAC;CACf,GAAG,WAAW,CAChB,CAAC;AAEF;;;;;GAKG;AACH,QAAA,MAAM,WAAW,UAAW,gBAAgB,KAAG,YAiL9C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/bottomSheet/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/bottomSheet/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AACxC,YAAY,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
}
|
|
1
|
+
declare const _default: {
|
|
2
|
+
ariaLabel: {
|
|
3
|
+
id: string;
|
|
4
|
+
defaultMessage: string;
|
|
5
|
+
description: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
8
|
export default _default;
|
|
9
9
|
//# sourceMappingURL=CloseButton.messages.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CloseButton.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/closeButton/CloseButton.messages.
|
|
1
|
+
{"version":3,"file":"CloseButton.messages.d.ts","sourceRoot":"","sources":["../../../../src/common/closeButton/CloseButton.messages.ts"],"names":[],"mappings":";;;;;;;AAEA,wBAMG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/closeButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/closeButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export function isIosDevice(): boolean;
|
|
1
|
+
export declare function isIosDevice(): boolean;
|
|
2
2
|
//# sourceMappingURL=deviceDetection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deviceDetection.d.ts","sourceRoot":"","sources":["../../../../src/common/deviceDetection/deviceDetection.
|
|
1
|
+
{"version":3,"file":"deviceDetection.d.ts","sourceRoot":"","sources":["../../../../src/common/deviceDetection/deviceDetection.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,YAM1B"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { isIosDevice } from
|
|
1
|
+
export { isIosDevice } from './deviceDetection';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/deviceDetection/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/deviceDetection/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
export function
|
|
1
|
+
import { SyntheticEvent } from 'react';
|
|
2
|
+
export declare function addClickClassToDocumentOnIos(): void;
|
|
3
|
+
export declare function removeClickClassFromDocumentOnIos(): void;
|
|
4
|
+
export declare function isServerSide(): boolean;
|
|
5
|
+
export declare function isBrowser(): boolean;
|
|
6
|
+
export declare function stopPropagation(event: SyntheticEvent): void;
|
|
7
|
+
export declare function getSimpleRandomId(prefix: string): string;
|
|
3
8
|
//# sourceMappingURL=documentIosClick.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"documentIosClick.d.ts","sourceRoot":"","sources":["../../../../src/common/domHelpers/documentIosClick.
|
|
1
|
+
{"version":3,"file":"documentIosClick.d.ts","sourceRoot":"","sources":["../../../../src/common/domHelpers/documentIosClick.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAUvC,wBAAgB,4BAA4B,SAI3C;AAED,wBAAgB,iCAAiC,SAIhD;AAED,wBAAgB,YAAY,IAAI,OAAO,CAEtC;AAED,wBAAgB,SAAS,IAAI,OAAO,CAEnC;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,cAAc,QAMpD;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAGxD"}
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export declare function isServerSide(): boolean;
|
|
3
|
-
export declare function isBrowser(): boolean;
|
|
4
|
-
export declare function stopPropagation(event: SyntheticEvent): void;
|
|
5
|
-
export declare function getSimpleRandomId(prefix: string): string;
|
|
6
|
-
export { addClickClassToDocumentOnIos, removeClickClassFromDocumentOnIos, } from './documentIosClick';
|
|
1
|
+
export { addClickClassToDocumentOnIos, getSimpleRandomId, isBrowser, isServerSide, removeClickClassFromDocumentOnIos, stopPropagation, } from './documentIosClick';
|
|
7
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/domHelpers/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/domHelpers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,EAC5B,iBAAiB,EACjB,SAAS,EACT,YAAY,EACZ,iCAAiC,EACjC,eAAe,GAChB,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/flowHeader/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from './FocusBoundary';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/focusBoundary/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/focusBoundary/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export default HistoryNavigator;
|
|
2
1
|
declare class HistoryNavigator {
|
|
3
|
-
|
|
4
|
-
history: any[];
|
|
2
|
+
history: (string | number)[];
|
|
5
3
|
currIndex: number;
|
|
6
|
-
historyLimit: number |
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
4
|
+
historyLimit: number | undefined;
|
|
5
|
+
constructor(history?: (string | number)[], historyLimit?: number);
|
|
6
|
+
reset: (newHistory?: (string | number)[], historyLimit?: number) => void;
|
|
7
|
+
add: (element: string | number) => void;
|
|
8
|
+
redo: () => string | number;
|
|
9
|
+
undo: () => string | number;
|
|
11
10
|
}
|
|
11
|
+
export default HistoryNavigator;
|
|
12
12
|
//# sourceMappingURL=historyNavigator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"historyNavigator.d.ts","sourceRoot":"","sources":["../../../../src/common/historyNavigator/historyNavigator.
|
|
1
|
+
{"version":3,"file":"historyNavigator.d.ts","sourceRoot":"","sources":["../../../../src/common/historyNavigator/historyNavigator.ts"],"names":[],"mappings":"AAAA,cAAM,gBAAgB;IACpB,OAAO,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;gBAErB,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,EAAE,YAAY,CAAC,EAAE,MAAM;IAMhE,KAAK,gBAAiB,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,iCAIvC;IAEF,GAAG,YAAa,MAAM,GAAG,MAAM,UAS7B;IAEF,IAAI,wBAIF;IAEF,IAAI,wBAGF;CACH;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from './historyNavigator';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/historyNavigator/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/historyNavigator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
export { useClientWidth } from "./useClientWidth/useClientWidth";
|
|
2
1
|
export { default as useConditionalListener } from "./useConditionalListener";
|
|
3
2
|
export { default as useDirection } from "./useDirection";
|
|
4
3
|
export { default as useHasIntersected } from "./useHasIntersected";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropsWithChildren, RefObject, SyntheticEvent, HTMLAttributes } from 'react';
|
|
2
2
|
import { PositionBottom, PositionLeft, PositionRight, PositionTop } from '..';
|
|
3
|
-
export type
|
|
3
|
+
export type PanelProps = PropsWithChildren<{
|
|
4
4
|
arrow?: boolean;
|
|
5
5
|
flip?: boolean;
|
|
6
6
|
altAxis?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../src/common/panel/Panel.tsx"],"names":[],"mappings":"AACA,OAAO,EAIL,iBAAiB,EACjB,SAAS,EACT,cAAc,EACd,cAAc,EAEf,MAAM,OAAO,CAAC;AAGf,OAAO,EAAY,cAAc,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,IAAI,CAAC;AAexF,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../src/common/panel/Panel.tsx"],"names":[],"mappings":"AACA,OAAO,EAIL,iBAAiB,EACjB,SAAS,EACT,cAAc,EACd,cAAc,EAEf,MAAM,OAAO,CAAC;AAGf,OAAO,EAAY,cAAc,EAAE,YAAY,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,IAAI,CAAC;AAexF,MAAM,MAAM,UAAU,GAAG,iBAAiB,CAAC;IACzC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,GAAG,cAAc,KAAK,IAAI,CAAC;IAClD,QAAQ,CAAC,EAAE,cAAc,GAAG,YAAY,GAAG,aAAa,GAAG,WAAW,CAAC;IACvE,SAAS,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC;IAC9B,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC,GACA,cAAc,CAAC,cAAc,CAAC,CAAC;AAEjC,QAAA,MAAM,KAAK;;;;;uBAPS,KAAK,GAAG,cAAc,KAAK,IAAI;;eAEtC,UAAU,OAAO,CAAC;;;;mFA4G9B,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from
|
|
1
|
+
export { default } from './Panel';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/panel/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/panel/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MouseEvent, ReactElement, ReactNode } from 'react';
|
|
2
2
|
import { CommonProps, PositionBottom, PositionCenter, PositionTop } from '../common';
|
|
3
3
|
export declare const EXIT_ANIMATION = 350;
|
|
4
|
-
type DimmerProps = CommonProps & {
|
|
4
|
+
export type DimmerProps = CommonProps & {
|
|
5
5
|
children?: ReactNode;
|
|
6
6
|
disableClickToClose?: boolean;
|
|
7
7
|
contentPosition?: PositionTop | PositionCenter | PositionBottom;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dimmer.d.ts","sourceRoot":"","sources":["../../../src/dimmer/Dimmer.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,YAAY,EACZ,SAAS,EAKV,MAAM,OAAO,CAAC;AAGf,OAAO,EAEL,WAAW,EACX,cAAc,EACd,cAAc,EACd,WAAW,EAEZ,MAAM,WAAW,CAAC;AAOnB,eAAO,MAAM,cAAc,MAAM,CAAC;AAIlC,
|
|
1
|
+
{"version":3,"file":"Dimmer.d.ts","sourceRoot":"","sources":["../../../src/dimmer/Dimmer.tsx"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,YAAY,EACZ,SAAS,EAKV,MAAM,OAAO,CAAC;AAGf,OAAO,EAEL,WAAW,EACX,cAAc,EACd,cAAc,EACd,WAAW,EAEZ,MAAM,WAAW,CAAC;AAOnB,eAAO,MAAM,cAAc,MAAM,CAAC;AAIlC,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,WAAW,GAAG,cAAc,GAAG,cAAc,CAAC;IAChE,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,aAAa,GAAG,UAAU,KAAK,IAAI,CAAC;CACvD,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,KAAK,SAU3C,CAAC;AAEF,QAAA,MAAM,MAAM,kJAWT,WAAW,gCAiHb,CAAC;AAsBF,eAAO,MAAM,oBAAoB;cAIrB,YAAY;gBACV,OAAO;4EAepB,CAAC;AAGF,OAAO,EAAE,MAAM,EAAE,CAAC;;;;;;;;;;;;AAElB,wBAAsC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dimmer/index.
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dimmer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import { Step } from '../stepper/Stepper';
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type Step } from '../stepper/Stepper';
|
|
3
3
|
export interface FlowNavigationProps {
|
|
4
4
|
activeStep?: number;
|
|
5
5
|
avatar?: React.ReactNode;
|
|
@@ -12,6 +12,6 @@ export interface FlowNavigationProps {
|
|
|
12
12
|
/** Steps to be displayed in stepper. If you don't need the stepper, please use OverlayHeader instead */
|
|
13
13
|
steps: readonly Step[];
|
|
14
14
|
}
|
|
15
|
-
declare const FlowNavigation: ({ activeStep, avatar, logo, done, onClose, onGoBack, steps, }: FlowNavigationProps) =>
|
|
15
|
+
declare const FlowNavigation: ({ activeStep, avatar, logo, done, onClose, onGoBack, steps, }: FlowNavigationProps) => import("react").JSX.Element;
|
|
16
16
|
export default FlowNavigation;
|
|
17
17
|
//# sourceMappingURL=FlowNavigation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlowNavigation.d.ts","sourceRoot":"","sources":["../../../src/flowNavigation/FlowNavigation.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FlowNavigation.d.ts","sourceRoot":"","sources":["../../../src/flowNavigation/FlowNavigation.tsx"],"names":[],"mappings":";AAOA,OAAgB,EAAE,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAOxD,MAAM,WAAW,mBAAmB;IAClC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,2FAA2F;IAC3F,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,sIAAsI;IACtI,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,wGAAwG;IACxG,KAAK,EAAE,SAAS,IAAI,EAAE,CAAC;CACxB;AAED,QAAA,MAAM,cAAc,kEAQjB,mBAAmB,gCAmErB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
package/build/types/index.d.ts
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Types
|
|
3
3
|
*/
|
|
4
|
-
export type {
|
|
5
|
-
export type { AvatarProps } from './avatar';
|
|
4
|
+
export type { AccordionItem, AccordionProps } from './accordion';
|
|
6
5
|
export type { ActionOptionProps } from './actionOption';
|
|
7
|
-
export type {
|
|
6
|
+
export type { AlertAction, AlertProps, AlertType } from './alert';
|
|
7
|
+
export type { AvatarProps } from './avatar';
|
|
8
8
|
export type { BadgeProps } from './badge';
|
|
9
9
|
export type { CircularButtonProps } from './circularButton';
|
|
10
|
+
export type { BodyTypes, DisplayTypes, LayoutDirection, LinkTypes, TitleTypes, TypographyTypes, } from './common';
|
|
11
|
+
export type { BottomSheetProps } from './common/bottomSheet';
|
|
12
|
+
export type { DateInputProps } from './dateInput';
|
|
13
|
+
export type { DateLookupProps } from './dateLookup';
|
|
10
14
|
export type { DecisionProps } from './decision/Decision';
|
|
15
|
+
export type { DimmerProps } from './dimmer';
|
|
11
16
|
export type { EmphasisProps } from './emphasis';
|
|
12
17
|
export type { InfoProps } from './info';
|
|
13
|
-
export type { SummaryProps } from './summary';
|
|
14
|
-
export type { InputProps } from './inputs/Input';
|
|
15
|
-
export type { DateInputProps } from './dateInput';
|
|
16
|
-
export type { DateLookupProps } from './dateLookup';
|
|
17
18
|
export type { InputWithDisplayFormatProps } from './inputWithDisplayFormat';
|
|
19
|
+
export type { InputProps } from './inputs/Input';
|
|
18
20
|
export type { InputGroupProps } from './inputs/InputGroup';
|
|
19
|
-
export type { LoaderProps } from './loader';
|
|
20
|
-
export type { NavigationOptionListProps } from './navigationOptionsList';
|
|
21
21
|
export type { SearchInputProps } from './inputs/SearchInput';
|
|
22
22
|
export type { SelectInputGroupItem, SelectInputItem, SelectInputOptionContentProps, SelectInputOptionItem, SelectInputProps, SelectInputSeparatorItem, SelectInputTriggerButtonProps, } from './inputs/SelectInput';
|
|
23
23
|
export type { TextAreaProps } from './inputs/TextArea';
|
|
24
|
+
export type { InstructionsListProps } from './instructionsList';
|
|
25
|
+
export type { LoaderProps } from './loader';
|
|
26
|
+
export type { MarkdownProps } from './markdown';
|
|
27
|
+
export type { ModalProps } from './modal';
|
|
28
|
+
export type { MoneyProps } from './money';
|
|
29
|
+
export type { CurrencyHeaderItem, CurrencyItem, CurrencyOptionItem, MoneyInputProps, } from './moneyInput';
|
|
30
|
+
export type { NavigationOptionListProps } from './navigationOptionsList';
|
|
24
31
|
export type { PhoneNumberInputProps } from './phoneNumberInput/PhoneNumberInput';
|
|
25
32
|
export type { PopoverProps } from './popover';
|
|
26
33
|
export type { ProgressProps } from './progress';
|
|
27
34
|
export type { ProgressBarProps } from './progressBar';
|
|
28
|
-
export type {
|
|
35
|
+
export type { DirectionProviderProps, LanguageProviderProps, ProviderProps } from './provider';
|
|
29
36
|
export type { RadioProps } from './radio';
|
|
30
37
|
export type { RadioGroupProps, RadioGroupRadio } from './radioGroup';
|
|
31
38
|
export type { RadioOptionProps } from './radioOption';
|
|
39
|
+
export type { SegmentedControlProps } from './segmentedControl';
|
|
40
|
+
export type { SlidingPanelProps } from './slidingPanel';
|
|
32
41
|
export type { SnackbarProps } from './snackbar/Snackbar';
|
|
33
42
|
export type { SnackbarContextType } from './snackbar/SnackbarContext';
|
|
34
43
|
export type { StatusIconProps } from './statusIcon';
|
|
35
44
|
export type { StickyProps } from './sticky';
|
|
45
|
+
export type { SummaryProps } from './summary';
|
|
36
46
|
export type { SwitchProps } from './switch';
|
|
37
47
|
export type { SwitchOptionProps } from './switchOption';
|
|
38
48
|
export type { TextareaWithDisplayFormatProps } from './textareaWithDisplayFormat';
|
|
39
49
|
export type { TooltipProps } from './tooltip';
|
|
40
|
-
export type {
|
|
41
|
-
export type {
|
|
42
|
-
export type { ModalProps } from './modal';
|
|
43
|
-
export type { MoneyProps } from './money';
|
|
44
|
-
export type { CurrencyHeaderItem, CurrencyItem, CurrencyOptionItem, MoneyInputProps, } from './moneyInput';
|
|
45
|
-
export type { SlidingPanelProps } from './slidingPanel';
|
|
46
|
-
export type { LayoutDirection, TypographyTypes, TitleTypes, BodyTypes, LinkTypes, DisplayTypes, } from './common';
|
|
47
|
-
export type { SegmentedControlProps } from './segmentedControl';
|
|
48
|
-
export type { TypeaheadProps, TypeaheadOption } from './typeahead';
|
|
49
|
-
export type { InstructionsListProps } from './instructionsList';
|
|
50
|
+
export type { TypeaheadOption, TypeaheadProps } from './typeahead';
|
|
51
|
+
export type { UploadError, UploadResponse, UploadedFile } from './uploadInput/types';
|
|
50
52
|
/**
|
|
51
53
|
* Components
|
|
52
54
|
*/
|
|
53
|
-
export { default as Title } from './title';
|
|
54
|
-
export { default as Body } from './body';
|
|
55
55
|
export { default as Accordion } from './accordion';
|
|
56
56
|
export { default as ActionButton } from './actionButton';
|
|
57
57
|
export { default as ActionOption } from './actionOption';
|
|
@@ -59,16 +59,19 @@ export { default as Alert } from './alert';
|
|
|
59
59
|
export { default as Avatar } from './avatar';
|
|
60
60
|
export { default as AvatarWrapper } from './avatarWrapper';
|
|
61
61
|
export { default as Badge } from './badge';
|
|
62
|
-
export { default as
|
|
62
|
+
export { default as Body } from './body';
|
|
63
63
|
export { default as Button } from './button';
|
|
64
64
|
export { default as Card } from './card';
|
|
65
|
-
export { default as BaseCard } from './common/card';
|
|
66
65
|
export { default as Checkbox } from './checkbox';
|
|
67
66
|
export { default as CheckboxButton } from './checkboxButton';
|
|
68
67
|
export { default as CheckboxOption } from './checkboxOption';
|
|
69
68
|
export { default as Chevron } from './chevron';
|
|
70
|
-
export { default as Chips
|
|
69
|
+
export { Chip, default as Chips } from './chips';
|
|
71
70
|
export { default as CircularButton } from './circularButton';
|
|
71
|
+
export { default as Option } from './common/Option';
|
|
72
|
+
export { default as BottomSheet } from './common/bottomSheet';
|
|
73
|
+
export { default as BaseCard } from './common/card';
|
|
74
|
+
export { default as CriticalCommsBanner } from './criticalBanner';
|
|
72
75
|
export { default as DateInput } from './dateInput';
|
|
73
76
|
export { default as DateLookup } from './dateLookup';
|
|
74
77
|
export { default as Decision } from './decision';
|
|
@@ -83,14 +86,15 @@ export { default as Header } from './header';
|
|
|
83
86
|
export { default as Image } from './image';
|
|
84
87
|
export { default as Info } from './info';
|
|
85
88
|
export { default as InlineAlert } from './inlineAlert';
|
|
89
|
+
export { default as InputWithDisplayFormat } from './inputWithDisplayFormat';
|
|
86
90
|
export { Input } from './inputs/Input';
|
|
87
91
|
export { InputGroup } from './inputs/InputGroup';
|
|
88
92
|
export { SearchInput } from './inputs/SearchInput';
|
|
89
93
|
export { SelectInput, SelectInputOptionContent, SelectInputTriggerButton, } from './inputs/SelectInput';
|
|
90
94
|
export { TextArea } from './inputs/TextArea';
|
|
91
|
-
export { default as InputWithDisplayFormat } from './inputWithDisplayFormat';
|
|
92
95
|
export { default as InstructionsList } from './instructionsList';
|
|
93
96
|
export { default as Link } from './link';
|
|
97
|
+
export { default as ListItem } from './listItem';
|
|
94
98
|
export { default as Loader } from './loader';
|
|
95
99
|
export { default as Logo } from './logo';
|
|
96
100
|
export { default as Markdown } from './markdown';
|
|
@@ -100,24 +104,23 @@ export { default as MoneyInput } from './moneyInput';
|
|
|
100
104
|
export { default as NavigationOption } from './navigationOption';
|
|
101
105
|
export { default as NavigationOptionsList } from './navigationOptionsList';
|
|
102
106
|
export { default as Nudge } from './nudge';
|
|
103
|
-
export { default as Option } from './common/Option';
|
|
104
107
|
export { default as OverlayHeader } from './overlayHeader';
|
|
105
108
|
export { default as PhoneNumberInput } from './phoneNumberInput';
|
|
106
109
|
export { default as Popover } from './popover';
|
|
107
110
|
export { default as ProcessIndicator } from './processIndicator';
|
|
108
|
-
export { default as ProgressBar } from './progressBar';
|
|
109
111
|
export { default as Progress } from './progress';
|
|
110
|
-
export { default as
|
|
111
|
-
export { default as
|
|
112
|
-
export { default as Provider
|
|
112
|
+
export { default as ProgressBar } from './progressBar';
|
|
113
|
+
export { PromoCardGroup, default as PromoCard } from './promoCard';
|
|
114
|
+
export { DirectionProvider, LanguageProvider, default as Provider } from './provider';
|
|
113
115
|
export { default as Radio } from './radio';
|
|
114
116
|
export { default as RadioGroup } from './radioGroup';
|
|
115
117
|
export { default as RadioOption } from './radioOption';
|
|
116
118
|
export { default as Section } from './section';
|
|
117
|
-
export { default as Select } from './select';
|
|
118
119
|
export { default as SegmentedControl } from './segmentedControl';
|
|
120
|
+
export { default as Select } from './select';
|
|
119
121
|
export { default as SlidingPanel } from './slidingPanel';
|
|
120
122
|
export { default as SnackbarPortal } from './snackbar/Snackbar';
|
|
123
|
+
export { SnackbarConsumer, SnackbarContext } from './snackbar/SnackbarContext';
|
|
121
124
|
export { default as SnackbarProvider } from './snackbar/SnackbarProvider';
|
|
122
125
|
export { default as StatusIcon } from './statusIcon/StatusIcon';
|
|
123
126
|
export { default as Stepper } from './stepper/Stepper';
|
|
@@ -127,33 +130,31 @@ export { default as Switch } from './switch';
|
|
|
127
130
|
export { default as SwitchOption } from './switchOption';
|
|
128
131
|
export { default as Tabs } from './tabs';
|
|
129
132
|
export { default as TextareaWithDisplayFormat } from './textareaWithDisplayFormat';
|
|
133
|
+
export { default as Title } from './title';
|
|
130
134
|
export { default as Tooltip } from './tooltip';
|
|
131
135
|
export { default as Typeahead } from './typeahead';
|
|
132
136
|
export { default as Upload } from './upload';
|
|
133
137
|
export { default as UploadInput } from './uploadInput';
|
|
134
|
-
export { SnackbarConsumer, SnackbarContext } from './snackbar/SnackbarContext';
|
|
135
|
-
export { default as CriticalCommsBanner } from './criticalBanner';
|
|
136
|
-
export { default as ListItem } from './listItem';
|
|
137
138
|
/**
|
|
138
139
|
* Hooks
|
|
139
140
|
*/
|
|
140
|
-
export { default as useSnackbar } from './snackbar/useSnackbar';
|
|
141
141
|
export { useDirection, useLayout } from './common/hooks';
|
|
142
142
|
export { useScreenSize } from './common/hooks/useScreenSize';
|
|
143
|
+
export { default as useSnackbar } from './snackbar/useSnackbar';
|
|
143
144
|
/**
|
|
144
145
|
* Enums
|
|
145
146
|
*/
|
|
146
|
-
export {
|
|
147
|
+
export { AlertArrowPosition } from './alert/Alert';
|
|
147
148
|
export { AvatarType } from './avatar';
|
|
148
|
-
export {
|
|
149
|
-
export { UploadStep } from './upload';
|
|
149
|
+
export { Breakpoint, ControlType, DateMode, Direction, FileType, Layout, MarkdownNodeType, MonthFormat, Position, Priority, ProfileType, Scroll, Sentiment, Size, Status, Theme, Type, Typography, Variant, Width, } from './common';
|
|
150
150
|
export { DecisionPresentation, DecisionType } from './decision';
|
|
151
|
+
export { InfoPresentation } from './info';
|
|
151
152
|
export { LogoType } from './logo';
|
|
152
|
-
export {
|
|
153
|
+
export { UploadStep } from './upload';
|
|
153
154
|
/**
|
|
154
155
|
* Utils
|
|
155
156
|
*/
|
|
156
|
-
export {
|
|
157
|
+
export { DEFAULT_LANG, DEFAULT_LOCALE, RTL_LANGUAGES, SUPPORTED_LANGUAGES, adjustLocale, getCountryFromLocale, getDirectionFromLocale, getLangFromLocale, isBrowser, isServerSide, } from './common';
|
|
157
158
|
/**
|
|
158
159
|
* Translations
|
|
159
160
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|