@openmrs/esm-framework 6.2.1-pre.2830 → 6.2.1-pre.2836
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 +7 -7
- package/dist/278.openmrs-esm-framework.js.map +1 -1
- package/dist/588.openmrs-esm-framework.js +1 -1
- package/dist/746.openmrs-esm-framework.js +1 -1
- package/dist/746.openmrs-esm-framework.js.map +1 -1
- package/dist/openmrs-esm-framework.js +1 -1
- package/dist/openmrs-esm-framework.js.LICENSE.txt +7 -2
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +1 -1
- package/jest.config.js +1 -1
- package/package.json +18 -18
@@ -11,6 +11,11 @@
|
|
11
11
|
* @license MIT
|
12
12
|
*/
|
13
13
|
|
14
|
+
/*!
|
15
|
+
* tabbable 6.2.0
|
16
|
+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
17
|
+
*/
|
18
|
+
|
14
19
|
/*! *****************************************************************************
|
15
20
|
Copyright (c) Microsoft Corporation.
|
16
21
|
|
@@ -44,9 +49,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
44
49
|
|
45
50
|
/**
|
46
51
|
* @license React
|
47
|
-
* use-sync-external-store-shim.production.
|
52
|
+
* use-sync-external-store-shim.production.js
|
48
53
|
*
|
49
|
-
* Copyright (c)
|
54
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
50
55
|
*
|
51
56
|
* This source code is licensed under the MIT license found in the
|
52
57
|
* LICENSE file in the root directory of this source tree.
|