{"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,mBAA6B,QAAQ,CAAC,EAAQ,oBAAwB,YAAY,CAAC,SAAS,KAAK,KAAK,CAAC,uhR,E,C,kB,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-b80bb99b93279d16.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})({\"b6Yx3\":[function(require,module,exports) {\nrequire(\"35191640b0143a6\").register(require(\"48276e416610a516\").getBundleURL('6uJ7P'), JSON.parse(\"[\\\"6uJ7P\\\",\\\"iframe.094b0813.js\\\",\\\"1YBMj\\\",\\\"Illustrations.e4edf571.js\\\",\\\"cBJY0\\\",\\\"Illustrations.009bc9e9.js\\\",\\\"d1J5g\\\",\\\"Illustrations.6acc5077.js\\\",\\\"a7QWM\\\",\\\"Illustrations.3bb693d8.css\\\",\\\"3i4JU\\\",\\\"Illustrations.2e9f237b.js\\\",\\\"a6XOm\\\",\\\"Illustrations.aa568603.js\\\",\\\"2ICx2\\\",\\\"Illustrations.8c4271bf.js\\\",\\\"aEymI\\\",\\\"Illustrations.edde0b07.js\\\",\\\"fuxXS\\\",\\\"Illustrations.1f1c181d.css\\\",\\\"hraGQ\\\",\\\"Illustrations.5fa5f6cb.js\\\",\\\"78k7H\\\",\\\"Illustrations.8ab674e7.css\\\",\\\"5v05U\\\",\\\"Illustrations.4f32cfe8.js\\\",\\\"fVJ4m\\\",\\\"Illustrations.5e7edf1f.css\\\",\\\"chz25\\\",\\\"Intro.9e0146f3.js\\\",\\\"8JUd0\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"eZEeL\\\",\\\"Intro.1649adaa.css\\\",\\\"c4YKm\\\",\\\"Migrating.20ab28db.js\\\",\\\"cUJZ3\\\",\\\"Migrating.f3e51231.css\\\",\\\"bD6NY\\\",\\\"Release Notes.abc0baa7.js\\\",\\\"amvnS\\\",\\\"Release Notes.0ecdf0b1.css\\\",\\\"al1y7\\\",\\\"Style Macro.dcc954f8.js\\\",\\\"ePigJ\\\",\\\"Style Macro.02f19b3b.css\\\",\\\"c1MOg\\\",\\\"Workflow Icons.9af74239.js\\\",\\\"1oiKK\\\",\\\"Workflow Icons.901c2867.css\\\",\\\"kUGdg\\\",\\\"Accordion.stories.50430547.js\\\",\\\"2BZ1a\\\",\\\"Accordion.stories.41669047.css\\\",\\\"d9oqE\\\",\\\"ActionButton.stories.e8d47677.js\\\",\\\"kSlod\\\",\\\"ActionButton.stories.82c3cf35.css\\\",\\\"4dtql\\\",\\\"ActionMenu.stories.f50ab718.js\\\",\\\"dKYn3\\\",\\\"ActionMenu.stories.2a6cfdec.css\\\",\\\"3Pyyb\\\",\\\"AlertDialog.stories.ce1499d9.js\\\",\\\"iJwCK\\\",\\\"AlertDialog.stories.a477170e.css\\\",\\\"bJ9HP\\\",\\\"Avatar.stories.b5f17bff.js\\\",\\\"dVVlf\\\",\\\"Avatar.stories.966b19fe.css\\\",\\\"bLLJB\\\",\\\"AvatarGroup.stories.84598801.js\\\",\\\"iozg8\\\",\\\"AvatarGroup.stories.e6da4c34.css\\\",\\\"20Fu8\\\",\\\"Badge.stories.04264f65.js\\\",\\\"dBA1W\\\",\\\"Badge.stories.7ce36156.css\\\",\\\"ceKsQ\\\",\\\"Breadcrumbs.stories.8911d67f.js\\\",\\\"bHYQm\\\",\\\"Breadcrumbs.stories.16ce4cde.css\\\",\\\"1hlxH\\\",\\\"Button.stories.708f7c8e.js\\\",\\\"dprlV\\\",\\\"Button.stories.8ee7a5f8.css\\\",\\\"hJWjO\\\",\\\"ButtonGroup.stories.657a48a6.js\\\",\\\"84u28\\\",\\\"ButtonGroup.stories.6ad101fa.css\\\",\\\"ciIX8\\\",\\\"Card.stories.9a03ed4a.js\\\",\\\"c9VQw\\\",\\\"preview.fa2965aa.png\\\",\\\"jwM8k\\\",\\\"placeholder.f0db36ef.png\\\",\\\"h9Jbt\\\",\\\"Card.stories.6ec0517c.css\\\",\\\"10Wup\\\",\\\"CardView.stories.ad3b8587.js\\\",\\\"aWhLq\\\",\\\"CardView.stories.bc577a00.css\\\",\\\"5iWca\\\",\\\"Checkbox.stories.8e79b120.js\\\",\\\"kqOBo\\\",\\\"Checkbox.stories.8b8c0f92.css\\\",\\\"9Gfkc\\\",\\\"CheckboxGroup.stories.eb17ed6d.js\\\",\\\"fvU9i\\\",\\\"CheckboxGroup.stories.27cc19f9.css\\\",\\\"brti4\\\",\\\"ColorArea.stories.6a3ebe2e.js\\\",\\\"aBihQ\\\",\\\"ColorArea.stories.56064d6f.css\\\",\\\"8CRRV\\\",\\\"ColorField.stories.0de2c477.js\\\",\\\"31jlk\\\",\\\"ColorField.stories.483bd567.css\\\",\\\"6I9OK\\\",\\\"ColorSlider.stories.f5fe64f7.js\\\",\\\"8Upwu\\\",\\\"ColorSlider.stories.7e43f5b6.css\\\",\\\"ecsTD\\\",\\\"ColorSwatch.stories.300eea1b.js\\\",\\\"coL7T\\\",\\\"ColorSwatch.stories.56abc853.css\\\",\\\"cQjRR\\\",\\\"ColorSwatchPicker.stories.52874690.js\\\",\\\"e4ZGl\\\",\\\"ColorSwatchPicker.stories.b7dc6a50.css\\\",\\\"c5V2i\\\",\\\"ColorWheel.stories.0ff2d01b.js\\\",\\\"jVMSi\\\",\\\"ColorWheel.stories.20ba3fe8.css\\\",\\\"7PVlf\\\",\\\"ComboBox.stories.494c97e8.js\\\",\\\"1AL63\\\",\\\"ComboBox.stories.9f31eb5b.css\\\",\\\"iT1SQ\\\",\\\"ContextualHelp.stories.76e71303.js\\\",\\\"jL6Yx\\\",\\\"ContextualHelp.stories.bc9eb34c.css\\\",\\\"3slrO\\\",\\\"Dialog.stories.b8a89927.js\\\",\\\"5Nj2h\\\",\\\"Dialog.stories.075ee943.css\\\",\\\"2yOei\\\",\\\"Disclosure.stories.5d766c62.js\\\",\\\"bxTQt\\\",\\\"Disclosure.stories.108724b5.css\\\",\\\"lMVz6\\\",\\\"Divider.stories.e4d1794a.js\\\",\\\"a7lOV\\\",\\\"Divider.stories.82f30ce0.css\\\",\\\"egU6h\\\",\\\"DropZone.stories.6d7e24c1.js\\\",\\\"hI2l0\\\",\\\"DropZone.stories.cb5e55a1.css\\\",\\\"cbdxg\\\",\\\"Form.stories.547f3b72.js\\\",\\\"b6XCU\\\",\\\"Form.stories.d511dc8f.css\\\",\\\"ely9d\\\",\\\"Icon.stories.de61b463.js\\\",\\\"9O20R\\\",\\\"Icon.stories.415da8cb.css\\\",\\\"50SqZ\\\",\\\"IllustratedMessage.stories.32095538.js\\\",\\\"5btyI\\\",\\\"IllustratedMessage.stories.74828d85.css\\\",\\\"69CuW\\\",\\\"InlineAlert.stories.40fa2bf0.js\\\",\\\"9W8wu\\\",\\\"InlineAlert.stories.190e5d6e.css\\\",\\\"kGT1d\\\",\\\"Link.stories.a70816b4.js\\\",\\\"3JKcV\\\",\\\"Link.stories.abf8f4b8.css\\\",\\\"5yE5Z\\\",\\\"LinkButton.stories.a7356a84.js\\\",\\\"fxDLh\\\",\\\"LinkButton.stories.94a09d87.css\\\",\\\"aibuP\\\",\\\"Menu.stories.11998ca7.js\\\",\\\"ls1jb\\\",\\\"normal.ded32008.png\\\",\\\"f6OLL\\\",\\\"multiply.9c18c7f4.png\\\",\\\"8jEt9\\\",\\\"screen.88c89678.png\\\",\\\"eEDLZ\\\",\\\"Menu.stories.e72f8b2a.css\\\",\\\"02Cn8\\\",\\\"Meter.stories.98960597.js\\\",\\\"4V4PR\\\",\\\"Meter.stories.e06a75ff.css\\\",\\\"kfOBp\\\",\\\"NumberField.stories.fd355793.js\\\",\\\"hSj2H\\\",\\\"NumberField.stories.8ae167f0.css\\\",\\\"cgAVX\\\",\\\"Picker.stories.5ffa93ee.js\\\",\\\"kHmNx\\\",\\\"Picker.stories.acc9bd77.css\\\",\\\"cMHJH\\\",\\\"ProgressBar.stories.41d70041.js\\\",\\\"2UR6T\\\",\\\"ProgressBar.stories.6cb30d71.css\\\",\\\"hTYTE\\\",\\\"ProgressCircle.stories.5a1e9c4d.js\\\",\\\"46A0n\\\",\\\"ProgressCircle.stories.0842318a.css\\\",\\\"kX93b\\\",\\\"RadioGroup.stories.3405881d.js\\\",\\\"2mALx\\\",\\\"RadioGroup.stories.5537aaac.css\\\",\\\"2Allf\\\",\\\"RangeSlider.stories.588633e6.js\\\",\\\"5VXUy\\\",\\\"RangeSlider.stories.50133eb8.css\\\",\\\"88exT\\\",\\\"SearchField.stories.e12bb2a8.js\\\",\\\"dnx3y\\\",\\\"SearchField.stories.66fdeeb6.css\\\",\\\"1SXED\\\",\\\"SegmentedControl.stories.561b735d.js\\\",\\\"5b2EK\\\",\\\"SegmentedControl.stories.87b8d699.css\\\",\\\"3GxNr\\\",\\\"Slider.stories.2071fe47.js\\\",\\\"ewAAB\\\",\\\"Slider.stories.d266fffa.css\\\",\\\"7gY64\\\",\\\"StatusLight.stories.0004acc1.js\\\",\\\"4EkMq\\\",\\\"StatusLight.stories.763fdd48.css\\\",\\\"k2bRU\\\",\\\"StyleMacro.stories.d14b073e.js\\\",\\\"iN87G\\\",\\\"StyleMacro.stories.ea995e0f.css\\\",\\\"kAhSm\\\",\\\"Switch.stories.38f5c4a1.js\\\",\\\"6QIM9\\\",\\\"Switch.stories.7b4b0458.css\\\",\\\"82ZlY\\\",\\\"TableView.stories.ac8ce306.js\\\",\\\"j7tFh\\\",\\\"TableView.stories.83cc05e8.css\\\",\\\"bIc80\\\",\\\"Tabs.stories.3aef512b.js\\\",\\\"7y3br\\\",\\\"Tabs.stories.b37e7f62.css\\\",\\\"lOm5w\\\",\\\"TagGroup.stories.a6480202.js\\\",\\\"j8Htb\\\",\\\"TagGroup.stories.dff19a22.css\\\",\\\"2QpQy\\\",\\\"TextField.stories.13705223.js\\\",\\\"j4rit\\\",\\\"TextField.stories.a5e7ae37.css\\\",\\\"6juRx\\\",\\\"ToggleButton.stories.5f3519d2.js\\\",\\\"E3YYd\\\",\\\"ToggleButton.stories.97307618.css\\\",\\\"5qpPB\\\",\\\"Tooltip.stories.f8db626e.js\\\",\\\"cJdoL\\\",\\\"Tooltip.stories.651e91bf.css\\\",\\\"igcDa\\\",\\\"entry-preview.173997d8.js\\\",\\\"iPcDI\\\",\\\"entry-preview-docs.3c6b6684.js\\\",\\\"junJ2\\\",\\\"entry-preview-docs.ed32819c.js\\\",\\\"38uXN\\\",\\\"preview.130e9cf4.js\\\",\\\"bQOJB\\\",\\\"preview.22ed5f1f.js\\\",\\\"hAtWm\\\",\\\"react.a2997b79.js\\\",\\\"2zZ2k\\\",\\\"preview.57b77060.js\\\",\\\"gbIjN\\\",\\\"Color-6VNJS4EI.b0c8c6f6.js\\\",\\\"bPgBj\\\",\\\"syntaxhighlighter-B5GMVT5T.0b1c94c0.js\\\",\\\"bGYwe\\\",\\\"formatter-SWP5E3XI.97116846.js\\\",\\\"dan9m\\\",\\\"WithTooltip-V3YHNWJZ.d8e7552e.js\\\",\\\"9gEhw\\\",\\\"preview.098386ba.js\\\",\\\"79GQ8\\\",\\\"preview.3ac71c34.js\\\",\\\"fq9BF\\\",\\\"preview.bb2082c5.js\\\",\\\"9Dqno\\\",\\\"preview.778f979f.js\\\",\\\"fmNIk\\\",\\\"preview.e6e5ca9a.js\\\",\\\"fMUHq\\\",\\\"preview.7a2deedc.js\\\",\\\"5Jbqp\\\",\\\"preview.c0df9959.js\\\",\\\"gMiti\\\",\\\"axe.7ce7322c.js\\\",\\\"5D4dW\\\",\\\"preview.611c1c30.js\\\",\\\"f0Czd\\\",\\\"logo.5ec3ca99.svg\\\",\\\"2mfv9\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"9IZyr\\\",\\\"preview.2aa4b4c1.css\\\"]\"));\n\n},{\"35191640b0143a6\":\"kK08P\",\"48276e416610a516\":\"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},{}]},[\"b6Yx3\"], null, \"parcelRequire94c2\")\n\n//# sourceMappingURL=iframe.runtime.782e1c8f.js.map\n","require('./helpers/bundle-manifest').register(require('./helpers/bundle-url').getBundleURL('6uJ7P'),JSON.parse(\"[\\\"6uJ7P\\\",\\\"iframe.094b0813.js\\\",\\\"1YBMj\\\",\\\"Illustrations.e4edf571.js\\\",\\\"cBJY0\\\",\\\"Illustrations.009bc9e9.js\\\",\\\"d1J5g\\\",\\\"Illustrations.6acc5077.js\\\",\\\"a7QWM\\\",\\\"Illustrations.3bb693d8.css\\\",\\\"3i4JU\\\",\\\"Illustrations.2e9f237b.js\\\",\\\"a6XOm\\\",\\\"Illustrations.aa568603.js\\\",\\\"2ICx2\\\",\\\"Illustrations.8c4271bf.js\\\",\\\"aEymI\\\",\\\"Illustrations.edde0b07.js\\\",\\\"fuxXS\\\",\\\"Illustrations.1f1c181d.css\\\",\\\"hraGQ\\\",\\\"Illustrations.5fa5f6cb.js\\\",\\\"78k7H\\\",\\\"Illustrations.8ab674e7.css\\\",\\\"5v05U\\\",\\\"Illustrations.4f32cfe8.js\\\",\\\"fVJ4m\\\",\\\"Illustrations.5e7edf1f.css\\\",\\\"chz25\\\",\\\"Intro.9e0146f3.js\\\",\\\"8JUd0\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"eZEeL\\\",\\\"Intro.1649adaa.css\\\",\\\"c4YKm\\\",\\\"Migrating.20ab28db.js\\\",\\\"cUJZ3\\\",\\\"Migrating.f3e51231.css\\\",\\\"bD6NY\\\",\\\"Release Notes.abc0baa7.js\\\",\\\"amvnS\\\",\\\"Release Notes.0ecdf0b1.css\\\",\\\"al1y7\\\",\\\"Style Macro.dcc954f8.js\\\",\\\"ePigJ\\\",\\\"Style Macro.02f19b3b.css\\\",\\\"c1MOg\\\",\\\"Workflow Icons.9af74239.js\\\",\\\"1oiKK\\\",\\\"Workflow Icons.901c2867.css\\\",\\\"kUGdg\\\",\\\"Accordion.stories.50430547.js\\\",\\\"2BZ1a\\\",\\\"Accordion.stories.41669047.css\\\",\\\"d9oqE\\\",\\\"ActionButton.stories.e8d47677.js\\\",\\\"kSlod\\\",\\\"ActionButton.stories.82c3cf35.css\\\",\\\"4dtql\\\",\\\"ActionMenu.stories.f50ab718.js\\\",\\\"dKYn3\\\",\\\"ActionMenu.stories.2a6cfdec.css\\\",\\\"3Pyyb\\\",\\\"AlertDialog.stories.ce1499d9.js\\\",\\\"iJwCK\\\",\\\"AlertDialog.stories.a477170e.css\\\",\\\"bJ9HP\\\",\\\"Avatar.stories.b5f17bff.js\\\",\\\"dVVlf\\\",\\\"Avatar.stories.966b19fe.css\\\",\\\"bLLJB\\\",\\\"AvatarGroup.stories.84598801.js\\\",\\\"iozg8\\\",\\\"AvatarGroup.stories.e6da4c34.css\\\",\\\"20Fu8\\\",\\\"Badge.stories.04264f65.js\\\",\\\"dBA1W\\\",\\\"Badge.stories.7ce36156.css\\\",\\\"ceKsQ\\\",\\\"Breadcrumbs.stories.8911d67f.js\\\",\\\"bHYQm\\\",\\\"Breadcrumbs.stories.16ce4cde.css\\\",\\\"1hlxH\\\",\\\"Button.stories.708f7c8e.js\\\",\\\"dprlV\\\",\\\"Button.stories.8ee7a5f8.css\\\",\\\"hJWjO\\\",\\\"ButtonGroup.stories.657a48a6.js\\\",\\\"84u28\\\",\\\"ButtonGroup.stories.6ad101fa.css\\\",\\\"ciIX8\\\",\\\"Card.stories.9a03ed4a.js\\\",\\\"c9VQw\\\",\\\"preview.fa2965aa.png\\\",\\\"jwM8k\\\",\\\"placeholder.f0db36ef.png\\\",\\\"h9Jbt\\\",\\\"Card.stories.6ec0517c.css\\\",\\\"10Wup\\\",\\\"CardView.stories.ad3b8587.js\\\",\\\"aWhLq\\\",\\\"CardView.stories.bc577a00.css\\\",\\\"5iWca\\\",\\\"Checkbox.stories.8e79b120.js\\\",\\\"kqOBo\\\",\\\"Checkbox.stories.8b8c0f92.css\\\",\\\"9Gfkc\\\",\\\"CheckboxGroup.stories.eb17ed6d.js\\\",\\\"fvU9i\\\",\\\"CheckboxGroup.stories.27cc19f9.css\\\",\\\"brti4\\\",\\\"ColorArea.stories.6a3ebe2e.js\\\",\\\"aBihQ\\\",\\\"ColorArea.stories.56064d6f.css\\\",\\\"8CRRV\\\",\\\"ColorField.stories.0de2c477.js\\\",\\\"31jlk\\\",\\\"ColorField.stories.483bd567.css\\\",\\\"6I9OK\\\",\\\"ColorSlider.stories.f5fe64f7.js\\\",\\\"8Upwu\\\",\\\"ColorSlider.stories.7e43f5b6.css\\\",\\\"ecsTD\\\",\\\"ColorSwatch.stories.300eea1b.js\\\",\\\"coL7T\\\",\\\"ColorSwatch.stories.56abc853.css\\\",\\\"cQjRR\\\",\\\"ColorSwatchPicker.stories.52874690.js\\\",\\\"e4ZGl\\\",\\\"ColorSwatchPicker.stories.b7dc6a50.css\\\",\\\"c5V2i\\\",\\\"ColorWheel.stories.0ff2d01b.js\\\",\\\"jVMSi\\\",\\\"ColorWheel.stories.20ba3fe8.css\\\",\\\"7PVlf\\\",\\\"ComboBox.stories.494c97e8.js\\\",\\\"1AL63\\\",\\\"ComboBox.stories.9f31eb5b.css\\\",\\\"iT1SQ\\\",\\\"ContextualHelp.stories.76e71303.js\\\",\\\"jL6Yx\\\",\\\"ContextualHelp.stories.bc9eb34c.css\\\",\\\"3slrO\\\",\\\"Dialog.stories.b8a89927.js\\\",\\\"5Nj2h\\\",\\\"Dialog.stories.075ee943.css\\\",\\\"2yOei\\\",\\\"Disclosure.stories.5d766c62.js\\\",\\\"bxTQt\\\",\\\"Disclosure.stories.108724b5.css\\\",\\\"lMVz6\\\",\\\"Divider.stories.e4d1794a.js\\\",\\\"a7lOV\\\",\\\"Divider.stories.82f30ce0.css\\\",\\\"egU6h\\\",\\\"DropZone.stories.6d7e24c1.js\\\",\\\"hI2l0\\\",\\\"DropZone.stories.cb5e55a1.css\\\",\\\"cbdxg\\\",\\\"Form.stories.547f3b72.js\\\",\\\"b6XCU\\\",\\\"Form.stories.d511dc8f.css\\\",\\\"ely9d\\\",\\\"Icon.stories.de61b463.js\\\",\\\"9O20R\\\",\\\"Icon.stories.415da8cb.css\\\",\\\"50SqZ\\\",\\\"IllustratedMessage.stories.32095538.js\\\",\\\"5btyI\\\",\\\"IllustratedMessage.stories.74828d85.css\\\",\\\"69CuW\\\",\\\"InlineAlert.stories.40fa2bf0.js\\\",\\\"9W8wu\\\",\\\"InlineAlert.stories.190e5d6e.css\\\",\\\"kGT1d\\\",\\\"Link.stories.a70816b4.js\\\",\\\"3JKcV\\\",\\\"Link.stories.abf8f4b8.css\\\",\\\"5yE5Z\\\",\\\"LinkButton.stories.a7356a84.js\\\",\\\"fxDLh\\\",\\\"LinkButton.stories.94a09d87.css\\\",\\\"aibuP\\\",\\\"Menu.stories.11998ca7.js\\\",\\\"ls1jb\\\",\\\"normal.ded32008.png\\\",\\\"f6OLL\\\",\\\"multiply.9c18c7f4.png\\\",\\\"8jEt9\\\",\\\"screen.88c89678.png\\\",\\\"eEDLZ\\\",\\\"Menu.stories.e72f8b2a.css\\\",\\\"02Cn8\\\",\\\"Meter.stories.98960597.js\\\",\\\"4V4PR\\\",\\\"Meter.stories.e06a75ff.css\\\",\\\"kfOBp\\\",\\\"NumberField.stories.fd355793.js\\\",\\\"hSj2H\\\",\\\"NumberField.stories.8ae167f0.css\\\",\\\"cgAVX\\\",\\\"Picker.stories.5ffa93ee.js\\\",\\\"kHmNx\\\",\\\"Picker.stories.acc9bd77.css\\\",\\\"cMHJH\\\",\\\"ProgressBar.stories.41d70041.js\\\",\\\"2UR6T\\\",\\\"ProgressBar.stories.6cb30d71.css\\\",\\\"hTYTE\\\",\\\"ProgressCircle.stories.5a1e9c4d.js\\\",\\\"46A0n\\\",\\\"ProgressCircle.stories.0842318a.css\\\",\\\"kX93b\\\",\\\"RadioGroup.stories.3405881d.js\\\",\\\"2mALx\\\",\\\"RadioGroup.stories.5537aaac.css\\\",\\\"2Allf\\\",\\\"RangeSlider.stories.588633e6.js\\\",\\\"5VXUy\\\",\\\"RangeSlider.stories.50133eb8.css\\\",\\\"88exT\\\",\\\"SearchField.stories.e12bb2a8.js\\\",\\\"dnx3y\\\",\\\"SearchField.stories.66fdeeb6.css\\\",\\\"1SXED\\\",\\\"SegmentedControl.stories.561b735d.js\\\",\\\"5b2EK\\\",\\\"SegmentedControl.stories.87b8d699.css\\\",\\\"3GxNr\\\",\\\"Slider.stories.2071fe47.js\\\",\\\"ewAAB\\\",\\\"Slider.stories.d266fffa.css\\\",\\\"7gY64\\\",\\\"StatusLight.stories.0004acc1.js\\\",\\\"4EkMq\\\",\\\"StatusLight.stories.763fdd48.css\\\",\\\"k2bRU\\\",\\\"StyleMacro.stories.d14b073e.js\\\",\\\"iN87G\\\",\\\"StyleMacro.stories.ea995e0f.css\\\",\\\"kAhSm\\\",\\\"Switch.stories.38f5c4a1.js\\\",\\\"6QIM9\\\",\\\"Switch.stories.7b4b0458.css\\\",\\\"82ZlY\\\",\\\"TableView.stories.ac8ce306.js\\\",\\\"j7tFh\\\",\\\"TableView.stories.83cc05e8.css\\\",\\\"bIc80\\\",\\\"Tabs.stories.3aef512b.js\\\",\\\"7y3br\\\",\\\"Tabs.stories.b37e7f62.css\\\",\\\"lOm5w\\\",\\\"TagGroup.stories.a6480202.js\\\",\\\"j8Htb\\\",\\\"TagGroup.stories.dff19a22.css\\\",\\\"2QpQy\\\",\\\"TextField.stories.13705223.js\\\",\\\"j4rit\\\",\\\"TextField.stories.a5e7ae37.css\\\",\\\"6juRx\\\",\\\"ToggleButton.stories.5f3519d2.js\\\",\\\"E3YYd\\\",\\\"ToggleButton.stories.97307618.css\\\",\\\"5qpPB\\\",\\\"Tooltip.stories.f8db626e.js\\\",\\\"cJdoL\\\",\\\"Tooltip.stories.651e91bf.css\\\",\\\"igcDa\\\",\\\"entry-preview.173997d8.js\\\",\\\"iPcDI\\\",\\\"entry-preview-docs.3c6b6684.js\\\",\\\"junJ2\\\",\\\"entry-preview-docs.ed32819c.js\\\",\\\"38uXN\\\",\\\"preview.130e9cf4.js\\\",\\\"bQOJB\\\",\\\"preview.22ed5f1f.js\\\",\\\"hAtWm\\\",\\\"react.a2997b79.js\\\",\\\"2zZ2k\\\",\\\"preview.57b77060.js\\\",\\\"gbIjN\\\",\\\"Color-6VNJS4EI.b0c8c6f6.js\\\",\\\"bPgBj\\\",\\\"syntaxhighlighter-B5GMVT5T.0b1c94c0.js\\\",\\\"bGYwe\\\",\\\"formatter-SWP5E3XI.97116846.js\\\",\\\"dan9m\\\",\\\"WithTooltip-V3YHNWJZ.d8e7552e.js\\\",\\\"9gEhw\\\",\\\"preview.098386ba.js\\\",\\\"79GQ8\\\",\\\"preview.3ac71c34.js\\\",\\\"fq9BF\\\",\\\"preview.bb2082c5.js\\\",\\\"9Dqno\\\",\\\"preview.778f979f.js\\\",\\\"fmNIk\\\",\\\"preview.e6e5ca9a.js\\\",\\\"fMUHq\\\",\\\"preview.7a2deedc.js\\\",\\\"5Jbqp\\\",\\\"preview.c0df9959.js\\\",\\\"gMiti\\\",\\\"axe.7ce7322c.js\\\",\\\"5D4dW\\\",\\\"preview.611c1c30.js\\\",\\\"f0Czd\\\",\\\"logo.5ec3ca99.svg\\\",\\\"2mfv9\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"9IZyr\\\",\\\"preview.2aa4b4c1.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.782e1c8f.js.map"}