@arcgis/coding-components 4.29.0-beta.47 → 4.29.0-beta.49

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.
Files changed (94) hide show
  1. package/dist/arcgis-coding-components/arcgis-coding-components.esm.js +1 -1
  2. package/dist/arcgis-coding-components/assets/code-editor/arcade.worker.js +13 -13
  3. package/dist/arcgis-coding-components/index.esm.js +1 -1
  4. package/dist/arcgis-coding-components/{p-10a322ec.js → p-0d616249.js} +9 -9
  5. package/dist/arcgis-coding-components/p-2c0d6f15.js +2 -0
  6. package/dist/arcgis-coding-components/{p-71faf9a4.js → p-5802524a.js} +1 -1
  7. package/dist/arcgis-coding-components/{p-9eabda86.js → p-5ddccf04.js} +1 -1
  8. package/dist/arcgis-coding-components/p-7475f3a6.js +1 -0
  9. package/dist/arcgis-coding-components/{p-e6ede32d.js → p-7d8caba9.js} +1 -1
  10. package/dist/arcgis-coding-components/{p-f7d7d78d.js → p-9f6db08a.js} +1 -1
  11. package/dist/arcgis-coding-components/{p-e475e6cd.js → p-aefe77ce.js} +1 -1
  12. package/dist/arcgis-coding-components/p-ce2be55e.entry.js +1 -0
  13. package/dist/arcgis-coding-components/{p-ce586a8c.js → p-d425a387.js} +1 -1
  14. package/dist/arcgis-coding-components/{p-c084ada8.js → p-ff21f230.js} +1 -1
  15. package/dist/cjs/{arcade-defaults-8445d852.js → arcade-defaults-2d513b59.js} +1534 -1534
  16. package/dist/cjs/arcade-mode-6219f1b8.js +599 -0
  17. package/dist/cjs/arcgis-arcade-api_6.cjs.entry.js +1404 -1408
  18. package/dist/cjs/arcgis-coding-components.cjs.js +2 -2
  19. package/dist/cjs/{cssMode-e63287bb.js → cssMode-1ec48254.js} +2 -2
  20. package/dist/cjs/{html-c0d4db3b.js → html-0e1741fe.js} +2 -2
  21. package/dist/cjs/{htmlMode-fdc44d57.js → htmlMode-279d3c29.js} +2 -2
  22. package/dist/cjs/{index-6a382a34.js → index-ac186201.js} +67 -24
  23. package/dist/cjs/index.cjs.js +2 -2
  24. package/dist/cjs/{javascript-a419d064.js → javascript-04f1bce0.js} +3 -3
  25. package/dist/cjs/{jsonMode-73aee5d2.js → jsonMode-59322f7a.js} +2 -2
  26. package/dist/cjs/loader.cjs.js +1 -1
  27. package/dist/cjs/{tsMode-37d1b053.js → tsMode-17561f70.js} +2 -2
  28. package/dist/cjs/{typescript-53f9f36a.js → typescript-b7da8629.js} +2 -2
  29. package/dist/components/arcade-api.js +160 -160
  30. package/dist/components/arcade-contribution.js +60 -60
  31. package/dist/components/arcade-defaults.js +1240 -1240
  32. package/dist/components/arcade-mode.js +514 -513
  33. package/dist/components/arcade-results.js +426 -430
  34. package/dist/components/arcade-suggestions.js +130 -132
  35. package/dist/components/arcade-variables.js +157 -155
  36. package/dist/components/arcgis-arcade-api.d.ts +2 -2
  37. package/dist/components/arcgis-arcade-editor.d.ts +2 -2
  38. package/dist/components/arcgis-arcade-editor.js +391 -391
  39. package/dist/components/arcgis-arcade-results.d.ts +2 -2
  40. package/dist/components/arcgis-arcade-suggestions.d.ts +2 -2
  41. package/dist/components/arcgis-arcade-variables.d.ts +2 -2
  42. package/dist/components/arcgis-code-editor.d.ts +2 -2
  43. package/dist/components/code-editor.js +251 -251
  44. package/dist/components/fields.js +69 -69
  45. package/dist/components/functional-components.js +1 -1
  46. package/dist/components/index2.js +2 -2
  47. package/dist/components/markdown.js +28 -28
  48. package/dist/components/utilities.js +20 -20
  49. package/dist/esm/{arcade-defaults-d7893362.js → arcade-defaults-0bafa696.js} +1534 -1534
  50. package/dist/esm/arcade-mode-c17a1fa1.js +595 -0
  51. package/dist/esm/arcgis-arcade-api_6.entry.js +1404 -1408
  52. package/dist/esm/arcgis-coding-components.js +3 -3
  53. package/dist/esm/{cssMode-b1771f92.js → cssMode-3d18bd2b.js} +2 -2
  54. package/dist/esm/{html-af635d52.js → html-2bce5d77.js} +2 -2
  55. package/dist/esm/{htmlMode-3021c301.js → htmlMode-69d56956.js} +2 -2
  56. package/dist/esm/{index-fd6b2fd8.js → index-022fb97b.js} +67 -24
  57. package/dist/esm/index.js +2 -2
  58. package/dist/esm/{javascript-70589186.js → javascript-ded5c9d7.js} +3 -3
  59. package/dist/esm/{jsonMode-cb509b79.js → jsonMode-0bf84cb2.js} +2 -2
  60. package/dist/esm/loader.js +2 -2
  61. package/dist/esm/{tsMode-ed90c9aa.js → tsMode-15d4e936.js} +2 -2
  62. package/dist/esm/{typescript-db8a0b18.js → typescript-cc4d00f0.js} +2 -2
  63. package/dist/types/components/arcade-api/arcade-api.d.ts +40 -40
  64. package/dist/types/components/arcade-api/t9n-types.d.ts +6 -6
  65. package/dist/types/components/arcade-editor/arcade-editor.d.ts +127 -127
  66. package/dist/types/components/arcade-editor/t9n-types.d.ts +6 -6
  67. package/dist/types/components/arcade-results/arcade-results.d.ts +47 -47
  68. package/dist/types/components/arcade-results/t9n-types.d.ts +11 -11
  69. package/dist/types/components/arcade-suggestions/arcade-suggestions.d.ts +34 -34
  70. package/dist/types/components/arcade-suggestions/t9n-types.d.ts +4 -4
  71. package/dist/types/components/arcade-variables/arcade-variables.d.ts +41 -41
  72. package/dist/types/components/arcade-variables/t9n-types.d.ts +6 -6
  73. package/dist/types/components/code-editor/code-editor.d.ts +73 -73
  74. package/dist/types/stencil-public-runtime.d.ts +8 -0
  75. package/dist/types/utils/arcade-executor.d.ts +79 -79
  76. package/dist/types/utils/arcade-monaco/arcade-defaults.d.ts +66 -66
  77. package/dist/types/utils/arcade-monaco/arcade-language-features.d.ts +23 -23
  78. package/dist/types/utils/arcade-monaco/arcade-mode.d.ts +9 -9
  79. package/dist/types/utils/arcade-monaco/arcade-theme.d.ts +7 -7
  80. package/dist/types/utils/arcade-monaco/arcade-worker-manager.d.ts +9 -9
  81. package/dist/types/utils/arcade-monaco/arcade.worker.d.ts +12 -12
  82. package/dist/types/utils/arcade-monaco/types.d.ts +29 -29
  83. package/dist/types/utils/editor-suggestions.d.ts +24 -24
  84. package/dist/types/utils/functional-components.d.ts +1 -1
  85. package/dist/types/utils/markdown.d.ts +1 -1
  86. package/dist/types/utils/profile/editor-profile.d.ts +185 -185
  87. package/dist/types/utils/profile/types.d.ts +101 -101
  88. package/dist/types/utils/utilities.d.ts +1 -1
  89. package/package.json +7 -7
  90. package/dist/arcgis-coding-components/p-5d670bd2.js +0 -2
  91. package/dist/arcgis-coding-components/p-9e242e76.js +0 -1
  92. package/dist/arcgis-coding-components/p-ccdf0ac1.entry.js +0 -1
  93. package/dist/cjs/arcade-mode-b77afcc9.js +0 -598
  94. package/dist/esm/arcade-mode-70e22d22.js +0 -594
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-6a382a34.js');
5
+ const index = require('./index-ac186201.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v4.7.1 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.8.2 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchBrowser = () => {
11
11
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('arcgis-coding-components.cjs.js', document.baseURI).href));
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const arcadeDefaults = require('./arcade-defaults-8445d852.js');
4
- require('./index-6a382a34.js');
3
+ const arcadeDefaults = require('./arcade-defaults-2d513b59.js');
4
+ require('./index-ac186201.js');
5
5
 
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const arcadeDefaults = require('./arcade-defaults-8445d852.js');
4
- require('./index-6a382a34.js');
3
+ const arcadeDefaults = require('./arcade-defaults-2d513b59.js');
4
+ require('./index-ac186201.js');
5
5
 
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const arcadeDefaults = require('./arcade-defaults-8445d852.js');
4
- require('./index-6a382a34.js');
3
+ const arcadeDefaults = require('./arcade-defaults-2d513b59.js');
4
+ require('./index-ac186201.js');
5
5
 
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -53,6 +53,13 @@ const uniqueTime = (key, measureText) => {
53
53
  }
54
54
  };
55
55
  const HYDRATED_CSS = '{visibility:hidden}[hydrated]{visibility:inherit}';
56
+ /**
57
+ * Constant for styles to be globally applied to `slot-fb` elements for pseudo-slot behavior.
58
+ *
59
+ * Two cascading rules must be used instead of a `:not()` selector due to Stencil browser
60
+ * support as of Stencil v4.
61
+ */
62
+ const SLOT_FB_CSS = 'slot-fb{display:contents}slot-fb[hidden]{display:none}';
56
63
  const XLINK_NS = 'http://www.w3.org/1999/xlink';
57
64
  /**
58
65
  * Default style mode id
@@ -354,6 +361,10 @@ const addStyle = (styleContainerNode, cmpMeta, mode) => {
354
361
  }
355
362
  styleContainerNode.insertBefore(styleElm, styleContainerNode.querySelector('link'));
356
363
  }
364
+ // Add styles for `slot-fb` elements if we're using slots outside the Shadow DOM
365
+ if (cmpMeta.$flags$ & 4 /* CMP_FLAGS.hasSlotRelocation */) {
366
+ styleElm.innerHTML += SLOT_FB_CSS;
367
+ }
357
368
  if (appliedStyles) {
358
369
  appliedStyles.add(scopeId);
359
370
  }
@@ -518,7 +529,11 @@ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
518
529
  elm[memberName] = newValue;
519
530
  }
520
531
  }
521
- catch (e) { }
532
+ catch (e) {
533
+ /**
534
+ * in case someone tries to set a read-only property, e.g. "namespaceURI", we just ignore it
535
+ */
536
+ }
522
537
  }
523
538
  /**
524
539
  * Need to manually update attribute if:
@@ -557,6 +572,11 @@ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
557
572
  }
558
573
  };
559
574
  const parseClassListRegex = /\s/;
575
+ /**
576
+ * Parsed a string of classnames into an array
577
+ * @param value className string, e.g. "foo bar baz"
578
+ * @returns list of classes, e.g. ["foo", "bar", "baz"]
579
+ */
560
580
  const parseClassList = (value) => (!value ? [] : value.split(parseClassListRegex));
561
581
  const CAPTURE_EVENT_SUFFIX = 'Capture';
562
582
  const CAPTURE_EVENT_REGEX = new RegExp(CAPTURE_EVENT_SUFFIX + '$');
@@ -626,6 +646,9 @@ const createElm = (oldParentVNode, newParentVNode, childIndex, parentElm) => {
626
646
  }
627
647
  }
628
648
  }
649
+ // This needs to always happen so we can hide nodes that are projected
650
+ // to another component but don't end up in a slot
651
+ elm['s-hn'] = hostTagName;
629
652
  return elm;
630
653
  };
631
654
  /**
@@ -1344,13 +1367,13 @@ const setValue = (ref, propName, newVal, cmpMeta) => {
1344
1367
  */
1345
1368
  const proxyComponent = (Cstr, cmpMeta, flags) => {
1346
1369
  var _a;
1370
+ const prototype = Cstr.prototype;
1347
1371
  if (cmpMeta.$members$) {
1348
1372
  if (Cstr.watchers) {
1349
1373
  cmpMeta.$watchers$ = Cstr.watchers;
1350
1374
  }
1351
1375
  // It's better to have a const than two Object.entries()
1352
1376
  const members = Object.entries(cmpMeta.$members$);
1353
- const prototype = Cstr.prototype;
1354
1377
  members.map(([memberName, [memberFlags]]) => {
1355
1378
  if ((memberFlags & 31 /* MEMBER_FLAGS.Prop */ ||
1356
1379
  ((flags & 2 /* PROXY_FLAGS.proxyState */) && memberFlags & 32 /* MEMBER_FLAGS.State */))) {
@@ -1373,8 +1396,9 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1373
1396
  // proxyComponent - method
1374
1397
  Object.defineProperty(prototype, memberName, {
1375
1398
  value(...args) {
1399
+ var _a;
1376
1400
  const ref = getHostRef(this);
1377
- return ref.$onInstancePromise$.then(() => ref.$lazyInstance$[memberName](...args));
1401
+ return (_a = ref === null || ref === void 0 ? void 0 : ref.$onInstancePromise$) === null || _a === void 0 ? void 0 : _a.then(() => { var _a; return (_a = ref.$lazyInstance$) === null || _a === void 0 ? void 0 : _a[memberName](...args); });
1378
1402
  },
1379
1403
  });
1380
1404
  }
@@ -1383,6 +1407,7 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1383
1407
  const attrNameToPropName = new Map();
1384
1408
  prototype.attributeChangedCallback = function (attrName, oldValue, newValue) {
1385
1409
  plt.jmp(() => {
1410
+ var _a;
1386
1411
  const propName = attrNameToPropName.get(attrName);
1387
1412
  // In a web component lifecycle the attributeChangedCallback runs prior to connectedCallback
1388
1413
  // in the case where an attribute was set inline.
@@ -1438,11 +1463,12 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1438
1463
  // 1. The instance is ready
1439
1464
  // 2. The watchers are ready
1440
1465
  // 3. The value has changed
1441
- if (!(flags & 8 /* HOST_FLAGS.isConstructingInstance */) &&
1466
+ if (flags &&
1467
+ !(flags & 8 /* HOST_FLAGS.isConstructingInstance */) &&
1442
1468
  flags & 128 /* HOST_FLAGS.isWatchReady */ &&
1443
1469
  newValue !== oldValue) {
1444
1470
  const instance = hostRef.$lazyInstance$ ;
1445
- const entry = cmpMeta.$watchers$[attrName];
1471
+ const entry = (_a = cmpMeta.$watchers$) === null || _a === void 0 ? void 0 : _a[attrName];
1446
1472
  entry === null || entry === void 0 ? void 0 : entry.forEach((callbackName) => {
1447
1473
  if (instance[callbackName] != null) {
1448
1474
  instance[callbackName].call(instance, newValue, oldValue, attrName);
@@ -1464,10 +1490,11 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1464
1490
  ...members
1465
1491
  .filter(([_, m]) => m[0] & 15 /* MEMBER_FLAGS.HasAttribute */)
1466
1492
  .map(([propName, m]) => {
1493
+ var _a;
1467
1494
  const attrName = m[1] || propName;
1468
1495
  attrNameToPropName.set(attrName, propName);
1469
1496
  if (m[0] & 512 /* MEMBER_FLAGS.ReflectAttr */) {
1470
- cmpMeta.$attrsToReflect$.push([propName, attrName]);
1497
+ (_a = cmpMeta.$attrsToReflect$) === null || _a === void 0 ? void 0 : _a.push([propName, attrName]);
1471
1498
  }
1472
1499
  return attrName;
1473
1500
  }),
@@ -1639,12 +1666,13 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1639
1666
  const customElements = win.customElements;
1640
1667
  const head = doc.head;
1641
1668
  const metaCharset = /*@__PURE__*/ head.querySelector('meta[charset]');
1642
- const visibilityStyle = /*@__PURE__*/ doc.createElement('style');
1669
+ const dataStyles = /*@__PURE__*/ doc.createElement('style');
1643
1670
  const deferredConnectedCallbacks = [];
1644
1671
  let appLoadFallback;
1645
1672
  let isBootstrapping = true;
1646
1673
  Object.assign(plt, options);
1647
1674
  plt.$resourcesUrl$ = new URL(options.resourcesUrl || './', doc.baseURI).href;
1675
+ let hasSlotRelocation = false;
1648
1676
  lazyBundles.map((lazyBundle) => {
1649
1677
  lazyBundle[1].map((compactMeta) => {
1650
1678
  var _a;
@@ -1654,6 +1682,11 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1654
1682
  $members$: compactMeta[2],
1655
1683
  $listeners$: compactMeta[3],
1656
1684
  };
1685
+ // Check if we are using slots outside the shadow DOM in this component.
1686
+ // We'll use this information later to add styles for `slot-fb` elements
1687
+ if (cmpMeta.$flags$ & 4 /* CMP_FLAGS.hasSlotRelocation */) {
1688
+ hasSlotRelocation = true;
1689
+ }
1657
1690
  {
1658
1691
  cmpMeta.$members$ = compactMeta[2];
1659
1692
  }
@@ -1710,15 +1743,25 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
1710
1743
  }
1711
1744
  });
1712
1745
  });
1746
+ // Add styles for `slot-fb` elements if any of our components are using slots outside the Shadow DOM
1747
+ if (hasSlotRelocation) {
1748
+ dataStyles.innerHTML += SLOT_FB_CSS;
1749
+ }
1750
+ // Add hydration styles
1713
1751
  {
1714
- visibilityStyle.innerHTML = cmpTags + HYDRATED_CSS;
1715
- visibilityStyle.setAttribute('data-styles', '');
1752
+ dataStyles.innerHTML += cmpTags + HYDRATED_CSS;
1753
+ }
1754
+ // If we have styles, add them to the DOM
1755
+ if (dataStyles.innerHTML.length) {
1756
+ dataStyles.setAttribute('data-styles', '');
1716
1757
  // Apply CSP nonce to the style tag if it exists
1717
1758
  const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);
1718
1759
  if (nonce != null) {
1719
- visibilityStyle.setAttribute('nonce', nonce);
1760
+ dataStyles.setAttribute('nonce', nonce);
1720
1761
  }
1721
- head.insertBefore(visibilityStyle, metaCharset ? metaCharset.nextSibling : head.firstChild);
1762
+ // Insert the styles into the document head
1763
+ // NOTE: this _needs_ to happen last so we can ensure the nonce (and other attributes) are applied
1764
+ head.insertBefore(dataStyles, metaCharset ? metaCharset.nextSibling : head.firstChild);
1722
1765
  }
1723
1766
  // Process deferred connectedCallbacks now all components have been registered
1724
1767
  isBootstrapping = false;
@@ -1800,19 +1843,19 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
1800
1843
  return module[exportName];
1801
1844
  }
1802
1845
 
1803
- if (!hmrVersionId || !BUILD.hotModuleReplacement) {
1804
- const processMod = importedModule => {
1805
- cmpModules.set(bundleId, importedModule);
1806
- return importedModule[exportName];
1807
- }
1808
- switch(bundleId) {
1809
-
1810
- case 'arcgis-arcade-api_6.cjs':
1811
- return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
1812
- /* webpackMode: "lazy" */
1813
- './arcgis-arcade-api_6.cjs.entry.js')); }).then(processMod, consoleError);
1846
+ if (!hmrVersionId || !BUILD.hotModuleReplacement) {
1847
+ const processMod = importedModule => {
1848
+ cmpModules.set(bundleId, importedModule);
1849
+ return importedModule[exportName];
1850
+ }
1851
+ switch(bundleId) {
1852
+
1853
+ case 'arcgis-arcade-api_6.cjs':
1854
+ return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
1855
+ /* webpackMode: "lazy" */
1856
+ './arcgis-arcade-api_6.cjs.entry.js')); }).then(processMod, consoleError);
1857
+ }
1814
1858
  }
1815
- }
1816
1859
  return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
1817
1860
  /* @vite-ignore */
1818
1861
  /* webpackInclude: /\.entry\.js$/ */
@@ -1887,7 +1930,7 @@ const flush = () => {
1887
1930
  }
1888
1931
  }
1889
1932
  };
1890
- const nextTick = /*@__PURE__*/ (cb) => promiseResolve().then(cb);
1933
+ const nextTick = (cb) => promiseResolve().then(cb);
1891
1934
  const writeTask = /*@__PURE__*/ queueTask(queueDomWrites, true);
1892
1935
 
1893
1936
  exports.Fragment = Fragment;
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const arcadeDefaults = require('./arcade-defaults-8445d852.js');
6
- require('./index-6a382a34.js');
5
+ const arcadeDefaults = require('./arcade-defaults-2d513b59.js');
6
+ require('./index-ac186201.js');
7
7
 
8
8
 
9
9
 
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- const typescript = require('./typescript-53f9f36a.js');
4
- require('./arcade-defaults-8445d852.js');
5
- require('./index-6a382a34.js');
3
+ const typescript = require('./typescript-b7da8629.js');
4
+ require('./arcade-defaults-2d513b59.js');
5
+ require('./index-ac186201.js');
6
6
 
7
7
  /*!-----------------------------------------------------------------------------
8
8
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const arcadeDefaults = require('./arcade-defaults-8445d852.js');
4
- require('./index-6a382a34.js');
3
+ const arcadeDefaults = require('./arcade-defaults-2d513b59.js');
4
+ require('./index-ac186201.js');
5
5
 
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-6a382a34.js');
5
+ const index = require('./index-ac186201.js');
6
6
 
7
7
  const defineCustomElements = (win, options) => {
8
8
  if (typeof window === 'undefined') return undefined;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const arcadeDefaults = require('./arcade-defaults-8445d852.js');
4
- require('./index-6a382a34.js');
3
+ const arcadeDefaults = require('./arcade-defaults-2d513b59.js');
4
+ require('./index-ac186201.js');
5
5
 
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const arcadeDefaults = require('./arcade-defaults-8445d852.js');
4
- require('./index-6a382a34.js');
3
+ const arcadeDefaults = require('./arcade-defaults-2d513b59.js');
4
+ require('./index-ac186201.js');
5
5
 
6
6
  /*!-----------------------------------------------------------------------------
7
7
  * Copyright (c) Microsoft Corporation. All rights reserved.