@pdfme/ui 6.1.2-dev.19 → 6.1.2-dev.20
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.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45966,7 +45966,7 @@ var UIProps = CommonProps.extend({
|
|
|
45966
45966
|
});
|
|
45967
45967
|
var PreviewProps = UIProps.extend({ inputs: Inputs }).strict();
|
|
45968
45968
|
var DesignerProps = UIProps.extend({}).strict();
|
|
45969
|
-
var cloneDeep$1 = structuredClone;
|
|
45969
|
+
var cloneDeep$1 = (value) => structuredClone(value);
|
|
45970
45970
|
var uniq = (array) => Array.from(new Set(array));
|
|
45971
45971
|
var getFallbackFontName = (font) => {
|
|
45972
45972
|
const initial = "";
|