{"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,uhR,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-8b3c98e09530fe5f.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})({\"hu5ml\":[function(require,module,exports) {\nrequire(\"664b08ed765a315a\").register(require(\"4b03ebcfaefcaf5a\").getBundleURL('akQ5k'), JSON.parse(\"[\\\"akQ5k\\\",\\\"iframe.349f8382.js\\\",\\\"juN4n\\\",\\\"Illustrations.25e79518.js\\\",\\\"5vfVd\\\",\\\"Illustrations.5ad28c36.js\\\",\\\"ivndr\\\",\\\"Illustrations.f53fbeae.js\\\",\\\"1NWkT\\\",\\\"Illustrations.892a2ae3.css\\\",\\\"j64t3\\\",\\\"Illustrations.fda9b2b9.js\\\",\\\"jYV1o\\\",\\\"Illustrations.413d7782.js\\\",\\\"drjMX\\\",\\\"Illustrations.f15a21aa.js\\\",\\\"50pJm\\\",\\\"Illustrations.daf08bce.js\\\",\\\"i1B6i\\\",\\\"Illustrations.c20b74f9.css\\\",\\\"hRu7D\\\",\\\"Illustrations.e261531d.js\\\",\\\"kUdgp\\\",\\\"Illustrations.3883526a.css\\\",\\\"kvqWl\\\",\\\"Illustrations.5c2b4e09.js\\\",\\\"etrGu\\\",\\\"Illustrations.721bb6f7.css\\\",\\\"2whMx\\\",\\\"Intro.b8cec3e3.js\\\",\\\"fJIct\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"7ESCn\\\",\\\"Intro.6cc0f958.css\\\",\\\"jl4Hq\\\",\\\"Migrating.6f95724a.js\\\",\\\"jn0H7\\\",\\\"Migrating.9cde125c.css\\\",\\\"ilPPq\\\",\\\"Release Notes.8ea442ae.js\\\",\\\"kEX3m\\\",\\\"Release Notes.b99865c3.css\\\",\\\"kz60h\\\",\\\"Style Macro.0e69db1f.js\\\",\\\"kD3Pz\\\",\\\"Style Macro.d2b7711f.css\\\",\\\"2Bh4i\\\",\\\"Workflow Icons.f67f1c89.js\\\",\\\"cEqwh\\\",\\\"Workflow Icons.335d4931.css\\\",\\\"a1Tez\\\",\\\"Accordion.stories.25c6b6d6.js\\\",\\\"azNXh\\\",\\\"Accordion.stories.d39ea48a.css\\\",\\\"8Ie9d\\\",\\\"ActionButton.stories.d0976314.js\\\",\\\"iaAcj\\\",\\\"ActionButton.stories.e69aa1c1.css\\\",\\\"fA8VQ\\\",\\\"ActionMenu.stories.2d61d8dd.js\\\",\\\"ly2ck\\\",\\\"ActionMenu.stories.0c597a2b.css\\\",\\\"8wU9z\\\",\\\"AlertDialog.stories.cf598981.js\\\",\\\"cHBeS\\\",\\\"AlertDialog.stories.78a994ec.css\\\",\\\"d9Gix\\\",\\\"Avatar.stories.87c308fb.js\\\",\\\"doKeM\\\",\\\"Avatar.stories.c6cbce46.css\\\",\\\"8U5yY\\\",\\\"AvatarGroup.stories.6ec88476.js\\\",\\\"e9qOZ\\\",\\\"AvatarGroup.stories.bac1c8f6.css\\\",\\\"dsFiq\\\",\\\"Badge.stories.5794e234.js\\\",\\\"jEaBn\\\",\\\"Badge.stories.6bb989a7.css\\\",\\\"awCkj\\\",\\\"Breadcrumbs.stories.79333a31.js\\\",\\\"iYkr1\\\",\\\"Breadcrumbs.stories.9b6441dc.css\\\",\\\"2LOwC\\\",\\\"Button.stories.ce5c5ffc.js\\\",\\\"f0cPe\\\",\\\"Button.stories.89ebe90d.css\\\",\\\"iBu6H\\\",\\\"ButtonGroup.stories.384b4569.js\\\",\\\"3GUWn\\\",\\\"ButtonGroup.stories.a096091d.css\\\",\\\"dC7wL\\\",\\\"Card.stories.d6b47cb1.js\\\",\\\"jFbsX\\\",\\\"preview.fa2965aa.png\\\",\\\"MAw6p\\\",\\\"placeholder.f0db36ef.png\\\",\\\"29WsX\\\",\\\"Card.stories.ac769b45.css\\\",\\\"cAe1G\\\",\\\"CardView.stories.13f72067.js\\\",\\\"44vQS\\\",\\\"CardView.stories.3731897c.css\\\",\\\"5gOEj\\\",\\\"Checkbox.stories.19709340.js\\\",\\\"iKI3Q\\\",\\\"Checkbox.stories.57462e67.css\\\",\\\"4Wl6e\\\",\\\"CheckboxGroup.stories.2718795f.js\\\",\\\"aRTHc\\\",\\\"CheckboxGroup.stories.a169ec76.css\\\",\\\"21L6z\\\",\\\"ColorArea.stories.f96c2261.js\\\",\\\"8xjco\\\",\\\"ColorArea.stories.f0a1f92f.css\\\",\\\"dGOZc\\\",\\\"ColorField.stories.48290b4e.js\\\",\\\"kCG1e\\\",\\\"ColorField.stories.9587f30e.css\\\",\\\"kLzAh\\\",\\\"ColorSlider.stories.f74589eb.js\\\",\\\"6wdNR\\\",\\\"ColorSlider.stories.6a0899cc.css\\\",\\\"i4k4G\\\",\\\"ColorSwatch.stories.3faca2e0.js\\\",\\\"eh7t4\\\",\\\"ColorSwatch.stories.78fa1b2b.css\\\",\\\"9QoDh\\\",\\\"ColorSwatchPicker.stories.77735a88.js\\\",\\\"8DEHh\\\",\\\"ColorSwatchPicker.stories.74386997.css\\\",\\\"4o3Je\\\",\\\"ColorWheel.stories.2cfa7b22.js\\\",\\\"2oe3N\\\",\\\"ColorWheel.stories.a9de4380.css\\\",\\\"fuFsY\\\",\\\"ComboBox.stories.8c227a52.js\\\",\\\"eFH9S\\\",\\\"ComboBox.stories.105e2f29.css\\\",\\\"dEPMA\\\",\\\"ContextualHelp.stories.646a548a.js\\\",\\\"7TCv0\\\",\\\"ContextualHelp.stories.00523ccd.css\\\",\\\"94KOf\\\",\\\"Dialog.stories.6bdc8a42.js\\\",\\\"hD108\\\",\\\"Dialog.stories.ea8aa4d3.css\\\",\\\"jyVgN\\\",\\\"Disclosure.stories.e8d103f4.js\\\",\\\"KYNJ5\\\",\\\"Disclosure.stories.e72f1d9d.css\\\",\\\"fZKLL\\\",\\\"Divider.stories.d8a4ad4f.js\\\",\\\"bQnvC\\\",\\\"Divider.stories.392e0f15.css\\\",\\\"2RKJu\\\",\\\"DropZone.stories.f8e2bd82.js\\\",\\\"i6vlz\\\",\\\"DropZone.stories.a3bf367f.css\\\",\\\"czcop\\\",\\\"Form.stories.3474e434.js\\\",\\\"3Aybx\\\",\\\"Form.stories.4f40aa39.css\\\",\\\"4p3UH\\\",\\\"Icon.stories.9b992c8f.js\\\",\\\"8UOQZ\\\",\\\"Icon.stories.40da4b7e.css\\\",\\\"3DEIy\\\",\\\"IllustratedMessage.stories.9652d8c3.js\\\",\\\"7aUtP\\\",\\\"IllustratedMessage.stories.71681658.css\\\",\\\"9KmbN\\\",\\\"InlineAlert.stories.b9d21e5b.js\\\",\\\"6WWMu\\\",\\\"InlineAlert.stories.14f1d507.css\\\",\\\"2pgrb\\\",\\\"Link.stories.0d674f2b.js\\\",\\\"jfq4a\\\",\\\"Link.stories.11c48f91.css\\\",\\\"3BAlB\\\",\\\"LinkButton.stories.7693d117.js\\\",\\\"40mg0\\\",\\\"LinkButton.stories.d8cb9490.css\\\",\\\"kQrYK\\\",\\\"Menu.stories.70eaf435.js\\\",\\\"lxQO2\\\",\\\"normal.ded32008.png\\\",\\\"ggXN6\\\",\\\"multiply.9c18c7f4.png\\\",\\\"9XuYT\\\",\\\"screen.88c89678.png\\\",\\\"icMAg\\\",\\\"Menu.stories.efdd9f13.css\\\",\\\"iivMY\\\",\\\"Meter.stories.651bd332.js\\\",\\\"5djmX\\\",\\\"Meter.stories.d5b7ca65.css\\\",\\\"lfQ8X\\\",\\\"NumberField.stories.82de74f4.js\\\",\\\"9NZzk\\\",\\\"NumberField.stories.fb4c9886.css\\\",\\\"4Zkdl\\\",\\\"Picker.stories.7f41c468.js\\\",\\\"jdj6I\\\",\\\"Picker.stories.657ce17b.css\\\",\\\"02N0l\\\",\\\"ProgressBar.stories.dd5d679f.js\\\",\\\"cvf5S\\\",\\\"ProgressBar.stories.118f92e6.css\\\",\\\"cNXiQ\\\",\\\"ProgressCircle.stories.1a77de0e.js\\\",\\\"e5Z7t\\\",\\\"ProgressCircle.stories.fc876103.css\\\",\\\"bmfG1\\\",\\\"RadioGroup.stories.d10f09c5.js\\\",\\\"ddJzK\\\",\\\"RadioGroup.stories.327d3f7b.css\\\",\\\"e7O9P\\\",\\\"RangeSlider.stories.f856e005.js\\\",\\\"kCmd2\\\",\\\"RangeSlider.stories.f037884b.css\\\",\\\"iNJO2\\\",\\\"SearchField.stories.3a5968d8.js\\\",\\\"lgju1\\\",\\\"SearchField.stories.b12bc49f.css\\\",\\\"6tXCb\\\",\\\"SegmentedControl.stories.ce5b5af2.js\\\",\\\"2IOv2\\\",\\\"SegmentedControl.stories.234b6cbc.css\\\",\\\"fwYqp\\\",\\\"Slider.stories.cf068979.js\\\",\\\"fkyBO\\\",\\\"Slider.stories.27845dc3.css\\\",\\\"1RlV5\\\",\\\"StatusLight.stories.0340b6d1.js\\\",\\\"5Kdwr\\\",\\\"StatusLight.stories.d7d8bde4.css\\\",\\\"04G1C\\\",\\\"StyleMacro.stories.aa2fd8f7.js\\\",\\\"53jTv\\\",\\\"StyleMacro.stories.108336a3.css\\\",\\\"gJwTq\\\",\\\"Switch.stories.8f79dcc2.js\\\",\\\"8Owsn\\\",\\\"Switch.stories.d708f35f.css\\\",\\\"ka6Kz\\\",\\\"TableView.stories.f1b7b633.js\\\",\\\"7yJ9W\\\",\\\"TableView.stories.4bcc7352.css\\\",\\\"516PN\\\",\\\"Tabs.stories.dce72e5c.js\\\",\\\"k37kH\\\",\\\"Tabs.stories.e74e720b.css\\\",\\\"cn4pf\\\",\\\"TagGroup.stories.b212b94a.js\\\",\\\"hQaCG\\\",\\\"TagGroup.stories.dec8c30a.css\\\",\\\"6OacQ\\\",\\\"TextField.stories.92bcb57c.js\\\",\\\"1tQrs\\\",\\\"TextField.stories.1a77b038.css\\\",\\\"5LmhH\\\",\\\"ToggleButton.stories.f0576c84.js\\\",\\\"24wr0\\\",\\\"ToggleButton.stories.f21d8b10.css\\\",\\\"cC6t8\\\",\\\"Tooltip.stories.407ae9b8.js\\\",\\\"hJxtL\\\",\\\"Tooltip.stories.6bd0fae3.css\\\",\\\"d4uyE\\\",\\\"entry-preview.618b9c9f.js\\\",\\\"wrEdg\\\",\\\"entry-preview-docs.3829e84e.js\\\",\\\"jcvVn\\\",\\\"entry-preview-docs.06804db4.js\\\",\\\"aK69O\\\",\\\"preview.74478fa2.js\\\",\\\"4wtXj\\\",\\\"preview.5e86da3c.js\\\",\\\"7msij\\\",\\\"react.a78c4bec.js\\\",\\\"bChmc\\\",\\\"preview.01c793b3.js\\\",\\\"li1hM\\\",\\\"Color-6VNJS4EI.f965e5ec.js\\\",\\\"kbfzt\\\",\\\"syntaxhighlighter-B5GMVT5T.d70be4d1.js\\\",\\\"dijPQ\\\",\\\"formatter-SWP5E3XI.bdbfb0cd.js\\\",\\\"ly5i3\\\",\\\"WithTooltip-V3YHNWJZ.5c1e10d7.js\\\",\\\"2y18R\\\",\\\"preview.355b3912.js\\\",\\\"5VQDN\\\",\\\"preview.4ada2238.js\\\",\\\"H4r8Z\\\",\\\"preview.5e42c23d.js\\\",\\\"20VUH\\\",\\\"preview.83bd09d0.js\\\",\\\"56z7B\\\",\\\"preview.09ddbf00.js\\\",\\\"LqtGN\\\",\\\"preview.785471e8.js\\\",\\\"8XpU5\\\",\\\"preview.682cc315.js\\\",\\\"fQ6fV\\\",\\\"axe.ef92a047.js\\\",\\\"79Wa6\\\",\\\"preview.0727f7bf.js\\\",\\\"fs46H\\\",\\\"logo.5ec3ca99.svg\\\",\\\"7ca9Y\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"7TARt\\\",\\\"preview.a0e86d56.css\\\"]\"));\n\n},{\"664b08ed765a315a\":\"kK08P\",\"4b03ebcfaefcaf5a\":\"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},{}]},[\"hu5ml\"], null, \"parcelRequire94c2\")\n\n//# sourceMappingURL=iframe.runtime.f5458517.js.map\n","require('./helpers/bundle-manifest').register(require('./helpers/bundle-url').getBundleURL('akQ5k'),JSON.parse(\"[\\\"akQ5k\\\",\\\"iframe.349f8382.js\\\",\\\"juN4n\\\",\\\"Illustrations.25e79518.js\\\",\\\"5vfVd\\\",\\\"Illustrations.5ad28c36.js\\\",\\\"ivndr\\\",\\\"Illustrations.f53fbeae.js\\\",\\\"1NWkT\\\",\\\"Illustrations.892a2ae3.css\\\",\\\"j64t3\\\",\\\"Illustrations.fda9b2b9.js\\\",\\\"jYV1o\\\",\\\"Illustrations.413d7782.js\\\",\\\"drjMX\\\",\\\"Illustrations.f15a21aa.js\\\",\\\"50pJm\\\",\\\"Illustrations.daf08bce.js\\\",\\\"i1B6i\\\",\\\"Illustrations.c20b74f9.css\\\",\\\"hRu7D\\\",\\\"Illustrations.e261531d.js\\\",\\\"kUdgp\\\",\\\"Illustrations.3883526a.css\\\",\\\"kvqWl\\\",\\\"Illustrations.5c2b4e09.js\\\",\\\"etrGu\\\",\\\"Illustrations.721bb6f7.css\\\",\\\"2whMx\\\",\\\"Intro.b8cec3e3.js\\\",\\\"fJIct\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"7ESCn\\\",\\\"Intro.6cc0f958.css\\\",\\\"jl4Hq\\\",\\\"Migrating.6f95724a.js\\\",\\\"jn0H7\\\",\\\"Migrating.9cde125c.css\\\",\\\"ilPPq\\\",\\\"Release Notes.8ea442ae.js\\\",\\\"kEX3m\\\",\\\"Release Notes.b99865c3.css\\\",\\\"kz60h\\\",\\\"Style Macro.0e69db1f.js\\\",\\\"kD3Pz\\\",\\\"Style Macro.d2b7711f.css\\\",\\\"2Bh4i\\\",\\\"Workflow Icons.f67f1c89.js\\\",\\\"cEqwh\\\",\\\"Workflow Icons.335d4931.css\\\",\\\"a1Tez\\\",\\\"Accordion.stories.25c6b6d6.js\\\",\\\"azNXh\\\",\\\"Accordion.stories.d39ea48a.css\\\",\\\"8Ie9d\\\",\\\"ActionButton.stories.d0976314.js\\\",\\\"iaAcj\\\",\\\"ActionButton.stories.e69aa1c1.css\\\",\\\"fA8VQ\\\",\\\"ActionMenu.stories.2d61d8dd.js\\\",\\\"ly2ck\\\",\\\"ActionMenu.stories.0c597a2b.css\\\",\\\"8wU9z\\\",\\\"AlertDialog.stories.cf598981.js\\\",\\\"cHBeS\\\",\\\"AlertDialog.stories.78a994ec.css\\\",\\\"d9Gix\\\",\\\"Avatar.stories.87c308fb.js\\\",\\\"doKeM\\\",\\\"Avatar.stories.c6cbce46.css\\\",\\\"8U5yY\\\",\\\"AvatarGroup.stories.6ec88476.js\\\",\\\"e9qOZ\\\",\\\"AvatarGroup.stories.bac1c8f6.css\\\",\\\"dsFiq\\\",\\\"Badge.stories.5794e234.js\\\",\\\"jEaBn\\\",\\\"Badge.stories.6bb989a7.css\\\",\\\"awCkj\\\",\\\"Breadcrumbs.stories.79333a31.js\\\",\\\"iYkr1\\\",\\\"Breadcrumbs.stories.9b6441dc.css\\\",\\\"2LOwC\\\",\\\"Button.stories.ce5c5ffc.js\\\",\\\"f0cPe\\\",\\\"Button.stories.89ebe90d.css\\\",\\\"iBu6H\\\",\\\"ButtonGroup.stories.384b4569.js\\\",\\\"3GUWn\\\",\\\"ButtonGroup.stories.a096091d.css\\\",\\\"dC7wL\\\",\\\"Card.stories.d6b47cb1.js\\\",\\\"jFbsX\\\",\\\"preview.fa2965aa.png\\\",\\\"MAw6p\\\",\\\"placeholder.f0db36ef.png\\\",\\\"29WsX\\\",\\\"Card.stories.ac769b45.css\\\",\\\"cAe1G\\\",\\\"CardView.stories.13f72067.js\\\",\\\"44vQS\\\",\\\"CardView.stories.3731897c.css\\\",\\\"5gOEj\\\",\\\"Checkbox.stories.19709340.js\\\",\\\"iKI3Q\\\",\\\"Checkbox.stories.57462e67.css\\\",\\\"4Wl6e\\\",\\\"CheckboxGroup.stories.2718795f.js\\\",\\\"aRTHc\\\",\\\"CheckboxGroup.stories.a169ec76.css\\\",\\\"21L6z\\\",\\\"ColorArea.stories.f96c2261.js\\\",\\\"8xjco\\\",\\\"ColorArea.stories.f0a1f92f.css\\\",\\\"dGOZc\\\",\\\"ColorField.stories.48290b4e.js\\\",\\\"kCG1e\\\",\\\"ColorField.stories.9587f30e.css\\\",\\\"kLzAh\\\",\\\"ColorSlider.stories.f74589eb.js\\\",\\\"6wdNR\\\",\\\"ColorSlider.stories.6a0899cc.css\\\",\\\"i4k4G\\\",\\\"ColorSwatch.stories.3faca2e0.js\\\",\\\"eh7t4\\\",\\\"ColorSwatch.stories.78fa1b2b.css\\\",\\\"9QoDh\\\",\\\"ColorSwatchPicker.stories.77735a88.js\\\",\\\"8DEHh\\\",\\\"ColorSwatchPicker.stories.74386997.css\\\",\\\"4o3Je\\\",\\\"ColorWheel.stories.2cfa7b22.js\\\",\\\"2oe3N\\\",\\\"ColorWheel.stories.a9de4380.css\\\",\\\"fuFsY\\\",\\\"ComboBox.stories.8c227a52.js\\\",\\\"eFH9S\\\",\\\"ComboBox.stories.105e2f29.css\\\",\\\"dEPMA\\\",\\\"ContextualHelp.stories.646a548a.js\\\",\\\"7TCv0\\\",\\\"ContextualHelp.stories.00523ccd.css\\\",\\\"94KOf\\\",\\\"Dialog.stories.6bdc8a42.js\\\",\\\"hD108\\\",\\\"Dialog.stories.ea8aa4d3.css\\\",\\\"jyVgN\\\",\\\"Disclosure.stories.e8d103f4.js\\\",\\\"KYNJ5\\\",\\\"Disclosure.stories.e72f1d9d.css\\\",\\\"fZKLL\\\",\\\"Divider.stories.d8a4ad4f.js\\\",\\\"bQnvC\\\",\\\"Divider.stories.392e0f15.css\\\",\\\"2RKJu\\\",\\\"DropZone.stories.f8e2bd82.js\\\",\\\"i6vlz\\\",\\\"DropZone.stories.a3bf367f.css\\\",\\\"czcop\\\",\\\"Form.stories.3474e434.js\\\",\\\"3Aybx\\\",\\\"Form.stories.4f40aa39.css\\\",\\\"4p3UH\\\",\\\"Icon.stories.9b992c8f.js\\\",\\\"8UOQZ\\\",\\\"Icon.stories.40da4b7e.css\\\",\\\"3DEIy\\\",\\\"IllustratedMessage.stories.9652d8c3.js\\\",\\\"7aUtP\\\",\\\"IllustratedMessage.stories.71681658.css\\\",\\\"9KmbN\\\",\\\"InlineAlert.stories.b9d21e5b.js\\\",\\\"6WWMu\\\",\\\"InlineAlert.stories.14f1d507.css\\\",\\\"2pgrb\\\",\\\"Link.stories.0d674f2b.js\\\",\\\"jfq4a\\\",\\\"Link.stories.11c48f91.css\\\",\\\"3BAlB\\\",\\\"LinkButton.stories.7693d117.js\\\",\\\"40mg0\\\",\\\"LinkButton.stories.d8cb9490.css\\\",\\\"kQrYK\\\",\\\"Menu.stories.70eaf435.js\\\",\\\"lxQO2\\\",\\\"normal.ded32008.png\\\",\\\"ggXN6\\\",\\\"multiply.9c18c7f4.png\\\",\\\"9XuYT\\\",\\\"screen.88c89678.png\\\",\\\"icMAg\\\",\\\"Menu.stories.efdd9f13.css\\\",\\\"iivMY\\\",\\\"Meter.stories.651bd332.js\\\",\\\"5djmX\\\",\\\"Meter.stories.d5b7ca65.css\\\",\\\"lfQ8X\\\",\\\"NumberField.stories.82de74f4.js\\\",\\\"9NZzk\\\",\\\"NumberField.stories.fb4c9886.css\\\",\\\"4Zkdl\\\",\\\"Picker.stories.7f41c468.js\\\",\\\"jdj6I\\\",\\\"Picker.stories.657ce17b.css\\\",\\\"02N0l\\\",\\\"ProgressBar.stories.dd5d679f.js\\\",\\\"cvf5S\\\",\\\"ProgressBar.stories.118f92e6.css\\\",\\\"cNXiQ\\\",\\\"ProgressCircle.stories.1a77de0e.js\\\",\\\"e5Z7t\\\",\\\"ProgressCircle.stories.fc876103.css\\\",\\\"bmfG1\\\",\\\"RadioGroup.stories.d10f09c5.js\\\",\\\"ddJzK\\\",\\\"RadioGroup.stories.327d3f7b.css\\\",\\\"e7O9P\\\",\\\"RangeSlider.stories.f856e005.js\\\",\\\"kCmd2\\\",\\\"RangeSlider.stories.f037884b.css\\\",\\\"iNJO2\\\",\\\"SearchField.stories.3a5968d8.js\\\",\\\"lgju1\\\",\\\"SearchField.stories.b12bc49f.css\\\",\\\"6tXCb\\\",\\\"SegmentedControl.stories.ce5b5af2.js\\\",\\\"2IOv2\\\",\\\"SegmentedControl.stories.234b6cbc.css\\\",\\\"fwYqp\\\",\\\"Slider.stories.cf068979.js\\\",\\\"fkyBO\\\",\\\"Slider.stories.27845dc3.css\\\",\\\"1RlV5\\\",\\\"StatusLight.stories.0340b6d1.js\\\",\\\"5Kdwr\\\",\\\"StatusLight.stories.d7d8bde4.css\\\",\\\"04G1C\\\",\\\"StyleMacro.stories.aa2fd8f7.js\\\",\\\"53jTv\\\",\\\"StyleMacro.stories.108336a3.css\\\",\\\"gJwTq\\\",\\\"Switch.stories.8f79dcc2.js\\\",\\\"8Owsn\\\",\\\"Switch.stories.d708f35f.css\\\",\\\"ka6Kz\\\",\\\"TableView.stories.f1b7b633.js\\\",\\\"7yJ9W\\\",\\\"TableView.stories.4bcc7352.css\\\",\\\"516PN\\\",\\\"Tabs.stories.dce72e5c.js\\\",\\\"k37kH\\\",\\\"Tabs.stories.e74e720b.css\\\",\\\"cn4pf\\\",\\\"TagGroup.stories.b212b94a.js\\\",\\\"hQaCG\\\",\\\"TagGroup.stories.dec8c30a.css\\\",\\\"6OacQ\\\",\\\"TextField.stories.92bcb57c.js\\\",\\\"1tQrs\\\",\\\"TextField.stories.1a77b038.css\\\",\\\"5LmhH\\\",\\\"ToggleButton.stories.f0576c84.js\\\",\\\"24wr0\\\",\\\"ToggleButton.stories.f21d8b10.css\\\",\\\"cC6t8\\\",\\\"Tooltip.stories.407ae9b8.js\\\",\\\"hJxtL\\\",\\\"Tooltip.stories.6bd0fae3.css\\\",\\\"d4uyE\\\",\\\"entry-preview.618b9c9f.js\\\",\\\"wrEdg\\\",\\\"entry-preview-docs.3829e84e.js\\\",\\\"jcvVn\\\",\\\"entry-preview-docs.06804db4.js\\\",\\\"aK69O\\\",\\\"preview.74478fa2.js\\\",\\\"4wtXj\\\",\\\"preview.5e86da3c.js\\\",\\\"7msij\\\",\\\"react.a78c4bec.js\\\",\\\"bChmc\\\",\\\"preview.01c793b3.js\\\",\\\"li1hM\\\",\\\"Color-6VNJS4EI.f965e5ec.js\\\",\\\"kbfzt\\\",\\\"syntaxhighlighter-B5GMVT5T.d70be4d1.js\\\",\\\"dijPQ\\\",\\\"formatter-SWP5E3XI.bdbfb0cd.js\\\",\\\"ly5i3\\\",\\\"WithTooltip-V3YHNWJZ.5c1e10d7.js\\\",\\\"2y18R\\\",\\\"preview.355b3912.js\\\",\\\"5VQDN\\\",\\\"preview.4ada2238.js\\\",\\\"H4r8Z\\\",\\\"preview.5e42c23d.js\\\",\\\"20VUH\\\",\\\"preview.83bd09d0.js\\\",\\\"56z7B\\\",\\\"preview.09ddbf00.js\\\",\\\"LqtGN\\\",\\\"preview.785471e8.js\\\",\\\"8XpU5\\\",\\\"preview.682cc315.js\\\",\\\"fQ6fV\\\",\\\"axe.ef92a047.js\\\",\\\"79Wa6\\\",\\\"preview.0727f7bf.js\\\",\\\"fs46H\\\",\\\"logo.5ec3ca99.svg\\\",\\\"7ca9Y\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"7TARt\\\",\\\"preview.a0e86d56.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.f5458517.js.map"}