@sparrowengg/integrations-templates-frontend 1.9.84-beta.22 → 1.9.84-beta.23
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/cjs/_virtual/index8.js +2 -2
- package/dist/cjs/_virtual/index9.js +2 -2
- package/dist/cjs/integration-template/components/dashboard.js +11 -3
- package/dist/cjs/integration-template/components/dashboard.js.map +1 -1
- package/dist/cjs/node_modules/html-dom-parser/node_modules/domutils/lib/index.js +1 -1
- package/dist/cjs/node_modules/html-dom-parser/node_modules/htmlparser2/lib/index.js +1 -1
- package/dist/cjs/node_modules/style-to-js/cjs/index.js +1 -1
- package/dist/cjs/node_modules/style-to-object/cjs/index.js +1 -1
- package/dist/es/_virtual/index8.js +2 -2
- package/dist/es/_virtual/index9.js +2 -2
- package/dist/es/integration-template/components/dashboard.js +11 -3
- package/dist/es/integration-template/components/dashboard.js.map +1 -1
- package/dist/es/node_modules/html-dom-parser/node_modules/domutils/lib/index.js +1 -1
- package/dist/es/node_modules/html-dom-parser/node_modules/htmlparser2/lib/index.js +1 -1
- package/dist/es/node_modules/style-to-js/cjs/index.js +1 -1
- package/dist/es/node_modules/style-to-object/cjs/index.js +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { commonjsGlobal } from '../../../../../_virtual/_commonjsHelpers.js';
|
|
2
|
-
import { __exports as lib } from '../../../../../_virtual/
|
|
2
|
+
import { __exports as lib } from '../../../../../_virtual/index8.js';
|
|
3
3
|
import './stringify.js';
|
|
4
4
|
import './traversal.js';
|
|
5
5
|
import './manipulation.js';
|
|
@@ -6,7 +6,7 @@ import './Tokenizer.js';
|
|
|
6
6
|
import '../../../../domelementtype/lib/index.js';
|
|
7
7
|
import '../../domutils/lib/index.js';
|
|
8
8
|
import { __exports as lib } from '../../../../../_virtual/index5.js';
|
|
9
|
-
import { __exports as lib$1 } from '../../../../../_virtual/
|
|
9
|
+
import { __exports as lib$1 } from '../../../../../_virtual/index8.js';
|
|
10
10
|
import { __exports as Parser } from '../../../../../_virtual/Parser.js';
|
|
11
11
|
import { __exports as lib$3 } from '../../../../../_virtual/index7.js';
|
|
12
12
|
import { __exports as Tokenizer } from '../../../../../_virtual/Tokenizer.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { commonjsGlobal } from '../../../_virtual/_commonjsHelpers.js';
|
|
2
2
|
import '../../style-to-object/cjs/index.js';
|
|
3
3
|
import './utilities.js';
|
|
4
|
-
import { __exports as cjs$1 } from '../../../_virtual/
|
|
4
|
+
import { __exports as cjs$1 } from '../../../_virtual/index9.js';
|
|
5
5
|
import { __exports as utilities } from '../../../_virtual/utilities3.js';
|
|
6
6
|
|
|
7
7
|
var __importDefault = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { commonjsGlobal } from '../../../_virtual/_commonjsHelpers.js';
|
|
2
|
-
import { __exports as cjs } from '../../../_virtual/
|
|
2
|
+
import { __exports as cjs } from '../../../_virtual/index9.js';
|
|
3
3
|
import { i as inlineStyleParser } from '../../inline-style-parser/index.js';
|
|
4
4
|
|
|
5
5
|
var __importDefault = (commonjsGlobal && commonjsGlobal.__importDefault) || function (mod) {
|