@getpara/core-components 1.14.2 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/capsule/capsule.esm.js +1 -1
- package/dist/capsule/{p-340cafbe.entry.js → p-f3c04263.entry.js} +4 -4
- package/dist/capsule/p-f3c04263.entry.js.map +1 -0
- package/dist/cjs/cpsl-alert_34.cjs.entry.js +9 -6
- package/dist/cjs/cpsl-alert_34.cjs.entry.js.map +1 -1
- package/dist/collection/assets/icons/index.js +2 -0
- package/dist/collection/assets/icons/index.js.map +1 -1
- package/dist/collection/assets/icons/star-05.svg +3 -0
- package/dist/collection/components/cpsl-alert/cpsl-alert.js +1 -1
- package/dist/collection/components/cpsl-icon/cpsl-icon.js +1 -1
- package/dist/collection/components/cpsl-input/cpsl-input.js +1 -1
- package/dist/collection/components/cpsl-popover/cpsl-popover.js +3 -6
- package/dist/collection/components/cpsl-popover/cpsl-popover.js.map +1 -1
- package/dist/collection/components/cpsl-qr-code/cpsl-qr-code.js +1 -1
- package/dist/collection/components/cpsl-select/cpsl-select.js +1 -1
- package/dist/collection/components/cpsl-slide-button/cpsl-slide-button.js +2 -2
- package/dist/collection/components/cpsl-tile-button/cpsl-tile-button.js +1 -1
- package/dist/esm/cpsl-alert_34.entry.js +9 -6
- package/dist/esm/cpsl-alert_34.entry.js.map +1 -1
- package/dist/types/assets/icons/index.d.ts +1 -0
- package/package.json +2 -2
- package/dist/capsule/p-340cafbe.entry.js.map +0 -1
|
@@ -7866,6 +7866,11 @@ const Star04Filled = `<svg xmlns="http://www.w3.org/2000/svg" width="24" height=
|
|
|
7866
7866
|
<path d="M12.9333 1.64102C12.7848 1.25483 12.4138 1 12 1C11.5862 1 11.2152 1.25483 11.0667 1.64102L9.0547 6.87211C8.7543 7.65315 8.6599 7.87822 8.53078 8.05981C8.40122 8.24202 8.24202 8.40122 8.05981 8.53078C7.87822 8.6599 7.65315 8.7543 6.8721 9.0547L1.64102 11.0667C1.25483 11.2152 1 11.5862 1 12C1 12.4138 1.25483 12.7848 1.64102 12.9333L6.87211 14.9453C7.65315 15.2457 7.87822 15.3401 8.05981 15.4692C8.24202 15.5988 8.40122 15.758 8.53078 15.9402C8.6599 16.1218 8.7543 16.3469 9.0547 17.1279L11.0667 22.359C11.2152 22.7452 11.5862 23 12 23C12.4138 23 12.7848 22.7452 12.9333 22.359L14.9453 17.1279C15.2457 16.3469 15.3401 16.1218 15.4692 15.9402C15.5988 15.758 15.758 15.5988 15.9402 15.4692C16.1218 15.3401 16.3469 15.2457 17.1279 14.9453L22.359 12.9333C22.7452 12.7848 23 12.4138 23 12C23 11.5862 22.7452 11.2152 22.359 11.0667L17.1279 9.0547C16.3469 8.7543 16.1218 8.6599 15.9402 8.53078C15.758 8.40122 15.5988 8.24202 15.4692 8.05981C15.3401 7.87822 15.2457 7.65315 14.9453 6.87211L12.9333 1.64102Z" />
|
|
7867
7867
|
</svg>`;
|
|
7868
7868
|
|
|
7869
|
+
const Star05 = `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" xmlns="http://www.w3.org/2000/svg">
|
|
7870
|
+
<path d="M12 2L10.6985 7.20599C10.4445 8.22185 10.3176 8.72978 10.0531 9.14309C9.81915 9.50868 9.50868 9.81915 9.14309 10.0531C8.72978 10.3176 8.22185 10.4445 7.20599 10.6985L2 12L7.20599 13.3015C8.22185 13.5555 8.72978 13.6824 9.14309 13.9469C9.50868 14.1808 9.81915 14.4913 10.0531 14.8569C10.3176 15.2702 10.4445 15.7782 10.6985 16.794L12 22L13.3015 16.794C13.5555 15.7782 13.6824 15.2702 13.9469 14.8569C14.1808 14.4913 14.4913 14.1808 14.8569 13.9469C15.2702 13.6824 15.7782 13.5555 16.794 13.3015L22 12L16.794 10.6985C15.7782 10.4445 15.2702 10.3176 14.8569 10.0531C14.4913 9.81915 14.1808 9.50868 13.9469 9.14309C13.6824 8.72978 13.5555 8.22185 13.3015 7.20599L12 2Z" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7871
|
+
</svg>
|
|
7872
|
+
`;
|
|
7873
|
+
|
|
7869
7874
|
const Stars01Filled = `<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="none" xmlns="http://www.w3.org/2000/svg">
|
|
7870
7875
|
<g id="stars-01">
|
|
7871
7876
|
<g id="Solid">
|
|
@@ -12149,6 +12154,7 @@ const Icons = {
|
|
|
12149
12154
|
solana: Solana,
|
|
12150
12155
|
spacingHeight: SpacingHeight,
|
|
12151
12156
|
star04Filled: Star04Filled,
|
|
12157
|
+
star05: Star05,
|
|
12152
12158
|
stars01Filled: Stars01Filled,
|
|
12153
12159
|
stars: Stars,
|
|
12154
12160
|
stopSquare: StopSquare,
|
|
@@ -16948,9 +16954,6 @@ const CpslPopover = class {
|
|
|
16948
16954
|
if (!this.open) {
|
|
16949
16955
|
this.present();
|
|
16950
16956
|
}
|
|
16951
|
-
else if (e.target === this.triggerEl) {
|
|
16952
|
-
this.close();
|
|
16953
|
-
}
|
|
16954
16957
|
},
|
|
16955
16958
|
},
|
|
16956
16959
|
{
|
|
@@ -17117,7 +17120,7 @@ const CpslPopover = class {
|
|
|
17117
17120
|
}
|
|
17118
17121
|
render() {
|
|
17119
17122
|
var _a;
|
|
17120
|
-
return (index.h(index.Host, { key: '
|
|
17123
|
+
return (index.h(index.Host, { key: 'c3859c18680e0272f9cf0666a6a3866018792b9e', class: {
|
|
17121
17124
|
'open': this.open,
|
|
17122
17125
|
'transform-h-left': this.transformOriginHorizontal === 'left',
|
|
17123
17126
|
'transform-h-center': this.transformOriginHorizontal === 'center',
|
|
@@ -17129,9 +17132,9 @@ const CpslPopover = class {
|
|
|
17129
17132
|
top: `${this.positionY}px`,
|
|
17130
17133
|
left: `${this.positionX}px`,
|
|
17131
17134
|
width: !this.open ? '0px' : this.autoWidth ? 'auto' : `${(_a = this.triggerEl) === null || _a === void 0 ? void 0 : _a.clientWidth}px`,
|
|
17132
|
-
} }, index.h("div", { key: '
|
|
17135
|
+
} }, index.h("div", { key: 'e63691a6db3cba1fe0f2accba92e0946a14a3281', id: "container", class: { container: true, open: this.open }, style: {
|
|
17133
17136
|
visibility: this.hasSetInitialPosition ? 'visible' : 'hidden',
|
|
17134
|
-
} }, index.h("slot", { key: '
|
|
17137
|
+
} }, index.h("slot", { key: '1028b9eda17405877a541a4aa50cc714ebb14e5b' }))));
|
|
17135
17138
|
}
|
|
17136
17139
|
get el() { return index.getElement(this); }
|
|
17137
17140
|
static get watchers() { return {
|