@m3e/loading-indicator 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +0 -24
- package/dist/index.js +17 -51
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +33 -28
- package/dist/index.min.js.map +1 -1
- package/dist/src/LoadingIndicatorElement.d.ts +0 -1
- package/dist/src/LoadingIndicatorElement.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../node_modules/tslib/tslib.es6.js","../../../node_modules/@lit/reactive-element/decorators/custom-element.js","../../../node_modules/@lit/reactive-element/css-tag.js","../../../node_modules/@lit/reactive-element/reactive-element.js","../../../node_modules/@lit/reactive-element/decorators/property.js","../../../node_modules/@lit/reactive-element/decorators/base.js","../../../node_modules/@lit/reactive-element/decorators/query.js","../../src/LoadingIndicatorToken.ts","../../src/ShapePolygon.ts","../../src/LoadingIndicatorElement.ts"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\r\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\r\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nvar ownKeys = function(o) {\r\n ownKeys = Object.getOwnPropertyNames || function (o) {\r\n var ar = [];\r\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\r\n return ar;\r\n };\r\n return ownKeys(o);\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose, inner;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n if (async) inner = dispose;\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n var r, s = 0;\r\n function next() {\r\n while (r = env.stack.pop()) {\r\n try {\r\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\r\n if (r.dispose) {\r\n var result = r.dispose.call(r.value);\r\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n else s |= 1;\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\r\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\r\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\r\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\r\n });\r\n }\r\n return path;\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __esDecorate: __esDecorate,\r\n __runInitializers: __runInitializers,\r\n __propKey: __propKey,\r\n __setFunctionName: __setFunctionName,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,\r\n};\r\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)};export{t as customElement};\n//# sourceMappingURL=custom-element.js.map\n","/**\n * @license\n * Copyright 2019 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&\"adoptedStyleSheets\"in Document.prototype&&\"replace\"in CSSStyleSheet.prototype,s=Symbol(),o=new WeakMap;class n{constructor(t,e,o){if(this._$cssResult$=!0,o!==s)throw Error(\"CSSResult is not constructable. Use `unsafeCSS` or `css` instead.\");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o.set(s,t))}return t}toString(){return this.cssText}}const r=t=>new n(\"string\"==typeof t?t:t+\"\",void 0,s),i=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if(\"number\"==typeof t)return t;throw Error(\"Value passed to 'css' function must be a 'css' function result: \"+t+\". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.\")})(s)+t[o+1]),t[0]);return new n(o,t,s)},S=(s,o)=>{if(e)s.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement(\"style\"),n=t.litNonce;void 0!==n&&o.setAttribute(\"nonce\",n),o.textContent=e.cssText,s.appendChild(o)}},c=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e=\"\";for(const s of t.cssRules)e+=s.cssText;return r(e)})(t):t;export{n as CSSResult,S as adoptStyles,i as css,c as getCompatibleStyle,e as supportsAdoptingStyleSheets,r as unsafeCSS};\n//# sourceMappingURL=css-tag.js.map\n","import{getCompatibleStyle as t,adoptStyles as s}from\"./css-tag.js\";export{CSSResult,css,supportsAdoptingStyleSheets,unsafeCSS}from\"./css-tag.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const{is:i,defineProperty:e,getOwnPropertyDescriptor:h,getOwnPropertyNames:r,getOwnPropertySymbols:o,getPrototypeOf:n}=Object,a=globalThis,c=a.trustedTypes,l=c?c.emptyScript:\"\",p=a.reactiveElementPolyfillSupport,d=(t,s)=>t,u={toAttribute(t,s){switch(s){case Boolean:t=t?l:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},f=(t,s)=>!i(t,s),b={attribute:!0,type:String,converter:u,reflect:!1,useDefault:!1,hasChanged:f};Symbol.metadata??=Symbol(\"metadata\"),a.litPropertyMetadata??=new WeakMap;class y extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=b){if(s.state&&(s.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((s=Object.create(s)).wrapped=!0),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),h=this.getPropertyDescriptor(t,i,s);void 0!==h&&e(this.prototype,t,h)}}static getPropertyDescriptor(t,s,i){const{get:e,set:r}=h(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t}};return{get:e,set(s){const h=e?.call(this);r?.call(this,s),this.requestUpdate(t,h,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??b}static _$Ei(){if(this.hasOwnProperty(d(\"elementProperties\")))return;const t=n(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(d(\"finalized\")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(d(\"properties\"))){const t=this.properties,s=[...r(t),...o(t)];for(const i of s)this.createProperty(i,t[i])}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i)}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(t(s))}else void 0!==s&&i.push(t(s));return i}static _$Eu(t,s){const i=s.attribute;return!1===i?void 0:\"string\"==typeof i?i:\"string\"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return s(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,s,i){this._$AK(t,i)}_$ET(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&!0===i.reflect){const h=(void 0!==i.converter?.toAttribute?i.converter:u).toAttribute(s,i.type);this._$Em=t,null==h?this.removeAttribute(e):this.setAttribute(e,h),this._$Em=null}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),h=\"function\"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u;this._$Em=e;const r=h.fromAttribute(s,t.type);this[e]=r??this._$Ej?.get(e)??r,this._$Em=null}}requestUpdate(t,s,i){if(void 0!==t){const e=this.constructor,h=this[t];if(i??=e.getPropertyOptions(t),!((i.hasChanged??f)(h,s)||i.useDefault&&i.reflect&&h===this._$Ej?.get(t)&&!this.hasAttribute(e._$Eu(t,i))))return;this.C(t,s,i)}!1===this.isUpdatePending&&(this._$ES=this._$EP())}C(t,s,{useDefault:i,reflect:e,wrapped:h},r){i&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,r??s??this[t]),!0!==h||void 0!==r)||(this._$AL.has(t)||(this.hasUpdated||i||(s=void 0),this._$AL.set(t,s)),!0===e&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t){const{wrapped:t}=i,e=this[s];!0!==t||this._$AL.has(s)||void 0===e||this.C(s,void 0,i,e)}}let t=!1;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(s)):this._$EM()}catch(s){throw t=!1,this._$EM(),s}t&&this._$AE(s)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach((t=>this._$ET(t,this[t]))),this._$EM()}updated(t){}firstUpdated(t){}}y.elementStyles=[],y.shadowRootOptions={mode:\"open\"},y[d(\"elementProperties\")]=new Map,y[d(\"finalized\")]=new Map,p?.({ReactiveElement:y}),(a.reactiveElementVersions??=[]).push(\"2.1.1\");export{y as ReactiveElement,s as adoptStyles,u as defaultConverter,t as getCompatibleStyle,f as notEqual};\n//# sourceMappingURL=reactive-element.js.map\n","import{defaultConverter as t,notEqual as e}from\"../reactive-element.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const o={attribute:!0,type:String,converter:t,reflect:!1,hasChanged:e},r=(t=o,e,r)=>{const{kind:n,metadata:i}=r;let s=globalThis.litPropertyMetadata.get(i);if(void 0===s&&globalThis.litPropertyMetadata.set(i,s=new Map),\"setter\"===n&&((t=Object.create(t)).wrapped=!0),s.set(r.name,t),\"accessor\"===n){const{name:o}=r;return{set(r){const n=e.get.call(this);e.set.call(this,r),this.requestUpdate(o,n,t)},init(e){return void 0!==e&&this.C(o,void 0,t,e),e}}}if(\"setter\"===n){const{name:o}=r;return function(r){const n=this[o];e.call(this,r),this.requestUpdate(o,n,t)}}throw Error(\"Unsupported decorator location: \"+n)};function n(t){return(e,o)=>\"object\"==typeof o?r(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)}export{n as property,r as standardProperty};\n//# sourceMappingURL=property.js.map\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst e=(e,t,c)=>(c.configurable=!0,c.enumerable=!0,Reflect.decorate&&\"object\"!=typeof t&&Object.defineProperty(e,t,c),c);export{e as desc};\n//# sourceMappingURL=base.js.map\n","import{desc as t}from\"./base.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function e(e,r){return(n,s,i)=>{const o=t=>t.renderRoot?.querySelector(e)??null;if(r){const{get:e,set:r}=\"object\"==typeof s?n:i??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return t(n,s,{get(){let t=e.call(this);return void 0===t&&(t=o(this),(null!==t||this.hasUpdated)&&r.call(this,t)),t}})}return t(n,s,{get(){return o(this)}})}}export{e as query};\n//# sourceMappingURL=query.js.map\n","import { unsafeCSS } from \"lit\";\r\n\r\nimport { DesignToken } from \"@m3e/core\";\r\n\r\nexport const LoadingIndicatorToken = {\r\n activeIndicatorSize: unsafeCSS(`var(--m3e-loading-indicator-size, 2.375rem)`),\r\n activeIndicatorColor: unsafeCSS(`var(--m3e-loading-indicator-active-indicator-color, ${DesignToken.color.primary})`),\r\n containedActiveIndicatorColor: unsafeCSS(\r\n `var(--m3e-loading-indicator-contained-active-indicator-color, ${DesignToken.color.onPrimaryContainer})`\r\n ),\r\n containedContainerColor: unsafeCSS(\r\n `var(--m3e-loading-indicator-contained-container-color, ${DesignToken.color.secondaryContainer})`\r\n ),\r\n containerShape: unsafeCSS(`var(--m3e-loading-indicator-container-shape, ${DesignToken.shape.corner.full})`),\r\n containerSize: unsafeCSS(`var(--m3e-loading-indicator-container-size, 3rem)`),\r\n} as const;\r\n","import { CSSResult, unsafeCSS } from \"lit\";\r\n\r\n/**\r\n * Normalized polygons for each shape.\r\n * @internal\r\n */\r\nexport const ShapePolygon: Record<string, CSSResult> = {\r\n \"4-sided-cookie\": unsafeCSS(\r\n \"24.79% 1.00%,24.19% 1.00%,23.58% 1.00%,22.98% 1.00%,22.38% 1.00%,21.79% 1.00%,21.19% 1.00%,20.59% 1.00%,20.00% 1.00%,19.42% 1.00%,18.83% 1.00%,18.25% 1.16%,17.67% 1.35%,17.10% 1.55%,16.54% 1.77%,15.98% 2.00%,15.42% 2.24%,14.88% 2.50%,14.33% 2.76%,13.79% 3.05%,13.26% 3.34%,12.74% 3.64%,12.23% 3.97%,11.73% 4.29%,11.22% 4.63%,10.72% 4.98%,10.24% 5.35%,9.77% 5.73%,9.31% 6.12%,8.84% 6.51%,8.39% 6.91%,7.95% 7.33%,7.52% 7.76%,7.11% 8.19%,6.69% 8.64%,6.29% 9.08%,5.90% 9.55%,5.52% 10.02%,5.15% 10.50%,4.79% 11.00%,4.45% 11.49%,4.11% 12.00%,3.79% 12.51%,3.47% 13.03%,3.18% 13.55%,2.89% 14.08%,2.62% 14.63%,2.36% 15.17%,2.11% 15.72%,1.87% 16.28%,1.65% 16.84%,1.44% 17.41%,1.25% 17.99%,1.07% 18.56%,1.00% 19.14%,1.00% 19.73%,1.00% 20.31%,1.00% 20.91%,1.00% 21.51%,1.00% 22.11%,1.00% 22.71%,1.00% 23.31%,1.00% 23.91%,1.00% 24.52%,1.00% 25.12%,1.00% 25.73%,1.00% 26.33%,1.00% 26.94%,1.00% 27.54%,1.00% 28.15%,1.00% 28.75%,1.00% 29.35%,1.00% 29.95%,1.00% 30.54%,1.00% 31.13%,1.00% 31.73%,1.00% 32.31%,1.03% 32.90%,1.21% 33.47%,1.39% 34.04%,1.60% 34.62%,1.81% 35.19%,2.04% 35.75%,2.28% 36.31%,2.51% 36.86%,2.76% 37.42%,2.99% 37.98%,3.24% 38.53%,3.49% 39.08%,3.72% 39.64%,3.96% 40.20%,4.18% 40.76%,4.40% 41.33%,4.59% 41.91%,4.78% 42.48%,4.95% 43.06%,5.10% 43.65%,5.24% 44.23%,5.37% 44.82%,5.48% 45.42%,5.58% 46.02%,5.67% 46.62%,5.74% 47.21%,5.80% 47.81%,5.84% 48.43%,5.87% 49.02%,5.90% 49.64%,5.90% 50.23%,5.88% 50.85%,5.86% 51.44%,5.82% 52.06%,5.75% 52.65%,5.69% 53.25%,5.61% 53.87%,5.50% 54.45%,5.40% 55.05%,5.27% 55.65%,5.13% 56.23%,4.97% 56.82%,4.82% 57.40%,4.63% 57.98%,4.44% 58.55%,4.23% 59.12%,4.01% 59.68%,3.77% 60.24%,3.53% 60.80%,3.29% 61.36%,3.05% 61.91%,2.81% 62.47%,2.56% 63.03%,2.33% 63.57%,2.08% 64.13%,1.86% 64.69%,1.64% 65.27%,1.43% 65.83%,1.25% 66.41%,1.07% 66.98%,1.00% 67.57%,1.00% 68.15%,1.00% 68.74%,1.00% 69.34%,1.00% 69.92%,1.00% 70.52%,1.00% 71.12%,1.00% 71.73%,1.00% 72.33%,1.00% 72.93%,1.00% 73.54%,1.00% 74.14%,1.00% 74.75%,1.00% 75.35%,1.00% 75.96%,1.00% 76.56%,1.00% 77.17%,1.00% 77.77%,1.00% 78.37%,1.00% 78.96%,1.00% 79.55%,1.00% 80.14%,1.00% 80.73%,1.03% 81.31%,1.21% 81.90%,1.39% 82.47%,1.60% 83.04%,1.82% 83.60%,2.06% 84.16%,2.30% 84.71%,2.56% 85.26%,2.84% 85.80%,3.12% 86.34%,3.41% 86.87%,3.72% 87.39%,4.05% 87.90%,4.37% 88.40%,4.72% 88.90%,5.08% 89.39%,5.44% 89.88%,5.82% 90.34%,6.21% 90.81%,6.61% 91.27%,7.01% 91.72%,7.43% 92.15%,7.86% 92.58%,8.30% 93.00%,8.75% 93.41%,9.20% 93.81%,9.67% 94.20%,10.14% 94.57%,10.63% 94.94%,11.11% 95.29%,11.62% 95.64%,12.12% 95.97%,12.64% 96.29%,13.16% 96.60%,13.69% 96.89%,14.22% 97.18%,14.76% 97.45%,15.30% 97.71%,15.86% 97.96%,16.42% 98.19%,16.98% 98.40%,17.56% 98.61%,18.13% 98.80%,18.71% 98.98%,19.29% 99.14%,19.87% 99.30%,20.47% 99.43%,21.06% 99.56%,21.66% 99.66%,22.25% 99.75%,22.85% 99.83%,23.46% 99.90%,24.06% 99.95%,24.66% 99.97%,25.27% 100.00%,25.88% 100.00%,26.48% 99.99%,27.10% 99.96%,27.69% 99.92%,28.29% 99.87%,28.90% 99.80%,29.50% 99.71%,30.10% 99.62%,30.69% 99.51%,31.29% 99.39%,31.87% 99.25%,32.46% 99.09%,33.04% 98.93%,33.62% 98.75%,34.19% 98.56%,34.76% 98.35%,35.33% 98.14%,35.89% 97.90%,36.44% 97.66%,37.00% 97.42%,37.56% 97.18%,38.12% 96.94%,38.66% 96.69%,39.22% 96.46%,39.78% 96.21%,40.34% 95.98%,40.90% 95.76%,41.48% 95.56%,42.05% 95.37%,42.62% 95.18%,43.21% 95.02%,43.79% 94.86%,44.38% 94.73%,44.98% 94.60%,45.56% 94.50%,46.16% 94.39%,46.76% 94.31%,47.37% 94.23%,47.97% 94.18%,48.58% 94.14%,49.18% 94.12%,49.79% 94.10%,50.39% 94.10%,51.00% 94.13%,51.60% 94.16%,52.20% 94.20%,52.81% 94.26%,53.41% 94.33%,54.01% 94.42%,54.61% 94.52%,55.21% 94.64%,55.79% 94.77%,56.38% 94.91%,56.96% 95.07%,57.55% 95.24%,58.12% 95.42%,58.69% 95.61%,59.27% 95.82%,59.83% 96.04%,60.39% 96.29%,60.94% 96.53%,61.49% 96.77%,62.05% 97.01%,62.61% 97.25%,63.16% 97.49%,63.72% 97.74%,64.28% 97.97%,64.84% 98.20%,65.40% 98.41%,65.97% 98.61%,66.55% 98.80%,67.13% 98.97%,67.71% 99.14%,68.30% 99.28%,68.88% 99.43%,69.48% 99.54%,70.08% 99.65%,70.68% 99.74%,71.28% 99.82%,71.88% 99.88%,72.49% 99.93%,73.09% 99.97%,73.70% 100.00%,74.30% 100.00%,74.91% 99.99%,75.51% 99.97%,76.12% 99.93%,76.72% 99.88%,77.32% 99.80%,77.92% 99.73%,78.51% 99.64%,79.11% 99.52%,79.70% 99.39%,80.30% 99.26%,80.88% 99.10%,81.45% 98.93%,82.04% 98.75%,82.61% 98.56%,83.17% 98.35%,83.75% 98.11%,84.31% 97.88%,84.85% 97.63%,85.40% 97.37%,85.93% 97.10%,86.47% 96.81%,87.00% 96.51%,87.52% 96.20%,88.03% 95.87%,88.53% 95.54%,89.03% 95.18%,89.51% 94.83%,89.99% 94.47%,90.46% 94.08%,90.93% 93.69%,91.38% 93.30%,91.83% 92.88%,92.27% 92.46%,92.69% 92.02%,93.10% 91.59%,93.51% 91.14%,93.91% 90.68%,94.29% 90.21%,94.66% 89.73%,95.03% 89.25%,95.38% 88.76%,95.72% 88.26%,96.04% 87.75%,96.37% 87.23%,96.67% 86.71%,96.97% 86.18%,97.24% 85.65%,97.51% 85.10%,97.77% 84.55%,98.01% 83.99%,98.24% 83.43%,98.45% 82.87%,98.66% 82.30%,98.84% 81.73%,99.02% 81.14%,99.18% 80.56%,99.34% 79.97%,99.47% 79.39%,99.58% 78.79%,99.69% 78.19%,99.78% 77.59%,99.84% 76.99%,99.91% 76.39%,99.95% 75.78%,99.99% 75.18%,100.00% 74.57%,100.00% 73.97%,99.99% 73.36%,99.96% 72.76%,99.91% 72.15%,99.86% 71.55%,99.78% 70.95%,99.70% 70.35%,99.60% 69.76%,99.48% 69.16%,99.35% 68.57%,99.21% 67.99%,99.05% 67.40%,98.88% 66.81%,98.70% 66.24%,98.50% 65.67%,98.30% 65.10%,98.07% 64.54%,97.84% 63.98%,97.61% 63.42%,97.36% 62.86%,97.12% 62.30%,96.88% 61.75%,96.64% 61.19%,96.40% 60.63%,96.16% 60.09%,95.93% 59.53%,95.71% 58.95%,95.51% 58.38%,95.31% 57.81%,95.15% 57.24%,94.98% 56.65%,94.83% 56.06%,94.69% 55.47%,94.57% 54.88%,94.47% 54.28%,94.36% 53.68%,94.29% 53.08%,94.22% 52.49%,94.17% 51.87%,94.14% 51.28%,94.12% 50.66%,94.10% 50.07%,94.12% 49.45%,94.13% 48.85%,94.17% 48.24%,94.21% 47.64%,94.27% 47.05%,94.35% 46.45%,94.44% 45.85%,94.55% 45.25%,94.66% 44.65%,94.79% 44.07%,94.95% 43.47%,95.11% 42.89%,95.28% 42.31%,95.47% 41.74%,95.67% 41.16%,95.87% 40.59%,96.11% 40.03%,96.34% 39.47%,96.59% 38.93%,96.82% 38.37%,97.07% 37.81%,97.31% 37.26%,97.55% 36.70%,97.80% 36.14%,98.03% 35.58%,98.26% 35.02%,98.46% 34.46%,98.66% 33.89%,98.84% 33.30%,99.02% 32.73%,99.18% 32.14%,99.32% 31.56%,99.45% 30.96%,99.57% 30.37%,99.67% 29.78%,99.77% 29.18%,99.84% 28.58%,99.91% 27.97%,99.95% 27.37%,99.99% 26.76%,100.00% 26.16%,100.00% 25.55%,99.99% 24.95%,99.96% 24.34%,99.92% 23.74%,99.86% 23.14%,99.79% 22.53%,99.70% 21.93%,99.61% 21.33%,99.49% 20.74%,99.36% 20.15%,99.22% 19.56%,99.06% 18.97%,98.88% 18.40%,98.70% 17.82%,98.50% 17.24%,98.28% 16.68%,98.06% 16.12%,97.83% 15.56%,97.57% 15.02%,97.31% 14.47%,97.02% 13.93%,96.73% 13.40%,96.43% 12.87%,96.12% 12.36%,95.80% 11.84%,95.46% 11.35%,95.11% 10.85%,94.74% 10.36%,94.36% 9.89%,93.99% 9.42%,93.60% 8.95%,93.19% 8.50%,92.78% 8.06%,92.35% 7.63%,91.92% 7.21%,91.48% 6.79%,91.02% 6.39%,90.56% 6.00%,90.10% 5.61%,89.61% 5.24%,89.13% 4.88%,88.64% 4.53%,88.13% 4.19%,87.62% 3.87%,87.10% 3.55%,86.58% 3.25%,86.05% 2.97%,85.52% 2.68%,84.97% 2.42%,84.41% 2.17%,83.86% 1.93%,83.29% 1.70%,82.73% 1.50%,82.16% 1.29%,81.59% 1.11%,81.00% 1.00%,80.41% 1.00%,79.83% 1.00%,79.23% 1.00%,78.64% 1.00%,78.05% 1.00%,77.45% 1.00%,76.85% 1.00%,76.24% 1.00%,75.64% 1.00%,75.03% 1.00%,74.43% 1.00%,73.82% 1.00%,73.22% 1.00%,72.61% 1.00%,72.01% 1.00%,71.41% 1.00%,70.80% 1.00%,70.20% 1.00%,69.61% 1.00%,69.01% 1.00%,68.43% 1.00%,67.83% 1.00%,67.24% 1.00%,66.67% 1.16%,66.10% 1.35%,65.53% 1.55%,64.95% 1.76%,64.39% 1.98%,63.83% 2.21%,63.83% 2.21%,63.27% 2.46%,62.73% 2.69%,62.17% 2.94%,61.61% 3.18%,61.05% 3.42%,60.50% 3.66%,59.94% 3.90%,59.38% 4.13%,58.81% 4.35%,58.24% 4.54%,57.67% 4.72%,57.09% 4.91%,56.51% 5.06%,55.91% 5.21%,55.32% 5.34%,54.72% 5.45%,54.14% 5.56%,53.54% 5.65%,52.93% 5.73%,52.33% 5.79%,51.73% 5.83%,51.12% 5.87%,50.52% 5.90%,49.91% 5.90%,49.31% 5.88%,48.70% 5.86%,48.10% 5.83%,47.49% 5.78%,46.89% 5.70%,46.29% 5.62%,45.69% 5.53%,45.09% 5.43%,44.51% 5.30%,43.91% 5.17%,43.32% 5.01%,42.74% 4.85%,42.17% 4.67%,41.59% 4.49%,41.02% 4.28%,40.46% 4.06%,39.89% 3.84%,39.34% 3.59%,38.78% 3.36%,38.22% 3.11%,37.68% 2.86%,37.12% 2.63%,36.56% 2.38%,36.01% 2.15%,35.45% 1.91%,34.88% 1.69%,34.32% 1.48%,33.75% 1.29%,33.16% 1.11%,32.57% 1.00%,32.00% 1.00%,31.40% 1.00%,30.82% 1.00%,30.22% 1.00%,29.62% 1.00%,29.02% 1.00%,28.42% 1.00%,27.82% 1.00%,27.21% 1.00%,26.61% 1.00%,26.00% 1.00%,25.40% 1.00%\"\r\n ),\r\n \"7-sided-cookie\": unsafeCSS(\r\n \"49.39% 1.00%,48.85% 1.00%,48.33% 1.00%,47.81% 1.00%,47.29% 1.00%,46.76% 1.00%,46.24% 1.00%,45.73% 1.00%,45.21% 1.00%,44.70% 1.00%,44.19% 1.00%,43.69% 1.01%,43.19% 1.18%,42.69% 1.36%,42.20% 1.55%,41.72% 1.77%,41.24% 1.98%,40.77% 2.22%,40.29% 2.47%,39.83% 2.73%,39.38% 2.99%,38.93% 3.28%,38.49% 3.57%,38.06% 3.87%,37.63% 4.20%,37.22% 4.52%,36.80% 4.86%,36.41% 5.21%,36.01% 5.56%,35.61% 5.90%,35.21% 6.27%,35.21% 6.27%,34.82% 6.61%,34.41% 6.96%,34.01% 7.30%,33.59% 7.62%,33.17% 7.94%,32.73% 8.25%,32.29% 8.54%,31.84% 8.81%,31.39% 9.09%,30.92% 9.34%,30.46% 9.60%,29.98% 9.82%,29.50% 10.04%,29.01% 10.26%,28.52% 10.45%,28.03% 10.63%,27.53% 10.80%,27.03% 10.95%,26.52% 11.10%,26.01% 11.23%,25.50% 11.35%,24.97% 11.45%,24.45% 11.54%,23.94% 11.64%,23.42% 11.74%,22.90% 11.83%,22.37% 11.93%,21.86% 12.04%,21.35% 12.17%,20.84% 12.30%,20.33% 12.46%,19.83% 12.63%,19.33% 12.79%,18.85% 12.99%,18.36% 13.19%,17.87% 13.41%,17.40% 13.64%,16.92% 13.88%,16.46% 14.13%,16.01% 14.39%,15.56% 14.67%,15.11% 14.96%,14.67% 15.26%,14.24% 15.57%,13.82% 15.90%,13.41% 16.23%,13.00% 16.57%,12.61% 16.93%,12.22% 17.29%,11.85% 17.66%,11.48% 18.05%,11.13% 18.45%,10.77% 18.84%,10.44% 19.25%,10.11% 19.67%,9.80% 20.11%,9.49% 20.54%,9.19% 20.98%,8.91% 21.43%,8.65% 21.89%,8.38% 22.35%,8.13% 22.82%,7.90% 23.30%,7.67% 23.79%,7.46% 24.28%,7.26% 24.77%,7.08% 25.26%,6.90% 25.77%,6.73% 26.29%,6.59% 26.79%,6.46% 27.31%,6.33% 27.83%,6.22% 28.35%,6.13% 28.87%,6.04% 29.40%,5.97% 29.93%,5.91% 30.47%,5.88% 31.00%,5.84% 31.53%,5.83% 32.07%,5.83% 32.60%,5.84% 33.13%,5.87% 33.67%,5.89% 34.20%,5.91% 34.74%,5.94% 35.27%,5.96% 35.80%,5.97% 36.34%,5.97% 36.87%,5.95% 37.40%,5.93% 37.94%,5.89% 38.47%,5.83% 39.00%,5.76% 39.53%,5.68% 40.06%,5.58% 40.58%,5.47% 41.10%,5.36% 41.63%,5.21% 42.15%,5.07% 42.65%,4.92% 43.17%,4.74% 43.66%,4.55% 44.17%,4.36% 44.66%,4.14% 45.15%,3.92% 45.63%,3.68% 46.12%,3.44% 46.58%,3.18% 47.05%,2.93% 47.52%,2.68% 48.00%,2.43% 48.47%,2.20% 48.94%,1.96% 49.42%,1.75% 49.90%,1.54% 50.40%,1.34% 50.90%,1.16% 51.39%,1.00% 51.91%,1.00% 52.42%,1.00% 52.93%,1.00% 53.45%,1.00% 53.97%,1.00% 54.50%,1.00% 55.03%,1.00% 55.54%,1.00% 56.08%,1.00% 56.61%,1.00% 57.14%,1.00% 57.67%,1.00% 58.21%,1.00% 58.74%,1.00% 59.28%,1.00% 59.81%,1.00% 60.34%,1.00% 60.87%,1.00% 61.40%,1.00% 61.93%,1.00% 62.46%,1.00% 62.97%,1.00% 63.50%,1.00% 64.01%,1.00% 64.53%,1.09% 65.03%,1.27% 65.54%,1.46% 66.04%,1.66% 66.53%,1.88% 67.02%,2.10% 67.51%,2.34% 67.98%,2.59% 68.46%,2.85% 68.92%,3.11% 69.37%,3.40% 69.83%,3.69% 70.26%,4.00% 70.71%,4.32% 71.13%,4.64% 71.55%,4.99% 71.96%,5.33% 72.35%,5.69% 72.75%,6.06% 73.14%,6.44% 73.51%,6.83% 73.87%,7.22% 74.22%,7.62% 74.57%,8.04% 74.89%,8.47% 75.22%,8.89% 75.53%,9.32% 75.84%,9.74% 76.15%,10.17% 76.47%,10.59% 76.79%,11.01% 77.12%,11.42% 77.45%,11.82% 77.80%,12.21% 78.16%,12.59% 78.54%,12.96% 78.91%,13.32% 79.29%,13.68% 79.70%,14.01% 80.10%,14.35% 80.52%,14.67% 80.94%,14.97% 81.37%,15.28% 81.82%,15.57% 82.26%,15.84% 82.72%,16.10% 83.18%,16.36% 83.65%,16.60% 84.13%,16.83% 84.61%,17.05% 85.09%,17.25% 85.58%,17.46% 86.08%,17.67% 86.57%,17.87% 87.06%,18.09% 87.54%,18.30% 88.04%,18.54% 88.52%,18.77% 88.99%,19.04% 89.45%,19.30% 89.91%,19.57% 90.37%,19.87% 90.81%,20.16% 91.26%,20.47% 91.69%,20.81% 92.11%,21.14% 92.52%,21.48% 92.93%,21.83% 93.33%,22.19% 93.71%,22.56% 94.08%,22.95% 94.46%,23.35% 94.82%,23.74% 95.17%,24.15% 95.50%,24.57% 95.83%,25.00% 96.14%,25.44% 96.44%,25.88% 96.73%,26.33% 97.02%,26.78% 97.28%,27.24% 97.55%,27.70% 97.79%,28.18% 98.02%,28.67% 98.24%,29.15% 98.45%,29.64% 98.64%,30.14% 98.83%,30.64% 99.00%,31.14% 99.16%,31.65% 99.30%,32.16% 99.43%,32.67% 99.54%,33.19% 99.65%,33.71% 99.75%,34.24% 99.82%,34.76% 99.88%,35.28% 99.93%,35.80% 99.96%,36.34% 99.99%,36.86% 100.00%,37.39% 99.99%,37.92% 99.98%,38.44% 99.94%,38.96% 99.89%,39.50% 99.83%,40.02% 99.76%,40.53% 99.68%,41.05% 99.58%,41.56% 99.46%,42.09% 99.33%,42.58% 99.19%,43.09% 99.05%,43.61% 98.91%,44.12% 98.76%,44.63% 98.62%,45.14% 98.48%,45.65% 98.36%,46.16% 98.26%,46.68% 98.16%,47.20% 98.09%,47.73% 98.02%,48.25% 97.97%,48.78% 97.93%,49.31% 97.91%,49.84% 97.90%,50.36% 97.90%,50.88% 97.91%,51.42% 97.94%,51.94% 97.98%,52.46% 98.04%,52.99% 98.11%,53.51% 98.20%,54.03% 98.29%,54.54% 98.40%,55.05% 98.53%,55.56% 98.67%,56.07% 98.81%,56.58% 98.95%,57.10% 99.10%,57.59% 99.24%,58.10% 99.37%,58.63% 99.49%,59.14% 99.62%,59.66% 99.71%,60.18% 99.78%,60.71% 99.86%,61.23% 99.92%,61.75% 99.95%,62.28% 99.99%,62.81% 100.00%,63.33% 100.00%,63.86% 99.99%,64.39% 99.95%,64.91% 99.92%,65.44% 99.87%,65.97% 99.80%,66.49% 99.71%,67.00% 99.62%,67.52% 99.51%,68.03% 99.39%,68.54% 99.25%,69.05% 99.10%,69.55% 98.94%,70.05% 98.76%,70.55% 98.58%,71.04% 98.38%,71.51% 98.16%,72.00% 97.94%,72.47% 97.70%,72.94% 97.45%,73.40% 97.19%,73.85% 96.92%,74.29% 96.63%,74.73% 96.33%,75.16% 96.03%,75.58% 95.71%,76.00% 95.38%,76.40% 95.05%,76.81% 94.68%,77.20% 94.32%,77.58% 93.96%,77.95% 93.58%,78.30% 93.18%,78.66% 92.78%,78.99% 92.38%,79.33% 91.97%,79.65% 91.53%,79.95% 91.10%,80.25% 90.66%,80.54% 90.21%,80.81% 89.75%,81.07% 89.30%,81.32% 88.83%,81.56% 88.35%,81.78% 87.87%,82.00% 87.37%,82.21% 86.88%,82.41% 86.40%,82.63% 85.91%,82.83% 85.41%,83.04% 84.92%,83.26% 84.44%,83.49% 83.96%,83.74% 83.49%,83.99% 83.02%,84.27% 82.56%,84.54% 82.11%,84.84% 81.66%,85.14% 81.23%,85.45% 80.80%,85.77% 80.38%,86.12% 79.97%,86.46% 79.56%,86.82% 79.16%,87.17% 78.78%,87.55% 78.40%,87.93% 78.03%,88.33% 77.68%,88.73% 77.33%,89.15% 77.00%,89.56% 76.67%,89.99% 76.36%,90.42% 76.05%,90.84% 75.73%,91.27% 75.42%,91.70% 75.10%,92.11% 74.78%,92.53% 74.45%,92.93% 74.10%,93.33% 73.74%,93.71% 73.38%,94.07% 73.00%,94.44% 72.62%,94.80% 72.22%,95.14% 71.81%,95.48% 71.40%,95.81% 70.98%,96.12% 70.55%,96.43% 70.12%,96.71% 69.67%,97.00% 69.22%,97.26% 68.76%,97.52% 68.29%,97.76% 67.82%,97.99% 67.34%,98.22% 66.85%,98.42% 66.37%,98.62% 65.86%,98.80% 65.37%,98.97% 64.86%,99.13% 64.35%,99.28% 63.84%,99.41% 63.32%,99.52% 62.79%,99.63% 62.28%,99.73% 61.75%,99.81% 61.22%,99.87% 60.69%,99.93% 60.16%,99.96% 59.63%,99.99% 59.09%,100.00% 58.56%,100.00% 58.02%,99.99% 57.49%,99.96% 56.96%,99.92% 56.42%,99.87% 55.89%,99.80% 55.36%,99.71% 54.83%,99.62% 54.32%,99.51% 53.79%,99.39% 53.27%,99.26% 52.75%,99.12% 52.24%,98.95% 51.73%,98.79% 51.23%,98.60% 50.72%,98.40% 50.23%,98.19% 49.74%,97.97% 49.25%,97.73% 48.77%,97.48% 48.30%,97.23% 47.84%,96.98% 47.37%,96.73% 46.90%,96.48% 46.43%,96.25% 45.95%,96.01% 45.47%,95.80% 44.99%,95.58% 44.49%,95.39% 44.00%,95.21% 43.49%,95.05% 42.99%,94.88% 42.47%,94.74% 41.97%,94.62% 41.45%,94.50% 40.92%,94.39% 40.40%,94.30% 39.87%,94.23% 39.35%,94.16% 38.82%,94.11% 38.29%,94.07% 37.75%,94.05% 37.22%,94.04% 36.69%,94.04% 36.15%,94.06% 35.62%,94.09% 35.08%,94.11% 34.55%,94.13% 34.02%,94.16% 33.48%,94.17% 32.95%,94.18% 32.42%,94.18% 31.88%,94.16% 31.35%,94.12% 30.81%,94.07% 30.28%,94.01% 29.75%,93.94% 29.22%,93.85% 28.69%,93.75% 28.17%,93.63% 27.65%,93.52% 27.13%,93.37% 26.61%,93.22% 26.11%,93.05% 25.60%,92.87% 25.10%,92.68% 24.59%,92.48% 24.10%,92.26% 23.62%,92.03% 23.14%,91.79% 22.66%,91.54% 22.19%,91.28% 21.73%,91.00% 21.27%,90.71% 20.83%,90.42% 20.38%,90.11% 19.95%,89.79% 19.53%,89.45% 19.11%,89.12% 18.70%,88.77% 18.30%,88.41% 17.92%,88.03% 17.53%,87.65% 17.16%,87.27% 16.80%,86.87% 16.45%,86.46% 16.11%,86.05% 15.79%,85.62% 15.46%,85.19% 15.15%,84.75% 14.86%,84.30% 14.57%,83.85% 14.31%,83.39% 14.05%,82.92% 13.79%,82.45% 13.55%,81.97% 13.34%,81.49% 13.12%,81.00% 12.93%,80.50% 12.73%,80.00% 12.57%,79.50% 12.40%,78.99% 12.25%,78.48% 12.12%,77.97% 12.00%,77.45% 11.89%,76.94% 11.80%,76.42% 11.70%,75.89% 11.60%,75.38% 11.52%,74.86% 11.42%,74.34% 11.32%,73.83% 11.18%,73.32% 11.05%,72.81% 10.91%,72.31% 10.74%,71.81% 10.57%,71.32% 10.38%,70.82% 10.19%,70.35% 9.97%,69.86% 9.74%,69.40% 9.51%,68.92% 9.26%,68.47% 8.99%,68.01% 8.72%,67.57% 8.44%,67.13% 8.14%,66.70% 7.83%,66.27% 7.52%,65.86% 7.18%,65.46% 6.84%,65.05% 6.49%,64.66% 6.14%,64.27% 5.78%,63.86% 5.44%,63.47% 5.09%,63.07% 4.74%,62.65% 4.40%,62.24% 4.08%,61.81% 3.76%,61.37% 3.46%,60.93% 3.17%,60.48% 2.90%,60.02% 2.63%,59.55% 2.38%,59.09% 2.14%,58.60% 1.91%,58.13% 1.70%,57.64% 1.49%,57.14% 1.30%,56.66% 1.12%,56.15% 1.00%,55.65% 1.00%,55.14% 1.00%,54.63% 1.00%,54.10% 1.00%,53.59% 1.00%,53.07% 1.00%,52.55% 1.00%,52.02% 1.00%,51.49% 1.00%,50.97% 1.00%,50.45% 1.00%,49.91% 1.00%\"\r\n ),\r\n oval: unsafeCSS(\r\n \"69.56% 1.00%,69.04% 1.00%,68.52% 1.00%,68.00% 1.00%,67.49% 1.00%,66.97% 1.00%,66.46% 1.00%,65.94% 1.00%,65.43% 1.00%,64.91% 1.00%,64.39% 1.00%,63.88% 1.00%,63.36% 1.00%,62.86% 1.00%,62.35% 1.00%,61.83% 1.00%,61.33% 1.00%,60.82% 1.06%,60.31% 1.18%,59.80% 1.29%,59.30% 1.41%,58.79% 1.53%,58.30% 1.66%,57.79% 1.79%,57.30% 1.93%,56.79% 2.06%,56.30% 2.22%,55.80% 2.36%,55.31% 2.52%,54.81% 2.67%,54.32% 2.84%,53.83% 3.00%,53.33% 3.17%,52.85% 3.34%,52.36% 3.52%,51.87% 3.70%,51.39% 3.89%,50.90% 4.08%,50.42% 4.27%,49.94% 4.46%,49.47% 4.66%,48.99% 4.86%,48.51% 5.08%,48.04% 5.28%,47.57% 5.50%,47.09% 5.71%,46.62% 5.93%,46.15% 6.16%,45.69% 6.38%,45.22% 6.61%,44.76% 6.85%,44.30% 7.08%,43.84% 7.32%,43.37% 7.56%,42.92% 7.82%,42.46% 8.06%,42.01% 8.31%,41.56% 8.56%,41.11% 8.83%,40.66% 9.08%,40.22% 9.35%,39.76% 9.61%,39.32% 9.88%,38.89% 10.16%,38.45% 10.43%,38.00% 10.70%,37.57% 10.98%,37.13% 11.27%,36.70% 11.55%,36.27% 11.84%,35.84% 12.14%,35.42% 12.43%,34.99% 12.72%,34.56% 13.02%,34.14% 13.33%,33.72% 13.63%,33.30% 13.93%,32.89% 14.24%,32.47% 14.56%,32.06% 14.87%,31.64% 15.19%,31.24% 15.51%,30.83% 15.82%,30.43% 16.15%,30.02% 16.47%,29.62% 16.80%,29.21% 17.13%,28.82% 17.46%,28.43% 17.80%,28.02% 18.13%,27.64% 18.47%,27.25% 18.81%,26.86% 19.15%,26.46% 19.51%,26.08% 19.85%,25.70% 20.21%,25.32% 20.56%,24.94% 20.90%,24.56% 21.27%,24.20% 21.62%,23.82% 21.98%,23.45% 22.35%,23.08% 22.71%,22.71% 23.08%,22.35% 23.45%,21.98% 23.82%,21.62% 24.20%,21.27% 24.56%,20.90% 24.94%,20.56% 25.32%,20.21% 25.70%,19.85% 26.08%,19.51% 26.46%,19.15% 26.86%,18.81% 27.25%,18.47% 27.64%,18.13% 28.02%,17.80% 28.43%,17.46% 28.82%,17.13% 29.21%,16.80% 29.62%,16.47% 30.02%,16.15% 30.43%,15.82% 30.83%,15.51% 31.24%,15.19% 31.64%,14.87% 32.06%,14.56% 32.47%,14.24% 32.89%,13.93% 33.30%,13.63% 33.72%,13.33% 34.14%,13.02% 34.56%,12.72% 34.99%,12.43% 35.42%,12.14% 35.84%,11.84% 36.27%,11.55% 36.70%,11.27% 37.13%,10.98% 37.57%,10.70% 38.00%,10.43% 38.45%,10.16% 38.89%,9.88% 39.32%,9.61% 39.76%,9.35% 40.22%,9.08% 40.66%,8.83% 41.11%,8.56% 41.56%,8.31% 42.01%,8.06% 42.46%,7.82% 42.92%,7.56% 43.37%,7.32% 43.84%,7.08% 44.30%,6.85% 44.76%,6.61% 45.22%,6.38% 45.69%,6.16% 46.15%,5.93% 46.62%,5.71% 47.09%,5.50% 47.57%,5.28% 48.04%,5.08% 48.51%,4.86% 48.99%,4.66% 49.47%,4.46% 49.94%,4.27% 50.42%,4.08% 50.90%,3.89% 51.39%,3.70% 51.87%,3.52% 52.36%,3.34% 52.85%,3.17% 53.33%,3.00% 53.83%,2.84% 54.32%,2.67% 54.81%,2.52% 55.31%,2.36% 55.80%,2.22% 56.30%,2.06% 56.79%,1.93% 57.30%,1.79% 57.79%,1.66% 58.30%,1.53% 58.79%,1.41% 59.30%,1.29% 59.80%,1.18% 60.31%,1.06% 60.82%,1.00% 61.33%,1.00% 61.83%,1.00% 62.35%,1.00% 62.86%,1.00% 63.36%,1.00% 63.88%,1.00% 64.39%,1.00% 64.91%,1.00% 65.43%,1.00% 65.94%,1.00% 66.46%,1.00% 66.97%,1.00% 67.49%,1.00% 68.00%,1.00% 68.52%,1.00% 69.04%,1.00% 69.56%,1.00% 70.08%,1.00% 70.60%,1.00% 71.12%,1.00% 71.64%,1.00% 72.16%,1.00% 72.68%,1.00% 73.19%,1.00% 73.71%,1.00% 74.22%,1.00% 74.74%,1.00% 75.26%,1.00% 75.77%,1.00% 76.29%,1.00% 76.79%,1.00% 77.31%,1.00% 77.82%,1.00% 78.33%,1.00% 78.83%,1.00% 79.34%,1.13% 79.85%,1.27% 80.34%,1.42% 80.83%,1.57% 81.33%,1.74% 81.82%,1.90% 82.32%,2.09% 82.80%,2.27% 83.29%,2.47% 83.76%,2.67% 84.24%,2.89% 84.71%,3.12% 85.18%,3.34% 85.65%,3.60% 86.10%,3.84% 86.56%,4.10% 87.00%,4.37% 87.45%,4.65% 87.89%,4.94% 88.32%,5.23% 88.75%,5.54% 89.17%,5.85% 89.57%,6.17% 89.99%,6.50% 90.39%,6.84% 90.78%,7.18% 91.17%,7.54% 91.55%,7.89% 91.92%,8.26% 92.29%,8.64% 92.64%,9.02% 92.99%,9.41% 93.34%,9.80% 93.67%,10.21% 94.00%,10.63% 94.31%,11.05% 94.62%,11.46% 94.92%,11.90% 95.21%,12.33% 95.49%,12.77% 95.77%,13.21% 96.02%,13.67% 96.29%,14.12% 96.53%,14.59% 96.77%,15.05% 97.00%,15.52% 97.21%,16.00% 97.43%,16.47% 97.63%,16.95% 97.82%,17.44% 98.01%,17.93% 98.19%,18.42% 98.35%,18.91% 98.51%,19.41% 98.66%,19.91% 98.80%,20.41% 98.94%,20.91% 99.06%,21.42% 99.18%,21.93% 99.28%,22.43% 99.38%,22.94% 99.47%,23.46% 99.56%,23.97% 99.63%,24.49% 99.71%,25.01% 99.77%,25.51% 99.82%,26.03% 99.87%,26.55% 99.91%,27.07% 99.94%,27.59% 99.96%,28.11% 99.99%,28.62% 100.00%,29.14% 100.00%,29.66% 100.00%,30.17% 100.00%,30.69% 99.99%,31.21% 99.96%,31.73% 99.94%,32.25% 99.91%,32.77% 99.87%,33.29% 99.82%,33.80% 99.77%,34.32% 99.72%,34.84% 99.66%,35.34% 99.59%,35.86% 99.52%,36.37% 99.44%,36.89% 99.37%,37.40% 99.28%,37.91% 99.19%,38.42% 99.09%,38.93% 98.99%,39.44% 98.89%,39.94% 98.77%,40.45% 98.66%,40.96% 98.53%,41.45% 98.40%,41.96% 98.28%,42.46% 98.14%,42.96% 98.00%,43.45% 97.86%,43.96% 97.71%,44.45% 97.56%,44.95% 97.40%,45.44% 97.25%,45.93% 97.09%,46.41% 96.91%,46.91% 96.74%,47.40% 96.57%,47.88% 96.39%,48.37% 96.20%,48.86% 96.02%,49.34% 95.83%,49.82% 95.63%,50.29% 95.44%,50.77% 95.24%,51.25% 95.03%,51.72% 94.82%,52.20% 94.60%,52.67% 94.39%,53.14% 94.17%,53.61% 93.96%,54.08% 93.73%,54.55% 93.50%,55.00% 93.27%,55.47% 93.03%,55.93% 92.79%,56.40% 92.55%,56.85% 92.31%,57.31% 92.07%,57.77% 91.82%,58.21% 91.56%,58.66% 91.31%,59.11% 91.04%,59.56% 90.78%,60.01% 90.52%,60.45% 90.25%,60.89% 89.98%,61.34% 89.71%,61.77% 89.44%,62.21% 89.16%,62.64% 88.86%,63.09% 88.59%,63.52% 88.29%,63.95% 88.02%,64.38% 87.71%,64.80% 87.42%,65.23% 87.13%,65.64% 86.83%,66.08% 86.52%,66.49% 86.22%,66.91% 85.91%,67.32% 85.60%,67.73% 85.29%,68.15% 84.98%,68.56% 84.66%,68.96% 84.34%,69.37% 84.01%,69.77% 83.70%,70.18% 83.37%,70.59% 83.04%,70.98% 82.71%,71.38% 82.37%,71.78% 82.04%,72.17% 81.69%,72.56% 81.35%,72.95% 81.01%,73.33% 80.67%,73.73% 80.33%,74.11% 79.97%,74.49% 79.62%,74.87% 79.28%,75.25% 78.91%,75.63% 78.55%,75.99% 78.20%,76.36% 77.83%,76.74% 77.48%,77.11% 77.11%,77.11% 77.11%,77.48% 76.74%,77.83% 76.36%,78.20% 75.99%,78.55% 75.63%,78.91% 75.25%,79.28% 74.87%,79.62% 74.49%,79.97% 74.11%,80.33% 73.73%,80.67% 73.33%,81.01% 72.95%,81.35% 72.56%,81.69% 72.17%,82.04% 71.78%,82.37% 71.38%,82.71% 70.98%,83.04% 70.59%,83.37% 70.18%,83.70% 69.77%,84.01% 69.37%,84.34% 68.96%,84.66% 68.56%,84.98% 68.15%,85.29% 67.73%,85.60% 67.32%,85.91% 66.91%,86.22% 66.49%,86.52% 66.08%,86.83% 65.64%,87.13% 65.23%,87.42% 64.80%,87.71% 64.38%,88.02% 63.95%,88.29% 63.52%,88.59% 63.09%,88.86% 62.64%,89.16% 62.21%,89.44% 61.77%,89.71% 61.34%,89.98% 60.89%,90.25% 60.45%,90.52% 60.01%,90.78% 59.56%,91.04% 59.11%,91.31% 58.66%,91.56% 58.21%,91.82% 57.77%,92.07% 57.31%,92.31% 56.85%,92.55% 56.40%,92.79% 55.93%,93.03% 55.47%,93.27% 55.00%,93.50% 54.55%,93.73% 54.08%,93.96% 53.61%,94.17% 53.14%,94.39% 52.67%,94.60% 52.20%,94.82% 51.72%,95.03% 51.25%,95.24% 50.77%,95.44% 50.29%,95.63% 49.82%,95.83% 49.34%,96.02% 48.86%,96.20% 48.37%,96.39% 47.88%,96.57% 47.40%,96.74% 46.91%,96.91% 46.41%,97.09% 45.93%,97.25% 45.44%,97.40% 44.95%,97.56% 44.45%,97.71% 43.96%,97.86% 43.45%,98.00% 42.96%,98.14% 42.46%,98.28% 41.96%,98.40% 41.45%,98.53% 40.96%,98.66% 40.45%,98.77% 39.94%,98.89% 39.44%,98.99% 38.93%,99.09% 38.42%,99.19% 37.91%,99.28% 37.40%,99.37% 36.89%,99.44% 36.37%,99.52% 35.86%,99.59% 35.34%,99.66% 34.84%,99.72% 34.32%,99.77% 33.80%,99.82% 33.29%,99.87% 32.77%,99.91% 32.25%,99.94% 31.73%,99.96% 31.21%,99.99% 30.69%,100.00% 30.17%,100.00% 29.66%,100.00% 29.14%,100.00% 28.62%,99.99% 28.11%,99.96% 27.59%,99.94% 27.07%,99.91% 26.55%,99.87% 26.03%,99.82% 25.51%,99.77% 25.01%,99.71% 24.49%,99.63% 23.97%,99.56% 23.46%,99.47% 22.94%,99.38% 22.43%,99.28% 21.93%,99.18% 21.42%,99.06% 20.91%,98.94% 20.41%,98.80% 19.91%,98.66% 19.41%,98.51% 18.91%,98.35% 18.42%,98.19% 17.93%,98.01% 17.44%,97.82% 16.95%,97.63% 16.47%,97.43% 16.00%,97.21% 15.52%,97.00% 15.05%,96.77% 14.59%,96.53% 14.12%,96.29% 13.67%,96.02% 13.21%,95.77% 12.77%,95.49% 12.33%,95.21% 11.90%,94.92% 11.46%,94.62% 11.05%,94.31% 10.63%,94.00% 10.21%,93.67% 9.80%,93.34% 9.41%,92.99% 9.02%,92.64% 8.64%,92.29% 8.26%,91.92% 7.89%,91.55% 7.54%,91.17% 7.18%,90.78% 6.84%,90.39% 6.50%,89.99% 6.17%,89.57% 5.85%,89.17% 5.54%,88.75% 5.23%,88.32% 4.94%,87.89% 4.65%,87.45% 4.37%,87.00% 4.10%,86.56% 3.84%,86.10% 3.60%,85.65% 3.34%,85.18% 3.12%,84.71% 2.89%,84.24% 2.67%,83.76% 2.47%,83.29% 2.27%,82.80% 2.09%,82.32% 1.90%,81.82% 1.74%,81.33% 1.57%,80.83% 1.42%,80.34% 1.27%,79.85% 1.13%,79.34% 1.00%,78.83% 1.00%,78.33% 1.00%,77.82% 1.00%,77.31% 1.00%,76.79% 1.00%,76.29% 1.00%,75.77% 1.00%,75.26% 1.00%,74.74% 1.00%,74.22% 1.00%,73.71% 1.00%,73.19% 1.00%,72.68% 1.00%,72.16% 1.00%,71.64% 1.00%,71.12% 1.00%,70.60% 1.00%,70.08% 1.00%\"\r\n ),\r\n pentagon: unsafeCSS(\r\n \"49.44% 1.00%,48.92% 1.00%,48.41% 1.00%,47.89% 1.00%,47.37% 1.00%,46.87% 1.00%,46.35% 1.00%,45.84% 1.00%,45.33% 1.00%,44.84% 1.00%,44.34% 1.00%,43.85% 1.06%,43.35% 1.23%,42.87% 1.42%,42.40% 1.63%,41.92% 1.86%,41.46% 2.09%,41.00% 2.33%,40.54% 2.59%,40.09% 2.86%,39.66% 3.15%,39.22% 3.45%,38.80% 3.76%,38.80% 3.76%,38.38% 4.07%,37.95% 4.38%,37.53% 4.69%,37.12% 5.02%,36.70% 5.33%,36.28% 5.64%,35.85% 5.95%,35.43% 6.28%,35.02% 6.59%,34.60% 6.90%,34.17% 7.22%,33.75% 7.53%,33.34% 7.85%,32.92% 8.16%,32.50% 8.48%,32.07% 8.79%,31.65% 9.10%,31.24% 9.41%,30.82% 9.74%,30.39% 10.05%,29.97% 10.36%,29.55% 10.67%,29.14% 11.00%,28.72% 11.31%,28.29% 11.62%,27.87% 11.94%,27.46% 12.25%,27.04% 12.57%,26.62% 12.88%,26.19% 13.20%,25.77% 13.51%,25.36% 13.82%,24.94% 14.13%,24.51% 14.46%,24.09% 14.77%,23.68% 15.08%,23.26% 15.39%,22.84% 15.72%,22.41% 16.03%,21.99% 16.34%,21.58% 16.66%,21.16% 16.97%,20.73% 17.29%,20.31% 17.60%,19.90% 17.92%,19.48% 18.23%,19.06% 18.54%,18.63% 18.85%,18.21% 19.18%,17.80% 19.49%,17.38% 19.80%,16.95% 20.12%,16.53% 20.44%,16.12% 20.75%,15.70% 21.06%,15.28% 21.38%,14.85% 21.69%,14.43% 22.00%,14.02% 22.32%,13.60% 22.64%,13.17% 22.95%,12.75% 23.26%,12.34% 23.57%,11.92% 23.90%,11.50% 24.21%,11.07% 24.52%,10.65% 24.84%,10.24% 25.16%,9.82% 25.47%,9.40% 25.78%,8.97% 26.10%,8.56% 26.41%,8.14% 26.72%,7.72% 27.04%,7.31% 27.37%,6.90% 27.71%,6.51% 28.04%,6.12% 28.41%,5.75% 28.78%,5.37% 29.15%,5.02% 29.55%,4.67% 29.95%,4.34% 30.35%,4.02% 30.77%,3.71% 31.20%,3.41% 31.63%,3.12% 32.08%,2.84% 32.53%,2.57% 32.99%,2.32% 33.46%,2.08% 33.94%,1.85% 34.41%,1.63% 34.89%,1.42% 35.39%,1.23% 35.89%,1.06% 36.39%,1.00% 36.90%,1.00% 37.41%,1.00% 37.93%,1.00% 38.46%,1.00% 38.98%,1.00% 39.50%,1.00% 40.02%,1.00% 40.56%,1.00% 41.10%,1.00% 41.63%,1.00% 42.17%,1.00% 42.70%,1.00% 43.24%,1.00% 43.77%,1.00% 44.30%,1.00% 44.83%,1.00% 45.37%,1.00% 45.90%,1.00% 46.43%,1.00% 46.95%,1.00% 47.47%,1.00% 48.00%,1.00% 48.51%,1.00% 49.02%,1.14% 49.53%,1.29% 50.04%,1.45% 50.55%,1.62% 51.05%,1.78% 51.56%,1.93% 52.07%,2.09% 52.58%,2.26% 53.09%,2.42% 53.60%,2.57% 54.11%,2.74% 54.62%,2.90% 55.13%,3.06% 55.63%,3.21% 56.14%,3.38% 56.65%,3.54% 57.16%,3.70% 57.67%,3.86% 58.18%,4.02% 58.69%,4.18% 59.20%,4.34% 59.70%,4.50% 60.21%,4.66% 60.72%,4.82% 61.23%,4.99% 61.74%,5.14% 62.25%,5.30% 62.76%,5.46% 63.28%,5.63% 63.79%,5.78% 64.28%,5.94% 64.79%,6.11% 65.31%,6.27% 65.82%,6.42% 66.33%,6.58% 66.84%,6.75% 67.35%,6.91% 67.86%,7.06% 68.37%,7.23% 68.87%,7.39% 69.38%,7.55% 69.89%,7.70% 70.40%,7.87% 70.91%,8.03% 71.42%,8.19% 71.93%,8.36% 72.44%,8.51% 72.94%,8.67% 73.45%,8.83% 73.96%,9.00% 74.47%,9.15% 74.98%,9.31% 75.49%,9.48% 76.00%,9.64% 76.51%,9.79% 77.02%,9.95% 77.52%,10.12% 78.03%,10.28% 78.54%,10.43% 79.05%,10.60% 79.56%,10.76% 80.07%,10.92% 80.59%,11.07% 81.10%,11.24% 81.61%,11.40% 82.10%,11.56% 82.62%,11.73% 83.13%,11.88% 83.64%,12.04% 84.15%,12.20% 84.66%,12.37% 85.17%,12.52% 85.68%,12.68% 86.19%,12.85% 86.69%,13.02% 87.20%,13.21% 87.70%,13.40% 88.19%,13.62% 88.68%,13.85% 89.15%,14.09% 89.64%,14.33% 90.10%,14.60% 90.56%,14.88% 91.02%,15.17% 91.46%,15.47% 91.89%,15.78% 92.33%,16.10% 92.75%,16.44% 93.16%,16.77% 93.56%,17.14% 93.95%,17.50% 94.33%,17.87% 94.69%,18.26% 95.06%,18.65% 95.40%,19.06% 95.75%,19.47% 96.08%,19.88% 96.39%,20.31% 96.69%,20.75% 96.99%,21.19% 97.26%,21.64% 97.53%,22.10% 97.78%,22.56% 98.02%,23.03% 98.24%,23.51% 98.47%,23.98% 98.67%,24.48% 98.85%,24.96% 99.03%,25.46% 99.18%,25.96% 99.33%,26.46% 99.46%,26.97% 99.58%,27.48% 99.68%,27.99% 99.76%,28.51% 99.84%,29.02% 99.90%,29.54% 99.95%,30.06% 99.98%,30.58% 99.99%,31.10% 100.00%,31.61% 100.00%,32.13% 100.00%,32.65% 100.00%,33.17% 100.00%,33.69% 100.00%,34.21% 100.00%,34.73% 100.00%,35.25% 100.00%,35.77% 100.00%,36.29% 100.00%,36.81% 100.00%,37.33% 100.00%,37.85% 100.00%,38.36% 100.00%,38.88% 100.00%,39.40% 100.00%,39.92% 100.00%,40.44% 100.00%,40.96% 100.00%,41.48% 100.00%,42.00% 100.00%,42.52% 100.00%,43.04% 100.00%,43.56% 100.00%,44.08% 100.00%,44.60% 100.00%,45.12% 100.00%,45.63% 100.00%,46.15% 100.00%,46.67% 100.00%,47.19% 100.00%,47.71% 100.00%,48.23% 100.00%,48.75% 100.00%,49.27% 100.00%,49.79% 100.00%,50.31% 100.00%,50.83% 100.00%,51.35% 100.00%,51.87% 100.00%,52.38% 100.00%,52.90% 100.00%,53.42% 100.00%,53.94% 100.00%,54.45% 100.00%,54.97% 100.00%,55.49% 100.00%,56.01% 100.00%,56.53% 100.00%,57.05% 100.00%,57.57% 100.00%,58.08% 100.00%,58.60% 100.00%,59.12% 100.00%,59.64% 100.00%,60.16% 100.00%,60.68% 100.00%,61.20% 100.00%,61.72% 100.00%,62.24% 100.00%,62.76% 100.00%,63.28% 100.00%,63.80% 100.00%,64.32% 100.00%,64.84% 100.00%,65.35% 100.00%,65.87% 100.00%,66.39% 100.00%,66.91% 100.00%,67.43% 100.00%,67.95% 100.00%,68.47% 100.00%,68.99% 100.00%,69.51% 99.99%,70.03% 99.98%,70.55% 99.94%,71.07% 99.89%,71.59% 99.83%,72.09% 99.75%,72.60% 99.66%,73.12% 99.56%,73.63% 99.44%,74.12% 99.30%,74.63% 99.17%,75.11% 99.00%,75.61% 98.82%,76.09% 98.63%,76.57% 98.43%,77.04% 98.22%,77.51% 97.98%,77.99% 97.75%,78.43% 97.48%,78.89% 97.22%,79.33% 96.94%,79.76% 96.65%,80.20% 96.34%,80.61% 96.03%,81.02% 95.69%,81.42% 95.35%,81.81% 95.01%,82.20% 94.65%,82.56% 94.27%,82.92% 93.89%,83.29% 93.50%,83.63% 93.09%,83.95% 92.68%,84.28% 92.27%,84.59% 91.83%,84.88% 91.39%,85.17% 90.95%,85.45% 90.49%,85.70% 90.02%,85.96% 89.56%,86.20% 89.08%,86.41% 88.61%,86.63% 88.11%,86.83% 87.62%,87.02% 87.12%,87.19% 86.61%,87.34% 86.10%,87.51% 85.59%,87.67% 85.08%,87.83% 84.57%,87.98% 84.07%,88.15% 83.56%,88.31% 83.05%,88.47% 82.54%,88.64% 82.03%,88.79% 81.52%,88.95% 81.01%,89.11% 80.50%,89.28% 79.99%,89.43% 79.49%,89.59% 78.98%,89.76% 78.47%,89.92% 77.96%,90.07% 77.45%,90.23% 76.94%,90.40% 76.43%,90.56% 75.92%,90.71% 75.42%,90.88% 74.91%,91.04% 74.40%,91.20% 73.89%,91.35% 73.37%,91.52% 72.86%,91.68% 72.35%,91.84% 71.84%,92.01% 71.33%,92.16% 70.83%,92.32% 70.32%,92.48% 69.81%,92.65% 69.30%,92.80% 68.79%,92.96% 68.28%,93.13% 67.77%,93.29% 67.26%,93.44% 66.75%,93.60% 66.25%,93.77% 65.74%,93.93% 65.23%,94.08% 64.72%,94.25% 64.21%,94.41% 63.70%,94.57% 63.19%,94.72% 62.68%,94.89% 62.17%,95.05% 61.67%,95.21% 61.16%,95.37% 60.65%,95.53% 60.14%,95.69% 59.63%,95.85% 59.12%,96.01% 58.61%,96.17% 58.09%,96.33% 57.60%,96.50% 57.09%,96.65% 56.58%,96.81% 56.06%,96.97% 55.55%,97.14% 55.04%,97.30% 54.53%,97.45% 54.02%,97.61% 53.51%,97.78% 53.01%,97.94% 52.50%,98.09% 51.99%,98.26% 51.48%,98.42% 50.97%,98.58% 50.46%,98.73% 49.95%,98.90% 49.44%,99.06% 48.93%,99.22% 48.42%,99.35% 47.91%,99.48% 47.38%,99.59% 46.86%,99.70% 46.34%,99.78% 45.82%,99.86% 45.28%,99.92% 44.76%,99.95% 44.22%,99.99% 43.69%,100.00% 43.15%,100.00% 42.62%,99.99% 42.08%,99.96% 41.54%,99.92% 41.01%,99.87% 40.47%,99.79% 39.95%,99.71% 39.41%,99.61% 38.89%,99.50% 38.37%,99.37% 37.85%,99.24% 37.33%,99.08% 36.82%,98.93% 36.31%,98.74% 35.82%,98.55% 35.32%,98.35% 34.82%,98.13% 34.33%,97.90% 33.86%,97.66% 33.39%,97.39% 32.91%,97.13% 32.47%,96.85% 32.00%,96.56% 31.57%,96.26% 31.13%,95.94% 30.71%,95.62% 30.29%,95.28% 29.89%,94.93% 29.49%,94.58% 29.09%,94.20% 28.72%,93.83% 28.36%,93.44% 28.00%,93.04% 27.65%,92.63% 27.31%,92.22% 26.99%,91.80% 26.67%,91.38% 26.36%,90.97% 26.05%,90.54% 25.73%,90.12% 25.42%,89.70% 25.11%,89.29% 24.79%,88.87% 24.47%,88.44% 24.16%,88.02% 23.85%,87.60% 23.52%,87.19% 23.21%,86.76% 22.90%,86.34% 22.59%,85.92% 22.27%,85.51% 21.96%,85.09% 21.64%,84.66% 21.33%,84.24% 21.01%,83.82% 20.70%,83.41% 20.39%,82.99% 20.07%,82.56% 19.75%,82.14% 19.44%,81.73% 19.13%,81.31% 18.80%,80.88% 18.49%,80.46% 18.18%,80.04% 17.87%,79.63% 17.55%,79.21% 17.24%,78.78% 16.92%,78.36% 16.61%,77.95% 16.29%,77.53% 15.98%,77.10% 15.67%,76.68% 15.35%,76.26% 15.03%,75.85% 14.72%,75.43% 14.41%,75.00% 14.08%,74.58% 13.77%,74.16% 13.46%,73.75% 13.15%,73.32% 12.83%,72.90% 12.52%,72.48% 12.20%,72.07% 11.89%,71.65% 11.57%,71.22% 11.26%,70.80% 10.95%,70.38% 10.62%,69.97% 10.31%,69.54% 10.00%,69.12% 9.69%,68.70% 9.36%,68.29% 9.05%,67.87% 8.74%,67.44% 8.43%,67.02% 8.11%,66.60% 7.80%,66.19% 7.48%,65.77% 7.17%,65.34% 6.85%,64.92% 6.54%,64.51% 6.23%,64.09% 5.90%,63.66% 5.59%,63.24% 5.28%,62.82% 4.97%,62.41% 4.65%,61.99% 4.33%,61.56% 4.02%,61.14% 3.71%,60.72% 3.40%,60.28% 3.10%,59.85% 2.83%,59.40% 2.55%,58.94% 2.29%,58.48% 2.05%,58.01% 1.82%,57.54% 1.59%,57.06% 1.39%,56.58% 1.21%,56.08% 1.02%,55.59% 1.00%,55.09% 1.00%,54.58% 1.00%,54.09% 1.00%,53.58% 1.00%,53.06% 1.00%,52.55% 1.00%,52.03% 1.00%,51.52% 1.00%,51.00% 1.00%,50.48% 1.00%,49.96% 1.00%\"\r\n ),\r\n pill: unsafeCSS(\r\n \"56.35% 1.00%,55.83% 1.00%,55.32% 1.00%,54.80% 1.00%,54.28% 1.00%,53.76% 1.00%,53.25% 1.00%,52.74% 1.00%,52.22% 1.00%,51.71% 1.00%,51.19% 1.00%,50.69% 1.00%,50.17% 1.00%,49.66% 1.00%,49.16% 1.00%,48.64% 1.00%,48.14% 1.00%,47.63% 1.03%,47.13% 1.14%,46.62% 1.27%,46.13% 1.39%,45.62% 1.53%,45.13% 1.67%,44.62% 1.82%,44.13% 1.97%,43.64% 2.13%,43.16% 2.28%,42.66% 2.45%,42.17% 2.63%,41.69% 2.81%,41.21% 2.99%,40.73% 3.20%,40.25% 3.39%,39.78% 3.60%,39.31% 3.80%,38.84% 4.02%,38.37% 4.24%,37.90% 4.47%,37.45% 4.70%,36.98% 4.94%,36.53% 5.18%,36.08% 5.44%,35.62% 5.69%,35.17% 5.95%,34.73% 6.22%,34.30% 6.48%,33.85% 6.76%,33.42% 7.05%,33.00% 7.34%,32.56% 7.62%,32.14% 7.92%,31.72% 8.23%,31.30% 8.53%,30.89% 8.84%,30.48% 9.16%,30.07% 9.48%,29.68% 9.81%,29.28% 10.14%,28.88% 10.47%,28.50% 10.82%,28.11% 11.16%,27.74% 11.51%,27.36% 11.87%,26.98% 12.23%,26.62% 12.59%,26.62% 12.59%,26.25% 12.95%,25.89% 13.32%,25.52% 13.68%,25.16% 14.06%,24.80% 14.42%,24.42% 14.79%,24.06% 15.15%,23.69% 15.51%,23.33% 15.89%,22.97% 16.25%,22.59% 16.62%,22.23% 16.98%,21.86% 17.34%,21.50% 17.71%,21.14% 18.07%,20.77% 18.45%,20.41% 18.81%,20.03% 19.18%,19.67% 19.54%,19.30% 19.90%,18.94% 20.27%,18.58% 20.63%,18.21% 21.01%,17.85% 21.37%,17.47% 21.73%,17.11% 22.10%,16.75% 22.46%,16.38% 22.84%,16.02% 23.20%,15.64% 23.56%,15.28% 23.93%,14.91% 24.29%,14.55% 24.66%,14.19% 25.02%,13.82% 25.40%,13.46% 25.76%,13.08% 26.12%,12.72% 26.49%,12.36% 26.85%,12.00% 27.22%,11.64% 27.60%,11.29% 27.98%,10.94% 28.37%,10.59% 28.75%,10.26% 29.14%,9.93% 29.53%,9.60% 29.93%,9.27% 30.34%,8.96% 30.75%,8.65% 31.16%,8.33% 31.57%,8.03% 31.99%,7.73% 32.41%,7.43% 32.84%,7.14% 33.26%,6.87% 33.69%,6.59% 34.14%,6.31% 34.57%,6.05% 35.02%,5.78% 35.46%,5.52% 35.91%,5.28% 36.36%,5.03% 36.82%,4.79% 37.28%,4.56% 37.73%,4.33% 38.20%,4.10% 38.67%,3.88% 39.14%,3.67% 39.61%,3.46% 40.08%,3.26% 40.56%,3.07% 41.04%,2.87% 41.52%,2.69% 42.00%,2.51% 42.48%,2.34% 42.98%,2.18% 43.47%,2.02% 43.96%,1.86% 44.46%,1.72% 44.95%,1.58% 45.44%,1.44% 45.95%,1.31% 46.44%,1.19% 46.95%,1.07% 47.45%,1.00% 47.96%,1.00% 48.46%,1.00% 48.97%,1.00% 49.48%,1.00% 49.99%,1.00% 50.51%,1.00% 51.01%,1.00% 51.53%,1.00% 52.03%,1.00% 52.55%,1.00% 53.07%,1.00% 53.58%,1.00% 54.10%,1.00% 54.62%,1.00% 55.13%,1.00% 55.65%,1.00% 56.17%,1.00% 56.69%,1.00% 57.20%,1.00% 57.72%,1.00% 58.24%,1.00% 58.75%,1.00% 59.27%,1.00% 59.78%,1.00% 60.29%,1.00% 60.81%,1.00% 61.33%,1.00% 61.84%,1.00% 62.36%,1.00% 62.87%,1.00% 63.38%,1.00% 63.89%,1.00% 64.41%,1.00% 64.91%,1.00% 65.42%,1.00% 65.92%,1.03% 66.43%,1.15% 66.93%,1.27% 67.44%,1.41% 67.94%,1.54% 68.43%,1.68% 68.94%,1.83% 69.43%,1.97% 69.93%,2.14% 70.42%,2.30% 70.91%,2.47% 71.39%,2.65% 71.89%,2.83% 72.37%,3.02% 72.85%,3.21% 73.33%,3.40% 73.81%,3.61% 74.28%,3.82% 74.76%,4.04% 75.23%,4.26% 75.70%,4.49% 76.15%,4.71% 76.62%,4.95% 77.08%,5.21% 77.54%,5.45% 77.98%,5.71% 78.44%,5.96% 78.88%,6.23% 79.33%,6.51% 79.76%,6.78% 80.21%,7.06% 80.64%,7.35% 81.07%,7.65% 81.49%,7.94% 81.91%,8.25% 82.34%,8.55% 82.76%,8.86% 83.16%,9.19% 83.57%,9.50% 83.97%,9.84% 84.38%,10.16% 84.78%,10.50% 85.16%,10.85% 85.56%,11.18% 85.94%,11.54% 86.32%,11.89% 86.70%,12.25% 87.06%,12.61% 87.43%,12.99% 87.79%,13.36% 88.16%,13.73% 88.52%,14.12% 88.86%,14.50% 89.20%,14.89% 89.55%,15.28% 89.89%,15.68% 90.21%,16.08% 90.54%,16.49% 90.86%,16.90% 91.19%,17.30% 91.49%,17.72% 91.80%,18.15% 92.10%,18.57% 92.40%,18.99% 92.69%,19.42% 92.98%,19.85% 93.25%,20.30% 93.53%,20.73% 93.81%,21.18% 94.07%,21.62% 94.32%,22.08% 94.59%,22.53% 94.83%,22.99% 95.08%,23.45% 95.31%,23.91% 95.55%,24.37% 95.77%,24.84% 96.00%,25.31% 96.21%,25.78% 96.42%,26.26% 96.62%,26.73% 96.83%,27.21% 97.02%,27.69% 97.20%,28.19% 97.38%,28.67% 97.56%,29.16% 97.73%,29.65% 97.88%,30.15% 98.04%,30.64% 98.20%,31.13% 98.34%,31.63% 98.48%,32.13% 98.62%,32.64% 98.74%,33.14% 98.86%,33.63% 98.98%,34.15% 99.09%,34.66% 99.18%,35.16% 99.29%,35.67% 99.37%,36.18% 99.46%,36.69% 99.54%,37.21% 99.62%,37.71% 99.68%,38.23% 99.74%,38.74% 99.80%,39.26% 99.84%,39.78% 99.88%,40.30% 99.92%,40.81% 99.94%,41.32% 99.96%,41.84% 99.99%,42.35% 100.00%,42.87% 100.00%,43.39% 100.00%,43.90% 99.99%,44.42% 99.98%,44.94% 99.95%,45.45% 99.93%,45.97% 99.89%,46.49% 99.86%,47.01% 99.81%,47.52% 99.76%,48.04% 99.70%,48.54% 99.64%,49.06% 99.57%,49.57% 99.49%,50.08% 99.41%,50.59% 99.33%,51.11% 99.23%,51.61% 99.13%,52.12% 99.03%,52.62% 98.91%,53.13% 98.80%,53.62% 98.67%,54.12% 98.53%,54.63% 98.40%,55.12% 98.26%,55.62% 98.11%,56.11% 97.96%,56.60% 97.80%,57.09% 97.63%,57.58% 97.45%,58.07% 97.28%,58.55% 97.09%,59.03% 96.91%,59.51% 96.71%,59.98% 96.51%,60.46% 96.30%,60.93% 96.09%,61.40% 95.86%,61.87% 95.65%,62.33% 95.42%,62.78% 95.18%,63.25% 94.94%,63.70% 94.70%,64.15% 94.44%,64.60% 94.18%,65.04% 93.92%,65.49% 93.65%,65.92% 93.37%,66.37% 93.10%,66.80% 92.81%,67.22% 92.52%,67.65% 92.23%,68.07% 91.93%,68.48% 91.62%,68.90% 91.32%,69.31% 91.01%,69.72% 90.68%,70.12% 90.36%,70.51% 90.03%,70.91% 89.69%,71.31% 89.36%,71.69% 89.01%,72.08% 88.66%,72.45% 88.31%,72.82% 87.95%,73.20% 87.59%,73.57% 87.23%,73.93% 86.86%,74.29% 86.50%,74.66% 86.12%,75.02% 85.76%,75.40% 85.40%,75.76% 85.03%,76.12% 84.67%,76.49% 84.30%,76.85% 83.93%,77.22% 83.57%,77.59% 83.20%,77.95% 82.84%,78.32% 82.47%,78.68% 82.11%,79.05% 81.75%,79.41% 81.37%,79.79% 81.01%,80.15% 80.64%,80.51% 80.28%,80.88% 79.91%,81.24% 79.55%,81.61% 79.18%,81.97% 78.81%,82.34% 78.45%,82.71% 78.08%,83.07% 77.72%,83.44% 77.36%,83.80% 76.98%,84.16% 76.62%,84.54% 76.25%,84.90% 75.89%,85.27% 75.53%,85.63% 75.16%,86.00% 74.80%,86.36% 74.42%,86.72% 74.06%,87.10% 73.69%,87.46% 73.33%,87.82% 72.96%,88.18% 72.58%,88.54% 72.21%,88.89% 71.83%,89.23% 71.44%,89.57% 71.06%,89.91% 70.66%,90.24% 70.26%,90.56% 69.87%,90.89% 69.46%,91.20% 69.05%,91.51% 68.64%,91.82% 68.22%,92.12% 67.80%,92.41% 67.38%,92.71% 66.94%,93.00% 66.52%,93.28% 66.09%,93.55% 65.64%,93.82% 65.20%,94.08% 64.77%,94.35% 64.31%,94.60% 63.86%,94.85% 63.41%,95.09% 62.95%,95.33% 62.49%,95.56% 62.04%,95.79% 61.57%,96.01% 61.10%,96.22% 60.63%,96.43% 60.15%,96.63% 59.68%,96.84% 59.20%,97.03% 58.72%,97.21% 58.24%,97.39% 57.76%,97.57% 57.26%,97.74% 56.78%,97.90% 56.29%,98.05% 55.80%,98.21% 55.30%,98.35% 54.80%,98.48% 54.30%,98.62% 53.80%,98.75% 53.31%,98.87% 52.80%,98.98% 52.30%,99.10% 51.79%,99.19% 51.29%,99.29% 50.78%,99.39% 50.26%,99.47% 49.76%,99.54% 49.24%,99.62% 48.74%,99.68% 48.22%,99.74% 47.70%,99.80% 47.19%,99.84% 46.68%,99.88% 46.16%,99.92% 45.65%,99.94% 45.13%,99.96% 44.61%,99.99% 44.10%,100.00% 43.58%,100.00% 43.06%,100.00% 42.54%,99.99% 42.03%,99.98% 41.51%,99.95% 40.99%,99.93% 40.48%,99.89% 39.96%,99.86% 39.44%,99.81% 38.92%,99.76% 38.42%,99.70% 37.90%,99.64% 37.39%,99.57% 36.88%,99.48% 36.36%,99.41% 35.86%,99.31% 35.34%,99.22% 34.84%,99.12% 34.33%,99.01% 33.83%,98.91% 33.32%,98.79% 32.82%,98.65% 32.31%,98.53% 31.81%,98.39% 31.31%,98.24% 30.82%,98.10% 30.32%,97.94% 29.82%,97.79% 29.34%,97.62% 28.85%,97.44% 28.35%,97.27% 27.87%,97.08% 27.39%,96.89% 26.91%,96.69% 26.43%,96.49% 25.95%,96.28% 25.48%,96.07% 25.01%,95.85% 24.54%,95.62% 24.07%,95.39% 23.62%,95.17% 23.15%,94.93% 22.69%,94.67% 22.23%,94.42% 21.79%,94.17% 21.34%,93.90% 20.90%,93.63% 20.45%,93.36% 20.01%,93.07% 19.58%,92.80% 19.14%,92.51% 18.72%,92.21% 18.29%,91.91% 17.87%,91.61% 17.46%,91.29% 17.04%,90.98% 16.63%,90.66% 16.22%,90.33% 15.82%,90.01% 15.43%,89.67% 15.03%,89.33% 14.63%,88.99% 14.25%,88.64% 13.86%,88.29% 13.49%,87.93% 13.12%,87.57% 12.75%,87.21% 12.39%,86.83% 12.03%,86.46% 11.66%,86.08% 11.32%,85.69% 10.97%,85.31% 10.62%,84.92% 10.28%,84.52% 9.94%,84.13% 9.62%,83.72% 9.30%,83.31% 8.98%,82.90% 8.66%,82.49% 8.36%,82.07% 8.04%,81.65% 7.76%,81.22% 7.46%,80.80% 7.17%,80.36% 6.88%,79.92% 6.60%,79.49% 6.33%,79.04% 6.06%,78.60% 5.80%,78.15% 5.54%,77.69% 5.29%,77.24% 5.05%,76.78% 4.81%,76.32% 4.57%,75.87% 4.34%,75.40% 4.11%,74.93% 3.90%,74.46% 3.68%,73.98% 3.48%,73.51% 3.28%,73.03% 3.08%,72.55% 2.90%,72.05% 2.71%,71.57% 2.54%,71.08% 2.36%,70.60% 2.19%,70.11% 2.03%,69.61% 1.88%,69.12% 1.73%,68.61% 1.59%,68.12% 1.46%,67.62% 1.32%,67.11% 1.20%,66.62% 1.08%,66.11% 1.00%,65.60% 1.00%,65.09% 1.00%,64.59% 1.00%,64.08% 1.00%,63.56% 1.00%,63.06% 1.00%,62.54% 1.00%,62.03% 1.00%,61.51% 1.00%,61.00% 1.00%,60.49% 1.00%,59.97% 1.00%,59.45% 1.00%,58.93% 1.00%,58.42% 1.00%,57.90% 1.00%,57.38% 1.00%,56.87% 1.00%\"\r\n ),\r\n \"soft-burst\": unsafeCSS(\r\n \"49.54% 1.00%,48.91% 1.00%,48.30% 1.00%,47.71% 1.00%,47.15% 1.00%,46.63% 1.11%,46.15% 1.51%,45.72% 1.97%,45.36% 2.46%,45.36% 2.46%,45.02% 2.99%,44.68% 3.51%,44.35% 4.03%,44.01% 4.55%,43.67% 5.07%,43.34% 5.58%,42.99% 6.10%,42.66% 6.62%,42.33% 7.15%,41.98% 7.67%,41.65% 8.19%,41.31% 8.71%,40.97% 9.22%,40.64% 9.74%,40.30% 10.26%,39.94% 10.77%,39.52% 11.24%,39.06% 11.65%,38.55% 12.01%,37.99% 12.30%,37.41% 12.54%,36.79% 12.70%,36.18% 12.81%,35.55% 12.83%,34.90% 12.79%,34.29% 12.68%,33.68% 12.51%,33.09% 12.28%,32.51% 12.05%,31.92% 11.81%,31.33% 11.58%,30.75% 11.35%,30.15% 11.12%,29.57% 10.91%,28.98% 10.67%,28.40% 10.44%,27.80% 10.21%,27.22% 9.98%,26.63% 9.75%,26.05% 9.52%,25.45% 9.29%,24.87% 9.06%,24.28% 8.84%,23.67% 8.67%,23.04% 8.58%,22.41% 8.54%,21.78% 8.59%,21.16% 8.69%,20.56% 8.88%,19.98% 9.13%,19.43% 9.43%,18.92% 9.80%,18.46% 10.23%,18.05% 10.70%,17.71% 11.20%,17.42% 11.76%,17.21% 12.33%,17.08% 12.93%,17.02% 13.54%,17.03% 14.16%,17.07% 14.77%,17.11% 15.38%,17.16% 15.99%,17.21% 16.61%,17.26% 17.23%,17.30% 17.84%,17.35% 18.45%,17.40% 19.06%,17.45% 19.67%,17.49% 20.28%,17.54% 20.90%,17.59% 21.51%,17.64% 22.12%,17.68% 22.73%,17.73% 23.34%,17.74% 23.96%,17.70% 24.57%,17.57% 25.17%,17.35% 25.75%,17.08% 26.30%,16.75% 26.82%,16.34% 27.30%,15.89% 27.73%,15.39% 28.10%,14.85% 28.42%,14.26% 28.67%,13.67% 28.86%,13.05% 29.00%,12.43% 29.15%,11.82% 29.30%,11.20% 29.43%,10.59% 29.58%,9.98% 29.72%,9.36% 29.87%,8.74% 30.01%,8.12% 30.16%,7.51% 30.30%,6.90% 30.45%,6.28% 30.60%,5.67% 30.73%,5.05% 30.88%,4.43% 31.02%,3.82% 31.18%,3.23% 31.39%,2.66% 31.67%,2.14% 32.01%,1.65% 32.40%,1.22% 32.85%,1.00% 33.35%,1.00% 33.89%,1.00% 34.45%,1.00% 35.04%,1.00% 35.65%,1.00% 36.26%,1.00% 36.87%,1.00% 37.48%,1.00% 38.06%,1.00% 38.61%,1.00% 39.14%,1.37% 39.61%,1.77% 40.09%,2.19% 40.55%,2.60% 41.02%,3.00% 41.48%,3.42% 41.95%,3.84% 42.41%,4.24% 42.88%,4.66% 43.34%,5.07% 43.82%,5.49% 44.28%,5.89% 44.75%,6.31% 45.21%,6.72% 45.68%,7.13% 46.14%,7.54% 46.61%,7.92% 47.10%,8.25% 47.63%,8.50% 48.19%,8.69% 48.77%,8.81% 49.38%,8.85% 49.99%,8.81% 50.60%,8.71% 51.21%,8.52% 51.80%,8.27% 52.36%,7.93% 52.88%,7.55% 53.37%,7.15% 53.83%,6.73% 54.31%,6.32% 54.77%,5.90% 55.24%,5.50% 55.70%,5.08% 56.17%,4.67% 56.63%,4.26% 57.11%,3.85% 57.57%,3.43% 58.04%,3.03% 58.50%,2.61% 58.97%,2.20% 59.43%,1.79% 59.90%,1.38% 60.36%,1.00% 60.85%,1.00% 61.37%,1.00% 61.92%,1.00% 62.51%,1.00% 63.10%,1.00% 63.71%,1.00% 64.33%,1.00% 64.94%,1.00% 65.52%,1.00% 66.09%,1.00% 66.63%,1.21% 67.12%,1.64% 67.57%,2.11% 67.98%,2.65% 68.32%,3.21% 68.60%,3.80% 68.82%,4.42% 68.97%,5.02% 69.12%,5.64% 69.25%,6.26% 69.40%,6.88% 69.55%,7.49% 69.69%,8.11% 69.84%,8.72% 69.98%,9.33% 70.13%,9.95% 70.27%,10.57% 70.42%,11.19% 70.56%,11.79% 70.70%,12.41% 70.85%,13.03% 70.99%,13.65% 71.14%,14.25% 71.33%,14.82% 71.57%,15.37% 71.89%,15.88% 72.26%,16.33% 72.69%,16.73% 73.16%,17.07% 73.68%,17.35% 74.23%,17.55% 74.80%,17.68% 75.41%,17.74% 76.02%,17.73% 76.64%,17.68% 77.25%,17.64% 77.86%,17.59% 78.47%,17.54% 79.09%,17.49% 79.70%,17.45% 80.31%,17.40% 80.92%,17.35% 81.53%,17.30% 82.14%,17.26% 82.76%,17.21% 83.37%,17.17% 83.98%,17.13% 84.59%,17.08% 85.20%,17.03% 85.82%,17.02% 86.43%,17.08% 87.05%,17.21% 87.64%,17.42% 88.22%,17.70% 88.77%,18.04% 89.29%,18.44% 89.76%,18.91% 90.18%,19.41% 90.55%,19.95% 90.87%,20.53% 91.11%,21.14% 91.29%,21.76% 91.41%,22.39% 91.46%,23.03% 91.43%,23.65% 91.33%,24.25% 91.17%,24.85% 90.94%,25.44% 90.71%,26.02% 90.49%,26.62% 90.26%,27.20% 90.03%,27.79% 89.80%,28.37% 89.57%,28.95% 89.34%,29.55% 89.11%,30.13% 88.88%,30.72% 88.65%,31.31% 88.42%,31.90% 88.20%,32.48% 87.97%,33.08% 87.74%,33.66% 87.51%,34.26% 87.32%,34.89% 87.21%,35.52% 87.17%,36.15% 87.19%,36.78% 87.29%,37.39% 87.46%,37.97% 87.69%,38.53% 87.98%,39.04% 88.33%,39.51% 88.75%,39.93% 89.21%,40.29% 89.72%,40.63% 90.23%,40.96% 90.75%,41.29% 91.27%,41.64% 91.80%,41.97% 92.32%,42.32% 92.84%,42.65% 93.36%,42.98% 93.87%,43.33% 94.39%,43.66% 94.91%,44.00% 95.43%,44.33% 95.96%,44.67% 96.48%,45.01% 96.99%,45.34% 97.51%,45.71% 98.02%,46.13% 98.47%,46.60% 98.88%,47.13% 99.23%,47.68% 99.52%,48.28% 99.74%,48.88% 99.90%,49.51% 99.98%,50.14% 100.00%,50.78% 99.95%,51.40% 99.83%,52.01% 99.64%,52.58% 99.39%,53.12% 99.08%,53.62% 98.70%,54.07% 98.26%,54.47% 97.79%,54.81% 97.27%,55.14% 96.75%,55.49% 96.23%,55.82% 95.72%,56.16% 95.19%,56.50% 94.67%,56.83% 94.15%,57.17% 93.63%,57.51% 93.11%,57.85% 92.60%,58.18% 92.08%,58.52% 91.56%,58.86% 91.03%,59.19% 90.51%,59.54% 89.99%,59.87% 89.47%,60.26% 88.99%,60.70% 88.55%,61.19% 88.16%,61.72% 87.84%,62.29% 87.57%,62.90% 87.37%,63.52% 87.24%,64.14% 87.17%,64.77% 87.18%,65.40% 87.25%,66.02% 87.40%,66.62% 87.61%,67.20% 87.84%,67.79% 88.07%,68.37% 88.30%,68.97% 88.53%,69.55% 88.76%,70.14% 88.98%,70.72% 89.21%,71.32% 89.44%,71.90% 89.67%,72.49% 89.90%,73.08% 90.13%,73.66% 90.36%,74.25% 90.59%,74.83% 90.82%,75.43% 91.05%,76.02% 91.25%,76.64% 91.39%,77.27% 91.44%,77.90% 91.44%,78.53% 91.36%,79.14% 91.21%,79.74% 91.01%,80.30% 90.73%,80.83% 90.38%,81.32% 89.99%,81.75% 89.54%,82.13% 89.05%,82.45% 88.52%,82.68% 87.95%,82.86% 87.37%,82.97% 86.76%,82.99% 86.15%,82.95% 85.54%,82.91% 84.93%,82.86% 84.30%,82.81% 83.69%,82.77% 83.08%,82.72% 82.47%,82.67% 81.86%,82.62% 81.25%,82.58% 80.63%,82.53% 80.02%,82.48% 79.41%,82.43% 78.80%,82.39% 78.19%,82.34% 77.58%,82.29% 76.96%,82.26% 76.35%,82.27% 75.74%,82.36% 75.13%,82.53% 74.54%,82.77% 73.96%,83.08% 73.43%,83.44% 72.94%,83.87% 72.48%,84.36% 72.08%,84.88% 71.73%,85.44% 71.45%,86.03% 71.23%,86.64% 71.07%,87.26% 70.92%,87.87% 70.79%,88.49% 70.64%,89.10% 70.50%,89.71% 70.35%,90.33% 70.21%,90.95% 70.06%,91.57% 69.91%,92.19% 69.77%,92.79% 69.62%,93.41% 69.48%,94.03% 69.33%,94.64% 69.20%,95.26% 69.05%,95.88% 68.90%,96.47% 68.72%,97.05% 68.48%,97.60% 68.17%,98.11% 67.80%,98.56% 67.38%,98.97% 66.90%,99.31% 66.39%,99.58% 65.83%,99.80% 65.26%,99.94% 64.66%,100.00% 64.05%,99.99% 63.43%,99.90% 62.82%,99.74% 62.23%,99.51% 61.65%,99.20% 61.12%,98.84% 60.62%,98.43% 60.15%,98.02% 59.68%,97.61% 59.21%,97.20% 58.75%,96.78% 58.28%,96.38% 57.82%,95.96% 57.35%,95.55% 56.89%,95.13% 56.41%,94.73% 55.95%,94.31% 55.48%,93.90% 55.02%,93.49% 54.55%,93.08% 54.09%,92.66% 53.62%,92.26% 53.16%,91.90% 52.64%,91.62% 52.10%,91.39% 51.52%,91.24% 50.92%,91.16% 50.32%,91.16% 49.70%,91.24% 49.09%,91.38% 48.50%,91.60% 47.93%,91.89% 47.37%,92.24% 46.87%,92.65% 46.40%,93.06% 45.92%,93.48% 45.46%,93.88% 44.99%,94.30% 44.53%,94.71% 44.06%,95.12% 43.60%,95.53% 43.13%,95.95% 42.66%,96.35% 42.19%,96.77% 41.73%,97.19% 41.27%,97.59% 40.80%,98.00% 40.34%,98.42% 39.87%,98.82% 39.39%,99.19% 38.90%,99.50% 38.36%,99.74% 37.79%,99.90% 37.19%,99.99% 36.60%,100.00% 35.97%,99.94% 35.36%,99.81% 34.77%,99.60% 34.19%,99.32% 33.64%,98.98% 33.12%,98.59% 32.65%,98.12% 32.22%,97.62% 31.84%,97.08% 31.53%,96.50% 31.29%,95.89% 31.10%,95.29% 30.95%,94.67% 30.82%,94.05% 30.67%,93.43% 30.53%,92.81% 30.38%,92.20% 30.24%,91.59% 30.09%,90.97% 29.94%,90.36% 29.80%,89.74% 29.65%,89.12% 29.51%,88.50% 29.36%,87.90% 29.23%,87.28% 29.08%,86.66% 28.94%,86.05% 28.78%,85.46% 28.56%,84.89% 28.28%,84.37% 27.94%,83.90% 27.53%,83.47% 27.08%,83.09% 26.59%,82.78% 26.05%,82.54% 25.48%,82.38% 24.90%,82.27% 24.29%,82.26% 23.68%,82.29% 23.07%,82.34% 22.44%,82.39% 21.83%,82.43% 21.22%,82.48% 20.61%,82.53% 20.00%,82.58% 19.38%,82.62% 18.77%,82.67% 18.16%,82.72% 17.55%,82.77% 16.94%,82.81% 16.33%,82.85% 15.71%,82.90% 15.10%,82.95% 14.49%,82.99% 13.88%,82.97% 13.27%,82.87% 12.66%,82.70% 12.07%,82.45% 11.50%,82.14% 10.96%,81.76% 10.47%,81.33% 10.02%,80.84% 9.63%,80.32% 9.28%,79.76% 9.01%,79.17% 8.79%,78.55% 8.64%,77.92% 8.56%,77.29% 8.54%,76.66% 8.61%,76.05% 8.74%,75.45% 8.95%,74.86% 9.18%,74.28% 9.41%,73.68% 9.63%,73.10% 9.86%,72.51% 10.09%,71.92% 10.32%,71.33% 10.55%,70.75% 10.78%,70.15% 11.01%,69.57% 11.24%,68.98% 11.47%,68.40% 11.70%,67.80% 11.92%,67.22% 12.15%,66.64% 12.38%,66.05% 12.60%,65.43% 12.74%,64.80% 12.82%,64.17% 12.83%,63.54% 12.77%,62.92% 12.63%,62.32% 12.44%,61.75% 12.17%,61.21% 11.85%,60.71% 11.46%,60.27% 11.02%,59.88% 10.54%,59.55% 10.02%,59.20% 9.50%,58.87% 8.98%,58.53% 8.46%,58.19% 7.95%,57.86% 7.43%,57.52% 6.91%,57.19% 6.38%,56.84% 5.86%,56.51% 5.34%,56.18% 4.82%,55.83% 4.31%,55.50% 3.79%,55.15% 3.27%,54.82% 2.75%,54.48% 2.23%,54.09% 1.75%,53.63% 1.31%,53.14% 1.00%,52.60% 1.00%,52.02% 1.00%,51.43% 1.00%,50.80% 1.00%,50.17% 1.00%\"\r\n ),\r\n \"very-sunny\": unsafeCSS(\r\n \"49.23% 1.00%,48.66% 1.00%,48.11% 1.00%,47.56% 1.00%,47.01% 1.00%,46.49% 1.00%,45.98% 1.00%,45.48% 1.28%,45.01% 1.60%,44.56% 1.95%,44.14% 2.33%,43.74% 2.74%,43.37% 3.17%,43.04% 3.63%,42.73% 4.11%,42.73% 4.11%,42.43% 4.61%,42.13% 5.10%,41.84% 5.58%,41.55% 6.07%,41.25% 6.57%,40.96% 7.05%,40.67% 7.54%,40.38% 8.03%,40.08% 8.52%,39.78% 9.01%,39.50% 9.50%,39.20% 9.99%,38.90% 10.48%,38.58% 10.95%,38.23% 11.40%,37.85% 11.82%,37.44% 12.22%,37.00% 12.59%,36.54% 12.92%,36.06% 13.23%,35.57% 13.50%,35.04% 13.75%,34.51% 13.95%,33.96% 14.12%,33.42% 14.25%,32.85% 14.35%,32.28% 14.39%,31.71% 14.42%,31.14% 14.39%,30.58% 14.33%,30.01% 14.24%,29.46% 14.11%,28.90% 13.97%,28.35% 13.82%,27.80% 13.69%,27.24% 13.55%,26.70% 13.41%,26.14% 13.28%,25.58% 13.14%,25.03% 12.99%,24.47% 12.86%,23.92% 12.72%,23.37% 12.58%,22.81% 12.43%,22.25% 12.32%,21.70% 12.22%,21.13% 12.16%,20.56% 12.15%,19.99% 12.17%,19.42% 12.23%,18.86% 12.33%,18.30% 12.47%,17.77% 12.65%,17.23% 12.86%,16.72% 13.11%,16.22% 13.38%,15.75% 13.71%,15.30% 14.05%,14.87% 14.43%,14.45% 14.82%,14.08% 15.25%,13.73% 15.71%,13.42% 16.18%,13.13% 16.67%,12.88% 17.19%,12.66% 17.72%,12.48% 18.25%,12.34% 18.81%,12.24% 19.37%,12.17% 19.94%,12.15% 20.51%,12.16% 21.08%,12.21% 21.65%,12.30% 22.21%,12.42% 22.77%,12.56% 23.33%,12.71% 23.87%,12.84% 24.43%,12.98% 24.98%,13.12% 25.53%,13.26% 26.09%,13.40% 26.64%,13.54% 27.20%,13.68% 27.76%,13.81% 28.30%,13.95% 28.86%,14.10% 29.41%,14.23% 29.96%,14.32% 30.52%,14.39% 31.09%,14.42% 31.66%,14.40% 32.23%,14.35% 32.80%,14.26% 33.36%,14.13% 33.92%,13.97% 34.47%,13.76% 35.00%,13.53% 35.52%,13.25% 36.02%,12.96% 36.51%,12.62% 36.97%,12.26% 37.41%,11.86% 37.81%,11.44% 38.21%,10.98% 38.56%,10.52% 38.88%,10.03% 39.18%,9.55% 39.48%,9.05% 39.76%,8.56% 40.06%,8.08% 40.36%,7.59% 40.64%,7.10% 40.94%,6.60% 41.24%,6.12% 41.52%,5.63% 41.82%,5.14% 42.11%,4.64% 42.41%,4.16% 42.70%,3.68% 43.00%,3.22% 43.34%,2.78% 43.71%,2.36% 44.11%,1.98% 44.52%,1.63% 44.98%,1.31% 45.44%,1.02% 45.94%,1.00% 46.45%,1.00% 46.97%,1.00% 47.52%,1.00% 48.06%,1.00% 48.62%,1.00% 49.19%,1.00% 49.76%,1.00% 50.33%,1.00% 50.90%,1.00% 51.46%,1.00% 52.02%,1.00% 52.58%,1.00% 53.11%,1.00% 53.63%,1.06% 54.14%,1.35% 54.63%,1.69% 55.10%,2.04% 55.55%,2.43% 55.96%,2.85% 56.35%,3.29% 56.71%,3.75% 57.04%,4.24% 57.35%,4.73% 57.64%,5.21% 57.93%,5.70% 58.23%,6.20% 58.52%,6.69% 58.81%,7.17% 59.11%,7.66% 59.41%,8.16% 59.69%,8.65% 59.99%,9.13% 60.29%,9.62% 60.57%,10.11% 60.87%,10.59% 61.16%,11.07% 61.50%,11.51% 61.85%,11.92% 62.24%,12.31% 62.66%,12.67% 63.10%,13.00% 63.57%,13.30% 64.05%,13.57% 64.56%,13.80% 65.08%,14.00% 65.62%,14.16% 66.16%,14.27% 66.72%,14.36% 67.29%,14.40% 67.86%,14.42% 68.43%,14.38% 69.00%,14.31% 69.56%,14.20% 70.12%,14.07% 70.68%,13.93% 71.24%,13.79% 71.78%,13.66% 72.34%,13.51% 72.90%,13.37% 73.44%,13.24% 74.00%,13.10% 74.55%,12.96% 75.11%,12.83% 75.67%,12.68% 76.21%,12.54% 76.77%,12.41% 77.32%,12.28% 77.87%,12.20% 78.44%,12.16% 79.01%,12.15% 79.58%,12.18% 80.15%,12.26% 80.72%,12.36% 81.28%,12.50% 81.83%,12.69% 82.38%,12.92% 82.90%,13.17% 83.41%,13.47% 83.90%,13.79% 84.37%,14.14% 84.81%,14.52% 85.24%,14.93% 85.64%,15.37% 86.01%,15.82% 86.35%,16.30% 86.66%,16.80% 86.94%,17.31% 87.17%,17.85% 87.39%,18.39% 87.55%,18.95% 87.68%,19.51% 87.78%,20.08% 87.84%,20.65% 87.85%,21.22% 87.83%,21.79% 87.77%,22.35% 87.67%,22.91% 87.54%,23.45% 87.40%,24.01% 87.26%,24.57% 87.13%,25.12% 86.98%,25.67% 86.84%,26.22% 86.71%,26.78% 86.57%,27.34% 86.43%,27.88% 86.28%,28.44% 86.15%,28.99% 86.01%,29.55% 85.87%,30.10% 85.75%,30.66% 85.65%,31.23% 85.59%,31.80% 85.58%,32.37% 85.61%,32.94% 85.67%,33.50% 85.77%,34.06% 85.90%,34.60% 86.08%,35.13% 86.29%,35.65% 86.53%,36.15% 86.82%,36.62% 87.13%,37.07% 87.47%,37.50% 87.84%,37.92% 88.24%,38.29% 88.67%,38.64% 89.12%,38.95% 89.60%,39.25% 90.08%,39.54% 90.58%,39.83% 91.07%,40.13% 91.56%,40.42% 92.04%,40.72% 92.54%,41.00% 93.03%,41.30% 93.52%,41.60% 94.00%,41.88% 94.49%,42.18% 94.99%,42.48% 95.48%,42.76% 95.96%,43.08% 96.44%,43.43% 96.90%,43.80% 97.33%,44.20% 97.73%,44.63% 98.11%,45.08% 98.46%,45.56% 98.76%,46.05% 99.05%,46.57% 99.30%,47.10% 99.50%,47.64% 99.68%,48.20% 99.82%,48.76% 99.92%,49.33% 99.98%,49.90% 100.00%,50.47% 99.99%,51.04% 99.94%,51.60% 99.86%,52.16% 99.73%,52.70% 99.57%,53.24% 99.37%,53.76% 99.13%,54.26% 98.87%,54.74% 98.56%,55.21% 98.23%,55.65% 97.86%,56.05% 97.47%,56.44% 97.04%,56.80% 96.59%,57.12% 96.13%,57.42% 95.64%,57.71% 95.15%,58.00% 94.66%,58.29% 94.17%,58.59% 93.68%,58.88% 93.19%,59.17% 92.71%,59.47% 92.21%,59.76% 91.72%,60.05% 91.24%,60.35% 90.75%,60.65% 90.25%,60.93% 89.76%,61.24% 89.29%,61.57% 88.82%,61.94% 88.38%,62.34% 87.98%,62.76% 87.59%,63.21% 87.23%,63.69% 86.91%,64.17% 86.63%,64.68% 86.37%,65.21% 86.15%,65.74% 85.96%,66.30% 85.81%,66.86% 85.70%,67.43% 85.62%,68.00% 85.58%,68.57% 85.59%,69.14% 85.63%,69.69% 85.71%,70.25% 85.82%,70.81% 85.96%,71.36% 86.10%,71.92% 86.25%,72.47% 86.38%,73.02% 86.52%,73.58% 86.66%,74.12% 86.79%,74.68% 86.94%,75.24% 87.08%,75.79% 87.21%,76.34% 87.35%,76.89% 87.49%,77.45% 87.62%,78.01% 87.74%,78.58% 87.81%,79.15% 87.85%,79.72% 87.85%,80.29% 87.80%,80.85% 87.72%,81.40% 87.60%,81.96% 87.45%,82.50% 87.26%,83.02% 87.02%,83.52% 86.76%,84.00% 86.46%,84.47% 86.13%,84.92% 85.77%,85.33% 85.38%,85.73% 84.96%,86.08% 84.52%,86.41% 84.06%,86.72% 83.57%,86.98% 83.08%,87.22% 82.55%,87.42% 82.02%,87.58% 81.47%,87.70% 80.91%,87.79% 80.34%,87.83% 79.77%,87.84% 79.20%,87.80% 78.63%,87.73% 78.08%,87.63% 77.51%,87.50% 76.96%,87.35% 76.40%,87.21% 75.84%,87.08% 75.30%,86.94% 74.74%,86.79% 74.19%,86.66% 73.63%,86.52% 73.08%,86.38% 72.53%,86.25% 71.97%,86.11% 71.43%,85.96% 70.87%,85.83% 70.31%,85.70% 69.75%,85.62% 69.19%,85.58% 68.62%,85.57% 68.05%,85.61% 67.48%,85.68% 66.91%,85.79% 66.35%,85.94% 65.81%,86.12% 65.26%,86.33% 64.74%,86.59% 64.23%,86.88% 63.73%,87.20% 63.25%,87.55% 62.81%,87.93% 62.39%,88.34% 61.98%,88.78% 61.62%,89.23% 61.27%,89.72% 60.96%,90.20% 60.68%,90.69% 60.38%,91.18% 60.08%,91.66% 59.80%,92.16% 59.50%,92.65% 59.20%,93.14% 58.92%,93.62% 58.62%,94.12% 58.33%,94.61% 58.03%,95.10% 57.74%,95.58% 57.45%,96.07% 57.15%,96.54% 56.83%,97.00% 56.47%,97.42% 56.09%,97.81% 55.69%,98.18% 55.25%,98.53% 54.80%,98.82% 54.31%,99.10% 53.81%,99.33% 53.29%,99.54% 52.76%,99.70% 52.21%,99.83% 51.65%,99.93% 51.09%,99.98% 50.52%,100.00% 49.95%,99.98% 49.38%,99.92% 48.81%,99.82% 48.25%,99.68% 47.70%,99.51% 47.15%,99.30% 46.63%,99.06% 46.10%,98.79% 45.61%,98.47% 45.13%,98.12% 44.68%,97.76% 44.24%,97.35% 43.84%,96.92% 43.47%,96.47% 43.11%,96.00% 42.80%,95.51% 42.51%,95.01% 42.21%,94.53% 41.92%,94.04% 41.63%,93.55% 41.33%,93.05% 41.03%,92.57% 40.75%,92.08% 40.45%,91.59% 40.15%,91.11% 39.87%,90.61% 39.57%,90.12% 39.28%,89.63% 38.99%,89.16% 38.67%,88.71% 38.33%,88.27% 37.96%,87.86% 37.55%,87.50% 37.13%,87.14% 36.66%,86.83% 36.19%,86.55% 35.69%,86.30% 35.18%,86.08% 34.66%,85.90% 34.11%,85.77% 33.55%,85.67% 32.99%,85.60% 32.42%,85.57% 31.85%,85.58% 31.28%,85.63% 30.72%,85.73% 30.15%,85.84% 29.60%,85.99% 29.05%,86.13% 28.49%,86.26% 27.93%,86.40% 27.39%,86.55% 26.83%,86.68% 26.28%,86.82% 25.72%,86.96% 25.17%,87.10% 24.62%,87.23% 24.06%,87.38% 23.50%,87.52% 22.96%,87.65% 22.40%,87.74% 21.84%,87.82% 21.27%,87.84% 20.70%,87.83% 20.13%,87.78% 19.56%,87.69% 19.00%,87.55% 18.44%,87.39% 17.90%,87.19% 17.36%,86.95% 16.85%,86.68% 16.34%,86.37% 15.87%,86.03% 15.40%,85.67% 14.96%,85.26% 14.56%,84.85% 14.17%,84.40% 13.82%,83.93% 13.49%,83.43% 13.19%,82.94% 12.95%,82.41% 12.72%,81.87% 12.53%,81.32% 12.38%,80.76% 12.26%,80.19% 12.19%,79.62% 12.15%,79.05% 12.15%,78.48% 12.20%,77.92% 12.28%,77.37% 12.40%,76.81% 12.53%,76.25% 12.67%,75.70% 12.81%,75.15% 12.95%,74.60% 13.09%,74.04% 13.23%,73.48% 13.36%,72.94% 13.50%,72.38% 13.65%,71.83% 13.78%,71.27% 13.92%,70.72% 14.06%,70.17% 14.19%,69.61% 14.31%,69.04% 14.38%,68.47% 14.42%,67.90% 14.41%,67.33% 14.37%,66.76% 14.29%,66.20% 14.17%,65.66% 14.01%,65.12% 13.82%,64.60% 13.60%,64.09% 13.33%,63.60% 13.04%,63.14% 12.71%,62.69% 12.35%,62.27% 11.96%,61.88% 11.54%,61.52% 11.10%,61.19% 10.64%,60.88% 10.15%,60.60% 9.67%,60.30% 9.18%,60.00% 8.68%,59.72% 8.19%,59.42% 7.71%,59.13% 7.22%,58.83% 6.73%,58.54% 6.24%,58.25% 5.75%,57.95% 5.26%,57.67% 4.77%,57.37% 4.29%,57.07% 3.80%,56.74% 3.33%,56.38% 2.89%,55.99% 2.47%,55.58% 2.08%,55.14% 1.71%,54.67% 1.39%,54.19% 1.09%,53.68% 1.00%,53.15% 1.00%,52.62% 1.00%,52.07% 1.00%,51.51% 1.00%,50.94% 1.00%,50.37% 1.00%,49.80% 1.00%\"\r\n ),\r\n};\r\n","import { LitElement, html, css, PropertyValues } from \"lit\";\r\nimport { customElement, property, query } from \"lit/decorators.js\";\r\n\r\nimport { DesignToken, Role } from \"@m3e/core\";\r\n\r\nimport { LoadingIndicatorVariant } from \"./LoadingIndicatorVariant\";\r\nimport { LoadingIndicatorToken } from \"./LoadingIndicatorToken\";\r\nimport { ShapePolygon } from \"./ShapePolygon\";\r\n\r\n/**\r\n * Shows indeterminate progress for a short wait time.\r\n *\r\n * @description\r\n * The `m3e-loading-indicator` component uses animation to grab attention, mitigate perceived latency, and indicate\r\n * that an activity is in progress.\r\n *\r\n * When placed over other content, use the `variant` attribute to change the appearance from `uncontained` (the default),\r\n * to `contained` so that it has strong contrast to help it stand out better.\r\n *\r\n * @example\r\n * The following example illustrates an uncontained loading indicator.\r\n * ```html\r\n * <m3e-loading-indicator></m3e-loading-indicator>\r\n * ```\r\n *\r\n * @tag m3e-loading-indicator\r\n *\r\n * @attr variant - The appearance variant of the indicator.\r\n *\r\n * @cssprop --m3e-loading-indicator-active-indicator-color - Uncontained active indicator color.\r\n * @cssprop --m3e-loading-indicator-contained-active-indicator-color - Contained active indicator color.\r\n * @cssprop --m3e-loading-indicator-contained-container-color - Contained container (background) color.\r\n * @cssprop --m3e-loading-indicator-active-indicator-size - Size of the active indicator.\r\n * @cssprop --m3e-loading-indicator-container-shape - Container shape.\r\n * @cssprop --m3e-loading-indicator-container-size - Container size.\r\n */\r\n@customElement(\"m3e-loading-indicator\")\r\nexport class M3eLoadingIndicatorElement extends Role(LitElement, \"progressbar\") {\r\n /** The styles of the element. */\r\n static override styles = css`\r\n :host {\r\n display: inline-block;\r\n aspect-ratio: 1 / 1;\r\n contain: strict;\r\n vertical-align: middle;\r\n content-visibility: auto;\r\n }\r\n :host([variant=\"uncontained\"]) {\r\n width: ${LoadingIndicatorToken.activeIndicatorSize};\r\n }\r\n :host([variant=\"contained\"]) {\r\n width: ${LoadingIndicatorToken.containerSize};\r\n }\r\n :host([variant=\"uncontained\"]) .active-indicator {\r\n background-color: ${LoadingIndicatorToken.activeIndicatorColor};\r\n }\r\n :host([variant=\"contained\"]) .active-indicator {\r\n background-color: ${LoadingIndicatorToken.containedActiveIndicatorColor};\r\n }\r\n :host([variant=\"contained\"]) .container {\r\n background-color: ${LoadingIndicatorToken.containedContainerColor};\r\n }\r\n .container {\r\n width: 100%;\r\n height: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border-radius: ${LoadingIndicatorToken.containerShape};\r\n }\r\n .active-indicator {\r\n margin: auto;\r\n aspect-ratio: 1 / 1;\r\n width: calc(${LoadingIndicatorToken.activeIndicatorSize} * 0.842);\r\n transform-origin: center;\r\n clip-path: var(--_polygon);\r\n transition: clip-path ${DesignToken.motion.spring.slowEffects};\r\n will-change: transform, clip-path;\r\n }\r\n .active-indicator.animate {\r\n animation:\r\n rotate 4998ms infinite,\r\n noop 714ms steps(1, end) infinite;\r\n }\r\n @keyframes noop {\r\n from {\r\n opacity: 1;\r\n }\r\n to {\r\n opacity: 1;\r\n }\r\n }\r\n @keyframes rotate {\r\n 0% {\r\n transform: rotate(0deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 14% {\r\n transform: rotate(154deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 29% {\r\n transform: rotate(309deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 43% {\r\n transform: rotate(463deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 57% {\r\n transform: rotate(617deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 71% {\r\n transform: rotate(771deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 83% {\r\n transform: rotate(926deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 100% {\r\n transform: rotate(1080deg);\r\n }\r\n }\r\n @media (forced-colors: active) {\r\n .active-indicator {\r\n background-color: CanvasText !important;\r\n }\r\n }\r\n `;\r\n\r\n /** @private */\r\n @query(\".active-indicator\") private readonly _activeIndicator?: HTMLElement;\r\n\r\n /** @private */\r\n #shapes: Array<keyof typeof ShapePolygon> = [\r\n \"soft-burst\",\r\n \"7-sided-cookie\",\r\n \"pentagon\",\r\n \"pill\",\r\n \"very-sunny\",\r\n \"4-sided-cookie\",\r\n \"oval\",\r\n ];\r\n\r\n /** @private */ #shapeIndex = 1;\r\n\r\n readonly #animationIterationHandler = (e: AnimationEvent) => {\r\n if (e.animationName === \"noop\") {\r\n if (this._activeIndicator) {\r\n this._activeIndicator?.style.setProperty(\r\n \"--_polygon\",\r\n `polygon(${ShapePolygon[this.#shapes[this.#shapeIndex]]})`\r\n );\r\n }\r\n this.#shapeIndex = (this.#shapeIndex + 1) % this.#shapes.length;\r\n }\r\n };\r\n\r\n /**\r\n * The appearance variant of the indicator.\r\n * @default \"uncontained\"\r\n */\r\n @property({ reflect: true }) variant: LoadingIndicatorVariant = \"uncontained\";\r\n\r\n /** @inheritdoc */\r\n override connectedCallback(): void {\r\n super.connectedCallback();\r\n\r\n this.ariaValueMin = this.ariaValueMin || \"0\";\r\n this.ariaValueMax = this.ariaValueMax || \"100\";\r\n }\r\n\r\n /** @inheritdoc */\r\n override disconnectedCallback(): void {\r\n super.disconnectedCallback();\r\n\r\n this._activeIndicator?.removeEventListener(\"animationiteration\", this.#animationIterationHandler);\r\n this._activeIndicator?.classList.toggle(\"animate\", false);\r\n }\r\n\r\n /** @inheritdoc */\r\n protected override firstUpdated(_changedProperties: PropertyValues): void {\r\n super.firstUpdated(_changedProperties);\r\n\r\n this._activeIndicator?.style.setProperty(\"--_polygon\", `polygon(${ShapePolygon[this.#shapes[0]]})`);\r\n\r\n this._activeIndicator?.addEventListener(\"animationiteration\", this.#animationIterationHandler);\r\n this._activeIndicator?.classList.toggle(\"animate\", true);\r\n }\r\n\r\n /** @inheritdoc */\r\n override render() {\r\n return html`<div class=\"container\" aria-hidden=\"true\">\r\n <div class=\"active-indicator\"></div>\r\n </div>`;\r\n }\r\n}\r\n\r\ndeclare global {\r\n interface HTMLElementTagNameMap {\r\n \"m3e-loading-indicator\": M3eLoadingIndicatorElement;\r\n }\r\n}\r\n"],"names":["t","e","o","r","n","c","s","query","property","customElement"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6]}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../node_modules/tslib/tslib.es6.js","../../../node_modules/@lit/reactive-element/decorators/custom-element.js","../../../node_modules/@lit/reactive-element/css-tag.js","../../../node_modules/@lit/reactive-element/reactive-element.js","../../../node_modules/@lit/reactive-element/decorators/property.js","../../../node_modules/@lit/reactive-element/decorators/base.js","../../../node_modules/@lit/reactive-element/decorators/query.js","../../src/LoadingIndicatorToken.ts","../../src/ShapePolygon.ts","../../src/LoadingIndicatorElement.ts"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\r\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\r\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nvar ownKeys = function(o) {\r\n ownKeys = Object.getOwnPropertyNames || function (o) {\r\n var ar = [];\r\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\r\n return ar;\r\n };\r\n return ownKeys(o);\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose, inner;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n if (async) inner = dispose;\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n var r, s = 0;\r\n function next() {\r\n while (r = env.stack.pop()) {\r\n try {\r\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\r\n if (r.dispose) {\r\n var result = r.dispose.call(r.value);\r\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n else s |= 1;\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\r\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\r\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\r\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\r\n });\r\n }\r\n return path;\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __esDecorate: __esDecorate,\r\n __runInitializers: __runInitializers,\r\n __propKey: __propKey,\r\n __setFunctionName: __setFunctionName,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,\r\n};\r\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=t=>(e,o)=>{void 0!==o?o.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)};export{t as customElement};\n//# sourceMappingURL=custom-element.js.map\n","/**\n * @license\n * Copyright 2019 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst t=globalThis,e=t.ShadowRoot&&(void 0===t.ShadyCSS||t.ShadyCSS.nativeShadow)&&\"adoptedStyleSheets\"in Document.prototype&&\"replace\"in CSSStyleSheet.prototype,s=Symbol(),o=new WeakMap;class n{constructor(t,e,o){if(this._$cssResult$=!0,o!==s)throw Error(\"CSSResult is not constructable. Use `unsafeCSS` or `css` instead.\");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const s=this.t;if(e&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o.set(s,t))}return t}toString(){return this.cssText}}const r=t=>new n(\"string\"==typeof t?t:t+\"\",void 0,s),i=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,s,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if(\"number\"==typeof t)return t;throw Error(\"Value passed to 'css' function must be a 'css' function result: \"+t+\". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.\")})(s)+t[o+1]),t[0]);return new n(o,t,s)},S=(s,o)=>{if(e)s.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement(\"style\"),n=t.litNonce;void 0!==n&&o.setAttribute(\"nonce\",n),o.textContent=e.cssText,s.appendChild(o)}},c=e?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e=\"\";for(const s of t.cssRules)e+=s.cssText;return r(e)})(t):t;export{n as CSSResult,S as adoptStyles,i as css,c as getCompatibleStyle,e as supportsAdoptingStyleSheets,r as unsafeCSS};\n//# sourceMappingURL=css-tag.js.map\n","import{getCompatibleStyle as t,adoptStyles as s}from\"./css-tag.js\";export{CSSResult,css,supportsAdoptingStyleSheets,unsafeCSS}from\"./css-tag.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const{is:i,defineProperty:e,getOwnPropertyDescriptor:h,getOwnPropertyNames:r,getOwnPropertySymbols:o,getPrototypeOf:n}=Object,a=globalThis,c=a.trustedTypes,l=c?c.emptyScript:\"\",p=a.reactiveElementPolyfillSupport,d=(t,s)=>t,u={toAttribute(t,s){switch(s){case Boolean:t=t?l:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},f=(t,s)=>!i(t,s),b={attribute:!0,type:String,converter:u,reflect:!1,useDefault:!1,hasChanged:f};Symbol.metadata??=Symbol(\"metadata\"),a.litPropertyMetadata??=new WeakMap;class y extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=b){if(s.state&&(s.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((s=Object.create(s)).wrapped=!0),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),h=this.getPropertyDescriptor(t,i,s);void 0!==h&&e(this.prototype,t,h)}}static getPropertyDescriptor(t,s,i){const{get:e,set:r}=h(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t}};return{get:e,set(s){const h=e?.call(this);r?.call(this,s),this.requestUpdate(t,h,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??b}static _$Ei(){if(this.hasOwnProperty(d(\"elementProperties\")))return;const t=n(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(d(\"finalized\")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(d(\"properties\"))){const t=this.properties,s=[...r(t),...o(t)];for(const i of s)this.createProperty(i,t[i])}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i)}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(t(s))}else void 0!==s&&i.push(t(s));return i}static _$Eu(t,s){const i=s.attribute;return!1===i?void 0:\"string\"==typeof i?i:\"string\"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return s(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,s,i){this._$AK(t,i)}_$ET(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&!0===i.reflect){const h=(void 0!==i.converter?.toAttribute?i.converter:u).toAttribute(s,i.type);this._$Em=t,null==h?this.removeAttribute(e):this.setAttribute(e,h),this._$Em=null}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),h=\"function\"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u;this._$Em=e;const r=h.fromAttribute(s,t.type);this[e]=r??this._$Ej?.get(e)??r,this._$Em=null}}requestUpdate(t,s,i){if(void 0!==t){const e=this.constructor,h=this[t];if(i??=e.getPropertyOptions(t),!((i.hasChanged??f)(h,s)||i.useDefault&&i.reflect&&h===this._$Ej?.get(t)&&!this.hasAttribute(e._$Eu(t,i))))return;this.C(t,s,i)}!1===this.isUpdatePending&&(this._$ES=this._$EP())}C(t,s,{useDefault:i,reflect:e,wrapped:h},r){i&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,r??s??this[t]),!0!==h||void 0!==r)||(this._$AL.has(t)||(this.hasUpdated||i||(s=void 0),this._$AL.set(t,s)),!0===e&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t){const{wrapped:t}=i,e=this[s];!0!==t||this._$AL.has(s)||void 0===e||this.C(s,void 0,i,e)}}let t=!1;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(s)):this._$EM()}catch(s){throw t=!1,this._$EM(),s}t&&this._$AE(s)}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach((t=>this._$ET(t,this[t]))),this._$EM()}updated(t){}firstUpdated(t){}}y.elementStyles=[],y.shadowRootOptions={mode:\"open\"},y[d(\"elementProperties\")]=new Map,y[d(\"finalized\")]=new Map,p?.({ReactiveElement:y}),(a.reactiveElementVersions??=[]).push(\"2.1.1\");export{y as ReactiveElement,s as adoptStyles,u as defaultConverter,t as getCompatibleStyle,f as notEqual};\n//# sourceMappingURL=reactive-element.js.map\n","import{defaultConverter as t,notEqual as e}from\"../reactive-element.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */const o={attribute:!0,type:String,converter:t,reflect:!1,hasChanged:e},r=(t=o,e,r)=>{const{kind:n,metadata:i}=r;let s=globalThis.litPropertyMetadata.get(i);if(void 0===s&&globalThis.litPropertyMetadata.set(i,s=new Map),\"setter\"===n&&((t=Object.create(t)).wrapped=!0),s.set(r.name,t),\"accessor\"===n){const{name:o}=r;return{set(r){const n=e.get.call(this);e.set.call(this,r),this.requestUpdate(o,n,t)},init(e){return void 0!==e&&this.C(o,void 0,t,e),e}}}if(\"setter\"===n){const{name:o}=r;return function(r){const n=this[o];e.call(this,r),this.requestUpdate(o,n,t)}}throw Error(\"Unsupported decorator location: \"+n)};function n(t){return(e,o)=>\"object\"==typeof o?r(t,e,o):((t,e,o)=>{const r=e.hasOwnProperty(o);return e.constructor.createProperty(o,t),r?Object.getOwnPropertyDescriptor(e,o):void 0})(t,e,o)}export{n as property,r as standardProperty};\n//# sourceMappingURL=property.js.map\n","/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nconst e=(e,t,c)=>(c.configurable=!0,c.enumerable=!0,Reflect.decorate&&\"object\"!=typeof t&&Object.defineProperty(e,t,c),c);export{e as desc};\n//# sourceMappingURL=base.js.map\n","import{desc as t}from\"./base.js\";\n/**\n * @license\n * Copyright 2017 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */function e(e,r){return(n,s,i)=>{const o=t=>t.renderRoot?.querySelector(e)??null;if(r){const{get:e,set:r}=\"object\"==typeof s?n:i??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return t(n,s,{get(){let t=e.call(this);return void 0===t&&(t=o(this),(null!==t||this.hasUpdated)&&r.call(this,t)),t}})}return t(n,s,{get(){return o(this)}})}}export{e as query};\n//# sourceMappingURL=query.js.map\n","import { unsafeCSS } from \"lit\";\r\n\r\nimport { DesignToken } from \"@m3e/core\";\r\n\r\nexport const LoadingIndicatorToken = {\r\n activeIndicatorSize: unsafeCSS(`var(--m3e-loading-indicator-size, 2.375rem)`),\r\n activeIndicatorColor: unsafeCSS(`var(--m3e-loading-indicator-active-indicator-color, ${DesignToken.color.primary})`),\r\n containedActiveIndicatorColor: unsafeCSS(\r\n `var(--m3e-loading-indicator-contained-active-indicator-color, ${DesignToken.color.onPrimaryContainer})`\r\n ),\r\n containedContainerColor: unsafeCSS(\r\n `var(--m3e-loading-indicator-contained-container-color, ${DesignToken.color.secondaryContainer})`\r\n ),\r\n containerShape: unsafeCSS(`var(--m3e-loading-indicator-container-shape, ${DesignToken.shape.corner.full})`),\r\n containerSize: unsafeCSS(`var(--m3e-loading-indicator-container-size, 3rem)`),\r\n} as const;\r\n","import { CSSResult, unsafeCSS } from \"lit\";\r\n\r\n/**\r\n * Normalized polygons for each shape.\r\n * @internal\r\n */\r\nexport const ShapePolygon: Record<string, CSSResult> = {\r\n \"4-sided-cookie\": unsafeCSS(\r\n \"24.79% 1.00%,24.19% 1.00%,23.58% 1.00%,22.98% 1.00%,22.38% 1.00%,21.79% 1.00%,21.19% 1.00%,20.59% 1.00%,20.00% 1.00%,19.42% 1.00%,18.83% 1.00%,18.25% 1.16%,17.67% 1.35%,17.10% 1.55%,16.54% 1.77%,15.98% 2.00%,15.42% 2.24%,14.88% 2.50%,14.33% 2.76%,13.79% 3.05%,13.26% 3.34%,12.74% 3.64%,12.23% 3.97%,11.73% 4.29%,11.22% 4.63%,10.72% 4.98%,10.24% 5.35%,9.77% 5.73%,9.31% 6.12%,8.84% 6.51%,8.39% 6.91%,7.95% 7.33%,7.52% 7.76%,7.11% 8.19%,6.69% 8.64%,6.29% 9.08%,5.90% 9.55%,5.52% 10.02%,5.15% 10.50%,4.79% 11.00%,4.45% 11.49%,4.11% 12.00%,3.79% 12.51%,3.47% 13.03%,3.18% 13.55%,2.89% 14.08%,2.62% 14.63%,2.36% 15.17%,2.11% 15.72%,1.87% 16.28%,1.65% 16.84%,1.44% 17.41%,1.25% 17.99%,1.07% 18.56%,1.00% 19.14%,1.00% 19.73%,1.00% 20.31%,1.00% 20.91%,1.00% 21.51%,1.00% 22.11%,1.00% 22.71%,1.00% 23.31%,1.00% 23.91%,1.00% 24.52%,1.00% 25.12%,1.00% 25.73%,1.00% 26.33%,1.00% 26.94%,1.00% 27.54%,1.00% 28.15%,1.00% 28.75%,1.00% 29.35%,1.00% 29.95%,1.00% 30.54%,1.00% 31.13%,1.00% 31.73%,1.00% 32.31%,1.03% 32.90%,1.21% 33.47%,1.39% 34.04%,1.60% 34.62%,1.81% 35.19%,2.04% 35.75%,2.28% 36.31%,2.51% 36.86%,2.76% 37.42%,2.99% 37.98%,3.24% 38.53%,3.49% 39.08%,3.72% 39.64%,3.96% 40.20%,4.18% 40.76%,4.40% 41.33%,4.59% 41.91%,4.78% 42.48%,4.95% 43.06%,5.10% 43.65%,5.24% 44.23%,5.37% 44.82%,5.48% 45.42%,5.58% 46.02%,5.67% 46.62%,5.74% 47.21%,5.80% 47.81%,5.84% 48.43%,5.87% 49.02%,5.90% 49.64%,5.90% 50.23%,5.88% 50.85%,5.86% 51.44%,5.82% 52.06%,5.75% 52.65%,5.69% 53.25%,5.61% 53.87%,5.50% 54.45%,5.40% 55.05%,5.27% 55.65%,5.13% 56.23%,4.97% 56.82%,4.82% 57.40%,4.63% 57.98%,4.44% 58.55%,4.23% 59.12%,4.01% 59.68%,3.77% 60.24%,3.53% 60.80%,3.29% 61.36%,3.05% 61.91%,2.81% 62.47%,2.56% 63.03%,2.33% 63.57%,2.08% 64.13%,1.86% 64.69%,1.64% 65.27%,1.43% 65.83%,1.25% 66.41%,1.07% 66.98%,1.00% 67.57%,1.00% 68.15%,1.00% 68.74%,1.00% 69.34%,1.00% 69.92%,1.00% 70.52%,1.00% 71.12%,1.00% 71.73%,1.00% 72.33%,1.00% 72.93%,1.00% 73.54%,1.00% 74.14%,1.00% 74.75%,1.00% 75.35%,1.00% 75.96%,1.00% 76.56%,1.00% 77.17%,1.00% 77.77%,1.00% 78.37%,1.00% 78.96%,1.00% 79.55%,1.00% 80.14%,1.00% 80.73%,1.03% 81.31%,1.21% 81.90%,1.39% 82.47%,1.60% 83.04%,1.82% 83.60%,2.06% 84.16%,2.30% 84.71%,2.56% 85.26%,2.84% 85.80%,3.12% 86.34%,3.41% 86.87%,3.72% 87.39%,4.05% 87.90%,4.37% 88.40%,4.72% 88.90%,5.08% 89.39%,5.44% 89.88%,5.82% 90.34%,6.21% 90.81%,6.61% 91.27%,7.01% 91.72%,7.43% 92.15%,7.86% 92.58%,8.30% 93.00%,8.75% 93.41%,9.20% 93.81%,9.67% 94.20%,10.14% 94.57%,10.63% 94.94%,11.11% 95.29%,11.62% 95.64%,12.12% 95.97%,12.64% 96.29%,13.16% 96.60%,13.69% 96.89%,14.22% 97.18%,14.76% 97.45%,15.30% 97.71%,15.86% 97.96%,16.42% 98.19%,16.98% 98.40%,17.56% 98.61%,18.13% 98.80%,18.71% 98.98%,19.29% 99.14%,19.87% 99.30%,20.47% 99.43%,21.06% 99.56%,21.66% 99.66%,22.25% 99.75%,22.85% 99.83%,23.46% 99.90%,24.06% 99.95%,24.66% 99.97%,25.27% 100.00%,25.88% 100.00%,26.48% 99.99%,27.10% 99.96%,27.69% 99.92%,28.29% 99.87%,28.90% 99.80%,29.50% 99.71%,30.10% 99.62%,30.69% 99.51%,31.29% 99.39%,31.87% 99.25%,32.46% 99.09%,33.04% 98.93%,33.62% 98.75%,34.19% 98.56%,34.76% 98.35%,35.33% 98.14%,35.89% 97.90%,36.44% 97.66%,37.00% 97.42%,37.56% 97.18%,38.12% 96.94%,38.66% 96.69%,39.22% 96.46%,39.78% 96.21%,40.34% 95.98%,40.90% 95.76%,41.48% 95.56%,42.05% 95.37%,42.62% 95.18%,43.21% 95.02%,43.79% 94.86%,44.38% 94.73%,44.98% 94.60%,45.56% 94.50%,46.16% 94.39%,46.76% 94.31%,47.37% 94.23%,47.97% 94.18%,48.58% 94.14%,49.18% 94.12%,49.79% 94.10%,50.39% 94.10%,51.00% 94.13%,51.60% 94.16%,52.20% 94.20%,52.81% 94.26%,53.41% 94.33%,54.01% 94.42%,54.61% 94.52%,55.21% 94.64%,55.79% 94.77%,56.38% 94.91%,56.96% 95.07%,57.55% 95.24%,58.12% 95.42%,58.69% 95.61%,59.27% 95.82%,59.83% 96.04%,60.39% 96.29%,60.94% 96.53%,61.49% 96.77%,62.05% 97.01%,62.61% 97.25%,63.16% 97.49%,63.72% 97.74%,64.28% 97.97%,64.84% 98.20%,65.40% 98.41%,65.97% 98.61%,66.55% 98.80%,67.13% 98.97%,67.71% 99.14%,68.30% 99.28%,68.88% 99.43%,69.48% 99.54%,70.08% 99.65%,70.68% 99.74%,71.28% 99.82%,71.88% 99.88%,72.49% 99.93%,73.09% 99.97%,73.70% 100.00%,74.30% 100.00%,74.91% 99.99%,75.51% 99.97%,76.12% 99.93%,76.72% 99.88%,77.32% 99.80%,77.92% 99.73%,78.51% 99.64%,79.11% 99.52%,79.70% 99.39%,80.30% 99.26%,80.88% 99.10%,81.45% 98.93%,82.04% 98.75%,82.61% 98.56%,83.17% 98.35%,83.75% 98.11%,84.31% 97.88%,84.85% 97.63%,85.40% 97.37%,85.93% 97.10%,86.47% 96.81%,87.00% 96.51%,87.52% 96.20%,88.03% 95.87%,88.53% 95.54%,89.03% 95.18%,89.51% 94.83%,89.99% 94.47%,90.46% 94.08%,90.93% 93.69%,91.38% 93.30%,91.83% 92.88%,92.27% 92.46%,92.69% 92.02%,93.10% 91.59%,93.51% 91.14%,93.91% 90.68%,94.29% 90.21%,94.66% 89.73%,95.03% 89.25%,95.38% 88.76%,95.72% 88.26%,96.04% 87.75%,96.37% 87.23%,96.67% 86.71%,96.97% 86.18%,97.24% 85.65%,97.51% 85.10%,97.77% 84.55%,98.01% 83.99%,98.24% 83.43%,98.45% 82.87%,98.66% 82.30%,98.84% 81.73%,99.02% 81.14%,99.18% 80.56%,99.34% 79.97%,99.47% 79.39%,99.58% 78.79%,99.69% 78.19%,99.78% 77.59%,99.84% 76.99%,99.91% 76.39%,99.95% 75.78%,99.99% 75.18%,100.00% 74.57%,100.00% 73.97%,99.99% 73.36%,99.96% 72.76%,99.91% 72.15%,99.86% 71.55%,99.78% 70.95%,99.70% 70.35%,99.60% 69.76%,99.48% 69.16%,99.35% 68.57%,99.21% 67.99%,99.05% 67.40%,98.88% 66.81%,98.70% 66.24%,98.50% 65.67%,98.30% 65.10%,98.07% 64.54%,97.84% 63.98%,97.61% 63.42%,97.36% 62.86%,97.12% 62.30%,96.88% 61.75%,96.64% 61.19%,96.40% 60.63%,96.16% 60.09%,95.93% 59.53%,95.71% 58.95%,95.51% 58.38%,95.31% 57.81%,95.15% 57.24%,94.98% 56.65%,94.83% 56.06%,94.69% 55.47%,94.57% 54.88%,94.47% 54.28%,94.36% 53.68%,94.29% 53.08%,94.22% 52.49%,94.17% 51.87%,94.14% 51.28%,94.12% 50.66%,94.10% 50.07%,94.12% 49.45%,94.13% 48.85%,94.17% 48.24%,94.21% 47.64%,94.27% 47.05%,94.35% 46.45%,94.44% 45.85%,94.55% 45.25%,94.66% 44.65%,94.79% 44.07%,94.95% 43.47%,95.11% 42.89%,95.28% 42.31%,95.47% 41.74%,95.67% 41.16%,95.87% 40.59%,96.11% 40.03%,96.34% 39.47%,96.59% 38.93%,96.82% 38.37%,97.07% 37.81%,97.31% 37.26%,97.55% 36.70%,97.80% 36.14%,98.03% 35.58%,98.26% 35.02%,98.46% 34.46%,98.66% 33.89%,98.84% 33.30%,99.02% 32.73%,99.18% 32.14%,99.32% 31.56%,99.45% 30.96%,99.57% 30.37%,99.67% 29.78%,99.77% 29.18%,99.84% 28.58%,99.91% 27.97%,99.95% 27.37%,99.99% 26.76%,100.00% 26.16%,100.00% 25.55%,99.99% 24.95%,99.96% 24.34%,99.92% 23.74%,99.86% 23.14%,99.79% 22.53%,99.70% 21.93%,99.61% 21.33%,99.49% 20.74%,99.36% 20.15%,99.22% 19.56%,99.06% 18.97%,98.88% 18.40%,98.70% 17.82%,98.50% 17.24%,98.28% 16.68%,98.06% 16.12%,97.83% 15.56%,97.57% 15.02%,97.31% 14.47%,97.02% 13.93%,96.73% 13.40%,96.43% 12.87%,96.12% 12.36%,95.80% 11.84%,95.46% 11.35%,95.11% 10.85%,94.74% 10.36%,94.36% 9.89%,93.99% 9.42%,93.60% 8.95%,93.19% 8.50%,92.78% 8.06%,92.35% 7.63%,91.92% 7.21%,91.48% 6.79%,91.02% 6.39%,90.56% 6.00%,90.10% 5.61%,89.61% 5.24%,89.13% 4.88%,88.64% 4.53%,88.13% 4.19%,87.62% 3.87%,87.10% 3.55%,86.58% 3.25%,86.05% 2.97%,85.52% 2.68%,84.97% 2.42%,84.41% 2.17%,83.86% 1.93%,83.29% 1.70%,82.73% 1.50%,82.16% 1.29%,81.59% 1.11%,81.00% 1.00%,80.41% 1.00%,79.83% 1.00%,79.23% 1.00%,78.64% 1.00%,78.05% 1.00%,77.45% 1.00%,76.85% 1.00%,76.24% 1.00%,75.64% 1.00%,75.03% 1.00%,74.43% 1.00%,73.82% 1.00%,73.22% 1.00%,72.61% 1.00%,72.01% 1.00%,71.41% 1.00%,70.80% 1.00%,70.20% 1.00%,69.61% 1.00%,69.01% 1.00%,68.43% 1.00%,67.83% 1.00%,67.24% 1.00%,66.67% 1.16%,66.10% 1.35%,65.53% 1.55%,64.95% 1.76%,64.39% 1.98%,63.83% 2.21%,63.83% 2.21%,63.27% 2.46%,62.73% 2.69%,62.17% 2.94%,61.61% 3.18%,61.05% 3.42%,60.50% 3.66%,59.94% 3.90%,59.38% 4.13%,58.81% 4.35%,58.24% 4.54%,57.67% 4.72%,57.09% 4.91%,56.51% 5.06%,55.91% 5.21%,55.32% 5.34%,54.72% 5.45%,54.14% 5.56%,53.54% 5.65%,52.93% 5.73%,52.33% 5.79%,51.73% 5.83%,51.12% 5.87%,50.52% 5.90%,49.91% 5.90%,49.31% 5.88%,48.70% 5.86%,48.10% 5.83%,47.49% 5.78%,46.89% 5.70%,46.29% 5.62%,45.69% 5.53%,45.09% 5.43%,44.51% 5.30%,43.91% 5.17%,43.32% 5.01%,42.74% 4.85%,42.17% 4.67%,41.59% 4.49%,41.02% 4.28%,40.46% 4.06%,39.89% 3.84%,39.34% 3.59%,38.78% 3.36%,38.22% 3.11%,37.68% 2.86%,37.12% 2.63%,36.56% 2.38%,36.01% 2.15%,35.45% 1.91%,34.88% 1.69%,34.32% 1.48%,33.75% 1.29%,33.16% 1.11%,32.57% 1.00%,32.00% 1.00%,31.40% 1.00%,30.82% 1.00%,30.22% 1.00%,29.62% 1.00%,29.02% 1.00%,28.42% 1.00%,27.82% 1.00%,27.21% 1.00%,26.61% 1.00%,26.00% 1.00%,25.40% 1.00%\"\r\n ),\r\n \"7-sided-cookie\": unsafeCSS(\r\n \"49.39% 1.00%,48.85% 1.00%,48.33% 1.00%,47.81% 1.00%,47.29% 1.00%,46.76% 1.00%,46.24% 1.00%,45.73% 1.00%,45.21% 1.00%,44.70% 1.00%,44.19% 1.00%,43.69% 1.01%,43.19% 1.18%,42.69% 1.36%,42.20% 1.55%,41.72% 1.77%,41.24% 1.98%,40.77% 2.22%,40.29% 2.47%,39.83% 2.73%,39.38% 2.99%,38.93% 3.28%,38.49% 3.57%,38.06% 3.87%,37.63% 4.20%,37.22% 4.52%,36.80% 4.86%,36.41% 5.21%,36.01% 5.56%,35.61% 5.90%,35.21% 6.27%,35.21% 6.27%,34.82% 6.61%,34.41% 6.96%,34.01% 7.30%,33.59% 7.62%,33.17% 7.94%,32.73% 8.25%,32.29% 8.54%,31.84% 8.81%,31.39% 9.09%,30.92% 9.34%,30.46% 9.60%,29.98% 9.82%,29.50% 10.04%,29.01% 10.26%,28.52% 10.45%,28.03% 10.63%,27.53% 10.80%,27.03% 10.95%,26.52% 11.10%,26.01% 11.23%,25.50% 11.35%,24.97% 11.45%,24.45% 11.54%,23.94% 11.64%,23.42% 11.74%,22.90% 11.83%,22.37% 11.93%,21.86% 12.04%,21.35% 12.17%,20.84% 12.30%,20.33% 12.46%,19.83% 12.63%,19.33% 12.79%,18.85% 12.99%,18.36% 13.19%,17.87% 13.41%,17.40% 13.64%,16.92% 13.88%,16.46% 14.13%,16.01% 14.39%,15.56% 14.67%,15.11% 14.96%,14.67% 15.26%,14.24% 15.57%,13.82% 15.90%,13.41% 16.23%,13.00% 16.57%,12.61% 16.93%,12.22% 17.29%,11.85% 17.66%,11.48% 18.05%,11.13% 18.45%,10.77% 18.84%,10.44% 19.25%,10.11% 19.67%,9.80% 20.11%,9.49% 20.54%,9.19% 20.98%,8.91% 21.43%,8.65% 21.89%,8.38% 22.35%,8.13% 22.82%,7.90% 23.30%,7.67% 23.79%,7.46% 24.28%,7.26% 24.77%,7.08% 25.26%,6.90% 25.77%,6.73% 26.29%,6.59% 26.79%,6.46% 27.31%,6.33% 27.83%,6.22% 28.35%,6.13% 28.87%,6.04% 29.40%,5.97% 29.93%,5.91% 30.47%,5.88% 31.00%,5.84% 31.53%,5.83% 32.07%,5.83% 32.60%,5.84% 33.13%,5.87% 33.67%,5.89% 34.20%,5.91% 34.74%,5.94% 35.27%,5.96% 35.80%,5.97% 36.34%,5.97% 36.87%,5.95% 37.40%,5.93% 37.94%,5.89% 38.47%,5.83% 39.00%,5.76% 39.53%,5.68% 40.06%,5.58% 40.58%,5.47% 41.10%,5.36% 41.63%,5.21% 42.15%,5.07% 42.65%,4.92% 43.17%,4.74% 43.66%,4.55% 44.17%,4.36% 44.66%,4.14% 45.15%,3.92% 45.63%,3.68% 46.12%,3.44% 46.58%,3.18% 47.05%,2.93% 47.52%,2.68% 48.00%,2.43% 48.47%,2.20% 48.94%,1.96% 49.42%,1.75% 49.90%,1.54% 50.40%,1.34% 50.90%,1.16% 51.39%,1.00% 51.91%,1.00% 52.42%,1.00% 52.93%,1.00% 53.45%,1.00% 53.97%,1.00% 54.50%,1.00% 55.03%,1.00% 55.54%,1.00% 56.08%,1.00% 56.61%,1.00% 57.14%,1.00% 57.67%,1.00% 58.21%,1.00% 58.74%,1.00% 59.28%,1.00% 59.81%,1.00% 60.34%,1.00% 60.87%,1.00% 61.40%,1.00% 61.93%,1.00% 62.46%,1.00% 62.97%,1.00% 63.50%,1.00% 64.01%,1.00% 64.53%,1.09% 65.03%,1.27% 65.54%,1.46% 66.04%,1.66% 66.53%,1.88% 67.02%,2.10% 67.51%,2.34% 67.98%,2.59% 68.46%,2.85% 68.92%,3.11% 69.37%,3.40% 69.83%,3.69% 70.26%,4.00% 70.71%,4.32% 71.13%,4.64% 71.55%,4.99% 71.96%,5.33% 72.35%,5.69% 72.75%,6.06% 73.14%,6.44% 73.51%,6.83% 73.87%,7.22% 74.22%,7.62% 74.57%,8.04% 74.89%,8.47% 75.22%,8.89% 75.53%,9.32% 75.84%,9.74% 76.15%,10.17% 76.47%,10.59% 76.79%,11.01% 77.12%,11.42% 77.45%,11.82% 77.80%,12.21% 78.16%,12.59% 78.54%,12.96% 78.91%,13.32% 79.29%,13.68% 79.70%,14.01% 80.10%,14.35% 80.52%,14.67% 80.94%,14.97% 81.37%,15.28% 81.82%,15.57% 82.26%,15.84% 82.72%,16.10% 83.18%,16.36% 83.65%,16.60% 84.13%,16.83% 84.61%,17.05% 85.09%,17.25% 85.58%,17.46% 86.08%,17.67% 86.57%,17.87% 87.06%,18.09% 87.54%,18.30% 88.04%,18.54% 88.52%,18.77% 88.99%,19.04% 89.45%,19.30% 89.91%,19.57% 90.37%,19.87% 90.81%,20.16% 91.26%,20.47% 91.69%,20.81% 92.11%,21.14% 92.52%,21.48% 92.93%,21.83% 93.33%,22.19% 93.71%,22.56% 94.08%,22.95% 94.46%,23.35% 94.82%,23.74% 95.17%,24.15% 95.50%,24.57% 95.83%,25.00% 96.14%,25.44% 96.44%,25.88% 96.73%,26.33% 97.02%,26.78% 97.28%,27.24% 97.55%,27.70% 97.79%,28.18% 98.02%,28.67% 98.24%,29.15% 98.45%,29.64% 98.64%,30.14% 98.83%,30.64% 99.00%,31.14% 99.16%,31.65% 99.30%,32.16% 99.43%,32.67% 99.54%,33.19% 99.65%,33.71% 99.75%,34.24% 99.82%,34.76% 99.88%,35.28% 99.93%,35.80% 99.96%,36.34% 99.99%,36.86% 100.00%,37.39% 99.99%,37.92% 99.98%,38.44% 99.94%,38.96% 99.89%,39.50% 99.83%,40.02% 99.76%,40.53% 99.68%,41.05% 99.58%,41.56% 99.46%,42.09% 99.33%,42.58% 99.19%,43.09% 99.05%,43.61% 98.91%,44.12% 98.76%,44.63% 98.62%,45.14% 98.48%,45.65% 98.36%,46.16% 98.26%,46.68% 98.16%,47.20% 98.09%,47.73% 98.02%,48.25% 97.97%,48.78% 97.93%,49.31% 97.91%,49.84% 97.90%,50.36% 97.90%,50.88% 97.91%,51.42% 97.94%,51.94% 97.98%,52.46% 98.04%,52.99% 98.11%,53.51% 98.20%,54.03% 98.29%,54.54% 98.40%,55.05% 98.53%,55.56% 98.67%,56.07% 98.81%,56.58% 98.95%,57.10% 99.10%,57.59% 99.24%,58.10% 99.37%,58.63% 99.49%,59.14% 99.62%,59.66% 99.71%,60.18% 99.78%,60.71% 99.86%,61.23% 99.92%,61.75% 99.95%,62.28% 99.99%,62.81% 100.00%,63.33% 100.00%,63.86% 99.99%,64.39% 99.95%,64.91% 99.92%,65.44% 99.87%,65.97% 99.80%,66.49% 99.71%,67.00% 99.62%,67.52% 99.51%,68.03% 99.39%,68.54% 99.25%,69.05% 99.10%,69.55% 98.94%,70.05% 98.76%,70.55% 98.58%,71.04% 98.38%,71.51% 98.16%,72.00% 97.94%,72.47% 97.70%,72.94% 97.45%,73.40% 97.19%,73.85% 96.92%,74.29% 96.63%,74.73% 96.33%,75.16% 96.03%,75.58% 95.71%,76.00% 95.38%,76.40% 95.05%,76.81% 94.68%,77.20% 94.32%,77.58% 93.96%,77.95% 93.58%,78.30% 93.18%,78.66% 92.78%,78.99% 92.38%,79.33% 91.97%,79.65% 91.53%,79.95% 91.10%,80.25% 90.66%,80.54% 90.21%,80.81% 89.75%,81.07% 89.30%,81.32% 88.83%,81.56% 88.35%,81.78% 87.87%,82.00% 87.37%,82.21% 86.88%,82.41% 86.40%,82.63% 85.91%,82.83% 85.41%,83.04% 84.92%,83.26% 84.44%,83.49% 83.96%,83.74% 83.49%,83.99% 83.02%,84.27% 82.56%,84.54% 82.11%,84.84% 81.66%,85.14% 81.23%,85.45% 80.80%,85.77% 80.38%,86.12% 79.97%,86.46% 79.56%,86.82% 79.16%,87.17% 78.78%,87.55% 78.40%,87.93% 78.03%,88.33% 77.68%,88.73% 77.33%,89.15% 77.00%,89.56% 76.67%,89.99% 76.36%,90.42% 76.05%,90.84% 75.73%,91.27% 75.42%,91.70% 75.10%,92.11% 74.78%,92.53% 74.45%,92.93% 74.10%,93.33% 73.74%,93.71% 73.38%,94.07% 73.00%,94.44% 72.62%,94.80% 72.22%,95.14% 71.81%,95.48% 71.40%,95.81% 70.98%,96.12% 70.55%,96.43% 70.12%,96.71% 69.67%,97.00% 69.22%,97.26% 68.76%,97.52% 68.29%,97.76% 67.82%,97.99% 67.34%,98.22% 66.85%,98.42% 66.37%,98.62% 65.86%,98.80% 65.37%,98.97% 64.86%,99.13% 64.35%,99.28% 63.84%,99.41% 63.32%,99.52% 62.79%,99.63% 62.28%,99.73% 61.75%,99.81% 61.22%,99.87% 60.69%,99.93% 60.16%,99.96% 59.63%,99.99% 59.09%,100.00% 58.56%,100.00% 58.02%,99.99% 57.49%,99.96% 56.96%,99.92% 56.42%,99.87% 55.89%,99.80% 55.36%,99.71% 54.83%,99.62% 54.32%,99.51% 53.79%,99.39% 53.27%,99.26% 52.75%,99.12% 52.24%,98.95% 51.73%,98.79% 51.23%,98.60% 50.72%,98.40% 50.23%,98.19% 49.74%,97.97% 49.25%,97.73% 48.77%,97.48% 48.30%,97.23% 47.84%,96.98% 47.37%,96.73% 46.90%,96.48% 46.43%,96.25% 45.95%,96.01% 45.47%,95.80% 44.99%,95.58% 44.49%,95.39% 44.00%,95.21% 43.49%,95.05% 42.99%,94.88% 42.47%,94.74% 41.97%,94.62% 41.45%,94.50% 40.92%,94.39% 40.40%,94.30% 39.87%,94.23% 39.35%,94.16% 38.82%,94.11% 38.29%,94.07% 37.75%,94.05% 37.22%,94.04% 36.69%,94.04% 36.15%,94.06% 35.62%,94.09% 35.08%,94.11% 34.55%,94.13% 34.02%,94.16% 33.48%,94.17% 32.95%,94.18% 32.42%,94.18% 31.88%,94.16% 31.35%,94.12% 30.81%,94.07% 30.28%,94.01% 29.75%,93.94% 29.22%,93.85% 28.69%,93.75% 28.17%,93.63% 27.65%,93.52% 27.13%,93.37% 26.61%,93.22% 26.11%,93.05% 25.60%,92.87% 25.10%,92.68% 24.59%,92.48% 24.10%,92.26% 23.62%,92.03% 23.14%,91.79% 22.66%,91.54% 22.19%,91.28% 21.73%,91.00% 21.27%,90.71% 20.83%,90.42% 20.38%,90.11% 19.95%,89.79% 19.53%,89.45% 19.11%,89.12% 18.70%,88.77% 18.30%,88.41% 17.92%,88.03% 17.53%,87.65% 17.16%,87.27% 16.80%,86.87% 16.45%,86.46% 16.11%,86.05% 15.79%,85.62% 15.46%,85.19% 15.15%,84.75% 14.86%,84.30% 14.57%,83.85% 14.31%,83.39% 14.05%,82.92% 13.79%,82.45% 13.55%,81.97% 13.34%,81.49% 13.12%,81.00% 12.93%,80.50% 12.73%,80.00% 12.57%,79.50% 12.40%,78.99% 12.25%,78.48% 12.12%,77.97% 12.00%,77.45% 11.89%,76.94% 11.80%,76.42% 11.70%,75.89% 11.60%,75.38% 11.52%,74.86% 11.42%,74.34% 11.32%,73.83% 11.18%,73.32% 11.05%,72.81% 10.91%,72.31% 10.74%,71.81% 10.57%,71.32% 10.38%,70.82% 10.19%,70.35% 9.97%,69.86% 9.74%,69.40% 9.51%,68.92% 9.26%,68.47% 8.99%,68.01% 8.72%,67.57% 8.44%,67.13% 8.14%,66.70% 7.83%,66.27% 7.52%,65.86% 7.18%,65.46% 6.84%,65.05% 6.49%,64.66% 6.14%,64.27% 5.78%,63.86% 5.44%,63.47% 5.09%,63.07% 4.74%,62.65% 4.40%,62.24% 4.08%,61.81% 3.76%,61.37% 3.46%,60.93% 3.17%,60.48% 2.90%,60.02% 2.63%,59.55% 2.38%,59.09% 2.14%,58.60% 1.91%,58.13% 1.70%,57.64% 1.49%,57.14% 1.30%,56.66% 1.12%,56.15% 1.00%,55.65% 1.00%,55.14% 1.00%,54.63% 1.00%,54.10% 1.00%,53.59% 1.00%,53.07% 1.00%,52.55% 1.00%,52.02% 1.00%,51.49% 1.00%,50.97% 1.00%,50.45% 1.00%,49.91% 1.00%\"\r\n ),\r\n oval: unsafeCSS(\r\n \"69.56% 1.00%,69.04% 1.00%,68.52% 1.00%,68.00% 1.00%,67.49% 1.00%,66.97% 1.00%,66.46% 1.00%,65.94% 1.00%,65.43% 1.00%,64.91% 1.00%,64.39% 1.00%,63.88% 1.00%,63.36% 1.00%,62.86% 1.00%,62.35% 1.00%,61.83% 1.00%,61.33% 1.00%,60.82% 1.06%,60.31% 1.18%,59.80% 1.29%,59.30% 1.41%,58.79% 1.53%,58.30% 1.66%,57.79% 1.79%,57.30% 1.93%,56.79% 2.06%,56.30% 2.22%,55.80% 2.36%,55.31% 2.52%,54.81% 2.67%,54.32% 2.84%,53.83% 3.00%,53.33% 3.17%,52.85% 3.34%,52.36% 3.52%,51.87% 3.70%,51.39% 3.89%,50.90% 4.08%,50.42% 4.27%,49.94% 4.46%,49.47% 4.66%,48.99% 4.86%,48.51% 5.08%,48.04% 5.28%,47.57% 5.50%,47.09% 5.71%,46.62% 5.93%,46.15% 6.16%,45.69% 6.38%,45.22% 6.61%,44.76% 6.85%,44.30% 7.08%,43.84% 7.32%,43.37% 7.56%,42.92% 7.82%,42.46% 8.06%,42.01% 8.31%,41.56% 8.56%,41.11% 8.83%,40.66% 9.08%,40.22% 9.35%,39.76% 9.61%,39.32% 9.88%,38.89% 10.16%,38.45% 10.43%,38.00% 10.70%,37.57% 10.98%,37.13% 11.27%,36.70% 11.55%,36.27% 11.84%,35.84% 12.14%,35.42% 12.43%,34.99% 12.72%,34.56% 13.02%,34.14% 13.33%,33.72% 13.63%,33.30% 13.93%,32.89% 14.24%,32.47% 14.56%,32.06% 14.87%,31.64% 15.19%,31.24% 15.51%,30.83% 15.82%,30.43% 16.15%,30.02% 16.47%,29.62% 16.80%,29.21% 17.13%,28.82% 17.46%,28.43% 17.80%,28.02% 18.13%,27.64% 18.47%,27.25% 18.81%,26.86% 19.15%,26.46% 19.51%,26.08% 19.85%,25.70% 20.21%,25.32% 20.56%,24.94% 20.90%,24.56% 21.27%,24.20% 21.62%,23.82% 21.98%,23.45% 22.35%,23.08% 22.71%,22.71% 23.08%,22.35% 23.45%,21.98% 23.82%,21.62% 24.20%,21.27% 24.56%,20.90% 24.94%,20.56% 25.32%,20.21% 25.70%,19.85% 26.08%,19.51% 26.46%,19.15% 26.86%,18.81% 27.25%,18.47% 27.64%,18.13% 28.02%,17.80% 28.43%,17.46% 28.82%,17.13% 29.21%,16.80% 29.62%,16.47% 30.02%,16.15% 30.43%,15.82% 30.83%,15.51% 31.24%,15.19% 31.64%,14.87% 32.06%,14.56% 32.47%,14.24% 32.89%,13.93% 33.30%,13.63% 33.72%,13.33% 34.14%,13.02% 34.56%,12.72% 34.99%,12.43% 35.42%,12.14% 35.84%,11.84% 36.27%,11.55% 36.70%,11.27% 37.13%,10.98% 37.57%,10.70% 38.00%,10.43% 38.45%,10.16% 38.89%,9.88% 39.32%,9.61% 39.76%,9.35% 40.22%,9.08% 40.66%,8.83% 41.11%,8.56% 41.56%,8.31% 42.01%,8.06% 42.46%,7.82% 42.92%,7.56% 43.37%,7.32% 43.84%,7.08% 44.30%,6.85% 44.76%,6.61% 45.22%,6.38% 45.69%,6.16% 46.15%,5.93% 46.62%,5.71% 47.09%,5.50% 47.57%,5.28% 48.04%,5.08% 48.51%,4.86% 48.99%,4.66% 49.47%,4.46% 49.94%,4.27% 50.42%,4.08% 50.90%,3.89% 51.39%,3.70% 51.87%,3.52% 52.36%,3.34% 52.85%,3.17% 53.33%,3.00% 53.83%,2.84% 54.32%,2.67% 54.81%,2.52% 55.31%,2.36% 55.80%,2.22% 56.30%,2.06% 56.79%,1.93% 57.30%,1.79% 57.79%,1.66% 58.30%,1.53% 58.79%,1.41% 59.30%,1.29% 59.80%,1.18% 60.31%,1.06% 60.82%,1.00% 61.33%,1.00% 61.83%,1.00% 62.35%,1.00% 62.86%,1.00% 63.36%,1.00% 63.88%,1.00% 64.39%,1.00% 64.91%,1.00% 65.43%,1.00% 65.94%,1.00% 66.46%,1.00% 66.97%,1.00% 67.49%,1.00% 68.00%,1.00% 68.52%,1.00% 69.04%,1.00% 69.56%,1.00% 70.08%,1.00% 70.60%,1.00% 71.12%,1.00% 71.64%,1.00% 72.16%,1.00% 72.68%,1.00% 73.19%,1.00% 73.71%,1.00% 74.22%,1.00% 74.74%,1.00% 75.26%,1.00% 75.77%,1.00% 76.29%,1.00% 76.79%,1.00% 77.31%,1.00% 77.82%,1.00% 78.33%,1.00% 78.83%,1.00% 79.34%,1.13% 79.85%,1.27% 80.34%,1.42% 80.83%,1.57% 81.33%,1.74% 81.82%,1.90% 82.32%,2.09% 82.80%,2.27% 83.29%,2.47% 83.76%,2.67% 84.24%,2.89% 84.71%,3.12% 85.18%,3.34% 85.65%,3.60% 86.10%,3.84% 86.56%,4.10% 87.00%,4.37% 87.45%,4.65% 87.89%,4.94% 88.32%,5.23% 88.75%,5.54% 89.17%,5.85% 89.57%,6.17% 89.99%,6.50% 90.39%,6.84% 90.78%,7.18% 91.17%,7.54% 91.55%,7.89% 91.92%,8.26% 92.29%,8.64% 92.64%,9.02% 92.99%,9.41% 93.34%,9.80% 93.67%,10.21% 94.00%,10.63% 94.31%,11.05% 94.62%,11.46% 94.92%,11.90% 95.21%,12.33% 95.49%,12.77% 95.77%,13.21% 96.02%,13.67% 96.29%,14.12% 96.53%,14.59% 96.77%,15.05% 97.00%,15.52% 97.21%,16.00% 97.43%,16.47% 97.63%,16.95% 97.82%,17.44% 98.01%,17.93% 98.19%,18.42% 98.35%,18.91% 98.51%,19.41% 98.66%,19.91% 98.80%,20.41% 98.94%,20.91% 99.06%,21.42% 99.18%,21.93% 99.28%,22.43% 99.38%,22.94% 99.47%,23.46% 99.56%,23.97% 99.63%,24.49% 99.71%,25.01% 99.77%,25.51% 99.82%,26.03% 99.87%,26.55% 99.91%,27.07% 99.94%,27.59% 99.96%,28.11% 99.99%,28.62% 100.00%,29.14% 100.00%,29.66% 100.00%,30.17% 100.00%,30.69% 99.99%,31.21% 99.96%,31.73% 99.94%,32.25% 99.91%,32.77% 99.87%,33.29% 99.82%,33.80% 99.77%,34.32% 99.72%,34.84% 99.66%,35.34% 99.59%,35.86% 99.52%,36.37% 99.44%,36.89% 99.37%,37.40% 99.28%,37.91% 99.19%,38.42% 99.09%,38.93% 98.99%,39.44% 98.89%,39.94% 98.77%,40.45% 98.66%,40.96% 98.53%,41.45% 98.40%,41.96% 98.28%,42.46% 98.14%,42.96% 98.00%,43.45% 97.86%,43.96% 97.71%,44.45% 97.56%,44.95% 97.40%,45.44% 97.25%,45.93% 97.09%,46.41% 96.91%,46.91% 96.74%,47.40% 96.57%,47.88% 96.39%,48.37% 96.20%,48.86% 96.02%,49.34% 95.83%,49.82% 95.63%,50.29% 95.44%,50.77% 95.24%,51.25% 95.03%,51.72% 94.82%,52.20% 94.60%,52.67% 94.39%,53.14% 94.17%,53.61% 93.96%,54.08% 93.73%,54.55% 93.50%,55.00% 93.27%,55.47% 93.03%,55.93% 92.79%,56.40% 92.55%,56.85% 92.31%,57.31% 92.07%,57.77% 91.82%,58.21% 91.56%,58.66% 91.31%,59.11% 91.04%,59.56% 90.78%,60.01% 90.52%,60.45% 90.25%,60.89% 89.98%,61.34% 89.71%,61.77% 89.44%,62.21% 89.16%,62.64% 88.86%,63.09% 88.59%,63.52% 88.29%,63.95% 88.02%,64.38% 87.71%,64.80% 87.42%,65.23% 87.13%,65.64% 86.83%,66.08% 86.52%,66.49% 86.22%,66.91% 85.91%,67.32% 85.60%,67.73% 85.29%,68.15% 84.98%,68.56% 84.66%,68.96% 84.34%,69.37% 84.01%,69.77% 83.70%,70.18% 83.37%,70.59% 83.04%,70.98% 82.71%,71.38% 82.37%,71.78% 82.04%,72.17% 81.69%,72.56% 81.35%,72.95% 81.01%,73.33% 80.67%,73.73% 80.33%,74.11% 79.97%,74.49% 79.62%,74.87% 79.28%,75.25% 78.91%,75.63% 78.55%,75.99% 78.20%,76.36% 77.83%,76.74% 77.48%,77.11% 77.11%,77.11% 77.11%,77.48% 76.74%,77.83% 76.36%,78.20% 75.99%,78.55% 75.63%,78.91% 75.25%,79.28% 74.87%,79.62% 74.49%,79.97% 74.11%,80.33% 73.73%,80.67% 73.33%,81.01% 72.95%,81.35% 72.56%,81.69% 72.17%,82.04% 71.78%,82.37% 71.38%,82.71% 70.98%,83.04% 70.59%,83.37% 70.18%,83.70% 69.77%,84.01% 69.37%,84.34% 68.96%,84.66% 68.56%,84.98% 68.15%,85.29% 67.73%,85.60% 67.32%,85.91% 66.91%,86.22% 66.49%,86.52% 66.08%,86.83% 65.64%,87.13% 65.23%,87.42% 64.80%,87.71% 64.38%,88.02% 63.95%,88.29% 63.52%,88.59% 63.09%,88.86% 62.64%,89.16% 62.21%,89.44% 61.77%,89.71% 61.34%,89.98% 60.89%,90.25% 60.45%,90.52% 60.01%,90.78% 59.56%,91.04% 59.11%,91.31% 58.66%,91.56% 58.21%,91.82% 57.77%,92.07% 57.31%,92.31% 56.85%,92.55% 56.40%,92.79% 55.93%,93.03% 55.47%,93.27% 55.00%,93.50% 54.55%,93.73% 54.08%,93.96% 53.61%,94.17% 53.14%,94.39% 52.67%,94.60% 52.20%,94.82% 51.72%,95.03% 51.25%,95.24% 50.77%,95.44% 50.29%,95.63% 49.82%,95.83% 49.34%,96.02% 48.86%,96.20% 48.37%,96.39% 47.88%,96.57% 47.40%,96.74% 46.91%,96.91% 46.41%,97.09% 45.93%,97.25% 45.44%,97.40% 44.95%,97.56% 44.45%,97.71% 43.96%,97.86% 43.45%,98.00% 42.96%,98.14% 42.46%,98.28% 41.96%,98.40% 41.45%,98.53% 40.96%,98.66% 40.45%,98.77% 39.94%,98.89% 39.44%,98.99% 38.93%,99.09% 38.42%,99.19% 37.91%,99.28% 37.40%,99.37% 36.89%,99.44% 36.37%,99.52% 35.86%,99.59% 35.34%,99.66% 34.84%,99.72% 34.32%,99.77% 33.80%,99.82% 33.29%,99.87% 32.77%,99.91% 32.25%,99.94% 31.73%,99.96% 31.21%,99.99% 30.69%,100.00% 30.17%,100.00% 29.66%,100.00% 29.14%,100.00% 28.62%,99.99% 28.11%,99.96% 27.59%,99.94% 27.07%,99.91% 26.55%,99.87% 26.03%,99.82% 25.51%,99.77% 25.01%,99.71% 24.49%,99.63% 23.97%,99.56% 23.46%,99.47% 22.94%,99.38% 22.43%,99.28% 21.93%,99.18% 21.42%,99.06% 20.91%,98.94% 20.41%,98.80% 19.91%,98.66% 19.41%,98.51% 18.91%,98.35% 18.42%,98.19% 17.93%,98.01% 17.44%,97.82% 16.95%,97.63% 16.47%,97.43% 16.00%,97.21% 15.52%,97.00% 15.05%,96.77% 14.59%,96.53% 14.12%,96.29% 13.67%,96.02% 13.21%,95.77% 12.77%,95.49% 12.33%,95.21% 11.90%,94.92% 11.46%,94.62% 11.05%,94.31% 10.63%,94.00% 10.21%,93.67% 9.80%,93.34% 9.41%,92.99% 9.02%,92.64% 8.64%,92.29% 8.26%,91.92% 7.89%,91.55% 7.54%,91.17% 7.18%,90.78% 6.84%,90.39% 6.50%,89.99% 6.17%,89.57% 5.85%,89.17% 5.54%,88.75% 5.23%,88.32% 4.94%,87.89% 4.65%,87.45% 4.37%,87.00% 4.10%,86.56% 3.84%,86.10% 3.60%,85.65% 3.34%,85.18% 3.12%,84.71% 2.89%,84.24% 2.67%,83.76% 2.47%,83.29% 2.27%,82.80% 2.09%,82.32% 1.90%,81.82% 1.74%,81.33% 1.57%,80.83% 1.42%,80.34% 1.27%,79.85% 1.13%,79.34% 1.00%,78.83% 1.00%,78.33% 1.00%,77.82% 1.00%,77.31% 1.00%,76.79% 1.00%,76.29% 1.00%,75.77% 1.00%,75.26% 1.00%,74.74% 1.00%,74.22% 1.00%,73.71% 1.00%,73.19% 1.00%,72.68% 1.00%,72.16% 1.00%,71.64% 1.00%,71.12% 1.00%,70.60% 1.00%,70.08% 1.00%\"\r\n ),\r\n pentagon: unsafeCSS(\r\n \"49.44% 1.00%,48.92% 1.00%,48.41% 1.00%,47.89% 1.00%,47.37% 1.00%,46.87% 1.00%,46.35% 1.00%,45.84% 1.00%,45.33% 1.00%,44.84% 1.00%,44.34% 1.00%,43.85% 1.06%,43.35% 1.23%,42.87% 1.42%,42.40% 1.63%,41.92% 1.86%,41.46% 2.09%,41.00% 2.33%,40.54% 2.59%,40.09% 2.86%,39.66% 3.15%,39.22% 3.45%,38.80% 3.76%,38.80% 3.76%,38.38% 4.07%,37.95% 4.38%,37.53% 4.69%,37.12% 5.02%,36.70% 5.33%,36.28% 5.64%,35.85% 5.95%,35.43% 6.28%,35.02% 6.59%,34.60% 6.90%,34.17% 7.22%,33.75% 7.53%,33.34% 7.85%,32.92% 8.16%,32.50% 8.48%,32.07% 8.79%,31.65% 9.10%,31.24% 9.41%,30.82% 9.74%,30.39% 10.05%,29.97% 10.36%,29.55% 10.67%,29.14% 11.00%,28.72% 11.31%,28.29% 11.62%,27.87% 11.94%,27.46% 12.25%,27.04% 12.57%,26.62% 12.88%,26.19% 13.20%,25.77% 13.51%,25.36% 13.82%,24.94% 14.13%,24.51% 14.46%,24.09% 14.77%,23.68% 15.08%,23.26% 15.39%,22.84% 15.72%,22.41% 16.03%,21.99% 16.34%,21.58% 16.66%,21.16% 16.97%,20.73% 17.29%,20.31% 17.60%,19.90% 17.92%,19.48% 18.23%,19.06% 18.54%,18.63% 18.85%,18.21% 19.18%,17.80% 19.49%,17.38% 19.80%,16.95% 20.12%,16.53% 20.44%,16.12% 20.75%,15.70% 21.06%,15.28% 21.38%,14.85% 21.69%,14.43% 22.00%,14.02% 22.32%,13.60% 22.64%,13.17% 22.95%,12.75% 23.26%,12.34% 23.57%,11.92% 23.90%,11.50% 24.21%,11.07% 24.52%,10.65% 24.84%,10.24% 25.16%,9.82% 25.47%,9.40% 25.78%,8.97% 26.10%,8.56% 26.41%,8.14% 26.72%,7.72% 27.04%,7.31% 27.37%,6.90% 27.71%,6.51% 28.04%,6.12% 28.41%,5.75% 28.78%,5.37% 29.15%,5.02% 29.55%,4.67% 29.95%,4.34% 30.35%,4.02% 30.77%,3.71% 31.20%,3.41% 31.63%,3.12% 32.08%,2.84% 32.53%,2.57% 32.99%,2.32% 33.46%,2.08% 33.94%,1.85% 34.41%,1.63% 34.89%,1.42% 35.39%,1.23% 35.89%,1.06% 36.39%,1.00% 36.90%,1.00% 37.41%,1.00% 37.93%,1.00% 38.46%,1.00% 38.98%,1.00% 39.50%,1.00% 40.02%,1.00% 40.56%,1.00% 41.10%,1.00% 41.63%,1.00% 42.17%,1.00% 42.70%,1.00% 43.24%,1.00% 43.77%,1.00% 44.30%,1.00% 44.83%,1.00% 45.37%,1.00% 45.90%,1.00% 46.43%,1.00% 46.95%,1.00% 47.47%,1.00% 48.00%,1.00% 48.51%,1.00% 49.02%,1.14% 49.53%,1.29% 50.04%,1.45% 50.55%,1.62% 51.05%,1.78% 51.56%,1.93% 52.07%,2.09% 52.58%,2.26% 53.09%,2.42% 53.60%,2.57% 54.11%,2.74% 54.62%,2.90% 55.13%,3.06% 55.63%,3.21% 56.14%,3.38% 56.65%,3.54% 57.16%,3.70% 57.67%,3.86% 58.18%,4.02% 58.69%,4.18% 59.20%,4.34% 59.70%,4.50% 60.21%,4.66% 60.72%,4.82% 61.23%,4.99% 61.74%,5.14% 62.25%,5.30% 62.76%,5.46% 63.28%,5.63% 63.79%,5.78% 64.28%,5.94% 64.79%,6.11% 65.31%,6.27% 65.82%,6.42% 66.33%,6.58% 66.84%,6.75% 67.35%,6.91% 67.86%,7.06% 68.37%,7.23% 68.87%,7.39% 69.38%,7.55% 69.89%,7.70% 70.40%,7.87% 70.91%,8.03% 71.42%,8.19% 71.93%,8.36% 72.44%,8.51% 72.94%,8.67% 73.45%,8.83% 73.96%,9.00% 74.47%,9.15% 74.98%,9.31% 75.49%,9.48% 76.00%,9.64% 76.51%,9.79% 77.02%,9.95% 77.52%,10.12% 78.03%,10.28% 78.54%,10.43% 79.05%,10.60% 79.56%,10.76% 80.07%,10.92% 80.59%,11.07% 81.10%,11.24% 81.61%,11.40% 82.10%,11.56% 82.62%,11.73% 83.13%,11.88% 83.64%,12.04% 84.15%,12.20% 84.66%,12.37% 85.17%,12.52% 85.68%,12.68% 86.19%,12.85% 86.69%,13.02% 87.20%,13.21% 87.70%,13.40% 88.19%,13.62% 88.68%,13.85% 89.15%,14.09% 89.64%,14.33% 90.10%,14.60% 90.56%,14.88% 91.02%,15.17% 91.46%,15.47% 91.89%,15.78% 92.33%,16.10% 92.75%,16.44% 93.16%,16.77% 93.56%,17.14% 93.95%,17.50% 94.33%,17.87% 94.69%,18.26% 95.06%,18.65% 95.40%,19.06% 95.75%,19.47% 96.08%,19.88% 96.39%,20.31% 96.69%,20.75% 96.99%,21.19% 97.26%,21.64% 97.53%,22.10% 97.78%,22.56% 98.02%,23.03% 98.24%,23.51% 98.47%,23.98% 98.67%,24.48% 98.85%,24.96% 99.03%,25.46% 99.18%,25.96% 99.33%,26.46% 99.46%,26.97% 99.58%,27.48% 99.68%,27.99% 99.76%,28.51% 99.84%,29.02% 99.90%,29.54% 99.95%,30.06% 99.98%,30.58% 99.99%,31.10% 100.00%,31.61% 100.00%,32.13% 100.00%,32.65% 100.00%,33.17% 100.00%,33.69% 100.00%,34.21% 100.00%,34.73% 100.00%,35.25% 100.00%,35.77% 100.00%,36.29% 100.00%,36.81% 100.00%,37.33% 100.00%,37.85% 100.00%,38.36% 100.00%,38.88% 100.00%,39.40% 100.00%,39.92% 100.00%,40.44% 100.00%,40.96% 100.00%,41.48% 100.00%,42.00% 100.00%,42.52% 100.00%,43.04% 100.00%,43.56% 100.00%,44.08% 100.00%,44.60% 100.00%,45.12% 100.00%,45.63% 100.00%,46.15% 100.00%,46.67% 100.00%,47.19% 100.00%,47.71% 100.00%,48.23% 100.00%,48.75% 100.00%,49.27% 100.00%,49.79% 100.00%,50.31% 100.00%,50.83% 100.00%,51.35% 100.00%,51.87% 100.00%,52.38% 100.00%,52.90% 100.00%,53.42% 100.00%,53.94% 100.00%,54.45% 100.00%,54.97% 100.00%,55.49% 100.00%,56.01% 100.00%,56.53% 100.00%,57.05% 100.00%,57.57% 100.00%,58.08% 100.00%,58.60% 100.00%,59.12% 100.00%,59.64% 100.00%,60.16% 100.00%,60.68% 100.00%,61.20% 100.00%,61.72% 100.00%,62.24% 100.00%,62.76% 100.00%,63.28% 100.00%,63.80% 100.00%,64.32% 100.00%,64.84% 100.00%,65.35% 100.00%,65.87% 100.00%,66.39% 100.00%,66.91% 100.00%,67.43% 100.00%,67.95% 100.00%,68.47% 100.00%,68.99% 100.00%,69.51% 99.99%,70.03% 99.98%,70.55% 99.94%,71.07% 99.89%,71.59% 99.83%,72.09% 99.75%,72.60% 99.66%,73.12% 99.56%,73.63% 99.44%,74.12% 99.30%,74.63% 99.17%,75.11% 99.00%,75.61% 98.82%,76.09% 98.63%,76.57% 98.43%,77.04% 98.22%,77.51% 97.98%,77.99% 97.75%,78.43% 97.48%,78.89% 97.22%,79.33% 96.94%,79.76% 96.65%,80.20% 96.34%,80.61% 96.03%,81.02% 95.69%,81.42% 95.35%,81.81% 95.01%,82.20% 94.65%,82.56% 94.27%,82.92% 93.89%,83.29% 93.50%,83.63% 93.09%,83.95% 92.68%,84.28% 92.27%,84.59% 91.83%,84.88% 91.39%,85.17% 90.95%,85.45% 90.49%,85.70% 90.02%,85.96% 89.56%,86.20% 89.08%,86.41% 88.61%,86.63% 88.11%,86.83% 87.62%,87.02% 87.12%,87.19% 86.61%,87.34% 86.10%,87.51% 85.59%,87.67% 85.08%,87.83% 84.57%,87.98% 84.07%,88.15% 83.56%,88.31% 83.05%,88.47% 82.54%,88.64% 82.03%,88.79% 81.52%,88.95% 81.01%,89.11% 80.50%,89.28% 79.99%,89.43% 79.49%,89.59% 78.98%,89.76% 78.47%,89.92% 77.96%,90.07% 77.45%,90.23% 76.94%,90.40% 76.43%,90.56% 75.92%,90.71% 75.42%,90.88% 74.91%,91.04% 74.40%,91.20% 73.89%,91.35% 73.37%,91.52% 72.86%,91.68% 72.35%,91.84% 71.84%,92.01% 71.33%,92.16% 70.83%,92.32% 70.32%,92.48% 69.81%,92.65% 69.30%,92.80% 68.79%,92.96% 68.28%,93.13% 67.77%,93.29% 67.26%,93.44% 66.75%,93.60% 66.25%,93.77% 65.74%,93.93% 65.23%,94.08% 64.72%,94.25% 64.21%,94.41% 63.70%,94.57% 63.19%,94.72% 62.68%,94.89% 62.17%,95.05% 61.67%,95.21% 61.16%,95.37% 60.65%,95.53% 60.14%,95.69% 59.63%,95.85% 59.12%,96.01% 58.61%,96.17% 58.09%,96.33% 57.60%,96.50% 57.09%,96.65% 56.58%,96.81% 56.06%,96.97% 55.55%,97.14% 55.04%,97.30% 54.53%,97.45% 54.02%,97.61% 53.51%,97.78% 53.01%,97.94% 52.50%,98.09% 51.99%,98.26% 51.48%,98.42% 50.97%,98.58% 50.46%,98.73% 49.95%,98.90% 49.44%,99.06% 48.93%,99.22% 48.42%,99.35% 47.91%,99.48% 47.38%,99.59% 46.86%,99.70% 46.34%,99.78% 45.82%,99.86% 45.28%,99.92% 44.76%,99.95% 44.22%,99.99% 43.69%,100.00% 43.15%,100.00% 42.62%,99.99% 42.08%,99.96% 41.54%,99.92% 41.01%,99.87% 40.47%,99.79% 39.95%,99.71% 39.41%,99.61% 38.89%,99.50% 38.37%,99.37% 37.85%,99.24% 37.33%,99.08% 36.82%,98.93% 36.31%,98.74% 35.82%,98.55% 35.32%,98.35% 34.82%,98.13% 34.33%,97.90% 33.86%,97.66% 33.39%,97.39% 32.91%,97.13% 32.47%,96.85% 32.00%,96.56% 31.57%,96.26% 31.13%,95.94% 30.71%,95.62% 30.29%,95.28% 29.89%,94.93% 29.49%,94.58% 29.09%,94.20% 28.72%,93.83% 28.36%,93.44% 28.00%,93.04% 27.65%,92.63% 27.31%,92.22% 26.99%,91.80% 26.67%,91.38% 26.36%,90.97% 26.05%,90.54% 25.73%,90.12% 25.42%,89.70% 25.11%,89.29% 24.79%,88.87% 24.47%,88.44% 24.16%,88.02% 23.85%,87.60% 23.52%,87.19% 23.21%,86.76% 22.90%,86.34% 22.59%,85.92% 22.27%,85.51% 21.96%,85.09% 21.64%,84.66% 21.33%,84.24% 21.01%,83.82% 20.70%,83.41% 20.39%,82.99% 20.07%,82.56% 19.75%,82.14% 19.44%,81.73% 19.13%,81.31% 18.80%,80.88% 18.49%,80.46% 18.18%,80.04% 17.87%,79.63% 17.55%,79.21% 17.24%,78.78% 16.92%,78.36% 16.61%,77.95% 16.29%,77.53% 15.98%,77.10% 15.67%,76.68% 15.35%,76.26% 15.03%,75.85% 14.72%,75.43% 14.41%,75.00% 14.08%,74.58% 13.77%,74.16% 13.46%,73.75% 13.15%,73.32% 12.83%,72.90% 12.52%,72.48% 12.20%,72.07% 11.89%,71.65% 11.57%,71.22% 11.26%,70.80% 10.95%,70.38% 10.62%,69.97% 10.31%,69.54% 10.00%,69.12% 9.69%,68.70% 9.36%,68.29% 9.05%,67.87% 8.74%,67.44% 8.43%,67.02% 8.11%,66.60% 7.80%,66.19% 7.48%,65.77% 7.17%,65.34% 6.85%,64.92% 6.54%,64.51% 6.23%,64.09% 5.90%,63.66% 5.59%,63.24% 5.28%,62.82% 4.97%,62.41% 4.65%,61.99% 4.33%,61.56% 4.02%,61.14% 3.71%,60.72% 3.40%,60.28% 3.10%,59.85% 2.83%,59.40% 2.55%,58.94% 2.29%,58.48% 2.05%,58.01% 1.82%,57.54% 1.59%,57.06% 1.39%,56.58% 1.21%,56.08% 1.02%,55.59% 1.00%,55.09% 1.00%,54.58% 1.00%,54.09% 1.00%,53.58% 1.00%,53.06% 1.00%,52.55% 1.00%,52.03% 1.00%,51.52% 1.00%,51.00% 1.00%,50.48% 1.00%,49.96% 1.00%\"\r\n ),\r\n pill: unsafeCSS(\r\n \"56.35% 1.00%,55.83% 1.00%,55.32% 1.00%,54.80% 1.00%,54.28% 1.00%,53.76% 1.00%,53.25% 1.00%,52.74% 1.00%,52.22% 1.00%,51.71% 1.00%,51.19% 1.00%,50.69% 1.00%,50.17% 1.00%,49.66% 1.00%,49.16% 1.00%,48.64% 1.00%,48.14% 1.00%,47.63% 1.03%,47.13% 1.14%,46.62% 1.27%,46.13% 1.39%,45.62% 1.53%,45.13% 1.67%,44.62% 1.82%,44.13% 1.97%,43.64% 2.13%,43.16% 2.28%,42.66% 2.45%,42.17% 2.63%,41.69% 2.81%,41.21% 2.99%,40.73% 3.20%,40.25% 3.39%,39.78% 3.60%,39.31% 3.80%,38.84% 4.02%,38.37% 4.24%,37.90% 4.47%,37.45% 4.70%,36.98% 4.94%,36.53% 5.18%,36.08% 5.44%,35.62% 5.69%,35.17% 5.95%,34.73% 6.22%,34.30% 6.48%,33.85% 6.76%,33.42% 7.05%,33.00% 7.34%,32.56% 7.62%,32.14% 7.92%,31.72% 8.23%,31.30% 8.53%,30.89% 8.84%,30.48% 9.16%,30.07% 9.48%,29.68% 9.81%,29.28% 10.14%,28.88% 10.47%,28.50% 10.82%,28.11% 11.16%,27.74% 11.51%,27.36% 11.87%,26.98% 12.23%,26.62% 12.59%,26.62% 12.59%,26.25% 12.95%,25.89% 13.32%,25.52% 13.68%,25.16% 14.06%,24.80% 14.42%,24.42% 14.79%,24.06% 15.15%,23.69% 15.51%,23.33% 15.89%,22.97% 16.25%,22.59% 16.62%,22.23% 16.98%,21.86% 17.34%,21.50% 17.71%,21.14% 18.07%,20.77% 18.45%,20.41% 18.81%,20.03% 19.18%,19.67% 19.54%,19.30% 19.90%,18.94% 20.27%,18.58% 20.63%,18.21% 21.01%,17.85% 21.37%,17.47% 21.73%,17.11% 22.10%,16.75% 22.46%,16.38% 22.84%,16.02% 23.20%,15.64% 23.56%,15.28% 23.93%,14.91% 24.29%,14.55% 24.66%,14.19% 25.02%,13.82% 25.40%,13.46% 25.76%,13.08% 26.12%,12.72% 26.49%,12.36% 26.85%,12.00% 27.22%,11.64% 27.60%,11.29% 27.98%,10.94% 28.37%,10.59% 28.75%,10.26% 29.14%,9.93% 29.53%,9.60% 29.93%,9.27% 30.34%,8.96% 30.75%,8.65% 31.16%,8.33% 31.57%,8.03% 31.99%,7.73% 32.41%,7.43% 32.84%,7.14% 33.26%,6.87% 33.69%,6.59% 34.14%,6.31% 34.57%,6.05% 35.02%,5.78% 35.46%,5.52% 35.91%,5.28% 36.36%,5.03% 36.82%,4.79% 37.28%,4.56% 37.73%,4.33% 38.20%,4.10% 38.67%,3.88% 39.14%,3.67% 39.61%,3.46% 40.08%,3.26% 40.56%,3.07% 41.04%,2.87% 41.52%,2.69% 42.00%,2.51% 42.48%,2.34% 42.98%,2.18% 43.47%,2.02% 43.96%,1.86% 44.46%,1.72% 44.95%,1.58% 45.44%,1.44% 45.95%,1.31% 46.44%,1.19% 46.95%,1.07% 47.45%,1.00% 47.96%,1.00% 48.46%,1.00% 48.97%,1.00% 49.48%,1.00% 49.99%,1.00% 50.51%,1.00% 51.01%,1.00% 51.53%,1.00% 52.03%,1.00% 52.55%,1.00% 53.07%,1.00% 53.58%,1.00% 54.10%,1.00% 54.62%,1.00% 55.13%,1.00% 55.65%,1.00% 56.17%,1.00% 56.69%,1.00% 57.20%,1.00% 57.72%,1.00% 58.24%,1.00% 58.75%,1.00% 59.27%,1.00% 59.78%,1.00% 60.29%,1.00% 60.81%,1.00% 61.33%,1.00% 61.84%,1.00% 62.36%,1.00% 62.87%,1.00% 63.38%,1.00% 63.89%,1.00% 64.41%,1.00% 64.91%,1.00% 65.42%,1.00% 65.92%,1.03% 66.43%,1.15% 66.93%,1.27% 67.44%,1.41% 67.94%,1.54% 68.43%,1.68% 68.94%,1.83% 69.43%,1.97% 69.93%,2.14% 70.42%,2.30% 70.91%,2.47% 71.39%,2.65% 71.89%,2.83% 72.37%,3.02% 72.85%,3.21% 73.33%,3.40% 73.81%,3.61% 74.28%,3.82% 74.76%,4.04% 75.23%,4.26% 75.70%,4.49% 76.15%,4.71% 76.62%,4.95% 77.08%,5.21% 77.54%,5.45% 77.98%,5.71% 78.44%,5.96% 78.88%,6.23% 79.33%,6.51% 79.76%,6.78% 80.21%,7.06% 80.64%,7.35% 81.07%,7.65% 81.49%,7.94% 81.91%,8.25% 82.34%,8.55% 82.76%,8.86% 83.16%,9.19% 83.57%,9.50% 83.97%,9.84% 84.38%,10.16% 84.78%,10.50% 85.16%,10.85% 85.56%,11.18% 85.94%,11.54% 86.32%,11.89% 86.70%,12.25% 87.06%,12.61% 87.43%,12.99% 87.79%,13.36% 88.16%,13.73% 88.52%,14.12% 88.86%,14.50% 89.20%,14.89% 89.55%,15.28% 89.89%,15.68% 90.21%,16.08% 90.54%,16.49% 90.86%,16.90% 91.19%,17.30% 91.49%,17.72% 91.80%,18.15% 92.10%,18.57% 92.40%,18.99% 92.69%,19.42% 92.98%,19.85% 93.25%,20.30% 93.53%,20.73% 93.81%,21.18% 94.07%,21.62% 94.32%,22.08% 94.59%,22.53% 94.83%,22.99% 95.08%,23.45% 95.31%,23.91% 95.55%,24.37% 95.77%,24.84% 96.00%,25.31% 96.21%,25.78% 96.42%,26.26% 96.62%,26.73% 96.83%,27.21% 97.02%,27.69% 97.20%,28.19% 97.38%,28.67% 97.56%,29.16% 97.73%,29.65% 97.88%,30.15% 98.04%,30.64% 98.20%,31.13% 98.34%,31.63% 98.48%,32.13% 98.62%,32.64% 98.74%,33.14% 98.86%,33.63% 98.98%,34.15% 99.09%,34.66% 99.18%,35.16% 99.29%,35.67% 99.37%,36.18% 99.46%,36.69% 99.54%,37.21% 99.62%,37.71% 99.68%,38.23% 99.74%,38.74% 99.80%,39.26% 99.84%,39.78% 99.88%,40.30% 99.92%,40.81% 99.94%,41.32% 99.96%,41.84% 99.99%,42.35% 100.00%,42.87% 100.00%,43.39% 100.00%,43.90% 99.99%,44.42% 99.98%,44.94% 99.95%,45.45% 99.93%,45.97% 99.89%,46.49% 99.86%,47.01% 99.81%,47.52% 99.76%,48.04% 99.70%,48.54% 99.64%,49.06% 99.57%,49.57% 99.49%,50.08% 99.41%,50.59% 99.33%,51.11% 99.23%,51.61% 99.13%,52.12% 99.03%,52.62% 98.91%,53.13% 98.80%,53.62% 98.67%,54.12% 98.53%,54.63% 98.40%,55.12% 98.26%,55.62% 98.11%,56.11% 97.96%,56.60% 97.80%,57.09% 97.63%,57.58% 97.45%,58.07% 97.28%,58.55% 97.09%,59.03% 96.91%,59.51% 96.71%,59.98% 96.51%,60.46% 96.30%,60.93% 96.09%,61.40% 95.86%,61.87% 95.65%,62.33% 95.42%,62.78% 95.18%,63.25% 94.94%,63.70% 94.70%,64.15% 94.44%,64.60% 94.18%,65.04% 93.92%,65.49% 93.65%,65.92% 93.37%,66.37% 93.10%,66.80% 92.81%,67.22% 92.52%,67.65% 92.23%,68.07% 91.93%,68.48% 91.62%,68.90% 91.32%,69.31% 91.01%,69.72% 90.68%,70.12% 90.36%,70.51% 90.03%,70.91% 89.69%,71.31% 89.36%,71.69% 89.01%,72.08% 88.66%,72.45% 88.31%,72.82% 87.95%,73.20% 87.59%,73.57% 87.23%,73.93% 86.86%,74.29% 86.50%,74.66% 86.12%,75.02% 85.76%,75.40% 85.40%,75.76% 85.03%,76.12% 84.67%,76.49% 84.30%,76.85% 83.93%,77.22% 83.57%,77.59% 83.20%,77.95% 82.84%,78.32% 82.47%,78.68% 82.11%,79.05% 81.75%,79.41% 81.37%,79.79% 81.01%,80.15% 80.64%,80.51% 80.28%,80.88% 79.91%,81.24% 79.55%,81.61% 79.18%,81.97% 78.81%,82.34% 78.45%,82.71% 78.08%,83.07% 77.72%,83.44% 77.36%,83.80% 76.98%,84.16% 76.62%,84.54% 76.25%,84.90% 75.89%,85.27% 75.53%,85.63% 75.16%,86.00% 74.80%,86.36% 74.42%,86.72% 74.06%,87.10% 73.69%,87.46% 73.33%,87.82% 72.96%,88.18% 72.58%,88.54% 72.21%,88.89% 71.83%,89.23% 71.44%,89.57% 71.06%,89.91% 70.66%,90.24% 70.26%,90.56% 69.87%,90.89% 69.46%,91.20% 69.05%,91.51% 68.64%,91.82% 68.22%,92.12% 67.80%,92.41% 67.38%,92.71% 66.94%,93.00% 66.52%,93.28% 66.09%,93.55% 65.64%,93.82% 65.20%,94.08% 64.77%,94.35% 64.31%,94.60% 63.86%,94.85% 63.41%,95.09% 62.95%,95.33% 62.49%,95.56% 62.04%,95.79% 61.57%,96.01% 61.10%,96.22% 60.63%,96.43% 60.15%,96.63% 59.68%,96.84% 59.20%,97.03% 58.72%,97.21% 58.24%,97.39% 57.76%,97.57% 57.26%,97.74% 56.78%,97.90% 56.29%,98.05% 55.80%,98.21% 55.30%,98.35% 54.80%,98.48% 54.30%,98.62% 53.80%,98.75% 53.31%,98.87% 52.80%,98.98% 52.30%,99.10% 51.79%,99.19% 51.29%,99.29% 50.78%,99.39% 50.26%,99.47% 49.76%,99.54% 49.24%,99.62% 48.74%,99.68% 48.22%,99.74% 47.70%,99.80% 47.19%,99.84% 46.68%,99.88% 46.16%,99.92% 45.65%,99.94% 45.13%,99.96% 44.61%,99.99% 44.10%,100.00% 43.58%,100.00% 43.06%,100.00% 42.54%,99.99% 42.03%,99.98% 41.51%,99.95% 40.99%,99.93% 40.48%,99.89% 39.96%,99.86% 39.44%,99.81% 38.92%,99.76% 38.42%,99.70% 37.90%,99.64% 37.39%,99.57% 36.88%,99.48% 36.36%,99.41% 35.86%,99.31% 35.34%,99.22% 34.84%,99.12% 34.33%,99.01% 33.83%,98.91% 33.32%,98.79% 32.82%,98.65% 32.31%,98.53% 31.81%,98.39% 31.31%,98.24% 30.82%,98.10% 30.32%,97.94% 29.82%,97.79% 29.34%,97.62% 28.85%,97.44% 28.35%,97.27% 27.87%,97.08% 27.39%,96.89% 26.91%,96.69% 26.43%,96.49% 25.95%,96.28% 25.48%,96.07% 25.01%,95.85% 24.54%,95.62% 24.07%,95.39% 23.62%,95.17% 23.15%,94.93% 22.69%,94.67% 22.23%,94.42% 21.79%,94.17% 21.34%,93.90% 20.90%,93.63% 20.45%,93.36% 20.01%,93.07% 19.58%,92.80% 19.14%,92.51% 18.72%,92.21% 18.29%,91.91% 17.87%,91.61% 17.46%,91.29% 17.04%,90.98% 16.63%,90.66% 16.22%,90.33% 15.82%,90.01% 15.43%,89.67% 15.03%,89.33% 14.63%,88.99% 14.25%,88.64% 13.86%,88.29% 13.49%,87.93% 13.12%,87.57% 12.75%,87.21% 12.39%,86.83% 12.03%,86.46% 11.66%,86.08% 11.32%,85.69% 10.97%,85.31% 10.62%,84.92% 10.28%,84.52% 9.94%,84.13% 9.62%,83.72% 9.30%,83.31% 8.98%,82.90% 8.66%,82.49% 8.36%,82.07% 8.04%,81.65% 7.76%,81.22% 7.46%,80.80% 7.17%,80.36% 6.88%,79.92% 6.60%,79.49% 6.33%,79.04% 6.06%,78.60% 5.80%,78.15% 5.54%,77.69% 5.29%,77.24% 5.05%,76.78% 4.81%,76.32% 4.57%,75.87% 4.34%,75.40% 4.11%,74.93% 3.90%,74.46% 3.68%,73.98% 3.48%,73.51% 3.28%,73.03% 3.08%,72.55% 2.90%,72.05% 2.71%,71.57% 2.54%,71.08% 2.36%,70.60% 2.19%,70.11% 2.03%,69.61% 1.88%,69.12% 1.73%,68.61% 1.59%,68.12% 1.46%,67.62% 1.32%,67.11% 1.20%,66.62% 1.08%,66.11% 1.00%,65.60% 1.00%,65.09% 1.00%,64.59% 1.00%,64.08% 1.00%,63.56% 1.00%,63.06% 1.00%,62.54% 1.00%,62.03% 1.00%,61.51% 1.00%,61.00% 1.00%,60.49% 1.00%,59.97% 1.00%,59.45% 1.00%,58.93% 1.00%,58.42% 1.00%,57.90% 1.00%,57.38% 1.00%,56.87% 1.00%\"\r\n ),\r\n \"soft-burst\": unsafeCSS(\r\n \"49.54% 1.00%,48.91% 1.00%,48.30% 1.00%,47.71% 1.00%,47.15% 1.00%,46.63% 1.11%,46.15% 1.51%,45.72% 1.97%,45.36% 2.46%,45.36% 2.46%,45.02% 2.99%,44.68% 3.51%,44.35% 4.03%,44.01% 4.55%,43.67% 5.07%,43.34% 5.58%,42.99% 6.10%,42.66% 6.62%,42.33% 7.15%,41.98% 7.67%,41.65% 8.19%,41.31% 8.71%,40.97% 9.22%,40.64% 9.74%,40.30% 10.26%,39.94% 10.77%,39.52% 11.24%,39.06% 11.65%,38.55% 12.01%,37.99% 12.30%,37.41% 12.54%,36.79% 12.70%,36.18% 12.81%,35.55% 12.83%,34.90% 12.79%,34.29% 12.68%,33.68% 12.51%,33.09% 12.28%,32.51% 12.05%,31.92% 11.81%,31.33% 11.58%,30.75% 11.35%,30.15% 11.12%,29.57% 10.91%,28.98% 10.67%,28.40% 10.44%,27.80% 10.21%,27.22% 9.98%,26.63% 9.75%,26.05% 9.52%,25.45% 9.29%,24.87% 9.06%,24.28% 8.84%,23.67% 8.67%,23.04% 8.58%,22.41% 8.54%,21.78% 8.59%,21.16% 8.69%,20.56% 8.88%,19.98% 9.13%,19.43% 9.43%,18.92% 9.80%,18.46% 10.23%,18.05% 10.70%,17.71% 11.20%,17.42% 11.76%,17.21% 12.33%,17.08% 12.93%,17.02% 13.54%,17.03% 14.16%,17.07% 14.77%,17.11% 15.38%,17.16% 15.99%,17.21% 16.61%,17.26% 17.23%,17.30% 17.84%,17.35% 18.45%,17.40% 19.06%,17.45% 19.67%,17.49% 20.28%,17.54% 20.90%,17.59% 21.51%,17.64% 22.12%,17.68% 22.73%,17.73% 23.34%,17.74% 23.96%,17.70% 24.57%,17.57% 25.17%,17.35% 25.75%,17.08% 26.30%,16.75% 26.82%,16.34% 27.30%,15.89% 27.73%,15.39% 28.10%,14.85% 28.42%,14.26% 28.67%,13.67% 28.86%,13.05% 29.00%,12.43% 29.15%,11.82% 29.30%,11.20% 29.43%,10.59% 29.58%,9.98% 29.72%,9.36% 29.87%,8.74% 30.01%,8.12% 30.16%,7.51% 30.30%,6.90% 30.45%,6.28% 30.60%,5.67% 30.73%,5.05% 30.88%,4.43% 31.02%,3.82% 31.18%,3.23% 31.39%,2.66% 31.67%,2.14% 32.01%,1.65% 32.40%,1.22% 32.85%,1.00% 33.35%,1.00% 33.89%,1.00% 34.45%,1.00% 35.04%,1.00% 35.65%,1.00% 36.26%,1.00% 36.87%,1.00% 37.48%,1.00% 38.06%,1.00% 38.61%,1.00% 39.14%,1.37% 39.61%,1.77% 40.09%,2.19% 40.55%,2.60% 41.02%,3.00% 41.48%,3.42% 41.95%,3.84% 42.41%,4.24% 42.88%,4.66% 43.34%,5.07% 43.82%,5.49% 44.28%,5.89% 44.75%,6.31% 45.21%,6.72% 45.68%,7.13% 46.14%,7.54% 46.61%,7.92% 47.10%,8.25% 47.63%,8.50% 48.19%,8.69% 48.77%,8.81% 49.38%,8.85% 49.99%,8.81% 50.60%,8.71% 51.21%,8.52% 51.80%,8.27% 52.36%,7.93% 52.88%,7.55% 53.37%,7.15% 53.83%,6.73% 54.31%,6.32% 54.77%,5.90% 55.24%,5.50% 55.70%,5.08% 56.17%,4.67% 56.63%,4.26% 57.11%,3.85% 57.57%,3.43% 58.04%,3.03% 58.50%,2.61% 58.97%,2.20% 59.43%,1.79% 59.90%,1.38% 60.36%,1.00% 60.85%,1.00% 61.37%,1.00% 61.92%,1.00% 62.51%,1.00% 63.10%,1.00% 63.71%,1.00% 64.33%,1.00% 64.94%,1.00% 65.52%,1.00% 66.09%,1.00% 66.63%,1.21% 67.12%,1.64% 67.57%,2.11% 67.98%,2.65% 68.32%,3.21% 68.60%,3.80% 68.82%,4.42% 68.97%,5.02% 69.12%,5.64% 69.25%,6.26% 69.40%,6.88% 69.55%,7.49% 69.69%,8.11% 69.84%,8.72% 69.98%,9.33% 70.13%,9.95% 70.27%,10.57% 70.42%,11.19% 70.56%,11.79% 70.70%,12.41% 70.85%,13.03% 70.99%,13.65% 71.14%,14.25% 71.33%,14.82% 71.57%,15.37% 71.89%,15.88% 72.26%,16.33% 72.69%,16.73% 73.16%,17.07% 73.68%,17.35% 74.23%,17.55% 74.80%,17.68% 75.41%,17.74% 76.02%,17.73% 76.64%,17.68% 77.25%,17.64% 77.86%,17.59% 78.47%,17.54% 79.09%,17.49% 79.70%,17.45% 80.31%,17.40% 80.92%,17.35% 81.53%,17.30% 82.14%,17.26% 82.76%,17.21% 83.37%,17.17% 83.98%,17.13% 84.59%,17.08% 85.20%,17.03% 85.82%,17.02% 86.43%,17.08% 87.05%,17.21% 87.64%,17.42% 88.22%,17.70% 88.77%,18.04% 89.29%,18.44% 89.76%,18.91% 90.18%,19.41% 90.55%,19.95% 90.87%,20.53% 91.11%,21.14% 91.29%,21.76% 91.41%,22.39% 91.46%,23.03% 91.43%,23.65% 91.33%,24.25% 91.17%,24.85% 90.94%,25.44% 90.71%,26.02% 90.49%,26.62% 90.26%,27.20% 90.03%,27.79% 89.80%,28.37% 89.57%,28.95% 89.34%,29.55% 89.11%,30.13% 88.88%,30.72% 88.65%,31.31% 88.42%,31.90% 88.20%,32.48% 87.97%,33.08% 87.74%,33.66% 87.51%,34.26% 87.32%,34.89% 87.21%,35.52% 87.17%,36.15% 87.19%,36.78% 87.29%,37.39% 87.46%,37.97% 87.69%,38.53% 87.98%,39.04% 88.33%,39.51% 88.75%,39.93% 89.21%,40.29% 89.72%,40.63% 90.23%,40.96% 90.75%,41.29% 91.27%,41.64% 91.80%,41.97% 92.32%,42.32% 92.84%,42.65% 93.36%,42.98% 93.87%,43.33% 94.39%,43.66% 94.91%,44.00% 95.43%,44.33% 95.96%,44.67% 96.48%,45.01% 96.99%,45.34% 97.51%,45.71% 98.02%,46.13% 98.47%,46.60% 98.88%,47.13% 99.23%,47.68% 99.52%,48.28% 99.74%,48.88% 99.90%,49.51% 99.98%,50.14% 100.00%,50.78% 99.95%,51.40% 99.83%,52.01% 99.64%,52.58% 99.39%,53.12% 99.08%,53.62% 98.70%,54.07% 98.26%,54.47% 97.79%,54.81% 97.27%,55.14% 96.75%,55.49% 96.23%,55.82% 95.72%,56.16% 95.19%,56.50% 94.67%,56.83% 94.15%,57.17% 93.63%,57.51% 93.11%,57.85% 92.60%,58.18% 92.08%,58.52% 91.56%,58.86% 91.03%,59.19% 90.51%,59.54% 89.99%,59.87% 89.47%,60.26% 88.99%,60.70% 88.55%,61.19% 88.16%,61.72% 87.84%,62.29% 87.57%,62.90% 87.37%,63.52% 87.24%,64.14% 87.17%,64.77% 87.18%,65.40% 87.25%,66.02% 87.40%,66.62% 87.61%,67.20% 87.84%,67.79% 88.07%,68.37% 88.30%,68.97% 88.53%,69.55% 88.76%,70.14% 88.98%,70.72% 89.21%,71.32% 89.44%,71.90% 89.67%,72.49% 89.90%,73.08% 90.13%,73.66% 90.36%,74.25% 90.59%,74.83% 90.82%,75.43% 91.05%,76.02% 91.25%,76.64% 91.39%,77.27% 91.44%,77.90% 91.44%,78.53% 91.36%,79.14% 91.21%,79.74% 91.01%,80.30% 90.73%,80.83% 90.38%,81.32% 89.99%,81.75% 89.54%,82.13% 89.05%,82.45% 88.52%,82.68% 87.95%,82.86% 87.37%,82.97% 86.76%,82.99% 86.15%,82.95% 85.54%,82.91% 84.93%,82.86% 84.30%,82.81% 83.69%,82.77% 83.08%,82.72% 82.47%,82.67% 81.86%,82.62% 81.25%,82.58% 80.63%,82.53% 80.02%,82.48% 79.41%,82.43% 78.80%,82.39% 78.19%,82.34% 77.58%,82.29% 76.96%,82.26% 76.35%,82.27% 75.74%,82.36% 75.13%,82.53% 74.54%,82.77% 73.96%,83.08% 73.43%,83.44% 72.94%,83.87% 72.48%,84.36% 72.08%,84.88% 71.73%,85.44% 71.45%,86.03% 71.23%,86.64% 71.07%,87.26% 70.92%,87.87% 70.79%,88.49% 70.64%,89.10% 70.50%,89.71% 70.35%,90.33% 70.21%,90.95% 70.06%,91.57% 69.91%,92.19% 69.77%,92.79% 69.62%,93.41% 69.48%,94.03% 69.33%,94.64% 69.20%,95.26% 69.05%,95.88% 68.90%,96.47% 68.72%,97.05% 68.48%,97.60% 68.17%,98.11% 67.80%,98.56% 67.38%,98.97% 66.90%,99.31% 66.39%,99.58% 65.83%,99.80% 65.26%,99.94% 64.66%,100.00% 64.05%,99.99% 63.43%,99.90% 62.82%,99.74% 62.23%,99.51% 61.65%,99.20% 61.12%,98.84% 60.62%,98.43% 60.15%,98.02% 59.68%,97.61% 59.21%,97.20% 58.75%,96.78% 58.28%,96.38% 57.82%,95.96% 57.35%,95.55% 56.89%,95.13% 56.41%,94.73% 55.95%,94.31% 55.48%,93.90% 55.02%,93.49% 54.55%,93.08% 54.09%,92.66% 53.62%,92.26% 53.16%,91.90% 52.64%,91.62% 52.10%,91.39% 51.52%,91.24% 50.92%,91.16% 50.32%,91.16% 49.70%,91.24% 49.09%,91.38% 48.50%,91.60% 47.93%,91.89% 47.37%,92.24% 46.87%,92.65% 46.40%,93.06% 45.92%,93.48% 45.46%,93.88% 44.99%,94.30% 44.53%,94.71% 44.06%,95.12% 43.60%,95.53% 43.13%,95.95% 42.66%,96.35% 42.19%,96.77% 41.73%,97.19% 41.27%,97.59% 40.80%,98.00% 40.34%,98.42% 39.87%,98.82% 39.39%,99.19% 38.90%,99.50% 38.36%,99.74% 37.79%,99.90% 37.19%,99.99% 36.60%,100.00% 35.97%,99.94% 35.36%,99.81% 34.77%,99.60% 34.19%,99.32% 33.64%,98.98% 33.12%,98.59% 32.65%,98.12% 32.22%,97.62% 31.84%,97.08% 31.53%,96.50% 31.29%,95.89% 31.10%,95.29% 30.95%,94.67% 30.82%,94.05% 30.67%,93.43% 30.53%,92.81% 30.38%,92.20% 30.24%,91.59% 30.09%,90.97% 29.94%,90.36% 29.80%,89.74% 29.65%,89.12% 29.51%,88.50% 29.36%,87.90% 29.23%,87.28% 29.08%,86.66% 28.94%,86.05% 28.78%,85.46% 28.56%,84.89% 28.28%,84.37% 27.94%,83.90% 27.53%,83.47% 27.08%,83.09% 26.59%,82.78% 26.05%,82.54% 25.48%,82.38% 24.90%,82.27% 24.29%,82.26% 23.68%,82.29% 23.07%,82.34% 22.44%,82.39% 21.83%,82.43% 21.22%,82.48% 20.61%,82.53% 20.00%,82.58% 19.38%,82.62% 18.77%,82.67% 18.16%,82.72% 17.55%,82.77% 16.94%,82.81% 16.33%,82.85% 15.71%,82.90% 15.10%,82.95% 14.49%,82.99% 13.88%,82.97% 13.27%,82.87% 12.66%,82.70% 12.07%,82.45% 11.50%,82.14% 10.96%,81.76% 10.47%,81.33% 10.02%,80.84% 9.63%,80.32% 9.28%,79.76% 9.01%,79.17% 8.79%,78.55% 8.64%,77.92% 8.56%,77.29% 8.54%,76.66% 8.61%,76.05% 8.74%,75.45% 8.95%,74.86% 9.18%,74.28% 9.41%,73.68% 9.63%,73.10% 9.86%,72.51% 10.09%,71.92% 10.32%,71.33% 10.55%,70.75% 10.78%,70.15% 11.01%,69.57% 11.24%,68.98% 11.47%,68.40% 11.70%,67.80% 11.92%,67.22% 12.15%,66.64% 12.38%,66.05% 12.60%,65.43% 12.74%,64.80% 12.82%,64.17% 12.83%,63.54% 12.77%,62.92% 12.63%,62.32% 12.44%,61.75% 12.17%,61.21% 11.85%,60.71% 11.46%,60.27% 11.02%,59.88% 10.54%,59.55% 10.02%,59.20% 9.50%,58.87% 8.98%,58.53% 8.46%,58.19% 7.95%,57.86% 7.43%,57.52% 6.91%,57.19% 6.38%,56.84% 5.86%,56.51% 5.34%,56.18% 4.82%,55.83% 4.31%,55.50% 3.79%,55.15% 3.27%,54.82% 2.75%,54.48% 2.23%,54.09% 1.75%,53.63% 1.31%,53.14% 1.00%,52.60% 1.00%,52.02% 1.00%,51.43% 1.00%,50.80% 1.00%,50.17% 1.00%\"\r\n ),\r\n \"very-sunny\": unsafeCSS(\r\n \"49.23% 1.00%,48.66% 1.00%,48.11% 1.00%,47.56% 1.00%,47.01% 1.00%,46.49% 1.00%,45.98% 1.00%,45.48% 1.28%,45.01% 1.60%,44.56% 1.95%,44.14% 2.33%,43.74% 2.74%,43.37% 3.17%,43.04% 3.63%,42.73% 4.11%,42.73% 4.11%,42.43% 4.61%,42.13% 5.10%,41.84% 5.58%,41.55% 6.07%,41.25% 6.57%,40.96% 7.05%,40.67% 7.54%,40.38% 8.03%,40.08% 8.52%,39.78% 9.01%,39.50% 9.50%,39.20% 9.99%,38.90% 10.48%,38.58% 10.95%,38.23% 11.40%,37.85% 11.82%,37.44% 12.22%,37.00% 12.59%,36.54% 12.92%,36.06% 13.23%,35.57% 13.50%,35.04% 13.75%,34.51% 13.95%,33.96% 14.12%,33.42% 14.25%,32.85% 14.35%,32.28% 14.39%,31.71% 14.42%,31.14% 14.39%,30.58% 14.33%,30.01% 14.24%,29.46% 14.11%,28.90% 13.97%,28.35% 13.82%,27.80% 13.69%,27.24% 13.55%,26.70% 13.41%,26.14% 13.28%,25.58% 13.14%,25.03% 12.99%,24.47% 12.86%,23.92% 12.72%,23.37% 12.58%,22.81% 12.43%,22.25% 12.32%,21.70% 12.22%,21.13% 12.16%,20.56% 12.15%,19.99% 12.17%,19.42% 12.23%,18.86% 12.33%,18.30% 12.47%,17.77% 12.65%,17.23% 12.86%,16.72% 13.11%,16.22% 13.38%,15.75% 13.71%,15.30% 14.05%,14.87% 14.43%,14.45% 14.82%,14.08% 15.25%,13.73% 15.71%,13.42% 16.18%,13.13% 16.67%,12.88% 17.19%,12.66% 17.72%,12.48% 18.25%,12.34% 18.81%,12.24% 19.37%,12.17% 19.94%,12.15% 20.51%,12.16% 21.08%,12.21% 21.65%,12.30% 22.21%,12.42% 22.77%,12.56% 23.33%,12.71% 23.87%,12.84% 24.43%,12.98% 24.98%,13.12% 25.53%,13.26% 26.09%,13.40% 26.64%,13.54% 27.20%,13.68% 27.76%,13.81% 28.30%,13.95% 28.86%,14.10% 29.41%,14.23% 29.96%,14.32% 30.52%,14.39% 31.09%,14.42% 31.66%,14.40% 32.23%,14.35% 32.80%,14.26% 33.36%,14.13% 33.92%,13.97% 34.47%,13.76% 35.00%,13.53% 35.52%,13.25% 36.02%,12.96% 36.51%,12.62% 36.97%,12.26% 37.41%,11.86% 37.81%,11.44% 38.21%,10.98% 38.56%,10.52% 38.88%,10.03% 39.18%,9.55% 39.48%,9.05% 39.76%,8.56% 40.06%,8.08% 40.36%,7.59% 40.64%,7.10% 40.94%,6.60% 41.24%,6.12% 41.52%,5.63% 41.82%,5.14% 42.11%,4.64% 42.41%,4.16% 42.70%,3.68% 43.00%,3.22% 43.34%,2.78% 43.71%,2.36% 44.11%,1.98% 44.52%,1.63% 44.98%,1.31% 45.44%,1.02% 45.94%,1.00% 46.45%,1.00% 46.97%,1.00% 47.52%,1.00% 48.06%,1.00% 48.62%,1.00% 49.19%,1.00% 49.76%,1.00% 50.33%,1.00% 50.90%,1.00% 51.46%,1.00% 52.02%,1.00% 52.58%,1.00% 53.11%,1.00% 53.63%,1.06% 54.14%,1.35% 54.63%,1.69% 55.10%,2.04% 55.55%,2.43% 55.96%,2.85% 56.35%,3.29% 56.71%,3.75% 57.04%,4.24% 57.35%,4.73% 57.64%,5.21% 57.93%,5.70% 58.23%,6.20% 58.52%,6.69% 58.81%,7.17% 59.11%,7.66% 59.41%,8.16% 59.69%,8.65% 59.99%,9.13% 60.29%,9.62% 60.57%,10.11% 60.87%,10.59% 61.16%,11.07% 61.50%,11.51% 61.85%,11.92% 62.24%,12.31% 62.66%,12.67% 63.10%,13.00% 63.57%,13.30% 64.05%,13.57% 64.56%,13.80% 65.08%,14.00% 65.62%,14.16% 66.16%,14.27% 66.72%,14.36% 67.29%,14.40% 67.86%,14.42% 68.43%,14.38% 69.00%,14.31% 69.56%,14.20% 70.12%,14.07% 70.68%,13.93% 71.24%,13.79% 71.78%,13.66% 72.34%,13.51% 72.90%,13.37% 73.44%,13.24% 74.00%,13.10% 74.55%,12.96% 75.11%,12.83% 75.67%,12.68% 76.21%,12.54% 76.77%,12.41% 77.32%,12.28% 77.87%,12.20% 78.44%,12.16% 79.01%,12.15% 79.58%,12.18% 80.15%,12.26% 80.72%,12.36% 81.28%,12.50% 81.83%,12.69% 82.38%,12.92% 82.90%,13.17% 83.41%,13.47% 83.90%,13.79% 84.37%,14.14% 84.81%,14.52% 85.24%,14.93% 85.64%,15.37% 86.01%,15.82% 86.35%,16.30% 86.66%,16.80% 86.94%,17.31% 87.17%,17.85% 87.39%,18.39% 87.55%,18.95% 87.68%,19.51% 87.78%,20.08% 87.84%,20.65% 87.85%,21.22% 87.83%,21.79% 87.77%,22.35% 87.67%,22.91% 87.54%,23.45% 87.40%,24.01% 87.26%,24.57% 87.13%,25.12% 86.98%,25.67% 86.84%,26.22% 86.71%,26.78% 86.57%,27.34% 86.43%,27.88% 86.28%,28.44% 86.15%,28.99% 86.01%,29.55% 85.87%,30.10% 85.75%,30.66% 85.65%,31.23% 85.59%,31.80% 85.58%,32.37% 85.61%,32.94% 85.67%,33.50% 85.77%,34.06% 85.90%,34.60% 86.08%,35.13% 86.29%,35.65% 86.53%,36.15% 86.82%,36.62% 87.13%,37.07% 87.47%,37.50% 87.84%,37.92% 88.24%,38.29% 88.67%,38.64% 89.12%,38.95% 89.60%,39.25% 90.08%,39.54% 90.58%,39.83% 91.07%,40.13% 91.56%,40.42% 92.04%,40.72% 92.54%,41.00% 93.03%,41.30% 93.52%,41.60% 94.00%,41.88% 94.49%,42.18% 94.99%,42.48% 95.48%,42.76% 95.96%,43.08% 96.44%,43.43% 96.90%,43.80% 97.33%,44.20% 97.73%,44.63% 98.11%,45.08% 98.46%,45.56% 98.76%,46.05% 99.05%,46.57% 99.30%,47.10% 99.50%,47.64% 99.68%,48.20% 99.82%,48.76% 99.92%,49.33% 99.98%,49.90% 100.00%,50.47% 99.99%,51.04% 99.94%,51.60% 99.86%,52.16% 99.73%,52.70% 99.57%,53.24% 99.37%,53.76% 99.13%,54.26% 98.87%,54.74% 98.56%,55.21% 98.23%,55.65% 97.86%,56.05% 97.47%,56.44% 97.04%,56.80% 96.59%,57.12% 96.13%,57.42% 95.64%,57.71% 95.15%,58.00% 94.66%,58.29% 94.17%,58.59% 93.68%,58.88% 93.19%,59.17% 92.71%,59.47% 92.21%,59.76% 91.72%,60.05% 91.24%,60.35% 90.75%,60.65% 90.25%,60.93% 89.76%,61.24% 89.29%,61.57% 88.82%,61.94% 88.38%,62.34% 87.98%,62.76% 87.59%,63.21% 87.23%,63.69% 86.91%,64.17% 86.63%,64.68% 86.37%,65.21% 86.15%,65.74% 85.96%,66.30% 85.81%,66.86% 85.70%,67.43% 85.62%,68.00% 85.58%,68.57% 85.59%,69.14% 85.63%,69.69% 85.71%,70.25% 85.82%,70.81% 85.96%,71.36% 86.10%,71.92% 86.25%,72.47% 86.38%,73.02% 86.52%,73.58% 86.66%,74.12% 86.79%,74.68% 86.94%,75.24% 87.08%,75.79% 87.21%,76.34% 87.35%,76.89% 87.49%,77.45% 87.62%,78.01% 87.74%,78.58% 87.81%,79.15% 87.85%,79.72% 87.85%,80.29% 87.80%,80.85% 87.72%,81.40% 87.60%,81.96% 87.45%,82.50% 87.26%,83.02% 87.02%,83.52% 86.76%,84.00% 86.46%,84.47% 86.13%,84.92% 85.77%,85.33% 85.38%,85.73% 84.96%,86.08% 84.52%,86.41% 84.06%,86.72% 83.57%,86.98% 83.08%,87.22% 82.55%,87.42% 82.02%,87.58% 81.47%,87.70% 80.91%,87.79% 80.34%,87.83% 79.77%,87.84% 79.20%,87.80% 78.63%,87.73% 78.08%,87.63% 77.51%,87.50% 76.96%,87.35% 76.40%,87.21% 75.84%,87.08% 75.30%,86.94% 74.74%,86.79% 74.19%,86.66% 73.63%,86.52% 73.08%,86.38% 72.53%,86.25% 71.97%,86.11% 71.43%,85.96% 70.87%,85.83% 70.31%,85.70% 69.75%,85.62% 69.19%,85.58% 68.62%,85.57% 68.05%,85.61% 67.48%,85.68% 66.91%,85.79% 66.35%,85.94% 65.81%,86.12% 65.26%,86.33% 64.74%,86.59% 64.23%,86.88% 63.73%,87.20% 63.25%,87.55% 62.81%,87.93% 62.39%,88.34% 61.98%,88.78% 61.62%,89.23% 61.27%,89.72% 60.96%,90.20% 60.68%,90.69% 60.38%,91.18% 60.08%,91.66% 59.80%,92.16% 59.50%,92.65% 59.20%,93.14% 58.92%,93.62% 58.62%,94.12% 58.33%,94.61% 58.03%,95.10% 57.74%,95.58% 57.45%,96.07% 57.15%,96.54% 56.83%,97.00% 56.47%,97.42% 56.09%,97.81% 55.69%,98.18% 55.25%,98.53% 54.80%,98.82% 54.31%,99.10% 53.81%,99.33% 53.29%,99.54% 52.76%,99.70% 52.21%,99.83% 51.65%,99.93% 51.09%,99.98% 50.52%,100.00% 49.95%,99.98% 49.38%,99.92% 48.81%,99.82% 48.25%,99.68% 47.70%,99.51% 47.15%,99.30% 46.63%,99.06% 46.10%,98.79% 45.61%,98.47% 45.13%,98.12% 44.68%,97.76% 44.24%,97.35% 43.84%,96.92% 43.47%,96.47% 43.11%,96.00% 42.80%,95.51% 42.51%,95.01% 42.21%,94.53% 41.92%,94.04% 41.63%,93.55% 41.33%,93.05% 41.03%,92.57% 40.75%,92.08% 40.45%,91.59% 40.15%,91.11% 39.87%,90.61% 39.57%,90.12% 39.28%,89.63% 38.99%,89.16% 38.67%,88.71% 38.33%,88.27% 37.96%,87.86% 37.55%,87.50% 37.13%,87.14% 36.66%,86.83% 36.19%,86.55% 35.69%,86.30% 35.18%,86.08% 34.66%,85.90% 34.11%,85.77% 33.55%,85.67% 32.99%,85.60% 32.42%,85.57% 31.85%,85.58% 31.28%,85.63% 30.72%,85.73% 30.15%,85.84% 29.60%,85.99% 29.05%,86.13% 28.49%,86.26% 27.93%,86.40% 27.39%,86.55% 26.83%,86.68% 26.28%,86.82% 25.72%,86.96% 25.17%,87.10% 24.62%,87.23% 24.06%,87.38% 23.50%,87.52% 22.96%,87.65% 22.40%,87.74% 21.84%,87.82% 21.27%,87.84% 20.70%,87.83% 20.13%,87.78% 19.56%,87.69% 19.00%,87.55% 18.44%,87.39% 17.90%,87.19% 17.36%,86.95% 16.85%,86.68% 16.34%,86.37% 15.87%,86.03% 15.40%,85.67% 14.96%,85.26% 14.56%,84.85% 14.17%,84.40% 13.82%,83.93% 13.49%,83.43% 13.19%,82.94% 12.95%,82.41% 12.72%,81.87% 12.53%,81.32% 12.38%,80.76% 12.26%,80.19% 12.19%,79.62% 12.15%,79.05% 12.15%,78.48% 12.20%,77.92% 12.28%,77.37% 12.40%,76.81% 12.53%,76.25% 12.67%,75.70% 12.81%,75.15% 12.95%,74.60% 13.09%,74.04% 13.23%,73.48% 13.36%,72.94% 13.50%,72.38% 13.65%,71.83% 13.78%,71.27% 13.92%,70.72% 14.06%,70.17% 14.19%,69.61% 14.31%,69.04% 14.38%,68.47% 14.42%,67.90% 14.41%,67.33% 14.37%,66.76% 14.29%,66.20% 14.17%,65.66% 14.01%,65.12% 13.82%,64.60% 13.60%,64.09% 13.33%,63.60% 13.04%,63.14% 12.71%,62.69% 12.35%,62.27% 11.96%,61.88% 11.54%,61.52% 11.10%,61.19% 10.64%,60.88% 10.15%,60.60% 9.67%,60.30% 9.18%,60.00% 8.68%,59.72% 8.19%,59.42% 7.71%,59.13% 7.22%,58.83% 6.73%,58.54% 6.24%,58.25% 5.75%,57.95% 5.26%,57.67% 4.77%,57.37% 4.29%,57.07% 3.80%,56.74% 3.33%,56.38% 2.89%,55.99% 2.47%,55.58% 2.08%,55.14% 1.71%,54.67% 1.39%,54.19% 1.09%,53.68% 1.00%,53.15% 1.00%,52.62% 1.00%,52.07% 1.00%,51.51% 1.00%,50.94% 1.00%,50.37% 1.00%,49.80% 1.00%\"\r\n ),\r\n};\r\n","import { LitElement, html, css, PropertyValues } from \"lit\";\r\nimport { customElement, property, query } from \"lit/decorators.js\";\r\n\r\nimport { DesignToken, Role } from \"@m3e/core\";\r\n\r\nimport { LoadingIndicatorVariant } from \"./LoadingIndicatorVariant\";\r\nimport { LoadingIndicatorToken } from \"./LoadingIndicatorToken\";\r\nimport { ShapePolygon } from \"./ShapePolygon\";\r\n\r\n/**\r\n * Shows indeterminate progress for a short wait time.\r\n *\r\n * @description\r\n * The `m3e-loading-indicator` component uses animation to grab attention, mitigate perceived latency, and indicate\r\n * that an activity is in progress.\r\n *\r\n * When placed over other content, use the `variant` attribute to change the appearance from `uncontained` (the default),\r\n * to `contained` so that it has strong contrast to help it stand out better.\r\n *\r\n * @example\r\n * The following example illustrates an uncontained loading indicator.\r\n * ```html\r\n * <m3e-loading-indicator></m3e-loading-indicator>\r\n * ```\r\n *\r\n * @tag m3e-loading-indicator\r\n *\r\n * @attr variant - The appearance variant of the indicator.\r\n *\r\n * @cssprop --m3e-loading-indicator-active-indicator-color - Uncontained active indicator color.\r\n * @cssprop --m3e-loading-indicator-contained-active-indicator-color - Contained active indicator color.\r\n * @cssprop --m3e-loading-indicator-contained-container-color - Contained container (background) color.\r\n * @cssprop --m3e-loading-indicator-active-indicator-size - Size of the active indicator.\r\n * @cssprop --m3e-loading-indicator-container-shape - Container shape.\r\n * @cssprop --m3e-loading-indicator-container-size - Container size.\r\n */\r\n@customElement(\"m3e-loading-indicator\")\r\nexport class M3eLoadingIndicatorElement extends Role(LitElement, \"progressbar\") {\r\n /** The styles of the element. */\r\n static override styles = css`\r\n :host {\r\n display: inline-block;\r\n aspect-ratio: 1 / 1;\r\n contain: strict;\r\n vertical-align: middle;\r\n content-visibility: auto;\r\n }\r\n :host([variant=\"uncontained\"]) {\r\n width: ${LoadingIndicatorToken.activeIndicatorSize};\r\n }\r\n :host([variant=\"contained\"]) {\r\n width: ${LoadingIndicatorToken.containerSize};\r\n }\r\n :host([variant=\"uncontained\"]) .active-indicator {\r\n background-color: ${LoadingIndicatorToken.activeIndicatorColor};\r\n }\r\n :host([variant=\"contained\"]) .active-indicator {\r\n background-color: ${LoadingIndicatorToken.containedActiveIndicatorColor};\r\n }\r\n :host([variant=\"contained\"]) .container {\r\n background-color: ${LoadingIndicatorToken.containedContainerColor};\r\n }\r\n .container {\r\n width: 100%;\r\n height: 100%;\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n border-radius: ${LoadingIndicatorToken.containerShape};\r\n }\r\n .active-indicator {\r\n margin: auto;\r\n aspect-ratio: 1 / 1;\r\n width: calc(${LoadingIndicatorToken.activeIndicatorSize} * 0.842);\r\n transform-origin: center;\r\n transition: clip-path ${DesignToken.motion.spring.slowEffects};\r\n will-change: transform, clip-path;\r\n\r\n --_polygon-soft-burst: polygon(${ShapePolygon[\"soft-burst\"]});\r\n --_polygon-7-sided-cookie: polygon(${ShapePolygon[\"7-sided-cookie\"]});\r\n --_polygon-pentagon: polygon(${ShapePolygon[\"pentagon\"]});\r\n --_polygon-pill: polygon(${ShapePolygon[\"pill\"]});\r\n --_polygon-very-sunny: polygon(${ShapePolygon[\"very-sunny\"]});\r\n --_polygon-4-sided-cookie: polygon(${ShapePolygon[\"4-sided-cookie\"]});\r\n --_polygon-oval: polygon(${ShapePolygon[\"oval\"]});\r\n }\r\n .active-indicator.animate {\r\n animation: rotate 4998ms infinite;\r\n }\r\n @keyframes rotate {\r\n 0% {\r\n clip-path: var(--_polygon-soft-burst);\r\n transform: rotate(0deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 14% {\r\n clip-path: var(--_polygon-7-sided-cookie);\r\n transform: rotate(154deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 29% {\r\n clip-path: var(--_polygon-pentagon);\r\n transform: rotate(309deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 43% {\r\n clip-path: var(--_polygon-pill);\r\n transform: rotate(463deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 57% {\r\n clip-path: var(--_polygon-very-sunny);\r\n transform: rotate(617deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 71% {\r\n clip-path: var(--_polygon-4-sided-cookie);\r\n transform: rotate(771deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 83% {\r\n clip-path: var(--_polygon-oval);\r\n transform: rotate(926deg);\r\n animation-timing-function: cubic-bezier(0.5, 0.2, 0, 0.8);\r\n }\r\n 100% {\r\n clip-path: var(--_polygon-soft-burst);\r\n transform: rotate(1080deg);\r\n }\r\n }\r\n @media (forced-colors: active) {\r\n .active-indicator {\r\n background-color: CanvasText !important;\r\n }\r\n }\r\n `;\r\n\r\n /** @private */\r\n @query(\".active-indicator\") private readonly _activeIndicator?: HTMLElement;\r\n\r\n /**\r\n * The appearance variant of the indicator.\r\n * @default \"uncontained\"\r\n */\r\n @property({ reflect: true }) variant: LoadingIndicatorVariant = \"uncontained\";\r\n\r\n /** @inheritdoc */\r\n override connectedCallback(): void {\r\n super.connectedCallback();\r\n\r\n this.ariaValueMin = this.ariaValueMin || \"0\";\r\n this.ariaValueMax = this.ariaValueMax || \"100\";\r\n }\r\n\r\n /** @inheritdoc */\r\n override disconnectedCallback(): void {\r\n super.disconnectedCallback();\r\n this._activeIndicator?.classList.toggle(\"animate\", false);\r\n }\r\n\r\n /** @inheritdoc */\r\n protected override firstUpdated(_changedProperties: PropertyValues): void {\r\n super.firstUpdated(_changedProperties);\r\n this._activeIndicator?.classList.toggle(\"animate\", true);\r\n }\r\n\r\n /** @inheritdoc */\r\n override render() {\r\n return html`<div class=\"container\" aria-hidden=\"true\">\r\n <div class=\"active-indicator\"></div>\r\n </div>`;\r\n }\r\n}\r\n\r\ndeclare global {\r\n interface HTMLElementTagNameMap {\r\n \"m3e-loading-indicator\": M3eLoadingIndicatorElement;\r\n }\r\n}\r\n"],"names":["t","e","o","r","n","c","s","query","property","customElement"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6]}
|