@usecapsule/core-components 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. package/dist/capsule/capsule.esm.js +1 -1
  2. package/dist/capsule/p-1dc07cd7.entry.js +2 -0
  3. package/dist/capsule/p-1dc07cd7.entry.js.map +1 -0
  4. package/dist/capsule/{p-6cefcb35.entry.js → p-2a036350.entry.js} +3 -3
  5. package/dist/capsule/p-5c020abe.entry.js +2 -0
  6. package/dist/cjs/cpsl-alert_17.cjs.entry.js +12 -12
  7. package/dist/cjs/cpsl-info-box.cjs.entry.js +2 -2
  8. package/dist/cjs/cpsl-info-box.cjs.entry.js.map +1 -1
  9. package/dist/cjs/cpsl-row.cjs.entry.js +1 -1
  10. package/dist/collection/components/cpsl-info-box/cpsl-info-box.css +3 -0
  11. package/dist/collection/components/cpsl-info-box/cpsl-info-box.js +1 -1
  12. package/dist/collection/components/cpsl-info-box/cpsl-info-box.js.map +1 -1
  13. package/dist/collection/components/cpsl-input/cpsl-input.js +1 -1
  14. package/dist/collection/components/cpsl-modal/cpsl-modal.js +1 -1
  15. package/dist/collection/components/cpsl-overlay/cpsl-overlay.js +1 -1
  16. package/dist/collection/components/cpsl-pill/cpsl-pill.js +1 -1
  17. package/dist/collection/components/cpsl-qr-code/cpsl-qr-code.js +1 -1
  18. package/dist/collection/components/cpsl-row/cpsl-row.js +1 -1
  19. package/dist/collection/components/cpsl-slide-button/cpsl-slide-button.js +1 -1
  20. package/dist/collection/components/cpsl-spinner/cpsl-spinner.js +2 -2
  21. package/dist/collection/components/cpsl-tab/cpsl-tab.js +1 -1
  22. package/dist/collection/components/cpsl-tabs/cpsl-tabs.js +1 -1
  23. package/dist/collection/components/cpsl-text/cpsl-text.js +1 -1
  24. package/dist/collection/components/cpsl-tile-button/cpsl-tile-button.js +1 -1
  25. package/dist/esm/cpsl-alert_17.entry.js +12 -12
  26. package/dist/esm/cpsl-info-box.entry.js +2 -2
  27. package/dist/esm/cpsl-info-box.entry.js.map +1 -1
  28. package/dist/esm/cpsl-row.entry.js +1 -1
  29. package/package.json +2 -2
  30. package/dist/capsule/p-b7cb3ddd.entry.js +0 -2
  31. package/dist/capsule/p-d871d963.entry.js +0 -2
  32. package/dist/capsule/p-d871d963.entry.js.map +0 -1
  33. /package/dist/capsule/{p-6cefcb35.entry.js.map → p-2a036350.entry.js.map} +0 -0
  34. /package/dist/capsule/{p-b7cb3ddd.entry.js.map → p-5c020abe.entry.js.map} +0 -0
@@ -0,0 +1,2 @@
1
+ import{r as a,h as e,H as s}from"./p-9647dd63.js";const c=":host{display:flex;flex-wrap:wrap}";const r=c;const o=class{constructor(e){a(this,e)}render(){return e(s,{key:"6b0ced877619502c78baeccaceaf68f1feed6ea7"},e("slot",{key:"d132ce91967ad16904886baa14149ac8990d314f"}))}};o.style=r;export{o as cpsl_row};
2
+ //# sourceMappingURL=p-5c020abe.entry.js.map
@@ -1000,7 +1000,7 @@ const CpslInput = class {
1000
1000
  }
1001
1001
  render() {
1002
1002
  var _a;
1003
- return (index.h(index.Host, { key: 'b2d979b7438012d02ddc6ad8b8f33926cd3ee511', class: { 'disabled': this.disabled, 'focused': this.hasFocus, 'has-value': Boolean(this.focusedValue) || Boolean(this.value) } }, this.label && (index.h("label", { class: "label", htmlFor: this.inputId }, this.label)), index.h("div", { key: 'eb3323d11a5d7a4bc0d87f9f6cdf4b9c547253f0', onClick: this.focusInput, class: { 'input-container': true, 'error-container': Boolean(this.errorText) } }, index.h("slot", { key: '2887bf00bd7966a8df9f53746565cdde3100b00f', name: "start" }), index.h("input", { key: 'b247bd3483207989e6b36bf757dbaa74cf2e12e1', class: "native-input", id: this.inputId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, type: this.type, value: this.value, onInput: this.onInput, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }), index.h("slot", { key: '361b335057848b2513cc62da952ed34309a35044', name: "end" })), (this.errorText || this.helperText) && (index.h("div", { class: { 'helper-text-container': true, 'error-text': Boolean(this.errorText) } }, index.h("cpsl-icon", { icon: Boolean(this.errorText) ? 'alertCircle' : 'infoCircle' }), index.h("span", null, (_a = this.errorText) !== null && _a !== void 0 ? _a : this.helperText)))));
1003
+ return (index.h(index.Host, { key: '2627de83fa1973eac8002f4807c4f2319a7541cf', class: { 'disabled': this.disabled, 'focused': this.hasFocus, 'has-value': Boolean(this.focusedValue) || Boolean(this.value) } }, this.label && (index.h("label", { class: "label", htmlFor: this.inputId }, this.label)), index.h("div", { key: '9f2eaa8fe2a2fa67dcd61e69cd43698c33829d48', onClick: this.focusInput, class: { 'input-container': true, 'error-container': Boolean(this.errorText) } }, index.h("slot", { key: 'cc4d99747dcc55aa2dc27a58244bd0dbdc872332', name: "start" }), index.h("input", { key: '52ba9b2248af07ee072628fd0207d1b965d44829', class: "native-input", id: this.inputId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, type: this.type, value: this.value, onInput: this.onInput, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }), index.h("slot", { key: 'b15d92b44f321351e3a8465b7c7c3409305e0196', name: "end" })), (this.errorText || this.helperText) && (index.h("div", { class: { 'helper-text-container': true, 'error-text': Boolean(this.errorText) } }, index.h("cpsl-icon", { icon: Boolean(this.errorText) ? 'alertCircle' : 'infoCircle' }), index.h("span", null, (_a = this.errorText) !== null && _a !== void 0 ? _a : this.helperText)))));
1004
1004
  }
1005
1005
  get el() { return index.getElement(this); }
1006
1006
  static get watchers() { return {
@@ -7091,7 +7091,7 @@ const CpslModal = class {
7091
7091
  return this.el.shadowRoot.getElementById('modal-header-expanded');
7092
7092
  }
7093
7093
  render() {
7094
- return (index.h(index.Host, { key: '45648b4e6b8d2f18f09b877bc1913115ea506947' }, index.h("div", { key: '1b04a8c36b4089333f7613ffea2c7235e8549bf9', class: { 'modal-container': true, 'no-footer': this.noFooter } }, index.h("div", { key: '6f5d4bcf3d1ad5199501d4ba0918f282051932e8', class: { 'modal-inner-container': true, 'no-footer': this.noFooter } }, index.h("div", { key: '001f1694aad6ae618f81b12648fe4b02a74a3728', id: "modal-header", class: "no-overflow" }, index.h("slot", { key: '56a22e98051e7a5e8c2d8d9ee351e6f03c01b657', name: "header" })), index.h("div", { key: 'b9370ca7e9b0233280f22a549c3fac571ff5180b', id: "modal-header-expanded", class: { 'expanded': true, 'no-overflow': true } }, index.h("slot", { key: 'a30b50116dbcc9b130d3560110a513973e81efe2', name: "footerExpandedHeader" })), index.h("div", { key: '6a4fa5e0f2d5fc56c1928559b5844b43dc660001', id: "modal-body", class: "no-overflow" }, index.h("slot", { key: '05dbb046b433a2335a84d843b037243c1a224096', name: "body" }))), index.h("div", { key: '7b8c37b0fb0417e58483df88591c3bc1374cd47f', id: "modal-footer", class: "no-overflow" }, index.h("slot", { key: 'fc24c24d862458e1a614efa4435fe43849bff790', name: "footer" })), index.h("div", { key: '07d939dba8ccfc0d340a181d1c0a048cb4146a26', id: "modal-footer-expanded", class: { 'expanded': true, 'no-overflow': true } }, index.h("slot", { key: 'e5e77e9d5a0b8c71138ffe320b0dcb0a38af6d93', name: "footerExpandedFooter" })))));
7094
+ return (index.h(index.Host, { key: 'aa5c26013878e80fe58a2826d4cae04db88dace3' }, index.h("div", { key: '5deda08b40a3e034e1c1b412eb7ab0c7780b4f53', class: { 'modal-container': true, 'no-footer': this.noFooter } }, index.h("div", { key: '6f5340b60ded651410a3eec83ecca3ee0e24f643', class: { 'modal-inner-container': true, 'no-footer': this.noFooter } }, index.h("div", { key: '632ecd039ac402971cd3f15efb30fc527402f0cd', id: "modal-header", class: "no-overflow" }, index.h("slot", { key: 'af0d35f477ff94d7f65b3bd81b845819ba8c8439', name: "header" })), index.h("div", { key: '6116bba4b65cebb91fd283106a58915216e5d828', id: "modal-header-expanded", class: { 'expanded': true, 'no-overflow': true } }, index.h("slot", { key: 'd7cd88d70a15e2a02bc590422913c481f0b61a2e', name: "footerExpandedHeader" })), index.h("div", { key: '72e1ede4c4754526c83f2723d322717d8888bf6d', id: "modal-body", class: "no-overflow" }, index.h("slot", { key: '66c63bb06b6b4ccce422855ecb483ab42ca6e27e', name: "body" }))), index.h("div", { key: 'fec82340b95072a6d3167fda064082005f760661', id: "modal-footer", class: "no-overflow" }, index.h("slot", { key: 'bcd91a6cf6ef753e4b0fbb163e93984a9afa15ca', name: "footer" })), index.h("div", { key: 'a39a058058adedb6494c307729823467d6c45df7', id: "modal-footer-expanded", class: { 'expanded': true, 'no-overflow': true } }, index.h("slot", { key: 'd5f0d390de50e0706358bd033655047c742298e2', name: "footerExpandedFooter" })))));
7095
7095
  }
7096
7096
  get el() { return index.getElement(this); }
7097
7097
  static get watchers() { return {
@@ -7131,7 +7131,7 @@ const CpslOverlay = class {
7131
7131
  }
7132
7132
  }
7133
7133
  render() {
7134
- return (index.h(index.Host, { key: 'ec64ff70a149919dd412cb2f14424c08717adfe1' }, index.h("slot", { key: '56f2de234d3dbf4375159cd07f45933bfb309866' })));
7134
+ return (index.h(index.Host, { key: '55a5b7f277d010d63f1e991d210b038c393fb387' }, index.h("slot", { key: '59957e5f35e8b007ba32177672870d7240ca501c' })));
7135
7135
  }
7136
7136
  get el() { return index.getElement(this); }
7137
7137
  static get watchers() { return {
@@ -7149,7 +7149,7 @@ const CpslPill = class {
7149
7149
  this.text = undefined;
7150
7150
  }
7151
7151
  render() {
7152
- return (index.h(index.Host, { key: 'd545ae390a19a6a83ddd90abbfcf68fa6021e776' }, index.h("div", { key: '9bc81aeebfe7fdf3139b9e95451126c7bedf67d9', class: "pill-container" }, index.h("span", { key: '66e16306d7a5a89e66029cae8b167932e4e75129' }, this.text))));
7152
+ return (index.h(index.Host, { key: 'd82e8cf09017e22aab2c4e4d42295310116aad3c' }, index.h("div", { key: 'f7ec5045fdcf0d69873f5ddbfc46976a8c3bbacb', class: "pill-container" }, index.h("span", { key: 'd715965cf771800ad57f63509865d47a7344da95' }, this.text))));
7153
7153
  }
7154
7154
  };
7155
7155
  CpslPill.style = CpslPillStyle0;
@@ -7228,7 +7228,7 @@ const CpslQrCode = class {
7228
7228
  qrCode.append(container);
7229
7229
  }
7230
7230
  render() {
7231
- return (index.h(index.Host, { key: '760ae82104e561a8883bdeb87ee0ab52eb2cc5ca' }, index.h("div", { key: '650efea578ae2dedf0b07ece0efa5b9ae521d641', id: "qr-container", class: "qr-container" })));
7231
+ return (index.h(index.Host, { key: 'c26c87e8a22d8134a60f9efebd1e27169d59cb0c' }, index.h("div", { key: 'd9a8ede7f1ffbcd80d58b916d38f38fea7fc4f74', id: "qr-container", class: "qr-container" })));
7232
7232
  }
7233
7233
  get el() { return index.getElement(this); }
7234
7234
  };
@@ -7324,7 +7324,7 @@ const CpslSlideButton = class {
7324
7324
  return this.el.shadowRoot.getElementById('end-icon');
7325
7325
  }
7326
7326
  render() {
7327
- return (index.h(index.Host, { key: '57fd7740a372a4599d1259edb61d3fc9a2a9643b' }, index.h("div", { key: '4cbf5d20371203c2f65ee96a5e629f0902c29828', id: "slider-container", class: "slider-container" }, index.h("div", { key: 'a02173329eb88e1c9afa5260758afadbb3049fe5', id: "start-slider-container-background", class: { 'start-slider-container-background': true, 'slider-container-background': true } }), index.h("div", { key: 'afcfc562d5dd147318ca8fcb764d3f0ae7c2a758', id: "end-slider-container-background", class: { 'end-slider-container-background': true, 'slider-container-background': true } }), index.h("div", { key: 'f0518cc4860c5baf248cd91bb19f6bc30113e8cf', id: "slider", class: "slider" }, index.h("cpsl-icon", { key: 'ab091e18d96b41d2969a3c43137e38cb6ffc9ab5', id: "start-icon", class: { 'start-icon': true, 'icon': true }, icon: this.startIcon }), index.h("cpsl-icon", { key: 'df1a10612b9369450eb3be434e7964cf93aefab7', id: "end-icon", class: { 'end-icon': true, 'icon': true }, icon: this.endIcon })), index.h("span", { key: 'dcef80a87e6338119b7471e5085f33d481bc7176', id: "start-text", class: "start-text" }, this.startText), index.h("span", { key: 'c8a55bfce682886aafae5d05ee3e1772ea504129', id: "end-text", class: "end-text" }, this.endText))));
7327
+ return (index.h(index.Host, { key: '3025e2306923953edd5857009828af027cd0d561' }, index.h("div", { key: '5557072bcccfc099af005fed9af45adf335a98dd', id: "slider-container", class: "slider-container" }, index.h("div", { key: '39e1b5d2123eda0a004c0f250c8afa66b53768f4', id: "start-slider-container-background", class: { 'start-slider-container-background': true, 'slider-container-background': true } }), index.h("div", { key: '80486f55315077693d481e193eba1bf37acd5afd', id: "end-slider-container-background", class: { 'end-slider-container-background': true, 'slider-container-background': true } }), index.h("div", { key: 'c13596a1a117aa3e5674d5a91c0ec38ff9ac7a49', id: "slider", class: "slider" }, index.h("cpsl-icon", { key: 'd2d78f42e65efd180c9dd106738341cf0aee6f27', id: "start-icon", class: { 'start-icon': true, 'icon': true }, icon: this.startIcon }), index.h("cpsl-icon", { key: '63f9ce569084f2541c69028aedc949b3ecccac0c', id: "end-icon", class: { 'end-icon': true, 'icon': true }, icon: this.endIcon })), index.h("span", { key: '9bead9870b949f91734c4199d9c96f7b50a10128', id: "start-text", class: "start-text" }, this.startText), index.h("span", { key: '8dfa1e9e0866a74f72d27b2541a4ac9d56038d34', id: "end-text", class: "end-text" }, this.endText))));
7328
7328
  }
7329
7329
  get el() { return index.getElement(this); }
7330
7330
  };
@@ -7340,13 +7340,13 @@ const CpslSpinner = class {
7340
7340
  this.speed = 1;
7341
7341
  }
7342
7342
  render() {
7343
- return (index.h(index.Host, { key: '0a5428cab1c703fb0d8badd595f28a3fb40537b7', style: {
7343
+ return (index.h(index.Host, { key: 'c67c084c1bae79ba255ca736de4721d1f6ea928d', style: {
7344
7344
  'height': `${this.size}px`,
7345
7345
  'width': `${this.size}px`,
7346
7346
  'animation': `spin ${this.speed}s linear infinite`,
7347
7347
  '-webkit-animation': `spin ${this.speed}s linear infinite`,
7348
7348
  '-moz-animation': `spin ${this.speed}s linear infinite`,
7349
- } }, index.h("svg", { key: '26aa4015fecc83bbcdab871703c17451c517ee2a', height: this.size, width: this.size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 54 54", fill: "none" }, index.h("path", { key: '4b5628962606e2e84484d6f294c9fd55195b931b', d: "M43.1586 17C39.8082 11.5978 33.8243 8 27 8C16.5066 8 8 16.5066 8 27C8 37.4934 16.5066 46 27 46C33.8242 46 39.8082 42.4022 43.1586 37", "stroke-width": "6", "stroke-linecap": "round" }), index.h("circle", { key: '09ae378ddf207361f6220d59311fc6bab8d5acbb', cx: "45", cy: "27", r: "5" }))));
7349
+ } }, index.h("svg", { key: 'a14c9a8d895fb713fd1a8533bca04fa6e60017d7', height: this.size, width: this.size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 54 54", fill: "none" }, index.h("path", { key: '5aaaf7cf5c649b717329266517e5ea1f39fccce8', d: "M43.1586 17C39.8082 11.5978 33.8243 8 27 8C16.5066 8 8 16.5066 8 27C8 37.4934 16.5066 46 27 46C33.8242 46 39.8082 42.4022 43.1586 37", "stroke-width": "6", "stroke-linecap": "round" }), index.h("circle", { key: 'a1a60d4f565a1cffb99177d4159a793621e7b288', cx: "45", cy: "27", r: "5" }))));
7350
7350
  }
7351
7351
  };
7352
7352
  CpslSpinner.style = CpslSpinnerStyle0;
@@ -7378,7 +7378,7 @@ const CpslTab = class {
7378
7378
  }
7379
7379
  }
7380
7380
  render() {
7381
- return (index.h(index.Host, { key: 'cea740063893fee3fc5429717df26cef8637127b', onClick: this.onTabClicked }, index.h("div", { key: '10fbe61409941ea47b5de1cde89d5d5ca7f964d0', class: { 'tab-container': true } }, index.h("slot", { key: '02260031fa7ea72e118075f2cda8e814f7efa110' }))));
7381
+ return (index.h(index.Host, { key: 'd55a11bba84bea2f0d24c6190a84467aea4ac2d3', onClick: this.onTabClicked }, index.h("div", { key: '31e58097fd53e0286c6652eed32cb39b50e9ebf2', class: { 'tab-container': true } }, index.h("slot", { key: '01cdeb08c1f468de22ce7d01c6e5b8396231860e' }))));
7382
7382
  }
7383
7383
  get el() { return index.getElement(this); }
7384
7384
  };
@@ -7430,7 +7430,7 @@ const CpslTabs = class {
7430
7430
  const tabsPosition = this.el.getBoundingClientRect();
7431
7431
  const tabsBorderWidth = +getComputedStyle(this.el).getPropertyValue('--border-width').slice(0, -2);
7432
7432
  const selectedTabRect = this.selectedTabRect;
7433
- return (index.h(index.Host, { key: '776064d533f6f5f8a40cd2aab7ece0247e6e204e', class: { 'full-width': this.fullWidth }, onCpslTabButtonClick: this.onTabClicked }, index.h("div", { key: '4476224108bfa308762ee277cd7916d591b21a2e', class: "tabs-container" }, index.h("slot", { key: 'ab728d3adff2333832a3998468f606a725dac2e3' }), index.h("div", { key: 'eae404533705ac598a6e653e9ec6cb73bcb99fb0', class: { slider: true, loaded: this.loaded }, style: { width: `${selectedTabRect.width}px`, left: `${selectedTabRect.x - tabsPosition.x - tabsBorderWidth * 2}px` } }))));
7433
+ return (index.h(index.Host, { key: 'b64847167837c21748fce136be621c5cd3056383', class: { 'full-width': this.fullWidth }, onCpslTabButtonClick: this.onTabClicked }, index.h("div", { key: '97f898ee1c1a29c673a901d37e0c2aa20f73e06e', class: "tabs-container" }, index.h("slot", { key: '6a731c26802bc1b08c6b5fe92b2a6f1da438ee89' }), index.h("div", { key: 'c69d074579a90b804f038f5ace589a1c98ed45e1', class: { slider: true, loaded: this.loaded }, style: { width: `${selectedTabRect.width}px`, left: `${selectedTabRect.x - tabsPosition.x - tabsBorderWidth * 2}px` } }))));
7434
7434
  }
7435
7435
  get el() { return index.getElement(this); }
7436
7436
  static get watchers() { return {
@@ -7454,7 +7454,7 @@ const CpslText = class {
7454
7454
  index.registerInstance(this, hostRef);
7455
7455
  }
7456
7456
  render() {
7457
- return (index.h(index.Host, { key: 'bcefdc0f0b9d5fe2d62c4ab7ca5d2e4aabca69d8' }, index.h("slot", { key: 'e35e76f43167515f19ab7f66be43ff4ed1ddc799' })));
7457
+ return (index.h(index.Host, { key: '72726bc3a58e3089f02b70d494ead181eb34f2d3' }, index.h("slot", { key: '8f8b009bc13ea9bb7824b51c622b115c6b103a9c' })));
7458
7458
  }
7459
7459
  };
7460
7460
  CpslText.style = CpslTextStyle0;
@@ -7469,7 +7469,7 @@ const CpslTileButton = class {
7469
7469
  this.icon = undefined;
7470
7470
  }
7471
7471
  render() {
7472
- return (index.h(index.Host, { key: '829cc9cafbd52440189d22485485c6b80ba93910' }, index.h("button", { key: 'b24d64c3f800944494cac90259d1871ac97d3afe', class: "button-native" }, index.h("cpsl-icon", { key: '8b6c01a2eaebbb522fec66930a7d05b9859ca952', exportparts: "icon", src: this.src, icon: this.icon }), index.h("slot", { key: '531b8c2e6d762ed4925be6e8b169c81af1af44a0' }))));
7472
+ return (index.h(index.Host, { key: 'db1693ec8a607410ba6bb5fbe15b4acaec26ff84' }, index.h("button", { key: '6da2c97b58e7ee13c86a386461831ed93fa3fee9', class: "button-native" }, index.h("cpsl-icon", { key: '0dbe6348fedb418151384747bac7f902b31d6c9a', exportparts: "icon", src: this.src, icon: this.icon }), index.h("slot", { key: '8d15a91f86b060edefcf3ae359df2ceb2e1b4a76' }))));
7473
7473
  }
7474
7474
  };
7475
7475
  CpslTileButton.style = CpslTileButtonStyle0;
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-2a026742.js');
6
6
 
7
- const cpslInfoBoxCss = ":host{--box-border-radius:var(--cpsl-border-radius-info-box);--box-padding-top:16px;--box-padding-bottom:16px;--box-padding-start:16px;--box-padding-end:16px;--box-border-width:1px;border-radius:var(--input-border-radius);-webkit-padding-start:var(--box-padding-start);padding-inline-start:var(--box-padding-start);-webkit-padding-end:var(--box-padding-end);padding-inline-end:var(--box-padding-end);padding-top:var(--box-padding-top);padding-bottom:var(--box-padding-bottom);display:flex;background-color:var(--cpsl-color-background-subtle);border:var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);border-radius:var(--box-border-radius)}";
7
+ const cpslInfoBoxCss = ":host{--box-border-radius:var(--cpsl-border-radius-info-box);--box-padding-top:16px;--box-padding-bottom:16px;--box-padding-start:16px;--box-padding-end:16px;--box-border-width:1px}.info-box-container{border-radius:var(--input-border-radius);-webkit-padding-start:var(--box-padding-start);padding-inline-start:var(--box-padding-start);-webkit-padding-end:var(--box-padding-end);padding-inline-end:var(--box-padding-end);padding-top:var(--box-padding-top);padding-bottom:var(--box-padding-bottom);display:flex;background-color:var(--cpsl-color-background-subtle);border:var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);border-radius:var(--box-border-radius)}";
8
8
  const CpslInfoBoxStyle0 = cpslInfoBoxCss;
9
9
 
10
10
  const CpslInfoBox = class {
@@ -12,7 +12,7 @@ const CpslInfoBox = class {
12
12
  index.registerInstance(this, hostRef);
13
13
  }
14
14
  render() {
15
- return (index.h(index.Host, { key: '17a3490640f95a341c0942188979b2cb82f37da1' }, index.h("slot", { key: 'c1d89e758c856d6edd1ec559b4f3da145a33837b' })));
15
+ return (index.h(index.Host, { key: '17a3490640f95a341c0942188979b2cb82f37da1' }, index.h("div", { key: '51c7731b3e11119e3fcb96f5ef2f47ffd71ba097', class: "info-box-container" }, index.h("slot", { key: '82bfc871c4fb3856e553637514806435473f4728' }))));
16
16
  }
17
17
  };
18
18
  CpslInfoBox.style = CpslInfoBoxStyle0;
@@ -1 +1 @@
1
- {"file":"cpsl-info-box.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,cAAc,GAAG,upBAAupB,CAAC;AAC/qB,0BAAe,cAAc;;MCMhB,WAAW;;;;IACtB,MAAM;QACJ,QACEA,QAACC,UAAI,uDACHD,oEAAa,CACR,EACP;KACH;;;;;;","names":["h","Host"],"sources":["src/components/cpsl-info-box/cpsl-info-box.scss?tag=cpsl-info-box&encapsulation=shadow","src/components/cpsl-info-box/cpsl-info-box.tsx"],"sourcesContent":["@import '../../themes/capsule.globals';\n\n:host {\n --box-border-radius: var(--cpsl-border-radius-info-box);\n --box-padding-top: 16px;\n --box-padding-bottom: 16px;\n --box-padding-start: 16px;\n --box-padding-end: 16px;\n --box-border-width: 1px;\n\n @include border-radius(var(--input-border-radius));\n @include padding(var(--box-padding-top), var(--box-padding-end), var(--box-padding-bottom), var(--box-padding-start));\n\n display: flex;\n background-color: var(--cpsl-color-background-subtle);\n border: var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);\n border-radius: var(--box-border-radius);\n}\n","import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'cpsl-info-box',\n styleUrl: 'cpsl-info-box.scss',\n shadow: true,\n})\nexport class CpslInfoBox {\n render() {\n return (\n <Host>\n <slot></slot>\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"cpsl-info-box.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,cAAc,GAAG,2qBAA2qB,CAAC;AACnsB,0BAAe,cAAc;;MCMhB,WAAW;;;;IACtB,MAAM;QACJ,QACEA,QAACC,UAAI,uDACHD,kEAAK,KAAK,EAAC,oBAAoB,IAC7BA,oEAAa,CACT,CACD,EACP;KACH;;;;;;","names":["h","Host"],"sources":["src/components/cpsl-info-box/cpsl-info-box.scss?tag=cpsl-info-box&encapsulation=shadow","src/components/cpsl-info-box/cpsl-info-box.tsx"],"sourcesContent":["@import '../../themes/capsule.globals';\n\n:host {\n --box-border-radius: var(--cpsl-border-radius-info-box);\n --box-padding-top: 16px;\n --box-padding-bottom: 16px;\n --box-padding-start: 16px;\n --box-padding-end: 16px;\n --box-border-width: 1px;\n}\n\n.info-box-container {\n @include border-radius(var(--input-border-radius));\n @include padding(var(--box-padding-top), var(--box-padding-end), var(--box-padding-bottom), var(--box-padding-start));\n\n display: flex;\n background-color: var(--cpsl-color-background-subtle);\n border: var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);\n border-radius: var(--box-border-radius);\n}\n","import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'cpsl-info-box',\n styleUrl: 'cpsl-info-box.scss',\n shadow: true,\n})\nexport class CpslInfoBox {\n render() {\n return (\n <Host>\n <div class=\"info-box-container\">\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -12,7 +12,7 @@ const CpslRow = class {
12
12
  index.registerInstance(this, hostRef);
13
13
  }
14
14
  render() {
15
- return (index.h(index.Host, { key: 'cfa6b37775e3d61610a3467c2656b13e88b5f989' }, index.h("slot", { key: '064bc1a3eb128c8b871e68eeadb78aac74914976' })));
15
+ return (index.h(index.Host, { key: '6b0ced877619502c78baeccaceaf68f1feed6ea7' }, index.h("slot", { key: 'd132ce91967ad16904886baa14149ac8990d314f' })));
16
16
  }
17
17
  };
18
18
  CpslRow.style = CpslRowStyle0;
@@ -60,6 +60,9 @@
60
60
  --box-padding-start: 16px;
61
61
  --box-padding-end: 16px;
62
62
  --box-border-width: 1px;
63
+ }
64
+
65
+ .info-box-container {
63
66
  border-radius: var(--input-border-radius);
64
67
  -webkit-padding-start: var(--box-padding-start);
65
68
  padding-inline-start: var(--box-padding-start);
@@ -1,7 +1,7 @@
1
1
  import { Host, h } from "@stencil/core";
2
2
  export class CpslInfoBox {
3
3
  render() {
4
- return (h(Host, { key: '17a3490640f95a341c0942188979b2cb82f37da1' }, h("slot", { key: 'c1d89e758c856d6edd1ec559b4f3da145a33837b' })));
4
+ return (h(Host, { key: '17a3490640f95a341c0942188979b2cb82f37da1' }, h("div", { key: '51c7731b3e11119e3fcb96f5ef2f47ffd71ba097', class: "info-box-container" }, h("slot", { key: '82bfc871c4fb3856e553637514806435473f4728' }))));
5
5
  }
6
6
  static get is() { return "cpsl-info-box"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -1 +1 @@
1
- {"version":3,"file":"cpsl-info-box.js","sourceRoot":"","sources":["../../../../src/components/cpsl-info-box/cpsl-info-box.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAOnD,MAAM,OAAO,WAAW;IACtB,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH,8DAAa,CACR,CACR,CAAC;IACJ,CAAC;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'cpsl-info-box',\n styleUrl: 'cpsl-info-box.scss',\n shadow: true,\n})\nexport class CpslInfoBox {\n render() {\n return (\n <Host>\n <slot></slot>\n </Host>\n );\n }\n}\n"]}
1
+ {"version":3,"file":"cpsl-info-box.js","sourceRoot":"","sources":["../../../../src/components/cpsl-info-box/cpsl-info-box.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAOnD,MAAM,OAAO,WAAW;IACtB,MAAM;QACJ,OAAO,CACL,EAAC,IAAI;YACH,4DAAK,KAAK,EAAC,oBAAoB;gBAC7B,8DAAa,CACT,CACD,CACR,CAAC;IACJ,CAAC;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'cpsl-info-box',\n styleUrl: 'cpsl-info-box.scss',\n shadow: true,\n})\nexport class CpslInfoBox {\n render() {\n return (\n <Host>\n <div class=\"info-box-container\">\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"]}
@@ -99,7 +99,7 @@ export class CpslInput {
99
99
  }
100
100
  render() {
101
101
  var _a;
102
- return (h(Host, { key: 'b2d979b7438012d02ddc6ad8b8f33926cd3ee511', class: { 'disabled': this.disabled, 'focused': this.hasFocus, 'has-value': Boolean(this.focusedValue) || Boolean(this.value) } }, this.label && (h("label", { class: "label", htmlFor: this.inputId }, this.label)), h("div", { key: 'eb3323d11a5d7a4bc0d87f9f6cdf4b9c547253f0', onClick: this.focusInput, class: { 'input-container': true, 'error-container': Boolean(this.errorText) } }, h("slot", { key: '2887bf00bd7966a8df9f53746565cdde3100b00f', name: "start" }), h("input", { key: 'b247bd3483207989e6b36bf757dbaa74cf2e12e1', class: "native-input", id: this.inputId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, type: this.type, value: this.value, onInput: this.onInput, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }), h("slot", { key: '361b335057848b2513cc62da952ed34309a35044', name: "end" })), (this.errorText || this.helperText) && (h("div", { class: { 'helper-text-container': true, 'error-text': Boolean(this.errorText) } }, h("cpsl-icon", { icon: Boolean(this.errorText) ? 'alertCircle' : 'infoCircle' }), h("span", null, (_a = this.errorText) !== null && _a !== void 0 ? _a : this.helperText)))));
102
+ return (h(Host, { key: '2627de83fa1973eac8002f4807c4f2319a7541cf', class: { 'disabled': this.disabled, 'focused': this.hasFocus, 'has-value': Boolean(this.focusedValue) || Boolean(this.value) } }, this.label && (h("label", { class: "label", htmlFor: this.inputId }, this.label)), h("div", { key: '9f2eaa8fe2a2fa67dcd61e69cd43698c33829d48', onClick: this.focusInput, class: { 'input-container': true, 'error-container': Boolean(this.errorText) } }, h("slot", { key: 'cc4d99747dcc55aa2dc27a58244bd0dbdc872332', name: "start" }), h("input", { key: '52ba9b2248af07ee072628fd0207d1b965d44829', class: "native-input", id: this.inputId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, type: this.type, value: this.value, onInput: this.onInput, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }), h("slot", { key: 'b15d92b44f321351e3a8465b7c7c3409305e0196', name: "end" })), (this.errorText || this.helperText) && (h("div", { class: { 'helper-text-container': true, 'error-text': Boolean(this.errorText) } }, h("cpsl-icon", { icon: Boolean(this.errorText) ? 'alertCircle' : 'infoCircle' }), h("span", null, (_a = this.errorText) !== null && _a !== void 0 ? _a : this.helperText)))));
103
103
  }
104
104
  static get is() { return "cpsl-input"; }
105
105
  static get encapsulation() { return "shadow"; }
@@ -37,7 +37,7 @@ export class CpslModal {
37
37
  return this.el.shadowRoot.getElementById('modal-header-expanded');
38
38
  }
39
39
  render() {
40
- return (h(Host, { key: '45648b4e6b8d2f18f09b877bc1913115ea506947' }, h("div", { key: '1b04a8c36b4089333f7613ffea2c7235e8549bf9', class: { 'modal-container': true, 'no-footer': this.noFooter } }, h("div", { key: '6f5d4bcf3d1ad5199501d4ba0918f282051932e8', class: { 'modal-inner-container': true, 'no-footer': this.noFooter } }, h("div", { key: '001f1694aad6ae618f81b12648fe4b02a74a3728', id: "modal-header", class: "no-overflow" }, h("slot", { key: '56a22e98051e7a5e8c2d8d9ee351e6f03c01b657', name: "header" })), h("div", { key: 'b9370ca7e9b0233280f22a549c3fac571ff5180b', id: "modal-header-expanded", class: { 'expanded': true, 'no-overflow': true } }, h("slot", { key: 'a30b50116dbcc9b130d3560110a513973e81efe2', name: "footerExpandedHeader" })), h("div", { key: '6a4fa5e0f2d5fc56c1928559b5844b43dc660001', id: "modal-body", class: "no-overflow" }, h("slot", { key: '05dbb046b433a2335a84d843b037243c1a224096', name: "body" }))), h("div", { key: '7b8c37b0fb0417e58483df88591c3bc1374cd47f', id: "modal-footer", class: "no-overflow" }, h("slot", { key: 'fc24c24d862458e1a614efa4435fe43849bff790', name: "footer" })), h("div", { key: '07d939dba8ccfc0d340a181d1c0a048cb4146a26', id: "modal-footer-expanded", class: { 'expanded': true, 'no-overflow': true } }, h("slot", { key: 'e5e77e9d5a0b8c71138ffe320b0dcb0a38af6d93', name: "footerExpandedFooter" })))));
40
+ return (h(Host, { key: 'aa5c26013878e80fe58a2826d4cae04db88dace3' }, h("div", { key: '5deda08b40a3e034e1c1b412eb7ab0c7780b4f53', class: { 'modal-container': true, 'no-footer': this.noFooter } }, h("div", { key: '6f5340b60ded651410a3eec83ecca3ee0e24f643', class: { 'modal-inner-container': true, 'no-footer': this.noFooter } }, h("div", { key: '632ecd039ac402971cd3f15efb30fc527402f0cd', id: "modal-header", class: "no-overflow" }, h("slot", { key: 'af0d35f477ff94d7f65b3bd81b845819ba8c8439', name: "header" })), h("div", { key: '6116bba4b65cebb91fd283106a58915216e5d828', id: "modal-header-expanded", class: { 'expanded': true, 'no-overflow': true } }, h("slot", { key: 'd7cd88d70a15e2a02bc590422913c481f0b61a2e', name: "footerExpandedHeader" })), h("div", { key: '72e1ede4c4754526c83f2723d322717d8888bf6d', id: "modal-body", class: "no-overflow" }, h("slot", { key: '66c63bb06b6b4ccce422855ecb483ab42ca6e27e', name: "body" }))), h("div", { key: 'fec82340b95072a6d3167fda064082005f760661', id: "modal-footer", class: "no-overflow" }, h("slot", { key: 'bcd91a6cf6ef753e4b0fbb163e93984a9afa15ca', name: "footer" })), h("div", { key: 'a39a058058adedb6494c307729823467d6c45df7', id: "modal-footer-expanded", class: { 'expanded': true, 'no-overflow': true } }, h("slot", { key: 'd5f0d390de50e0706358bd033655047c742298e2', name: "footerExpandedFooter" })))));
41
41
  }
42
42
  static get is() { return "cpsl-modal"; }
43
43
  static get encapsulation() { return "shadow"; }
@@ -27,7 +27,7 @@ export class CpslOverlay {
27
27
  }
28
28
  }
29
29
  render() {
30
- return (h(Host, { key: 'ec64ff70a149919dd412cb2f14424c08717adfe1' }, h("slot", { key: '56f2de234d3dbf4375159cd07f45933bfb309866' })));
30
+ return (h(Host, { key: '55a5b7f277d010d63f1e991d210b038c393fb387' }, h("slot", { key: '59957e5f35e8b007ba32177672870d7240ca501c' })));
31
31
  }
32
32
  static get is() { return "cpsl-overlay"; }
33
33
  static get encapsulation() { return "shadow"; }
@@ -4,7 +4,7 @@ export class CpslPill {
4
4
  this.text = undefined;
5
5
  }
6
6
  render() {
7
- return (h(Host, { key: 'd545ae390a19a6a83ddd90abbfcf68fa6021e776' }, h("div", { key: '9bc81aeebfe7fdf3139b9e95451126c7bedf67d9', class: "pill-container" }, h("span", { key: '66e16306d7a5a89e66029cae8b167932e4e75129' }, this.text))));
7
+ return (h(Host, { key: 'd82e8cf09017e22aab2c4e4d42295310116aad3c' }, h("div", { key: 'f7ec5045fdcf0d69873f5ddbfc46976a8c3bbacb', class: "pill-container" }, h("span", { key: 'd715965cf771800ad57f63509865d47a7344da95' }, this.text))));
8
8
  }
9
9
  static get is() { return "cpsl-pill"; }
10
10
  static get encapsulation() { return "shadow"; }
@@ -32,7 +32,7 @@ export class CpslQrCode {
32
32
  qrCode.append(container);
33
33
  }
34
34
  render() {
35
- return (h(Host, { key: '760ae82104e561a8883bdeb87ee0ab52eb2cc5ca' }, h("div", { key: '650efea578ae2dedf0b07ece0efa5b9ae521d641', id: "qr-container", class: "qr-container" })));
35
+ return (h(Host, { key: 'c26c87e8a22d8134a60f9efebd1e27169d59cb0c' }, h("div", { key: 'd9a8ede7f1ffbcd80d58b916d38f38fea7fc4f74', id: "qr-container", class: "qr-container" })));
36
36
  }
37
37
  static get is() { return "cpsl-qr-code"; }
38
38
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { Host, h } from "@stencil/core";
2
2
  export class CpslRow {
3
3
  render() {
4
- return (h(Host, { key: 'cfa6b37775e3d61610a3467c2656b13e88b5f989' }, h("slot", { key: '064bc1a3eb128c8b871e68eeadb78aac74914976' })));
4
+ return (h(Host, { key: '6b0ced877619502c78baeccaceaf68f1feed6ea7' }, h("slot", { key: 'd132ce91967ad16904886baa14149ac8990d314f' })));
5
5
  }
6
6
  static get is() { return "cpsl-row"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -84,7 +84,7 @@ export class CpslSlideButton {
84
84
  return this.el.shadowRoot.getElementById('end-icon');
85
85
  }
86
86
  render() {
87
- return (h(Host, { key: '57fd7740a372a4599d1259edb61d3fc9a2a9643b' }, h("div", { key: '4cbf5d20371203c2f65ee96a5e629f0902c29828', id: "slider-container", class: "slider-container" }, h("div", { key: 'a02173329eb88e1c9afa5260758afadbb3049fe5', id: "start-slider-container-background", class: { 'start-slider-container-background': true, 'slider-container-background': true } }), h("div", { key: 'afcfc562d5dd147318ca8fcb764d3f0ae7c2a758', id: "end-slider-container-background", class: { 'end-slider-container-background': true, 'slider-container-background': true } }), h("div", { key: 'f0518cc4860c5baf248cd91bb19f6bc30113e8cf', id: "slider", class: "slider" }, h("cpsl-icon", { key: 'ab091e18d96b41d2969a3c43137e38cb6ffc9ab5', id: "start-icon", class: { 'start-icon': true, 'icon': true }, icon: this.startIcon }), h("cpsl-icon", { key: 'df1a10612b9369450eb3be434e7964cf93aefab7', id: "end-icon", class: { 'end-icon': true, 'icon': true }, icon: this.endIcon })), h("span", { key: 'dcef80a87e6338119b7471e5085f33d481bc7176', id: "start-text", class: "start-text" }, this.startText), h("span", { key: 'c8a55bfce682886aafae5d05ee3e1772ea504129', id: "end-text", class: "end-text" }, this.endText))));
87
+ return (h(Host, { key: '3025e2306923953edd5857009828af027cd0d561' }, h("div", { key: '5557072bcccfc099af005fed9af45adf335a98dd', id: "slider-container", class: "slider-container" }, h("div", { key: '39e1b5d2123eda0a004c0f250c8afa66b53768f4', id: "start-slider-container-background", class: { 'start-slider-container-background': true, 'slider-container-background': true } }), h("div", { key: '80486f55315077693d481e193eba1bf37acd5afd', id: "end-slider-container-background", class: { 'end-slider-container-background': true, 'slider-container-background': true } }), h("div", { key: 'c13596a1a117aa3e5674d5a91c0ec38ff9ac7a49', id: "slider", class: "slider" }, h("cpsl-icon", { key: 'd2d78f42e65efd180c9dd106738341cf0aee6f27', id: "start-icon", class: { 'start-icon': true, 'icon': true }, icon: this.startIcon }), h("cpsl-icon", { key: '63f9ce569084f2541c69028aedc949b3ecccac0c', id: "end-icon", class: { 'end-icon': true, 'icon': true }, icon: this.endIcon })), h("span", { key: '9bead9870b949f91734c4199d9c96f7b50a10128', id: "start-text", class: "start-text" }, this.startText), h("span", { key: '8dfa1e9e0866a74f72d27b2541a4ac9d56038d34', id: "end-text", class: "end-text" }, this.endText))));
88
88
  }
89
89
  static get is() { return "cpsl-slide-button"; }
90
90
  static get encapsulation() { return "shadow"; }
@@ -5,13 +5,13 @@ export class CpslSpinner {
5
5
  this.speed = 1;
6
6
  }
7
7
  render() {
8
- return (h(Host, { key: '0a5428cab1c703fb0d8badd595f28a3fb40537b7', style: {
8
+ return (h(Host, { key: 'c67c084c1bae79ba255ca736de4721d1f6ea928d', style: {
9
9
  'height': `${this.size}px`,
10
10
  'width': `${this.size}px`,
11
11
  'animation': `spin ${this.speed}s linear infinite`,
12
12
  '-webkit-animation': `spin ${this.speed}s linear infinite`,
13
13
  '-moz-animation': `spin ${this.speed}s linear infinite`,
14
- } }, h("svg", { key: '26aa4015fecc83bbcdab871703c17451c517ee2a', height: this.size, width: this.size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 54 54", fill: "none" }, h("path", { key: '4b5628962606e2e84484d6f294c9fd55195b931b', d: "M43.1586 17C39.8082 11.5978 33.8243 8 27 8C16.5066 8 8 16.5066 8 27C8 37.4934 16.5066 46 27 46C33.8242 46 39.8082 42.4022 43.1586 37", "stroke-width": "6", "stroke-linecap": "round" }), h("circle", { key: '09ae378ddf207361f6220d59311fc6bab8d5acbb', cx: "45", cy: "27", r: "5" }))));
14
+ } }, h("svg", { key: 'a14c9a8d895fb713fd1a8533bca04fa6e60017d7', height: this.size, width: this.size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 54 54", fill: "none" }, h("path", { key: '5aaaf7cf5c649b717329266517e5ea1f39fccce8', d: "M43.1586 17C39.8082 11.5978 33.8243 8 27 8C16.5066 8 8 16.5066 8 27C8 37.4934 16.5066 46 27 46C33.8242 46 39.8082 42.4022 43.1586 37", "stroke-width": "6", "stroke-linecap": "round" }), h("circle", { key: 'a1a60d4f565a1cffb99177d4159a793621e7b288', cx: "45", cy: "27", r: "5" }))));
15
15
  }
16
16
  static get is() { return "cpsl-spinner"; }
17
17
  static get encapsulation() { return "shadow"; }
@@ -21,7 +21,7 @@ export class CpslTab {
21
21
  }
22
22
  }
23
23
  render() {
24
- return (h(Host, { key: 'cea740063893fee3fc5429717df26cef8637127b', onClick: this.onTabClicked }, h("div", { key: '10fbe61409941ea47b5de1cde89d5d5ca7f964d0', class: { 'tab-container': true } }, h("slot", { key: '02260031fa7ea72e118075f2cda8e814f7efa110' }))));
24
+ return (h(Host, { key: 'd55a11bba84bea2f0d24c6190a84467aea4ac2d3', onClick: this.onTabClicked }, h("div", { key: '31e58097fd53e0286c6652eed32cb39b50e9ebf2', class: { 'tab-container': true } }, h("slot", { key: '01cdeb08c1f468de22ce7d01c6e5b8396231860e' }))));
25
25
  }
26
26
  static get is() { return "cpsl-tab"; }
27
27
  static get encapsulation() { return "shadow"; }
@@ -39,7 +39,7 @@ export class CpslTabs {
39
39
  const tabsPosition = this.el.getBoundingClientRect();
40
40
  const tabsBorderWidth = +getComputedStyle(this.el).getPropertyValue('--border-width').slice(0, -2);
41
41
  const selectedTabRect = this.selectedTabRect;
42
- return (h(Host, { key: '776064d533f6f5f8a40cd2aab7ece0247e6e204e', class: { 'full-width': this.fullWidth }, onCpslTabButtonClick: this.onTabClicked }, h("div", { key: '4476224108bfa308762ee277cd7916d591b21a2e', class: "tabs-container" }, h("slot", { key: 'ab728d3adff2333832a3998468f606a725dac2e3' }), h("div", { key: 'eae404533705ac598a6e653e9ec6cb73bcb99fb0', class: { slider: true, loaded: this.loaded }, style: { width: `${selectedTabRect.width}px`, left: `${selectedTabRect.x - tabsPosition.x - tabsBorderWidth * 2}px` } }))));
42
+ return (h(Host, { key: 'b64847167837c21748fce136be621c5cd3056383', class: { 'full-width': this.fullWidth }, onCpslTabButtonClick: this.onTabClicked }, h("div", { key: '97f898ee1c1a29c673a901d37e0c2aa20f73e06e', class: "tabs-container" }, h("slot", { key: '6a731c26802bc1b08c6b5fe92b2a6f1da438ee89' }), h("div", { key: 'c69d074579a90b804f038f5ace589a1c98ed45e1', class: { slider: true, loaded: this.loaded }, style: { width: `${selectedTabRect.width}px`, left: `${selectedTabRect.x - tabsPosition.x - tabsBorderWidth * 2}px` } }))));
43
43
  }
44
44
  static get is() { return "cpsl-tabs"; }
45
45
  static get encapsulation() { return "shadow"; }
@@ -1,7 +1,7 @@
1
1
  import { Host, h } from "@stencil/core";
2
2
  export class CpslText {
3
3
  render() {
4
- return (h(Host, { key: 'bcefdc0f0b9d5fe2d62c4ab7ca5d2e4aabca69d8' }, h("slot", { key: 'e35e76f43167515f19ab7f66be43ff4ed1ddc799' })));
4
+ return (h(Host, { key: '72726bc3a58e3089f02b70d494ead181eb34f2d3' }, h("slot", { key: '8f8b009bc13ea9bb7824b51c622b115c6b103a9c' })));
5
5
  }
6
6
  static get is() { return "cpsl-text"; }
7
7
  static get encapsulation() { return "shadow"; }
@@ -5,7 +5,7 @@ export class CpslTileButton {
5
5
  this.icon = undefined;
6
6
  }
7
7
  render() {
8
- return (h(Host, { key: '829cc9cafbd52440189d22485485c6b80ba93910' }, h("button", { key: 'b24d64c3f800944494cac90259d1871ac97d3afe', class: "button-native" }, h("cpsl-icon", { key: '8b6c01a2eaebbb522fec66930a7d05b9859ca952', exportparts: "icon", src: this.src, icon: this.icon }), h("slot", { key: '531b8c2e6d762ed4925be6e8b169c81af1af44a0' }))));
8
+ return (h(Host, { key: 'db1693ec8a607410ba6bb5fbe15b4acaec26ff84' }, h("button", { key: '6da2c97b58e7ee13c86a386461831ed93fa3fee9', class: "button-native" }, h("cpsl-icon", { key: '0dbe6348fedb418151384747bac7f902b31d6c9a', exportparts: "icon", src: this.src, icon: this.icon }), h("slot", { key: '8d15a91f86b060edefcf3ae359df2ceb2e1b4a76' }))));
9
9
  }
10
10
  static get is() { return "cpsl-tile-button"; }
11
11
  static get encapsulation() { return "shadow"; }
@@ -996,7 +996,7 @@ const CpslInput = class {
996
996
  }
997
997
  render() {
998
998
  var _a;
999
- return (h(Host, { key: 'b2d979b7438012d02ddc6ad8b8f33926cd3ee511', class: { 'disabled': this.disabled, 'focused': this.hasFocus, 'has-value': Boolean(this.focusedValue) || Boolean(this.value) } }, this.label && (h("label", { class: "label", htmlFor: this.inputId }, this.label)), h("div", { key: 'eb3323d11a5d7a4bc0d87f9f6cdf4b9c547253f0', onClick: this.focusInput, class: { 'input-container': true, 'error-container': Boolean(this.errorText) } }, h("slot", { key: '2887bf00bd7966a8df9f53746565cdde3100b00f', name: "start" }), h("input", { key: 'b247bd3483207989e6b36bf757dbaa74cf2e12e1', class: "native-input", id: this.inputId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, type: this.type, value: this.value, onInput: this.onInput, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }), h("slot", { key: '361b335057848b2513cc62da952ed34309a35044', name: "end" })), (this.errorText || this.helperText) && (h("div", { class: { 'helper-text-container': true, 'error-text': Boolean(this.errorText) } }, h("cpsl-icon", { icon: Boolean(this.errorText) ? 'alertCircle' : 'infoCircle' }), h("span", null, (_a = this.errorText) !== null && _a !== void 0 ? _a : this.helperText)))));
999
+ return (h(Host, { key: '2627de83fa1973eac8002f4807c4f2319a7541cf', class: { 'disabled': this.disabled, 'focused': this.hasFocus, 'has-value': Boolean(this.focusedValue) || Boolean(this.value) } }, this.label && (h("label", { class: "label", htmlFor: this.inputId }, this.label)), h("div", { key: '9f2eaa8fe2a2fa67dcd61e69cd43698c33829d48', onClick: this.focusInput, class: { 'input-container': true, 'error-container': Boolean(this.errorText) } }, h("slot", { key: 'cc4d99747dcc55aa2dc27a58244bd0dbdc872332', name: "start" }), h("input", { key: '52ba9b2248af07ee072628fd0207d1b965d44829', class: "native-input", id: this.inputId, disabled: this.disabled, autoCapitalize: this.autocapitalize, autoComplete: this.autocomplete, autoCorrect: this.autocorrect, autoFocus: this.autofocus, enterKeyHint: this.enterkeyhint, inputMode: this.inputmode, min: this.min, max: this.max, minLength: this.minlength, maxLength: this.maxlength, multiple: this.multiple, name: this.name, pattern: this.pattern, placeholder: this.placeholder || '', readOnly: this.readonly, required: this.required, spellcheck: this.spellcheck, type: this.type, value: this.value, onInput: this.onInput, onChange: this.onChange, onFocus: this.onFocus, onBlur: this.onBlur }), h("slot", { key: 'b15d92b44f321351e3a8465b7c7c3409305e0196', name: "end" })), (this.errorText || this.helperText) && (h("div", { class: { 'helper-text-container': true, 'error-text': Boolean(this.errorText) } }, h("cpsl-icon", { icon: Boolean(this.errorText) ? 'alertCircle' : 'infoCircle' }), h("span", null, (_a = this.errorText) !== null && _a !== void 0 ? _a : this.helperText)))));
1000
1000
  }
1001
1001
  get el() { return getElement(this); }
1002
1002
  static get watchers() { return {
@@ -7087,7 +7087,7 @@ const CpslModal = class {
7087
7087
  return this.el.shadowRoot.getElementById('modal-header-expanded');
7088
7088
  }
7089
7089
  render() {
7090
- return (h(Host, { key: '45648b4e6b8d2f18f09b877bc1913115ea506947' }, h("div", { key: '1b04a8c36b4089333f7613ffea2c7235e8549bf9', class: { 'modal-container': true, 'no-footer': this.noFooter } }, h("div", { key: '6f5d4bcf3d1ad5199501d4ba0918f282051932e8', class: { 'modal-inner-container': true, 'no-footer': this.noFooter } }, h("div", { key: '001f1694aad6ae618f81b12648fe4b02a74a3728', id: "modal-header", class: "no-overflow" }, h("slot", { key: '56a22e98051e7a5e8c2d8d9ee351e6f03c01b657', name: "header" })), h("div", { key: 'b9370ca7e9b0233280f22a549c3fac571ff5180b', id: "modal-header-expanded", class: { 'expanded': true, 'no-overflow': true } }, h("slot", { key: 'a30b50116dbcc9b130d3560110a513973e81efe2', name: "footerExpandedHeader" })), h("div", { key: '6a4fa5e0f2d5fc56c1928559b5844b43dc660001', id: "modal-body", class: "no-overflow" }, h("slot", { key: '05dbb046b433a2335a84d843b037243c1a224096', name: "body" }))), h("div", { key: '7b8c37b0fb0417e58483df88591c3bc1374cd47f', id: "modal-footer", class: "no-overflow" }, h("slot", { key: 'fc24c24d862458e1a614efa4435fe43849bff790', name: "footer" })), h("div", { key: '07d939dba8ccfc0d340a181d1c0a048cb4146a26', id: "modal-footer-expanded", class: { 'expanded': true, 'no-overflow': true } }, h("slot", { key: 'e5e77e9d5a0b8c71138ffe320b0dcb0a38af6d93', name: "footerExpandedFooter" })))));
7090
+ return (h(Host, { key: 'aa5c26013878e80fe58a2826d4cae04db88dace3' }, h("div", { key: '5deda08b40a3e034e1c1b412eb7ab0c7780b4f53', class: { 'modal-container': true, 'no-footer': this.noFooter } }, h("div", { key: '6f5340b60ded651410a3eec83ecca3ee0e24f643', class: { 'modal-inner-container': true, 'no-footer': this.noFooter } }, h("div", { key: '632ecd039ac402971cd3f15efb30fc527402f0cd', id: "modal-header", class: "no-overflow" }, h("slot", { key: 'af0d35f477ff94d7f65b3bd81b845819ba8c8439', name: "header" })), h("div", { key: '6116bba4b65cebb91fd283106a58915216e5d828', id: "modal-header-expanded", class: { 'expanded': true, 'no-overflow': true } }, h("slot", { key: 'd7cd88d70a15e2a02bc590422913c481f0b61a2e', name: "footerExpandedHeader" })), h("div", { key: '72e1ede4c4754526c83f2723d322717d8888bf6d', id: "modal-body", class: "no-overflow" }, h("slot", { key: '66c63bb06b6b4ccce422855ecb483ab42ca6e27e', name: "body" }))), h("div", { key: 'fec82340b95072a6d3167fda064082005f760661', id: "modal-footer", class: "no-overflow" }, h("slot", { key: 'bcd91a6cf6ef753e4b0fbb163e93984a9afa15ca', name: "footer" })), h("div", { key: 'a39a058058adedb6494c307729823467d6c45df7', id: "modal-footer-expanded", class: { 'expanded': true, 'no-overflow': true } }, h("slot", { key: 'd5f0d390de50e0706358bd033655047c742298e2', name: "footerExpandedFooter" })))));
7091
7091
  }
7092
7092
  get el() { return getElement(this); }
7093
7093
  static get watchers() { return {
@@ -7127,7 +7127,7 @@ const CpslOverlay = class {
7127
7127
  }
7128
7128
  }
7129
7129
  render() {
7130
- return (h(Host, { key: 'ec64ff70a149919dd412cb2f14424c08717adfe1' }, h("slot", { key: '56f2de234d3dbf4375159cd07f45933bfb309866' })));
7130
+ return (h(Host, { key: '55a5b7f277d010d63f1e991d210b038c393fb387' }, h("slot", { key: '59957e5f35e8b007ba32177672870d7240ca501c' })));
7131
7131
  }
7132
7132
  get el() { return getElement(this); }
7133
7133
  static get watchers() { return {
@@ -7145,7 +7145,7 @@ const CpslPill = class {
7145
7145
  this.text = undefined;
7146
7146
  }
7147
7147
  render() {
7148
- return (h(Host, { key: 'd545ae390a19a6a83ddd90abbfcf68fa6021e776' }, h("div", { key: '9bc81aeebfe7fdf3139b9e95451126c7bedf67d9', class: "pill-container" }, h("span", { key: '66e16306d7a5a89e66029cae8b167932e4e75129' }, this.text))));
7148
+ return (h(Host, { key: 'd82e8cf09017e22aab2c4e4d42295310116aad3c' }, h("div", { key: 'f7ec5045fdcf0d69873f5ddbfc46976a8c3bbacb', class: "pill-container" }, h("span", { key: 'd715965cf771800ad57f63509865d47a7344da95' }, this.text))));
7149
7149
  }
7150
7150
  };
7151
7151
  CpslPill.style = CpslPillStyle0;
@@ -7224,7 +7224,7 @@ const CpslQrCode = class {
7224
7224
  qrCode.append(container);
7225
7225
  }
7226
7226
  render() {
7227
- return (h(Host, { key: '760ae82104e561a8883bdeb87ee0ab52eb2cc5ca' }, h("div", { key: '650efea578ae2dedf0b07ece0efa5b9ae521d641', id: "qr-container", class: "qr-container" })));
7227
+ return (h(Host, { key: 'c26c87e8a22d8134a60f9efebd1e27169d59cb0c' }, h("div", { key: 'd9a8ede7f1ffbcd80d58b916d38f38fea7fc4f74', id: "qr-container", class: "qr-container" })));
7228
7228
  }
7229
7229
  get el() { return getElement(this); }
7230
7230
  };
@@ -7320,7 +7320,7 @@ const CpslSlideButton = class {
7320
7320
  return this.el.shadowRoot.getElementById('end-icon');
7321
7321
  }
7322
7322
  render() {
7323
- return (h(Host, { key: '57fd7740a372a4599d1259edb61d3fc9a2a9643b' }, h("div", { key: '4cbf5d20371203c2f65ee96a5e629f0902c29828', id: "slider-container", class: "slider-container" }, h("div", { key: 'a02173329eb88e1c9afa5260758afadbb3049fe5', id: "start-slider-container-background", class: { 'start-slider-container-background': true, 'slider-container-background': true } }), h("div", { key: 'afcfc562d5dd147318ca8fcb764d3f0ae7c2a758', id: "end-slider-container-background", class: { 'end-slider-container-background': true, 'slider-container-background': true } }), h("div", { key: 'f0518cc4860c5baf248cd91bb19f6bc30113e8cf', id: "slider", class: "slider" }, h("cpsl-icon", { key: 'ab091e18d96b41d2969a3c43137e38cb6ffc9ab5', id: "start-icon", class: { 'start-icon': true, 'icon': true }, icon: this.startIcon }), h("cpsl-icon", { key: 'df1a10612b9369450eb3be434e7964cf93aefab7', id: "end-icon", class: { 'end-icon': true, 'icon': true }, icon: this.endIcon })), h("span", { key: 'dcef80a87e6338119b7471e5085f33d481bc7176', id: "start-text", class: "start-text" }, this.startText), h("span", { key: 'c8a55bfce682886aafae5d05ee3e1772ea504129', id: "end-text", class: "end-text" }, this.endText))));
7323
+ return (h(Host, { key: '3025e2306923953edd5857009828af027cd0d561' }, h("div", { key: '5557072bcccfc099af005fed9af45adf335a98dd', id: "slider-container", class: "slider-container" }, h("div", { key: '39e1b5d2123eda0a004c0f250c8afa66b53768f4', id: "start-slider-container-background", class: { 'start-slider-container-background': true, 'slider-container-background': true } }), h("div", { key: '80486f55315077693d481e193eba1bf37acd5afd', id: "end-slider-container-background", class: { 'end-slider-container-background': true, 'slider-container-background': true } }), h("div", { key: 'c13596a1a117aa3e5674d5a91c0ec38ff9ac7a49', id: "slider", class: "slider" }, h("cpsl-icon", { key: 'd2d78f42e65efd180c9dd106738341cf0aee6f27', id: "start-icon", class: { 'start-icon': true, 'icon': true }, icon: this.startIcon }), h("cpsl-icon", { key: '63f9ce569084f2541c69028aedc949b3ecccac0c', id: "end-icon", class: { 'end-icon': true, 'icon': true }, icon: this.endIcon })), h("span", { key: '9bead9870b949f91734c4199d9c96f7b50a10128', id: "start-text", class: "start-text" }, this.startText), h("span", { key: '8dfa1e9e0866a74f72d27b2541a4ac9d56038d34', id: "end-text", class: "end-text" }, this.endText))));
7324
7324
  }
7325
7325
  get el() { return getElement(this); }
7326
7326
  };
@@ -7336,13 +7336,13 @@ const CpslSpinner = class {
7336
7336
  this.speed = 1;
7337
7337
  }
7338
7338
  render() {
7339
- return (h(Host, { key: '0a5428cab1c703fb0d8badd595f28a3fb40537b7', style: {
7339
+ return (h(Host, { key: 'c67c084c1bae79ba255ca736de4721d1f6ea928d', style: {
7340
7340
  'height': `${this.size}px`,
7341
7341
  'width': `${this.size}px`,
7342
7342
  'animation': `spin ${this.speed}s linear infinite`,
7343
7343
  '-webkit-animation': `spin ${this.speed}s linear infinite`,
7344
7344
  '-moz-animation': `spin ${this.speed}s linear infinite`,
7345
- } }, h("svg", { key: '26aa4015fecc83bbcdab871703c17451c517ee2a', height: this.size, width: this.size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 54 54", fill: "none" }, h("path", { key: '4b5628962606e2e84484d6f294c9fd55195b931b', d: "M43.1586 17C39.8082 11.5978 33.8243 8 27 8C16.5066 8 8 16.5066 8 27C8 37.4934 16.5066 46 27 46C33.8242 46 39.8082 42.4022 43.1586 37", "stroke-width": "6", "stroke-linecap": "round" }), h("circle", { key: '09ae378ddf207361f6220d59311fc6bab8d5acbb', cx: "45", cy: "27", r: "5" }))));
7345
+ } }, h("svg", { key: 'a14c9a8d895fb713fd1a8533bca04fa6e60017d7', height: this.size, width: this.size, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 54 54", fill: "none" }, h("path", { key: '5aaaf7cf5c649b717329266517e5ea1f39fccce8', d: "M43.1586 17C39.8082 11.5978 33.8243 8 27 8C16.5066 8 8 16.5066 8 27C8 37.4934 16.5066 46 27 46C33.8242 46 39.8082 42.4022 43.1586 37", "stroke-width": "6", "stroke-linecap": "round" }), h("circle", { key: 'a1a60d4f565a1cffb99177d4159a793621e7b288', cx: "45", cy: "27", r: "5" }))));
7346
7346
  }
7347
7347
  };
7348
7348
  CpslSpinner.style = CpslSpinnerStyle0;
@@ -7374,7 +7374,7 @@ const CpslTab = class {
7374
7374
  }
7375
7375
  }
7376
7376
  render() {
7377
- return (h(Host, { key: 'cea740063893fee3fc5429717df26cef8637127b', onClick: this.onTabClicked }, h("div", { key: '10fbe61409941ea47b5de1cde89d5d5ca7f964d0', class: { 'tab-container': true } }, h("slot", { key: '02260031fa7ea72e118075f2cda8e814f7efa110' }))));
7377
+ return (h(Host, { key: 'd55a11bba84bea2f0d24c6190a84467aea4ac2d3', onClick: this.onTabClicked }, h("div", { key: '31e58097fd53e0286c6652eed32cb39b50e9ebf2', class: { 'tab-container': true } }, h("slot", { key: '01cdeb08c1f468de22ce7d01c6e5b8396231860e' }))));
7378
7378
  }
7379
7379
  get el() { return getElement(this); }
7380
7380
  };
@@ -7426,7 +7426,7 @@ const CpslTabs = class {
7426
7426
  const tabsPosition = this.el.getBoundingClientRect();
7427
7427
  const tabsBorderWidth = +getComputedStyle(this.el).getPropertyValue('--border-width').slice(0, -2);
7428
7428
  const selectedTabRect = this.selectedTabRect;
7429
- return (h(Host, { key: '776064d533f6f5f8a40cd2aab7ece0247e6e204e', class: { 'full-width': this.fullWidth }, onCpslTabButtonClick: this.onTabClicked }, h("div", { key: '4476224108bfa308762ee277cd7916d591b21a2e', class: "tabs-container" }, h("slot", { key: 'ab728d3adff2333832a3998468f606a725dac2e3' }), h("div", { key: 'eae404533705ac598a6e653e9ec6cb73bcb99fb0', class: { slider: true, loaded: this.loaded }, style: { width: `${selectedTabRect.width}px`, left: `${selectedTabRect.x - tabsPosition.x - tabsBorderWidth * 2}px` } }))));
7429
+ return (h(Host, { key: 'b64847167837c21748fce136be621c5cd3056383', class: { 'full-width': this.fullWidth }, onCpslTabButtonClick: this.onTabClicked }, h("div", { key: '97f898ee1c1a29c673a901d37e0c2aa20f73e06e', class: "tabs-container" }, h("slot", { key: '6a731c26802bc1b08c6b5fe92b2a6f1da438ee89' }), h("div", { key: 'c69d074579a90b804f038f5ace589a1c98ed45e1', class: { slider: true, loaded: this.loaded }, style: { width: `${selectedTabRect.width}px`, left: `${selectedTabRect.x - tabsPosition.x - tabsBorderWidth * 2}px` } }))));
7430
7430
  }
7431
7431
  get el() { return getElement(this); }
7432
7432
  static get watchers() { return {
@@ -7450,7 +7450,7 @@ const CpslText = class {
7450
7450
  registerInstance(this, hostRef);
7451
7451
  }
7452
7452
  render() {
7453
- return (h(Host, { key: 'bcefdc0f0b9d5fe2d62c4ab7ca5d2e4aabca69d8' }, h("slot", { key: 'e35e76f43167515f19ab7f66be43ff4ed1ddc799' })));
7453
+ return (h(Host, { key: '72726bc3a58e3089f02b70d494ead181eb34f2d3' }, h("slot", { key: '8f8b009bc13ea9bb7824b51c622b115c6b103a9c' })));
7454
7454
  }
7455
7455
  };
7456
7456
  CpslText.style = CpslTextStyle0;
@@ -7465,7 +7465,7 @@ const CpslTileButton = class {
7465
7465
  this.icon = undefined;
7466
7466
  }
7467
7467
  render() {
7468
- return (h(Host, { key: '829cc9cafbd52440189d22485485c6b80ba93910' }, h("button", { key: 'b24d64c3f800944494cac90259d1871ac97d3afe', class: "button-native" }, h("cpsl-icon", { key: '8b6c01a2eaebbb522fec66930a7d05b9859ca952', exportparts: "icon", src: this.src, icon: this.icon }), h("slot", { key: '531b8c2e6d762ed4925be6e8b169c81af1af44a0' }))));
7468
+ return (h(Host, { key: 'db1693ec8a607410ba6bb5fbe15b4acaec26ff84' }, h("button", { key: '6da2c97b58e7ee13c86a386461831ed93fa3fee9', class: "button-native" }, h("cpsl-icon", { key: '0dbe6348fedb418151384747bac7f902b31d6c9a', exportparts: "icon", src: this.src, icon: this.icon }), h("slot", { key: '8d15a91f86b060edefcf3ae359df2ceb2e1b4a76' }))));
7469
7469
  }
7470
7470
  };
7471
7471
  CpslTileButton.style = CpslTileButtonStyle0;
@@ -1,6 +1,6 @@
1
1
  import { r as registerInstance, h, H as Host } from './index-7c2f5cb9.js';
2
2
 
3
- const cpslInfoBoxCss = ":host{--box-border-radius:var(--cpsl-border-radius-info-box);--box-padding-top:16px;--box-padding-bottom:16px;--box-padding-start:16px;--box-padding-end:16px;--box-border-width:1px;border-radius:var(--input-border-radius);-webkit-padding-start:var(--box-padding-start);padding-inline-start:var(--box-padding-start);-webkit-padding-end:var(--box-padding-end);padding-inline-end:var(--box-padding-end);padding-top:var(--box-padding-top);padding-bottom:var(--box-padding-bottom);display:flex;background-color:var(--cpsl-color-background-subtle);border:var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);border-radius:var(--box-border-radius)}";
3
+ const cpslInfoBoxCss = ":host{--box-border-radius:var(--cpsl-border-radius-info-box);--box-padding-top:16px;--box-padding-bottom:16px;--box-padding-start:16px;--box-padding-end:16px;--box-border-width:1px}.info-box-container{border-radius:var(--input-border-radius);-webkit-padding-start:var(--box-padding-start);padding-inline-start:var(--box-padding-start);-webkit-padding-end:var(--box-padding-end);padding-inline-end:var(--box-padding-end);padding-top:var(--box-padding-top);padding-bottom:var(--box-padding-bottom);display:flex;background-color:var(--cpsl-color-background-subtle);border:var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);border-radius:var(--box-border-radius)}";
4
4
  const CpslInfoBoxStyle0 = cpslInfoBoxCss;
5
5
 
6
6
  const CpslInfoBox = class {
@@ -8,7 +8,7 @@ const CpslInfoBox = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '17a3490640f95a341c0942188979b2cb82f37da1' }, h("slot", { key: 'c1d89e758c856d6edd1ec559b4f3da145a33837b' })));
11
+ return (h(Host, { key: '17a3490640f95a341c0942188979b2cb82f37da1' }, h("div", { key: '51c7731b3e11119e3fcb96f5ef2f47ffd71ba097', class: "info-box-container" }, h("slot", { key: '82bfc871c4fb3856e553637514806435473f4728' }))));
12
12
  }
13
13
  };
14
14
  CpslInfoBox.style = CpslInfoBoxStyle0;
@@ -1 +1 @@
1
- {"file":"cpsl-info-box.entry.js","mappings":";;AAAA,MAAM,cAAc,GAAG,upBAAupB,CAAC;AAC/qB,0BAAe,cAAc;;MCMhB,WAAW;;;;IACtB,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,8DAAa,CACR,EACP;KACH;;;;;;","names":[],"sources":["src/components/cpsl-info-box/cpsl-info-box.scss?tag=cpsl-info-box&encapsulation=shadow","src/components/cpsl-info-box/cpsl-info-box.tsx"],"sourcesContent":["@import '../../themes/capsule.globals';\n\n:host {\n --box-border-radius: var(--cpsl-border-radius-info-box);\n --box-padding-top: 16px;\n --box-padding-bottom: 16px;\n --box-padding-start: 16px;\n --box-padding-end: 16px;\n --box-border-width: 1px;\n\n @include border-radius(var(--input-border-radius));\n @include padding(var(--box-padding-top), var(--box-padding-end), var(--box-padding-bottom), var(--box-padding-start));\n\n display: flex;\n background-color: var(--cpsl-color-background-subtle);\n border: var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);\n border-radius: var(--box-border-radius);\n}\n","import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'cpsl-info-box',\n styleUrl: 'cpsl-info-box.scss',\n shadow: true,\n})\nexport class CpslInfoBox {\n render() {\n return (\n <Host>\n <slot></slot>\n </Host>\n );\n }\n}\n"],"version":3}
1
+ {"file":"cpsl-info-box.entry.js","mappings":";;AAAA,MAAM,cAAc,GAAG,2qBAA2qB,CAAC;AACnsB,0BAAe,cAAc;;MCMhB,WAAW;;;;IACtB,MAAM;QACJ,QACE,EAAC,IAAI,uDACH,4DAAK,KAAK,EAAC,oBAAoB,IAC7B,8DAAa,CACT,CACD,EACP;KACH;;;;;;","names":[],"sources":["src/components/cpsl-info-box/cpsl-info-box.scss?tag=cpsl-info-box&encapsulation=shadow","src/components/cpsl-info-box/cpsl-info-box.tsx"],"sourcesContent":["@import '../../themes/capsule.globals';\n\n:host {\n --box-border-radius: var(--cpsl-border-radius-info-box);\n --box-padding-top: 16px;\n --box-padding-bottom: 16px;\n --box-padding-start: 16px;\n --box-padding-end: 16px;\n --box-border-width: 1px;\n}\n\n.info-box-container {\n @include border-radius(var(--input-border-radius));\n @include padding(var(--box-padding-top), var(--box-padding-end), var(--box-padding-bottom), var(--box-padding-start));\n\n display: flex;\n background-color: var(--cpsl-color-background-subtle);\n border: var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);\n border-radius: var(--box-border-radius);\n}\n","import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'cpsl-info-box',\n styleUrl: 'cpsl-info-box.scss',\n shadow: true,\n})\nexport class CpslInfoBox {\n render() {\n return (\n <Host>\n <div class=\"info-box-container\">\n <slot></slot>\n </div>\n </Host>\n );\n }\n}\n"],"version":3}
@@ -8,7 +8,7 @@ const CpslRow = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: 'cfa6b37775e3d61610a3467c2656b13e88b5f989' }, h("slot", { key: '064bc1a3eb128c8b871e68eeadb78aac74914976' })));
11
+ return (h(Host, { key: '6b0ced877619502c78baeccaceaf68f1feed6ea7' }, h("slot", { key: 'd132ce91967ad16904886baa14149ac8990d314f' })));
12
12
  }
13
13
  };
14
14
  CpslRow.style = CpslRowStyle0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usecapsule/core-components",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Capsule Core Components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -47,5 +47,5 @@
47
47
  "stencil-inline-svg": "^1.1.0",
48
48
  "ts-node": "^10.9.2"
49
49
  },
50
- "gitHead": "1d0ee0d2f900fea504ab6b92eaa25e05e45a9895"
50
+ "gitHead": "21303c40a6aec01630b6bfde1d5d907cba294f1a"
51
51
  }
@@ -1,2 +0,0 @@
1
- import{r as s,h as e,H as a}from"./p-9647dd63.js";const r=":host{display:flex;flex-wrap:wrap}";const c=r;const o=class{constructor(e){s(this,e)}render(){return e(a,{key:"cfa6b37775e3d61610a3467c2656b13e88b5f989"},e("slot",{key:"064bc1a3eb128c8b871e68eeadb78aac74914976"}))}};o.style=c;export{o as cpsl_row};
2
- //# sourceMappingURL=p-b7cb3ddd.entry.js.map
@@ -1,2 +0,0 @@
1
- import{r as d,h as r,H as o}from"./p-9647dd63.js";const a=":host{--box-border-radius:var(--cpsl-border-radius-info-box);--box-padding-top:16px;--box-padding-bottom:16px;--box-padding-start:16px;--box-padding-end:16px;--box-border-width:1px;border-radius:var(--input-border-radius);-webkit-padding-start:var(--box-padding-start);padding-inline-start:var(--box-padding-start);-webkit-padding-end:var(--box-padding-end);padding-inline-end:var(--box-padding-end);padding-top:var(--box-padding-top);padding-bottom:var(--box-padding-bottom);display:flex;background-color:var(--cpsl-color-background-subtle);border:var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);border-radius:var(--box-border-radius)}";const b=a;const i=class{constructor(r){d(this,r)}render(){return r(o,{key:"17a3490640f95a341c0942188979b2cb82f37da1"},r("slot",{key:"c1d89e758c856d6edd1ec559b4f3da145a33837b"}))}};i.style=b;export{i as cpsl_info_box};
2
- //# sourceMappingURL=p-d871d963.entry.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["cpslInfoBoxCss","CpslInfoBoxStyle0","CpslInfoBox","render","h","Host","key"],"sources":["src/components/cpsl-info-box/cpsl-info-box.scss?tag=cpsl-info-box&encapsulation=shadow","src/components/cpsl-info-box/cpsl-info-box.tsx"],"sourcesContent":["@import '../../themes/capsule.globals';\n\n:host {\n --box-border-radius: var(--cpsl-border-radius-info-box);\n --box-padding-top: 16px;\n --box-padding-bottom: 16px;\n --box-padding-start: 16px;\n --box-padding-end: 16px;\n --box-border-width: 1px;\n\n @include border-radius(var(--input-border-radius));\n @include padding(var(--box-padding-top), var(--box-padding-end), var(--box-padding-bottom), var(--box-padding-start));\n\n display: flex;\n background-color: var(--cpsl-color-background-subtle);\n border: var(--box-border-width) solid var(--cpsl-color-input-border-placeholder);\n border-radius: var(--box-border-radius);\n}\n","import { Component, Host, h } from '@stencil/core';\n\n@Component({\n tag: 'cpsl-info-box',\n styleUrl: 'cpsl-info-box.scss',\n shadow: true,\n})\nexport class CpslInfoBox {\n render() {\n return (\n <Host>\n <slot></slot>\n </Host>\n );\n }\n}\n"],"mappings":"kDAAA,MAAMA,EAAiB,wpBACvB,MAAAC,EAAeD,E,MCMFE,EAAW,M,yBACtB,MAAAC,GACE,OACEC,EAACC,EAAI,CAAAC,IAAA,4CACHF,EAAA,QAAAE,IAAA,6C"}