@sparrowengg/integrations-templates-frontend 2.1.0-notion-release.3 → 2.1.0-notion-release.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.
- package/dist/cjs/_virtual/index10.js +2 -2
- package/dist/cjs/_virtual/index9.js +2 -2
- package/dist/cjs/contact-import/components/ManageImport/Completed.js +1 -1
- package/dist/cjs/contact-import/components/ManageImport/Completed.js.map +1 -1
- package/dist/cjs/contact-import/components/ManageImport/Dashboard.js +5 -5
- package/dist/cjs/contact-import/components/ManageImport/Dashboard.js.map +1 -1
- package/dist/cjs/contact-import/components/ManageImport/Scheduled.js +1 -1
- package/dist/cjs/contact-import/components/ManageImport/Scheduled.js.map +1 -1
- package/dist/cjs/contact-import/components/Scheduling.js +1 -1
- package/dist/cjs/contact-import/components/Scheduling.js.map +1 -1
- package/dist/cjs/contact-import/components/conact-import-schedule.js +2 -2
- package/dist/cjs/contact-import/components/conact-import-schedule.js.map +1 -1
- package/dist/cjs/contact-import/index.js +2 -2
- package/dist/cjs/contact-import/index.js.map +1 -1
- package/dist/cjs/dynamic-mapping/components/Mapping.js +1 -1
- package/dist/cjs/dynamic-mapping/components/Mapping.js.map +1 -1
- package/dist/cjs/dynamic-mapping/index.js +2 -2
- package/dist/cjs/dynamic-mapping/index.js.map +1 -1
- package/dist/cjs/integration-template/components/dashboard.js +8 -1
- package/dist/cjs/integration-template/components/dashboard.js.map +1 -1
- package/dist/cjs/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +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/es/_virtual/index10.js +2 -2
- package/dist/es/_virtual/index9.js +2 -2
- package/dist/es/contact-import/components/ManageImport/Completed.js +1 -1
- package/dist/es/contact-import/components/ManageImport/Completed.js.map +1 -1
- package/dist/es/contact-import/components/ManageImport/Dashboard.js +3 -3
- package/dist/es/contact-import/components/ManageImport/Dashboard.js.map +1 -1
- package/dist/es/contact-import/components/ManageImport/Scheduled.js +1 -1
- package/dist/es/contact-import/components/ManageImport/Scheduled.js.map +1 -1
- package/dist/es/contact-import/components/Scheduling.js +1 -1
- package/dist/es/contact-import/components/Scheduling.js.map +1 -1
- package/dist/es/contact-import/components/conact-import-schedule.js +1 -1
- package/dist/es/contact-import/components/conact-import-schedule.js.map +1 -1
- package/dist/es/contact-import/index.js +1 -1
- package/dist/es/contact-import/index.js.map +1 -1
- package/dist/es/dynamic-mapping/components/Mapping.js +1 -1
- package/dist/es/dynamic-mapping/components/Mapping.js.map +1 -1
- package/dist/es/dynamic-mapping/index.js +1 -1
- package/dist/es/dynamic-mapping/index.js.map +1 -1
- package/dist/es/integration-template/components/dashboard.js +8 -1
- package/dist/es/integration-template/components/dashboard.js.map +1 -1
- package/dist/es/node_modules/hoist-non-react-statics/node_modules/react-is/index.js +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/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __module as reactIs } from '../../../../_virtual/
|
|
1
|
+
import { __module as reactIs } from '../../../../_virtual/index9.js';
|
|
2
2
|
import { __require as requireReactIs_production_min } from './cjs/react-is.production.min.js';
|
|
3
3
|
import { __require as requireReactIs_development } from './cjs/react-is.development.js';
|
|
4
4
|
|
|
@@ -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/index10.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/index10.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';
|