{"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,mBAAwB,YAAY,CAAC,SAAS,KAAK,KAAK,CAAC,uhR,E,C,mB,Q,kB,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-a14cabcb4584864e.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})({\"fCmEV\":[function(require,module,exports) {\nrequire(\"9242a7734204f9a6\").register(require(\"83808fbdf887db0\").getBundleURL('hwWrm'), JSON.parse(\"[\\\"hwWrm\\\",\\\"iframe.face88a3.js\\\",\\\"39pRY\\\",\\\"Illustrations.7e31fb39.js\\\",\\\"dT3aN\\\",\\\"Illustrations.08e5b693.js\\\",\\\"l97GQ\\\",\\\"Illustrations.8ef9a402.js\\\",\\\"WaANz\\\",\\\"Illustrations.146e599d.css\\\",\\\"55Jkm\\\",\\\"Illustrations.611ab1c5.js\\\",\\\"bMhQw\\\",\\\"Illustrations.8124dfa3.js\\\",\\\"eHfoC\\\",\\\"Illustrations.d173ab38.js\\\",\\\"SMq0d\\\",\\\"Illustrations.9acac5bf.js\\\",\\\"j1xEi\\\",\\\"Illustrations.fc4927a2.css\\\",\\\"2nfmz\\\",\\\"Illustrations.14dbba32.js\\\",\\\"iCntD\\\",\\\"Illustrations.ee9c5014.css\\\",\\\"i9w28\\\",\\\"Illustrations.674e2895.js\\\",\\\"4FYQ3\\\",\\\"Illustrations.84d31e87.css\\\",\\\"9ARUd\\\",\\\"Intro.240dfce7.js\\\",\\\"houWz\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"1T4Tb\\\",\\\"Intro.5316f73b.css\\\",\\\"bN0dZ\\\",\\\"Migrating.8b4a161d.js\\\",\\\"mNrzu\\\",\\\"Migrating.300d5573.css\\\",\\\"6JyDN\\\",\\\"Release Notes.e8d42c84.js\\\",\\\"fmPNL\\\",\\\"Release Notes.2ca32584.css\\\",\\\"2XzIv\\\",\\\"Style Macro.859e556d.js\\\",\\\"47Xno\\\",\\\"Style Macro.1869a6d6.css\\\",\\\"7Hoor\\\",\\\"Workflow Icons.7f6927fe.js\\\",\\\"bB2kH\\\",\\\"Workflow Icons.a074f265.css\\\",\\\"eLGT7\\\",\\\"Accordion.stories.9885892d.js\\\",\\\"aj6nj\\\",\\\"Accordion.stories.53ce8771.css\\\",\\\"9kObJ\\\",\\\"ActionButton.stories.b88602c8.js\\\",\\\"8Hsfh\\\",\\\"ActionButton.stories.88bb43e5.css\\\",\\\"3e6mC\\\",\\\"ActionMenu.stories.a808fe19.js\\\",\\\"8YEKX\\\",\\\"ActionMenu.stories.0ee73426.css\\\",\\\"fZfyU\\\",\\\"AlertDialog.stories.162eab45.js\\\",\\\"a3oNQ\\\",\\\"AlertDialog.stories.955e7f0a.css\\\",\\\"iyO8H\\\",\\\"Avatar.stories.87a12b37.js\\\",\\\"gRpfF\\\",\\\"Avatar.stories.d27a4518.css\\\",\\\"1aOpP\\\",\\\"AvatarGroup.stories.7300dd81.js\\\",\\\"jyhq5\\\",\\\"AvatarGroup.stories.d9f686f8.css\\\",\\\"cfGPo\\\",\\\"Badge.stories.db027184.js\\\",\\\"dcMMO\\\",\\\"Badge.stories.38841264.css\\\",\\\"eUpIl\\\",\\\"Breadcrumbs.stories.e568687f.js\\\",\\\"l3OGB\\\",\\\"Breadcrumbs.stories.264c430d.css\\\",\\\"64vA5\\\",\\\"Button.stories.b199e3dc.js\\\",\\\"fodKL\\\",\\\"Button.stories.69160e31.css\\\",\\\"et3Lq\\\",\\\"ButtonGroup.stories.c39b37f3.js\\\",\\\"gi3ow\\\",\\\"ButtonGroup.stories.526db2da.css\\\",\\\"folB3\\\",\\\"Card.stories.bcd2792b.js\\\",\\\"jCMyB\\\",\\\"preview.fa2965aa.png\\\",\\\"qFmOx\\\",\\\"placeholder.f0db36ef.png\\\",\\\"gKqlt\\\",\\\"Card.stories.673c2111.css\\\",\\\"aF3vH\\\",\\\"CardView.stories.a8978379.js\\\",\\\"2OyP6\\\",\\\"CardView.stories.b9730ad4.css\\\",\\\"b9l3s\\\",\\\"Checkbox.stories.b2e0a9d7.js\\\",\\\"inhoG\\\",\\\"Checkbox.stories.1f465dc8.css\\\",\\\"5NY87\\\",\\\"CheckboxGroup.stories.71966321.js\\\",\\\"72gYR\\\",\\\"CheckboxGroup.stories.c5a327df.css\\\",\\\"5UsQo\\\",\\\"ColorArea.stories.d411f260.js\\\",\\\"c8nKp\\\",\\\"ColorArea.stories.3903a1f5.css\\\",\\\"7Pkqb\\\",\\\"ColorField.stories.c9e90ef1.js\\\",\\\"lAGw4\\\",\\\"ColorField.stories.62761ca1.css\\\",\\\"auQQi\\\",\\\"ColorSlider.stories.df30e718.js\\\",\\\"jE2aW\\\",\\\"ColorSlider.stories.a3357d9e.css\\\",\\\"KfCuN\\\",\\\"ColorSwatch.stories.cb48f971.js\\\",\\\"a4mDN\\\",\\\"ColorSwatch.stories.5b0539ef.css\\\",\\\"1SHhE\\\",\\\"ColorSwatchPicker.stories.3aecc377.js\\\",\\\"8FXZX\\\",\\\"ColorSwatchPicker.stories.4e942176.css\\\",\\\"eWmjz\\\",\\\"ColorWheel.stories.67585b29.js\\\",\\\"4SFeZ\\\",\\\"ColorWheel.stories.45c208d2.css\\\",\\\"8FViP\\\",\\\"ComboBox.stories.8a5189f1.js\\\",\\\"9EggB\\\",\\\"ComboBox.stories.1b27ebb3.css\\\",\\\"2yQlC\\\",\\\"ContextualHelp.stories.84754099.js\\\",\\\"3IxdI\\\",\\\"ContextualHelp.stories.81ab0f7d.css\\\",\\\"gydEm\\\",\\\"Dialog.stories.209ca5fd.js\\\",\\\"8tqBU\\\",\\\"Dialog.stories.920fe944.css\\\",\\\"i830q\\\",\\\"Disclosure.stories.a50e395c.js\\\",\\\"c4Rcc\\\",\\\"Disclosure.stories.a2db3fdd.css\\\",\\\"gpuKu\\\",\\\"Divider.stories.759b3ba4.js\\\",\\\"hRJrl\\\",\\\"Divider.stories.cd721365.css\\\",\\\"b7AKK\\\",\\\"DropZone.stories.8cbc12ab.js\\\",\\\"5WXqr\\\",\\\"DropZone.stories.3c3b1f8d.css\\\",\\\"gvNTO\\\",\\\"Form.stories.fa1b8c1c.js\\\",\\\"5WZsw\\\",\\\"Form.stories.5f45c79d.css\\\",\\\"2J4iM\\\",\\\"Icon.stories.6c0179ef.js\\\",\\\"1Osj1\\\",\\\"Icon.stories.e75c9b9c.css\\\",\\\"2pLFX\\\",\\\"IllustratedMessage.stories.ece7b2aa.js\\\",\\\"dy86P\\\",\\\"IllustratedMessage.stories.d5d6d745.css\\\",\\\"4Jn3q\\\",\\\"InlineAlert.stories.4540b7d9.js\\\",\\\"2CDox\\\",\\\"InlineAlert.stories.13ac07de.css\\\",\\\"l6338\\\",\\\"Link.stories.e32f149a.js\\\",\\\"i6tIA\\\",\\\"Link.stories.eca8d947.css\\\",\\\"4o8rv\\\",\\\"LinkButton.stories.8926dcf3.js\\\",\\\"i1z4E\\\",\\\"LinkButton.stories.bb2cec81.css\\\",\\\"5aKWo\\\",\\\"Menu.stories.498cd9c6.js\\\",\\\"3dz4g\\\",\\\"normal.ded32008.png\\\",\\\"i5AJT\\\",\\\"multiply.9c18c7f4.png\\\",\\\"bOxzc\\\",\\\"screen.88c89678.png\\\",\\\"l44QX\\\",\\\"Menu.stories.6adf51d7.css\\\",\\\"bMEHB\\\",\\\"Meter.stories.0da8c3b3.js\\\",\\\"XhAKv\\\",\\\"Meter.stories.631dcd07.css\\\",\\\"f32Et\\\",\\\"NumberField.stories.4d6508ab.js\\\",\\\"fnxPW\\\",\\\"NumberField.stories.b70b898b.css\\\",\\\"dIPQS\\\",\\\"Picker.stories.77bfa103.js\\\",\\\"e68Ue\\\",\\\"Picker.stories.74e95ad1.css\\\",\\\"diYJz\\\",\\\"ProgressBar.stories.bdde0547.js\\\",\\\"dTmPb\\\",\\\"ProgressBar.stories.77e2dee6.css\\\",\\\"5fPZ0\\\",\\\"ProgressCircle.stories.8c3beadb.js\\\",\\\"lHAlH\\\",\\\"ProgressCircle.stories.eeac5057.css\\\",\\\"erJSa\\\",\\\"RadioGroup.stories.8d953d83.js\\\",\\\"9AWD7\\\",\\\"RadioGroup.stories.349bf210.css\\\",\\\"9ZSFC\\\",\\\"RangeSlider.stories.42143053.js\\\",\\\"24PhJ\\\",\\\"RangeSlider.stories.cfb1c0fe.css\\\",\\\"aYqJn\\\",\\\"SearchField.stories.dd1957ab.js\\\",\\\"5ywx8\\\",\\\"SearchField.stories.e803b0bf.css\\\",\\\"bOvoM\\\",\\\"SegmentedControl.stories.ca907d16.js\\\",\\\"jFFjh\\\",\\\"SegmentedControl.stories.51d44984.css\\\",\\\"48qJ5\\\",\\\"Slider.stories.d8abf37d.js\\\",\\\"ehIh9\\\",\\\"Slider.stories.f2631dd4.css\\\",\\\"5mOO2\\\",\\\"StatusLight.stories.76c1f175.js\\\",\\\"hdqAI\\\",\\\"StatusLight.stories.f34649c9.css\\\",\\\"1J62s\\\",\\\"StyleMacro.stories.2a817938.js\\\",\\\"aH1DI\\\",\\\"StyleMacro.stories.4cf86c3f.css\\\",\\\"4uSsF\\\",\\\"Switch.stories.fd4585de.js\\\",\\\"bFscJ\\\",\\\"Switch.stories.9dbb9a1b.css\\\",\\\"5qlzg\\\",\\\"TableView.stories.8dfa26c6.js\\\",\\\"3Kj9V\\\",\\\"TableView.stories.25df41ac.css\\\",\\\"a9wjm\\\",\\\"Tabs.stories.b1304e78.js\\\",\\\"9RFWd\\\",\\\"Tabs.stories.01089b25.css\\\",\\\"lhw4f\\\",\\\"TagGroup.stories.deb12593.js\\\",\\\"5etcV\\\",\\\"TagGroup.stories.89e2003a.css\\\",\\\"jrEXW\\\",\\\"TextField.stories.0a3178a4.js\\\",\\\"hk0Hn\\\",\\\"TextField.stories.fc42fa98.css\\\",\\\"5fCaH\\\",\\\"ToggleButton.stories.4596f8cc.js\\\",\\\"6Qvzn\\\",\\\"ToggleButton.stories.1c075613.css\\\",\\\"7YkCD\\\",\\\"Tooltip.stories.bc20aece.js\\\",\\\"aaEGr\\\",\\\"Tooltip.stories.74cc9d9f.css\\\",\\\"6ImEy\\\",\\\"entry-preview.b85ea4ee.js\\\",\\\"7T47R\\\",\\\"entry-preview-docs.b0dd6388.js\\\",\\\"3iNPV\\\",\\\"entry-preview-docs.849965fa.js\\\",\\\"1ZwWP\\\",\\\"preview.c14dc633.js\\\",\\\"drIJM\\\",\\\"preview.2bf13b26.js\\\",\\\"k2xzB\\\",\\\"react.70f1f1eb.js\\\",\\\"6TqEJ\\\",\\\"preview.bbd9a367.js\\\",\\\"554s6\\\",\\\"Color-6VNJS4EI.561d086a.js\\\",\\\"hVqbS\\\",\\\"syntaxhighlighter-B5GMVT5T.56672b31.js\\\",\\\"5i9jI\\\",\\\"formatter-SWP5E3XI.75e4cca4.js\\\",\\\"6yEHs\\\",\\\"WithTooltip-V3YHNWJZ.474e138c.js\\\",\\\"5GOFz\\\",\\\"preview.21ae5b4c.js\\\",\\\"gtT8W\\\",\\\"preview.832a51b1.js\\\",\\\"6qAEA\\\",\\\"preview.12895fbd.js\\\",\\\"lmtzC\\\",\\\"preview.ccae316b.js\\\",\\\"emh3v\\\",\\\"preview.0de03500.js\\\",\\\"4R7E1\\\",\\\"preview.3b85922a.js\\\",\\\"gzSo2\\\",\\\"preview.7760943e.js\\\",\\\"jaO8Q\\\",\\\"axe.cac72621.js\\\",\\\"4jtly\\\",\\\"preview.6da2bfd2.js\\\",\\\"bTHCn\\\",\\\"logo.5ec3ca99.svg\\\",\\\"bJnNC\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"6xLq8\\\",\\\"preview.46bf1497.css\\\"]\"));\n\n},{\"9242a7734204f9a6\":\"kK08P\",\"83808fbdf887db0\":\"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},{}]},[\"fCmEV\"], null, \"parcelRequire94c2\")\n\n//# sourceMappingURL=iframe.runtime.2846d302.js.map\n","require('./helpers/bundle-manifest').register(require('./helpers/bundle-url').getBundleURL('hwWrm'),JSON.parse(\"[\\\"hwWrm\\\",\\\"iframe.face88a3.js\\\",\\\"39pRY\\\",\\\"Illustrations.7e31fb39.js\\\",\\\"dT3aN\\\",\\\"Illustrations.08e5b693.js\\\",\\\"l97GQ\\\",\\\"Illustrations.8ef9a402.js\\\",\\\"WaANz\\\",\\\"Illustrations.146e599d.css\\\",\\\"55Jkm\\\",\\\"Illustrations.611ab1c5.js\\\",\\\"bMhQw\\\",\\\"Illustrations.8124dfa3.js\\\",\\\"eHfoC\\\",\\\"Illustrations.d173ab38.js\\\",\\\"SMq0d\\\",\\\"Illustrations.9acac5bf.js\\\",\\\"j1xEi\\\",\\\"Illustrations.fc4927a2.css\\\",\\\"2nfmz\\\",\\\"Illustrations.14dbba32.js\\\",\\\"iCntD\\\",\\\"Illustrations.ee9c5014.css\\\",\\\"i9w28\\\",\\\"Illustrations.674e2895.js\\\",\\\"4FYQ3\\\",\\\"Illustrations.84d31e87.css\\\",\\\"9ARUd\\\",\\\"Intro.240dfce7.js\\\",\\\"houWz\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"1T4Tb\\\",\\\"Intro.5316f73b.css\\\",\\\"bN0dZ\\\",\\\"Migrating.8b4a161d.js\\\",\\\"mNrzu\\\",\\\"Migrating.300d5573.css\\\",\\\"6JyDN\\\",\\\"Release Notes.e8d42c84.js\\\",\\\"fmPNL\\\",\\\"Release Notes.2ca32584.css\\\",\\\"2XzIv\\\",\\\"Style Macro.859e556d.js\\\",\\\"47Xno\\\",\\\"Style Macro.1869a6d6.css\\\",\\\"7Hoor\\\",\\\"Workflow Icons.7f6927fe.js\\\",\\\"bB2kH\\\",\\\"Workflow Icons.a074f265.css\\\",\\\"eLGT7\\\",\\\"Accordion.stories.9885892d.js\\\",\\\"aj6nj\\\",\\\"Accordion.stories.53ce8771.css\\\",\\\"9kObJ\\\",\\\"ActionButton.stories.b88602c8.js\\\",\\\"8Hsfh\\\",\\\"ActionButton.stories.88bb43e5.css\\\",\\\"3e6mC\\\",\\\"ActionMenu.stories.a808fe19.js\\\",\\\"8YEKX\\\",\\\"ActionMenu.stories.0ee73426.css\\\",\\\"fZfyU\\\",\\\"AlertDialog.stories.162eab45.js\\\",\\\"a3oNQ\\\",\\\"AlertDialog.stories.955e7f0a.css\\\",\\\"iyO8H\\\",\\\"Avatar.stories.87a12b37.js\\\",\\\"gRpfF\\\",\\\"Avatar.stories.d27a4518.css\\\",\\\"1aOpP\\\",\\\"AvatarGroup.stories.7300dd81.js\\\",\\\"jyhq5\\\",\\\"AvatarGroup.stories.d9f686f8.css\\\",\\\"cfGPo\\\",\\\"Badge.stories.db027184.js\\\",\\\"dcMMO\\\",\\\"Badge.stories.38841264.css\\\",\\\"eUpIl\\\",\\\"Breadcrumbs.stories.e568687f.js\\\",\\\"l3OGB\\\",\\\"Breadcrumbs.stories.264c430d.css\\\",\\\"64vA5\\\",\\\"Button.stories.b199e3dc.js\\\",\\\"fodKL\\\",\\\"Button.stories.69160e31.css\\\",\\\"et3Lq\\\",\\\"ButtonGroup.stories.c39b37f3.js\\\",\\\"gi3ow\\\",\\\"ButtonGroup.stories.526db2da.css\\\",\\\"folB3\\\",\\\"Card.stories.bcd2792b.js\\\",\\\"jCMyB\\\",\\\"preview.fa2965aa.png\\\",\\\"qFmOx\\\",\\\"placeholder.f0db36ef.png\\\",\\\"gKqlt\\\",\\\"Card.stories.673c2111.css\\\",\\\"aF3vH\\\",\\\"CardView.stories.a8978379.js\\\",\\\"2OyP6\\\",\\\"CardView.stories.b9730ad4.css\\\",\\\"b9l3s\\\",\\\"Checkbox.stories.b2e0a9d7.js\\\",\\\"inhoG\\\",\\\"Checkbox.stories.1f465dc8.css\\\",\\\"5NY87\\\",\\\"CheckboxGroup.stories.71966321.js\\\",\\\"72gYR\\\",\\\"CheckboxGroup.stories.c5a327df.css\\\",\\\"5UsQo\\\",\\\"ColorArea.stories.d411f260.js\\\",\\\"c8nKp\\\",\\\"ColorArea.stories.3903a1f5.css\\\",\\\"7Pkqb\\\",\\\"ColorField.stories.c9e90ef1.js\\\",\\\"lAGw4\\\",\\\"ColorField.stories.62761ca1.css\\\",\\\"auQQi\\\",\\\"ColorSlider.stories.df30e718.js\\\",\\\"jE2aW\\\",\\\"ColorSlider.stories.a3357d9e.css\\\",\\\"KfCuN\\\",\\\"ColorSwatch.stories.cb48f971.js\\\",\\\"a4mDN\\\",\\\"ColorSwatch.stories.5b0539ef.css\\\",\\\"1SHhE\\\",\\\"ColorSwatchPicker.stories.3aecc377.js\\\",\\\"8FXZX\\\",\\\"ColorSwatchPicker.stories.4e942176.css\\\",\\\"eWmjz\\\",\\\"ColorWheel.stories.67585b29.js\\\",\\\"4SFeZ\\\",\\\"ColorWheel.stories.45c208d2.css\\\",\\\"8FViP\\\",\\\"ComboBox.stories.8a5189f1.js\\\",\\\"9EggB\\\",\\\"ComboBox.stories.1b27ebb3.css\\\",\\\"2yQlC\\\",\\\"ContextualHelp.stories.84754099.js\\\",\\\"3IxdI\\\",\\\"ContextualHelp.stories.81ab0f7d.css\\\",\\\"gydEm\\\",\\\"Dialog.stories.209ca5fd.js\\\",\\\"8tqBU\\\",\\\"Dialog.stories.920fe944.css\\\",\\\"i830q\\\",\\\"Disclosure.stories.a50e395c.js\\\",\\\"c4Rcc\\\",\\\"Disclosure.stories.a2db3fdd.css\\\",\\\"gpuKu\\\",\\\"Divider.stories.759b3ba4.js\\\",\\\"hRJrl\\\",\\\"Divider.stories.cd721365.css\\\",\\\"b7AKK\\\",\\\"DropZone.stories.8cbc12ab.js\\\",\\\"5WXqr\\\",\\\"DropZone.stories.3c3b1f8d.css\\\",\\\"gvNTO\\\",\\\"Form.stories.fa1b8c1c.js\\\",\\\"5WZsw\\\",\\\"Form.stories.5f45c79d.css\\\",\\\"2J4iM\\\",\\\"Icon.stories.6c0179ef.js\\\",\\\"1Osj1\\\",\\\"Icon.stories.e75c9b9c.css\\\",\\\"2pLFX\\\",\\\"IllustratedMessage.stories.ece7b2aa.js\\\",\\\"dy86P\\\",\\\"IllustratedMessage.stories.d5d6d745.css\\\",\\\"4Jn3q\\\",\\\"InlineAlert.stories.4540b7d9.js\\\",\\\"2CDox\\\",\\\"InlineAlert.stories.13ac07de.css\\\",\\\"l6338\\\",\\\"Link.stories.e32f149a.js\\\",\\\"i6tIA\\\",\\\"Link.stories.eca8d947.css\\\",\\\"4o8rv\\\",\\\"LinkButton.stories.8926dcf3.js\\\",\\\"i1z4E\\\",\\\"LinkButton.stories.bb2cec81.css\\\",\\\"5aKWo\\\",\\\"Menu.stories.498cd9c6.js\\\",\\\"3dz4g\\\",\\\"normal.ded32008.png\\\",\\\"i5AJT\\\",\\\"multiply.9c18c7f4.png\\\",\\\"bOxzc\\\",\\\"screen.88c89678.png\\\",\\\"l44QX\\\",\\\"Menu.stories.6adf51d7.css\\\",\\\"bMEHB\\\",\\\"Meter.stories.0da8c3b3.js\\\",\\\"XhAKv\\\",\\\"Meter.stories.631dcd07.css\\\",\\\"f32Et\\\",\\\"NumberField.stories.4d6508ab.js\\\",\\\"fnxPW\\\",\\\"NumberField.stories.b70b898b.css\\\",\\\"dIPQS\\\",\\\"Picker.stories.77bfa103.js\\\",\\\"e68Ue\\\",\\\"Picker.stories.74e95ad1.css\\\",\\\"diYJz\\\",\\\"ProgressBar.stories.bdde0547.js\\\",\\\"dTmPb\\\",\\\"ProgressBar.stories.77e2dee6.css\\\",\\\"5fPZ0\\\",\\\"ProgressCircle.stories.8c3beadb.js\\\",\\\"lHAlH\\\",\\\"ProgressCircle.stories.eeac5057.css\\\",\\\"erJSa\\\",\\\"RadioGroup.stories.8d953d83.js\\\",\\\"9AWD7\\\",\\\"RadioGroup.stories.349bf210.css\\\",\\\"9ZSFC\\\",\\\"RangeSlider.stories.42143053.js\\\",\\\"24PhJ\\\",\\\"RangeSlider.stories.cfb1c0fe.css\\\",\\\"aYqJn\\\",\\\"SearchField.stories.dd1957ab.js\\\",\\\"5ywx8\\\",\\\"SearchField.stories.e803b0bf.css\\\",\\\"bOvoM\\\",\\\"SegmentedControl.stories.ca907d16.js\\\",\\\"jFFjh\\\",\\\"SegmentedControl.stories.51d44984.css\\\",\\\"48qJ5\\\",\\\"Slider.stories.d8abf37d.js\\\",\\\"ehIh9\\\",\\\"Slider.stories.f2631dd4.css\\\",\\\"5mOO2\\\",\\\"StatusLight.stories.76c1f175.js\\\",\\\"hdqAI\\\",\\\"StatusLight.stories.f34649c9.css\\\",\\\"1J62s\\\",\\\"StyleMacro.stories.2a817938.js\\\",\\\"aH1DI\\\",\\\"StyleMacro.stories.4cf86c3f.css\\\",\\\"4uSsF\\\",\\\"Switch.stories.fd4585de.js\\\",\\\"bFscJ\\\",\\\"Switch.stories.9dbb9a1b.css\\\",\\\"5qlzg\\\",\\\"TableView.stories.8dfa26c6.js\\\",\\\"3Kj9V\\\",\\\"TableView.stories.25df41ac.css\\\",\\\"a9wjm\\\",\\\"Tabs.stories.b1304e78.js\\\",\\\"9RFWd\\\",\\\"Tabs.stories.01089b25.css\\\",\\\"lhw4f\\\",\\\"TagGroup.stories.deb12593.js\\\",\\\"5etcV\\\",\\\"TagGroup.stories.89e2003a.css\\\",\\\"jrEXW\\\",\\\"TextField.stories.0a3178a4.js\\\",\\\"hk0Hn\\\",\\\"TextField.stories.fc42fa98.css\\\",\\\"5fCaH\\\",\\\"ToggleButton.stories.4596f8cc.js\\\",\\\"6Qvzn\\\",\\\"ToggleButton.stories.1c075613.css\\\",\\\"7YkCD\\\",\\\"Tooltip.stories.bc20aece.js\\\",\\\"aaEGr\\\",\\\"Tooltip.stories.74cc9d9f.css\\\",\\\"6ImEy\\\",\\\"entry-preview.b85ea4ee.js\\\",\\\"7T47R\\\",\\\"entry-preview-docs.b0dd6388.js\\\",\\\"3iNPV\\\",\\\"entry-preview-docs.849965fa.js\\\",\\\"1ZwWP\\\",\\\"preview.c14dc633.js\\\",\\\"drIJM\\\",\\\"preview.2bf13b26.js\\\",\\\"k2xzB\\\",\\\"react.70f1f1eb.js\\\",\\\"6TqEJ\\\",\\\"preview.bbd9a367.js\\\",\\\"554s6\\\",\\\"Color-6VNJS4EI.561d086a.js\\\",\\\"hVqbS\\\",\\\"syntaxhighlighter-B5GMVT5T.56672b31.js\\\",\\\"5i9jI\\\",\\\"formatter-SWP5E3XI.75e4cca4.js\\\",\\\"6yEHs\\\",\\\"WithTooltip-V3YHNWJZ.474e138c.js\\\",\\\"5GOFz\\\",\\\"preview.21ae5b4c.js\\\",\\\"gtT8W\\\",\\\"preview.832a51b1.js\\\",\\\"6qAEA\\\",\\\"preview.12895fbd.js\\\",\\\"lmtzC\\\",\\\"preview.ccae316b.js\\\",\\\"emh3v\\\",\\\"preview.0de03500.js\\\",\\\"4R7E1\\\",\\\"preview.3b85922a.js\\\",\\\"gzSo2\\\",\\\"preview.7760943e.js\\\",\\\"jaO8Q\\\",\\\"axe.cac72621.js\\\",\\\"4jtly\\\",\\\"preview.6da2bfd2.js\\\",\\\"bTHCn\\\",\\\"logo.5ec3ca99.svg\\\",\\\"bJnNC\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"6xLq8\\\",\\\"preview.46bf1497.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.2846d302.js.map"}