@wise/dynamic-flow-client 3.11.5 → 3.11.7
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/main.js +410 -231
- package/build/main.min.js +1 -1
- package/build/main.mjs +410 -231
- package/build/types/common/cameraCapture/CameraCapture.d.ts +16 -0
- package/build/types/{legacy/step/cameraStep → common}/cameraCapture/components/bottomBar/BottomBar.d.ts +2 -2
- package/build/types/common/cameraCapture/components/orientationLockOverlay/OrientationLockOverlay.d.ts +2 -0
- package/build/types/{legacy/step/cameraStep → common}/cameraCapture/hooks/useFullScreenOrientationLock.d.ts +2 -2
- package/build/types/{legacy/step/cameraStep → common}/cameraCapture/overlay/Overlay.d.ts +1 -1
- package/build/types/{legacy/step/cameraStep → common}/cameraCapture/screens/cameraErrorScreen/CameraErrorScreen.d.ts +1 -1
- package/build/types/common/cameraCapture/tracking/index.d.ts +8 -0
- package/build/types/common/errorBoundary/ErrorBoundary.d.ts +1 -1
- package/build/types/common/errorBoundary/ErrorBoundaryAlert.d.ts +1 -1
- package/build/types/common/httpClientContext/HttpClientContext.d.ts +2 -2
- package/build/types/legacy/common/contexts/dynamicFlowContexts/DynamicFlowContexts.d.ts +1 -1
- package/build/types/legacy/common/contexts/eventsContext/EventsContext.d.ts +1 -1
- package/build/types/legacy/common/contexts/featureContext/FeatureContext.d.ts +1 -1
- package/build/types/legacy/common/contexts/logContext/LogContext.d.ts +1 -1
- package/build/types/legacy/common/utils/index.d.ts +5 -5
- package/build/types/legacy/dynamic-flow-types.d.ts +2 -1
- package/build/types/legacy/dynamicFlow/BackButton.d.ts +1 -1
- package/build/types/legacy/dynamicFlow/DynamicFlow.d.ts +1 -1
- package/build/types/legacy/dynamicFlow/DynamicFlowStep.d.ts +1 -1
- package/build/types/legacy/dynamicFlow/utils/useLoader.d.ts +1 -1
- package/build/types/legacy/formControl/FormControl.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/JsonSchemaForm.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/allOfSchema/AllOfSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/ArraySchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/ArrayListSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multiSelectSchema/MultiSelectSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/multipleFileUploadSchema/MultipleFileUploadSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/ItemSummary.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/RepeatableSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/arrayTypeSchema/arrayListSchema/repeatableSchema/RepeatableSchemaStep.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/basicTypeSchema/BasicTypeSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/controlFeedback/ControlFeedback.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/genericSchema/GenericSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/help/Help.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/objectSchema/ObjectSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/oneOfSchema/OneOfSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/PersistAsyncSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBasicSchema/PersistAsyncBasicSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/PersistAsyncBlobSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/persistAsyncSchema/persistAsyncBlobSchema/UploadInputAdapter.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/PromotedOneOfSchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfCheckboxControl.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfControl.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/promotedOneOfSchema/promotedOneOfControl/PromotedOneOfRadioControl.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/readOnlySchema/ReadOnlySchema.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/schemaFormControl/SchemaFormControl.d.ts +1 -1
- package/build/types/legacy/jsonSchemaForm/schemaFormControl/utils/mapping-utils.d.ts +5 -5
- package/build/types/legacy/jsonSchemaForm/validationAsyncSchema/ValidationAsyncSchema.d.ts +1 -1
- package/build/types/legacy/layout/DynamicLayout.d.ts +1 -1
- package/build/types/legacy/layout/alert/DynamicAlert.d.ts +1 -1
- package/build/types/legacy/layout/box/DynamicBox.d.ts +1 -1
- package/build/types/legacy/layout/button/DynamicButton.d.ts +1 -1
- package/build/types/legacy/layout/columns/DynamicColumns.d.ts +1 -1
- package/build/types/legacy/layout/decision/DynamicDecision.d.ts +1 -1
- package/build/types/legacy/layout/divider/DynamicDivider.d.ts +1 -1
- package/build/types/legacy/layout/external/DynamicExternal.d.ts +1 -1
- package/build/types/legacy/layout/form/DynamicForm.d.ts +1 -1
- package/build/types/legacy/layout/heading/DynamicHeading.d.ts +1 -1
- package/build/types/legacy/layout/icon/DynamicIcon.d.ts +1 -1
- package/build/types/legacy/layout/icon/FlagIcon.d.ts +1 -1
- package/build/types/legacy/layout/icon/NamedIcon.d.ts +1 -1
- package/build/types/legacy/layout/image/DynamicImage.d.ts +1 -1
- package/build/types/legacy/layout/instructions/DynamicInstructions.d.ts +1 -1
- package/build/types/legacy/layout/list/DynamicStatusList.d.ts +1 -1
- package/build/types/legacy/layout/loadingIndicator/DynamicLoadingIndicator.d.ts +1 -1
- package/build/types/legacy/layout/markdown/DynamicMarkdown.d.ts +2 -2
- package/build/types/legacy/layout/modal/DynamicModal.d.ts +1 -1
- package/build/types/legacy/layout/paragraph/DynamicParagraph.d.ts +1 -1
- package/build/types/legacy/layout/review/DynamicReview.d.ts +1 -1
- package/build/types/legacy/layout/search/DynamicSearch.d.ts +1 -1
- package/build/types/legacy/layout/search/SearchInput.d.ts +1 -1
- package/build/types/legacy/layout/search/SearchResults.d.ts +2 -2
- package/build/types/legacy/layout/utils/getNavigationOptionMedia.d.ts +3 -3
- package/build/types/legacy/step/cameraStep/CameraStep.d.ts +1 -1
- package/build/types/legacy/step/externalConfirmationStep/ExternalConfirmationStep.d.ts +1 -1
- package/build/types/legacy/step/layoutStep/LayoutStep.d.ts +1 -1
- package/build/types/legacy/test-utils/DynamicFlowProviders.d.ts +1 -1
- package/build/types/legacy/test-utils/legacy-utils.d.ts +1 -1
- package/build/types/revamp/DynamicFlowCore.d.ts +1 -1
- package/build/types/revamp/DynamicFlowWise.d.ts +1 -1
- package/build/types/revamp/domain/components/AllOfComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/BooleanInputComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/ConstComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/DateInputComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/IntegerInputComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/MultiSelectInputComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/MultiUploadInputComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/NumberInputComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/ObjectComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/SelectInputComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/StepDomainComponent.d.ts +2 -2
- package/build/types/revamp/domain/components/TextInputComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/UploadInputComponent.d.ts +1 -1
- package/build/types/revamp/domain/components/repeatableComponent/RepeatableComponent.d.ts +3 -3
- package/build/types/revamp/domain/features/persistAsync/getPerformPersistAsync.d.ts +1 -1
- package/build/types/revamp/domain/features/validationAsync/getPerformValidationAsync.d.ts +1 -1
- package/build/types/revamp/flow/executeRefresh.d.ts +1 -1
- package/build/types/revamp/renderers/mappers/componentToRendererProps.d.ts +3 -3
- package/build/types/revamp/wise/renderers/MultiSelectInputRenderer.d.ts +1 -1
- package/build/types/revamp/wise/renderers/SearchRenderer/BlockSearchRendererComponent.d.ts +2 -2
- package/build/types/revamp/wise/renderers/SearchRenderer/ErrorResult.d.ts +1 -1
- package/build/types/revamp/wise/renderers/SearchRenderer/InlineSearchRendererComponent.d.ts +1 -1
- package/build/types/revamp/wise/renderers/SelectInputRenderer/OptionMedia.d.ts +1 -1
- package/build/types/revamp/wise/renderers/SelectInputRenderer/RadioInputRendererComponent.d.ts +1 -1
- package/build/types/revamp/wise/renderers/SelectInputRenderer/SegmentedInputRendererComponent.d.ts +1 -1
- package/build/types/revamp/wise/renderers/SelectInputRenderer/SelectInputRendererComponent.d.ts +1 -1
- package/build/types/revamp/wise/renderers/SelectInputRenderer/SelectTriggerMedia.d.ts +1 -1
- package/build/types/revamp/wise/renderers/SelectInputRenderer/TabInputRendererComponent.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/FieldInput.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/Help.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/LabelContentWithHelp.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/UploadFieldInput.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/VariableDateInput.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/VariableTextInput.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/icon/DynamicIcon.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/icon/FlagIcon.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/icon/NamedIcon.d.ts +1 -1
- package/build/types/revamp/wise/renderers/components/icon/NavigationOptionMedia.d.ts +1 -1
- package/build/types/revamp/wise/renderers/step/BackButton.d.ts +1 -1
- package/build/types/revamp/wise/renderers/step/ExternalConfirmationDialog.d.ts +1 -1
- package/build/types/test-utils/NeptuneProviders.d.ts +1 -1
- package/package.json +39 -33
- package/build/types/legacy/step/cameraStep/cameraCapture/CameraCapture.d.ts +0 -15
- package/build/types/legacy/step/cameraStep/cameraCapture/components/orientationLockOverlay/OrientationLockOverlay.d.ts +0 -2
- package/build/types/legacy/step/cameraStep/cameraCapture/tracking/index.d.ts +0 -8
- /package/build/types/{legacy/step/cameraStep → common}/cameraCapture/CameraCapture.messages.d.ts +0 -0
- /package/build/types/{legacy/step/cameraStep → common}/cameraCapture/components/index.d.ts +0 -0
- /package/build/types/{legacy/step/cameraStep → common}/cameraCapture/components/orientationLockOverlay/OrientationLockOverlay.messages.d.ts +0 -0
- /package/build/types/{legacy/step/cameraStep → common}/cameraCapture/hooks/useVideoConstraints.d.ts +0 -0
- /package/build/types/{legacy/step/cameraStep → common}/cameraCapture/index.d.ts +0 -0
- /package/build/types/{legacy/step/cameraStep → common}/cameraCapture/screens/index.d.ts +0 -0
- /package/build/types/{legacy/step/cameraStep → common}/cameraCapture/types/index.d.ts +0 -0
- /package/build/types/{legacy/step/cameraStep → common}/cameraCapture/utils/index.d.ts +0 -0
- /package/build/types/{legacy/common → common/cameraCapture}/utils/mobile-utils.d.ts +0 -0
- /package/build/types/{legacy/common → common}/utils/debounce.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.7",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -19,35 +19,39 @@
|
|
|
19
19
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@babel/core": "7.24.
|
|
23
|
-
"@babel/plugin-syntax-flow": "7.24.
|
|
24
|
-
"@babel/plugin-transform-react-jsx": "7.
|
|
25
|
-
"@babel/preset-env": "7.24.
|
|
26
|
-
"@babel/preset-react": "7.24.
|
|
27
|
-
"@babel/preset-typescript": "7.24.
|
|
28
|
-
"@cfaester/enzyme-adapter-react-18": "0.
|
|
29
|
-
"@
|
|
30
|
-
"@
|
|
31
|
-
"@storybook/addon-
|
|
32
|
-
"@storybook/addon-
|
|
33
|
-
"@storybook/addon-
|
|
34
|
-
"@storybook/addon-
|
|
35
|
-
"@storybook/
|
|
36
|
-
"@storybook/
|
|
37
|
-
"@storybook/
|
|
22
|
+
"@babel/core": "7.24.7",
|
|
23
|
+
"@babel/plugin-syntax-flow": "7.24.7",
|
|
24
|
+
"@babel/plugin-transform-react-jsx": "7.24.7",
|
|
25
|
+
"@babel/preset-env": "7.24.7",
|
|
26
|
+
"@babel/preset-react": "7.24.7",
|
|
27
|
+
"@babel/preset-typescript": "7.24.7",
|
|
28
|
+
"@cfaester/enzyme-adapter-react-18": "0.8.0",
|
|
29
|
+
"@chromatic-com/storybook": "1.5.0",
|
|
30
|
+
"@formatjs/cli": "^6.2.12",
|
|
31
|
+
"@storybook/addon-a11y": "^8.1.10",
|
|
32
|
+
"@storybook/addon-actions": "^8.1.10",
|
|
33
|
+
"@storybook/addon-essentials": "^8.1.10",
|
|
34
|
+
"@storybook/addon-interactions": "^8.1.10",
|
|
35
|
+
"@storybook/addon-links": "^8.1.10",
|
|
36
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
37
|
+
"@storybook/manager-api": "^8.1.10",
|
|
38
|
+
"@storybook/react": "^8.1.10",
|
|
39
|
+
"@storybook/react-webpack5": "^8.1.10",
|
|
40
|
+
"@storybook/test": "^8.1.10",
|
|
41
|
+
"@storybook/types": "^8.1.10",
|
|
38
42
|
"@testing-library/dom": "9.3.4",
|
|
39
|
-
"@testing-library/jest-dom": "6.4.
|
|
40
|
-
"@testing-library/react": "14.3.
|
|
43
|
+
"@testing-library/jest-dom": "6.4.6",
|
|
44
|
+
"@testing-library/react": "14.3.1",
|
|
41
45
|
"@testing-library/react-hooks": "8.0.1",
|
|
42
46
|
"@testing-library/user-event": "14.5.2",
|
|
43
|
-
"@transferwise/components": "46.
|
|
47
|
+
"@transferwise/components": "46.37.0",
|
|
44
48
|
"@transferwise/formatting": "^2.13.0",
|
|
45
49
|
"@transferwise/icons": "3.13.0",
|
|
46
50
|
"@transferwise/neptune-css": "14.10.0",
|
|
47
51
|
"@types/enzyme": "^3.10.18",
|
|
48
52
|
"@types/jest": "29.5.12",
|
|
49
|
-
"@types/react": "18",
|
|
50
|
-
"@types/react-dom": "18",
|
|
53
|
+
"@types/react": "18.3.3",
|
|
54
|
+
"@types/react-dom": "18.3.0",
|
|
51
55
|
"@types/react-intl": "3.0.0",
|
|
52
56
|
"@wise/art": "2.7.0",
|
|
53
57
|
"@wise/components-theming": "^1.3.0",
|
|
@@ -64,24 +68,25 @@
|
|
|
64
68
|
"postcss": "^8.4.38",
|
|
65
69
|
"postcss-cli": "^10.1.0",
|
|
66
70
|
"postcss-import": "^15.1.0",
|
|
67
|
-
"react": "18.
|
|
68
|
-
"react-dom": "18.
|
|
69
|
-
"react-intl": "6.6.
|
|
70
|
-
"storybook": "
|
|
71
|
-
"stylelint": "16.
|
|
71
|
+
"react": "18.3.1",
|
|
72
|
+
"react-dom": "18.3.1",
|
|
73
|
+
"react-intl": "6.6.8",
|
|
74
|
+
"storybook": "8.1.10",
|
|
75
|
+
"stylelint": "16.6.1",
|
|
72
76
|
"stylelint-config-standard": "36.0.0",
|
|
73
77
|
"stylelint-no-unsupported-browser-features": "5.0.4",
|
|
74
78
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
75
|
-
"
|
|
76
|
-
"
|
|
79
|
+
"tsx": "4.15.6",
|
|
80
|
+
"typescript": "5.4.5",
|
|
81
|
+
"webpack": "5.92.0",
|
|
77
82
|
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
78
83
|
},
|
|
79
84
|
"peerDependencies": {
|
|
80
85
|
"@transferwise/components": "^46.10",
|
|
81
|
-
"@wise/art": "^2.7.0",
|
|
82
86
|
"@transferwise/formatting": "^2",
|
|
83
87
|
"@transferwise/icons": "^3",
|
|
84
88
|
"@transferwise/neptune-css": "^14",
|
|
89
|
+
"@wise/art": "^2.7.0",
|
|
85
90
|
"react": "^18",
|
|
86
91
|
"react-dom": "^18",
|
|
87
92
|
"react-intl": "^6"
|
|
@@ -90,16 +95,17 @@
|
|
|
90
95
|
"classnames": "2.5.1",
|
|
91
96
|
"react-webcam": "^7.2.0",
|
|
92
97
|
"screenfull": "^5.2.0",
|
|
93
|
-
"@wise/dynamic-flow-types": "2.15.
|
|
98
|
+
"@wise/dynamic-flow-types": "2.15.2"
|
|
94
99
|
},
|
|
95
100
|
"scripts": {
|
|
96
|
-
"dev": "storybook dev -p 3003",
|
|
101
|
+
"dev": "pnpm build:visual-tests && storybook dev -p 3003",
|
|
97
102
|
"build": "rm -rf build && npm-run-all build:*",
|
|
98
103
|
"build:types": "tsc --project ./tsconfig.types.json",
|
|
99
104
|
"build:js": "node ./scripts/build.mjs",
|
|
100
105
|
"build:css": "postcss src/main.css -o build/main.css",
|
|
101
106
|
"build:messages-source": "formatjs extract 'src/**/{*.messages,messages}.{js,ts}' --out-file src/i18n/en.json --format simple && prettier --find-config-path --write src/i18n/*.json",
|
|
102
107
|
"build:compiled-messages": "mkdir -p build/i18n && cp src/i18n/*.json build/i18n",
|
|
108
|
+
"build:visual-tests": "tsx ./scripts/build-visual-tests.mjs",
|
|
103
109
|
"test": "npm-run-all test:once test:tz",
|
|
104
110
|
"test:once": "jest --config jest.config.js --env=jsdom -w 2",
|
|
105
111
|
"test:coverage": "jest --config jest.config.js --env=jsdom --coverage",
|
|
@@ -110,6 +116,6 @@
|
|
|
110
116
|
"lint": "npm-run-all lint:ts lint:css",
|
|
111
117
|
"lint:ts": "eslint 'src/**/*.{js,jsx,ts,tsx}' --quiet",
|
|
112
118
|
"lint:css": "stylelint './src/**/*.css'",
|
|
113
|
-
"build-storybook": "storybook build -c .storybook --disable-telemetry"
|
|
119
|
+
"build-storybook": "pnpm build:visual-tests && storybook build -c .storybook --disable-telemetry"
|
|
114
120
|
}
|
|
115
121
|
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { CameraDirection } from '@wise/dynamic-flow-types';
|
|
2
|
-
import type { EventHandler } from '../../../dynamic-flow-types';
|
|
3
|
-
type Props = {
|
|
4
|
-
direction?: CameraDirection;
|
|
5
|
-
overlay?: string;
|
|
6
|
-
outline?: string;
|
|
7
|
-
imageUrl?: string;
|
|
8
|
-
title?: string;
|
|
9
|
-
instructions?: string;
|
|
10
|
-
showReview?: boolean;
|
|
11
|
-
onCapture: BlobCallback;
|
|
12
|
-
onEvent?: EventHandler;
|
|
13
|
-
};
|
|
14
|
-
declare function CameraCapture({ direction, overlay, outline, imageUrl, title, instructions, showReview, onCapture, onEvent, }: Props): JSX.Element;
|
|
15
|
-
export default CameraCapture;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CameraDirection } from '@wise/dynamic-flow-types';
|
|
2
|
-
import type { EventHandler, EventName } from '../../../../dynamic-flow-types';
|
|
3
|
-
export declare const trackCameraError: (message: EventName, onEvent: EventHandler | undefined, error: string | DOMException) => void | undefined;
|
|
4
|
-
export declare const trackCameraFeedStarted: (onEvent: EventHandler | undefined, props: {
|
|
5
|
-
direction?: CameraDirection;
|
|
6
|
-
}, stream: MediaStream) => Promise<void | undefined>;
|
|
7
|
-
export declare const trackCameraOrientationLandscape: (onEvent: EventHandler | undefined) => void;
|
|
8
|
-
export declare const trackCameraOrientationLocked: (onEvent: EventHandler | undefined) => void;
|
/package/build/types/{legacy/step/cameraStep → common}/cameraCapture/CameraCapture.messages.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/types/{legacy/step/cameraStep → common}/cameraCapture/hooks/useVideoConstraints.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|