{"mappings":"C,A,S,C,C,C,C,C,C,C,C,C,E,I,E,A,a,O,W,W,A,a,O,K,K,A,a,O,O,O,A,a,O,O,O,C,E,E,A,Y,O,C,C,E,E,C,C,E,C,E,E,K,E,C,E,E,A,a,O,Q,A,Y,O,O,O,E,O,O,C,I,C,Q,S,E,C,C,C,E,G,C,C,C,E,C,C,G,C,C,C,E,C,C,I,E,A,Y,O,C,C,E,E,C,C,E,C,G,C,G,E,O,E,E,C,G,G,E,O,E,E,C,G,G,G,A,U,O,E,O,E,G,I,E,A,M,uB,E,I,O,E,I,C,mB,C,C,E,O,C,S,C,E,I,E,C,C,E,C,E,C,E,C,O,A,M,E,E,C,E,E,K,C,C,E,I,E,C,C,E,C,I,E,M,C,G,C,C,E,C,E,C,I,C,E,O,C,E,E,E,O,C,I,C,C,O,C,C,E,C,O,C,S,E,C,E,I,E,E,O,C,G,M,A,C,I,E,C,E,E,E,C,C,E,e,C,C,E,E,M,C,S,C,E,I,C,E,C,E,I,C,M,C,E,I,C,O,C,C,C,E,E,O,C,E,E,K,C,E,E,M,C,E,E,Q,C,S,C,C,C,E,C,C,E,C,C,S,C,C,C,E,E,O,C,C,E,C,E,A,E,O,c,C,E,O,C,I,W,O,C,C,E,A,C,G,C,C,E,C,E,I,I,E,E,E,E,M,C,I,E,C,C,E,C,E,C,M,C,S,C,C,C,C,C,ECAA,EAAQ,oBAA6B,QAAQ,CAAC,EAAQ,oBAAwB,YAAY,CAAC,SAAS,KAAK,KAAK,CAAC,4kR,E,C,mB,Q,mB,O,E,C,M,C,S,C,C,C,C,C,ECE/G,IAAI,EAAU,IAAI,GAgBlB,CAAA,EAAO,OAAO,CAAC,QAAQ,CAfvB,SAAkB,CAAO,CAAE,CAAQ,EACjC,IAAK,IAAI,EAAI,EAAG,EAAI,EAAS,MAAM,CAAG,EAAG,GAAK,EAC5C,EAAQ,GAAG,CAAC,CAAQ,CAAC,EAAE,CAAE,CACvB,QAAS,EACT,KAAM,CAAQ,CAAC,EAAI,EAAE,AACvB,EAEJ,EASA,EAAO,OAAO,CAAC,OAAO,CARtB,SAAiB,CAAE,EACjB,IAAI,EAAW,EAAQ,GAAG,CAAC,GAC3B,GAAI,AAAY,MAAZ,EACF,MAAM,AAAI,MAAM,oCAAsC,GAExD,OAAO,IAAI,IAAI,EAAS,IAAI,CAAE,EAAS,OAAO,EAAE,QAAQ,EAC1D,C,E,C,E,C,M,C,S,C,C,C,C,C,ECfA,IAAI,EAAY,CAAC,EAsBjB,SAAS,EAAW,CAAG,EACrB,MAAQ,AAAA,CAAA,GAAK,CAAA,EAAK,OAAO,CAAC,0EAA2E,MAAQ,GAC/G,CAUA,EAAQ,YAAY,CAjCpB,SAA4B,CAAE,EAC5B,IAAI,EAAQ,CAAS,CAAC,EAAG,CAKzB,OAJK,IACH,EAAQ,AAKZ,WACE,GAAI,CACF,MAAM,AAAI,OACZ,CAAE,MAAO,EAAK,CACZ,IAAI,EAAW,AAAA,CAAA,GAAK,EAAI,KAAI,AAAJ,EAAO,KAAK,CAAC,oEACrC,GAAI,EAGF,OAAO,EAAW,CAAO,CAAC,EAAE,CAEhC,CACA,MAAO,GACT,IAhBI,CAAS,CAAC,EAAG,CAAG,GAEX,CACT,EA2BA,EAAQ,UAAU,CAAG,EACrB,EAAQ,SAAS,CATjB,SAAmB,CAAG,EACpB,IAAI,EAAU,AAAC,CAAA,GAAK,CAAA,EAAK,KAAK,CAAC,iEAC/B,GAAI,CAAC,EACH,MAAM,AAAI,MAAM,oBAElB,OAAO,CAAO,CAAC,EAAE,AACnB,C,E,C,E,E,C,Q,C,E","sources":["<anon>","node_modules/@parcel/runtime-js/lib/runtime-1c0014fd4d10c644.js","node_modules/@parcel/runtime-js/lib/helpers/bundle-manifest.js","node_modules/@parcel/runtime-js/lib/helpers/bundle-url.js"],"sourcesContent":["// modules are defined as an array\n// [ module function, map of requires ]\n//\n// map of requires is short require name -> numeric require\n//\n// anything defined in a previous bundle is accessed via the\n// orig method which is the require for previous bundles\n\n(function (modules, entry, mainEntry, parcelRequireName, globalName) {\n /* eslint-disable no-undef */\n var globalObject =\n typeof globalThis !== 'undefined'\n ? globalThis\n : typeof self !== 'undefined'\n ? self\n : typeof window !== 'undefined'\n ? window\n : typeof global !== 'undefined'\n ? global\n : {};\n /* eslint-enable no-undef */\n\n // Save the require from previous bundle to this closure if any\n var previousRequire =\n typeof globalObject[parcelRequireName] === 'function' &&\n globalObject[parcelRequireName];\n\n var cache = previousRequire.cache || {};\n // Do not use `require` to prevent Webpack from trying to bundle this call\n var nodeRequire =\n typeof module !== 'undefined' &&\n typeof module.require === 'function' &&\n module.require.bind(module);\n\n function newRequire(name, jumped) {\n if (!cache[name]) {\n if (!modules[name]) {\n // if we cannot find the module within our internal map or\n // cache jump to the current global require ie. the last bundle\n // that was added to the page.\n var currentRequire =\n typeof globalObject[parcelRequireName] === 'function' &&\n globalObject[parcelRequireName];\n if (!jumped && currentRequire) {\n return currentRequire(name, true);\n }\n\n // If there are other bundles on this page the require from the\n // previous one is saved to 'previousRequire'. Repeat this as\n // many times as there are bundles until the module is found or\n // we exhaust the require chain.\n if (previousRequire) {\n return previousRequire(name, true);\n }\n\n // Try the node require function if it exists.\n if (nodeRequire && typeof name === 'string') {\n return nodeRequire(name);\n }\n\n var err = new Error(\"Cannot find module '\" + name + \"'\");\n err.code = 'MODULE_NOT_FOUND';\n throw err;\n }\n\n localRequire.resolve = resolve;\n localRequire.cache = {};\n\n var module = (cache[name] = new newRequire.Module(name));\n\n modules[name][0].call(\n module.exports,\n localRequire,\n module,\n module.exports,\n this\n );\n }\n\n return cache[name].exports;\n\n function localRequire(x) {\n var res = localRequire.resolve(x);\n return res === false ? {} : newRequire(res);\n }\n\n function resolve(x) {\n var id = modules[name][1][x];\n return id != null ? id : x;\n }\n }\n\n function Module(moduleName) {\n this.id = moduleName;\n this.bundle = newRequire;\n this.exports = {};\n }\n\n newRequire.isParcelRequire = true;\n newRequire.Module = Module;\n newRequire.modules = modules;\n newRequire.cache = cache;\n newRequire.parent = previousRequire;\n newRequire.register = function (id, exports) {\n modules[id] = [\n function (require, module) {\n module.exports = exports;\n },\n {},\n ];\n };\n\n Object.defineProperty(newRequire, 'root', {\n get: function () {\n return globalObject[parcelRequireName];\n },\n });\n\n globalObject[parcelRequireName] = newRequire;\n\n for (var i = 0; i < entry.length; i++) {\n newRequire(entry[i]);\n }\n\n if (mainEntry) {\n // Expose entry point to Node, AMD or browser globals\n // Based on https://github.com/ForbesLindesay/umd/blob/master/template.js\n var mainExports = newRequire(mainEntry);\n\n // CommonJS\n if (typeof exports === 'object' && typeof module !== 'undefined') {\n module.exports = mainExports;\n\n // RequireJS\n } else if (typeof define === 'function' && define.amd) {\n define(function () {\n return mainExports;\n });\n\n // <script>\n } else if (globalName) {\n this[globalName] = mainExports;\n }\n }\n})({\"aaXEL\":[function(require,module,exports) {\nrequire(\"98827cbb84db44ba\").register(require(\"6431f4fd64e1ab56\").getBundleURL('dcY6B'), JSON.parse(\"[\\\"dcY6B\\\",\\\"iframe.ac01ee73.js\\\",\\\"eGk86\\\",\\\"Illustrations.ae44d5ab.js\\\",\\\"81zoV\\\",\\\"Illustrations.1982dd77.js\\\",\\\"7AoQ0\\\",\\\"Illustrations.4c4d6df6.js\\\",\\\"dvY3P\\\",\\\"Illustrations.8e130e44.css\\\",\\\"2QfVu\\\",\\\"Illustrations.4726b338.js\\\",\\\"lISOI\\\",\\\"Illustrations.02e4d182.js\\\",\\\"dkQJt\\\",\\\"Illustrations.6d741b1a.js\\\",\\\"1aq2n\\\",\\\"Illustrations.e4ba84ae.js\\\",\\\"33Wi6\\\",\\\"Illustrations.540c78a4.css\\\",\\\"bdRgK\\\",\\\"Illustrations.02736203.js\\\",\\\"cRHDb\\\",\\\"Illustrations.61094a8b.js\\\",\\\"cY04N\\\",\\\"Illustrations.b9a00902.css\\\",\\\"kaxKD\\\",\\\"Illustrations.30a0ee4d.js\\\",\\\"cDkvO\\\",\\\"Illustrations.a26ffbcc.css\\\",\\\"bTBoM\\\",\\\"Intro.d65e5f5f.js\\\",\\\"7Tt9I\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"59f4z\\\",\\\"Intro.d3f3ea3b.css\\\",\\\"eUzHr\\\",\\\"Migrating.b2682c87.js\\\",\\\"01qOz\\\",\\\"Migrating.8ce68576.css\\\",\\\"b8GaK\\\",\\\"Release Notes.c0e75896.js\\\",\\\"5T8sH\\\",\\\"Release Notes.d591e7ce.css\\\",\\\"jBZ6r\\\",\\\"Style Macro.db4eb320.js\\\",\\\"9Cen2\\\",\\\"Style Macro.565f28b8.css\\\",\\\"ug3XM\\\",\\\"Workflow Icons.02e71817.js\\\",\\\"bA14L\\\",\\\"Workflow Icons.f07e8ccf.css\\\",\\\"5yE9I\\\",\\\"Accordion.stories.02ce5e71.js\\\",\\\"lMskY\\\",\\\"Accordion.stories.ad72868b.css\\\",\\\"kfLIC\\\",\\\"ActionButton.stories.b30b7c98.js\\\",\\\"8Zavt\\\",\\\"ActionButton.stories.846b8811.css\\\",\\\"g0ly3\\\",\\\"ActionMenu.stories.ac2a32c6.js\\\",\\\"aj2O0\\\",\\\"ActionMenu.stories.c130a465.css\\\",\\\"iMYVe\\\",\\\"AlertDialog.stories.97f134bf.js\\\",\\\"hvaFh\\\",\\\"AlertDialog.stories.29066003.css\\\",\\\"iRW6q\\\",\\\"Avatar.stories.81d42163.js\\\",\\\"6CYOi\\\",\\\"Avatar.stories.71132383.css\\\",\\\"hDxJr\\\",\\\"AvatarGroup.stories.e36c2569.js\\\",\\\"9EpIE\\\",\\\"AvatarGroup.stories.87da3f9d.css\\\",\\\"jdPZD\\\",\\\"Badge.stories.6b89f7ff.js\\\",\\\"jyBm1\\\",\\\"Badge.stories.2a670dee.css\\\",\\\"jnDho\\\",\\\"Breadcrumbs.stories.8e53d9e7.js\\\",\\\"jBjo6\\\",\\\"Breadcrumbs.stories.21f007eb.css\\\",\\\"gW4fL\\\",\\\"Button.stories.5e6a4722.js\\\",\\\"3Eq8y\\\",\\\"Button.stories.f133572a.css\\\",\\\"dMKy9\\\",\\\"ButtonGroup.stories.a5560081.js\\\",\\\"jXZqq\\\",\\\"ButtonGroup.stories.ff6e10c5.css\\\",\\\"gViGu\\\",\\\"Card.stories.04445d46.js\\\",\\\"3fEob\\\",\\\"preview.fa2965aa.png\\\",\\\"5ZI3v\\\",\\\"placeholder.f0db36ef.png\\\",\\\"di6Zd\\\",\\\"Card.stories.75b00390.css\\\",\\\"lkvJW\\\",\\\"CardView.stories.bb4e6f80.js\\\",\\\"dlGPh\\\",\\\"CardView.stories.487de36e.css\\\",\\\"cDpqz\\\",\\\"Checkbox.stories.f33395bb.js\\\",\\\"d0lM3\\\",\\\"Checkbox.stories.084c7c37.css\\\",\\\"kLTlk\\\",\\\"CheckboxGroup.stories.b464265a.js\\\",\\\"eoPZG\\\",\\\"CheckboxGroup.stories.af6365d8.css\\\",\\\"lN9Ba\\\",\\\"ColorArea.stories.cb05331e.js\\\",\\\"3gw1N\\\",\\\"ColorArea.stories.574d903c.css\\\",\\\"jnXHN\\\",\\\"ColorField.stories.038b727c.js\\\",\\\"ccqJm\\\",\\\"ColorField.stories.a70ccb1c.css\\\",\\\"3dE7k\\\",\\\"ColorSlider.stories.fbaead2e.js\\\",\\\"4a32i\\\",\\\"ColorSlider.stories.171c5309.css\\\",\\\"cR4Ym\\\",\\\"ColorSwatch.stories.66bd45ca.js\\\",\\\"28Sjv\\\",\\\"ColorSwatch.stories.07626bb5.css\\\",\\\"82tG1\\\",\\\"ColorSwatchPicker.stories.c471edd2.js\\\",\\\"c5vwv\\\",\\\"ColorSwatchPicker.stories.4aa00165.css\\\",\\\"hzvVl\\\",\\\"ColorWheel.stories.32461c25.js\\\",\\\"44nU1\\\",\\\"ColorWheel.stories.84b9d5c1.css\\\",\\\"288WE\\\",\\\"ComboBox.stories.8a74cbde.js\\\",\\\"2ZK45\\\",\\\"ComboBox.stories.48606b74.css\\\",\\\"5gox4\\\",\\\"ContextualHelp.stories.7806a0be.js\\\",\\\"jm7e9\\\",\\\"ContextualHelp.stories.b0cf65b7.css\\\",\\\"4vAnq\\\",\\\"Dialog.stories.8c438218.js\\\",\\\"96DPY\\\",\\\"Dialog.stories.79bb1ed5.css\\\",\\\"ePewu\\\",\\\"Disclosure.stories.e4fe720f.js\\\",\\\"bqGnd\\\",\\\"Disclosure.stories.74e28f5a.css\\\",\\\"cK8TV\\\",\\\"Divider.stories.3ec2ce7e.js\\\",\\\"j1jih\\\",\\\"Divider.stories.b5790dc0.css\\\",\\\"bycAs\\\",\\\"DropZone.stories.31fb75de.js\\\",\\\"cUmVN\\\",\\\"DropZone.stories.d21f9870.css\\\",\\\"cH7C1\\\",\\\"Form.stories.ea4653e2.js\\\",\\\"1p3f6\\\",\\\"Form.stories.ee17e712.css\\\",\\\"b71Tu\\\",\\\"Icon.stories.8d64d938.js\\\",\\\"aWmS2\\\",\\\"Icon.stories.a1d01f32.css\\\",\\\"3NJ6g\\\",\\\"IllustratedMessage.stories.954c7d6f.js\\\",\\\"RqleY\\\",\\\"IllustratedMessage.stories.faf235b2.css\\\",\\\"3e5Kk\\\",\\\"InlineAlert.stories.a23632c3.js\\\",\\\"hfe67\\\",\\\"InlineAlert.stories.28c66c0b.css\\\",\\\"i8hXy\\\",\\\"Link.stories.1b02bc9a.js\\\",\\\"ggDf9\\\",\\\"Link.stories.a1d3938c.css\\\",\\\"11GJ0\\\",\\\"LinkButton.stories.457786a8.js\\\",\\\"jplGd\\\",\\\"LinkButton.stories.add82995.css\\\",\\\"gyn6M\\\",\\\"Menu.stories.aeef23f0.js\\\",\\\"e12qK\\\",\\\"normal.ded32008.png\\\",\\\"jtfUp\\\",\\\"multiply.9c18c7f4.png\\\",\\\"bwVjn\\\",\\\"screen.88c89678.png\\\",\\\"29gk6\\\",\\\"Menu.stories.325198ee.css\\\",\\\"75khq\\\",\\\"Meter.stories.286d5c1b.js\\\",\\\"fkqV8\\\",\\\"Meter.stories.19b1262a.css\\\",\\\"kTkcK\\\",\\\"NumberField.stories.6952fbc7.js\\\",\\\"7HXRH\\\",\\\"NumberField.stories.0bff4537.css\\\",\\\"3Tl2M\\\",\\\"Picker.stories.379667eb.js\\\",\\\"3c0kJ\\\",\\\"Picker.stories.af93c283.css\\\",\\\"aS12e\\\",\\\"ProgressBar.stories.a3adc694.js\\\",\\\"em5Cl\\\",\\\"ProgressBar.stories.fde690c1.css\\\",\\\"47Eix\\\",\\\"ProgressCircle.stories.dd78fb4b.js\\\",\\\"eiukJ\\\",\\\"ProgressCircle.stories.f09eb6d6.css\\\",\\\"cjbby\\\",\\\"RadioGroup.stories.8360a1bd.js\\\",\\\"hrziT\\\",\\\"RadioGroup.stories.e7fad2b6.css\\\",\\\"c2uWN\\\",\\\"RangeSlider.stories.ce428ea7.js\\\",\\\"82hX9\\\",\\\"RangeSlider.stories.9562affe.css\\\",\\\"4YtpO\\\",\\\"SearchField.stories.0245cf6f.js\\\",\\\"exS7U\\\",\\\"SearchField.stories.08eaae37.css\\\",\\\"jMoRg\\\",\\\"SegmentedControl.stories.2434d20a.js\\\",\\\"ghXw6\\\",\\\"SegmentedControl.stories.b6882426.css\\\",\\\"yGfON\\\",\\\"Slider.stories.b5355650.js\\\",\\\"bOLnb\\\",\\\"Slider.stories.26963a9c.css\\\",\\\"3fA0U\\\",\\\"StatusLight.stories.414cd6ff.js\\\",\\\"3jc43\\\",\\\"StatusLight.stories.c6b9bdf6.css\\\",\\\"3jC1q\\\",\\\"StyleMacro.stories.5b2393b4.js\\\",\\\"dXkbh\\\",\\\"StyleMacro.stories.54bee52d.css\\\",\\\"7s6Xh\\\",\\\"Switch.stories.a8746fb1.js\\\",\\\"6Q5hZ\\\",\\\"Switch.stories.bd9bfff3.css\\\",\\\"kZggu\\\",\\\"TableView.stories.a363b830.js\\\",\\\"570wK\\\",\\\"TableView.stories.36a07827.css\\\",\\\"cOU5w\\\",\\\"Tabs.stories.67fb390f.js\\\",\\\"f8PtA\\\",\\\"Tabs.stories.3330b53d.css\\\",\\\"gZLJY\\\",\\\"TagGroup.stories.6c97d65c.js\\\",\\\"dAiSJ\\\",\\\"TagGroup.stories.3053c7ad.css\\\",\\\"l8NX3\\\",\\\"TextField.stories.25e34a11.js\\\",\\\"dt1hp\\\",\\\"TextField.stories.d3801760.css\\\",\\\"8pebm\\\",\\\"ToggleButton.stories.4886d72f.js\\\",\\\"hbQ8l\\\",\\\"ToggleButton.stories.adda8638.css\\\",\\\"5Ckfp\\\",\\\"Tooltip.stories.dbff56b4.js\\\",\\\"9G5EN\\\",\\\"Tooltip.stories.3a2c0115.css\\\",\\\"cjhpJ\\\",\\\"entry-preview.06d64fe6.js\\\",\\\"dc0gv\\\",\\\"entry-preview-docs.7d546aa2.js\\\",\\\"k34W5\\\",\\\"entry-preview-docs.b96e0623.js\\\",\\\"bdHkO\\\",\\\"preview.0bf2a171.js\\\",\\\"e9Zm5\\\",\\\"preview.11553a9d.js\\\",\\\"c6X4y\\\",\\\"react.a2596c15.js\\\",\\\"2w3OJ\\\",\\\"preview.bf3502a4.js\\\",\\\"5LunH\\\",\\\"Color-6VNJS4EI.30645405.js\\\",\\\"k98eT\\\",\\\"syntaxhighlighter-B5GMVT5T.263008cf.js\\\",\\\"8grLb\\\",\\\"formatter-SWP5E3XI.404f97aa.js\\\",\\\"fRXBU\\\",\\\"WithTooltip-V3YHNWJZ.f9d3a40a.js\\\",\\\"eFovN\\\",\\\"preview.7d772b32.js\\\",\\\"jyGfI\\\",\\\"preview.4f9fd794.js\\\",\\\"dIQkX\\\",\\\"preview.a70ccbef.js\\\",\\\"7W5EY\\\",\\\"preview.ac8f0692.js\\\",\\\"6zb5u\\\",\\\"preview.09f53ecf.js\\\",\\\"3CaI1\\\",\\\"preview.59f7b88c.js\\\",\\\"bg6Nn\\\",\\\"preview.95ce94d4.js\\\",\\\"hle9N\\\",\\\"axe.18c88987.js\\\",\\\"fW6T3\\\",\\\"preview.7ea4b0e6.js\\\",\\\"gVuJQ\\\",\\\"logo.5ec3ca99.svg\\\",\\\"dIxQA\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"fuqBe\\\",\\\"preview.83f7c73c.css\\\"]\"));\n\n},{\"98827cbb84db44ba\":\"kK08P\",\"6431f4fd64e1ab56\":\"kMf2L\"}],\"kK08P\":[function(require,module,exports) {\n\"use strict\";\nvar mapping = new Map();\nfunction register(baseUrl, manifest) {\n for(var i = 0; i < manifest.length - 1; i += 2)mapping.set(manifest[i], {\n baseUrl: baseUrl,\n path: manifest[i + 1]\n });\n}\nfunction resolve(id) {\n var resolved = mapping.get(id);\n if (resolved == null) throw new Error('Could not resolve bundle with id ' + id);\n return new URL(resolved.path, resolved.baseUrl).toString();\n}\nmodule.exports.register = register;\nmodule.exports.resolve = resolve;\n\n},{}],\"kMf2L\":[function(require,module,exports) {\n\"use strict\";\nvar bundleURL = {};\nfunction getBundleURLCached(id) {\n var value = bundleURL[id];\n if (!value) {\n value = getBundleURL();\n bundleURL[id] = value;\n }\n return value;\n}\nfunction getBundleURL() {\n try {\n throw new Error();\n } catch (err) {\n var matches = ('' + err.stack).match(/(https?|file|ftp|(chrome|moz|safari-web)-extension):\\/\\/[^)\\n]+/g);\n if (matches) // The first two stack frames will be this function and getBundleURLCached.\n // Use the 3rd one, which will be a runtime in the original bundle.\n return getBaseURL(matches[2]);\n }\n return '/';\n}\nfunction getBaseURL(url) {\n return ('' + url).replace(/^((?:https?|file|ftp|(chrome|moz|safari-web)-extension):\\/\\/.+)\\/[^/]+$/, '$1') + '/';\n}\n// TODO: Replace uses with `new URL(url).origin` when ie11 is no longer supported.\nfunction getOrigin(url) {\n var matches = ('' + url).match(/(https?|file|ftp|(chrome|moz|safari-web)-extension):\\/\\/[^/]+/);\n if (!matches) throw new Error('Origin not found');\n return matches[0];\n}\nexports.getBundleURL = getBundleURLCached;\nexports.getBaseURL = getBaseURL;\nexports.getOrigin = getOrigin;\n\n},{}]},[\"aaXEL\"], null, \"parcelRequire94c2\")\n\n//# sourceMappingURL=iframe.runtime.900735c0.js.map\n","require('./helpers/bundle-manifest').register(require('./helpers/bundle-url').getBundleURL('dcY6B'),JSON.parse(\"[\\\"dcY6B\\\",\\\"iframe.ac01ee73.js\\\",\\\"eGk86\\\",\\\"Illustrations.ae44d5ab.js\\\",\\\"81zoV\\\",\\\"Illustrations.1982dd77.js\\\",\\\"7AoQ0\\\",\\\"Illustrations.4c4d6df6.js\\\",\\\"dvY3P\\\",\\\"Illustrations.8e130e44.css\\\",\\\"2QfVu\\\",\\\"Illustrations.4726b338.js\\\",\\\"lISOI\\\",\\\"Illustrations.02e4d182.js\\\",\\\"dkQJt\\\",\\\"Illustrations.6d741b1a.js\\\",\\\"1aq2n\\\",\\\"Illustrations.e4ba84ae.js\\\",\\\"33Wi6\\\",\\\"Illustrations.540c78a4.css\\\",\\\"bdRgK\\\",\\\"Illustrations.02736203.js\\\",\\\"cRHDb\\\",\\\"Illustrations.61094a8b.js\\\",\\\"cY04N\\\",\\\"Illustrations.b9a00902.css\\\",\\\"kaxKD\\\",\\\"Illustrations.30a0ee4d.js\\\",\\\"cDkvO\\\",\\\"Illustrations.a26ffbcc.css\\\",\\\"bTBoM\\\",\\\"Intro.d65e5f5f.js\\\",\\\"7Tt9I\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"59f4z\\\",\\\"Intro.d3f3ea3b.css\\\",\\\"eUzHr\\\",\\\"Migrating.b2682c87.js\\\",\\\"01qOz\\\",\\\"Migrating.8ce68576.css\\\",\\\"b8GaK\\\",\\\"Release Notes.c0e75896.js\\\",\\\"5T8sH\\\",\\\"Release Notes.d591e7ce.css\\\",\\\"jBZ6r\\\",\\\"Style Macro.db4eb320.js\\\",\\\"9Cen2\\\",\\\"Style Macro.565f28b8.css\\\",\\\"ug3XM\\\",\\\"Workflow Icons.02e71817.js\\\",\\\"bA14L\\\",\\\"Workflow Icons.f07e8ccf.css\\\",\\\"5yE9I\\\",\\\"Accordion.stories.02ce5e71.js\\\",\\\"lMskY\\\",\\\"Accordion.stories.ad72868b.css\\\",\\\"kfLIC\\\",\\\"ActionButton.stories.b30b7c98.js\\\",\\\"8Zavt\\\",\\\"ActionButton.stories.846b8811.css\\\",\\\"g0ly3\\\",\\\"ActionMenu.stories.ac2a32c6.js\\\",\\\"aj2O0\\\",\\\"ActionMenu.stories.c130a465.css\\\",\\\"iMYVe\\\",\\\"AlertDialog.stories.97f134bf.js\\\",\\\"hvaFh\\\",\\\"AlertDialog.stories.29066003.css\\\",\\\"iRW6q\\\",\\\"Avatar.stories.81d42163.js\\\",\\\"6CYOi\\\",\\\"Avatar.stories.71132383.css\\\",\\\"hDxJr\\\",\\\"AvatarGroup.stories.e36c2569.js\\\",\\\"9EpIE\\\",\\\"AvatarGroup.stories.87da3f9d.css\\\",\\\"jdPZD\\\",\\\"Badge.stories.6b89f7ff.js\\\",\\\"jyBm1\\\",\\\"Badge.stories.2a670dee.css\\\",\\\"jnDho\\\",\\\"Breadcrumbs.stories.8e53d9e7.js\\\",\\\"jBjo6\\\",\\\"Breadcrumbs.stories.21f007eb.css\\\",\\\"gW4fL\\\",\\\"Button.stories.5e6a4722.js\\\",\\\"3Eq8y\\\",\\\"Button.stories.f133572a.css\\\",\\\"dMKy9\\\",\\\"ButtonGroup.stories.a5560081.js\\\",\\\"jXZqq\\\",\\\"ButtonGroup.stories.ff6e10c5.css\\\",\\\"gViGu\\\",\\\"Card.stories.04445d46.js\\\",\\\"3fEob\\\",\\\"preview.fa2965aa.png\\\",\\\"5ZI3v\\\",\\\"placeholder.f0db36ef.png\\\",\\\"di6Zd\\\",\\\"Card.stories.75b00390.css\\\",\\\"lkvJW\\\",\\\"CardView.stories.bb4e6f80.js\\\",\\\"dlGPh\\\",\\\"CardView.stories.487de36e.css\\\",\\\"cDpqz\\\",\\\"Checkbox.stories.f33395bb.js\\\",\\\"d0lM3\\\",\\\"Checkbox.stories.084c7c37.css\\\",\\\"kLTlk\\\",\\\"CheckboxGroup.stories.b464265a.js\\\",\\\"eoPZG\\\",\\\"CheckboxGroup.stories.af6365d8.css\\\",\\\"lN9Ba\\\",\\\"ColorArea.stories.cb05331e.js\\\",\\\"3gw1N\\\",\\\"ColorArea.stories.574d903c.css\\\",\\\"jnXHN\\\",\\\"ColorField.stories.038b727c.js\\\",\\\"ccqJm\\\",\\\"ColorField.stories.a70ccb1c.css\\\",\\\"3dE7k\\\",\\\"ColorSlider.stories.fbaead2e.js\\\",\\\"4a32i\\\",\\\"ColorSlider.stories.171c5309.css\\\",\\\"cR4Ym\\\",\\\"ColorSwatch.stories.66bd45ca.js\\\",\\\"28Sjv\\\",\\\"ColorSwatch.stories.07626bb5.css\\\",\\\"82tG1\\\",\\\"ColorSwatchPicker.stories.c471edd2.js\\\",\\\"c5vwv\\\",\\\"ColorSwatchPicker.stories.4aa00165.css\\\",\\\"hzvVl\\\",\\\"ColorWheel.stories.32461c25.js\\\",\\\"44nU1\\\",\\\"ColorWheel.stories.84b9d5c1.css\\\",\\\"288WE\\\",\\\"ComboBox.stories.8a74cbde.js\\\",\\\"2ZK45\\\",\\\"ComboBox.stories.48606b74.css\\\",\\\"5gox4\\\",\\\"ContextualHelp.stories.7806a0be.js\\\",\\\"jm7e9\\\",\\\"ContextualHelp.stories.b0cf65b7.css\\\",\\\"4vAnq\\\",\\\"Dialog.stories.8c438218.js\\\",\\\"96DPY\\\",\\\"Dialog.stories.79bb1ed5.css\\\",\\\"ePewu\\\",\\\"Disclosure.stories.e4fe720f.js\\\",\\\"bqGnd\\\",\\\"Disclosure.stories.74e28f5a.css\\\",\\\"cK8TV\\\",\\\"Divider.stories.3ec2ce7e.js\\\",\\\"j1jih\\\",\\\"Divider.stories.b5790dc0.css\\\",\\\"bycAs\\\",\\\"DropZone.stories.31fb75de.js\\\",\\\"cUmVN\\\",\\\"DropZone.stories.d21f9870.css\\\",\\\"cH7C1\\\",\\\"Form.stories.ea4653e2.js\\\",\\\"1p3f6\\\",\\\"Form.stories.ee17e712.css\\\",\\\"b71Tu\\\",\\\"Icon.stories.8d64d938.js\\\",\\\"aWmS2\\\",\\\"Icon.stories.a1d01f32.css\\\",\\\"3NJ6g\\\",\\\"IllustratedMessage.stories.954c7d6f.js\\\",\\\"RqleY\\\",\\\"IllustratedMessage.stories.faf235b2.css\\\",\\\"3e5Kk\\\",\\\"InlineAlert.stories.a23632c3.js\\\",\\\"hfe67\\\",\\\"InlineAlert.stories.28c66c0b.css\\\",\\\"i8hXy\\\",\\\"Link.stories.1b02bc9a.js\\\",\\\"ggDf9\\\",\\\"Link.stories.a1d3938c.css\\\",\\\"11GJ0\\\",\\\"LinkButton.stories.457786a8.js\\\",\\\"jplGd\\\",\\\"LinkButton.stories.add82995.css\\\",\\\"gyn6M\\\",\\\"Menu.stories.aeef23f0.js\\\",\\\"e12qK\\\",\\\"normal.ded32008.png\\\",\\\"jtfUp\\\",\\\"multiply.9c18c7f4.png\\\",\\\"bwVjn\\\",\\\"screen.88c89678.png\\\",\\\"29gk6\\\",\\\"Menu.stories.325198ee.css\\\",\\\"75khq\\\",\\\"Meter.stories.286d5c1b.js\\\",\\\"fkqV8\\\",\\\"Meter.stories.19b1262a.css\\\",\\\"kTkcK\\\",\\\"NumberField.stories.6952fbc7.js\\\",\\\"7HXRH\\\",\\\"NumberField.stories.0bff4537.css\\\",\\\"3Tl2M\\\",\\\"Picker.stories.379667eb.js\\\",\\\"3c0kJ\\\",\\\"Picker.stories.af93c283.css\\\",\\\"aS12e\\\",\\\"ProgressBar.stories.a3adc694.js\\\",\\\"em5Cl\\\",\\\"ProgressBar.stories.fde690c1.css\\\",\\\"47Eix\\\",\\\"ProgressCircle.stories.dd78fb4b.js\\\",\\\"eiukJ\\\",\\\"ProgressCircle.stories.f09eb6d6.css\\\",\\\"cjbby\\\",\\\"RadioGroup.stories.8360a1bd.js\\\",\\\"hrziT\\\",\\\"RadioGroup.stories.e7fad2b6.css\\\",\\\"c2uWN\\\",\\\"RangeSlider.stories.ce428ea7.js\\\",\\\"82hX9\\\",\\\"RangeSlider.stories.9562affe.css\\\",\\\"4YtpO\\\",\\\"SearchField.stories.0245cf6f.js\\\",\\\"exS7U\\\",\\\"SearchField.stories.08eaae37.css\\\",\\\"jMoRg\\\",\\\"SegmentedControl.stories.2434d20a.js\\\",\\\"ghXw6\\\",\\\"SegmentedControl.stories.b6882426.css\\\",\\\"yGfON\\\",\\\"Slider.stories.b5355650.js\\\",\\\"bOLnb\\\",\\\"Slider.stories.26963a9c.css\\\",\\\"3fA0U\\\",\\\"StatusLight.stories.414cd6ff.js\\\",\\\"3jc43\\\",\\\"StatusLight.stories.c6b9bdf6.css\\\",\\\"3jC1q\\\",\\\"StyleMacro.stories.5b2393b4.js\\\",\\\"dXkbh\\\",\\\"StyleMacro.stories.54bee52d.css\\\",\\\"7s6Xh\\\",\\\"Switch.stories.a8746fb1.js\\\",\\\"6Q5hZ\\\",\\\"Switch.stories.bd9bfff3.css\\\",\\\"kZggu\\\",\\\"TableView.stories.a363b830.js\\\",\\\"570wK\\\",\\\"TableView.stories.36a07827.css\\\",\\\"cOU5w\\\",\\\"Tabs.stories.67fb390f.js\\\",\\\"f8PtA\\\",\\\"Tabs.stories.3330b53d.css\\\",\\\"gZLJY\\\",\\\"TagGroup.stories.6c97d65c.js\\\",\\\"dAiSJ\\\",\\\"TagGroup.stories.3053c7ad.css\\\",\\\"l8NX3\\\",\\\"TextField.stories.25e34a11.js\\\",\\\"dt1hp\\\",\\\"TextField.stories.d3801760.css\\\",\\\"8pebm\\\",\\\"ToggleButton.stories.4886d72f.js\\\",\\\"hbQ8l\\\",\\\"ToggleButton.stories.adda8638.css\\\",\\\"5Ckfp\\\",\\\"Tooltip.stories.dbff56b4.js\\\",\\\"9G5EN\\\",\\\"Tooltip.stories.3a2c0115.css\\\",\\\"cjhpJ\\\",\\\"entry-preview.06d64fe6.js\\\",\\\"dc0gv\\\",\\\"entry-preview-docs.7d546aa2.js\\\",\\\"k34W5\\\",\\\"entry-preview-docs.b96e0623.js\\\",\\\"bdHkO\\\",\\\"preview.0bf2a171.js\\\",\\\"e9Zm5\\\",\\\"preview.11553a9d.js\\\",\\\"c6X4y\\\",\\\"react.a2596c15.js\\\",\\\"2w3OJ\\\",\\\"preview.bf3502a4.js\\\",\\\"5LunH\\\",\\\"Color-6VNJS4EI.30645405.js\\\",\\\"k98eT\\\",\\\"syntaxhighlighter-B5GMVT5T.263008cf.js\\\",\\\"8grLb\\\",\\\"formatter-SWP5E3XI.404f97aa.js\\\",\\\"fRXBU\\\",\\\"WithTooltip-V3YHNWJZ.f9d3a40a.js\\\",\\\"eFovN\\\",\\\"preview.7d772b32.js\\\",\\\"jyGfI\\\",\\\"preview.4f9fd794.js\\\",\\\"dIQkX\\\",\\\"preview.a70ccbef.js\\\",\\\"7W5EY\\\",\\\"preview.ac8f0692.js\\\",\\\"6zb5u\\\",\\\"preview.09f53ecf.js\\\",\\\"3CaI1\\\",\\\"preview.59f7b88c.js\\\",\\\"bg6Nn\\\",\\\"preview.95ce94d4.js\\\",\\\"hle9N\\\",\\\"axe.18c88987.js\\\",\\\"fW6T3\\\",\\\"preview.7ea4b0e6.js\\\",\\\"gVuJQ\\\",\\\"logo.5ec3ca99.svg\\\",\\\"dIxQA\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"fuqBe\\\",\\\"preview.83f7c73c.css\\\"]\"));","\"use strict\";\n\nvar mapping = new Map();\nfunction register(baseUrl, manifest) {\n for (var i = 0; i < manifest.length - 1; i += 2) {\n mapping.set(manifest[i], {\n baseUrl: baseUrl,\n path: manifest[i + 1]\n });\n }\n}\nfunction resolve(id) {\n var resolved = mapping.get(id);\n if (resolved == null) {\n throw new Error('Could not resolve bundle with id ' + id);\n }\n return new URL(resolved.path, resolved.baseUrl).toString();\n}\nmodule.exports.register = register;\nmodule.exports.resolve = resolve;","\"use strict\";\n\nvar bundleURL = {};\nfunction getBundleURLCached(id) {\n var value = bundleURL[id];\n if (!value) {\n value = getBundleURL();\n bundleURL[id] = value;\n }\n return value;\n}\nfunction getBundleURL() {\n try {\n throw new Error();\n } catch (err) {\n var matches = ('' + err.stack).match(/(https?|file|ftp|(chrome|moz|safari-web)-extension):\\/\\/[^)\\n]+/g);\n if (matches) {\n // The first two stack frames will be this function and getBundleURLCached.\n // Use the 3rd one, which will be a runtime in the original bundle.\n return getBaseURL(matches[2]);\n }\n }\n return '/';\n}\nfunction getBaseURL(url) {\n return ('' + url).replace(/^((?:https?|file|ftp|(chrome|moz|safari-web)-extension):\\/\\/.+)\\/[^/]+$/, '$1') + '/';\n}\n\n// TODO: Replace uses with `new URL(url).origin` when ie11 is no longer supported.\nfunction getOrigin(url) {\n var matches = ('' + url).match(/(https?|file|ftp|(chrome|moz|safari-web)-extension):\\/\\/[^/]+/);\n if (!matches) {\n throw new Error('Origin not found');\n }\n return matches[0];\n}\nexports.getBundleURL = getBundleURLCached;\nexports.getBaseURL = getBaseURL;\nexports.getOrigin = getOrigin;"],"names":["modules","entry","mainEntry","parcelRequireName","globalName","globalObject","globalThis","self","window","global","previousRequire","cache","nodeRequire","module","require","bind","newRequire","name","jumped","currentRequire","err","Error","code","localRequire","resolve","x","id","Module","call","exports","res","isParcelRequire","moduleName","bundle","parent","register","Object","defineProperty","get","i","length","getBundleURL","JSON","parse","mapping","Map","baseUrl","manifest","set","path","resolved","URL","toString","bundleURL","getBaseURL","url","replace","value","matches","stack","match","getOrigin"],"version":3,"file":"iframe.runtime.900735c0.js.map"}