smoothly 1.0.0-alpha.10 → 1.0.0-alpha.12

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.
Files changed (62) hide show
  1. package/dist/cjs/{Listenable-c8d2f8ef.js → Listenable-63ea2d90.js} +3 -3
  2. package/dist/cjs/Listenable-63ea2d90.js.map +1 -0
  3. package/dist/cjs/index.cjs.js +1 -1
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/{smoothly-accordion_60.cjs.entry.js → smoothly-accordion_61.cjs.entry.js} +33 -18
  6. package/dist/cjs/smoothly-accordion_61.cjs.entry.js.map +1 -0
  7. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +1 -1
  8. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +1 -1
  9. package/dist/cjs/smoothly.cjs.js +1 -1
  10. package/dist/collection/collection-manifest.json +1 -0
  11. package/dist/collection/components/app-demo/index.js +1 -1
  12. package/dist/collection/components/app-demo/index.js.map +1 -1
  13. package/dist/collection/components/button/index.js +2 -2
  14. package/dist/collection/components/button/index.js.map +1 -1
  15. package/dist/collection/components/button/style.css +17 -0
  16. package/dist/collection/components/button-demo/index.js +22 -0
  17. package/dist/collection/components/button-demo/index.js.map +1 -0
  18. package/dist/collection/components/button-demo/style.css +8 -0
  19. package/dist/collection/components/filter/index.js +1 -1
  20. package/dist/collection/components/filter/index.js.map +1 -1
  21. package/dist/collection/components/filter/style.css +11 -14
  22. package/dist/collection/components/input-demo/index.js +0 -2
  23. package/dist/collection/components/input-demo/index.js.map +1 -1
  24. package/dist/collection/model/Listenable.js +2 -2
  25. package/dist/collection/model/Listenable.js.map +1 -1
  26. package/dist/collection/model/StateBase.js +8 -0
  27. package/dist/collection/model/StateBase.js.map +1 -0
  28. package/dist/custom-elements/index.d.ts +6 -0
  29. package/dist/custom-elements/index.js +41 -24
  30. package/dist/custom-elements/index.js.map +1 -1
  31. package/dist/esm/{Listenable-55a1f6af.js → Listenable-fb6f4723.js} +3 -3
  32. package/dist/esm/Listenable-fb6f4723.js.map +1 -0
  33. package/dist/esm/index.js +2 -2
  34. package/dist/esm/loader.js +1 -1
  35. package/dist/esm/{smoothly-accordion_60.entry.js → smoothly-accordion_61.entry.js} +33 -19
  36. package/dist/esm/smoothly-accordion_61.entry.js.map +1 -0
  37. package/dist/esm/smoothly-trigger-sink.entry.js +1 -1
  38. package/dist/esm/smoothly-trigger-source.entry.js +1 -1
  39. package/dist/esm/smoothly.js +1 -1
  40. package/dist/smoothly/index.esm.js +1 -1
  41. package/dist/smoothly/{p-156763cd.js → p-06337b89.js} +2 -2
  42. package/dist/smoothly/{p-156763cd.js.map → p-06337b89.js.map} +1 -1
  43. package/dist/smoothly/{p-c9a64fb5.entry.js → p-21341e18.entry.js} +2 -2
  44. package/dist/smoothly/{p-c9a64fb5.entry.js.map → p-21341e18.entry.js.map} +0 -0
  45. package/dist/smoothly/p-b82efb2e.entry.js +2 -0
  46. package/dist/smoothly/p-b82efb2e.entry.js.map +1 -0
  47. package/dist/smoothly/{p-d4d04558.entry.js → p-be2ff772.entry.js} +2 -2
  48. package/dist/smoothly/{p-d4d04558.entry.js.map → p-be2ff772.entry.js.map} +0 -0
  49. package/dist/smoothly/smoothly.esm.js +1 -1
  50. package/dist/smoothly/smoothly.esm.js.map +1 -1
  51. package/dist/types/components/button/index.d.ts +1 -1
  52. package/dist/types/components/button-demo/index.d.ts +3 -0
  53. package/dist/types/components.d.ts +15 -2
  54. package/dist/types/model/Listenable.d.ts +7 -2
  55. package/dist/types/model/StateBase.d.ts +6 -0
  56. package/package.json +1 -1
  57. package/dist/cjs/Listenable-c8d2f8ef.js.map +0 -1
  58. package/dist/cjs/smoothly-accordion_60.cjs.entry.js.map +0 -1
  59. package/dist/esm/Listenable-55a1f6af.js.map +0 -1
  60. package/dist/esm/smoothly-accordion_60.entry.js.map +0 -1
  61. package/dist/smoothly/p-5200d31c.entry.js +0 -2
  62. package/dist/smoothly/p-5200d31c.entry.js.map +0 -1
@@ -719,8 +719,8 @@ class Listenable {
719
719
  const index = (_a = __classPrivateFieldGet(this, _Listenable_listeners, "f")[property]) === null || _a === void 0 ? void 0 : _a.indexOf(listener);
720
720
  index != undefined && index >= 0 && ((_b = __classPrivateFieldGet(this, _Listenable_listeners, "f")[property]) === null || _b === void 0 ? void 0 : _b.splice(index, 1));
721
721
  }
722
- static load(backend, listenable) {
723
- const result = listenable !== null && listenable !== void 0 ? listenable : new Listenable();
722
+ static load(backend) {
723
+ const result = backend.listenable;
724
724
  return Object.defineProperties(result, getProperties(backend));
725
725
  function getProperties(backend) {
726
726
  return Object.fromEntries(Object.entries(Object.assign(Object.assign({}, Object.getOwnPropertyDescriptors(backend)), Object.getOwnPropertyDescriptors(Object.getPrototypeOf(backend)))).map(([name, descriptor]) => [
@@ -757,4 +757,4 @@ exports.Listenable = Listenable;
757
757
  exports.Message = Message;
758
758
  exports.Trigger = Trigger;
759
759
 
760
- //# sourceMappingURL=Listenable-c8d2f8ef.js.map
760
+ //# sourceMappingURL=Listenable-63ea2d90.js.map
@@ -0,0 +1 @@
1
+ {"file":"Listenable-63ea2d90.js","mappings":"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","names":["Identifier","Base64.encode","Base64.decode","Algorithm","Symmetric","SignerAlgorithm","Hash","SignerHash","CCrypto","CConverter","CRenamer","Converter","Crypto","Renamer","NameSymmetric","NameAsymmetric","Asymmetric","this","Name","AlgorithmName"],"sources":["./node_modules/cryptly/dist/TextEncoder.js","./node_modules/cryptly/dist/Base64.js","./node_modules/cryptly/dist/crypto.browser.js","./node_modules/cryptly/dist/Algorithms.js","./node_modules/cryptly/dist/Encrypted.js","./node_modules/cryptly/dist/Identifier.js","./node_modules/cryptly/dist/Password.js","./node_modules/cryptly/dist/RandomValue.js","./node_modules/cryptly/dist/Signer/Algorithm.js","./node_modules/cryptly/dist/Signer/Base.js","./node_modules/cryptly/dist/Signer/ECDSA.js","./node_modules/cryptly/dist/Signer/Hash.js","./node_modules/cryptly/dist/Signer/Symmetric.js","./node_modules/cryptly/dist/Signer/HMAC.js","./node_modules/cryptly/dist/Signer/None.js","./node_modules/cryptly/dist/Signer/Rsa.js","./node_modules/cryptly/dist/Signer/index.js","./node_modules/authly/dist/shim/TypedArray-from.js","./node_modules/authly/dist/Property/Creatable/Converter.js","./node_modules/authly/dist/Property/Creatable/Crypto.js","./node_modules/authly/dist/Property/Creatable/Renamer.js","./node_modules/authly/dist/Property/Creatable/index.js","./node_modules/authly/dist/Property/Transformer.js","./node_modules/authly/dist/Algorithm/Name/Asymmetric.js","./node_modules/authly/dist/Algorithm/Name/Symmetric.js","./node_modules/authly/dist/Algorithm/Name/index.js","./node_modules/authly/dist/Algorithm/index.js","./node_modules/authly/dist/Token.js","./src/model/Message.ts","./src/model/Trigger.ts","./src/model/Listenable.ts"],"sourcesContent":["export class TextEncoder {\n constructor() {\n this.encoding = \"utf-8\";\n }\n encode(data) {\n return Uint8Array.from(unescape(encodeURIComponent(data)).split(\"\"), c => c.charCodeAt(0));\n }\n}\n//# sourceMappingURL=TextEncoder.js.map","import { TextEncoder } from \"./TextEncoder\";\nconst tables = {\n standard: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/\",\n url: \"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_\",\n};\nexport function encode(value, standard = \"standard\", padding = \"\") {\n if (typeof value == \"string\")\n value = new TextEncoder().encode(value);\n const table = tables[standard];\n const result = [];\n for (let c = 0; c < value.length; c += 3) {\n const c0 = value[c];\n const c1 = c + 1 < value.length ? value[c + 1] : 0;\n const c2 = c + 2 < value.length ? value[c + 2] : 0;\n result.push(table[c0 >>> 2]);\n result.push(table[((c0 & 3) << 4) | (c1 >>> 4)]);\n result.push(table[((c1 & 15) << 2) | (c2 >>> 6)]);\n result.push(table[c2 & 63]);\n }\n const length = Math.ceil((value.length / 3) * 4);\n return result.join(\"\").substr(0, length) + padding.repeat(result.length - length);\n}\nexport function decode(value, standard = \"standard\") {\n while (value.endsWith(\"=\") && value.length > 0)\n value = value.substr(0, value.length - 1);\n const table = tables[standard];\n const data = value.split(\"\").map(c => table.indexOf(c));\n const result = new Uint8Array(Math.floor((data.length / 4) * 3));\n for (let c = 0; c < result.length; c += 3) {\n const d0 = data.shift() || 0;\n const d1 = data.shift() || 0;\n const d2 = data.shift() || 0;\n const d3 = data.shift() || 0;\n result[c] = (d0 << 2) | (d1 >>> 4);\n result[c + 1] = ((d1 & 15) << 4) | (d2 >>> 2);\n result[c + 2] = ((d2 & 3) << 6) | d3;\n }\n return result;\n}\n//# sourceMappingURL=Base64.js.map","export const crypto = typeof window != \"undefined\"\n ? window.crypto || window.msCrypto\n : self.crypto || self.msCrypto;\n//# sourceMappingURL=crypto.browser.js.map","export var Algorithms;\n(function (Algorithms) {\n function create(create, current, ...secrets) {\n const [first, ...remainder] = isStringArray(secrets)\n ? secrets.map(part => Object.fromEntries(part.split(\",\").map(secret => secret.split(\":\", 2).map(item => item.trim()))))\n : secrets;\n const result = Object.assign({}, ...Object.entries(first)\n .map(([name, secret]) => [\n name,\n [secret, ...remainder.map(part => part[name]).filter(part => part)],\n ])\n .map(([name, secrets]) => ({\n get [name]() {\n return Object.assign(create(secrets), { name });\n },\n })));\n return { current: result[current], ...result };\n }\n Algorithms.create = create;\n})(Algorithms || (Algorithms = {}));\nfunction isStringArray(value) {\n return Array.isArray(value) && value.length > 0 && typeof value[0] == \"string\";\n}\n//# sourceMappingURL=Algorithms.js.map","export var Encrypted;\n(function (Encrypted) {\n function is(value) {\n return (typeof value == \"object\" &&\n (value.key == undefined || typeof value.key == \"string\") &&\n typeof value.value == \"string\" &&\n typeof value.salt == \"string\");\n }\n Encrypted.is = is;\n function stringify(encrypted) {\n encrypted.key = encrypted.key && encrypted.key.length != 4 ? encrypted.key.slice(-2) : encrypted.key;\n return [encrypted.key, encrypted.salt, encrypted.value].join(\".\");\n }\n Encrypted.stringify = stringify;\n function parse(encryptedString) {\n const splitted = encryptedString.split(\".\");\n const encrypted = { key: splitted[0], salt: splitted[1], value: splitted[2] };\n return Encrypted.is(encrypted) ? encrypted : undefined;\n }\n Encrypted.parse = parse;\n})(Encrypted || (Encrypted = {}));\n//# sourceMappingURL=Encrypted.js.map","import * as Base64 from \"./Base64\";\nimport { crypto } from \"./crypto\";\nexport var Identifier;\n(function (Identifier) {\n function is(value, length) {\n return (typeof value == \"string\" &&\n (length == undefined || value.length == length) &&\n Array.from(value).every(c => (c >= \"0\" && c <= \"9\") || (c >= \"A\" && c <= \"Z\") || (c >= \"a\" && c <= \"z\") || c == \"-\" || c == \"_\"));\n }\n Identifier.is = is;\n function fromUint24(value) {\n return fromHexadecimal(value.toString(16).padStart(6, \"0\"));\n }\n Identifier.fromUint24 = fromUint24;\n function toUint24(identifier) {\n return Number.parseInt(toHexadecimal(identifier, 6), 16);\n }\n Identifier.toUint24 = toUint24;\n function fromUint48(value) {\n return fromHexadecimal(value.toString(16).padStart(12, \"0\"));\n }\n Identifier.fromUint48 = fromUint48;\n function toUint48(identifier) {\n return Number.parseInt(toHexadecimal(identifier, 12), 16);\n }\n Identifier.toUint48 = toUint48;\n function fromBinary(identifier) {\n return Base64.encode(identifier, \"url\");\n }\n Identifier.fromBinary = fromBinary;\n function toBinary(identifier) {\n return Base64.decode(identifier, \"url\");\n }\n Identifier.toBinary = toBinary;\n function generate(length) {\n return fromBinary(crypto.getRandomValues(new Uint8Array((length / 4) * 3)));\n }\n Identifier.generate = generate;\n function fromHexadecimal(identifier) {\n if (identifier.length % 2 == 1)\n identifier += \"0\";\n const result = new Uint8Array(identifier.length / 2);\n for (let index = 0; index < result.length; index++)\n result[index] = Number.parseInt(identifier[index * 2], 16) * 16 + Number.parseInt(identifier[index * 2 + 1], 16);\n return fromBinary(result);\n }\n Identifier.fromHexadecimal = fromHexadecimal;\n function toHexadecimal(identifier, length) {\n const data = Base64.decode(identifier, \"url\");\n let result = [];\n for (const d of data)\n result.push(Math.floor(d / 16).toString(16), (d % 16).toString(16));\n if (length)\n result = result.slice(0, length);\n return result.join(\"\");\n }\n Identifier.toHexadecimal = toHexadecimal;\n Identifier.length = [\n 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112,\n 116, 120, 124, 128,\n ];\n let Length;\n (function (Length) {\n function is(value) {\n return typeof value == \"number\" && value >= 4 && value <= 128 && (value & 252) == value;\n }\n Length.is = is;\n })(Length = Identifier.Length || (Identifier.Length = {}));\n})(Identifier || (Identifier = {}));\n//# sourceMappingURL=Identifier.js.map","import * as Base64 from \"./Base64\";\nimport { crypto } from \"./crypto\";\nexport var Password;\n(function (Password) {\n function is(value) {\n return (typeof value == \"string\" ||\n (typeof value == \"object\" && typeof value.hash == \"string\" && typeof value.salt == \"string\"));\n }\n Password.is = is;\n async function hash(algorithm, password, salt) {\n if (!salt)\n salt = Base64.encode(crypto.getRandomValues(new Uint8Array(64)));\n return {\n hash: await algorithm.sign(salt + password),\n salt,\n };\n }\n Password.hash = hash;\n async function verify(algorithm, hash, password) {\n return (await Password.hash(algorithm, password, hash.salt)).hash == hash.hash;\n }\n Password.verify = verify;\n let Hashed;\n (function (Hashed) {\n function is(value) {\n return typeof value == \"object\" && typeof value.hash == \"string\" && typeof value.salt == \"string\";\n }\n Hashed.is = is;\n })(Hashed = Password.Hashed || (Password.Hashed = {}));\n})(Password || (Password = {}));\n//# sourceMappingURL=Password.js.map","import { crypto } from \"./crypto\";\nexport var RandomValue;\n(function (RandomValue) {\n function generate(array) {\n return crypto.getRandomValues(array);\n }\n RandomValue.generate = generate;\n})(RandomValue || (RandomValue = {}));\n//# sourceMappingURL=RandomValue.js.map","export var Algorithm;\n(function (Algorithm) {\n function is(value) {\n return value == \"HMAC\" || value == \"RSA\" || value == \"ECDSA\" || value == \"RSA-PSS\";\n }\n Algorithm.is = is;\n})(Algorithm || (Algorithm = {}));\n//# sourceMappingURL=Algorithm.js.map","import * as Base64 from \"../Base64\";\nimport { TextEncoder } from \"../TextEncoder\";\nexport class Base {\n async sign(data) {\n return typeof data == \"string\"\n ? Base64.encode(await this.signBinary(new TextEncoder().encode(data)), \"url\")\n : this.signBinary(data);\n }\n verify(data, signature) {\n if (typeof signature == \"string\")\n signature = Base64.decode(signature, \"url\");\n return typeof data == \"string\"\n ? this.verifyBinary(new TextEncoder().encode(data), signature)\n : this.verifyBinary(data, signature);\n }\n}\n//# sourceMappingURL=Base.js.map","import * as Base64 from \"../Base64\";\nimport { crypto } from \"../crypto\";\nimport { Base } from \"./Base\";\nexport class ECDSA extends Base {\n constructor(hash, publicKey, privateKey) {\n super();\n this.hash = hash;\n if (publicKey) {\n if (typeof publicKey == \"string\")\n publicKey = Base64.decode(publicKey);\n this.publicKey = crypto.subtle.importKey(\"spki\", publicKey, { name: \"ECDSA\", namedCurve: hash.replace(\"SHA\", \"P\") == \"P-512\" ? \"P-521\" : hash.replace(\"SHA\", \"P\") }, false, [\"verify\"]);\n }\n if (privateKey) {\n if (typeof privateKey == \"string\")\n privateKey = Base64.decode(privateKey);\n this.privateKey = crypto.subtle.importKey(\"pkcs8\", privateKey, { name: \"ECDSA\", namedCurve: hash.replace(\"SHA\", \"P\") == \"P-512\" ? \"P-521\" : hash.replace(\"SHA\", \"P\") }, true, [\"sign\", \"verify\"]);\n }\n }\n async signBinary(data) {\n return new Uint8Array(await crypto.subtle.sign({ name: \"ECDSA\", hash: { name: this.hash } }, await this.privateKey, data));\n }\n async verifyBinary(data, signature) {\n return crypto.subtle.verify({ name: \"ECDSA\", hash: { name: this.hash } }, await this.publicKey, signature, data);\n }\n}\n//# sourceMappingURL=ECDSA.js.map","export var Hash;\n(function (Hash) {\n function is(value) {\n return value == \"SHA-1\" || value == \"SHA-256\" || value == \"SHA-384\" || value == \"SHA-512\";\n }\n Hash.is = is;\n})(Hash || (Hash = {}));\n//# sourceMappingURL=Hash.js.map","import * as Base64 from \"../Base64\";\nimport { Base } from \"./Base\";\nexport class Symmetric extends Base {\n async verifyBinary(data, signature) {\n return Base64.encode(await this.signBinary(data), \"url\") == Base64.encode(signature, \"url\");\n }\n}\n//# sourceMappingURL=Symmetric.js.map","import * as Base64 from \"../Base64\";\nimport { crypto } from \"../crypto\";\nimport { Symmetric } from \"./Symmetric\";\nexport class HMAC extends Symmetric {\n constructor(hash, key) {\n super();\n this.hash = hash;\n if (typeof key == \"string\")\n key = Base64.decode(key, \"url\");\n this.key = crypto.subtle.importKey(\"raw\", key, { name: \"HMAC\", hash: { name: hash } }, false, [\"sign\", \"verify\"]);\n }\n async signBinary(data) {\n return new Uint8Array(await crypto.subtle.sign(\"HMAC\", await this.key, data));\n }\n}\n//# sourceMappingURL=HMAC.js.map","import { Symmetric } from \"./Symmetric\";\nexport class None extends Symmetric {\n signBinary(_) {\n return Promise.resolve(new Uint8Array(0));\n }\n}\n//# sourceMappingURL=None.js.map","import * as Base64 from \"../Base64\";\nimport { crypto } from \"../crypto\";\nimport { Base } from \"./Base\";\nexport class Rsa extends Base {\n constructor(variant, publicKey, privateKey) {\n super();\n this.variant = variant;\n this.publicKey = publicKey;\n this.privateKey = privateKey;\n }\n get parameters() {\n return getParameters(this.variant);\n }\n async signBinary(data) {\n return this.privateKey\n ? new Uint8Array(await crypto.subtle.sign(this.parameters, await this.privateKey, data))\n : new Uint8Array(0);\n }\n async verifyBinary(data, signature) {\n return !!this.publicKey && crypto.subtle.verify(this.parameters, await this.publicKey, signature, data);\n }\n async export(type, format = \"base64\") {\n const key = await (type == \"private\" ? this.privateKey : this.publicKey);\n let result;\n if (key)\n switch (format) {\n case \"jwk\":\n result = await crypto.subtle.exportKey(\"jwk\", key);\n break;\n case \"buffer\":\n result = await crypto.subtle.exportKey(type == \"private\" ? \"pkcs8\" : \"spki\", key);\n break;\n case \"base64\":\n {\n const data = await this.export(type, \"buffer\");\n result = data && Base64.encode(new Uint8Array(data), \"standard\", \"=\");\n }\n break;\n case \"pem\":\n {\n const data = await this.export(type, \"base64\");\n result =\n data &&\n [\n `-----BEGIN ${type.toUpperCase()} KEY-----`,\n ...slice(data, 64),\n `-----END ${type.toUpperCase()} KEY-----`,\n ].join(\"\\n\");\n }\n break;\n }\n return result;\n }\n static import(variant, hash, publicKey, privateKey) {\n return new Rsa(variant, Rsa.importHelper(variant, hash, \"public\", publicKey), Rsa.importHelper(variant, hash, \"private\", privateKey));\n }\n static importHelper(variant, hash, type, key) {\n if (typeof key == \"string\")\n key = Base64.decode(key);\n return (key &&\n crypto.subtle.importKey(type == \"private\" ? \"pkcs8\" : \"spki\", key, { name: getParameters(variant).name, hash: { name: hash } }, true, [type == \"private\" ? \"sign\" : \"verify\"]));\n }\n static generate(variant, hash, length) {\n const keyPair = crypto.subtle.generateKey({\n name: getParameters(variant).name,\n modulusLength: length,\n publicExponent: new Uint8Array([1, 0, 1]),\n hash,\n }, true, [\"sign\", \"verify\"]);\n return new Rsa(variant, keyPair.then(value => value.publicKey), keyPair.then(value => value.privateKey));\n }\n}\nfunction* slice(data, length) {\n let start = 0;\n while (start < data.length)\n yield data.slice(start, (start = start + length));\n}\nfunction getParameters(variant) {\n return variant == \"PSS\" ? { name: \"RSA-PSS\", saltLength: 128 } : { name: \"RSASSA-PKCS1-v1_5\" };\n}\n//# sourceMappingURL=Rsa.js.map","import { Algorithm as SignerAlgorithm } from \"./Algorithm\";\nimport { ECDSA } from \"./ECDSA\";\nimport { Hash as SignerHash } from \"./Hash\";\nimport { HMAC } from \"./HMAC\";\nimport { None } from \"./None\";\nimport { Rsa } from \"./Rsa\";\nexport var Signer;\n(function (Signer) {\n let Algorithm;\n (function (Algorithm) {\n Algorithm.is = SignerAlgorithm.is;\n })(Algorithm = Signer.Algorithm || (Signer.Algorithm = {}));\n let Hash;\n (function (Hash) {\n Hash.is = SignerHash.is;\n })(Hash = Signer.Hash || (Signer.Hash = {}));\n function generate(algorithm, hash, length) {\n let result;\n switch (algorithm) {\n case \"RSA\":\n result = Rsa.generate(\"SSA\", hash, length);\n break;\n case \"RSA-PSS\":\n result = Rsa.generate(\"PSS\", hash, length);\n break;\n }\n return result;\n }\n Signer.generate = generate;\n function create(algorithm, hash, ...keys) {\n let result;\n if (hash != undefined)\n switch (algorithm) {\n case \"HMAC\":\n result = new HMAC(hash, keys[0]);\n break;\n case \"RSA\":\n result = Rsa.import(\"SSA\", hash, keys[0], keys[1]);\n break;\n case \"RSA-PSS\":\n result = Rsa.import(\"PSS\", hash, keys[0], keys[1]);\n break;\n case \"ECDSA\":\n result = new ECDSA(hash, keys[0], keys[1]);\n break;\n }\n else if (algorithm == \"None\")\n result = new None();\n return result;\n }\n Signer.create = create;\n})(Signer || (Signer = {}));\n//# sourceMappingURL=index.js.map","if (!Uint8Array.__proto__.from) {\n ;\n (() => {\n Uint8Array.__proto__.from = function (object, theFunction, thisObject) {\n const typedArrayClass = Uint8Array.__proto__;\n if (typeof this !== \"function\") {\n throw new TypeError(\"# is not a constructor\");\n }\n if (this.__proto__ !== typedArrayClass) {\n throw new TypeError(\"this is not a typed array.\");\n }\n theFunction = theFunction || (element => element);\n if (typeof theFunction !== \"function\") {\n throw new TypeError(\"specified argument is not a function\");\n }\n object = Object(object);\n if (!object.length) {\n return new this(0);\n }\n let copyData = [];\n for (const data of copyData) {\n copyData.push(data);\n }\n copyData = copyData.map(theFunction, thisObject);\n const typedArray = new this(copyData.length);\n for (let i = 0; i < typedArray.length; i++) {\n typedArray[i] = copyData[i];\n }\n return typedArray;\n };\n })();\n}\n//# sourceMappingURL=TypedArray-from.js.map","export var Converter;\n(function (Converter) {\n function is(value) {\n return typeof value == \"object\" && Object.entries(value).every(v => typeof v == \"function\");\n }\n Converter.is = is;\n})(Converter || (Converter = {}));\n//# sourceMappingURL=Converter.js.map","export var Crypto;\n(function (Crypto) {\n function is(value) {\n return Array.isArray(value) && value.every(v => typeof v == \"string\");\n }\n Crypto.is = is;\n})(Crypto || (Crypto = {}));\n//# sourceMappingURL=Crypto.js.map","export var Renamer;\n(function (Renamer) {\n function is(value) {\n return typeof value == \"object\" && Object.entries(value).every(thing => typeof thing[1] == \"string\");\n }\n Renamer.is = is;\n})(Renamer || (Renamer = {}));\n//# sourceMappingURL=Renamer.js.map","import { Converter as CConverter } from \"./Converter\";\nimport { Crypto as CCrypto } from \"./Crypto\";\nimport { Renamer as CRenamer } from \"./Renamer\";\nexport var Creatable;\n(function (Creatable) {\n function is(value) {\n return CCrypto.is(value) || CConverter.is(value) || CRenamer.is(value);\n }\n Creatable.is = is;\n let Converter;\n (function (Converter) {\n Converter.is = CConverter.is;\n })(Converter = Creatable.Converter || (Creatable.Converter = {}));\n let Crypto;\n (function (Crypto) {\n Crypto.is = CCrypto.is;\n })(Crypto = Creatable.Crypto || (Creatable.Crypto = {}));\n let Renamer;\n (function (Renamer) {\n Renamer.is = CRenamer.is;\n })(Renamer = Creatable.Renamer || (Creatable.Renamer = {}));\n})(Creatable || (Creatable = {}));\n//# sourceMappingURL=index.js.map","export var Transformer;\n(function (Transformer) {\n function is(value) {\n return typeof value == \"object\" && typeof value.apply == \"function\" && typeof value.reverse == \"function\";\n }\n Transformer.is = is;\n function create(transformer) {\n return {\n apply: transformer.apply ? transformer.apply : (v) => v,\n reverse: transformer.reverse ? transformer.reverse : (v) => v,\n };\n }\n Transformer.create = create;\n})(Transformer || (Transformer = {}));\n//# sourceMappingURL=Transformer.js.map","export var Asymmetric;\n(function (Asymmetric) {\n function is(value) {\n return (value == \"RS256\" ||\n value == \"RS384\" ||\n value == \"RS512\" ||\n value == \"ES256\" ||\n value == \"ES384\" ||\n value == \"ES512\" ||\n value == \"PS256\" ||\n value == \"PS384\" ||\n value == \"PS512\");\n }\n Asymmetric.is = is;\n})(Asymmetric || (Asymmetric = {}));\n//# sourceMappingURL=Asymmetric.js.map","export var Symmetric;\n(function (Symmetric) {\n function is(value) {\n return value == \"HS256\" || value == \"HS384\" || value == \"HS512\";\n }\n Symmetric.is = is;\n})(Symmetric || (Symmetric = {}));\n//# sourceMappingURL=Symmetric.js.map","import { Asymmetric as NameAsymmetric } from \"./Asymmetric\";\nimport { Symmetric as NameSymmetric } from \"./Symmetric\";\nexport var Name;\n(function (Name) {\n function is(value) {\n return value == \"none\" || NameSymmetric.is(value) || NameAsymmetric.is(value);\n }\n Name.is = is;\n let Symmetric;\n (function (Symmetric) {\n Symmetric.is = NameSymmetric.is;\n })(Symmetric = Name.Symmetric || (Name.Symmetric = {}));\n let Asymmetric;\n (function (Asymmetric) {\n Asymmetric.is = NameAsymmetric.is;\n })(Asymmetric = Name.Asymmetric || (Name.Asymmetric = {}));\n})(Name || (Name = {}));\n//# sourceMappingURL=index.js.map","var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nimport { Signer } from \"cryptly\";\nimport { Name as AlgorithmName } from \"./Name\";\nexport class Algorithm {\n constructor(name, signer) {\n this.name = name;\n this.signer = signer;\n }\n sign(data) {\n return __awaiter(this, void 0, void 0, function* () {\n return typeof data == \"string\" ? this.signer.sign(data) : this.signer.sign(data);\n });\n }\n verify(data, signature) {\n return this.signer.verify(data, signature);\n }\n static create(name, ...keys) {\n let result;\n switch (name) {\n case \"ES256\":\n result = Signer.create(\"ECDSA\", \"SHA-256\", keys[0], keys[1]);\n break;\n case \"ES384\":\n result = Signer.create(\"ECDSA\", \"SHA-384\", keys[0], keys[1]);\n break;\n case \"ES512\":\n result = Signer.create(\"ECDSA\", \"SHA-512\", keys[0], keys[1]);\n break;\n case \"PS256\":\n result = Signer.create(\"RSA-PSS\", \"SHA-256\", keys[0], keys[1]);\n break;\n case \"PS384\":\n result = Signer.create(\"RSA-PSS\", \"SHA-384\", keys[0], keys[1]);\n break;\n case \"PS512\":\n result = Signer.create(\"RSA-PSS\", \"SHA-512\", keys[0], keys[1]);\n break;\n case \"HS256\":\n result = Signer.create(\"HMAC\", \"SHA-256\", keys[0]);\n break;\n case \"HS384\":\n result = Signer.create(\"HMAC\", \"SHA-384\", keys[0]);\n break;\n case \"HS512\":\n result = Signer.create(\"HMAC\", \"SHA-512\", keys[0]);\n break;\n case \"RS256\":\n result = Signer.create(\"RSA\", \"SHA-256\", keys[0], keys[1]);\n break;\n case \"RS384\":\n result = Signer.create(\"RSA\", \"SHA-384\", keys[0], keys[1]);\n break;\n case \"RS512\":\n result = Signer.create(\"RSA\", \"SHA-512\", keys[0], keys[1]);\n break;\n case \"none\":\n result = Signer.create(\"None\");\n break;\n }\n return result && new Algorithm(name, result);\n }\n static none() {\n return Algorithm.create(\"none\");\n }\n static HS256(key) {\n return Algorithm.create(\"HS256\", key);\n }\n static HS384(key) {\n return Algorithm.create(\"HS384\", key);\n }\n static HS512(key) {\n return Algorithm.create(\"HS512\", key);\n }\n static RS256(publicKey, privateKey) {\n return Algorithm.create(\"RS256\", publicKey, privateKey);\n }\n static RS384(publicKey, privateKey) {\n return Algorithm.create(\"RS384\", publicKey, privateKey);\n }\n static RS512(publicKey, privateKey) {\n return Algorithm.create(\"RS512\", publicKey, privateKey);\n }\n static ES256(publicKey, privateKey) {\n return Algorithm.create(\"ES256\", publicKey, privateKey);\n }\n static ES384(publicKey, privateKey) {\n return Algorithm.create(\"ES384\", publicKey, privateKey);\n }\n static ES512(publicKey, privateKey) {\n return Algorithm.create(\"ES512\", publicKey, privateKey);\n }\n static PS256(publicKey, privateKey) {\n return Algorithm.create(\"PS256\", publicKey, privateKey);\n }\n static PS384(publicKey, privateKey) {\n return Algorithm.create(\"PS384\", publicKey, privateKey);\n }\n static PS512(publicKey, privateKey) {\n return Algorithm.create(\"PS512\", publicKey, privateKey);\n }\n}\n(function (Algorithm) {\n let Name;\n (function (Name) {\n Name.is = AlgorithmName.is;\n let Symmetric;\n (function (Symmetric) {\n Symmetric.is = AlgorithmName.Symmetric.is;\n })(Symmetric = Name.Symmetric || (Name.Symmetric = {}));\n let Asymmetric;\n (function (Asymmetric) {\n Asymmetric.is = AlgorithmName.Asymmetric.is;\n })(Asymmetric = Name.Asymmetric || (Name.Asymmetric = {}));\n })(Name = Algorithm.Name || (Algorithm.Name = {}));\n})(Algorithm || (Algorithm = {}));\n//# sourceMappingURL=index.js.map","export var Token;\n(function (Token) {\n function is(value) {\n return typeof value == \"string\" && /^[A-Za-z0-9-_=]+\\.[A-Za-z0-9-_=]+\\.?[A-Za-z0-9-_.+/=]*$/.test(value);\n }\n Token.is = is;\n})(Token || (Token = {}));\n//# sourceMappingURL=Token.js.map","export interface Message<T> {\n\tdestination: string\n\tcontent: T\n}\n\n// eslint-disable-next-line @typescript-eslint/no-unused-vars\nexport class Message<T> {\n\tstatic is(value: Message<any> | any): value is Message<any> {\n\t\treturn typeof value == \"object\" && typeof value.destination == \"string\" && value.content != undefined\n\t}\n\tstatic send(message: Message<any>, context?: Window): void\n\tstatic send(destination: string, content: any, context?: Window): void\n\tstatic send(message: string | Message<any>, content?: any | Window, context?: Window): void {\n\t\tif (Message.is(message) && context == undefined) {\n\t\t\tcontext = content as Window\n\t\t\tif (!context)\n\t\t\t\tcontext = window\n\t\t\tconst destination = message.destination.split(\"#\", 2)\n\t\t\tmessage = { destination: destination[1], content: message.content }\n\t\t\tcontext.postMessage(message, destination[0])\n\t\t} else if (typeof context != \"string\") {\n\t\t\tif (!context)\n\t\t\t\tcontext = window\n\t\t\tif (typeof message == \"string\")\n\t\t\t\tMessage.send({ destination: message, content }, context)\n\t\t}\n\t}\n\tstatic listen(origin: string, handle: (destination: string, content: any) => void, context?: Window): void {\n\t\tconst splitted = origin.split(\"#\", 2)\n\t\tlet destination = \"\"\n\t\tif (splitted.length == 2) {\n\t\t\torigin = splitted[0]\n\t\t\tdestination = splitted[1]\n\t\t}\n\t\t;(context || window).addEventListener(\"message\", (e: MessageEvent) => {\n\t\t\tconst message = e.data\n\t\t\tif (\n\t\t\t\tMessage.is(message) &&\n\t\t\t\t(origin == \"*\" || e.origin == origin) &&\n\t\t\t\t(destination == \"\" || message.destination == destination)\n\t\t\t)\n\t\t\t\thandle(message.destination, message.content)\n\t\t})\n\t}\n}\n","export interface Trigger {\n\tname: string\n\tvalue?: any\n}\nexport class Trigger {\n\tstatic is(value: Trigger | any): value is Trigger {\n\t\treturn typeof value == \"object\" && typeof value.name == \"string\"\n\t}\n}\n","export type WithListenable<T extends Record<string, any>> = T & Listenable<T>\n\nexport type CanBeListenable = Record<string, any>\n\nexport interface HasListenable<T extends CanBeListenable> {\n\treadonly listenable: WithListenable<T>\n}\n\nexport class Listenable<T extends CanBeListenable> {\n\t#listeners: Listeners<ListenableProperties<T>> = {}\n\tlisten<K extends keyof ListenableProperties<T>>(\n\t\tthis: T & Listenable<T>,\n\t\tproperty: K,\n\t\tlistener: Listener<T[K]>\n\t): void {\n\t\tthis.#listeners[property]?.push(listener) ?? (this.#listeners[property] = [listener])\n\t\tlistener(this[property])\n\t}\n\tunlisten<K extends keyof ListenableProperties<T>>(property: K, listener: Listener<T[K]>): void {\n\t\tconst index = this.#listeners[property]?.indexOf(listener)\n\t\tindex != undefined && index >= 0 && this.#listeners[property]?.splice(index, 1)\n\t}\n\n\tstatic load<T extends HasListenable<CanBeListenable>>(backend: T): WithListenable<T> {\n\t\tconst result = backend.listenable\n\n\t\treturn Object.defineProperties(result, getProperties(backend)) as WithListenable<T>\n\n\t\tfunction getProperties(backend: any) {\n\t\t\treturn Object.fromEntries(\n\t\t\t\t(\n\t\t\t\t\tObject.entries({\n\t\t\t\t\t\t...Object.getOwnPropertyDescriptors(backend),\n\t\t\t\t\t\t...Object.getOwnPropertyDescriptors(Object.getPrototypeOf(backend)),\n\t\t\t\t\t}) as [keyof T, PropertyDescriptor][]\n\t\t\t\t).map(([name, descriptor]) => [\n\t\t\t\t\tname,\n\t\t\t\t\ttypeof descriptor.value == \"function\"\n\t\t\t\t\t\t? {\n\t\t\t\t\t\t\t\tget() {\n\t\t\t\t\t\t\t\t\treturn backend[name].bind(backend)\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t }\n\t\t\t\t\t\t: descriptor.writable || descriptor.set\n\t\t\t\t\t\t? {\n\t\t\t\t\t\t\t\tget() {\n\t\t\t\t\t\t\t\t\treturn backend[name]\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\tset(value: any) {\n\t\t\t\t\t\t\t\t\tbackend[name] = value\n\t\t\t\t\t\t\t\t\tresult.#listeners[name]?.forEach(listener => listener(value))\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t }\n\t\t\t\t\t\t: {\n\t\t\t\t\t\t\t\tget() {\n\t\t\t\t\t\t\t\t\treturn backend[name].bind(backend)\n\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t },\n\t\t\t\t])\n\t\t\t)\n\t\t}\n\t}\n}\ntype ListenableProperties<T> = {\n\t// eslint-disable-next-line @typescript-eslint/ban-types\n\t[P in keyof T as T[P] extends Function ? never : P]: T[P]\n}\n\nexport type Listener<V> = (value: V) => void\nexport type Listeners<T> = {\n\t[K in keyof T]?: Listener<T[K]>[]\n}\n"],"version":3}
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-b282ee83.js');
6
- const Listenable = require('./Listenable-c8d2f8ef.js');
6
+ const Listenable = require('./Listenable-63ea2d90.js');
7
7
  const GoogleFont = require('./GoogleFont-6c4f0da1.js');
8
8
  require('./index-8352a4e0.js');
9
9
 
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy([["smoothly-accordion_60.cjs",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}],[0,"smoothly-input-demo"],[2,"smoothly-table-demo"],[2,"smoothly-select-demo",null,[[0,"selectionChanged","handleSelectionChanged"]]],[0,"smoothly-display-demo"],[4,"smoothly-app",{"color":[1]}],[0,"smoothly-dialog-demo"],[2,"smoothly-icon-demo"],[4,"smoothly-room",{"label":[1],"icon":[1],"path":[1],"to":[1]}],[2,"smoothly-table-demo-filtered",{"criteria":[32],"data":[32],"selector":[32]},[[0,"filters","onFilterUpdate"],[2,"smoothlyChecked","smoothlyCheckedHandler"]]],[2,"smoothly-input-date-range",{"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"open":[1028],"showLabel":[516,"show-label"],"labelStart":[1,"label-start"],"labelEnd":[1,"label-end"]},[[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]],[1,"smoothly-picker",{"disabled":[516],"readonly":[516],"maxMenuHeight":[1,"max-menu-height"],"maxHeight":[1,"max-height"],"emptyMenuLabel":[1025,"empty-menu-label"],"multiple":[516],"mutable":[4],"optionStyle":[8,"option-style"],"options":[1040],"labelSetting":[513,"label-setting"],"label":[513],"selections":[1040],"selectNoneName":[1025,"select-none-name"],"selectAllName":[1025,"select-all-name"],"selectionName":[1025,"selection-name"],"newOptionLabel":[1025,"new-option-label"],"valueValidator":[16],"isOpen":[32],"empty":[32]},[[0,"optionSelect","optionSelectHandler"],[0,"optionUnselect","optionSelectHandler"],[0,"optionAdd","optionAddHandler"],[0,"menuEmpty","emptyHandler"]]],[6,"smoothly-notifier",{"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]],[2,"smoothly-backtotop",{"opacity":[1],"bottom":[1],"right":[1],"visible":[32]}],[6,"smoothly-checkbox",{"size":[1],"checked":[1540],"intermediate":[1540],"name":[1],"value":[8],"disabled":[516],"t":[32],"toggle":[64]}],[6,"smoothly-radio-button-item",{"value":[8],"selected":[1540],"color":[513]}],[6,"smoothly-summary",{"color":[1],"fill":[1],"size":[1]}],[1,"smoothly-toggle-switch",{"selected":[1540],"disabled":[516],"size":[513],"name":[1],"value":[8]}],[0,"smoothly-urlencoded",{"data":[1]}],[6,"smoothly-accordion",{"value":[1025]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemDidLoad","onAccordionItemDidLoad"],[0,"smoothlyAccordionItemDidUnload","onAccordionItemDidUnload"]]],[6,"smoothly-accordion-item",{"name":[1],"brand":[1],"open":[1540]}],[1,"smoothly-button",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"link":[1],"download":[4]}],[2,"smoothly-display",{"type":[1],"value":[8],"currency":[1],"country":[1],"format":[16]}],[2,"smoothly-display-amount",{"amount":[8],"currency":[1],"toInteger":[4,"to-integer"]}],[2,"smoothly-display-date-time",{"datetime":[1]}],[2,"smoothly-frame",{"url":[1],"name":[1],"origin":[1],"send":[64]}],[6,"smoothly-popup",{"visible":[1540],"direction":[1537],"cssVariables":[32]}],[6,"smoothly-radio",{"name":[1],"value":[1],"checked":[1540],"tabIndex":[2,"tab-index"]}],[6,"smoothly-radio-button",{"name":[1],"value":[1032],"deselectable":[516],"decoration":[513]},[[2,"radioItemSelectInternal","radioSelectHandler"]]],[6,"smoothly-select",{"identifier":[1],"background":[513],"value":[1025]}],[2,"smoothly-skeleton",{"widths":[16],"width":[1025],"color":[1],"period":[2],"distance":[1],"align":[513]}],[6,"smoothly-submit",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513]}],[2,"smoothly-svg",{"url":[513],"size":[513],"color":[1]}],[6,"smoothly-table-expandable-row",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[6,"smoothly-toggle",{"selected":[1540],"shape":[513],"disabled":[516],"name":[1],"value":[8]},[[0,"click","onClick"]]],[1,"smoothly-filter",{"placeholder":[1025],"criteria":[1040],"inputValue":[1032,"input-value"],"expanded":[32],"freeSearchValue":[32],"clear":[64]},[[0,"filter","filterHandler"]]],[6,"smoothly-input-date",{"name":[513],"value":[1025],"open":[1028],"max":[1025],"min":[1025],"disabled":[1028]},[[0,"dateSet","dateSetHandler"]]],[1,"smoothly-menu-options",{"toggle":[4],"emptyMenuLabel":[1025,"empty-menu-label"],"newOptionLabel":[1,"new-option-label"],"maxMenuHeight":[1,"max-menu-height"],"order":[4],"optionStyle":[8,"option-style"],"options":[1040],"resetHighlightOnOptionsChange":[1028,"reset-highlight-on-options-change"],"mutable":[4],"filteredOptions":[32],"highlightIndex":[32],"keyword":[32],"moveHighlight":[64],"setHighlight":[64],"getHighlighted":[64],"filterOptions":[64]},[[0,"optionHover","optionHoverHandler"]]],[1,"smoothly-filter-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[2,"min-length"],"showLabel":[516,"show-label"],"maxLength":[2,"max-length"],"autocomplete":[4],"pattern":[16],"placeholder":[1],"disabled":[4],"readonly":[4],"currency":[513],"comparison":[1],"criteria":[32],"clear":[64]}],[6,"smoothly-table-cell"],[6,"smoothly-table-expandable-cell",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"]]],[6,"smoothly-tab-switch",{"selectedElement":[32]},[[0,"expansionOpen","openChanged"]]],[6,"smoothly-table",{"root":[1540],"align":[513]},[[0,"expandableLoad","handleExpandableLoaded"],[0,"expandableChange","handleExpandableState"],[0,"spotlightChange","handleSpotlightState"],[0,"smoothlyNestedTable","handleNestedTable"],[0,"expansionLoad","handleEvents"],[0,"expansionOpen","handleEvents"]]],[6,"smoothly-table-header",{"name":[1]}],[6,"smoothly-table-row",null,[[0,"expansionLoad","onExpansionLoad"],[0,"expansionOpen","onExpansionOpen"]]],[0,"smoothly-tuple",{"tuple":[16]}],[1,"smoothly-option",{"aliases":[513],"dataHighlight":[1540,"data-highlight"],"name":[1537],"value":[1537],"divider":[1540],"checkbox":[4],"new":[4],"toggle":[4],"checked":[1028]}],[2,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]}],[4,"smoothly-form",{"looks":[513],"name":[1],"method":[1],"action":[1],"processing":[1540],"notice":[32],"submit":[64],"clear":[64]},[[2,"smoothlyInput","smoothlyInputHandler"],[2,"smoothlySubmit","smoothlySubmitHandler"]]],[2,"smoothly-input-month",{"value":[1025]}],[6,"smoothly-quiet",{"color":[1]}],[6,"smoothly-selector",{"initialPrompt":[1,"initial-prompt"],"opened":[32],"selectedElement":[32],"missing":[32],"filter":[32],"reset":[64]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]],[6,"smoothly-item",{"value":[8],"selected":[1540],"marked":[1540],"filter":[64]},[[0,"click","onClick"]]],[2,"smoothly-spinner",{"active":[516],"size":[513]}],[2,"smoothly-notification",{"notice":[16],"tick":[32]},[[0,"trigger","onTrigger"]]],[6,"smoothly-trigger",{"color":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]],[6,"smoothly-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[1026,"min-length"],"showLabel":[516,"show-label"],"maxLength":[1026,"max-length"],"autocomplete":[1028],"pattern":[1040],"placeholder":[1537],"disabled":[1028],"readonly":[1028],"currency":[513],"initialValue":[32],"clear":[64],"getFormData":[64],"setKeepFocusOnReRender":[64],"setSelectionRange":[64]}],[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[1],"size":[513],"toolTip":[1,"tool-tip"],"document":[32]}]]],["smoothly-addresses.cjs",[[2,"smoothly-addresses",{"value":[16],"editable":[16]}]]],["smoothly-color.cjs",[[6,"smoothly-color",{"color":[513]}]]],["smoothly-country.cjs",[[2,"smoothly-country",{"value":[1],"text":[1],"language":[32]}]]],["smoothly-google-font.cjs",[[2,"smoothly-google-font",{"value":[1]}]]],["smoothly-radio-group.cjs",[[4,"smoothly-radio-group",{"orientation":[513]}]]],["smoothly-reorder.cjs",[[0,"smoothly-reorder"]]],["smoothly-trigger-sink.cjs",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["smoothly-trigger-source.cjs",[[6,"smoothly-trigger-source",{"listen":[1]}]]],["smoothly-address-display.cjs",[[2,"smoothly-address-display",{"value":[16],"editable":[4]}]]],["smoothly-address.cjs",[[2,"smoothly-address",{"value":[16],"editable":[4]}]]]], options);
17
+ return index.bootstrapLazy([["smoothly-accordion_61.cjs",[[0,"smoothly-app-demo",{"baseUrl":[1,"base-url"]}],[0,"smoothly-input-demo"],[2,"smoothly-table-demo"],[2,"smoothly-select-demo",null,[[0,"selectionChanged","handleSelectionChanged"]]],[0,"smoothly-display-demo"],[0,"smoothly-button-demo"],[4,"smoothly-app",{"color":[1]}],[0,"smoothly-dialog-demo"],[2,"smoothly-icon-demo"],[4,"smoothly-room",{"label":[1],"icon":[1],"path":[1],"to":[1]}],[2,"smoothly-table-demo-filtered",{"criteria":[32],"data":[32],"selector":[32]},[[0,"filters","onFilterUpdate"],[2,"smoothlyChecked","smoothlyCheckedHandler"]]],[2,"smoothly-input-date-range",{"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"open":[1028],"showLabel":[516,"show-label"],"labelStart":[1,"label-start"],"labelEnd":[1,"label-end"]},[[0,"startChanged","onStartChanged"],[0,"endChanged","onEndChanged"],[0,"dateRangeSet","onDateRangeSet"]]],[1,"smoothly-picker",{"disabled":[516],"readonly":[516],"maxMenuHeight":[1,"max-menu-height"],"maxHeight":[1,"max-height"],"emptyMenuLabel":[1025,"empty-menu-label"],"multiple":[516],"mutable":[4],"optionStyle":[8,"option-style"],"options":[1040],"labelSetting":[513,"label-setting"],"label":[513],"selections":[1040],"selectNoneName":[1025,"select-none-name"],"selectAllName":[1025,"select-all-name"],"selectionName":[1025,"selection-name"],"newOptionLabel":[1025,"new-option-label"],"valueValidator":[16],"isOpen":[32],"empty":[32]},[[0,"optionSelect","optionSelectHandler"],[0,"optionUnselect","optionSelectHandler"],[0,"optionAdd","optionAddHandler"],[0,"menuEmpty","emptyHandler"]]],[6,"smoothly-notifier",{"notices":[32]},[[0,"notice","onNotice"],[0,"remove","onRemove"]]],[6,"smoothly-dialog",{"color":[513],"open":[1540],"closable":[516],"header":[513]},[[0,"trigger","TriggerListener"]]],[6,"smoothly-checkbox",{"size":[1],"checked":[1540],"intermediate":[1540],"name":[1],"value":[8],"disabled":[516],"t":[32],"toggle":[64]}],[6,"smoothly-radio-button-item",{"value":[8],"selected":[1540],"color":[513]}],[6,"smoothly-summary",{"color":[1],"fill":[1],"size":[1]}],[1,"smoothly-toggle-switch",{"selected":[1540],"disabled":[516],"size":[513],"name":[1],"value":[8]}],[0,"smoothly-urlencoded",{"data":[1]}],[6,"smoothly-accordion",{"value":[1025]},[[0,"smoothlyOpen","handleOpenClose"],[0,"smoothlyClose","handleOpenClose"],[0,"smoothlyAccordionItemDidLoad","onAccordionItemDidLoad"],[0,"smoothlyAccordionItemDidUnload","onAccordionItemDidUnload"]]],[6,"smoothly-accordion-item",{"name":[1],"brand":[1],"open":[1540]}],[2,"smoothly-display",{"type":[1],"value":[8],"currency":[1],"country":[1],"format":[16]}],[2,"smoothly-display-amount",{"amount":[8],"currency":[1],"toInteger":[4,"to-integer"]}],[2,"smoothly-display-date-time",{"datetime":[1]}],[2,"smoothly-frame",{"url":[1],"name":[1],"origin":[1],"send":[64]}],[6,"smoothly-popup",{"visible":[1540],"direction":[1537],"cssVariables":[32]}],[6,"smoothly-radio",{"name":[1],"value":[1],"checked":[1540],"tabIndex":[2,"tab-index"]}],[6,"smoothly-radio-button",{"name":[1],"value":[1032],"deselectable":[516],"decoration":[513]},[[2,"radioItemSelectInternal","radioSelectHandler"]]],[6,"smoothly-select",{"identifier":[1],"background":[513],"value":[1025]}],[2,"smoothly-skeleton",{"widths":[16],"width":[1025],"color":[1],"period":[2],"distance":[1],"align":[513]}],[6,"smoothly-submit",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513]}],[2,"smoothly-svg",{"url":[513],"size":[513],"color":[1]}],[6,"smoothly-table-expandable-row",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[6,"smoothly-toggle",{"selected":[1540],"shape":[513],"disabled":[516],"name":[1],"value":[8]},[[0,"click","onClick"]]],[1,"smoothly-filter",{"placeholder":[1025],"criteria":[1040],"inputValue":[1032,"input-value"],"expanded":[32],"freeSearchValue":[32],"clear":[64]},[[0,"filter","filterHandler"]]],[6,"smoothly-input-date",{"name":[513],"value":[1025],"open":[1028],"max":[1025],"min":[1025],"disabled":[1028]},[[0,"dateSet","dateSetHandler"]]],[1,"smoothly-menu-options",{"toggle":[4],"emptyMenuLabel":[1025,"empty-menu-label"],"newOptionLabel":[1,"new-option-label"],"maxMenuHeight":[1,"max-menu-height"],"order":[4],"optionStyle":[8,"option-style"],"options":[1040],"resetHighlightOnOptionsChange":[1028,"reset-highlight-on-options-change"],"mutable":[4],"filteredOptions":[32],"highlightIndex":[32],"keyword":[32],"moveHighlight":[64],"setHighlight":[64],"getHighlighted":[64],"filterOptions":[64]},[[0,"optionHover","optionHoverHandler"]]],[1,"smoothly-filter-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[2,"min-length"],"showLabel":[516,"show-label"],"maxLength":[2,"max-length"],"autocomplete":[4],"pattern":[16],"placeholder":[1],"disabled":[4],"readonly":[4],"currency":[513],"comparison":[1],"criteria":[32],"clear":[64]}],[2,"smoothly-backtotop",{"opacity":[1],"bottom":[1],"right":[1],"visible":[32]}],[6,"smoothly-table-cell"],[6,"smoothly-table-expandable-cell",{"align":[1],"open":[1540],"allowSpotlight":[32],"spotlight":[32]},[[0,"click","onClick"],[0,"tableLoad","handleTableLoaded"]]],[6,"smoothly-tab",{"label":[1],"open":[1540]},[[0,"click","onClick"]]],[6,"smoothly-tab-switch",{"selectedElement":[32]},[[0,"expansionOpen","openChanged"]]],[6,"smoothly-table",{"root":[1540],"align":[513]},[[0,"expandableLoad","handleExpandableLoaded"],[0,"expandableChange","handleExpandableState"],[0,"spotlightChange","handleSpotlightState"],[0,"smoothlyNestedTable","handleNestedTable"],[0,"expansionLoad","handleEvents"],[0,"expansionOpen","handleEvents"]]],[6,"smoothly-table-header",{"name":[1]}],[6,"smoothly-table-row",null,[[0,"expansionLoad","onExpansionLoad"],[0,"expansionOpen","onExpansionOpen"]]],[0,"smoothly-tuple",{"tuple":[16]}],[1,"smoothly-option",{"aliases":[513],"dataHighlight":[1540,"data-highlight"],"name":[1537],"value":[1537],"divider":[1540],"checkbox":[4],"new":[4],"toggle":[4],"checked":[1028]}],[2,"smoothly-calendar",{"month":[1025],"value":[1025],"start":[1025],"end":[1025],"max":[1025],"min":[1025],"doubleInput":[516,"double-input"],"firstSelected":[32]}],[4,"smoothly-form",{"looks":[513],"name":[1],"method":[1],"action":[1],"processing":[1540],"notice":[32],"submit":[64],"clear":[64]},[[2,"smoothlyInput","smoothlyInputHandler"],[2,"smoothlySubmit","smoothlySubmitHandler"]]],[1,"smoothly-button",{"color":[513],"expand":[513],"fill":[513],"disabled":[516],"type":[513],"size":[513],"shape":[513],"link":[1],"download":[4]}],[2,"smoothly-input-month",{"value":[1025]}],[6,"smoothly-quiet",{"color":[1]}],[6,"smoothly-selector",{"initialPrompt":[1,"initial-prompt"],"opened":[32],"selectedElement":[32],"missing":[32],"filter":[32],"reset":[64]},[[0,"click","onClick"],[0,"itemSelected","onItemSelected"],[0,"keydown","onKeyDown"]]],[6,"smoothly-item",{"value":[8],"selected":[1540],"marked":[1540],"filter":[64]},[[0,"click","onClick"]]],[2,"smoothly-spinner",{"active":[516],"size":[513]}],[2,"smoothly-notification",{"notice":[16],"tick":[32]},[[0,"trigger","onTrigger"]]],[6,"smoothly-trigger",{"color":[513],"fill":[513],"disabled":[516],"type":[513],"name":[1],"value":[8]},[[0,"click","onClick"]]],[6,"smoothly-input",{"name":[513],"value":[1032],"type":[513],"required":[1540],"minLength":[1026,"min-length"],"showLabel":[516,"show-label"],"maxLength":[1026,"max-length"],"autocomplete":[1028],"pattern":[1040],"placeholder":[1537],"disabled":[1028],"readonly":[1028],"currency":[513],"initialValue":[32],"clear":[64],"getFormData":[64],"setKeepFocusOnReRender":[64],"setSelectionRange":[64]}],[2,"smoothly-icon",{"color":[513],"fill":[513],"name":[1],"size":[513],"toolTip":[1,"tool-tip"],"document":[32]}]]],["smoothly-addresses.cjs",[[2,"smoothly-addresses",{"value":[16],"editable":[16]}]]],["smoothly-color.cjs",[[6,"smoothly-color",{"color":[513]}]]],["smoothly-country.cjs",[[2,"smoothly-country",{"value":[1],"text":[1],"language":[32]}]]],["smoothly-google-font.cjs",[[2,"smoothly-google-font",{"value":[1]}]]],["smoothly-radio-group.cjs",[[4,"smoothly-radio-group",{"orientation":[513]}]]],["smoothly-reorder.cjs",[[0,"smoothly-reorder"]]],["smoothly-trigger-sink.cjs",[[6,"smoothly-trigger-sink",{"context":[16],"destination":[1],"filter":[1]},[[0,"trigger","TriggerListener"]]]]],["smoothly-trigger-source.cjs",[[6,"smoothly-trigger-source",{"listen":[1]}]]],["smoothly-address-display.cjs",[[2,"smoothly-address-display",{"value":[16],"editable":[4]}]]],["smoothly-address.cjs",[[2,"smoothly-address",{"value":[16],"editable":[4]}]]]], options);
18
18
  });
19
19
  };
20
20
 
@@ -4,11 +4,11 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-8352a4e0.js');
6
6
  const index$1 = require('./index-b282ee83.js');
7
- const Listenable = require('./Listenable-c8d2f8ef.js');
7
+ const Listenable = require('./Listenable-63ea2d90.js');
8
8
  require('./GoogleFont-6c4f0da1.js');
9
9
  const getLanguage = require('./getLanguage-430ecf04.js');
10
10
 
11
- const styleCss$R = "smoothly-accordion-item.sc-smoothly-accordion{border:1px solid rgb(var(--smoothly-dark-color));border-bottom:none}smoothly-accordion-item.sc-smoothly-accordion:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px;margin-top:0.4em}smoothly-accordion-item.sc-smoothly-accordion:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:1px solid rgb(var(--smoothly-dark-color));margin-bottom:0.6em}smoothly-accordion-item[open].sc-smoothly-accordion{border-color:rgb(var(--smoothly-primary-color));border-bottom:1px solid rgb(var(--smoothly-primary-color))}smoothly-accordion-item[open].sc-smoothly-accordion+smoothly-accordion-item.sc-smoothly-accordion{border-top:none}";
11
+ const styleCss$S = "smoothly-accordion-item.sc-smoothly-accordion{border:1px solid rgb(var(--smoothly-dark-color));border-bottom:none}smoothly-accordion-item.sc-smoothly-accordion:first-of-type{border-top-left-radius:4px;border-top-right-radius:4px;margin-top:0.4em}smoothly-accordion-item.sc-smoothly-accordion:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:1px solid rgb(var(--smoothly-dark-color));margin-bottom:0.6em}smoothly-accordion-item[open].sc-smoothly-accordion{border-color:rgb(var(--smoothly-primary-color));border-bottom:1px solid rgb(var(--smoothly-primary-color))}smoothly-accordion-item[open].sc-smoothly-accordion+smoothly-accordion-item.sc-smoothly-accordion{border-top:none}";
12
12
 
13
13
  const SmoothlyAccordion = class {
14
14
  constructor(hostRef) {
@@ -55,9 +55,9 @@ const SmoothlyAccordion = class {
55
55
  "value": ["valueChanged"]
56
56
  }; }
57
57
  };
58
- SmoothlyAccordion.style = styleCss$R;
58
+ SmoothlyAccordion.style = styleCss$S;
59
59
 
60
- const styleCss$Q = ".sc-smoothly-accordion-item-h{display:block}[hidden].sc-smoothly-accordion-item-h{display:none}details.sc-smoothly-accordion-item{padding:0}details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item>span.sc-smoothly-accordion-item{float:right;margin:0.2em;font-size:60%}details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item{font-size:120%;list-style-type:none;cursor:pointer;padding:0.4em;color:rgb(var(--smoothly-text-tint))}details.sc-smoothly-accordion-item>fieldset.sc-smoothly-accordion-item{border:none;margin:0;padding:0}[open].sc-smoothly-accordion-item-h>details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item{color:rgb(var(--smoothly-primary-contrast));background:rgb(var(--smoothly-primary-color))}details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item::-webkit-details-marker{display:none}details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item>svg.sc-smoothly-accordion-item{width:1em;height:auto;margin-bottom:-0.2em;margin-right:0.4em}[open].sc-smoothly-accordion-item-h>details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item>svg.sc-smoothly-accordion-item{fill:rgb(var(--smoothly-primary-contrast))}.sc-smoothly-accordion-item-h:not([open])>details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item>svg.sc-smoothly-accordion-item{fill:rgb(var(--smoothly-text-tint))}";
60
+ const styleCss$R = ".sc-smoothly-accordion-item-h{display:block}[hidden].sc-smoothly-accordion-item-h{display:none}details.sc-smoothly-accordion-item{padding:0}details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item>span.sc-smoothly-accordion-item{float:right;margin:0.2em;font-size:60%}details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item{font-size:120%;list-style-type:none;cursor:pointer;padding:0.4em;color:rgb(var(--smoothly-text-tint))}details.sc-smoothly-accordion-item>fieldset.sc-smoothly-accordion-item{border:none;margin:0;padding:0}[open].sc-smoothly-accordion-item-h>details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item{color:rgb(var(--smoothly-primary-contrast));background:rgb(var(--smoothly-primary-color))}details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item::-webkit-details-marker{display:none}details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item>svg.sc-smoothly-accordion-item{width:1em;height:auto;margin-bottom:-0.2em;margin-right:0.4em}[open].sc-smoothly-accordion-item-h>details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item>svg.sc-smoothly-accordion-item{fill:rgb(var(--smoothly-primary-contrast))}.sc-smoothly-accordion-item-h:not([open])>details.sc-smoothly-accordion-item>summary.sc-smoothly-accordion-item>svg.sc-smoothly-accordion-item{fill:rgb(var(--smoothly-text-tint))}";
61
61
 
62
62
  const SmoothlyAccordionItem = class {
63
63
  constructor(hostRef) {
@@ -105,9 +105,9 @@ const SmoothlyAccordionItem = class {
105
105
  "open": ["openChanged"]
106
106
  }; }
107
107
  };
108
- SmoothlyAccordionItem.style = styleCss$Q;
108
+ SmoothlyAccordionItem.style = styleCss$R;
109
109
 
110
- const styleCss$P = "smoothly-app{display:block;scrollbar-width:none}smoothly-app[hidden]{display:none}smoothly-app[color=default],smoothly-app:not([color]){--smoothly-app-background:var(--smoothly-default-color);--smoothly-app-color:var(--smoothly-default-contrast);--smoothly-app-hover-background:var(--smoothly-primary-color);--smoothly-app-hover-color:var(--smoothly-primary-contrast);--smoothly-app-shadow:var(--smoothly-default-shadow)}smoothly-app[color=primary]{--smoothly-app-background:var(--smoothly-primary-shade);--smoothly-app-color:var(--smoothly-primary-contrast);--smoothly-app-hover-background:var(--smoothly-secondary-color);--smoothly-app-hover-color:var(--smoothly-secondary-contrast);--smoothly-app-shadow:var(--smoothly-primary-shadow)}smoothly-app[color=secondary]{--smoothly-app-background:var(--smoothly-secondary-shade);--smoothly-app-color:var(--smoothly-secondary-contrast);--smoothly-app-hover-background:var(--smoothly-primary-color);--smoothly-app-hover-color:var(--smoothly-primary-contrast);--smoothly-app-shadow:var(--smoothly-secondary-shadow)}smoothly-app[color=tertiary],smoothly-app[color=success],smoothly-app[color=warning],smoothly-app[color=danger]{--smoothly-app-background:var(--smoothly-color-shade);--smoothly-app-color:var(--smoothly-color-contrast);--smoothly-app-hover-background:var(--smoothly-default-shade);--smoothly-app-hover-color:var(--smoothly-default-contrast);--smoothly-app-shadow:var(--smoothly-color-shadow)}smoothly-app>smoothly-notifier>header{position:fixed;top:0;left:0;width:100%;z-index:5;height:5rem;background-color:rgb(var(--smoothly-app-background));color:rgba(var(--smoothly-medium-color));fill:rgb(var(--smoothly-medium-color));stroke:rgb(var(--smoothly-medium-color));display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px 0 rgba(var(--smoothly-app-shadow));border-bottom:1px solid rgba(var(--smoothly-dark-color))}smoothly-app>smoothly-notifier>header a{color:inherit;text-decoration:inherit}smoothly-app>smoothly-notifier>header>nav{width:100%;flex-shrink:2}smoothly-app>smoothly-notifier>header>h1,smoothly-app>smoothly-notifier>header>nav,smoothly-app>smoothly-notifier>header>nav>ul,smoothly-app>smoothly-notifier>header>nav>ul li,smoothly-app>smoothly-notifier>header>nav>ul li>*:not(a){display:flex;height:100%;margin:0}smoothly-app>smoothly-notifier>header>h1{margin-left:3.8rem}smoothly-app>smoothly-notifier>header>h1>a{overflow:hidden;user-select:none;height:200%;display:flex;align-self:center;size:100%;background-position-y:center}smoothly-app>smoothly-notifier>header>nav>ul>li a{line-height:1.6cm}smoothly-app>smoothly-notifier>header>nav>ul{width:100%}smoothly-app>smoothly-notifier>header>[slot=header]{margin-right:2.1rem;border:0}smoothly-app>smoothly-notifier>header>[slot=header]>a{display:flex;border-width:0;align-items:center;margin-right:3.9rem}smoothly-app>smoothly-notifier>header>[slot=header]>a>smoothly-icon{fill:rgb(var(--smoothly-primary-shade));stroke:rgb(var(--smoothly-primary-shade));color:rgb(var(--smoothly-primary-shade))}smoothly-app>smoothly-notifier>header>nav>ul li a{display:flex;height:2.3rem;margin:0 0.4cm;text-decoration:none}smoothly-app>smoothly-notifier>header>nav>ul li>a{display:flex;align-items:center;align-self:center;margin-bottom:2px}smoothly-app>smoothly-notifier>header>nav>ul li smoothly-trigger.sc-smoothly-trigger-h{border:0}smoothly-app>smoothly-notifier>header>nav>ul li>a>smoothly-icon>svg{fill:rgb(var(--smoothly-medium-color));stroke:rgb(var(--smoothly-medium-color));color:rgb(var(--smoothly-medium-color));align-items:center;display:flex}smoothly-app>smoothly-notifier>header>nav>ul li>a:hover>smoothly-icon>svg,smoothly-app>smoothly-notifier>header>nav>ul li>a.active>smoothly-icon>svg{color:rgb(var(--smoothly-app-color));stroke:rgb(var(--smoothly-app-color));fill:rgb(var(--smoothly-app-color))}smoothly-app>smoothly-notifier>header>nav>ul li>smoothly-trigger.active a>smoothly-icon,smoothly-app>smoothly-notifier>header>nav>ul li>smoothly-trigger:hover a>smoothly-icon,smoothly-app>smoothly-notifier>header>nav>ul li a:hover,smoothly-app>smoothly-notifier>header>nav>ul li a.active{border-bottom:2px solid rgb(var(--smoothly-app-color));margin-bottom:0px;border-bottom-width:2px;color:rgb(var(--smoothly-app-color));stroke:rgb(var(--smoothly-app-color));fill:rgb(var(--smoothly-app-color))}smoothly-app>smoothly-notifier>main{position:relative;top:5rem}";
110
+ const styleCss$Q = "smoothly-app{display:block;scrollbar-width:none}smoothly-app[hidden]{display:none}smoothly-app[color=default],smoothly-app:not([color]){--smoothly-app-background:var(--smoothly-default-color);--smoothly-app-color:var(--smoothly-default-contrast);--smoothly-app-hover-background:var(--smoothly-primary-color);--smoothly-app-hover-color:var(--smoothly-primary-contrast);--smoothly-app-shadow:var(--smoothly-default-shadow)}smoothly-app[color=primary]{--smoothly-app-background:var(--smoothly-primary-shade);--smoothly-app-color:var(--smoothly-primary-contrast);--smoothly-app-hover-background:var(--smoothly-secondary-color);--smoothly-app-hover-color:var(--smoothly-secondary-contrast);--smoothly-app-shadow:var(--smoothly-primary-shadow)}smoothly-app[color=secondary]{--smoothly-app-background:var(--smoothly-secondary-shade);--smoothly-app-color:var(--smoothly-secondary-contrast);--smoothly-app-hover-background:var(--smoothly-primary-color);--smoothly-app-hover-color:var(--smoothly-primary-contrast);--smoothly-app-shadow:var(--smoothly-secondary-shadow)}smoothly-app[color=tertiary],smoothly-app[color=success],smoothly-app[color=warning],smoothly-app[color=danger]{--smoothly-app-background:var(--smoothly-color-shade);--smoothly-app-color:var(--smoothly-color-contrast);--smoothly-app-hover-background:var(--smoothly-default-shade);--smoothly-app-hover-color:var(--smoothly-default-contrast);--smoothly-app-shadow:var(--smoothly-color-shadow)}smoothly-app>smoothly-notifier>header{position:fixed;top:0;left:0;width:100%;z-index:5;height:5rem;background-color:rgb(var(--smoothly-app-background));color:rgba(var(--smoothly-medium-color));fill:rgb(var(--smoothly-medium-color));stroke:rgb(var(--smoothly-medium-color));display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px 0 rgba(var(--smoothly-app-shadow));border-bottom:1px solid rgba(var(--smoothly-dark-color))}smoothly-app>smoothly-notifier>header a{color:inherit;text-decoration:inherit}smoothly-app>smoothly-notifier>header>nav{width:100%;flex-shrink:2}smoothly-app>smoothly-notifier>header>h1,smoothly-app>smoothly-notifier>header>nav,smoothly-app>smoothly-notifier>header>nav>ul,smoothly-app>smoothly-notifier>header>nav>ul li,smoothly-app>smoothly-notifier>header>nav>ul li>*:not(a){display:flex;height:100%;margin:0}smoothly-app>smoothly-notifier>header>h1{margin-left:3.8rem}smoothly-app>smoothly-notifier>header>h1>a{overflow:hidden;user-select:none;height:200%;display:flex;align-self:center;size:100%;background-position-y:center}smoothly-app>smoothly-notifier>header>nav>ul>li a{line-height:1.6cm}smoothly-app>smoothly-notifier>header>nav>ul{width:100%}smoothly-app>smoothly-notifier>header>[slot=header]{margin-right:2.1rem;border:0}smoothly-app>smoothly-notifier>header>[slot=header]>a{display:flex;border-width:0;align-items:center;margin-right:3.9rem}smoothly-app>smoothly-notifier>header>[slot=header]>a>smoothly-icon{fill:rgb(var(--smoothly-primary-shade));stroke:rgb(var(--smoothly-primary-shade));color:rgb(var(--smoothly-primary-shade))}smoothly-app>smoothly-notifier>header>nav>ul li a{display:flex;height:2.3rem;margin:0 0.4cm;text-decoration:none}smoothly-app>smoothly-notifier>header>nav>ul li>a{display:flex;align-items:center;align-self:center;margin-bottom:2px}smoothly-app>smoothly-notifier>header>nav>ul li smoothly-trigger.sc-smoothly-trigger-h{border:0}smoothly-app>smoothly-notifier>header>nav>ul li>a>smoothly-icon>svg{fill:rgb(var(--smoothly-medium-color));stroke:rgb(var(--smoothly-medium-color));color:rgb(var(--smoothly-medium-color));align-items:center;display:flex}smoothly-app>smoothly-notifier>header>nav>ul li>a:hover>smoothly-icon>svg,smoothly-app>smoothly-notifier>header>nav>ul li>a.active>smoothly-icon>svg{color:rgb(var(--smoothly-app-color));stroke:rgb(var(--smoothly-app-color));fill:rgb(var(--smoothly-app-color))}smoothly-app>smoothly-notifier>header>nav>ul li>smoothly-trigger.active a>smoothly-icon,smoothly-app>smoothly-notifier>header>nav>ul li>smoothly-trigger:hover a>smoothly-icon,smoothly-app>smoothly-notifier>header>nav>ul li a:hover,smoothly-app>smoothly-notifier>header>nav>ul li a.active{border-bottom:2px solid rgb(var(--smoothly-app-color));margin-bottom:0px;border-bottom-width:2px;color:rgb(var(--smoothly-app-color));stroke:rgb(var(--smoothly-app-color));fill:rgb(var(--smoothly-app-color))}smoothly-app>smoothly-notifier>main{position:relative;top:5rem}";
111
111
 
112
112
  const SmoothlyApp = class {
113
113
  constructor(hostRef) {
@@ -118,7 +118,7 @@ const SmoothlyApp = class {
118
118
  return (index.h("smoothly-notifier", null, index.h("slot", null)));
119
119
  }
120
120
  };
121
- SmoothlyApp.style = styleCss$P;
121
+ SmoothlyApp.style = styleCss$Q;
122
122
 
123
123
  const SmoothlyAppDemo = class {
124
124
  constructor(hostRef) {
@@ -126,7 +126,7 @@ const SmoothlyAppDemo = class {
126
126
  this.baseUrl = undefined;
127
127
  }
128
128
  render() {
129
- return (index.h(index$1.App, { label: "Smoothly Demo" }, index.h("a", { slot: "nav-start", href: "display" }, "Display"), index.h("a", { slot: "nav-start", href: "https://google.com" }, "External"), index.h("smoothly-room", { path: "" }, index.h("smoothly-input", { type: "text" }, "Default"), index.h("div", { style: { padding: "1em", maxWidth: "12em" } }, index.h("smoothly-button", { fill: "solid", color: "danger", link: "https://google.com" }, "open"), index.h("smoothly-button", { fill: "solid", color: "danger", link: "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf", download: true }, "download"), index.h("smoothly-button", { fill: "solid", color: "danger", onClick: () => alert("clicked") }, "action"), index.h("smoothly-button", { disabled: true, fill: "solid", color: "danger", onClick: () => alert("clicked") }, "action"), index.h("smoothly-button", { type: "link", fill: "clear", color: "danger", onClick: () => alert("clicked") }, "action link"))), index.h("smoothly-room", { path: "input", label: "Input" }, index.h("smoothly-input-demo", null)), index.h("smoothly-room", { path: "dialog", label: "Dialog" }, index.h("smoothly-dialog-demo", null)), index.h("smoothly-room", { path: "display", label: "Display", icon: "eye-outline" }, index.h("smoothly-display-demo", null)), index.h("smoothly-room", { path: "table", label: "Table" }, index.h("smoothly-table-demo", null)), index.h("smoothly-room", { path: "select", label: "Select" }, index.h("smoothly-select-demo", null)), index.h("smoothly-room", { path: "icon", label: "Icon" }, index.h("smoothly-icon-demo", null)), index.h("smoothly-room", { path: "/redirect", label: "Redirect" }, index.h("smoothly-button", { style: { "max-width": "300px" }, onClick: () => {
129
+ return (index.h(index$1.App, { label: "Smoothly Demo" }, index.h("a", { slot: "nav-start", href: "display" }, "Display"), index.h("a", { slot: "nav-start", href: "https://google.com" }, "External"), index.h("smoothly-room", { path: "" }, index.h("smoothly-input", { type: "text" }, "Default"), index.h("div", { style: { padding: "1em", maxWidth: "12em" } }, index.h("smoothly-button", { fill: "solid", color: "danger", link: "https://google.com" }, "open"), index.h("smoothly-button", { fill: "solid", color: "danger", link: "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf", download: true }, "download"), index.h("smoothly-button", { fill: "solid", color: "danger", onClick: () => alert("clicked") }, "action"), index.h("smoothly-button", { disabled: true, fill: "solid", color: "danger", onClick: () => alert("clicked") }, "action"), index.h("smoothly-button", { type: "link", fill: "clear", color: "danger", onClick: () => alert("clicked") }, "action link"))), index.h("smoothly-room", { path: "input", label: "Input" }, index.h("smoothly-input-demo", null)), index.h("smoothly-room", { path: "button", label: "Button" }, index.h("smoothly-button-demo", null)), index.h("smoothly-room", { path: "dialog", label: "Dialog" }, index.h("smoothly-dialog-demo", null)), index.h("smoothly-room", { path: "display", label: "Display", icon: "eye-outline" }, index.h("smoothly-display-demo", null)), index.h("smoothly-room", { path: "table", label: "Table" }, index.h("smoothly-table-demo", null)), index.h("smoothly-room", { path: "select", label: "Select" }, index.h("smoothly-select-demo", null)), index.h("smoothly-room", { path: "icon", label: "Icon" }, index.h("smoothly-icon-demo", null)), index.h("smoothly-room", { path: "/redirect", label: "Redirect" }, index.h("smoothly-button", { style: { "max-width": "300px" }, onClick: () => {
130
130
  index$1.redirect("/routing/pathParameter1");
131
131
  } }, "Internal"), index.h("smoothly-button", { style: { "max-width": "300px" }, onClick: () => {
132
132
  index$1.redirect("https://google.com");
@@ -146,7 +146,7 @@ const SmoothlyAppDemo = class {
146
146
  }
147
147
  };
148
148
 
149
- const styleCss$O = ".sc-smoothly-backtotop-h{background-color:rgba(var(--smoothly-default-color), 1);opacity:var(--opacity);pointer-events:var(--pointer-events);transition:opacity 400ms;z-index:3;border-radius:50%;box-shadow:var(--smoothly-shadow);height:3rem;width:3rem;position:fixed;bottom:var(--bottom);right:var(--right);outline:none;cursor:pointer;display:flex;justify-content:center;align-items:center}";
149
+ const styleCss$P = ".sc-smoothly-backtotop-h{background-color:rgba(var(--smoothly-default-color), 1);opacity:var(--opacity);pointer-events:var(--pointer-events);transition:opacity 400ms;z-index:3;border-radius:50%;box-shadow:var(--smoothly-shadow);height:3rem;width:3rem;position:fixed;bottom:var(--bottom);right:var(--right);outline:none;cursor:pointer;display:flex;justify-content:center;align-items:center}";
150
150
 
151
151
  const SmoothlyBacktotop = class {
152
152
  constructor(hostRef) {
@@ -175,7 +175,7 @@ const SmoothlyBacktotop = class {
175
175
  }) }, index.h("smoothly-icon", { name: "chevron-up-outline" })));
176
176
  }
177
177
  };
178
- SmoothlyBacktotop.style = styleCss$O;
178
+ SmoothlyBacktotop.style = styleCss$P;
179
179
 
180
180
  const Button = ({ disabled, type, link, download }) => {
181
181
  return disabled && (link || type == "link") ? (index.h("slot", null)) : link ? (index.h("a", { href: link, target: "_blank", download: download },
@@ -190,7 +190,7 @@ const Button = ({ disabled, type, link, download }) => {
190
190
  index.h("slot", { name: "end" })));
191
191
  };
192
192
 
193
- const styleCss$N = "[color=default]{--smoothly-color:var(--smoothly-default-color);--smoothly-color-contrast:var(--smoothly-default-contrast);--smoothly-color-shade:var(--smoothly-default-shade);--smoothly-color-tint:var(--smoothly-default-tint)}[color=primary]{--smoothly-color:var(--smoothly-primary-color);--smoothly-color-contrast:var(--smoothly-primary-contrast);--smoothly-color-shade:var(--smoothly-primary-shade);--smoothly-color-tint:var(--smoothly-primary-tint)}[color=secondary]{--smoothly-color:var(--smoothly-secondary-color);--smoothly-color-contrast:var(--smoothly-secondary-contrast);--smoothly-color-shade:var(--smoothly-secondary-shade);--smoothly-color-tint:var(--smoothly-secondary-tint)}[color=tertiary]{--smoothly-color:var(--smoothly-tertiary-color);--smoothly-color-contrast:var(--smoothly-tertiary-contrast);--smoothly-color-shade:var(--smoothly-tertiary-shade);--smoothly-color-tint:var(--smoothly-tertiary-tint)}[color=success]{--smoothly-color:var(--smoothly-success-color);--smoothly-color-contrast:var(--smoothly-success-color);--smoothly-color-shade:var(--smoothly-success-shade);--smoothly-color-tint:var(--smoothly-success-tint)}[color=warning]{--smoothly-color:var(--smoothly-warning-color);--smoothly-color-contrast:var(--smoothly-warning-contrast);--smoothly-color-shade:var(--smoothly-warning-shade);--smoothly-color-tint:var(--smoothly-warning-tint)}[color=danger]{--smoothly-color:var(--smoothly-danger-color);--smoothly-color-contrast:var(--smoothly-danger-contrast);--smoothly-color-shade:var(--smoothly-danger-shade);--smoothly-color-tint:var(--smoothly-danger-tint)}[color=light]{--smoothly-color:var(--smoothly-light-color);--smoothly-color-contrast:var(--smoothly-light-contrast);--smoothly-color-shade:var(--smoothly-light-shade);--smoothly-color-tint:var(--smoothly-light-tint)}[color=medium]{--smoothly-color:var(--smoothly-medium-color);--smoothly-color-contrast:var(--smoothly-medium-contrast);--smoothly-color-shade:var(--smoothly-medium-shade);--smoothly-color-tint:var(--smoothly-medium-tint)}[color=dark]{--smoothly-color:var(--smoothly-dark-color);--smoothly-color-contrast:var(--smoothly-dark-contrast);--smoothly-color-shade:var(--smoothly-dark-shade);--smoothly-color-tint:var(--smoothly-dark-tint)}:host{display:inline-block;margin:1em;box-sizing:border-box;border-radius:0.5rem;border:solid 1px;transition:background 150ms ease-in-out}:host([type=link]){display:inline;border:none}:host([disabled]){opacity:0.5;pointer-events:none}a,button{font-size:110%;font-weight:400;border:none;background-color:transparent;cursor:pointer;display:inline-flex;gap:0.5rem}button{justify-content:center;height:100%;width:100%;border-radius:0.5rem;min-width:8em;align-items:center}:host(:not([size=icon]))>button{padding:0.8em}:host([size=icon])>button{padding:0.5em}:host([shape=rounded])>button,:host([shape=rounded]){border-radius:2rem}:host([type=button])>a{text-align:center;text-decoration:inherit;width:calc(100% - 0.6em)}:host([size=small])>button{font-size:100%}:host([size=large])>button{font-size:130%}:host(:not([size=icon])){min-width:8em}:host([expand]){width:100%}:host([expand=full]){border-left:none;border-right:none;border-radius:0}:host([shape=rounded])>button,:host([shape=rounded]){border-radius:2rem}:host(:not([fill=clear]):hover),:host(:not([fill=clear]):focus),:host(:not([fill=clear]):active){border-color:rgb(var(--smoothly-color-tint)) !important;background:rgb(var(--smoothly-color-tint)) !important}:host(:not([fill=clear]):hover)>button,:host(:not([fill=clear]):focus)>button,:host(:not([fill=clear]):active)>button{color:rgb(var(--smoothly-color-contrast)) !important;stroke:rgb(var(--smoothly-color-contrast)) !important;fill:rgb(var(--smoothly-color-contrast)) !important}:host([fill=clear]:hover)>button,:host([fill=clear]:focus)>button,:host([fill=clear]:active)>button{color:rgb(var(--smoothly-color-tint)) !important;stroke:rgb(var(--smoothly-color-tint)) !important;fill:rgb(var(--smoothly-color-tint)) !important}:host([disabled]){opacity:0.5;pointer-events:none}:host(:not([fill])),:host([fill=default]){color:rgb(var(--smoothly-color-contrast));stroke:rgb(var(--smoothly-color-contrast));fill:rgb(var(--smoothly-color-contrast));background:rgb(var(--smoothly-color));border-color:transparent}:host([fill=solid]){stroke:rgb(var(--smoothly-color-contrast));fill:rgb(var(--smoothly-color-contrast));background:rgb(var(--smoothly-color));border-color:rgb(var(--smoothly-color-shade))}:host([fill=solid])>button,:host([fill=default])>button{color:rgb(var(--smoothly-color-contrast))}:host([fill=outline]){stroke:rgb(var(--smoothly-color));fill:rgb(var(--smoothly-color));background:transparent;border-color:rgb(var(--smoothly-color))}:host([fill=clear]){stroke:rgb(var(--smoothly-color));fill:rgb(var(--smoothly-color));background:transparent;border-color:transparent}:host([fill=outline])>button,:host([fill=clear])>button{color:rgb(var(--smoothly-color))}::slotted(smoothly-icon[slot=start]),::slotted(smoothly-icon[slot=end]){font-size:0.65em}:host([hidden]){display:none}";
193
+ const styleCss$O = "[color=default]{--smoothly-color:var(--smoothly-default-color);--smoothly-color-contrast:var(--smoothly-default-contrast);--smoothly-color-shade:var(--smoothly-default-shade);--smoothly-color-tint:var(--smoothly-default-tint)}[color=primary]{--smoothly-color:var(--smoothly-primary-color);--smoothly-color-contrast:var(--smoothly-primary-contrast);--smoothly-color-shade:var(--smoothly-primary-shade);--smoothly-color-tint:var(--smoothly-primary-tint)}[color=secondary]{--smoothly-color:var(--smoothly-secondary-color);--smoothly-color-contrast:var(--smoothly-secondary-contrast);--smoothly-color-shade:var(--smoothly-secondary-shade);--smoothly-color-tint:var(--smoothly-secondary-tint)}[color=tertiary]{--smoothly-color:var(--smoothly-tertiary-color);--smoothly-color-contrast:var(--smoothly-tertiary-contrast);--smoothly-color-shade:var(--smoothly-tertiary-shade);--smoothly-color-tint:var(--smoothly-tertiary-tint)}[color=success]{--smoothly-color:var(--smoothly-success-color);--smoothly-color-contrast:var(--smoothly-success-color);--smoothly-color-shade:var(--smoothly-success-shade);--smoothly-color-tint:var(--smoothly-success-tint)}[color=warning]{--smoothly-color:var(--smoothly-warning-color);--smoothly-color-contrast:var(--smoothly-warning-contrast);--smoothly-color-shade:var(--smoothly-warning-shade);--smoothly-color-tint:var(--smoothly-warning-tint)}[color=danger]{--smoothly-color:var(--smoothly-danger-color);--smoothly-color-contrast:var(--smoothly-danger-contrast);--smoothly-color-shade:var(--smoothly-danger-shade);--smoothly-color-tint:var(--smoothly-danger-tint)}[color=light]{--smoothly-color:var(--smoothly-light-color);--smoothly-color-contrast:var(--smoothly-light-contrast);--smoothly-color-shade:var(--smoothly-light-shade);--smoothly-color-tint:var(--smoothly-light-tint)}[color=medium]{--smoothly-color:var(--smoothly-medium-color);--smoothly-color-contrast:var(--smoothly-medium-contrast);--smoothly-color-shade:var(--smoothly-medium-shade);--smoothly-color-tint:var(--smoothly-medium-tint)}[color=dark]{--smoothly-color:var(--smoothly-dark-color);--smoothly-color-contrast:var(--smoothly-dark-contrast);--smoothly-color-shade:var(--smoothly-dark-shade);--smoothly-color-tint:var(--smoothly-dark-tint)}:host{display:inline-block;margin:1em;box-sizing:border-box;border-radius:0.5rem;border:solid 1px;transition:background 150ms ease-in-out}:host([type=link]){display:inline;border:none}:host([disabled]){opacity:0.5;pointer-events:none}a,button{font-size:110%;font-weight:400;border:none;background-color:transparent;cursor:pointer;display:inline-flex;gap:0.5rem}button{justify-content:center;height:100%;width:100%;border-radius:0.5rem;min-width:8em;align-items:center}:host(:not([size=icon]))>button{padding:0.8em}:host([size=icon])>button{padding:0.5em}:host([shape=rounded])>button,:host([shape=rounded]){border-radius:2rem}:host([type=button])>a{text-align:center;text-decoration:inherit;width:calc(100% - 0.6em)}:host([size=small])>button{font-size:100%}:host([size=large])>button{font-size:130%}:host(:not([size=icon])){min-width:8em}:host([size=flexible]){min-width:unset;padding:0;margin:0;display:flex;justify-content:center;align-items:center;border:none}:host([size=flexible])>button{min-width:unset;padding:0;margin:0 !important}:host([expand]){width:100%}:host([expand=full]){border-left:none;border-right:none;border-radius:0}:host([shape=rounded])>button,:host([shape=rounded]){border-radius:2rem}:host(:not([fill=clear]):hover),:host(:not([fill=clear]):focus),:host(:not([fill=clear]):active){border-color:rgb(var(--smoothly-color-tint)) !important;background:rgb(var(--smoothly-color-tint)) !important}:host(:not([fill=clear]):hover)>button,:host(:not([fill=clear]):focus)>button,:host(:not([fill=clear]):active)>button{color:rgb(var(--smoothly-color-contrast)) !important;stroke:rgb(var(--smoothly-color-contrast)) !important;fill:rgb(var(--smoothly-color-contrast)) !important}:host([fill=clear]:hover)>button,:host([fill=clear]:focus)>button,:host([fill=clear]:active)>button{color:rgb(var(--smoothly-color-tint)) !important;stroke:rgb(var(--smoothly-color-tint)) !important;fill:rgb(var(--smoothly-color-tint)) !important}:host([disabled]){opacity:0.5;pointer-events:none}:host(:not([fill])),:host([fill=default]){color:rgb(var(--smoothly-color-contrast));stroke:rgb(var(--smoothly-color-contrast));fill:rgb(var(--smoothly-color-contrast));background:rgb(var(--smoothly-color));border-color:transparent}:host([fill=solid]){stroke:rgb(var(--smoothly-color-contrast));fill:rgb(var(--smoothly-color-contrast));background:rgb(var(--smoothly-color));border-color:rgb(var(--smoothly-color-shade))}:host([fill=solid])>button,:host([fill=default])>button{color:rgb(var(--smoothly-color-contrast))}:host([fill=outline]){stroke:rgb(var(--smoothly-color));fill:rgb(var(--smoothly-color));background:transparent;border-color:rgb(var(--smoothly-color))}:host([fill=clear]){stroke:rgb(var(--smoothly-color));fill:rgb(var(--smoothly-color));background:transparent;border-color:transparent}:host([fill=outline])>button,:host([fill=clear])>button{color:rgb(var(--smoothly-color))}::slotted(smoothly-icon[slot=start]),::slotted(smoothly-icon[slot=end]){font-size:0.65em}:host([hidden]){display:none}";
194
194
 
195
195
  const SmoothlyButton = class {
196
196
  constructor(hostRef) {
@@ -209,7 +209,23 @@ const SmoothlyButton = class {
209
209
  return index.h(Button, { disabled: this.disabled, type: this.type, link: this.link, download: this.download });
210
210
  }
211
211
  };
212
- SmoothlyButton.style = styleCss$N;
212
+ SmoothlyButton.style = styleCss$O;
213
+
214
+ const styleCss$N = "smoothly-button-demo{display:block}smoothly-button-demo>section>div{display:flex;align-items:center}";
215
+
216
+ const SmoothlyButtonDemo = class {
217
+ constructor(hostRef) {
218
+ index.registerInstance(this, hostRef);
219
+ }
220
+ render() {
221
+ return [
222
+ index.h("h2", null, "Buttons"),
223
+ index.h("section", null, index.h("h4", null, "Toggle button"), index.h("smoothly-toggle", null, index.h("smoothly-icon", { name: "card", fill: "solid", slot: "icon-slot" })), index.h("smoothly-toggle", null, index.h("smoothly-icon", { name: "briefcase", slot: "icon-slot" })), index.h("smoothly-toggle", null, index.h("smoothly-icon", { name: "airplane", slot: "icon-slot" })), index.h("h4", null, "Toggle switches"), index.h("smoothly-toggle-switch", { disabled: false, size: "small" }), index.h("smoothly-toggle-switch", { disabled: false }), index.h("smoothly-toggle-switch", { disabled: false, size: "large" }), index.h("h4", null, "Links with icons"), index.h("smoothly-button", { type: "link" }, index.h("smoothly-icon", { name: "checkmark-circle", slot: "start" }), "type link"), index.h("smoothly-button", { type: "button", color: "warning", fill: "default" }, index.h("smoothly-icon", { name: "call", slot: "start" }), index.h("a", { href: "https://google.com" }, "link")), index.h("smoothly-button", { link: "https://google.com", type: "link" }, index.h("smoothly-icon", { name: "arrow-forward", slot: "end" }), "link + type link"), index.h("h4", null, "Size and Color test"), index.h("smoothly-button", { color: "primary", fill: "solid", size: "small", shape: "rounded" }, "Color Primary + Small"), index.h("smoothly-button", { color: "secondary", fill: "solid", shape: "rounded" }, "Color Secondary + Default"), index.h("smoothly-button", { color: "warning", fill: "solid", size: "large" }, "Color Warning + Large"), index.h("smoothly-button", { color: "danger", fill: "solid", size: "small", shape: "rounded" }, "Color Danger + Small"), index.h("smoothly-button", { color: "success", fill: "solid", size: "small", shape: "rounded" }, "Color Success + Small"), index.h("smoothly-button", { color: "tertiary", fill: "solid", size: "small", shape: "rounded" }, "Color Tertiary + Small"), index.h("smoothly-button", { color: "dark", fill: "solid", size: "small", shape: "rounded" }, "Color Dark + Small"), index.h("smoothly-button", { color: "medium", fill: "solid", size: "small", shape: "rounded" }, "Color Medium + Small"), index.h("smoothly-button", { color: "light", fill: "solid", size: "small", shape: "rounded" }, "Color Light + Small"), index.h("h4", null, "Expand examples"), index.h("smoothly-button", { color: "secondary", fill: "solid", expand: "full" }, "Color Secondary + Default"), index.h("smoothly-button", { color: "warning", fill: "solid", expand: "block" }, "Color Warning + Large"), index.h("h4", null, "Fill examples"), index.h("div", null, index.h("smoothly-button", { shape: "rounded", color: "primary", fill: "solid" }, "Fill Solid"), index.h("smoothly-button", { shape: "rounded", color: "secondary", fill: "outline" }, "Fill Outline"), index.h("smoothly-button", { shape: "rounded", color: "tertiary", fill: "clear" }, "Fill Clear"), index.h("smoothly-button", { size: "icon", shape: "rounded", color: "success", fill: "solid" }, index.h("smoothly-icon", { name: "basketball", fill: "solid" }))), index.h("h4", null, "Buttons with Icon in \"start\""), index.h("div", null, index.h("smoothly-button", { shape: "rounded", fill: "solid", color: "warning" }, index.h("smoothly-icon", { name: "checkmark-circle", slot: "start" }), "Check"), index.h("smoothly-button", { shape: "rounded", fill: "solid", color: "secondary" }, index.h("smoothly-icon", { name: "basketball", slot: "start" }), "Check"), index.h("smoothly-button", { shape: "rounded", fill: "solid", color: "success" }, index.h("smoothly-icon", { name: "call", slot: "start" }), "Check"), index.h("smoothly-button", { size: "icon", fill: "solid", shape: "rounded", color: "success" }, index.h("smoothly-icon", { name: "call" }))), index.h("h4", null, "Buttons with Icon in \"end\""), index.h("smoothly-button", { fill: "solid", color: "light" }, "Go Forward", index.h("smoothly-icon", { name: "arrow-forward", slot: "end" })), index.h("h4", null, "Test for icon button"), index.h("div", null, index.h("smoothly-button", { size: "icon", fill: "solid", shape: "rounded", color: "success" }, index.h("smoothly-icon", { name: "call" })), index.h("smoothly-button", { size: "icon", shape: "rounded", color: "warning", fill: "solid" }, index.h("smoothly-icon", { name: "search-outline" })), index.h("smoothly-button", { size: "icon", shape: "rounded", color: "secondary" }, index.h("smoothly-icon", { name: "checkmark-circle" }))), index.h("h4", null, "Link examples"), index.h("div", null, index.h("smoothly-button", { type: "link" }, "type link"), index.h("smoothly-button", { type: "button", fill: "clear" }, index.h("a", { href: "https://google.com" }, "link")), index.h("smoothly-button", { link: "https://google.com", type: "link" }, "link + type link")), index.h("h4", null, "Disabled buttons"), index.h("div", null, index.h("smoothly-button", { disabled: true, fill: "solid", color: "secondary" }, "Disabled"), index.h("smoothly-button", { type: "link", link: "https://google.com", disabled: true }, "Disabled link"))),
224
+ index.h("smoothly-backtotop", null),
225
+ ];
226
+ }
227
+ };
228
+ SmoothlyButtonDemo.style = styleCss$N;
213
229
 
214
230
  function month(date) {
215
231
  const d = new Date(date);
@@ -24681,7 +24697,7 @@ var Clearable$1;
24681
24697
  Clearable.is = is;
24682
24698
  })(Clearable$1 || (Clearable$1 = {}));
24683
24699
 
24684
- const styleCss$G = "*{box-sizing:border-box}:host{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;margin-bottom:1em}:host>smoothly-input{margin-bottom:0.5em}section{display:flex;justify-content:center;align-items:center}.hidden{display:flex;width:0px;opacity:0}.container{width:inherit;position:relative;z-index:3;margin:0.8em 0;opacity:1;transition:opacity 100ms ease-in-out}.container:after{content:\"\";height:100%;width:100%;border:1px solid rgb(var(--smoothly-default-contrast));border-radius:0.25em;position:absolute;top:0;left:0}.container:before{content:\"\";width:0.6em;height:0.6em;transform:rotate(45deg);border-top:1px solid rgb(var(--smoothly-default-contrast));border-left:1px solid rgb(var(--smoothly-default-contrast));background-color:rgb(var(--smoothly-default-color));position:absolute;z-index:3}.container.arrow-top:before{left:calc(84.5%);top:-6px}.container-wrapper{width:100%;padding:1em;position:relative}.btn{stroke:rgb(46, 52, 54)}.btn:hover{cursor:pointer}.btn.hidden{margin-right:0.25em;opacity:0;cursor:text}.btn.clear{margin-right:0.25em;opacity:0.3}::slotted(div[slot=filter]){display:grid;grid-template-columns:1fr;justify-content:center;align-items:center;gap:0.5em}";
24700
+ const styleCss$G = "*{box-sizing:border-box}:host{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;width:100%;margin-bottom:1em}:host>smoothly-input{margin-bottom:0.5em}section{display:flex;justify-content:center;align-items:center}.hidden{display:flex;width:0px;opacity:0}.container{width:inherit;position:relative;z-index:3;margin:0.8em 0;opacity:1;transition:opacity 100ms ease-in-out}.container:after{content:\"\";height:100%;width:100%;border:1px solid rgb(var(--smoothly-color-contrast));border-radius:0.25em;position:absolute;top:0;left:0}.container:before{content:\"\";width:0.6em;height:0.6em;transform:rotate(45deg);border-top:1px solid rgb(var(--smoothly-color-contrast));border-left:1px solid rgb(var(--smoothly-color-contrast));background-color:rgb(var(--smoothly-default-color));position:absolute;z-index:3}.container.arrow-top:before{left:calc(84.5%);top:-5px}.container-wrapper{width:100%;padding:1em;position:relative}.btn.hidden{margin-right:0.25em;opacity:0;cursor:text}.btn.clear{margin-right:0.25em;opacity:0.3}::slotted(div[slot=filter]){display:grid;grid-template-columns:1fr;justify-content:center;align-items:center;gap:0.5em}:host>smoothly-fom>smoothly-input>section[slot=end]>smoothly-button{font-size:100%;min-width:min-content;padding:0;margin:0;border:none !important}";
24685
24701
 
24686
24702
  const SmoothlyFilter = class {
24687
24703
  constructor(hostRef) {
@@ -24716,7 +24732,7 @@ const SmoothlyFilter = class {
24716
24732
  }
24717
24733
  render() {
24718
24734
  return [
24719
- index.h("smoothly-form", { looks: "border" }, index.h("smoothly-input", { name: "filter", ref: element => (this.freeSearchElement = element), value: dist.create(this.criteria).stringify(), onKeyDown: () => this.onKeyDown(), placeholder: this.placeholder, readonly: true }, index.h("section", { slot: "start" }, index.h("slot", { name: "start" })), index.h("slot", null), index.h("section", { slot: "end" }, index.h("smoothly-icon", { class: Object.keys(this.criteria).length >= 1 ? "btn clear" : "btn hidden", name: "close", size: "tiny", onClick: e => this.clear(e) }), index.h("aside", { class: "btn", onClick: () => {
24735
+ index.h("smoothly-form", { looks: "border" }, index.h("smoothly-input", { name: "filter", ref: element => (this.freeSearchElement = element), value: dist.create(this.criteria).stringify(), onKeyDown: () => this.onKeyDown(), placeholder: this.placeholder, readonly: true }, index.h("section", { slot: "start" }, index.h("slot", { name: "start" })), index.h("slot", null), index.h("section", { slot: "end" }, index.h("smoothly-button", { size: "flexible", onClick: e => this.clear(e) }, index.h("smoothly-icon", { class: Object.keys(this.criteria).length >= 1 ? "btn clear" : "btn hidden", name: "close", size: "tiny" })), index.h("smoothly-button", { size: "flexible", class: "btn", onClick: () => {
24720
24736
  this.expanded = !this.expanded;
24721
24737
  } }, this.expanded ? (index.h("smoothly-icon", { name: "options", size: "small" })) : (index.h("smoothly-icon", { name: "options-outline", size: "small" })))))),
24722
24738
  index.h("section", { hidden: !this.expanded, class: this.expanded ? "container arrow-top" : "hidden" }, index.h("div", { hidden: !this.expanded, class: this.expanded ? "container-wrapper" : "hidden" }, this.expanded && index.h("slot", { name: "filter" }))),
@@ -26567,8 +26583,6 @@ const SmoothlyInputDemo = class {
26567
26583
  }
26568
26584
  render() {
26569
26585
  return [
26570
- index.h("h2", null, "Buttons"),
26571
- index.h("section", null, index.h("h4", null, "Toggle button"), index.h("smoothly-toggle", null, index.h("smoothly-icon", { name: "card", fill: "solid", slot: "icon-slot" })), index.h("smoothly-toggle", null, index.h("smoothly-icon", { name: "briefcase", slot: "icon-slot" })), index.h("smoothly-toggle", null, index.h("smoothly-icon", { name: "airplane", slot: "icon-slot" })), index.h("h4", null, "Toggle switches"), index.h("smoothly-toggle-switch", { disabled: false, size: "small" }), index.h("smoothly-toggle-switch", { disabled: false }), index.h("smoothly-toggle-switch", { disabled: false, size: "large" }), index.h("h4", null, "Links with icons"), index.h("smoothly-button", { type: "link" }, index.h("smoothly-icon", { name: "checkmark-circle", slot: "start" }), "type link"), index.h("smoothly-button", { type: "button", color: "warning", fill: "default" }, index.h("smoothly-icon", { name: "call", slot: "start" }), index.h("a", { href: "https://google.com" }, "link")), index.h("smoothly-button", { link: "https://google.com", type: "link" }, index.h("smoothly-icon", { name: "arrow-forward", slot: "end" }), "link + type link"), index.h("h4", null, "Size and Color test"), index.h("smoothly-button", { color: "primary", fill: "solid", size: "small", shape: "rounded" }, "Color Primary + Small"), index.h("smoothly-button", { color: "secondary", fill: "solid", shape: "rounded" }, "Color Secondary + Default"), index.h("smoothly-button", { color: "warning", fill: "solid", size: "large" }, "Color Warning + Large"), index.h("smoothly-button", { color: "danger", fill: "solid", size: "small", shape: "rounded" }, "Color Danger + Small"), index.h("smoothly-button", { color: "success", fill: "solid", size: "small", shape: "rounded" }, "Color Success + Small"), index.h("smoothly-button", { color: "tertiary", fill: "solid", size: "small", shape: "rounded" }, "Color Tertiary + Small"), index.h("smoothly-button", { color: "dark", fill: "solid", size: "small", shape: "rounded" }, "Color Dark + Small"), index.h("smoothly-button", { color: "medium", fill: "solid", size: "small", shape: "rounded" }, "Color Medium + Small"), index.h("smoothly-button", { color: "light", fill: "solid", size: "small", shape: "rounded" }, "Color Light + Small"), index.h("h4", null, "Expand examples"), index.h("smoothly-button", { color: "secondary", fill: "solid", expand: "full" }, "Color Secondary + Default"), index.h("smoothly-button", { color: "warning", fill: "solid", expand: "block" }, "Color Warning + Large"), index.h("h4", null, "Fill examples"), index.h("smoothly-button", { shape: "rounded", color: "primary", fill: "solid" }, "Fill Solid"), index.h("smoothly-button", { shape: "rounded", color: "secondary", fill: "outline" }, "Fill Outline"), index.h("smoothly-button", { shape: "rounded", color: "tertiary", fill: "clear" }, "Fill Clear"), index.h("smoothly-button", { size: "icon", shape: "rounded", color: "success", fill: "solid" }, index.h("smoothly-icon", { name: "basketball", fill: "solid" })), index.h("h4", null, "Buttons with Icon in \"start\""), index.h("div", { style: { display: "inline-block" } }, index.h("smoothly-button", { shape: "rounded", fill: "solid", color: "warning" }, index.h("smoothly-icon", { name: "checkmark-circle", slot: "start" }), "Check"), index.h("smoothly-button", { shape: "rounded", fill: "solid", color: "secondary" }, index.h("smoothly-icon", { name: "basketball", slot: "start" }), "Check"), index.h("smoothly-button", { shape: "rounded", fill: "solid", color: "success" }, index.h("smoothly-icon", { name: "call", slot: "start" }), "Check"), index.h("smoothly-button", { size: "icon", fill: "solid", shape: "rounded", color: "success" }, index.h("smoothly-icon", { name: "call" }))), index.h("h4", null, "Buttons with Icon in \"end\""), index.h("smoothly-button", { fill: "solid", color: "light" }, "Go Forward", index.h("smoothly-icon", { name: "arrow-forward", slot: "end" })), index.h("h4", null, "Test for icon button"), index.h("smoothly-button", { size: "icon", fill: "solid", shape: "rounded", color: "success" }, index.h("smoothly-icon", { name: "call" })), index.h("smoothly-button", { size: "icon", shape: "rounded", color: "warning", fill: "solid" }, index.h("smoothly-icon", { name: "search-outline" })), index.h("smoothly-button", { size: "icon", shape: "rounded", color: "secondary" }, index.h("smoothly-icon", { name: "checkmark-circle" })), index.h("h4", null, "Link examples"), index.h("smoothly-button", { type: "link" }, "type link"), index.h("smoothly-button", { type: "button", fill: "clear" }, index.h("a", { href: "https://google.com" }, "link")), index.h("smoothly-button", { link: "https://google.com", type: "link" }, "link + type link"), index.h("h4", null, "Disabled buttons"), index.h("smoothly-button", { disabled: true, fill: "solid", color: "secondary" }, "Disabled"), index.h("smoothly-button", { type: "link", link: "https://google.com", disabled: true }, "Disabled link")),
26572
26586
  index.h("h2", null, "Border"),
26573
26587
  index.h("smoothly-form", { looks: "border" }, index.h("smoothly-input", { type: "email", name: "email" }, "Email"), index.h("smoothly-input", { type: "password", name: "password" }, "Password"), index.h("smoothly-submit", { onSubmit: (e) => alert(e), color: "success", fill: "solid" }, "Send")),
26574
26588
  index.h("h2", null, "Grid"),
@@ -27521,7 +27535,7 @@ const SmoothlySpinner = class {
27521
27535
  };
27522
27536
  SmoothlySpinner.style = styleCss$g;
27523
27537
 
27524
- const styleCss$f = "[color=default].sc-smoothly-submit{--smoothly-color:var(--smoothly-default-color);--smoothly-color-contrast:var(--smoothly-default-contrast);--smoothly-color-shade:var(--smoothly-default-shade);--smoothly-color-tint:var(--smoothly-default-tint)}[color=primary].sc-smoothly-submit{--smoothly-color:var(--smoothly-primary-color);--smoothly-color-contrast:var(--smoothly-primary-contrast);--smoothly-color-shade:var(--smoothly-primary-shade);--smoothly-color-tint:var(--smoothly-primary-tint)}[color=secondary].sc-smoothly-submit{--smoothly-color:var(--smoothly-secondary-color);--smoothly-color-contrast:var(--smoothly-secondary-contrast);--smoothly-color-shade:var(--smoothly-secondary-shade);--smoothly-color-tint:var(--smoothly-secondary-tint)}[color=tertiary].sc-smoothly-submit{--smoothly-color:var(--smoothly-tertiary-color);--smoothly-color-contrast:var(--smoothly-tertiary-contrast);--smoothly-color-shade:var(--smoothly-tertiary-shade);--smoothly-color-tint:var(--smoothly-tertiary-tint)}[color=success].sc-smoothly-submit{--smoothly-color:var(--smoothly-success-color);--smoothly-color-contrast:var(--smoothly-success-color);--smoothly-color-shade:var(--smoothly-success-shade);--smoothly-color-tint:var(--smoothly-success-tint)}[color=warning].sc-smoothly-submit{--smoothly-color:var(--smoothly-warning-color);--smoothly-color-contrast:var(--smoothly-warning-contrast);--smoothly-color-shade:var(--smoothly-warning-shade);--smoothly-color-tint:var(--smoothly-warning-tint)}[color=danger].sc-smoothly-submit{--smoothly-color:var(--smoothly-danger-color);--smoothly-color-contrast:var(--smoothly-danger-contrast);--smoothly-color-shade:var(--smoothly-danger-shade);--smoothly-color-tint:var(--smoothly-danger-tint)}[color=light].sc-smoothly-submit{--smoothly-color:var(--smoothly-light-color);--smoothly-color-contrast:var(--smoothly-light-contrast);--smoothly-color-shade:var(--smoothly-light-shade);--smoothly-color-tint:var(--smoothly-light-tint)}[color=medium].sc-smoothly-submit{--smoothly-color:var(--smoothly-medium-color);--smoothly-color-contrast:var(--smoothly-medium-contrast);--smoothly-color-shade:var(--smoothly-medium-shade);--smoothly-color-tint:var(--smoothly-medium-tint)}[color=dark].sc-smoothly-submit{--smoothly-color:var(--smoothly-dark-color);--smoothly-color-contrast:var(--smoothly-dark-contrast);--smoothly-color-shade:var(--smoothly-dark-shade);--smoothly-color-tint:var(--smoothly-dark-tint)}.sc-smoothly-submit-h{display:inline-block;margin:1em;box-sizing:border-box;border-radius:0.5rem;border:solid 1px;transition:background 150ms ease-in-out}[type=link].sc-smoothly-submit-h{display:inline;border:none}[disabled].sc-smoothly-submit-h{opacity:0.5;pointer-events:none}a.sc-smoothly-submit,button.sc-smoothly-submit{font-size:110%;font-weight:400;border:none;background-color:transparent;cursor:pointer;display:inline-flex;gap:0.5rem}button.sc-smoothly-submit{justify-content:center;height:100%;width:100%;border-radius:0.5rem;min-width:8em;align-items:center}.sc-smoothly-submit-h:not([size=icon])>button.sc-smoothly-submit{padding:0.8em}[size=icon].sc-smoothly-submit-h>button.sc-smoothly-submit{padding:0.5em}[shape=rounded].sc-smoothly-submit-h>button.sc-smoothly-submit,[shape=rounded].sc-smoothly-submit-h{border-radius:2rem}[type=button].sc-smoothly-submit-h>a.sc-smoothly-submit{text-align:center;text-decoration:inherit;width:calc(100% - 0.6em)}[size=small].sc-smoothly-submit-h>button.sc-smoothly-submit{font-size:100%}[size=large].sc-smoothly-submit-h>button.sc-smoothly-submit{font-size:130%}.sc-smoothly-submit-h:not([size=icon]){min-width:8em}[expand].sc-smoothly-submit-h{width:100%}[expand=full].sc-smoothly-submit-h{border-left:none;border-right:none;border-radius:0}[shape=rounded].sc-smoothly-submit-h>button.sc-smoothly-submit,[shape=rounded].sc-smoothly-submit-h{border-radius:2rem}.sc-smoothly-submit-h:not([fill=clear]):hover,.sc-smoothly-submit-h:not([fill=clear]):focus,.sc-smoothly-submit-h:not([fill=clear]):active{border-color:rgb(var(--smoothly-color-tint)) !important;background:rgb(var(--smoothly-color-tint)) !important}.sc-smoothly-submit-h:not([fill=clear]):hover>button.sc-smoothly-submit,.sc-smoothly-submit-h:not([fill=clear]):focus>button.sc-smoothly-submit,.sc-smoothly-submit-h:not([fill=clear]):active>button.sc-smoothly-submit{color:rgb(var(--smoothly-color-contrast)) !important;stroke:rgb(var(--smoothly-color-contrast)) !important;fill:rgb(var(--smoothly-color-contrast)) !important}[fill=clear].sc-smoothly-submit-h:hover>button.sc-smoothly-submit,[fill=clear].sc-smoothly-submit-h:focus>button.sc-smoothly-submit,[fill=clear].sc-smoothly-submit-h:active>button.sc-smoothly-submit{color:rgb(var(--smoothly-color-tint)) !important;stroke:rgb(var(--smoothly-color-tint)) !important;fill:rgb(var(--smoothly-color-tint)) !important}[disabled].sc-smoothly-submit-h{opacity:0.5;pointer-events:none}.sc-smoothly-submit-h:not([fill]),[fill=default].sc-smoothly-submit-h{color:rgb(var(--smoothly-color-contrast));stroke:rgb(var(--smoothly-color-contrast));fill:rgb(var(--smoothly-color-contrast));background:rgb(var(--smoothly-color));border-color:transparent}[fill=solid].sc-smoothly-submit-h{stroke:rgb(var(--smoothly-color-contrast));fill:rgb(var(--smoothly-color-contrast));background:rgb(var(--smoothly-color));border-color:rgb(var(--smoothly-color-shade))}[fill=solid].sc-smoothly-submit-h>button.sc-smoothly-submit,[fill=default].sc-smoothly-submit-h>button.sc-smoothly-submit{color:rgb(var(--smoothly-color-contrast))}[fill=outline].sc-smoothly-submit-h{stroke:rgb(var(--smoothly-color));fill:rgb(var(--smoothly-color));background:transparent;border-color:rgb(var(--smoothly-color))}[fill=clear].sc-smoothly-submit-h{stroke:rgb(var(--smoothly-color));fill:rgb(var(--smoothly-color));background:transparent;border-color:transparent}[fill=outline].sc-smoothly-submit-h>button.sc-smoothly-submit,[fill=clear].sc-smoothly-submit-h>button.sc-smoothly-submit{color:rgb(var(--smoothly-color))}.sc-smoothly-submit-s>smoothly-icon[slot=start],.sc-smoothly-submit-s>smoothly-icon[slot=end]{font-size:0.65em}[hidden].sc-smoothly-submit-h{display:none}";
27538
+ const styleCss$f = "[color=default].sc-smoothly-submit{--smoothly-color:var(--smoothly-default-color);--smoothly-color-contrast:var(--smoothly-default-contrast);--smoothly-color-shade:var(--smoothly-default-shade);--smoothly-color-tint:var(--smoothly-default-tint)}[color=primary].sc-smoothly-submit{--smoothly-color:var(--smoothly-primary-color);--smoothly-color-contrast:var(--smoothly-primary-contrast);--smoothly-color-shade:var(--smoothly-primary-shade);--smoothly-color-tint:var(--smoothly-primary-tint)}[color=secondary].sc-smoothly-submit{--smoothly-color:var(--smoothly-secondary-color);--smoothly-color-contrast:var(--smoothly-secondary-contrast);--smoothly-color-shade:var(--smoothly-secondary-shade);--smoothly-color-tint:var(--smoothly-secondary-tint)}[color=tertiary].sc-smoothly-submit{--smoothly-color:var(--smoothly-tertiary-color);--smoothly-color-contrast:var(--smoothly-tertiary-contrast);--smoothly-color-shade:var(--smoothly-tertiary-shade);--smoothly-color-tint:var(--smoothly-tertiary-tint)}[color=success].sc-smoothly-submit{--smoothly-color:var(--smoothly-success-color);--smoothly-color-contrast:var(--smoothly-success-color);--smoothly-color-shade:var(--smoothly-success-shade);--smoothly-color-tint:var(--smoothly-success-tint)}[color=warning].sc-smoothly-submit{--smoothly-color:var(--smoothly-warning-color);--smoothly-color-contrast:var(--smoothly-warning-contrast);--smoothly-color-shade:var(--smoothly-warning-shade);--smoothly-color-tint:var(--smoothly-warning-tint)}[color=danger].sc-smoothly-submit{--smoothly-color:var(--smoothly-danger-color);--smoothly-color-contrast:var(--smoothly-danger-contrast);--smoothly-color-shade:var(--smoothly-danger-shade);--smoothly-color-tint:var(--smoothly-danger-tint)}[color=light].sc-smoothly-submit{--smoothly-color:var(--smoothly-light-color);--smoothly-color-contrast:var(--smoothly-light-contrast);--smoothly-color-shade:var(--smoothly-light-shade);--smoothly-color-tint:var(--smoothly-light-tint)}[color=medium].sc-smoothly-submit{--smoothly-color:var(--smoothly-medium-color);--smoothly-color-contrast:var(--smoothly-medium-contrast);--smoothly-color-shade:var(--smoothly-medium-shade);--smoothly-color-tint:var(--smoothly-medium-tint)}[color=dark].sc-smoothly-submit{--smoothly-color:var(--smoothly-dark-color);--smoothly-color-contrast:var(--smoothly-dark-contrast);--smoothly-color-shade:var(--smoothly-dark-shade);--smoothly-color-tint:var(--smoothly-dark-tint)}.sc-smoothly-submit-h{display:inline-block;margin:1em;box-sizing:border-box;border-radius:0.5rem;border:solid 1px;transition:background 150ms ease-in-out}[type=link].sc-smoothly-submit-h{display:inline;border:none}[disabled].sc-smoothly-submit-h{opacity:0.5;pointer-events:none}a.sc-smoothly-submit,button.sc-smoothly-submit{font-size:110%;font-weight:400;border:none;background-color:transparent;cursor:pointer;display:inline-flex;gap:0.5rem}button.sc-smoothly-submit{justify-content:center;height:100%;width:100%;border-radius:0.5rem;min-width:8em;align-items:center}.sc-smoothly-submit-h:not([size=icon])>button.sc-smoothly-submit{padding:0.8em}[size=icon].sc-smoothly-submit-h>button.sc-smoothly-submit{padding:0.5em}[shape=rounded].sc-smoothly-submit-h>button.sc-smoothly-submit,[shape=rounded].sc-smoothly-submit-h{border-radius:2rem}[type=button].sc-smoothly-submit-h>a.sc-smoothly-submit{text-align:center;text-decoration:inherit;width:calc(100% - 0.6em)}[size=small].sc-smoothly-submit-h>button.sc-smoothly-submit{font-size:100%}[size=large].sc-smoothly-submit-h>button.sc-smoothly-submit{font-size:130%}.sc-smoothly-submit-h:not([size=icon]){min-width:8em}[size=flexible].sc-smoothly-submit-h{min-width:unset;padding:0;margin:0;display:flex;justify-content:center;align-items:center;border:none}[size=flexible].sc-smoothly-submit-h>button.sc-smoothly-submit{min-width:unset;padding:0;margin:0 !important}[expand].sc-smoothly-submit-h{width:100%}[expand=full].sc-smoothly-submit-h{border-left:none;border-right:none;border-radius:0}[shape=rounded].sc-smoothly-submit-h>button.sc-smoothly-submit,[shape=rounded].sc-smoothly-submit-h{border-radius:2rem}.sc-smoothly-submit-h:not([fill=clear]):hover,.sc-smoothly-submit-h:not([fill=clear]):focus,.sc-smoothly-submit-h:not([fill=clear]):active{border-color:rgb(var(--smoothly-color-tint)) !important;background:rgb(var(--smoothly-color-tint)) !important}.sc-smoothly-submit-h:not([fill=clear]):hover>button.sc-smoothly-submit,.sc-smoothly-submit-h:not([fill=clear]):focus>button.sc-smoothly-submit,.sc-smoothly-submit-h:not([fill=clear]):active>button.sc-smoothly-submit{color:rgb(var(--smoothly-color-contrast)) !important;stroke:rgb(var(--smoothly-color-contrast)) !important;fill:rgb(var(--smoothly-color-contrast)) !important}[fill=clear].sc-smoothly-submit-h:hover>button.sc-smoothly-submit,[fill=clear].sc-smoothly-submit-h:focus>button.sc-smoothly-submit,[fill=clear].sc-smoothly-submit-h:active>button.sc-smoothly-submit{color:rgb(var(--smoothly-color-tint)) !important;stroke:rgb(var(--smoothly-color-tint)) !important;fill:rgb(var(--smoothly-color-tint)) !important}[disabled].sc-smoothly-submit-h{opacity:0.5;pointer-events:none}.sc-smoothly-submit-h:not([fill]),[fill=default].sc-smoothly-submit-h{color:rgb(var(--smoothly-color-contrast));stroke:rgb(var(--smoothly-color-contrast));fill:rgb(var(--smoothly-color-contrast));background:rgb(var(--smoothly-color));border-color:transparent}[fill=solid].sc-smoothly-submit-h{stroke:rgb(var(--smoothly-color-contrast));fill:rgb(var(--smoothly-color-contrast));background:rgb(var(--smoothly-color));border-color:rgb(var(--smoothly-color-shade))}[fill=solid].sc-smoothly-submit-h>button.sc-smoothly-submit,[fill=default].sc-smoothly-submit-h>button.sc-smoothly-submit{color:rgb(var(--smoothly-color-contrast))}[fill=outline].sc-smoothly-submit-h{stroke:rgb(var(--smoothly-color));fill:rgb(var(--smoothly-color));background:transparent;border-color:rgb(var(--smoothly-color))}[fill=clear].sc-smoothly-submit-h{stroke:rgb(var(--smoothly-color));fill:rgb(var(--smoothly-color));background:transparent;border-color:transparent}[fill=outline].sc-smoothly-submit-h>button.sc-smoothly-submit,[fill=clear].sc-smoothly-submit-h>button.sc-smoothly-submit{color:rgb(var(--smoothly-color))}.sc-smoothly-submit-s>smoothly-icon[slot=start],.sc-smoothly-submit-s>smoothly-icon[slot=end]{font-size:0.65em}[hidden].sc-smoothly-submit-h{display:none}";
27525
27539
 
27526
27540
  const SmoothlySubmit = class {
27527
27541
  constructor(hostRef) {
@@ -28040,6 +28054,7 @@ exports.smoothly_app = SmoothlyApp;
28040
28054
  exports.smoothly_app_demo = SmoothlyAppDemo;
28041
28055
  exports.smoothly_backtotop = SmoothlyBacktotop;
28042
28056
  exports.smoothly_button = SmoothlyButton;
28057
+ exports.smoothly_button_demo = SmoothlyButtonDemo;
28043
28058
  exports.smoothly_calendar = Calendar;
28044
28059
  exports.smoothly_checkbox = SmoothlyCheckbox;
28045
28060
  exports.smoothly_dialog = SmoothlyDialog;
@@ -28095,4 +28110,4 @@ exports.smoothly_trigger = SmoothlyTrigger;
28095
28110
  exports.smoothly_tuple = SmoothlyTuple;
28096
28111
  exports.smoothly_urlencoded = Urlencoded;
28097
28112
 
28098
- //# sourceMappingURL=smoothly-accordion_60.cjs.entry.js.map
28113
+ //# sourceMappingURL=smoothly-accordion_61.cjs.entry.js.map