@openmrs/esm-framework 3.2.1-pre.1149 → 3.2.1-pre.1160
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/.turbo/turbo-build.log +37 -9
- package/dist/openmrs-esm-framework.js +1 -1
- package/dist/openmrs-esm-framework.js.LICENSE.txt +8 -0
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +120 -24
- package/mock.tsx +4 -2
- package/package.json +13 -13
- package/webpack.config.js +9 -1
|
@@ -4,6 +4,12 @@ object-assign
|
|
|
4
4
|
@license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
+
/*!
|
|
8
|
+
Copyright (c) 2017 Jed Watson.
|
|
9
|
+
Licensed under the MIT License (MIT), see
|
|
10
|
+
http://jedwatson.github.io/classnames
|
|
11
|
+
*/
|
|
12
|
+
|
|
7
13
|
/*! *****************************************************************************
|
|
8
14
|
Copyright (c) Microsoft Corporation.
|
|
9
15
|
|
|
@@ -19,6 +25,8 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
19
25
|
PERFORMANCE OF THIS SOFTWARE.
|
|
20
26
|
***************************************************************************** */
|
|
21
27
|
|
|
28
|
+
/*! For license information please see openmrs-esm-react-utils.js.LICENSE.txt */
|
|
29
|
+
|
|
22
30
|
/**
|
|
23
31
|
* @license
|
|
24
32
|
* Lodash <https://lodash.com/>
|