@getpara/core-components 2.0.0-alpha.71 → 2.0.0-alpha.73

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 (108) hide show
  1. package/dist/capsule/capsule.esm.js +1 -1
  2. package/dist/capsule/capsule.esm.js.map +1 -1
  3. package/dist/capsule/index.esm.js +1 -1
  4. package/dist/capsule/{p-f2393be6.js → p-05ec9ce7.js} +2 -2
  5. package/dist/capsule/{p-f2393be6.js.map → p-05ec9ce7.js.map} +1 -1
  6. package/dist/capsule/p-1e8a62c5.entry.js +2 -0
  7. package/dist/capsule/{p-75685be8.entry.js → p-380ece1c.entry.js} +2 -2
  8. package/dist/capsule/{p-de2a16e4.entry.js → p-77a9fdca.entry.js} +2 -2
  9. package/dist/capsule/{p-c9e61114.entry.js → p-822cb3ee.entry.js} +2 -2
  10. package/dist/capsule/{p-d4bdb369.entry.js → p-8da9205d.entry.js} +2 -2
  11. package/dist/capsule/{p-34a09932.entry.js → p-905a0742.entry.js} +2 -2
  12. package/dist/capsule/p-d34794ba.entry.js +28 -0
  13. package/dist/capsule/p-d34794ba.entry.js.map +1 -0
  14. package/dist/capsule/{p-5cd62456.entry.js → p-e63ae2dd.entry.js} +2 -2
  15. package/dist/capsule/{p-3719bb1e.entry.js → p-f9274763.entry.js} +2 -2
  16. package/dist/cjs/capsule.cjs.js +1 -1
  17. package/dist/cjs/{constants-9b1b01bb.js → constants-1de558ea.js} +3 -3
  18. package/dist/cjs/{constants-9b1b01bb.js.map → constants-1de558ea.js.map} +1 -1
  19. package/dist/cjs/cpsl-alert_34.cjs.entry.js +58 -40
  20. package/dist/cjs/cpsl-alert_34.cjs.entry.js.map +1 -1
  21. package/dist/cjs/cpsl-col.cjs.entry.js +1 -1
  22. package/dist/cjs/cpsl-grid.cjs.entry.js +2 -2
  23. package/dist/cjs/cpsl-hero.cjs.entry.js +2 -2
  24. package/dist/cjs/cpsl-identicon.cjs.entry.js +1 -1
  25. package/dist/cjs/cpsl-info-box.cjs.entry.js +1 -1
  26. package/dist/cjs/cpsl-modal-v2.cjs.entry.js +1 -1
  27. package/dist/cjs/cpsl-nav-button.cjs.entry.js +1 -1
  28. package/dist/cjs/cpsl-row.cjs.entry.js +1 -1
  29. package/dist/cjs/index.cjs.js +1 -1
  30. package/dist/cjs/loader.cjs.js +1 -1
  31. package/dist/collection/assets/icons/arrow-up-down.svg +4 -0
  32. package/dist/collection/assets/icons/coins.svg +1 -0
  33. package/dist/collection/assets/icons/external-link.svg +3 -0
  34. package/dist/collection/assets/icons/index.js +6 -0
  35. package/dist/collection/assets/icons/index.js.map +1 -1
  36. package/dist/collection/components/cpsl-alert/cpsl-alert.js +1 -1
  37. package/dist/collection/components/cpsl-button/cpsl-button.js +21 -2
  38. package/dist/collection/components/cpsl-button/cpsl-button.js.map +1 -1
  39. package/dist/collection/components/cpsl-button-group/cpsl-button-group.js +1 -1
  40. package/dist/collection/components/cpsl-card/cpsl-card.js +1 -1
  41. package/dist/collection/components/cpsl-checkbox/cpsl-checkbox.js +1 -1
  42. package/dist/collection/components/cpsl-code-input/cpsl-code-input.js +2 -2
  43. package/dist/collection/components/cpsl-col/cpsl-col.js +1 -1
  44. package/dist/collection/components/cpsl-divider/cpsl-divider.js +1 -1
  45. package/dist/collection/components/cpsl-drawer/cpsl-drawer.js +2 -2
  46. package/dist/collection/components/cpsl-dropdown/cpsl-dropdown.js +1 -1
  47. package/dist/collection/components/cpsl-file-upload/cpsl-file-upload.js +1 -1
  48. package/dist/collection/components/cpsl-grid/cpsl-grid.js +2 -2
  49. package/dist/collection/components/cpsl-hero/cpsl-hero.js +2 -2
  50. package/dist/collection/components/cpsl-icon/cpsl-icon.css +1 -0
  51. package/dist/collection/components/cpsl-icon/cpsl-icon.js +2 -2
  52. package/dist/collection/components/cpsl-icon/cpsl-icon.js.map +1 -1
  53. package/dist/collection/components/cpsl-icon-group/cpsl-icon-group.js +1 -1
  54. package/dist/collection/components/cpsl-identicon/cpsl-identicon.js +1 -1
  55. package/dist/collection/components/cpsl-info-box/cpsl-info-box.js +1 -1
  56. package/dist/collection/components/cpsl-input/cpsl-input.js +2 -2
  57. package/dist/collection/components/cpsl-modal-v2/cpsl-modal-v2.js +1 -1
  58. package/dist/collection/components/cpsl-nav-button/cpsl-nav-button.js +1 -1
  59. package/dist/collection/components/cpsl-nav-button-group/cpsl-nav-button-group.js +1 -1
  60. package/dist/collection/components/cpsl-overlay/cpsl-overlay.js +1 -1
  61. package/dist/collection/components/cpsl-pagination/cpsl-pagination.js +1 -1
  62. package/dist/collection/components/cpsl-pill/cpsl-pill.js +1 -1
  63. package/dist/collection/components/cpsl-popover/cpsl-popover.js +3 -3
  64. package/dist/collection/components/cpsl-qr-code/cpsl-qr-code.js +2 -2
  65. package/dist/collection/components/cpsl-radio/cpsl-radio.js +1 -1
  66. package/dist/collection/components/cpsl-row/cpsl-row.js +1 -1
  67. package/dist/collection/components/cpsl-select/cpsl-select.js +3 -3
  68. package/dist/collection/components/cpsl-select-item/cpsl-select-item.js +2 -2
  69. package/dist/collection/components/cpsl-slide-button/cpsl-slide-button.js +3 -3
  70. package/dist/collection/components/cpsl-spinner/cpsl-spinner.js +2 -2
  71. package/dist/collection/components/cpsl-switch/cpsl-switch.js +1 -1
  72. package/dist/collection/components/cpsl-tab/cpsl-tab.js +1 -1
  73. package/dist/collection/components/cpsl-table/cpsl-table.js +1 -1
  74. package/dist/collection/components/cpsl-tabs/cpsl-tabs.js +1 -1
  75. package/dist/collection/components/cpsl-text/cpsl-text.js +1 -1
  76. package/dist/collection/components/cpsl-tile-button/cpsl-tile-button.js +3 -3
  77. package/dist/collection/constants.js +2 -2
  78. package/dist/collection/constants.js.map +1 -1
  79. package/dist/esm/capsule.js +1 -1
  80. package/dist/esm/{constants-fce138fa.js → constants-fefad927.js} +3 -3
  81. package/dist/esm/{constants-fce138fa.js.map → constants-fefad927.js.map} +1 -1
  82. package/dist/esm/cpsl-alert_34.entry.js +58 -40
  83. package/dist/esm/cpsl-alert_34.entry.js.map +1 -1
  84. package/dist/esm/cpsl-col.entry.js +1 -1
  85. package/dist/esm/cpsl-grid.entry.js +2 -2
  86. package/dist/esm/cpsl-hero.entry.js +2 -2
  87. package/dist/esm/cpsl-identicon.entry.js +1 -1
  88. package/dist/esm/cpsl-info-box.entry.js +1 -1
  89. package/dist/esm/cpsl-modal-v2.entry.js +1 -1
  90. package/dist/esm/cpsl-nav-button.entry.js +1 -1
  91. package/dist/esm/cpsl-row.entry.js +1 -1
  92. package/dist/esm/index.js +1 -1
  93. package/dist/esm/loader.js +1 -1
  94. package/dist/types/assets/icons/index.d.ts +3 -0
  95. package/dist/types/components/cpsl-button/cpsl-button.d.ts +5 -0
  96. package/dist/types/components.d.ts +8 -0
  97. package/package.json +2 -2
  98. package/dist/capsule/p-cc804d27.entry.js +0 -28
  99. package/dist/capsule/p-cc804d27.entry.js.map +0 -1
  100. package/dist/capsule/p-e424993a.entry.js +0 -2
  101. /package/dist/capsule/{p-e424993a.entry.js.map → p-1e8a62c5.entry.js.map} +0 -0
  102. /package/dist/capsule/{p-75685be8.entry.js.map → p-380ece1c.entry.js.map} +0 -0
  103. /package/dist/capsule/{p-de2a16e4.entry.js.map → p-77a9fdca.entry.js.map} +0 -0
  104. /package/dist/capsule/{p-c9e61114.entry.js.map → p-822cb3ee.entry.js.map} +0 -0
  105. /package/dist/capsule/{p-d4bdb369.entry.js.map → p-8da9205d.entry.js.map} +0 -0
  106. /package/dist/capsule/{p-34a09932.entry.js.map → p-905a0742.entry.js.map} +0 -0
  107. /package/dist/capsule/{p-5cd62456.entry.js.map → p-e63ae2dd.entry.js.map} +0 -0
  108. /package/dist/capsule/{p-3719bb1e.entry.js.map → p-f9274763.entry.js.map} +0 -0
@@ -133,7 +133,7 @@ const CpslCol = class {
133
133
  }
134
134
  render() {
135
135
  const isRTL = document.dir === 'rtl';
136
- return (h(Host, { key: 'f4939676b491eb1d76138f93495ca714338efa34', style: Object.assign(Object.assign(Object.assign(Object.assign({}, this.calculateOffset(isRTL)), this.calculatePull(isRTL)), this.calculatePush(isRTL)), this.calculateSize()) }, h("slot", { key: '58799b5710715af09184b88c94d46638e78e1f41' })));
136
+ return (h(Host, { key: 'eac2e429c731259f9a8419cc831b415b3ea072e9', style: Object.assign(Object.assign(Object.assign(Object.assign({}, this.calculateOffset(isRTL)), this.calculatePull(isRTL)), this.calculatePush(isRTL)), this.calculateSize()) }, h("slot", { key: '597831d03acde0ce70a87ba538ae8e555effd248' })));
137
137
  }
138
138
  };
139
139
  CpslCol.style = CpslColStyle0;
@@ -9,9 +9,9 @@ const CpslGrid = class {
9
9
  this.fixed = false;
10
10
  }
11
11
  render() {
12
- return (h(Host, { key: '76084ea41988e4fdff4a48dc400988d2aa190a56', class: {
12
+ return (h(Host, { key: '72e5d85f46e36e4feea4f0cbb9dd9fbfab730d2a', class: {
13
13
  'grid-fixed': this.fixed,
14
- } }, h("slot", { key: '1eb8c755910397d58a2165238a1428769623ef6b' })));
14
+ } }, h("slot", { key: 'a42dd16ac733d55025b5309ec2db375622f5d763' })));
15
15
  }
16
16
  };
17
17
  CpslGrid.style = CpslGridStyle0;
@@ -21,7 +21,7 @@ const CpslHero = class {
21
21
  }
22
22
  render() {
23
23
  var _a;
24
- return (h(Host, { key: '21f06bee97c15394204e51345265840c0bb57ded', class: {
24
+ return (h(Host, { key: '0f43804725a20f7b26328249edbc8c8e466e61c3', class: {
25
25
  // VARIANTS
26
26
  connection: this.variant === 'connection',
27
27
  pending: this.variant === 'pending' || this.variant === 'customContent',
@@ -29,7 +29,7 @@ const CpslHero = class {
29
29
  add: this.variant === 'add',
30
30
  failed: this.variant === 'failed',
31
31
  externalWalletConnection: this.variant === 'externalWalletConnection',
32
- } }, h("div", { key: 'cbd8e3439b0917cf5b45d79056211cb8fe43a587', class: "backgroundContainer", style: { height: `${(_a = this.height) !== null && _a !== void 0 ? _a : 180}px` } }, h("div", { key: '419c8fdf5558e6f196a46dc6022daf3ad6050251', class: { background: true, defaultTheme: this.withDefaultTheme } }, h("div", { key: '419820dbeb1d174aa8debc37771611179475eb40', class: "ring ring3" }), h("div", { key: 'c910e05f614e93c52bd7443cc292dfcd9efb53e6', class: "ring ring2" }), h("div", { key: 'ebc6fe78bfdf8cbbcef6a72c5d1b0da2e90b7bc3', class: "ring ring1" }), h("div", { key: '19f2098025fe8ca8dc9ae5e9a1b8b2df3c2b2937', class: "ring ring0" }), h("div", { key: 'd4c086b614baa607cf12bd33a3243590fd518ae3', class: { ringCenter: true, defaultTheme: this.withDefaultTheme } }, this.variant === 'connection' && (h(Fragment, { key: 'e01ed456653b8b81789f7d02d821c5180dc2f297' }, h("img", { key: '68f9d50c4776ab841478532d1a1510e4ac4db66c', class: "connectionImage", src: Images.heroDefault }), h("div", { key: '406a7afddbebb879e2082e8d7314dc3f68b6b1f1', class: "connectDiagramContainer" }, h("slot", { key: 'c29cc57f7872e5458db148ec9ce3e0b1bdc5727e', name: "connectionLeft" }), h("slot", { key: '643a3601a1dc0c394fb2717a3c23ec2315c53b43', name: "connectionRight" })))), this.variant === 'pending' && h("img", { key: '013cac7f7c99588a16622f3027562593d708109f', class: "pendingImage", src: Images.heroPending }), this.variant === 'approved' && (h(Fragment, { key: '370cc25aeb469aac547fa7c11c426e052e669fb1' }, !this.withDefaultTheme && h("img", { key: '1431b42645379d3f331d146f496968cadd1f9761', class: "approvedImage", src: Images.heroSuccess }), h("cpsl-icon", { key: 'c0dd8c73fb4dcdc1a6c9f42802c71cd5bd0e211c', class: "centerIcon", icon: this.withDefaultTheme ? 'heroCheckmark' : 'heroCheckmarkCapsule' }))), this.variant === 'add' && (h(Fragment, { key: '2197f3804a5af7d954ed40ea38afcc120606ad6d' }, h("cpsl-icon", { key: '3b36c38cb5bd8ce1817ca89de29cbe1b9645ac54', class: "centerIcon", icon: this.withDefaultTheme ? 'heroPlusCircle' : 'heroPlusCircleCapsule' }))), this.variant === 'failed' && h("cpsl-icon", { key: '905354cdb7459375048dec7c9713bb14481e8888', class: "centerIcon", icon: "heroAlertCircle" }), this.variant === 'externalWalletConnection' && (h(Fragment, { key: '450bddc3c57c2b0648abb289d821338f470f2337' }, h("cpsl-icon", { key: '485d9f1ea3b38f73a55e1c19d2d5d196ca57bafb', class: "externalConnectionIcon", icon: "heroExternalConnection" }), h("div", { key: 'a753a251cf9eb8f70597677be409aa2ebaaa592b', class: "connectDiagramContainer" }, h("slot", { key: 'f95fb7ed3cc09218a3d4a554c619b6f379d5135d', name: "connectionLeft" }), h("slot", { key: '0fe2e6febecce576da0c6a45ece6f3fb4c1fd815', name: "connectionRight" })))), this.variant === 'customContent' && (h("div", { key: '66a332f8b5c4f0aec4ab05b7bf6c5acbc25cb983', class: "customImageContainer" }, h("slot", { key: '08e67afa1a33d425eee83e7c2a4e21c94164a0ed', name: "image" })))), !this.hideFadeOut && (h(Fragment, { key: '547cf7a394cf4b4cc94d475336fdd97926aeaed9' }, h("div", { key: '70762d3a1133ea003117eaee8f4e38d5ce084860', class: "fadeOut" }), h("div", { key: '8b80e6988fc77cec6a0b55d26678a22ba20f566b', class: "cover" }))))), h("cpsl-text", { key: '6ebe7f8fa96fa60a3a8f3ed2fabaada0f7b96aeb', variant: "headingXS", color: "primary", weight: "semiBold" }, this.title), this.subtitle && (h("cpsl-text", { key: 'f80a52a7171f8390e3f98be1f4c37ec917110667', variant: "bodyS", weight: "medium", color: "secondary" }, this.subtitle))));
32
+ } }, h("div", { key: '7ff260b7fa83024f5f473f1488d2d129cfaba6ba', class: "backgroundContainer", style: { height: `${(_a = this.height) !== null && _a !== void 0 ? _a : 180}px` } }, h("div", { key: 'fef56a7132d376cc21dc151b5aef05d462f79098', class: { background: true, defaultTheme: this.withDefaultTheme } }, h("div", { key: 'f2537306c466e77e6c044ec988f12157611ccdba', class: "ring ring3" }), h("div", { key: '02d4ea64b5f0a359279534da8cbbc71d892c7c4b', class: "ring ring2" }), h("div", { key: 'd5785d9cea769365b4d6fd4d6aca0041ff340e4e', class: "ring ring1" }), h("div", { key: '5f1ecc0b9f2daddce44c0879eba58342f914bd52', class: "ring ring0" }), h("div", { key: '73869ae81871c12c46cc9e36353bf26b62e6db49', class: { ringCenter: true, defaultTheme: this.withDefaultTheme } }, this.variant === 'connection' && (h(Fragment, { key: 'e550ac0bd65a38d443fa11a1d54ac2c6f72706e3' }, h("img", { key: '9ec51a9adca669f8a7ddb3f6c08f25eb5ffa15b1', class: "connectionImage", src: Images.heroDefault }), h("div", { key: 'a28d1d2782c5b779e1cabd3c186110ed5c6e78e1', class: "connectDiagramContainer" }, h("slot", { key: '6aa0a2d54f8d3b26fc27ef4c65dd8c3bfad38e81', name: "connectionLeft" }), h("slot", { key: '23f377aa071e196c25ddef031b57d00161901e02', name: "connectionRight" })))), this.variant === 'pending' && h("img", { key: '83ad71da3389c06c2eb189a2a23deb9b34656bdd', class: "pendingImage", src: Images.heroPending }), this.variant === 'approved' && (h(Fragment, { key: '764ce09b8e297b9b5ff4a8f4352ab9e972d8a600' }, !this.withDefaultTheme && h("img", { key: '8cb1a0eb314cfed91a8494dd9ddd2f6b62a62ed1', class: "approvedImage", src: Images.heroSuccess }), h("cpsl-icon", { key: 'e58d74c4368b774583a665c582cb0f785771eda7', class: "centerIcon", icon: this.withDefaultTheme ? 'heroCheckmark' : 'heroCheckmarkCapsule' }))), this.variant === 'add' && (h(Fragment, { key: 'd572bc623cbdaa16fa166cdb886d168c208f48cb' }, h("cpsl-icon", { key: 'd3a890b7022c1c70d423e32a4450cbc558f070d7', class: "centerIcon", icon: this.withDefaultTheme ? 'heroPlusCircle' : 'heroPlusCircleCapsule' }))), this.variant === 'failed' && h("cpsl-icon", { key: '45bd42ce47c082a137f4139626e308c3e507af6f', class: "centerIcon", icon: "heroAlertCircle" }), this.variant === 'externalWalletConnection' && (h(Fragment, { key: '6a8f0b2d2da82f78360a3da00409e1081da9b2dd' }, h("cpsl-icon", { key: '4d1e2ef2ce1ce98060da43de7b8e8a4e0ce79444', class: "externalConnectionIcon", icon: "heroExternalConnection" }), h("div", { key: '8083965b97a8588a4ec559f9a9a141b453c95d09', class: "connectDiagramContainer" }, h("slot", { key: 'fe069b38214ae56c2153792e1d631537d317f2ae', name: "connectionLeft" }), h("slot", { key: 'c67db85969032ddfc059c6be9d6fcaa40b765f49', name: "connectionRight" })))), this.variant === 'customContent' && (h("div", { key: '68117dc4a67a80f3e25ec0b76a0fdbe60bd9fbd2', class: "customImageContainer" }, h("slot", { key: '6d135752545becd4207091d393b0fd811439eff3', name: "image" })))), !this.hideFadeOut && (h(Fragment, { key: '6e2066f90038a297e77bb57b446ecfb82bd2d38b' }, h("div", { key: 'e916258f80da97a6544f88ca710b02b50f848cd7', class: "fadeOut" }), h("div", { key: 'f5f2bbe26653d030dbbdace587937f5e20d204c4', class: "cover" }))))), h("cpsl-text", { key: '759de2b27dd9a0c5171df86564e961da6e3d4ea4', variant: "headingXS", color: "primary", weight: "semiBold" }, this.title), this.subtitle && (h("cpsl-text", { key: '36d2fb45d985206a128b44346bc535b564460a01', variant: "bodyS", weight: "medium", color: "secondary" }, this.subtitle))));
33
33
  }
34
34
  };
35
35
  CpslHero.style = CpslHeroStyle0;
@@ -65,7 +65,7 @@ const CpslIdenticon = class {
65
65
  const isEmpty = !this.hash;
66
66
  if (!isEmpty)
67
67
  props = getIdenticonProps(this.hash);
68
- return (h(Host, { key: '36535b7eb44bb8ca146db1efde320268b78d5ad0', class: {
68
+ return (h(Host, { key: 'a3c8935e47ee631e95f63d02f32e022832229cb1', class: {
69
69
  red: (props === null || props === void 0 ? void 0 : props.color) === 'red',
70
70
  orange: (props === null || props === void 0 ? void 0 : props.color) === 'orange',
71
71
  yellow: (props === null || props === void 0 ? void 0 : props.color) === 'yellow',
@@ -8,7 +8,7 @@ const CpslInfoBox = class {
8
8
  registerInstance(this, hostRef);
9
9
  }
10
10
  render() {
11
- return (h(Host, { key: '93726eb6ef05c505f409ec5b313e7db50c0d0a78' }, h("div", { key: '4cfe6525e289eca68319c9651efe20b640da05d3', class: "info-box-container" }, h("slot", { key: '81955b1e2f49839cddd514f00777de3870846929' }))));
11
+ return (h(Host, { key: '3399b40a8cea213d382d0d7c62731bbd59ef004a' }, h("div", { key: '95c529f259976492ba8ac229679a3fe8227a4b13', class: "info-box-container" }, h("slot", { key: 'ca211fc12928bb043b6569547e17ea342c801036' }))));
12
12
  }
13
13
  };
14
14
  CpslInfoBox.style = CpslInfoBoxStyle0;
@@ -38,7 +38,7 @@ const CpslModalV2 = class {
38
38
  this.toggleHeight();
39
39
  }
40
40
  render() {
41
- return (h(Host, { key: '54037c194116e64864a47ea8eeedee31f804a736', class: { 'open': this.open, 'elevated': this.elevated, 'no-overlay': this.noOverlay } }, !this.noOverlay && (h("cpsl-overlay", { key: '152760c8eabdfca0dda636d7d28adc3030532558', zIndexOverride: this.zIndexOverride ? this.zIndexOverride : undefined, id: "overlay", open: this.open, enterTransitionDuration: this.enterTransitionDuration, exitTransitionDuration: this.exitTransitionDuration })), h("cpsl-card", { key: '3e062561091c6831ece6a1abfd2b2e1dd67baefb', class: "card", style: { transitionDuration: this.open ? `${this.exitTransitionDuration}s` : `${this.enterTransitionDuration}s` } }, h("slot", { key: '94e26e323e40fd5bcc899d0311c044483442f5a4' }))));
41
+ return (h(Host, { key: 'f8396127918a8fae15123581ce33dc7fe6506257', class: { 'open': this.open, 'elevated': this.elevated, 'no-overlay': this.noOverlay } }, !this.noOverlay && (h("cpsl-overlay", { key: 'c054a332fbb13c106916f99d15cd7775b6a3ee03', zIndexOverride: this.zIndexOverride ? this.zIndexOverride : undefined, id: "overlay", open: this.open, enterTransitionDuration: this.enterTransitionDuration, exitTransitionDuration: this.exitTransitionDuration })), h("cpsl-card", { key: '4ca21c725ab2971def6b0b065a57203fd65537c6', class: "card", style: { transitionDuration: this.open ? `${this.exitTransitionDuration}s` : `${this.enterTransitionDuration}s` } }, h("slot", { key: '9e635dfcd1956abbb3789eca2bb2c42bb47aea08' }))));
42
42
  }
43
43
  get el() { return getElement(this); }
44
44
  static get watchers() { return {
@@ -25,7 +25,7 @@ const CpslNavButton = class {
25
25
  var _a, _b;
26
26
  const selectedSubRoute = (_a = this.subRoutes) === null || _a === void 0 ? void 0 : _a.find(sr => (this.exactSubRouteMatch ? this.path === `${this.route}/${sr.value}` : this.path.includes(`${this.route}/${sr.value}`)));
27
27
  const isMainRouteSelected = this.exactMainRouteMatch ? this.path === this.route : this.path.includes(this.route);
28
- return (h(Host, { key: '502ee237751a59264f26e3cc0bb1d98c3b27416c' }, h("cpsl-button", { key: 'bd3ad1ae9cf793a62c706912cabcf944b1519684', id: this.route, class: { 'main-route': true, 'selected': !!selectedSubRoute || isMainRouteSelected }, fullWidth: true, variant: "primary", disabled: this.disabled, onClick: this.handleNavButtonClick }, h("slot", { key: '45f67ecbb581fda045d786bf4d82ef7740fd4ee7', name: "start" }), h("slot", { key: '53ef86ef731b99344e398162429217adc8807b3f' }), h("slot", { key: '248fdf014c63862a45a9faa5b03a9994c9ddd50c', name: "end" })), (!!selectedSubRoute || isMainRouteSelected) && !!((_b = this.subRoutes) === null || _b === void 0 ? void 0 : _b.length) && (h("div", { key: '766e04ef327cb4291a5cde6c38e267b97703dbb0', class: "sub-route-container" }, this.subRoutes.map(sr => (h("cpsl-button", { key: sr.value, id: `${this.route}/${sr.value}`, class: { 'sub-route': true, 'selected': sr.value === (selectedSubRoute === null || selectedSubRoute === void 0 ? void 0 : selectedSubRoute.value) }, onClick: this.handleSubRouteClick(`${this.route}/${sr.value}`), fullWidth: true, variant: "primary" }, sr.label)))))));
28
+ return (h(Host, { key: '724bcb1abfa977e3869341ad0a34c57af10668a3' }, h("cpsl-button", { key: '07881553823869f3f118f4e17ac060a2466fa844', id: this.route, class: { 'main-route': true, 'selected': !!selectedSubRoute || isMainRouteSelected }, fullWidth: true, variant: "primary", disabled: this.disabled, onClick: this.handleNavButtonClick }, h("slot", { key: '515ccab53d017c9df9c5fbbc387de234a5b57817', name: "start" }), h("slot", { key: '76409265b1ed78de70c5301ca2edf364099dfa30' }), h("slot", { key: '449c15c256dee88bf32574aa7a8bf0a7d0732bb9', name: "end" })), (!!selectedSubRoute || isMainRouteSelected) && !!((_b = this.subRoutes) === null || _b === void 0 ? void 0 : _b.length) && (h("div", { key: '806a59fd2b0783964ef66b789323b813fbb44f86', class: "sub-route-container" }, this.subRoutes.map(sr => (h("cpsl-button", { key: sr.value, id: `${this.route}/${sr.value}`, class: { 'sub-route': true, 'selected': sr.value === (selectedSubRoute === null || selectedSubRoute === void 0 ? void 0 : selectedSubRoute.value) }, onClick: this.handleSubRouteClick(`${this.route}/${sr.value}`), fullWidth: true, variant: "primary" }, sr.label)))))));
29
29
  }
30
30
  get el() { return getElement(this); }
31
31
  };
@@ -12,7 +12,7 @@ const CpslRow = class {
12
12
  this.gap = '8px';
13
13
  }
14
14
  render() {
15
- return (h(Host, { key: '355dfc5748c22b4569db7835e8f2f82e45fdff2e', style: { ['--align']: this.align, ['--justify']: this.justify, ['--gap']: this.gap.toString(), ['--direction']: this.col ? 'column' : 'row' } }, h("slot", { key: '1025e7cc78b6a9faee3c7154a14f3218959dabe6' })));
15
+ return (h(Host, { key: '4dba86aa6c29ca0c7ad321820bcc9d3d32431396', style: { ['--align']: this.align, ['--justify']: this.justify, ['--gap']: this.gap.toString(), ['--direction']: this.col ? 'column' : 'row' } }, h("slot", { key: '96597bd39866d1cb4d68396eae52f930183d522d' })));
16
16
  }
17
17
  };
18
18
  CpslRow.style = CpslRowStyle0;
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as DEFAULT_THEME, C as COLOR_MIXES, U as UTILITY_COLORS } from './constants-fce138fa.js';
1
+ import { D as DEFAULT_THEME, C as COLOR_MIXES, U as UTILITY_COLORS } from './constants-fefad927.js';
2
2
  export { g as getPseudoRandomBackground } from './prand-4c0d6ea7.js';
3
3
 
4
4
  /**
@@ -5,7 +5,7 @@ import { g as globalScripts } from './app-globals-0f993ce5.js';
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await globalScripts();
8
- return bootstrapLazy([["cpsl-hero",[[1,"cpsl-hero",{"height":[2],"hideFadeOut":[4,"hide-fade-out"],"variant":[513],"title":[513],"subtitle":[513],"withDefaultTheme":[4,"with-default-theme"]}]]],["cpsl-modal-v2",[[1,"cpsl-modal-v2",{"enterTransitionDuration":[2,"enter-transition-duration"],"exitTransitionDuration":[2,"exit-transition-duration"],"elevated":[4],"noOverlay":[4,"no-overlay"],"open":[4],"zIndexOverride":[2,"z-index-override"]},null,{"open":["toggleHeight"]}]]],["cpsl-nav-button",[[1,"cpsl-nav-button",{"disabled":[516],"exactMainRouteMatch":[4,"exact-main-route-match"],"exactSubRouteMatch":[4,"exact-sub-route-match"],"route":[1],"subRoutes":[16],"path":[1]}]]],["cpsl-col",[[1,"cpsl-col",{"align":[1],"justify":[1],"gap":[8],"offset":[1],"offsetXs":[1,"offset-xs"],"offsetSm":[1,"offset-sm"],"offsetMd":[1,"offset-md"],"offsetLg":[1,"offset-lg"],"offsetXl":[1,"offset-xl"],"pull":[1],"pullXs":[1,"pull-xs"],"pullSm":[1,"pull-sm"],"pullMd":[1,"pull-md"],"pullLg":[1,"pull-lg"],"pullXl":[1,"pull-xl"],"push":[1],"pushXs":[1,"push-xs"],"pushSm":[1,"push-sm"],"pushMd":[1,"push-md"],"pushLg":[1,"push-lg"],"pushXl":[1,"push-xl"],"size":[1],"sizeXs":[1,"size-xs"],"sizeSm":[1,"size-sm"],"sizeMd":[1,"size-md"],"sizeLg":[1,"size-lg"],"sizeXl":[1,"size-xl"]},[[9,"resize","onResize"]]]]],["cpsl-grid",[[1,"cpsl-grid",{"fixed":[4]}]]],["cpsl-identicon",[[1,"cpsl-identicon",{"hash":[1],"size":[1],"variant":[1],"arcWidth":[1,"arc-width"]}]]],["cpsl-info-box",[[1,"cpsl-info-box"]]],["cpsl-row",[[1,"cpsl-row",{"col":[4],"align":[1],"justify":[1],"gap":[8]}]]],["cpsl-alert_34",[[1,"cpsl-pagination",{"initialPage":[2,"initial-page"],"totalPages":[2,"total-pages"],"visiblePages":[1026,"visible-pages"],"currentPage":[32]},null,{"currentPage":["watchChange"]}],[1,"cpsl-select",{"anchorElId":[1,"anchor-el-id"],"autoWidth":[4,"auto-width"],"alignCenter":[4,"align-center"],"disabled":[4],"dropdownMaxHeight":[2,"dropdown-max-height"],"errorText":[1,"error-text"],"formatValue":[16],"helperText":[1,"helper-text"],"id":[1],"icon":[1],"label":[1],"multiple":[4],"noIconAnimation":[4,"no-icon-animation"],"placeholder":[1],"required":[4],"selectedValue":[1,"selected-value"],"showFormattedSelectedItem":[4,"show-formatted-selected-item"],"showOptionalLabel":[4,"show-optional-label"],"showSearch":[4,"show-search"],"searchPlaceholder":[1,"search-placeholder"],"selectedItemColor":[1,"selected-item-color"],"selectedItemVariant":[1,"selected-item-variant"],"selectedItemWeight":[1,"selected-item-weight"],"anchorEl":[32],"hasFocus":[32],"popoverOpen":[32],"hasSelectedItem":[32]},[[0,"cpslSelectItemClick","selectItemClickHandler"],[0,"cpslOpen","onPopoverOpen"],[0,"cpslClose","onPopoverClose"]],{"selectedValue":["onValueChange","handleValueChange"]}],[1,"cpsl-file-upload",{"disabled":[516],"errorText":[1,"error-text"],"externalFilename":[1,"external-filename"],"externalSrc":[1,"external-src"],"fileTypes":[16],"helperText":[1,"helper-text"],"label":[1],"required":[4],"showOptionalLabel":[4,"show-optional-label"],"uploadFile":[16],"file":[32],"dragOver":[32],"dragError":[32],"isUploading":[32],"uploadError":[32]}],[1,"cpsl-auth-modal",{"enterTransitionDuration":[2,"enter-transition-duration"],"exitTransitionDuration":[2,"exit-transition-duration"],"noOverlay":[4,"no-overlay"],"open":[4],"zIndexOverride":[2,"z-index-override"],"hasFooter":[32],"isMobile":[32]},null,{"open":["toggleModal"]}],[1,"cpsl-alert",{"icon":[1],"noIcon":[4,"no-icon"],"variant":[1],"filled":[4]}],[1,"cpsl-checkbox",{"checked":[4]}],[1,"cpsl-code-input",{"code":[1025],"errorText":[1,"error-text"],"helperText":[1,"helper-text"],"length":[2],"type":[1]},null,{"code":["watchCodeProp"]}],[1,"cpsl-drawer",{"anchor":[1],"anchorPosition":[2,"anchor-position"],"noOverlay":[4,"no-overlay"],"open":[4],"size":[8],"transitionDuration":[2,"transition-duration"],"transitionFunction":[1,"transition-function"],"variant":[1],"zIndexOverride":[2,"z-index-override"],"closedAnchorPosition":[32],"showTransition":[32]}],[1,"cpsl-icon-group",{"expandFrom":[1,"expand-from"],"disabled":[4],"icons":[16],"isHovered":[32]}],[1,"cpsl-slide-button",{"disabled":[4],"endIcon":[1,"end-icon"],"endText":[1,"end-text"],"startIcon":[1,"start-icon"],"startText":[1,"start-text"]}],[1,"cpsl-table",{"hasHorizontalScroll":[32],"hasVerticalScroll":[32]}],[1,"cpsl-tile-button",{"disabled":[516],"src":[1],"icon":[1]}],[1,"cpsl-app-bar",{"height":[2],"position":[1],"zIndexOverride":[2,"z-index-override"]}],[1,"cpsl-avatar",{"alt":[1],"src":[1],"size":[1],"variant":[1]}],[1,"cpsl-divider"],[1,"cpsl-dropdown",{"width":[1],"hasCpslSearch":[4,"has-cpsl-search"],"items":[16],"selectedItem":[1040],"isOpen":[32],"searchQuery":[32],"filteredItems":[32]},[[9,"resize","handleResize"]],{"selectedItem":["handleSelectedItemChange"],"isOpen":["handleOpenChange"]}],[1,"cpsl-nav-button-group"],[1,"cpsl-pill",{"text":[1]}],[1,"cpsl-progress-indicator",{"totalSteps":[2,"total-steps"],"step":[2]}],[1,"cpsl-qr-code",{"url":[1],"imageSrc":[1,"image-src"],"size":[2],"icon":[1]}],[1,"cpsl-radio",{"checked":[4]}],[1,"cpsl-select-item",{"selected":[4],"value":[1]}],[1,"cpsl-switch",{"checked":[4]}],[1,"cpsl-tab",{"selected":[4],"tab":[1]},[[8,"cpslTabsChanged","onTabsChanged"],[8,"cpslTabsInit","onTabsInit"]]],[1,"cpsl-tabs",{"fullWidth":[4,"full-width"],"selectedTab":[1,"selected-tab"],"selectedTabRect":[32],"loaded":[32]},[[8,"cpslTabButtonSizeChange","onTabSizeChange"]],{"fullWidth":["updateSlider"],"selectedTab":["updateTab"]}],[1,"cpsl-button-group",{"selectedId":[1,"selected-id"]},null,{"selectedId":["selectItem"]}],[1,"cpsl-input",{"as":[1],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"noAutoDisable":[4,"no-auto-disable"],"autofocus":[4],"autoselect":[4],"disabled":[4],"contrastText":[4,"contrast-text"],"enterkeyhint":[1],"errorText":[1,"error-text"],"fitContent":[4,"fit-content"],"mask":[1],"isPhone":[4,"is-phone"],"helperText":[1,"helper-text"],"inputmode":[1],"label":[1],"max":[8],"maxlength":[2],"min":[8],"minlength":[2],"multiple":[4],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"rows":[2],"showOptionalLabel":[4,"show-optional-label"],"spellcheck":[4],"startIconSrc":[1,"start-icon-src"],"startIcon":[1,"start-icon"],"step":[1],"type":[1],"value":[1025],"hasFocus":[32]},null,{"disabled":["handleDisable"],"mask":["handleSetupMask"],"value":["handleValueChange"]}],[1,"cpsl-popover",{"anchorEl":[16],"anchorOriginHorizontal":[1,"anchor-origin-horizontal"],"anchorOriginVertical":[1,"anchor-origin-vertical"],"autoWidth":[4,"auto-width"],"disabled":[4],"preventBlur":[4,"prevent-blur"],"transformOriginHorizontal":[1,"transform-origin-horizontal"],"transformOriginVertical":[1,"transform-origin-vertical"],"alignCenter":[4,"align-center"],"triggerAction":[1,"trigger-action"],"trigger":[1],"windowPadding":[2,"window-padding"],"open":[32],"hasSetInitialPosition":[32],"positionX":[32],"positionY":[32],"closePopover":[64]},null,{"trigger":["onTriggerChange"],"triggerAction":["onTriggerChange"],"preventBlur":["onTriggerChange"],"anchorOriginHorizontal":["onAnchorChange"],"anchorOriginVertical":["onAnchorChange"],"alignCenter":["onAnchorChange"],"open":["onOpenChange"]}],[1,"cpsl-spinner",{"variant":[1],"size":[2],"barWidth":[2,"bar-width"],"speed":[2]}],[1,"cpsl-button",{"as":[1],"disabled":[516],"fullWidth":[4,"full-width"],"href":[1],"size":[1],"target":[1],"type":[1],"variant":[513]}],[1,"cpsl-card"],[1,"cpsl-overlay",{"enterTransitionDuration":[2,"enter-transition-duration"],"exitTransitionDuration":[2,"exit-transition-duration"],"open":[4],"zIndexOverride":[2,"z-index-override"]},null,{"open":["toggleHeight"]}],[1,"cpsl-text",{"color":[1],"variant":[1],"weight":[1],"align":[1]}],[1,"cpsl-icon",{"src":[1],"size":[1],"invert":[4],"inset":[1],"icon":[1],"radius":[1],"background":[1],"color":[1],"border":[1]}]]]], options);
8
+ return bootstrapLazy([["cpsl-hero",[[1,"cpsl-hero",{"height":[2],"hideFadeOut":[4,"hide-fade-out"],"variant":[513],"title":[513],"subtitle":[513],"withDefaultTheme":[4,"with-default-theme"]}]]],["cpsl-modal-v2",[[1,"cpsl-modal-v2",{"enterTransitionDuration":[2,"enter-transition-duration"],"exitTransitionDuration":[2,"exit-transition-duration"],"elevated":[4],"noOverlay":[4,"no-overlay"],"open":[4],"zIndexOverride":[2,"z-index-override"]},null,{"open":["toggleHeight"]}]]],["cpsl-nav-button",[[1,"cpsl-nav-button",{"disabled":[516],"exactMainRouteMatch":[4,"exact-main-route-match"],"exactSubRouteMatch":[4,"exact-sub-route-match"],"route":[1],"subRoutes":[16],"path":[1]}]]],["cpsl-col",[[1,"cpsl-col",{"align":[1],"justify":[1],"gap":[8],"offset":[1],"offsetXs":[1,"offset-xs"],"offsetSm":[1,"offset-sm"],"offsetMd":[1,"offset-md"],"offsetLg":[1,"offset-lg"],"offsetXl":[1,"offset-xl"],"pull":[1],"pullXs":[1,"pull-xs"],"pullSm":[1,"pull-sm"],"pullMd":[1,"pull-md"],"pullLg":[1,"pull-lg"],"pullXl":[1,"pull-xl"],"push":[1],"pushXs":[1,"push-xs"],"pushSm":[1,"push-sm"],"pushMd":[1,"push-md"],"pushLg":[1,"push-lg"],"pushXl":[1,"push-xl"],"size":[1],"sizeXs":[1,"size-xs"],"sizeSm":[1,"size-sm"],"sizeMd":[1,"size-md"],"sizeLg":[1,"size-lg"],"sizeXl":[1,"size-xl"]},[[9,"resize","onResize"]]]]],["cpsl-grid",[[1,"cpsl-grid",{"fixed":[4]}]]],["cpsl-identicon",[[1,"cpsl-identicon",{"hash":[1],"size":[1],"variant":[1],"arcWidth":[1,"arc-width"]}]]],["cpsl-info-box",[[1,"cpsl-info-box"]]],["cpsl-row",[[1,"cpsl-row",{"col":[4],"align":[1],"justify":[1],"gap":[8]}]]],["cpsl-alert_34",[[1,"cpsl-pagination",{"initialPage":[2,"initial-page"],"totalPages":[2,"total-pages"],"visiblePages":[1026,"visible-pages"],"currentPage":[32]},null,{"currentPage":["watchChange"]}],[1,"cpsl-select",{"anchorElId":[1,"anchor-el-id"],"autoWidth":[4,"auto-width"],"alignCenter":[4,"align-center"],"disabled":[4],"dropdownMaxHeight":[2,"dropdown-max-height"],"errorText":[1,"error-text"],"formatValue":[16],"helperText":[1,"helper-text"],"id":[1],"icon":[1],"label":[1],"multiple":[4],"noIconAnimation":[4,"no-icon-animation"],"placeholder":[1],"required":[4],"selectedValue":[1,"selected-value"],"showFormattedSelectedItem":[4,"show-formatted-selected-item"],"showOptionalLabel":[4,"show-optional-label"],"showSearch":[4,"show-search"],"searchPlaceholder":[1,"search-placeholder"],"selectedItemColor":[1,"selected-item-color"],"selectedItemVariant":[1,"selected-item-variant"],"selectedItemWeight":[1,"selected-item-weight"],"anchorEl":[32],"hasFocus":[32],"popoverOpen":[32],"hasSelectedItem":[32]},[[0,"cpslSelectItemClick","selectItemClickHandler"],[0,"cpslOpen","onPopoverOpen"],[0,"cpslClose","onPopoverClose"]],{"selectedValue":["onValueChange","handleValueChange"]}],[1,"cpsl-file-upload",{"disabled":[516],"errorText":[1,"error-text"],"externalFilename":[1,"external-filename"],"externalSrc":[1,"external-src"],"fileTypes":[16],"helperText":[1,"helper-text"],"label":[1],"required":[4],"showOptionalLabel":[4,"show-optional-label"],"uploadFile":[16],"file":[32],"dragOver":[32],"dragError":[32],"isUploading":[32],"uploadError":[32]}],[1,"cpsl-auth-modal",{"enterTransitionDuration":[2,"enter-transition-duration"],"exitTransitionDuration":[2,"exit-transition-duration"],"noOverlay":[4,"no-overlay"],"open":[4],"zIndexOverride":[2,"z-index-override"],"hasFooter":[32],"isMobile":[32]},null,{"open":["toggleModal"]}],[1,"cpsl-alert",{"icon":[1],"noIcon":[4,"no-icon"],"variant":[1],"filled":[4]}],[1,"cpsl-checkbox",{"checked":[4]}],[1,"cpsl-code-input",{"code":[1025],"errorText":[1,"error-text"],"helperText":[1,"helper-text"],"length":[2],"type":[1]},null,{"code":["watchCodeProp"]}],[1,"cpsl-drawer",{"anchor":[1],"anchorPosition":[2,"anchor-position"],"noOverlay":[4,"no-overlay"],"open":[4],"size":[8],"transitionDuration":[2,"transition-duration"],"transitionFunction":[1,"transition-function"],"variant":[1],"zIndexOverride":[2,"z-index-override"],"closedAnchorPosition":[32],"showTransition":[32]}],[1,"cpsl-icon-group",{"expandFrom":[1,"expand-from"],"disabled":[4],"icons":[16],"isHovered":[32]}],[1,"cpsl-slide-button",{"disabled":[4],"endIcon":[1,"end-icon"],"endText":[1,"end-text"],"startIcon":[1,"start-icon"],"startText":[1,"start-text"]}],[1,"cpsl-table",{"hasHorizontalScroll":[32],"hasVerticalScroll":[32]}],[1,"cpsl-tile-button",{"disabled":[516],"src":[1],"icon":[1]}],[1,"cpsl-app-bar",{"height":[2],"position":[1],"zIndexOverride":[2,"z-index-override"]}],[1,"cpsl-avatar",{"alt":[1],"src":[1],"size":[1],"variant":[1]}],[1,"cpsl-divider"],[1,"cpsl-dropdown",{"width":[1],"hasCpslSearch":[4,"has-cpsl-search"],"items":[16],"selectedItem":[1040],"isOpen":[32],"searchQuery":[32],"filteredItems":[32]},[[9,"resize","handleResize"]],{"selectedItem":["handleSelectedItemChange"],"isOpen":["handleOpenChange"]}],[1,"cpsl-nav-button-group"],[1,"cpsl-pill",{"text":[1]}],[1,"cpsl-progress-indicator",{"totalSteps":[2,"total-steps"],"step":[2]}],[1,"cpsl-qr-code",{"url":[1],"imageSrc":[1,"image-src"],"size":[2],"icon":[1]}],[1,"cpsl-radio",{"checked":[4]}],[1,"cpsl-select-item",{"selected":[4],"value":[1]}],[1,"cpsl-switch",{"checked":[4]}],[1,"cpsl-tab",{"selected":[4],"tab":[1]},[[8,"cpslTabsChanged","onTabsChanged"],[8,"cpslTabsInit","onTabsInit"]]],[1,"cpsl-tabs",{"fullWidth":[4,"full-width"],"selectedTab":[1,"selected-tab"],"selectedTabRect":[32],"loaded":[32]},[[8,"cpslTabButtonSizeChange","onTabSizeChange"]],{"fullWidth":["updateSlider"],"selectedTab":["updateTab"]}],[1,"cpsl-button-group",{"selectedId":[1,"selected-id"]},null,{"selectedId":["selectItem"]}],[1,"cpsl-input",{"as":[1],"autocapitalize":[1],"autocomplete":[1],"autocorrect":[1],"noAutoDisable":[4,"no-auto-disable"],"autofocus":[4],"autoselect":[4],"disabled":[4],"contrastText":[4,"contrast-text"],"enterkeyhint":[1],"errorText":[1,"error-text"],"fitContent":[4,"fit-content"],"mask":[1],"isPhone":[4,"is-phone"],"helperText":[1,"helper-text"],"inputmode":[1],"label":[1],"max":[8],"maxlength":[2],"min":[8],"minlength":[2],"multiple":[4],"name":[1],"pattern":[1],"placeholder":[1],"readonly":[4],"required":[4],"rows":[2],"showOptionalLabel":[4,"show-optional-label"],"spellcheck":[4],"startIconSrc":[1,"start-icon-src"],"startIcon":[1,"start-icon"],"step":[1],"type":[1],"value":[1025],"hasFocus":[32]},null,{"disabled":["handleDisable"],"mask":["handleSetupMask"],"value":["handleValueChange"]}],[1,"cpsl-popover",{"anchorEl":[16],"anchorOriginHorizontal":[1,"anchor-origin-horizontal"],"anchorOriginVertical":[1,"anchor-origin-vertical"],"autoWidth":[4,"auto-width"],"disabled":[4],"preventBlur":[4,"prevent-blur"],"transformOriginHorizontal":[1,"transform-origin-horizontal"],"transformOriginVertical":[1,"transform-origin-vertical"],"alignCenter":[4,"align-center"],"triggerAction":[1,"trigger-action"],"trigger":[1],"windowPadding":[2,"window-padding"],"open":[32],"hasSetInitialPosition":[32],"positionX":[32],"positionY":[32],"closePopover":[64]},null,{"trigger":["onTriggerChange"],"triggerAction":["onTriggerChange"],"preventBlur":["onTriggerChange"],"anchorOriginHorizontal":["onAnchorChange"],"anchorOriginVertical":["onAnchorChange"],"alignCenter":["onAnchorChange"],"open":["onOpenChange"]}],[1,"cpsl-button",{"as":[1],"disabled":[516],"pending":[4],"fullWidth":[4,"full-width"],"href":[1],"size":[1],"target":[1],"type":[1],"variant":[513]}],[1,"cpsl-card"],[1,"cpsl-overlay",{"enterTransitionDuration":[2,"enter-transition-duration"],"exitTransitionDuration":[2,"exit-transition-duration"],"open":[4],"zIndexOverride":[2,"z-index-override"]},null,{"open":["toggleHeight"]}],[1,"cpsl-spinner",{"variant":[1],"size":[2],"barWidth":[2,"bar-width"],"speed":[2]}],[1,"cpsl-text",{"color":[1],"variant":[1],"weight":[1],"align":[1]}],[1,"cpsl-icon",{"src":[1],"size":[1],"invert":[4],"inset":[1],"icon":[1],"radius":[1],"background":[1],"color":[1],"border":[1]}]]]], options);
9
9
  };
10
10
 
11
11
  export { defineCustomElements };
@@ -11,6 +11,7 @@ export declare const Icons: {
11
11
  arrowCircleDownFilled: string;
12
12
  arrowCircleDown: string;
13
13
  arrowNarrow: string;
14
+ arrowUpDown: string;
14
15
  arrow: string;
15
16
  asterisk: string;
16
17
  backpack: string;
@@ -34,6 +35,7 @@ export declare const Icons: {
34
35
  clubhouse: string;
35
36
  code: string;
36
37
  coinbase: string;
38
+ coins: string;
37
39
  copy07: string;
38
40
  copy: string;
39
41
  cosmosCircle: string;
@@ -62,6 +64,7 @@ export declare const Icons: {
62
64
  emptyCircle: string;
63
65
  ethCircle: string;
64
66
  ethereum: string;
67
+ externalLink: string;
65
68
  eyeOff: string;
66
69
  eye: string;
67
70
  facebookBrand: string;
@@ -10,6 +10,11 @@ export declare class CpslButton {
10
10
  * Default is: false.
11
11
  */
12
12
  disabled?: boolean;
13
+ /**
14
+ * If the button is pending.
15
+ * Default is: false.
16
+ */
17
+ pending?: boolean;
13
18
  /**
14
19
  * Whether the button takes the full width of it's container.
15
20
  * Default is: false.
@@ -107,6 +107,10 @@ export namespace Components {
107
107
  * href to use when using a link.
108
108
  */
109
109
  "href"?: string;
110
+ /**
111
+ * If the button is pending. Default is: false.
112
+ */
113
+ "pending"?: boolean;
110
114
  /**
111
115
  * The size of the button. Options are: `"small"`, `"medium". Default is: `"medium"`.
112
116
  */
@@ -1668,6 +1672,10 @@ declare namespace LocalJSX {
1668
1672
  * href to use when using a link.
1669
1673
  */
1670
1674
  "href"?: string;
1675
+ /**
1676
+ * If the button is pending. Default is: false.
1677
+ */
1678
+ "pending"?: boolean;
1671
1679
  /**
1672
1680
  * The size of the button. Options are: `"small"`, `"medium". Default is: `"medium"`.
1673
1681
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getpara/core-components",
3
3
  "description": "Capsule Core Components",
4
- "version": "2.0.0-alpha.71",
4
+ "version": "2.0.0-alpha.73",
5
5
  "collection": "dist/collection/collection-manifest.json",
6
6
  "collection:main": "dist/collection/index.js",
7
7
  "dependencies": {
@@ -68,5 +68,5 @@
68
68
  ],
69
69
  "type": "module",
70
70
  "types": "dist/types/index.d.ts",
71
- "gitHead": "30e5bad6a141f1b56959432f11aaf1536b84dece"
71
+ "gitHead": "52a9fc31810d56e792e23f68b73e1d4efbf6b96b"
72
72
  }