{"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,Q,C,S,C,C,C,C,C,ECAA,EAAQ,oBAA6B,QAAQ,CAAC,EAAQ,oBAAwB,YAAY,CAAC,SAAS,KAAK,KAAK,CAAC,4kR,E,C,iB,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-baf371f0bf18d424.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})({\"8UWFn\":[function(require,module,exports) {\nrequire(\"dc1c6b432128b189\").register(require(\"9e41fb8afce07020\").getBundleURL('3pKYA'), JSON.parse(\"[\\\"3pKYA\\\",\\\"iframe.ec885c8a.js\\\",\\\"jVuKb\\\",\\\"Illustrations.88084257.js\\\",\\\"2oR2z\\\",\\\"Illustrations.b717cb45.js\\\",\\\"7VtWG\\\",\\\"Illustrations.0eac3648.js\\\",\\\"a5IiB\\\",\\\"Illustrations.e5aa717a.css\\\",\\\"16ewA\\\",\\\"Illustrations.4c52149f.js\\\",\\\"5GcDi\\\",\\\"Illustrations.977fe13a.js\\\",\\\"6G7vj\\\",\\\"Illustrations.9906dd2e.js\\\",\\\"dPjAM\\\",\\\"Illustrations.e5cd217d.js\\\",\\\"3rJnQ\\\",\\\"Illustrations.aa4447ca.css\\\",\\\"ibYm2\\\",\\\"Illustrations.78463c2f.js\\\",\\\"5EPIK\\\",\\\"Illustrations.5b894cd1.css\\\",\\\"czyNv\\\",\\\"Illustrations.83a3bffa.js\\\",\\\"6XSry\\\",\\\"Illustrations.0c610821.js\\\",\\\"lCHwd\\\",\\\"Illustrations.7f8e8396.css\\\",\\\"1JJhV\\\",\\\"Intro.a0223e18.js\\\",\\\"idYQo\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"hbGXH\\\",\\\"Intro.ef888101.css\\\",\\\"3OnVW\\\",\\\"Migrating.a296c4fc.js\\\",\\\"hQtsn\\\",\\\"Migrating.f0f1622e.css\\\",\\\"fqkyZ\\\",\\\"Release Notes.d0830834.js\\\",\\\"gsyTO\\\",\\\"Release Notes.de1de3a6.css\\\",\\\"grbQh\\\",\\\"Style Macro.9aa0bf2a.js\\\",\\\"4ucua\\\",\\\"Style Macro.ab342043.css\\\",\\\"fRqCD\\\",\\\"Workflow Icons.5b29191a.js\\\",\\\"9ylZT\\\",\\\"Workflow Icons.dea2f0da.css\\\",\\\"hpFfe\\\",\\\"Accordion.stories.093884ff.js\\\",\\\"3DBQo\\\",\\\"Accordion.stories.58fbb906.css\\\",\\\"kLeX9\\\",\\\"ActionButton.stories.466c4d40.js\\\",\\\"cIqKh\\\",\\\"ActionButton.stories.802d5323.css\\\",\\\"gF9tG\\\",\\\"ActionMenu.stories.4edbcecd.js\\\",\\\"1noa2\\\",\\\"ActionMenu.stories.14438dcf.css\\\",\\\"8EOjf\\\",\\\"AlertDialog.stories.5a0c4723.js\\\",\\\"fYEue\\\",\\\"AlertDialog.stories.0c3c71c0.css\\\",\\\"fOyeE\\\",\\\"Avatar.stories.651db8eb.js\\\",\\\"eBHtq\\\",\\\"Avatar.stories.6af1b1b6.css\\\",\\\"96AZy\\\",\\\"AvatarGroup.stories.5df11f05.js\\\",\\\"9y1Aj\\\",\\\"AvatarGroup.stories.cb2e8ec8.css\\\",\\\"gWK4d\\\",\\\"Badge.stories.51b5386d.js\\\",\\\"kzcN3\\\",\\\"Badge.stories.b19af7ea.css\\\",\\\"hAjfh\\\",\\\"Breadcrumbs.stories.23d84e7c.js\\\",\\\"pHvwx\\\",\\\"Breadcrumbs.stories.04356b17.css\\\",\\\"gY2xY\\\",\\\"Button.stories.844a97b5.js\\\",\\\"kuZTB\\\",\\\"Button.stories.da29c67b.css\\\",\\\"2X8st\\\",\\\"ButtonGroup.stories.4fe2f97b.js\\\",\\\"kwGQx\\\",\\\"ButtonGroup.stories.2405a88f.css\\\",\\\"bMXmn\\\",\\\"Card.stories.d9928334.js\\\",\\\"3mD5K\\\",\\\"preview.fa2965aa.png\\\",\\\"cO3pQ\\\",\\\"placeholder.f0db36ef.png\\\",\\\"5VOD9\\\",\\\"Card.stories.fc221985.css\\\",\\\"fzoEs\\\",\\\"CardView.stories.695e1c87.js\\\",\\\"b2t9z\\\",\\\"CardView.stories.de2b6229.css\\\",\\\"oPg9H\\\",\\\"Checkbox.stories.626be3a4.js\\\",\\\"9JDsl\\\",\\\"Checkbox.stories.2fb887bb.css\\\",\\\"dAPWM\\\",\\\"CheckboxGroup.stories.ca09f74b.js\\\",\\\"f2cm7\\\",\\\"CheckboxGroup.stories.5497fe42.css\\\",\\\"kMoZC\\\",\\\"ColorArea.stories.7a7d9713.js\\\",\\\"eh8Z5\\\",\\\"ColorArea.stories.db2f1b4d.css\\\",\\\"72Hcw\\\",\\\"ColorField.stories.8af8124a.js\\\",\\\"7Rtbh\\\",\\\"ColorField.stories.f60319a4.css\\\",\\\"j3ok3\\\",\\\"ColorSlider.stories.7c31f771.js\\\",\\\"e2qKw\\\",\\\"ColorSlider.stories.e2968a3c.css\\\",\\\"8UxID\\\",\\\"ColorSwatch.stories.3b635d5e.js\\\",\\\"lrusZ\\\",\\\"ColorSwatch.stories.3f073fa0.css\\\",\\\"lpGxE\\\",\\\"ColorSwatchPicker.stories.88949502.js\\\",\\\"3Tuiw\\\",\\\"ColorSwatchPicker.stories.eac0eabc.css\\\",\\\"9XDXO\\\",\\\"ColorWheel.stories.d069e6cd.js\\\",\\\"8ykkE\\\",\\\"ColorWheel.stories.2b76c405.css\\\",\\\"4bSgd\\\",\\\"ComboBox.stories.fad1a6b1.js\\\",\\\"iWgsb\\\",\\\"ComboBox.stories.e9ea096d.css\\\",\\\"k6594\\\",\\\"ContextualHelp.stories.c7c0b554.js\\\",\\\"h1J62\\\",\\\"ContextualHelp.stories.710081ac.css\\\",\\\"h6X21\\\",\\\"Dialog.stories.1b263952.js\\\",\\\"lMG0t\\\",\\\"Dialog.stories.a3708a90.css\\\",\\\"37jNU\\\",\\\"Disclosure.stories.1e3abc84.js\\\",\\\"1kpoG\\\",\\\"Disclosure.stories.f3e92063.css\\\",\\\"56zw1\\\",\\\"Divider.stories.f799f9f6.js\\\",\\\"26Bk4\\\",\\\"Divider.stories.ee46646d.css\\\",\\\"9A1aF\\\",\\\"DropZone.stories.55f393d7.js\\\",\\\"eQHhm\\\",\\\"DropZone.stories.b55d044e.css\\\",\\\"j2Ar3\\\",\\\"Form.stories.58a6c1b2.js\\\",\\\"p5tXq\\\",\\\"Form.stories.56cf60f7.css\\\",\\\"j2ijW\\\",\\\"Icon.stories.c28ce9dc.js\\\",\\\"i5TQ8\\\",\\\"Icon.stories.42652b26.css\\\",\\\"1WuMJ\\\",\\\"IllustratedMessage.stories.2259cf6a.js\\\",\\\"hbe7K\\\",\\\"IllustratedMessage.stories.521b0525.css\\\",\\\"chmgg\\\",\\\"InlineAlert.stories.0ef27772.js\\\",\\\"4yZgJ\\\",\\\"InlineAlert.stories.71e0f7c6.css\\\",\\\"eObou\\\",\\\"Link.stories.52fc3cbd.js\\\",\\\"2dA2w\\\",\\\"Link.stories.155bda56.css\\\",\\\"joZK3\\\",\\\"LinkButton.stories.41c8efae.js\\\",\\\"bWX6I\\\",\\\"LinkButton.stories.a777b6c5.css\\\",\\\"tSj0N\\\",\\\"Menu.stories.f3868c9e.js\\\",\\\"2boat\\\",\\\"normal.ded32008.png\\\",\\\"bnErc\\\",\\\"multiply.9c18c7f4.png\\\",\\\"MQOYM\\\",\\\"screen.88c89678.png\\\",\\\"8SY9k\\\",\\\"Menu.stories.92aaf18e.css\\\",\\\"6PPlm\\\",\\\"Meter.stories.1ed85861.js\\\",\\\"gnmv8\\\",\\\"Meter.stories.77525771.css\\\",\\\"clY3u\\\",\\\"NumberField.stories.59bf8a9c.js\\\",\\\"24TbY\\\",\\\"NumberField.stories.d954c957.css\\\",\\\"ibAk1\\\",\\\"Picker.stories.ebe924d3.js\\\",\\\"1itko\\\",\\\"Picker.stories.921ac4ac.css\\\",\\\"hTGe9\\\",\\\"ProgressBar.stories.33c292a8.js\\\",\\\"5gfQ7\\\",\\\"ProgressBar.stories.575cb4c0.css\\\",\\\"A0GRV\\\",\\\"ProgressCircle.stories.b1b5eb37.js\\\",\\\"cM979\\\",\\\"ProgressCircle.stories.6b18c106.css\\\",\\\"aNtYf\\\",\\\"RadioGroup.stories.73170651.js\\\",\\\"boNdL\\\",\\\"RadioGroup.stories.53ffa13c.css\\\",\\\"5eRGN\\\",\\\"RangeSlider.stories.52cd0ea5.js\\\",\\\"GKNcO\\\",\\\"RangeSlider.stories.56a7d5a6.css\\\",\\\"cnPtk\\\",\\\"SearchField.stories.92412d8a.js\\\",\\\"0ZGyO\\\",\\\"SearchField.stories.94efab47.css\\\",\\\"c707X\\\",\\\"SegmentedControl.stories.86c727cc.js\\\",\\\"8uPoV\\\",\\\"SegmentedControl.stories.f410cd84.css\\\",\\\"6y8Cw\\\",\\\"Slider.stories.f491d2d4.js\\\",\\\"7bnBo\\\",\\\"Slider.stories.adcbec85.css\\\",\\\"8LfrV\\\",\\\"StatusLight.stories.ffef8290.js\\\",\\\"e2EKf\\\",\\\"StatusLight.stories.1ae678a4.css\\\",\\\"4erNq\\\",\\\"StyleMacro.stories.240757df.js\\\",\\\"9BNUx\\\",\\\"StyleMacro.stories.0ce590b0.css\\\",\\\"aXgH1\\\",\\\"Switch.stories.513fb954.js\\\",\\\"erKVC\\\",\\\"Switch.stories.fd21e07b.css\\\",\\\"PxD2N\\\",\\\"TableView.stories.3ed621fa.js\\\",\\\"88Hjn\\\",\\\"TableView.stories.a79a52b7.css\\\",\\\"6POte\\\",\\\"Tabs.stories.a9faa60e.js\\\",\\\"40hqp\\\",\\\"Tabs.stories.66080800.css\\\",\\\"509I6\\\",\\\"TagGroup.stories.77735e36.js\\\",\\\"8zXFL\\\",\\\"TagGroup.stories.e4f2a5d8.css\\\",\\\"l1wDQ\\\",\\\"TextField.stories.a9e9271a.js\\\",\\\"a6Rzq\\\",\\\"TextField.stories.2851bc8f.css\\\",\\\"byK8Q\\\",\\\"ToggleButton.stories.e2a11ece.js\\\",\\\"7U0E0\\\",\\\"ToggleButton.stories.303fb915.css\\\",\\\"cxqwz\\\",\\\"Tooltip.stories.3c1fb48b.js\\\",\\\"dTStd\\\",\\\"Tooltip.stories.a47c2e33.css\\\",\\\"F3Kdz\\\",\\\"entry-preview.783ba91c.js\\\",\\\"kCkZf\\\",\\\"entry-preview-docs.9cc302fb.js\\\",\\\"l64qY\\\",\\\"entry-preview-docs.19197815.js\\\",\\\"ceB8U\\\",\\\"preview.47e6327b.js\\\",\\\"e8yCc\\\",\\\"preview.7237f276.js\\\",\\\"7WRLZ\\\",\\\"react.4f9ac7a5.js\\\",\\\"c3lp8\\\",\\\"preview.8019d6f1.js\\\",\\\"hLsHi\\\",\\\"Color-6VNJS4EI.083d4e53.js\\\",\\\"8bFPi\\\",\\\"syntaxhighlighter-B5GMVT5T.bd8dc974.js\\\",\\\"2RyCw\\\",\\\"formatter-SWP5E3XI.fcda4571.js\\\",\\\"3O9pv\\\",\\\"WithTooltip-V3YHNWJZ.6efcdb40.js\\\",\\\"lMu8Q\\\",\\\"preview.e93c0587.js\\\",\\\"kAz5G\\\",\\\"preview.cb188e8b.js\\\",\\\"8OwDu\\\",\\\"preview.ec540aee.js\\\",\\\"3RbNK\\\",\\\"preview.b214cae1.js\\\",\\\"lt1Ds\\\",\\\"preview.313fffd9.js\\\",\\\"k2z75\\\",\\\"preview.257420c0.js\\\",\\\"aK5za\\\",\\\"preview.d0816ffe.js\\\",\\\"b40U6\\\",\\\"axe.9fe64ccd.js\\\",\\\"kd4Us\\\",\\\"preview.dcfdb747.js\\\",\\\"fb8fh\\\",\\\"logo.5ec3ca99.svg\\\",\\\"8YrLg\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"2yseZ\\\",\\\"preview.89c73269.css\\\"]\"));\n\n},{\"dc1c6b432128b189\":\"kK08P\",\"9e41fb8afce07020\":\"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},{}]},[\"8UWFn\"], null, \"parcelRequire94c2\")\n\n//# sourceMappingURL=iframe.runtime.707dcea1.js.map\n","require('./helpers/bundle-manifest').register(require('./helpers/bundle-url').getBundleURL('3pKYA'),JSON.parse(\"[\\\"3pKYA\\\",\\\"iframe.ec885c8a.js\\\",\\\"jVuKb\\\",\\\"Illustrations.88084257.js\\\",\\\"2oR2z\\\",\\\"Illustrations.b717cb45.js\\\",\\\"7VtWG\\\",\\\"Illustrations.0eac3648.js\\\",\\\"a5IiB\\\",\\\"Illustrations.e5aa717a.css\\\",\\\"16ewA\\\",\\\"Illustrations.4c52149f.js\\\",\\\"5GcDi\\\",\\\"Illustrations.977fe13a.js\\\",\\\"6G7vj\\\",\\\"Illustrations.9906dd2e.js\\\",\\\"dPjAM\\\",\\\"Illustrations.e5cd217d.js\\\",\\\"3rJnQ\\\",\\\"Illustrations.aa4447ca.css\\\",\\\"ibYm2\\\",\\\"Illustrations.78463c2f.js\\\",\\\"5EPIK\\\",\\\"Illustrations.5b894cd1.css\\\",\\\"czyNv\\\",\\\"Illustrations.83a3bffa.js\\\",\\\"6XSry\\\",\\\"Illustrations.0c610821.js\\\",\\\"lCHwd\\\",\\\"Illustrations.7f8e8396.css\\\",\\\"1JJhV\\\",\\\"Intro.a0223e18.js\\\",\\\"idYQo\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"hbGXH\\\",\\\"Intro.ef888101.css\\\",\\\"3OnVW\\\",\\\"Migrating.a296c4fc.js\\\",\\\"hQtsn\\\",\\\"Migrating.f0f1622e.css\\\",\\\"fqkyZ\\\",\\\"Release Notes.d0830834.js\\\",\\\"gsyTO\\\",\\\"Release Notes.de1de3a6.css\\\",\\\"grbQh\\\",\\\"Style Macro.9aa0bf2a.js\\\",\\\"4ucua\\\",\\\"Style Macro.ab342043.css\\\",\\\"fRqCD\\\",\\\"Workflow Icons.5b29191a.js\\\",\\\"9ylZT\\\",\\\"Workflow Icons.dea2f0da.css\\\",\\\"hpFfe\\\",\\\"Accordion.stories.093884ff.js\\\",\\\"3DBQo\\\",\\\"Accordion.stories.58fbb906.css\\\",\\\"kLeX9\\\",\\\"ActionButton.stories.466c4d40.js\\\",\\\"cIqKh\\\",\\\"ActionButton.stories.802d5323.css\\\",\\\"gF9tG\\\",\\\"ActionMenu.stories.4edbcecd.js\\\",\\\"1noa2\\\",\\\"ActionMenu.stories.14438dcf.css\\\",\\\"8EOjf\\\",\\\"AlertDialog.stories.5a0c4723.js\\\",\\\"fYEue\\\",\\\"AlertDialog.stories.0c3c71c0.css\\\",\\\"fOyeE\\\",\\\"Avatar.stories.651db8eb.js\\\",\\\"eBHtq\\\",\\\"Avatar.stories.6af1b1b6.css\\\",\\\"96AZy\\\",\\\"AvatarGroup.stories.5df11f05.js\\\",\\\"9y1Aj\\\",\\\"AvatarGroup.stories.cb2e8ec8.css\\\",\\\"gWK4d\\\",\\\"Badge.stories.51b5386d.js\\\",\\\"kzcN3\\\",\\\"Badge.stories.b19af7ea.css\\\",\\\"hAjfh\\\",\\\"Breadcrumbs.stories.23d84e7c.js\\\",\\\"pHvwx\\\",\\\"Breadcrumbs.stories.04356b17.css\\\",\\\"gY2xY\\\",\\\"Button.stories.844a97b5.js\\\",\\\"kuZTB\\\",\\\"Button.stories.da29c67b.css\\\",\\\"2X8st\\\",\\\"ButtonGroup.stories.4fe2f97b.js\\\",\\\"kwGQx\\\",\\\"ButtonGroup.stories.2405a88f.css\\\",\\\"bMXmn\\\",\\\"Card.stories.d9928334.js\\\",\\\"3mD5K\\\",\\\"preview.fa2965aa.png\\\",\\\"cO3pQ\\\",\\\"placeholder.f0db36ef.png\\\",\\\"5VOD9\\\",\\\"Card.stories.fc221985.css\\\",\\\"fzoEs\\\",\\\"CardView.stories.695e1c87.js\\\",\\\"b2t9z\\\",\\\"CardView.stories.de2b6229.css\\\",\\\"oPg9H\\\",\\\"Checkbox.stories.626be3a4.js\\\",\\\"9JDsl\\\",\\\"Checkbox.stories.2fb887bb.css\\\",\\\"dAPWM\\\",\\\"CheckboxGroup.stories.ca09f74b.js\\\",\\\"f2cm7\\\",\\\"CheckboxGroup.stories.5497fe42.css\\\",\\\"kMoZC\\\",\\\"ColorArea.stories.7a7d9713.js\\\",\\\"eh8Z5\\\",\\\"ColorArea.stories.db2f1b4d.css\\\",\\\"72Hcw\\\",\\\"ColorField.stories.8af8124a.js\\\",\\\"7Rtbh\\\",\\\"ColorField.stories.f60319a4.css\\\",\\\"j3ok3\\\",\\\"ColorSlider.stories.7c31f771.js\\\",\\\"e2qKw\\\",\\\"ColorSlider.stories.e2968a3c.css\\\",\\\"8UxID\\\",\\\"ColorSwatch.stories.3b635d5e.js\\\",\\\"lrusZ\\\",\\\"ColorSwatch.stories.3f073fa0.css\\\",\\\"lpGxE\\\",\\\"ColorSwatchPicker.stories.88949502.js\\\",\\\"3Tuiw\\\",\\\"ColorSwatchPicker.stories.eac0eabc.css\\\",\\\"9XDXO\\\",\\\"ColorWheel.stories.d069e6cd.js\\\",\\\"8ykkE\\\",\\\"ColorWheel.stories.2b76c405.css\\\",\\\"4bSgd\\\",\\\"ComboBox.stories.fad1a6b1.js\\\",\\\"iWgsb\\\",\\\"ComboBox.stories.e9ea096d.css\\\",\\\"k6594\\\",\\\"ContextualHelp.stories.c7c0b554.js\\\",\\\"h1J62\\\",\\\"ContextualHelp.stories.710081ac.css\\\",\\\"h6X21\\\",\\\"Dialog.stories.1b263952.js\\\",\\\"lMG0t\\\",\\\"Dialog.stories.a3708a90.css\\\",\\\"37jNU\\\",\\\"Disclosure.stories.1e3abc84.js\\\",\\\"1kpoG\\\",\\\"Disclosure.stories.f3e92063.css\\\",\\\"56zw1\\\",\\\"Divider.stories.f799f9f6.js\\\",\\\"26Bk4\\\",\\\"Divider.stories.ee46646d.css\\\",\\\"9A1aF\\\",\\\"DropZone.stories.55f393d7.js\\\",\\\"eQHhm\\\",\\\"DropZone.stories.b55d044e.css\\\",\\\"j2Ar3\\\",\\\"Form.stories.58a6c1b2.js\\\",\\\"p5tXq\\\",\\\"Form.stories.56cf60f7.css\\\",\\\"j2ijW\\\",\\\"Icon.stories.c28ce9dc.js\\\",\\\"i5TQ8\\\",\\\"Icon.stories.42652b26.css\\\",\\\"1WuMJ\\\",\\\"IllustratedMessage.stories.2259cf6a.js\\\",\\\"hbe7K\\\",\\\"IllustratedMessage.stories.521b0525.css\\\",\\\"chmgg\\\",\\\"InlineAlert.stories.0ef27772.js\\\",\\\"4yZgJ\\\",\\\"InlineAlert.stories.71e0f7c6.css\\\",\\\"eObou\\\",\\\"Link.stories.52fc3cbd.js\\\",\\\"2dA2w\\\",\\\"Link.stories.155bda56.css\\\",\\\"joZK3\\\",\\\"LinkButton.stories.41c8efae.js\\\",\\\"bWX6I\\\",\\\"LinkButton.stories.a777b6c5.css\\\",\\\"tSj0N\\\",\\\"Menu.stories.f3868c9e.js\\\",\\\"2boat\\\",\\\"normal.ded32008.png\\\",\\\"bnErc\\\",\\\"multiply.9c18c7f4.png\\\",\\\"MQOYM\\\",\\\"screen.88c89678.png\\\",\\\"8SY9k\\\",\\\"Menu.stories.92aaf18e.css\\\",\\\"6PPlm\\\",\\\"Meter.stories.1ed85861.js\\\",\\\"gnmv8\\\",\\\"Meter.stories.77525771.css\\\",\\\"clY3u\\\",\\\"NumberField.stories.59bf8a9c.js\\\",\\\"24TbY\\\",\\\"NumberField.stories.d954c957.css\\\",\\\"ibAk1\\\",\\\"Picker.stories.ebe924d3.js\\\",\\\"1itko\\\",\\\"Picker.stories.921ac4ac.css\\\",\\\"hTGe9\\\",\\\"ProgressBar.stories.33c292a8.js\\\",\\\"5gfQ7\\\",\\\"ProgressBar.stories.575cb4c0.css\\\",\\\"A0GRV\\\",\\\"ProgressCircle.stories.b1b5eb37.js\\\",\\\"cM979\\\",\\\"ProgressCircle.stories.6b18c106.css\\\",\\\"aNtYf\\\",\\\"RadioGroup.stories.73170651.js\\\",\\\"boNdL\\\",\\\"RadioGroup.stories.53ffa13c.css\\\",\\\"5eRGN\\\",\\\"RangeSlider.stories.52cd0ea5.js\\\",\\\"GKNcO\\\",\\\"RangeSlider.stories.56a7d5a6.css\\\",\\\"cnPtk\\\",\\\"SearchField.stories.92412d8a.js\\\",\\\"0ZGyO\\\",\\\"SearchField.stories.94efab47.css\\\",\\\"c707X\\\",\\\"SegmentedControl.stories.86c727cc.js\\\",\\\"8uPoV\\\",\\\"SegmentedControl.stories.f410cd84.css\\\",\\\"6y8Cw\\\",\\\"Slider.stories.f491d2d4.js\\\",\\\"7bnBo\\\",\\\"Slider.stories.adcbec85.css\\\",\\\"8LfrV\\\",\\\"StatusLight.stories.ffef8290.js\\\",\\\"e2EKf\\\",\\\"StatusLight.stories.1ae678a4.css\\\",\\\"4erNq\\\",\\\"StyleMacro.stories.240757df.js\\\",\\\"9BNUx\\\",\\\"StyleMacro.stories.0ce590b0.css\\\",\\\"aXgH1\\\",\\\"Switch.stories.513fb954.js\\\",\\\"erKVC\\\",\\\"Switch.stories.fd21e07b.css\\\",\\\"PxD2N\\\",\\\"TableView.stories.3ed621fa.js\\\",\\\"88Hjn\\\",\\\"TableView.stories.a79a52b7.css\\\",\\\"6POte\\\",\\\"Tabs.stories.a9faa60e.js\\\",\\\"40hqp\\\",\\\"Tabs.stories.66080800.css\\\",\\\"509I6\\\",\\\"TagGroup.stories.77735e36.js\\\",\\\"8zXFL\\\",\\\"TagGroup.stories.e4f2a5d8.css\\\",\\\"l1wDQ\\\",\\\"TextField.stories.a9e9271a.js\\\",\\\"a6Rzq\\\",\\\"TextField.stories.2851bc8f.css\\\",\\\"byK8Q\\\",\\\"ToggleButton.stories.e2a11ece.js\\\",\\\"7U0E0\\\",\\\"ToggleButton.stories.303fb915.css\\\",\\\"cxqwz\\\",\\\"Tooltip.stories.3c1fb48b.js\\\",\\\"dTStd\\\",\\\"Tooltip.stories.a47c2e33.css\\\",\\\"F3Kdz\\\",\\\"entry-preview.783ba91c.js\\\",\\\"kCkZf\\\",\\\"entry-preview-docs.9cc302fb.js\\\",\\\"l64qY\\\",\\\"entry-preview-docs.19197815.js\\\",\\\"ceB8U\\\",\\\"preview.47e6327b.js\\\",\\\"e8yCc\\\",\\\"preview.7237f276.js\\\",\\\"7WRLZ\\\",\\\"react.4f9ac7a5.js\\\",\\\"c3lp8\\\",\\\"preview.8019d6f1.js\\\",\\\"hLsHi\\\",\\\"Color-6VNJS4EI.083d4e53.js\\\",\\\"8bFPi\\\",\\\"syntaxhighlighter-B5GMVT5T.bd8dc974.js\\\",\\\"2RyCw\\\",\\\"formatter-SWP5E3XI.fcda4571.js\\\",\\\"3O9pv\\\",\\\"WithTooltip-V3YHNWJZ.6efcdb40.js\\\",\\\"lMu8Q\\\",\\\"preview.e93c0587.js\\\",\\\"kAz5G\\\",\\\"preview.cb188e8b.js\\\",\\\"8OwDu\\\",\\\"preview.ec540aee.js\\\",\\\"3RbNK\\\",\\\"preview.b214cae1.js\\\",\\\"lt1Ds\\\",\\\"preview.313fffd9.js\\\",\\\"k2z75\\\",\\\"preview.257420c0.js\\\",\\\"aK5za\\\",\\\"preview.d0816ffe.js\\\",\\\"b40U6\\\",\\\"axe.9fe64ccd.js\\\",\\\"kd4Us\\\",\\\"preview.dcfdb747.js\\\",\\\"fb8fh\\\",\\\"logo.5ec3ca99.svg\\\",\\\"8YrLg\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"2yseZ\\\",\\\"preview.89c73269.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.707dcea1.js.map"}