{"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,gB,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-2648f29c72192f42.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})({\"iShNZ\":[function(require,module,exports) {\nrequire(\"e2d750d5ded1919\").register(require(\"1299ecb8f0823cc6\").getBundleURL('4w9ei'), JSON.parse(\"[\\\"4w9ei\\\",\\\"iframe.f3d94a57.js\\\",\\\"hcsft\\\",\\\"Illustrations.2642a2d3.js\\\",\\\"cVO6g\\\",\\\"Illustrations.1a562e41.js\\\",\\\"lvrTZ\\\",\\\"Illustrations.640ad018.js\\\",\\\"SXNg8\\\",\\\"Illustrations.0156b42b.css\\\",\\\"eC8MV\\\",\\\"Illustrations.e634a9c6.js\\\",\\\"jhOoI\\\",\\\"Illustrations.2e3a59a5.js\\\",\\\"5b4xS\\\",\\\"Illustrations.4d48556c.js\\\",\\\"jziry\\\",\\\"Illustrations.1d9412ac.js\\\",\\\"aFqpb\\\",\\\"Illustrations.46544ae1.css\\\",\\\"15xef\\\",\\\"Illustrations.256fc46b.js\\\",\\\"kbLg0\\\",\\\"Illustrations.54d72f39.css\\\",\\\"d7mU5\\\",\\\"Illustrations.b74f84ad.js\\\",\\\"hp7G7\\\",\\\"Illustrations.b2a65f36.css\\\",\\\"kwKTi\\\",\\\"Intro.2de3eb42.js\\\",\\\"dkSS0\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"8HOp3\\\",\\\"Intro.441d1ae1.css\\\",\\\"8tlBk\\\",\\\"Migrating.a3ce7ce0.js\\\",\\\"7u1vT\\\",\\\"Migrating.035fcf34.css\\\",\\\"d0kxQ\\\",\\\"Release Notes.0b2fb321.js\\\",\\\"02Ha9\\\",\\\"Release Notes.f9de56ed.css\\\",\\\"3xrwL\\\",\\\"Style Macro.3ca414ae.js\\\",\\\"j6b2T\\\",\\\"Style Macro.901baae1.css\\\",\\\"kXEJQ\\\",\\\"Workflow Icons.50d3811b.js\\\",\\\"kM7e1\\\",\\\"Workflow Icons.edbc56c1.css\\\",\\\"7fPG3\\\",\\\"Accordion.stories.e4f9f864.js\\\",\\\"5T0BG\\\",\\\"Accordion.stories.ae4f55e1.css\\\",\\\"fOj2t\\\",\\\"ActionButton.stories.c50cb139.js\\\",\\\"k709Y\\\",\\\"ActionButton.stories.62428616.css\\\",\\\"8BMKD\\\",\\\"ActionMenu.stories.e1f65cf4.js\\\",\\\"jKmaa\\\",\\\"ActionMenu.stories.7d2e9ca1.css\\\",\\\"9dhId\\\",\\\"AlertDialog.stories.d0859c75.js\\\",\\\"cXn9V\\\",\\\"AlertDialog.stories.228af70a.css\\\",\\\"hcWPm\\\",\\\"Avatar.stories.706b0074.js\\\",\\\"3FBCJ\\\",\\\"Avatar.stories.bb4eb0b6.css\\\",\\\"7Cumu\\\",\\\"AvatarGroup.stories.802989bc.js\\\",\\\"hNdW1\\\",\\\"AvatarGroup.stories.163d7f4d.css\\\",\\\"jSMkZ\\\",\\\"Badge.stories.2d008b56.js\\\",\\\"9OyA5\\\",\\\"Badge.stories.d9c9f7ad.css\\\",\\\"2G9Ku\\\",\\\"Breadcrumbs.stories.47870465.js\\\",\\\"1jo6H\\\",\\\"Breadcrumbs.stories.bd4e7aad.css\\\",\\\"9XkZV\\\",\\\"Button.stories.e7ab6085.js\\\",\\\"eL81Q\\\",\\\"Button.stories.92cc47d9.css\\\",\\\"k05y7\\\",\\\"ButtonGroup.stories.decf1039.js\\\",\\\"kfnnM\\\",\\\"ButtonGroup.stories.17ad5e4f.css\\\",\\\"4husK\\\",\\\"Card.stories.5b626171.js\\\",\\\"8kAst\\\",\\\"preview.fa2965aa.png\\\",\\\"ep1M1\\\",\\\"placeholder.f0db36ef.png\\\",\\\"avnAn\\\",\\\"Card.stories.0d8e2313.css\\\",\\\"ijXBo\\\",\\\"CardView.stories.3ab98737.js\\\",\\\"18hNX\\\",\\\"CardView.stories.af12bd9d.css\\\",\\\"bs2cj\\\",\\\"Checkbox.stories.816d3429.js\\\",\\\"2Havo\\\",\\\"Checkbox.stories.d0c82413.css\\\",\\\"dLzjX\\\",\\\"CheckboxGroup.stories.78cb79ad.js\\\",\\\"cjjGZ\\\",\\\"CheckboxGroup.stories.d5832083.css\\\",\\\"1c7FB\\\",\\\"ColorArea.stories.fef3776e.js\\\",\\\"4T8Ag\\\",\\\"ColorArea.stories.a1c64f40.css\\\",\\\"6dKgU\\\",\\\"ColorField.stories.d641d30f.js\\\",\\\"dIGkE\\\",\\\"ColorField.stories.39fac92d.css\\\",\\\"f2eMI\\\",\\\"ColorSlider.stories.8c68365e.js\\\",\\\"lKaD4\\\",\\\"ColorSlider.stories.ffd1c8df.css\\\",\\\"aIsMR\\\",\\\"ColorSwatch.stories.2f13ee0b.js\\\",\\\"8etBy\\\",\\\"ColorSwatch.stories.2dd107bc.css\\\",\\\"epCWZ\\\",\\\"ColorSwatchPicker.stories.b22d8d1a.js\\\",\\\"53Nnz\\\",\\\"ColorSwatchPicker.stories.3e325555.css\\\",\\\"gcFXB\\\",\\\"ColorWheel.stories.de4fdf3c.js\\\",\\\"iLAAo\\\",\\\"ColorWheel.stories.3ae58784.css\\\",\\\"iEYN2\\\",\\\"ComboBox.stories.df6f364c.js\\\",\\\"dBLyF\\\",\\\"ComboBox.stories.f3a48e7f.css\\\",\\\"abXZ4\\\",\\\"ContextualHelp.stories.de23a72e.js\\\",\\\"iyq81\\\",\\\"ContextualHelp.stories.4a5b03b8.css\\\",\\\"JtnLu\\\",\\\"Dialog.stories.c60ec780.js\\\",\\\"ebEDZ\\\",\\\"Dialog.stories.ba140a9b.css\\\",\\\"3Ojvu\\\",\\\"Disclosure.stories.ccc4882a.js\\\",\\\"cqFIh\\\",\\\"Disclosure.stories.042b41d0.css\\\",\\\"bZQS1\\\",\\\"Divider.stories.5c4e93ac.js\\\",\\\"2JnbI\\\",\\\"Divider.stories.e578063c.css\\\",\\\"lLSb9\\\",\\\"DropZone.stories.e154317f.js\\\",\\\"9GogI\\\",\\\"DropZone.stories.0b227861.css\\\",\\\"6z8O1\\\",\\\"Form.stories.578690c7.js\\\",\\\"kNGu2\\\",\\\"Form.stories.2155a29a.css\\\",\\\"aVRjy\\\",\\\"Icon.stories.066bed8d.js\\\",\\\"dngFZ\\\",\\\"Icon.stories.e0fa6f70.css\\\",\\\"3W4qB\\\",\\\"IllustratedMessage.stories.695d4370.js\\\",\\\"8dmHN\\\",\\\"IllustratedMessage.stories.318f662e.css\\\",\\\"1ypL3\\\",\\\"InlineAlert.stories.eb968377.js\\\",\\\"atEni\\\",\\\"InlineAlert.stories.98ed2c32.css\\\",\\\"fqp1N\\\",\\\"Link.stories.b289245f.js\\\",\\\"7g9LV\\\",\\\"Link.stories.b3ab7975.css\\\",\\\"co4ZG\\\",\\\"LinkButton.stories.6f6cf6b8.js\\\",\\\"k30p6\\\",\\\"LinkButton.stories.7b7c8694.css\\\",\\\"2fYxB\\\",\\\"Menu.stories.47519671.js\\\",\\\"11D9G\\\",\\\"normal.ded32008.png\\\",\\\"6L1rC\\\",\\\"multiply.9c18c7f4.png\\\",\\\"4YehN\\\",\\\"screen.88c89678.png\\\",\\\"ja1qA\\\",\\\"Menu.stories.9688e35d.css\\\",\\\"9C5q7\\\",\\\"Meter.stories.72bd02f1.js\\\",\\\"gQm2n\\\",\\\"Meter.stories.3855a5a1.css\\\",\\\"gPUK1\\\",\\\"NumberField.stories.313b3cff.js\\\",\\\"8dIOY\\\",\\\"NumberField.stories.f164a276.css\\\",\\\"gBI8F\\\",\\\"Picker.stories.afb68fe2.js\\\",\\\"fOkjh\\\",\\\"Picker.stories.91965c06.css\\\",\\\"kx4gr\\\",\\\"ProgressBar.stories.ca6efc43.js\\\",\\\"8R4gl\\\",\\\"ProgressBar.stories.d09cd625.css\\\",\\\"4e96l\\\",\\\"ProgressCircle.stories.a667b5b1.js\\\",\\\"fJjPf\\\",\\\"ProgressCircle.stories.7a3ddb24.css\\\",\\\"awqCN\\\",\\\"RadioGroup.stories.4145e6ca.js\\\",\\\"jcxag\\\",\\\"RadioGroup.stories.86e10806.css\\\",\\\"2eTDA\\\",\\\"RangeSlider.stories.8196f99f.js\\\",\\\"bTTfq\\\",\\\"RangeSlider.stories.18d72926.css\\\",\\\"g9IMv\\\",\\\"SearchField.stories.06b288b6.js\\\",\\\"5RLmX\\\",\\\"SearchField.stories.99902388.css\\\",\\\"badBQ\\\",\\\"SegmentedControl.stories.633c7e2c.js\\\",\\\"fEAlX\\\",\\\"SegmentedControl.stories.417bf59d.css\\\",\\\"8d2Oa\\\",\\\"Slider.stories.19c88491.js\\\",\\\"frw1U\\\",\\\"Slider.stories.1a261c7e.css\\\",\\\"bFrE0\\\",\\\"StatusLight.stories.9c8c36c4.js\\\",\\\"eTvsC\\\",\\\"StatusLight.stories.1fc84933.css\\\",\\\"60FFj\\\",\\\"StyleMacro.stories.bad7d2e8.js\\\",\\\"135ty\\\",\\\"StyleMacro.stories.d641ec9e.css\\\",\\\"4nr31\\\",\\\"Switch.stories.041aa806.js\\\",\\\"cma19\\\",\\\"Switch.stories.477452c8.css\\\",\\\"2jCl8\\\",\\\"TableView.stories.ed36d9e7.js\\\",\\\"l0QFN\\\",\\\"TableView.stories.be070969.css\\\",\\\"jJrEM\\\",\\\"Tabs.stories.21edde6c.js\\\",\\\"6TS1v\\\",\\\"Tabs.stories.102d6980.css\\\",\\\"2ns1n\\\",\\\"TagGroup.stories.1eed3fcb.js\\\",\\\"3Y7or\\\",\\\"TagGroup.stories.73dcaaa8.css\\\",\\\"4iFiI\\\",\\\"TextField.stories.398c33ed.js\\\",\\\"6xngv\\\",\\\"TextField.stories.32572d69.css\\\",\\\"cH4D9\\\",\\\"ToggleButton.stories.6e77caa2.js\\\",\\\"48Hct\\\",\\\"ToggleButton.stories.5012f1b3.css\\\",\\\"kgYiy\\\",\\\"Tooltip.stories.b6417f26.js\\\",\\\"hTGnP\\\",\\\"Tooltip.stories.e0c55186.css\\\",\\\"76Pv7\\\",\\\"entry-preview.897e9a39.js\\\",\\\"lPESx\\\",\\\"entry-preview-docs.5b6c024e.js\\\",\\\"fCmBC\\\",\\\"entry-preview-docs.921bdf8f.js\\\",\\\"gubSo\\\",\\\"preview.ae7dc0b1.js\\\",\\\"kSaDU\\\",\\\"preview.eeb7c310.js\\\",\\\"71vZC\\\",\\\"react.8b972bf9.js\\\",\\\"eRMcC\\\",\\\"preview.ebed4179.js\\\",\\\"hWwUI\\\",\\\"Color-6VNJS4EI.5898db0f.js\\\",\\\"b3wB8\\\",\\\"syntaxhighlighter-B5GMVT5T.88959b10.js\\\",\\\"9qpSE\\\",\\\"formatter-SWP5E3XI.f9156258.js\\\",\\\"i5IYm\\\",\\\"WithTooltip-V3YHNWJZ.7cf0b840.js\\\",\\\"gUAnN\\\",\\\"preview.e599961c.js\\\",\\\"5R3UF\\\",\\\"preview.b046f76a.js\\\",\\\"572ZW\\\",\\\"preview.177ccc21.js\\\",\\\"cqvp2\\\",\\\"preview.a1199a3f.js\\\",\\\"4djVf\\\",\\\"preview.ce6f45ef.js\\\",\\\"fnCBQ\\\",\\\"preview.b560587f.js\\\",\\\"4TIH0\\\",\\\"preview.4454a2ec.js\\\",\\\"jBmYT\\\",\\\"axe.e1bcb622.js\\\",\\\"bhT7K\\\",\\\"preview.b6aa767c.js\\\",\\\"ddSm7\\\",\\\"logo.5ec3ca99.svg\\\",\\\"j73KE\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"2lrQ1\\\",\\\"preview.e9d6707c.css\\\"]\"));\n\n},{\"e2d750d5ded1919\":\"kK08P\",\"1299ecb8f0823cc6\":\"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},{}]},[\"iShNZ\"], null, \"parcelRequire94c2\")\n\n//# sourceMappingURL=iframe.runtime.804f59da.js.map\n","require('./helpers/bundle-manifest').register(require('./helpers/bundle-url').getBundleURL('4w9ei'),JSON.parse(\"[\\\"4w9ei\\\",\\\"iframe.f3d94a57.js\\\",\\\"hcsft\\\",\\\"Illustrations.2642a2d3.js\\\",\\\"cVO6g\\\",\\\"Illustrations.1a562e41.js\\\",\\\"lvrTZ\\\",\\\"Illustrations.640ad018.js\\\",\\\"SXNg8\\\",\\\"Illustrations.0156b42b.css\\\",\\\"eC8MV\\\",\\\"Illustrations.e634a9c6.js\\\",\\\"jhOoI\\\",\\\"Illustrations.2e3a59a5.js\\\",\\\"5b4xS\\\",\\\"Illustrations.4d48556c.js\\\",\\\"jziry\\\",\\\"Illustrations.1d9412ac.js\\\",\\\"aFqpb\\\",\\\"Illustrations.46544ae1.css\\\",\\\"15xef\\\",\\\"Illustrations.256fc46b.js\\\",\\\"kbLg0\\\",\\\"Illustrations.54d72f39.css\\\",\\\"d7mU5\\\",\\\"Illustrations.b74f84ad.js\\\",\\\"hp7G7\\\",\\\"Illustrations.b2a65f36.css\\\",\\\"kwKTi\\\",\\\"Intro.2de3eb42.js\\\",\\\"dkSS0\\\",\\\"wallpaper_collaborative_S2_desktop.1ae295a9.webp\\\",\\\"8HOp3\\\",\\\"Intro.441d1ae1.css\\\",\\\"8tlBk\\\",\\\"Migrating.a3ce7ce0.js\\\",\\\"7u1vT\\\",\\\"Migrating.035fcf34.css\\\",\\\"d0kxQ\\\",\\\"Release Notes.0b2fb321.js\\\",\\\"02Ha9\\\",\\\"Release Notes.f9de56ed.css\\\",\\\"3xrwL\\\",\\\"Style Macro.3ca414ae.js\\\",\\\"j6b2T\\\",\\\"Style Macro.901baae1.css\\\",\\\"kXEJQ\\\",\\\"Workflow Icons.50d3811b.js\\\",\\\"kM7e1\\\",\\\"Workflow Icons.edbc56c1.css\\\",\\\"7fPG3\\\",\\\"Accordion.stories.e4f9f864.js\\\",\\\"5T0BG\\\",\\\"Accordion.stories.ae4f55e1.css\\\",\\\"fOj2t\\\",\\\"ActionButton.stories.c50cb139.js\\\",\\\"k709Y\\\",\\\"ActionButton.stories.62428616.css\\\",\\\"8BMKD\\\",\\\"ActionMenu.stories.e1f65cf4.js\\\",\\\"jKmaa\\\",\\\"ActionMenu.stories.7d2e9ca1.css\\\",\\\"9dhId\\\",\\\"AlertDialog.stories.d0859c75.js\\\",\\\"cXn9V\\\",\\\"AlertDialog.stories.228af70a.css\\\",\\\"hcWPm\\\",\\\"Avatar.stories.706b0074.js\\\",\\\"3FBCJ\\\",\\\"Avatar.stories.bb4eb0b6.css\\\",\\\"7Cumu\\\",\\\"AvatarGroup.stories.802989bc.js\\\",\\\"hNdW1\\\",\\\"AvatarGroup.stories.163d7f4d.css\\\",\\\"jSMkZ\\\",\\\"Badge.stories.2d008b56.js\\\",\\\"9OyA5\\\",\\\"Badge.stories.d9c9f7ad.css\\\",\\\"2G9Ku\\\",\\\"Breadcrumbs.stories.47870465.js\\\",\\\"1jo6H\\\",\\\"Breadcrumbs.stories.bd4e7aad.css\\\",\\\"9XkZV\\\",\\\"Button.stories.e7ab6085.js\\\",\\\"eL81Q\\\",\\\"Button.stories.92cc47d9.css\\\",\\\"k05y7\\\",\\\"ButtonGroup.stories.decf1039.js\\\",\\\"kfnnM\\\",\\\"ButtonGroup.stories.17ad5e4f.css\\\",\\\"4husK\\\",\\\"Card.stories.5b626171.js\\\",\\\"8kAst\\\",\\\"preview.fa2965aa.png\\\",\\\"ep1M1\\\",\\\"placeholder.f0db36ef.png\\\",\\\"avnAn\\\",\\\"Card.stories.0d8e2313.css\\\",\\\"ijXBo\\\",\\\"CardView.stories.3ab98737.js\\\",\\\"18hNX\\\",\\\"CardView.stories.af12bd9d.css\\\",\\\"bs2cj\\\",\\\"Checkbox.stories.816d3429.js\\\",\\\"2Havo\\\",\\\"Checkbox.stories.d0c82413.css\\\",\\\"dLzjX\\\",\\\"CheckboxGroup.stories.78cb79ad.js\\\",\\\"cjjGZ\\\",\\\"CheckboxGroup.stories.d5832083.css\\\",\\\"1c7FB\\\",\\\"ColorArea.stories.fef3776e.js\\\",\\\"4T8Ag\\\",\\\"ColorArea.stories.a1c64f40.css\\\",\\\"6dKgU\\\",\\\"ColorField.stories.d641d30f.js\\\",\\\"dIGkE\\\",\\\"ColorField.stories.39fac92d.css\\\",\\\"f2eMI\\\",\\\"ColorSlider.stories.8c68365e.js\\\",\\\"lKaD4\\\",\\\"ColorSlider.stories.ffd1c8df.css\\\",\\\"aIsMR\\\",\\\"ColorSwatch.stories.2f13ee0b.js\\\",\\\"8etBy\\\",\\\"ColorSwatch.stories.2dd107bc.css\\\",\\\"epCWZ\\\",\\\"ColorSwatchPicker.stories.b22d8d1a.js\\\",\\\"53Nnz\\\",\\\"ColorSwatchPicker.stories.3e325555.css\\\",\\\"gcFXB\\\",\\\"ColorWheel.stories.de4fdf3c.js\\\",\\\"iLAAo\\\",\\\"ColorWheel.stories.3ae58784.css\\\",\\\"iEYN2\\\",\\\"ComboBox.stories.df6f364c.js\\\",\\\"dBLyF\\\",\\\"ComboBox.stories.f3a48e7f.css\\\",\\\"abXZ4\\\",\\\"ContextualHelp.stories.de23a72e.js\\\",\\\"iyq81\\\",\\\"ContextualHelp.stories.4a5b03b8.css\\\",\\\"JtnLu\\\",\\\"Dialog.stories.c60ec780.js\\\",\\\"ebEDZ\\\",\\\"Dialog.stories.ba140a9b.css\\\",\\\"3Ojvu\\\",\\\"Disclosure.stories.ccc4882a.js\\\",\\\"cqFIh\\\",\\\"Disclosure.stories.042b41d0.css\\\",\\\"bZQS1\\\",\\\"Divider.stories.5c4e93ac.js\\\",\\\"2JnbI\\\",\\\"Divider.stories.e578063c.css\\\",\\\"lLSb9\\\",\\\"DropZone.stories.e154317f.js\\\",\\\"9GogI\\\",\\\"DropZone.stories.0b227861.css\\\",\\\"6z8O1\\\",\\\"Form.stories.578690c7.js\\\",\\\"kNGu2\\\",\\\"Form.stories.2155a29a.css\\\",\\\"aVRjy\\\",\\\"Icon.stories.066bed8d.js\\\",\\\"dngFZ\\\",\\\"Icon.stories.e0fa6f70.css\\\",\\\"3W4qB\\\",\\\"IllustratedMessage.stories.695d4370.js\\\",\\\"8dmHN\\\",\\\"IllustratedMessage.stories.318f662e.css\\\",\\\"1ypL3\\\",\\\"InlineAlert.stories.eb968377.js\\\",\\\"atEni\\\",\\\"InlineAlert.stories.98ed2c32.css\\\",\\\"fqp1N\\\",\\\"Link.stories.b289245f.js\\\",\\\"7g9LV\\\",\\\"Link.stories.b3ab7975.css\\\",\\\"co4ZG\\\",\\\"LinkButton.stories.6f6cf6b8.js\\\",\\\"k30p6\\\",\\\"LinkButton.stories.7b7c8694.css\\\",\\\"2fYxB\\\",\\\"Menu.stories.47519671.js\\\",\\\"11D9G\\\",\\\"normal.ded32008.png\\\",\\\"6L1rC\\\",\\\"multiply.9c18c7f4.png\\\",\\\"4YehN\\\",\\\"screen.88c89678.png\\\",\\\"ja1qA\\\",\\\"Menu.stories.9688e35d.css\\\",\\\"9C5q7\\\",\\\"Meter.stories.72bd02f1.js\\\",\\\"gQm2n\\\",\\\"Meter.stories.3855a5a1.css\\\",\\\"gPUK1\\\",\\\"NumberField.stories.313b3cff.js\\\",\\\"8dIOY\\\",\\\"NumberField.stories.f164a276.css\\\",\\\"gBI8F\\\",\\\"Picker.stories.afb68fe2.js\\\",\\\"fOkjh\\\",\\\"Picker.stories.91965c06.css\\\",\\\"kx4gr\\\",\\\"ProgressBar.stories.ca6efc43.js\\\",\\\"8R4gl\\\",\\\"ProgressBar.stories.d09cd625.css\\\",\\\"4e96l\\\",\\\"ProgressCircle.stories.a667b5b1.js\\\",\\\"fJjPf\\\",\\\"ProgressCircle.stories.7a3ddb24.css\\\",\\\"awqCN\\\",\\\"RadioGroup.stories.4145e6ca.js\\\",\\\"jcxag\\\",\\\"RadioGroup.stories.86e10806.css\\\",\\\"2eTDA\\\",\\\"RangeSlider.stories.8196f99f.js\\\",\\\"bTTfq\\\",\\\"RangeSlider.stories.18d72926.css\\\",\\\"g9IMv\\\",\\\"SearchField.stories.06b288b6.js\\\",\\\"5RLmX\\\",\\\"SearchField.stories.99902388.css\\\",\\\"badBQ\\\",\\\"SegmentedControl.stories.633c7e2c.js\\\",\\\"fEAlX\\\",\\\"SegmentedControl.stories.417bf59d.css\\\",\\\"8d2Oa\\\",\\\"Slider.stories.19c88491.js\\\",\\\"frw1U\\\",\\\"Slider.stories.1a261c7e.css\\\",\\\"bFrE0\\\",\\\"StatusLight.stories.9c8c36c4.js\\\",\\\"eTvsC\\\",\\\"StatusLight.stories.1fc84933.css\\\",\\\"60FFj\\\",\\\"StyleMacro.stories.bad7d2e8.js\\\",\\\"135ty\\\",\\\"StyleMacro.stories.d641ec9e.css\\\",\\\"4nr31\\\",\\\"Switch.stories.041aa806.js\\\",\\\"cma19\\\",\\\"Switch.stories.477452c8.css\\\",\\\"2jCl8\\\",\\\"TableView.stories.ed36d9e7.js\\\",\\\"l0QFN\\\",\\\"TableView.stories.be070969.css\\\",\\\"jJrEM\\\",\\\"Tabs.stories.21edde6c.js\\\",\\\"6TS1v\\\",\\\"Tabs.stories.102d6980.css\\\",\\\"2ns1n\\\",\\\"TagGroup.stories.1eed3fcb.js\\\",\\\"3Y7or\\\",\\\"TagGroup.stories.73dcaaa8.css\\\",\\\"4iFiI\\\",\\\"TextField.stories.398c33ed.js\\\",\\\"6xngv\\\",\\\"TextField.stories.32572d69.css\\\",\\\"cH4D9\\\",\\\"ToggleButton.stories.6e77caa2.js\\\",\\\"48Hct\\\",\\\"ToggleButton.stories.5012f1b3.css\\\",\\\"kgYiy\\\",\\\"Tooltip.stories.b6417f26.js\\\",\\\"hTGnP\\\",\\\"Tooltip.stories.e0c55186.css\\\",\\\"76Pv7\\\",\\\"entry-preview.897e9a39.js\\\",\\\"lPESx\\\",\\\"entry-preview-docs.5b6c024e.js\\\",\\\"fCmBC\\\",\\\"entry-preview-docs.921bdf8f.js\\\",\\\"gubSo\\\",\\\"preview.ae7dc0b1.js\\\",\\\"kSaDU\\\",\\\"preview.eeb7c310.js\\\",\\\"71vZC\\\",\\\"react.8b972bf9.js\\\",\\\"eRMcC\\\",\\\"preview.ebed4179.js\\\",\\\"hWwUI\\\",\\\"Color-6VNJS4EI.5898db0f.js\\\",\\\"b3wB8\\\",\\\"syntaxhighlighter-B5GMVT5T.88959b10.js\\\",\\\"9qpSE\\\",\\\"formatter-SWP5E3XI.f9156258.js\\\",\\\"i5IYm\\\",\\\"WithTooltip-V3YHNWJZ.7cf0b840.js\\\",\\\"gUAnN\\\",\\\"preview.e599961c.js\\\",\\\"5R3UF\\\",\\\"preview.b046f76a.js\\\",\\\"572ZW\\\",\\\"preview.177ccc21.js\\\",\\\"cqvp2\\\",\\\"preview.a1199a3f.js\\\",\\\"4djVf\\\",\\\"preview.ce6f45ef.js\\\",\\\"fnCBQ\\\",\\\"preview.b560587f.js\\\",\\\"4TIH0\\\",\\\"preview.4454a2ec.js\\\",\\\"jBmYT\\\",\\\"axe.e1bcb622.js\\\",\\\"bhT7K\\\",\\\"preview.b6aa767c.js\\\",\\\"ddSm7\\\",\\\"logo.5ec3ca99.svg\\\",\\\"j73KE\\\",\\\"logo-dark.bdeff35f.svg\\\",\\\"2lrQ1\\\",\\\"preview.e9d6707c.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.804f59da.js.map"}