@egovernments/digit-ui-components 0.2.2 → 2.0.0-rc19-01
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/main.js +385 -0
- package/dist/main.js.LICENSE.txt +49 -0
- package/dist/main.js.map +1 -0
- package/package.json +65 -46
- package/CHANGELOG.md +0 -433
- package/dist/index.js +0 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
Copyright (c) 2018 Jed Watson.
|
|
3
|
+
Licensed under the MIT License (MIT), see
|
|
4
|
+
http://jedwatson.github.io/classnames
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
/*! exports provided: default */
|
|
8
|
+
|
|
9
|
+
/*! no static exports found */
|
|
10
|
+
|
|
11
|
+
/*! react */
|
|
12
|
+
|
|
13
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
14
|
+
|
|
15
|
+
/*!******************************!*\
|
|
16
|
+
!*** ./src/react-webcam.tsx ***!
|
|
17
|
+
\******************************/
|
|
18
|
+
|
|
19
|
+
/*!**************************************************************************************!*\
|
|
20
|
+
!*** external {"root":"React","commonjs2":"react","commonjs":"react","amd":"react"} ***!
|
|
21
|
+
\**************************************************************************************/
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* @license
|
|
25
|
+
* Lodash <https://lodash.com/>
|
|
26
|
+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
27
|
+
* Released under MIT license <https://lodash.com/license>
|
|
28
|
+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
|
29
|
+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @license React
|
|
34
|
+
* react-jsx-runtime.production.js
|
|
35
|
+
*
|
|
36
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
37
|
+
*
|
|
38
|
+
* This source code is licensed under the MIT license found in the
|
|
39
|
+
* LICENSE file in the root directory of this source tree.
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
/** @license React v16.13.1
|
|
43
|
+
* react-is.production.min.js
|
|
44
|
+
*
|
|
45
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
46
|
+
*
|
|
47
|
+
* This source code is licensed under the MIT license found in the
|
|
48
|
+
* LICENSE file in the root directory of this source tree.
|
|
49
|
+
*/
|