@pdfme/ui 1.2.2 → 1.2.3
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/index.js +1 -1
- package/dist/index.js.LICENSE.txt +4 -10
- package/dist/index.js.map +1 -1
- package/dist/types/components/Designer/index.d.ts +1 -1
- package/package.json +4 -5
- package/src/i18n.ts +25 -0
@@ -6,7 +6,7 @@ object-assign
|
|
6
6
|
|
7
7
|
/*!
|
8
8
|
* @name @pdfme/ui
|
9
|
-
* @version 1.2.
|
9
|
+
* @version 1.2.3 | Sat Jun 10 2023
|
10
10
|
* @author hand-dot
|
11
11
|
* @license MIT
|
12
12
|
*/
|
@@ -22,12 +22,6 @@ object-assign
|
|
22
22
|
* @license MIT
|
23
23
|
*/
|
24
24
|
|
25
|
-
/*!
|
26
|
-
* DOMMatrix v1.0.3 (https://thednp.github.io/dommatrix/)
|
27
|
-
* Copyright 2022 © thednp
|
28
|
-
* Licensed under MIT (https://github.com/thednp/DOMMatrix/blob/master/LICENSE)
|
29
|
-
*/
|
30
|
-
|
31
25
|
/*! *****************************************************************************
|
32
26
|
Copyright (c) Microsoft Corporation.
|
33
27
|
|
@@ -62,9 +56,9 @@ and limitations under the License.
|
|
62
56
|
|
63
57
|
/**
|
64
58
|
* @licstart The following is the entire license notice for the
|
65
|
-
*
|
59
|
+
* Javascript code in this page
|
66
60
|
*
|
67
|
-
* Copyright
|
61
|
+
* Copyright 2021 Mozilla Foundation
|
68
62
|
*
|
69
63
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
70
64
|
* you may not use this file except in compliance with the License.
|
@@ -79,7 +73,7 @@ and limitations under the License.
|
|
79
73
|
* limitations under the License.
|
80
74
|
*
|
81
75
|
* @licend The above is the entire license notice for the
|
82
|
-
*
|
76
|
+
* Javascript code in this page
|
83
77
|
*/
|
84
78
|
|
85
79
|
/** @license React v0.20.2
|