rrj-astra-ui 1.0.4 → 1.0.5

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.
@@ -8,7 +8,8 @@
8
8
  import { ref, computed } from 'vue';
9
9
  import { camelize } from '@vue/shared';
10
10
  import * as svgFiles from '../icons/index.js';
11
- import { DOMParser, XMLSerializer } from '@xmldom/xmldom';
11
+ import xmldom from '@xmldom/xmldom';
12
+ const { DOMParser, XMLSerializer } = xmldom;
12
13
 
13
14
  const __name = 'AuiIcon';
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rrj-astra-ui",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "RRJ - AstraUI - A powerful UI framework for UniApp with global SCSS color variables",
5
5
  "main": "index.js",
6
6
  "keywords": [