legalesign-document-viewer 0.9.21 → 0.9.22

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 (479) hide show
  1. package/dist/cjs/{i18n-2j78quax.js → i18n-Bp2XLXxM.js} +4 -2
  2. package/dist/cjs/{i18n-2j78quax.js.map → i18n-Bp2XLXxM.js.map} +1 -1
  3. package/dist/cjs/{index-DjAX0m_J.js → index-DFeU0FNc.js} +9 -3
  4. package/dist/cjs/index-DFeU0FNc.js.map +1 -0
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/ls-add-new-button_51.cjs.entry.js +950 -569
  7. package/dist/cjs/ls-badge.cjs.entry.js +1 -1
  8. package/dist/cjs/ls-banner.cjs.entry.js +1 -1
  9. package/dist/cjs/ls-card.cjs.entry.js +1 -1
  10. package/dist/cjs/ls-checkbox-input_5.cjs.entry.js +1 -1
  11. package/dist/cjs/ls-compose-manager.cjs.entry.js +4 -4
  12. package/dist/cjs/ls-details-section.cjs.entry.js +1 -1
  13. package/dist/cjs/ls-document-viewer.cjs.js +2 -2
  14. package/dist/cjs/ls-dropdown-item.cjs.entry.js +1 -1
  15. package/dist/cjs/ls-dropdown.cjs.entry.js +1 -1
  16. package/dist/cjs/ls-field-properties-dropdown.cjs.entry.js +2 -2
  17. package/dist/cjs/ls-formfield.cjs.entry.js +1 -1
  18. package/dist/cjs/ls-header-bar.cjs.entry.js +1 -1
  19. package/dist/cjs/ls-icon-button.cjs.entry.js +1 -1
  20. package/dist/cjs/ls-icon-check-button.cjs.entry.js +1 -1
  21. package/dist/cjs/ls-label.cjs.entry.js +1 -1
  22. package/dist/cjs/ls-list-card-button.cjs.entry.js +1 -1
  23. package/dist/cjs/ls-navbar.cjs.entry.js +1 -1
  24. package/dist/cjs/ls-notification.cjs.entry.js +1 -1
  25. package/dist/cjs/ls-radio-group.cjs.entry.js +1 -1
  26. package/dist/cjs/ls-radio-input.cjs.entry.js +1 -1
  27. package/dist/cjs/ls-tabs.cjs.entry.js +1 -1
  28. package/dist/cjs/ls-tag.cjs.entry.js +1 -1
  29. package/dist/cjs/ls-text.cjs.entry.js +1 -1
  30. package/dist/cjs/ls-timeline-step.cjs.entry.js +1 -1
  31. package/dist/cjs/ls-timeline.cjs.entry.js +1 -1
  32. package/dist/cjs/ls-title-input.cjs.entry.js +2 -2
  33. package/dist/cjs/test-item.cjs.entry.js +1 -1
  34. package/dist/collection/components/interfaces/IToolboxField.js.map +1 -1
  35. package/dist/collection/components/ls-compose-loader/ls-compose-loader.js +1 -1
  36. package/dist/collection/components/ls-compose-manager/ls-compose-manager.js +2 -2
  37. package/dist/collection/components/ls-document-viewer/editorCalculator.js +1 -0
  38. package/dist/collection/components/ls-document-viewer/editorCalculator.js.map +1 -1
  39. package/dist/collection/components/ls-document-viewer/keyHandlers.js +51 -7
  40. package/dist/collection/components/ls-document-viewer/keyHandlers.js.map +1 -1
  41. package/dist/collection/components/ls-document-viewer/ls-document-viewer.css +16 -4
  42. package/dist/collection/components/ls-document-viewer/ls-document-viewer.js +60 -32
  43. package/dist/collection/components/ls-document-viewer/ls-document-viewer.js.map +1 -1
  44. package/dist/collection/components/ls-document-viewer/mouseHandlers.js +294 -58
  45. package/dist/collection/components/ls-document-viewer/mouseHandlers.js.map +1 -1
  46. package/dist/collection/components/ls-document-viewer/snapHelper.js +66 -0
  47. package/dist/collection/components/ls-document-viewer/snapHelper.js.map +1 -0
  48. package/dist/collection/components/ls-editor-field/ls-editor-field.css +33 -0
  49. package/dist/collection/components/ls-editor-field/ls-editor-field.js +31 -19
  50. package/dist/collection/components/ls-editor-field/ls-editor-field.js.map +1 -1
  51. package/dist/collection/components/ls-editor-table/ls-editor-table.js +1 -1
  52. package/dist/collection/components/ls-feature-column/ls-feature-column.js +6 -6
  53. package/dist/collection/components/ls-field-alignment/ls-field-alignment.js +2 -2
  54. package/dist/collection/components/ls-field-content/ls-field-content.js +3 -3
  55. package/dist/collection/components/ls-field-dimensions/ls-field-dimensions.js +3 -3
  56. package/dist/collection/components/ls-field-distribute/ls-field-distribute.js +5 -5
  57. package/dist/collection/components/ls-field-footer/ls-field-footer.js +1 -1
  58. package/dist/collection/components/ls-field-format/ls-field-format.js +11 -11
  59. package/dist/collection/components/ls-field-placement/ls-field-placement.js +1 -1
  60. package/dist/collection/components/ls-field-properties/ls-field-properties.js +1 -1
  61. package/dist/collection/components/ls-field-properties-advanced/ls-field-properties-advanced.js +2 -2
  62. package/dist/collection/components/ls-field-properties-autosign/ls-field-properties-autosign.js +1 -1
  63. package/dist/collection/components/ls-field-properties-container/ls-field-properties-container.js +1 -1
  64. package/dist/collection/components/ls-field-properties-date/ls-field-properties-date.js +1 -1
  65. package/dist/collection/components/ls-field-properties-dropdown/ls-field-properties-dropdown.js +1 -1
  66. package/dist/collection/components/ls-field-properties-email/ls-field-properties-email.js +1 -1
  67. package/dist/collection/components/ls-field-properties-file/ls-field-properties-file.js +1 -1
  68. package/dist/collection/components/ls-field-properties-general/ls-field-properties-general.js +1 -1
  69. package/dist/collection/components/ls-field-properties-image/ls-field-properties-image.js +1 -1
  70. package/dist/collection/components/ls-field-properties-multiple/ls-field-properties-multiple.js +3 -3
  71. package/dist/collection/components/ls-field-properties-number/ls-field-properties-number.js +1 -1
  72. package/dist/collection/components/ls-field-properties-signature/ls-field-properties-signature.js +1 -1
  73. package/dist/collection/components/ls-field-properties-text/ls-field-properties-text.js +1 -1
  74. package/dist/collection/components/ls-field-size/ls-field-size.js +1 -1
  75. package/dist/collection/components/ls-field-type-display/ls-field-type-display.js +3 -3
  76. package/dist/collection/components/ls-helper-bar/ls-helper-bar.css +1 -1
  77. package/dist/collection/components/ls-helper-bar/ls-helper-bar.js +1 -1
  78. package/dist/collection/components/ls-helper-bar/ls-helper-bar.js.map +1 -1
  79. package/dist/collection/components/ls-input-wrapper/ls-input-wrapper.js +1 -1
  80. package/dist/collection/components/ls-keyboard-shortcuts/ls-keyboard-shortcuts.js +1 -1
  81. package/dist/collection/components/ls-left-bar/ls-left-bar.js +1 -1
  82. package/dist/collection/components/ls-left-bar/ls-left-bar.js.map +1 -1
  83. package/dist/collection/components/ls-participant-card/ls-participant-card.js +1 -1
  84. package/dist/collection/components/ls-participant-card/ls-participant-card.js.map +1 -1
  85. package/dist/collection/components/ls-participant-manager/ls-participant-manager.js +3 -3
  86. package/dist/collection/components/ls-participant-select/ls-participant-select.css +1 -1
  87. package/dist/collection/components/ls-participant-select/ls-participant-select.js +25 -9
  88. package/dist/collection/components/ls-participant-select/ls-participant-select.js.map +1 -1
  89. package/dist/collection/components/ls-props-section/ls-props-section.js +1 -1
  90. package/dist/collection/components/ls-recipient-card/ls-recipient-card.js +9 -9
  91. package/dist/collection/components/ls-recipient-card/ls-recipient-card.js.map +1 -1
  92. package/dist/collection/components/ls-recipient-manager/ls-recipient-manager.js +1 -1
  93. package/dist/collection/components/ls-statusbar/ls-statusbar.js +8 -11
  94. package/dist/collection/components/ls-statusbar/ls-statusbar.js.map +1 -1
  95. package/dist/collection/components/ls-title-input/ls-title-input.js +1 -1
  96. package/dist/collection/components/ls-toggle/ls-toggle.js +2 -2
  97. package/dist/collection/components/ls-toolbar/ls-toolbar.css +1 -1
  98. package/dist/collection/components/ls-toolbar/ls-toolbar.js +3 -5
  99. package/dist/collection/components/ls-toolbar/ls-toolbar.js.map +1 -1
  100. package/dist/collection/components/ls-toolbox-field/ls-toolbox-field.js +38 -32
  101. package/dist/collection/components/ls-toolbox-field/ls-toolbox-field.js.map +1 -1
  102. package/dist/collection/components/ls-validation-manager/ls-validation-manager.js +2 -2
  103. package/dist/collection/components/ls-validation-tag/ls-validation-tag.css +65 -0
  104. package/dist/collection/components/ls-validation-tag/ls-validation-tag.js +7 -11
  105. package/dist/collection/components/ls-validation-tag/ls-validation-tag.js.map +1 -1
  106. package/dist/components/index.js +1 -1
  107. package/dist/components/ls-add-new-button.js +1 -1
  108. package/dist/components/ls-badge.js +1 -1
  109. package/dist/components/ls-banner.js +6 -6
  110. package/dist/components/ls-banner.js.map +1 -1
  111. package/dist/components/ls-button.js +1 -1
  112. package/dist/components/ls-card.js +1 -1
  113. package/dist/components/ls-card.js.map +1 -1
  114. package/dist/components/ls-checkbox-input.js +1 -1
  115. package/dist/components/ls-compose-loader.js +1 -1
  116. package/dist/components/ls-compose-manager.js +4 -4
  117. package/dist/components/ls-details-section.js +3 -3
  118. package/dist/components/ls-details-section.js.map +1 -1
  119. package/dist/components/ls-document-options.js +1 -1
  120. package/dist/components/ls-document-viewer.js +153 -90
  121. package/dist/components/ls-document-viewer.js.map +1 -1
  122. package/dist/components/ls-dropdown-item.js +1 -1
  123. package/dist/components/ls-dropdown.js +3 -3
  124. package/dist/components/ls-dropdown.js.map +1 -1
  125. package/dist/components/ls-editor-field.js +1 -1
  126. package/dist/components/ls-editor-table.js +1 -1
  127. package/dist/components/ls-feature-column.js +1 -1
  128. package/dist/components/ls-field-alignment.js +1 -1
  129. package/dist/components/ls-field-content.js +1 -1
  130. package/dist/components/ls-field-dimensions.js +1 -1
  131. package/dist/components/ls-field-distribute.js +1 -1
  132. package/dist/components/ls-field-footer.js +1 -1
  133. package/dist/components/ls-field-format.js +1 -1
  134. package/dist/components/ls-field-placement.js +1 -1
  135. package/dist/components/ls-field-properties-advanced.js +1 -1
  136. package/dist/components/ls-field-properties-autosign.js +1 -1
  137. package/dist/components/ls-field-properties-container.js +1 -1
  138. package/dist/components/ls-field-properties-date.js +1 -1
  139. package/dist/components/ls-field-properties-dropdown.js +15 -15
  140. package/dist/components/ls-field-properties-email.js +1 -1
  141. package/dist/components/ls-field-properties-file.js +1 -1
  142. package/dist/components/ls-field-properties-general.js +1 -1
  143. package/dist/components/ls-field-properties-image.js +1 -1
  144. package/dist/components/ls-field-properties-multiple.js +1 -1
  145. package/dist/components/ls-field-properties-number.js +1 -1
  146. package/dist/components/ls-field-properties-signature.js +1 -1
  147. package/dist/components/ls-field-properties-text.js +1 -1
  148. package/dist/components/ls-field-properties.js +1 -1
  149. package/dist/components/ls-field-size.js +1 -1
  150. package/dist/components/ls-field-type-display.js +1 -1
  151. package/dist/components/ls-formfield.js +11 -11
  152. package/dist/components/ls-formfield.js.map +1 -1
  153. package/dist/components/ls-header-bar.js +4 -4
  154. package/dist/components/ls-header-bar.js.map +1 -1
  155. package/dist/components/ls-helper-bar.js +1 -1
  156. package/dist/components/ls-icon-button.js +1 -1
  157. package/dist/components/ls-icon-check-button.js +2 -2
  158. package/dist/components/ls-icon-check-button.js.map +1 -1
  159. package/dist/components/ls-icon.js +1 -1
  160. package/dist/components/ls-input-wrapper.js +1 -1
  161. package/dist/components/ls-keyboard-shortcuts.js +1 -1
  162. package/dist/components/ls-label.js +1 -1
  163. package/dist/components/ls-left-bar.js +1 -1
  164. package/dist/components/ls-list-card-button.js +4 -4
  165. package/dist/components/ls-list-card-button.js.map +1 -1
  166. package/dist/components/ls-loading-icon.js +1 -1
  167. package/dist/components/ls-loading-logo.js +1 -1
  168. package/dist/components/ls-loading.js +1 -1
  169. package/dist/components/ls-navbar.js +3 -3
  170. package/dist/components/ls-navbar.js.map +1 -1
  171. package/dist/components/ls-notification.js +2 -2
  172. package/dist/components/ls-notification.js.map +1 -1
  173. package/dist/components/ls-number-input.js +1 -1
  174. package/dist/components/ls-participant-card.js +1 -1
  175. package/dist/components/ls-participant-manager.js +1 -1
  176. package/dist/components/ls-participant-select.js +1 -1
  177. package/dist/components/ls-props-section.js +1 -1
  178. package/dist/components/ls-radio-group.js +3 -3
  179. package/dist/components/ls-radio-group.js.map +1 -1
  180. package/dist/components/ls-radio-input.js +1 -1
  181. package/dist/components/ls-recipient-card.js +1 -1
  182. package/dist/components/ls-recipient-manager.js +1 -1
  183. package/dist/components/ls-select-input.js +1 -1
  184. package/dist/components/ls-statusbar.js +1 -1
  185. package/dist/components/ls-tabs.js +2 -2
  186. package/dist/components/ls-tabs.js.map +1 -1
  187. package/dist/components/ls-tag.js +2 -2
  188. package/dist/components/ls-tag.js.map +1 -1
  189. package/dist/components/ls-text-input.js +1 -1
  190. package/dist/components/ls-text.js +1 -1
  191. package/dist/components/ls-text.js.map +1 -1
  192. package/dist/components/ls-textarea-input.js +1 -1
  193. package/dist/components/ls-timeline-step.js +2 -2
  194. package/dist/components/ls-timeline-step.js.map +1 -1
  195. package/dist/components/ls-timeline.js +2 -2
  196. package/dist/components/ls-timeline.js.map +1 -1
  197. package/dist/components/ls-title-input.js +3 -3
  198. package/dist/components/ls-toggle.js +1 -1
  199. package/dist/components/ls-toolbar.js +1 -1
  200. package/dist/components/ls-toolbox-field.js +1 -1
  201. package/dist/components/ls-tooltip.js +1 -1
  202. package/dist/components/ls-validation-manager.js +1 -1
  203. package/dist/components/ls-validation-tag.js +1 -1
  204. package/dist/components/{p-hGc0PM4h.js → p-0KcafqsD.js} +4 -4
  205. package/dist/components/{p-hGc0PM4h.js.map → p-0KcafqsD.js.map} +1 -1
  206. package/dist/components/{p-DckVC3o2.js → p-3C_ngKa0.js} +20 -32
  207. package/dist/components/p-3C_ngKa0.js.map +1 -0
  208. package/dist/components/{p-BqHWzbwb.js → p-84KTjgkl.js} +4 -4
  209. package/dist/components/{p-BqHWzbwb.js.map → p-84KTjgkl.js.map} +1 -1
  210. package/dist/components/{p--TgjpdhB.js → p-B-lmV6Ge.js} +30 -30
  211. package/dist/components/{p--TgjpdhB.js.map → p-B-lmV6Ge.js.map} +1 -1
  212. package/dist/components/{p-BPcmC2nE.js → p-B57Pqae2.js} +17 -17
  213. package/dist/components/{p-BPcmC2nE.js.map → p-B57Pqae2.js.map} +1 -1
  214. package/dist/components/{p-Cj4lPJEO.js → p-B7x-6bu5.js} +4 -4
  215. package/dist/components/{p-Cj4lPJEO.js.map → p-B7x-6bu5.js.map} +1 -1
  216. package/dist/components/{p-4mqXicuy.js → p-B8MnmgX3.js} +18 -18
  217. package/dist/components/{p-4mqXicuy.js.map → p-B8MnmgX3.js.map} +1 -1
  218. package/dist/components/{p-BuTI5iFf.js → p-B9ooYFOA.js} +5 -5
  219. package/dist/components/{p-BuTI5iFf.js.map → p-B9ooYFOA.js.map} +1 -1
  220. package/dist/components/{p-BilTZGhO.js → p-BCzMSIcI.js} +4 -4
  221. package/dist/components/{p-BilTZGhO.js.map → p-BCzMSIcI.js.map} +1 -1
  222. package/dist/components/{p-DhcX4EuS.js → p-BDrXR7dP.js} +15 -15
  223. package/dist/components/p-BDrXR7dP.js.map +1 -0
  224. package/dist/components/{p-DAP3L70b.js → p-BH-y0Rpv.js} +9 -9
  225. package/dist/components/{p-DAP3L70b.js.map → p-BH-y0Rpv.js.map} +1 -1
  226. package/dist/components/{p-MvHRmlvj.js → p-BMhCD-zg.js} +4 -4
  227. package/dist/components/{p-MvHRmlvj.js.map → p-BMhCD-zg.js.map} +1 -1
  228. package/dist/components/{p-DIZNU-wE.js → p-BOiW1EXR.js} +15 -15
  229. package/dist/components/{p-DIZNU-wE.js.map → p-BOiW1EXR.js.map} +1 -1
  230. package/dist/components/{p-Bo2HQUQV.js → p-BQUrLZHa.js} +17 -17
  231. package/dist/components/{p-Bo2HQUQV.js.map → p-BQUrLZHa.js.map} +1 -1
  232. package/dist/components/{p-CSPLGKKp.js → p-BT5rCW3w.js} +3 -3
  233. package/dist/components/{p-CSPLGKKp.js.map → p-BT5rCW3w.js.map} +1 -1
  234. package/dist/components/{p-Dx1cMyvL.js → p-BtjCijn4.js} +4 -2
  235. package/dist/components/{p-Dx1cMyvL.js.map → p-BtjCijn4.js.map} +1 -1
  236. package/dist/components/{p-Bn74nhFM.js → p-C7YkcdaA.js} +10 -10
  237. package/dist/components/{p-Bn74nhFM.js.map → p-C7YkcdaA.js.map} +1 -1
  238. package/dist/components/{p-cJzdZ_Zw.js → p-CKZG8VvW.js} +5 -5
  239. package/dist/components/{p-cJzdZ_Zw.js.map → p-CKZG8VvW.js.map} +1 -1
  240. package/dist/components/{p-CyqNq-AI.js → p-CKbRUnN1.js} +7 -7
  241. package/dist/components/{p-CyqNq-AI.js.map → p-CKbRUnN1.js.map} +1 -1
  242. package/dist/components/{p-DCdDskfL.js → p-CL7BhZ_Q.js} +373 -72
  243. package/dist/components/p-CL7BhZ_Q.js.map +1 -0
  244. package/dist/components/{p-B4zjHmIp.js → p-CPBue47f.js} +17 -17
  245. package/dist/components/{p-B4zjHmIp.js.map → p-CPBue47f.js.map} +1 -1
  246. package/dist/components/{p-DxKBajEl.js → p-CR8tt6fP.js} +17 -17
  247. package/dist/components/{p-DxKBajEl.js.map → p-CR8tt6fP.js.map} +1 -1
  248. package/dist/components/{p-C8NcdVVP.js → p-CZF2_NGo.js} +4 -4
  249. package/dist/components/{p-C8NcdVVP.js.map → p-CZF2_NGo.js.map} +1 -1
  250. package/dist/components/{p-BNu-kdNq.js → p-C_1P1sdO.js} +9 -9
  251. package/dist/components/{p-BNu-kdNq.js.map → p-C_1P1sdO.js.map} +1 -1
  252. package/dist/components/{p-EE_rUtMN.js → p-ChRy20ef.js} +12 -12
  253. package/dist/components/{p-EE_rUtMN.js.map → p-ChRy20ef.js.map} +1 -1
  254. package/dist/components/{p-DOZ7EVSp.js → p-CjWrgCFE.js} +45 -45
  255. package/dist/components/p-CjWrgCFE.js.map +1 -0
  256. package/dist/components/{p-DGgN9Tk0.js → p-CkKXB6ey.js} +7 -7
  257. package/dist/components/{p-DGgN9Tk0.js.map → p-CkKXB6ey.js.map} +1 -1
  258. package/dist/components/{p-OLQsckjQ.js → p-Cq8ahbie.js} +4 -4
  259. package/dist/components/{p-OLQsckjQ.js.map → p-Cq8ahbie.js.map} +1 -1
  260. package/dist/components/{p-d3qXKu5b.js → p-CtwomLWc.js} +17 -17
  261. package/dist/components/{p-d3qXKu5b.js.map → p-CtwomLWc.js.map} +1 -1
  262. package/dist/components/{p-BuUhtsZT.js → p-CuKQ9tEk.js} +3 -3
  263. package/dist/components/{p-BuUhtsZT.js.map → p-CuKQ9tEk.js.map} +1 -1
  264. package/dist/components/{p-DJ7bx7B5.js → p-CuOa6zQ5.js} +13 -13
  265. package/dist/components/{p-DJ7bx7B5.js.map → p-CuOa6zQ5.js.map} +1 -1
  266. package/dist/components/{p-CmMYC0p8.js → p-CzuXVZQ1.js} +4 -4
  267. package/dist/components/{p-CmMYC0p8.js.map → p-CzuXVZQ1.js.map} +1 -1
  268. package/dist/components/{p-DFvqOenH.js → p-D5pMAqGE.js} +8 -8
  269. package/dist/components/{p-DFvqOenH.js.map → p-D5pMAqGE.js.map} +1 -1
  270. package/dist/components/p-D60hGCYW.js +163 -0
  271. package/dist/components/p-D60hGCYW.js.map +1 -0
  272. package/dist/components/p-DBASMZy7.js +63 -0
  273. package/dist/components/p-DBASMZy7.js.map +1 -0
  274. package/dist/components/{p-wwN19gwm.js → p-DKo99Z43.js} +3 -3
  275. package/dist/components/{p-wwN19gwm.js.map → p-DKo99Z43.js.map} +1 -1
  276. package/dist/components/{p-D7bwh5bc.js → p-DLJvb8vE.js} +8 -8
  277. package/dist/components/{p-D7bwh5bc.js.map → p-DLJvb8vE.js.map} +1 -1
  278. package/dist/components/{p-3MMDk3sy.js → p-DN9dmmkk.js} +17 -17
  279. package/dist/components/{p-3MMDk3sy.js.map → p-DN9dmmkk.js.map} +1 -1
  280. package/dist/components/{p-BfHGjq5t.js → p-DSEWxCUd.js} +17 -20
  281. package/dist/components/p-DSEWxCUd.js.map +1 -0
  282. package/dist/components/{p-CgczqobT.js → p-DVMW45bm.js} +8 -8
  283. package/dist/components/{p-CgczqobT.js.map → p-DVMW45bm.js.map} +1 -1
  284. package/dist/components/{p-Bo0Bazo8.js → p-DWHMcRuX.js} +22 -36
  285. package/dist/components/p-DWHMcRuX.js.map +1 -0
  286. package/dist/components/{p-BJqq2Npt.js → p-DX0MxmqS.js} +17 -17
  287. package/dist/components/{p-BJqq2Npt.js.map → p-DX0MxmqS.js.map} +1 -1
  288. package/dist/components/{p-dHMolk9H.js → p-DZP-fvPJ.js} +60 -15
  289. package/dist/components/p-DZP-fvPJ.js.map +1 -0
  290. package/dist/components/{p-CYSZo6aX.js → p-DcR04vBT.js} +4 -4
  291. package/dist/components/{p-CYSZo6aX.js.map → p-DcR04vBT.js.map} +1 -1
  292. package/dist/components/{p-BDiZ0WrF.js → p-Dcgsf6yy.js} +5 -5
  293. package/dist/components/{p-BDiZ0WrF.js.map → p-Dcgsf6yy.js.map} +1 -1
  294. package/dist/components/{p-BrykT5-C.js → p-DffaAVW4.js} +9 -3
  295. package/dist/components/p-DffaAVW4.js.map +1 -0
  296. package/dist/components/p-DgBJsVwe.js +117 -0
  297. package/dist/components/p-DgBJsVwe.js.map +1 -0
  298. package/dist/components/{p-BEoo68ix.js → p-DgdZURoz.js} +17 -17
  299. package/dist/components/{p-BEoo68ix.js.map → p-DgdZURoz.js.map} +1 -1
  300. package/dist/components/{p-CWgG6RtI.js → p-Dj0hj7yh.js} +5 -5
  301. package/dist/components/{p-CWgG6RtI.js.map → p-Dj0hj7yh.js.map} +1 -1
  302. package/dist/components/{p-d3FQEed-.js → p-DowYrMjW.js} +5 -5
  303. package/dist/components/{p-d3FQEed-.js.map → p-DowYrMjW.js.map} +1 -1
  304. package/dist/components/{p-BYjOvCbn.js → p-DrEcfY_J.js} +4 -4
  305. package/dist/components/{p-BYjOvCbn.js.map → p-DrEcfY_J.js.map} +1 -1
  306. package/dist/components/{p-Dz16EnCS.js → p-Dw_QK-he.js} +11 -9
  307. package/dist/components/p-Dw_QK-he.js.map +1 -0
  308. package/dist/components/p-JclQnuaU.js +108 -0
  309. package/dist/components/p-JclQnuaU.js.map +1 -0
  310. package/dist/components/{p-BgjZLcgZ.js → p-LtApPKUM.js} +11 -11
  311. package/dist/components/p-LtApPKUM.js.map +1 -0
  312. package/dist/components/{p-UI9vt753.js → p-OiC5NHtc.js} +4 -4
  313. package/dist/components/{p-UI9vt753.js.map → p-OiC5NHtc.js.map} +1 -1
  314. package/dist/components/{p-B-hPslyN.js → p-QZa2_PWg.js} +4 -4
  315. package/dist/components/{p-B-hPslyN.js.map → p-QZa2_PWg.js.map} +1 -1
  316. package/dist/components/{p-BBAOpkc_.js → p-TmHRO8G9.js} +7 -7
  317. package/dist/components/{p-BBAOpkc_.js.map → p-TmHRO8G9.js.map} +1 -1
  318. package/dist/components/{p-r32PqGrS.js → p-lphkmIXU.js} +4 -4
  319. package/dist/components/{p-r32PqGrS.js.map → p-lphkmIXU.js.map} +1 -1
  320. package/dist/components/p-wijn7N4I.js +102 -0
  321. package/dist/components/p-wijn7N4I.js.map +1 -0
  322. package/dist/components/{p-C4Fkc5Wm.js → p-wxu8bkXk.js} +6 -6
  323. package/dist/components/{p-C4Fkc5Wm.js.map → p-wxu8bkXk.js.map} +1 -1
  324. package/dist/components/{p-C1mHzpwC.js → p-xwpC2Mzh.js} +17 -17
  325. package/dist/components/{p-C1mHzpwC.js.map → p-xwpC2Mzh.js.map} +1 -1
  326. package/dist/components/{p-DoQt0hBg.js → p-ygIo6UQn.js} +3 -3
  327. package/dist/components/{p-DoQt0hBg.js.map → p-ygIo6UQn.js.map} +1 -1
  328. package/dist/components/test-item.js +1 -1
  329. package/dist/components/test-item.js.map +1 -1
  330. package/dist/esm/{i18n-Dx1cMyvL.js → i18n-BtjCijn4.js} +4 -2
  331. package/dist/esm/{i18n-Dx1cMyvL.js.map → i18n-BtjCijn4.js.map} +1 -1
  332. package/dist/esm/{index-CqgU9BMJ.js → index-CItPoq74.js} +9 -3
  333. package/dist/esm/index-CItPoq74.js.map +1 -0
  334. package/dist/esm/loader.js +3 -3
  335. package/dist/esm/ls-add-new-button_51.entry.js +950 -569
  336. package/dist/esm/ls-badge.entry.js +1 -1
  337. package/dist/esm/ls-badge.entry.js.map +1 -1
  338. package/dist/esm/ls-banner.entry.js +1 -1
  339. package/dist/esm/ls-banner.entry.js.map +1 -1
  340. package/dist/esm/ls-card.entry.js +1 -1
  341. package/dist/esm/ls-card.entry.js.map +1 -1
  342. package/dist/esm/ls-checkbox-input_5.entry.js +1 -1
  343. package/dist/esm/ls-compose-manager.entry.js +4 -4
  344. package/dist/esm/ls-details-section.entry.js +1 -1
  345. package/dist/esm/ls-details-section.entry.js.map +1 -1
  346. package/dist/esm/ls-document-viewer.js +3 -3
  347. package/dist/esm/ls-dropdown-item.entry.js +1 -1
  348. package/dist/esm/ls-dropdown-item.entry.js.map +1 -1
  349. package/dist/esm/ls-dropdown.entry.js +1 -1
  350. package/dist/esm/ls-dropdown.entry.js.map +1 -1
  351. package/dist/esm/ls-field-properties-dropdown.entry.js +2 -2
  352. package/dist/esm/ls-formfield.entry.js +1 -1
  353. package/dist/esm/ls-formfield.entry.js.map +1 -1
  354. package/dist/esm/ls-header-bar.entry.js +1 -1
  355. package/dist/esm/ls-header-bar.entry.js.map +1 -1
  356. package/dist/esm/ls-icon-button.entry.js +1 -1
  357. package/dist/esm/ls-icon-button.entry.js.map +1 -1
  358. package/dist/esm/ls-icon-check-button.entry.js +1 -1
  359. package/dist/esm/ls-icon-check-button.entry.js.map +1 -1
  360. package/dist/esm/ls-label.entry.js +1 -1
  361. package/dist/esm/ls-label.entry.js.map +1 -1
  362. package/dist/esm/ls-list-card-button.entry.js +1 -1
  363. package/dist/esm/ls-list-card-button.entry.js.map +1 -1
  364. package/dist/esm/ls-navbar.entry.js +1 -1
  365. package/dist/esm/ls-navbar.entry.js.map +1 -1
  366. package/dist/esm/ls-notification.entry.js +1 -1
  367. package/dist/esm/ls-notification.entry.js.map +1 -1
  368. package/dist/esm/ls-radio-group.entry.js +1 -1
  369. package/dist/esm/ls-radio-group.entry.js.map +1 -1
  370. package/dist/esm/ls-radio-input.entry.js +1 -1
  371. package/dist/esm/ls-radio-input.entry.js.map +1 -1
  372. package/dist/esm/ls-tabs.entry.js +1 -1
  373. package/dist/esm/ls-tabs.entry.js.map +1 -1
  374. package/dist/esm/ls-tag.entry.js +1 -1
  375. package/dist/esm/ls-tag.entry.js.map +1 -1
  376. package/dist/esm/ls-text.entry.js +1 -1
  377. package/dist/esm/ls-text.entry.js.map +1 -1
  378. package/dist/esm/ls-timeline-step.entry.js +1 -1
  379. package/dist/esm/ls-timeline-step.entry.js.map +1 -1
  380. package/dist/esm/ls-timeline.entry.js +1 -1
  381. package/dist/esm/ls-timeline.entry.js.map +1 -1
  382. package/dist/esm/ls-title-input.entry.js +2 -2
  383. package/dist/esm/test-item.entry.js +1 -1
  384. package/dist/esm/test-item.entry.js.map +1 -1
  385. package/dist/ls-document-viewer/ls-document-viewer.esm.js +1 -1
  386. package/dist/ls-document-viewer/{p-6d948608.entry.js → p-17771224.entry.js} +2 -2
  387. package/dist/ls-document-viewer/{p-a9cfd73b.entry.js → p-34c89736.entry.js} +2 -2
  388. package/dist/ls-document-viewer/{p-fa30b362.entry.js → p-35181c98.entry.js} +2 -2
  389. package/dist/ls-document-viewer/{p-6cc592f3.entry.js → p-355fa23b.entry.js} +2 -2
  390. package/dist/ls-document-viewer/{p-f474989d.entry.js → p-429be8d1.entry.js} +2 -2
  391. package/dist/ls-document-viewer/{p-9ecd1ff7.entry.js → p-5e4e4662.entry.js} +2 -2
  392. package/dist/ls-document-viewer/{p-3da9d77b.entry.js → p-61e1b37b.entry.js} +2 -2
  393. package/dist/ls-document-viewer/{p-0d1fc411.entry.js → p-6244f792.entry.js} +2 -2
  394. package/dist/ls-document-viewer/{p-0b3a5fbd.entry.js → p-7c5b3574.entry.js} +2 -2
  395. package/dist/ls-document-viewer/{p-ee2098bb.entry.js → p-85c87644.entry.js} +2 -2
  396. package/dist/ls-document-viewer/{p-7f5b13f6.entry.js → p-8bdf7b95.entry.js} +2 -2
  397. package/dist/ls-document-viewer/{p-d09bc75d.entry.js → p-8e0ad6ec.entry.js} +2 -2
  398. package/dist/ls-document-viewer/p-9337949c.entry.js +2 -0
  399. package/dist/ls-document-viewer/{p-e51973e5.entry.js.map → p-9337949c.entry.js.map} +1 -1
  400. package/dist/ls-document-viewer/{p-f2a51b12.entry.js → p-94bbac6a.entry.js} +2 -2
  401. package/dist/ls-document-viewer/{p-55834145.entry.js → p-9ebec463.entry.js} +2 -2
  402. package/dist/ls-document-viewer/p-BtjCijn4.js +2 -0
  403. package/dist/ls-document-viewer/{p-Dx1cMyvL.js.map → p-BtjCijn4.js.map} +1 -1
  404. package/dist/ls-document-viewer/{p-CqgU9BMJ.js → p-CItPoq74.js} +2 -2
  405. package/dist/ls-document-viewer/p-CItPoq74.js.map +1 -0
  406. package/dist/ls-document-viewer/{p-e45b3ca8.entry.js → p-a4121600.entry.js} +2 -2
  407. package/dist/ls-document-viewer/p-a7dd3ba3.entry.js +2 -0
  408. package/dist/ls-document-viewer/{p-5a98eb27.entry.js → p-abb5c859.entry.js} +2 -2
  409. package/dist/ls-document-viewer/{p-fd50bc60.entry.js → p-bbc53e46.entry.js} +2 -2
  410. package/dist/ls-document-viewer/{p-f3af5313.entry.js → p-c521696b.entry.js} +2 -2
  411. package/dist/ls-document-viewer/{p-828c1636.entry.js → p-c78bd190.entry.js} +2 -2
  412. package/dist/ls-document-viewer/{p-870b9662.entry.js → p-ca1a0e03.entry.js} +2 -2
  413. package/dist/ls-document-viewer/{p-a16db209.entry.js → p-d297ea14.entry.js} +2 -2
  414. package/dist/ls-document-viewer/{p-ae2d6df8.entry.js → p-d2caf154.entry.js} +2 -2
  415. package/dist/ls-document-viewer/{p-0f6a01b3.entry.js → p-d76f5c10.entry.js} +2 -2
  416. package/dist/ls-document-viewer/{p-e29d619f.entry.js → p-ee83ac40.entry.js} +603 -603
  417. package/dist/ls-document-viewer/p-ee83ac40.entry.js.map +1 -0
  418. package/dist/ls-document-viewer/{p-febb8794.entry.js → p-f318c711.entry.js} +2 -2
  419. package/dist/types/components/interfaces/IToolboxField.d.ts +1 -0
  420. package/dist/types/components/ls-document-viewer/ls-document-viewer.d.ts +3 -0
  421. package/dist/types/components/ls-document-viewer/mouseHandlers.d.ts +8 -1
  422. package/dist/types/components/ls-document-viewer/snapHelper.d.ts +21 -0
  423. package/dist/types/components/ls-editor-field/ls-editor-field.d.ts +1 -0
  424. package/dist/types/components/ls-participant-select/ls-participant-select.d.ts +2 -0
  425. package/dist/types/components/ls-toolbox-field/ls-toolbox-field.d.ts +3 -1
  426. package/dist/types/components.d.ts +12 -2
  427. package/package.json +2 -2
  428. package/dist/cjs/index-DjAX0m_J.js.map +0 -1
  429. package/dist/components/p-BfHGjq5t.js.map +0 -1
  430. package/dist/components/p-BgjZLcgZ.js.map +0 -1
  431. package/dist/components/p-Bo0Bazo8.js.map +0 -1
  432. package/dist/components/p-BrykT5-C.js.map +0 -1
  433. package/dist/components/p-CffM9Jz_.js +0 -119
  434. package/dist/components/p-CffM9Jz_.js.map +0 -1
  435. package/dist/components/p-D9Kd-4_M.js +0 -100
  436. package/dist/components/p-D9Kd-4_M.js.map +0 -1
  437. package/dist/components/p-DCdDskfL.js.map +0 -1
  438. package/dist/components/p-DD5tgd5X.js +0 -157
  439. package/dist/components/p-DD5tgd5X.js.map +0 -1
  440. package/dist/components/p-DH9Evr8X.js +0 -63
  441. package/dist/components/p-DH9Evr8X.js.map +0 -1
  442. package/dist/components/p-DOZ7EVSp.js.map +0 -1
  443. package/dist/components/p-DckVC3o2.js.map +0 -1
  444. package/dist/components/p-DhcX4EuS.js.map +0 -1
  445. package/dist/components/p-Dz16EnCS.js.map +0 -1
  446. package/dist/components/p-NAiclfXm.js +0 -112
  447. package/dist/components/p-NAiclfXm.js.map +0 -1
  448. package/dist/components/p-dHMolk9H.js.map +0 -1
  449. package/dist/esm/index-CqgU9BMJ.js.map +0 -1
  450. package/dist/ls-document-viewer/p-CqgU9BMJ.js.map +0 -1
  451. package/dist/ls-document-viewer/p-Dx1cMyvL.js +0 -2
  452. package/dist/ls-document-viewer/p-ac0c3ed5.entry.js +0 -2
  453. package/dist/ls-document-viewer/p-e29d619f.entry.js.map +0 -1
  454. package/dist/ls-document-viewer/p-e51973e5.entry.js +0 -2
  455. /package/dist/ls-document-viewer/{p-6d948608.entry.js.map → p-17771224.entry.js.map} +0 -0
  456. /package/dist/ls-document-viewer/{p-a9cfd73b.entry.js.map → p-34c89736.entry.js.map} +0 -0
  457. /package/dist/ls-document-viewer/{p-fa30b362.entry.js.map → p-35181c98.entry.js.map} +0 -0
  458. /package/dist/ls-document-viewer/{p-6cc592f3.entry.js.map → p-355fa23b.entry.js.map} +0 -0
  459. /package/dist/ls-document-viewer/{p-f474989d.entry.js.map → p-429be8d1.entry.js.map} +0 -0
  460. /package/dist/ls-document-viewer/{p-9ecd1ff7.entry.js.map → p-5e4e4662.entry.js.map} +0 -0
  461. /package/dist/ls-document-viewer/{p-3da9d77b.entry.js.map → p-61e1b37b.entry.js.map} +0 -0
  462. /package/dist/ls-document-viewer/{p-0d1fc411.entry.js.map → p-6244f792.entry.js.map} +0 -0
  463. /package/dist/ls-document-viewer/{p-0b3a5fbd.entry.js.map → p-7c5b3574.entry.js.map} +0 -0
  464. /package/dist/ls-document-viewer/{p-ee2098bb.entry.js.map → p-85c87644.entry.js.map} +0 -0
  465. /package/dist/ls-document-viewer/{p-7f5b13f6.entry.js.map → p-8bdf7b95.entry.js.map} +0 -0
  466. /package/dist/ls-document-viewer/{p-d09bc75d.entry.js.map → p-8e0ad6ec.entry.js.map} +0 -0
  467. /package/dist/ls-document-viewer/{p-f2a51b12.entry.js.map → p-94bbac6a.entry.js.map} +0 -0
  468. /package/dist/ls-document-viewer/{p-55834145.entry.js.map → p-9ebec463.entry.js.map} +0 -0
  469. /package/dist/ls-document-viewer/{p-e45b3ca8.entry.js.map → p-a4121600.entry.js.map} +0 -0
  470. /package/dist/ls-document-viewer/{p-ac0c3ed5.entry.js.map → p-a7dd3ba3.entry.js.map} +0 -0
  471. /package/dist/ls-document-viewer/{p-5a98eb27.entry.js.map → p-abb5c859.entry.js.map} +0 -0
  472. /package/dist/ls-document-viewer/{p-fd50bc60.entry.js.map → p-bbc53e46.entry.js.map} +0 -0
  473. /package/dist/ls-document-viewer/{p-f3af5313.entry.js.map → p-c521696b.entry.js.map} +0 -0
  474. /package/dist/ls-document-viewer/{p-828c1636.entry.js.map → p-c78bd190.entry.js.map} +0 -0
  475. /package/dist/ls-document-viewer/{p-870b9662.entry.js.map → p-ca1a0e03.entry.js.map} +0 -0
  476. /package/dist/ls-document-viewer/{p-a16db209.entry.js.map → p-d297ea14.entry.js.map} +0 -0
  477. /package/dist/ls-document-viewer/{p-ae2d6df8.entry.js.map → p-d2caf154.entry.js.map} +0 -0
  478. /package/dist/ls-document-viewer/{p-0f6a01b3.entry.js.map → p-d76f5c10.entry.js.map} +0 -0
  479. /package/dist/ls-document-viewer/{p-febb8794.entry.js.map → p-f318c711.entry.js.map} +0 -0
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-CqgU9BMJ.js';
1
+ import { r as registerInstance, h } from './index-CItPoq74.js';
2
2
  import { c as clsx } from './clsx-ChV9xqsO.js';
3
3
 
4
4
  const lsNavbarCss = () => `.title{font-weight:var(--font-semibold);font-size:0.875rem;line-height:1.5rem;color:var(--gray-70);text-transform:uppercase;padding-top:10px;padding-bottom:0.625rem;padding-left:1.5rem;padding-right:1rem;margin-top:0;margin-bottom:0}ul{padding-left:0;margin-bottom:0;margin-top:0}li{list-style-type:none}button{background-color:transparent;border:none;cursor:pointer;padding:0;margin:0;width:100%}.item{display:flex;justify-content:space-between;border-right:3px solid transparent;padding-top:10px;padding-bottom:10px;padding-left:2.75rem;padding-right:1rem;color:var(--gray-100);text-transform:capitalize;font-size:1rem;text-decoration:none}.item:hover{background-color:var(--primary-10);border-right-color:var(--primary-60);color:var(--primary-100)}.item:hover .icon{color:var(--primary-100)}.selected{background-color:var(--primary-60);color:white}.selected .icon{color:white}.selected:hover .icon{color:white}.selected:hover{background-color:var(--primary-70);color:white;border-right-color:var(--primary-70)}.icon{color:var(--gray-80)}.itemLeft{display:flex;align-items:center;gap:0.5rem}.itemRight{display:flex;align-items:center;gap:0.5rem}.dot{display:inline-block;width:0.5rem;height:0.5rem;background-color:var(--red-50);border-radius:50%}`;
@@ -1 +1 @@
1
- {"version":3,"file":"ls-navbar.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-navbar/ls-navbar.css?tag=ls-navbar&encapsulation=shadow","node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-navbar/ls-navbar.js"],"sourcesContent":[".title {\n font-weight: var(--font-semibold);\n font-size: 0.875rem;\n line-height: 1.5rem;\n color: var(--gray-70);\n text-transform: uppercase;\n padding-top: 10px;\n padding-bottom: 0.625rem;\n padding-left: 1.5rem;\n padding-right: 1rem;\n margin-top: 0;\n margin-bottom: 0;\n}\n\nul {\n padding-left: 0;\n margin-bottom: 0;\n margin-top: 0;\n}\n\nli {\n list-style-type: none;\n}\n\nbutton {\n background-color: transparent;\n border: none;\n cursor: pointer;\n padding: 0;\n margin: 0;\n width: 100%;\n}\n\n.item {\n display: flex;\n justify-content: space-between;\n border-right: 3px solid transparent;\n padding-top: 10px;\n padding-bottom: 10px;\n padding-left: 2.75rem;\n padding-right: 1rem;\n color: var(--gray-100);\n text-transform: capitalize;\n font-size: 1rem;\n text-decoration: none;\n}\n\n.item:hover {\n background-color: var(--primary-10);\n border-right-color: var(--primary-60);\n color: var(--primary-100);\n}\n\n.item:hover .icon {\n color: var(--primary-100);\n}\n\n.selected {\n background-color: var(--primary-60);\n color: white;\n}\n\n.selected .icon {\n color: white;\n}\n\n.selected:hover .icon {\n color: white;\n}\n\n.selected:hover {\n background-color: var(--primary-70);\n color: white;\n border-right-color: var(--primary-70);\n}\n\n.icon {\n color: var(--gray-80);\n}\n\n.itemLeft {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n}\n\n.itemRight {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n}\n\n.dot {\n display: inline-block;\n width: 0.5rem;\n height: 0.5rem;\n background-color: var(--red-50);\n border-radius: 50%;\n}","var __rest = (this && this.__rest) || function (s, e) {\n var t = {};\n for (var p in s)\n if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n};\nimport { h } from \"@stencil/core\";\nimport clsx from \"clsx\";\nexport class LsNavbar {\n groupItemsByTitle(items) {\n if (!items)\n return {};\n return items.reduce((acc, item) => {\n if (!acc[item.title]) {\n acc[item.title] = [];\n }\n acc[item.title].push(item);\n return acc;\n }, {});\n }\n render() {\n var _a;\n const { items, groupItemsByTitle, customStyle } = this;\n const groupedItems = groupItemsByTitle(items);\n return (h(\"host\", { key: '3a2882efc193132514e6a1700427dad447447145' }, h(\"nav\", { key: 'f4cb0a814bc6f94a3088d0cdbf4e823b36108bc7', style: customStyle }, (_a = Object === null || Object === void 0 ? void 0 : Object.keys(groupedItems)) === null || _a === void 0 ? void 0 : _a.map((title) => {\n var _a;\n return (h(\"div\", null, h(\"h3\", { class: 'title' }, title), h(\"ul\", null, (_a = groupedItems[title]) === null || _a === void 0 ? void 0 : _a.map((item) => {\n const { text, href, selected, icon, counter, dot, arrow, isButton = false } = item, rest = __rest(item, [\"text\", \"href\", \"selected\", \"icon\", \"counter\", \"dot\", \"arrow\", \"isButton\"]);\n return (h(\"li\", null, isButton ? (h(\"button\", Object.assign({ class: clsx('item', selected && 'selected'), \"aria-label\": text }, rest), h(\"div\", { class: 'itemLeft' }, icon && h(\"ls-icon\", { name: icon, class: 'icon' }), text), h(\"div\", { class: 'itemRight' }, counter && (h(\"ls-badge\", { text: counter === null || counter === void 0 ? void 0 : counter.toString(), colour: 'red', rounded: 'soft' })), dot && h(\"span\", { class: 'dot' }), arrow && (h(\"ls-icon\", { name: 'chevron-right-icon', class: 'arrow' }))))) : (h(\"a\", { href: href, class: clsx('item', selected && 'selected') }, h(\"div\", { class: 'itemLeft' }, icon && h(\"ls-icon\", { name: icon, class: 'icon' }), text), h(\"div\", { class: 'itemRight' }, counter && (h(\"ls-badge\", { text: counter === null || counter === void 0 ? void 0 : counter.toString(), colour: 'red', rounded: 'soft' })), dot && h(\"span\", { class: 'dot' }), arrow && (h(\"ls-icon\", { name: 'chevron-right-icon', class: 'arrow' })))))));\n }))));\n }))));\n }\n static get is() { return \"ls-navbar\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-navbar.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-navbar.css\"]\n };\n }\n static get properties() {\n return {\n \"items\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"NavbarItem[]\",\n \"resolved\": \"NavbarItem[]\",\n \"references\": {\n \"NavbarItem\": {\n \"location\": \"import\",\n \"path\": \"../../types/Navbar\",\n \"id\": \"src/types/Navbar.ts::NavbarItem\",\n \"referenceLocation\": \"NavbarItem\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"customStyle\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"{ [key: string]: string }\",\n \"resolved\": \"{ [key: string]: string; }\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n }\n };\n }\n}\n"],"names":["this"],"mappings":"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","x_google_ignoreList":[0,1]}
1
+ {"version":3,"file":"ls-navbar.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-navbar/ls-navbar.css?tag=ls-navbar&encapsulation=shadow","node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-navbar/ls-navbar.js"],"sourcesContent":[".title {\n font-weight: var(--font-semibold);\n font-size: 0.875rem;\n line-height: 1.5rem;\n color: var(--gray-70);\n text-transform: uppercase;\n padding-top: 10px;\n padding-bottom: 0.625rem;\n padding-left: 1.5rem;\n padding-right: 1rem;\n margin-top: 0;\n margin-bottom: 0;\n}\n\nul {\n padding-left: 0;\n margin-bottom: 0;\n margin-top: 0;\n}\n\nli {\n list-style-type: none;\n}\n\nbutton {\n background-color: transparent;\n border: none;\n cursor: pointer;\n padding: 0;\n margin: 0;\n width: 100%;\n}\n\n.item {\n display: flex;\n justify-content: space-between;\n border-right: 3px solid transparent;\n padding-top: 10px;\n padding-bottom: 10px;\n padding-left: 2.75rem;\n padding-right: 1rem;\n color: var(--gray-100);\n text-transform: capitalize;\n font-size: 1rem;\n text-decoration: none;\n}\n\n.item:hover {\n background-color: var(--primary-10);\n border-right-color: var(--primary-60);\n color: var(--primary-100);\n}\n\n.item:hover .icon {\n color: var(--primary-100);\n}\n\n.selected {\n background-color: var(--primary-60);\n color: white;\n}\n\n.selected .icon {\n color: white;\n}\n\n.selected:hover .icon {\n color: white;\n}\n\n.selected:hover {\n background-color: var(--primary-70);\n color: white;\n border-right-color: var(--primary-70);\n}\n\n.icon {\n color: var(--gray-80);\n}\n\n.itemLeft {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n}\n\n.itemRight {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n}\n\n.dot {\n display: inline-block;\n width: 0.5rem;\n height: 0.5rem;\n background-color: var(--red-50);\n border-radius: 50%;\n}","var __rest = (this && this.__rest) || function (s, e) {\n var t = {};\n for (var p in s)\n if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\n t[p] = s[p];\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\n t[p[i]] = s[p[i]];\n }\n return t;\n};\nimport { h } from \"@stencil/core\";\nimport clsx from \"clsx\";\nexport class LsNavbar {\n groupItemsByTitle(items) {\n if (!items)\n return {};\n return items.reduce((acc, item) => {\n if (!acc[item.title]) {\n acc[item.title] = [];\n }\n acc[item.title].push(item);\n return acc;\n }, {});\n }\n render() {\n var _a;\n const { items, groupItemsByTitle, customStyle } = this;\n const groupedItems = groupItemsByTitle(items);\n return (h(\"host\", { key: '3a2882efc193132514e6a1700427dad447447145' }, h(\"nav\", { key: 'f4cb0a814bc6f94a3088d0cdbf4e823b36108bc7', style: customStyle }, (_a = Object === null || Object === void 0 ? void 0 : Object.keys(groupedItems)) === null || _a === void 0 ? void 0 : _a.map((title) => {\n var _a;\n return (h(\"div\", null, h(\"h3\", { class: 'title' }, title), h(\"ul\", null, (_a = groupedItems[title]) === null || _a === void 0 ? void 0 : _a.map((item) => {\n const { text, href, selected, icon, counter, dot, arrow, isButton = false } = item, rest = __rest(item, [\"text\", \"href\", \"selected\", \"icon\", \"counter\", \"dot\", \"arrow\", \"isButton\"]);\n return (h(\"li\", null, isButton ? (h(\"button\", Object.assign({ class: clsx('item', selected && 'selected'), \"aria-label\": text }, rest), h(\"div\", { class: 'itemLeft' }, icon && h(\"ls-icon\", { name: icon, class: 'icon' }), text), h(\"div\", { class: 'itemRight' }, counter && (h(\"ls-badge\", { text: counter === null || counter === void 0 ? void 0 : counter.toString(), colour: 'red', rounded: 'soft' })), dot && h(\"span\", { class: 'dot' }), arrow && (h(\"ls-icon\", { name: 'chevron-right-icon', class: 'arrow' }))))) : (h(\"a\", { href: href, class: clsx('item', selected && 'selected') }, h(\"div\", { class: 'itemLeft' }, icon && h(\"ls-icon\", { name: icon, class: 'icon' }), text), h(\"div\", { class: 'itemRight' }, counter && (h(\"ls-badge\", { text: counter === null || counter === void 0 ? void 0 : counter.toString(), colour: 'red', rounded: 'soft' })), dot && h(\"span\", { class: 'dot' }), arrow && (h(\"ls-icon\", { name: 'chevron-right-icon', class: 'arrow' })))))));\n }))));\n }))));\n }\n static get is() { return \"ls-navbar\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-navbar.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-navbar.css\"]\n };\n }\n static get properties() {\n return {\n \"items\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"NavbarItem[]\",\n \"resolved\": \"NavbarItem[]\",\n \"references\": {\n \"NavbarItem\": {\n \"location\": \"import\",\n \"path\": \"../../types/Navbar\",\n \"id\": \"src/types/Navbar.ts::NavbarItem\",\n \"referenceLocation\": \"NavbarItem\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"customStyle\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"{ [key: string]: string }\",\n \"resolved\": \"{ [key: string]: string; }\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n }\n };\n }\n}\n"],"names":["this"],"mappings":"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","x_google_ignoreList":[0,1]}
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, H as Host } from './index-CqgU9BMJ.js';
1
+ import { r as registerInstance, h, H as Host } from './index-CItPoq74.js';
2
2
  import { c as clsx } from './clsx-ChV9xqsO.js';
3
3
 
4
4
  const lsNotificationCss = () => `* {
@@ -1 +1 @@
1
- {"version":3,"file":"ls-notification.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-notification/ls-notification.css?tag=ls-notification","node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-notification/ls-notification.js"],"sourcesContent":["* {\n box-sizing: border-box;\n}\np {\n margin: 0;\n padding: 0;\n}\n.title {\n color: var(--gray-900, #111827);\n font-size: 0.875rem;\n font-weight: var(--font-semibold);\n\n}\n\n.message {\n color: var(--Grey-80, #6c6e73);\n font-size: 0.875rem;\n}\n\na {\n color: var(--primary-60, #2563eb);\n font-size: 0.875rem;\n font-weight: var(--font-semibold);\n cursor: pointer;\n}\na:hover {\n color: var(--primary-70, #2134dc);\n}\n\n.container {\n display: flex;\n width: 29.25rem;\n border-radius: 0.75rem;\n align-items: center;\n border: 1px solid var(--Grey-30, #e0e2e5);\n box-shadow:\n 0px 10px 15px -3px rgba(0, 0, 0, 0.1),\n 0px 4px 6px -2px rgba(0, 0, 0, 0.05);\n}\n\n.content {\n display: flex;\n gap: 0.75rem;\n padding: 0.75rem;\n flex: 1 0 0;\n}\n\n.text-container {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n}\n\n.button-container {\n display: flex;\n width: 5.75rem;\n flex-direction: column;\n align-self: stretch;\n border-radius: 0 0.75rem 0.75rem 0;\n border-left: 1px solid var(--Grey-30, #e0e2e5);\n overflow: clip;\n}\n\n.button {\n width: 100%;\n height: 100%;\n background-color: transparent;\n border: 0;\n text-align: center;\n\n /* Text */\n font-size: 0.875rem;\n font-weight: var(--font-medium, 500);\n line-height: 1.25rem;\n text-transform: capitalize;\n}\n\n.button1-box,\n.button2-box {\n padding: 0.25rem;\n width: 100%;\n height: 100%;\n}\n\n.button1 {\n color: var(--Grey-80, #6c6e73);\n}\n\n.button1-box:hover {\n background: var(--Grey-10, #f7f8fa);\n .button1 {\n color: var(--Grey-90, #5e6066);\n cursor: pointer;\n }\n}\n\n.stacked {\n border-radius: 0 0.5rem 0 0;\n}\n\n.single {\n border-radius: 0 0.5rem 0.5rem 0;\n}\n\n.button2 {\n color: var(--primary-60, #4456f6);\n border-radius: 0 0 0.5rem 0;\n}\n\n.button2-box {\n border-top: 1px solid var(--Grey-30, #e0e2e5);\n}\n\n.button2-box:hover {\n background: var(--primary-10, #eff4ff);\n .button2 {\n color: var(--primary-70, #2134dc);\n cursor: pointer;\n }\n}\n\n.button2:focus,\n.button1:focus,\n.button2:active,\n.button1:active {\n box-shadow: var(--focus-box-shadow);\n outline-offset: var(--focus-outline-offset);\n}\n","import { Host, h } from \"@stencil/core\";\nimport { clsx } from \"clsx\";\nexport class LsNotification {\n constructor() {\n this.heading = 'Notification';\n this.button1 = 'Dismiss';\n this.Icon = 'information-circle-icon';\n this.iconColour = 'var(--primary-50)';\n this.iconSolid = true;\n }\n render() {\n const { heading, message, button1, button1Click, button2, button2Click, linkAction, linkURL, Icon, iconColour, iconSolid, } = this;\n const button1Class = clsx('button', 'button1', button2 ? 'stacked' : 'single');\n const button2Class = clsx('button', 'button2');\n return (h(Host, { key: '7bad3b6f60e09b5580db113ab35ec58f426909f9', class: 'container' }, h(\"div\", { key: 'f9c7a780ae63e8468f47d919ce25701074c0a200', class: 'content' }, h(\"ls-icon\", { key: '195ef0a512c1d7b6a816a543095ce5586ba4e3c8', name: Icon, customStyle: { color: iconColour }, solid: iconSolid }), h(\"div\", { key: '74b0b2a57cc9390e08c9377f0ef8d6fc26fafccc', class: 'text-container' }, heading && h(\"p\", { key: 'd687e9ac47858e9e473cf7fb8b76c4e4d9cce154', class: 'title' }, heading), message && h(\"p\", { key: '8dbaa5b87286b92df80c4a43d3b601bb4ab34fc5', class: 'message' }, message), linkAction && (h(\"a\", { key: 'ffb3f625a2d30bbc141eee6b402fbd15f35cfbc0', href: linkURL }, h(\"p\", { key: 'c0e46f92940dff27dae10fb245b5b986ddbb52b3' }, linkAction))))), h(\"div\", { key: 'c6233b1fd9283920f74de6815f40a1124915ce94', class: 'button-container' }, h(\"div\", { key: '2fa841064e51f9eff6259050d6cc91f9d9dfdaad', class: 'button1-box' }, h(\"button\", { key: 'b46fb88d84096975ed0e599350a97b9d36303f59', \"aria-label\": button1, onClick: button1Click, class: button1Class }, button1)), button2 && (h(\"div\", { key: '7745024cbc5b726da016a3df85d52854bba00e27', class: 'button2-box' }, h(\"button\", { key: 'd7a2130cdca5adadf66ffefea5fd3513e8e14d8a', \"aria-label\": button2, onClick: button2Click, class: button2Class }, button2))))));\n }\n static get is() { return \"ls-notification\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-notification.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-notification.css\"]\n };\n }\n static get properties() {\n return {\n \"heading\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"heading\",\n \"defaultValue\": \"'Notification'\"\n },\n \"message\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"message\"\n },\n \"button1\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"button-1\",\n \"defaultValue\": \"'Dismiss'\"\n },\n \"button1Click\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"() => void\",\n \"resolved\": \"() => void\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"button2\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"button-2\"\n },\n \"button2Click\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"() => void\",\n \"resolved\": \"() => void\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"linkAction\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"link-action\"\n },\n \"linkURL\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"link-u-r-l\"\n },\n \"Icon\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Icon\",\n \"resolved\": \"\\\"academic-cap-icon\\\" | \\\"accessibility-icon\\\" | \\\"add-column-left-icon\\\" | \\\"add-column-right-icon\\\" | \\\"add-more-list-icon\\\" | \\\"adjustments-icon\\\" | \\\"annotation-icon\\\" | \\\"apply-all-rows-icon\\\" | \\\"archive-icon\\\" | \\\"arrow-circle-down-icon\\\" | \\\"arrow-circle-left-icon\\\" | \\\"arrow-circle-right-icon\\\" | \\\"arrow-circle-up-icon\\\" | \\\"arrow-down-icon\\\" | \\\"arrow-left-icon\\\" | \\\"arrow-narrow-down-icon\\\" | \\\"arrow-narrow-left-icon\\\" | \\\"arrow-narrow-right-icon\\\" | \\\"arrow-narrow-up-icon\\\" | \\\"arrow-right-icon\\\" | \\\"arrow-sm-down-icon\\\" | \\\"arrow-sm-left-icon\\\" | \\\"arrow-sm-right-icon\\\" | \\\"arrow-sm-up-icon\\\" | \\\"arrow-up-icon\\\" | \\\"arrow-up-link-out-icon\\\" | \\\"arrows-expand-icon\\\" | \\\"arrows-minimise-icon\\\" | \\\"at-symbol-icon\\\" | \\\"auto-date-icon\\\" | \\\"auto-sign-icon\\\" | \\\"backspace-icon\\\" | \\\"badge-check-icon\\\" | \\\"ban-icon\\\" | \\\"base-circle-icon\\\" | \\\"batch-send-arrow-icon\\\" | \\\"beaker-icon\\\" | \\\"bell-icon\\\" | \\\"book-open-icon\\\" | \\\"bookmark-alt-icon\\\" | \\\"bookmark-icon\\\" | \\\"box-crossed-icon\\\" | \\\"box-empty-icon\\\" | \\\"box-ticked-icon\\\" | \\\"branch-icon\\\" | \\\"briefcase-icon\\\" | \\\"bulk-send-arrow-icon\\\" | \\\"bulk-send-icon\\\" | \\\"cake-icon\\\" | \\\"calculator-icon\\\" | \\\"calender-icon\\\" | \\\"camera-icon\\\" | \\\"cash-icon\\\" | \\\"chart-bar-icon\\\" | \\\"chart-pie-icon\\\" | \\\"chart-square-bar-icon\\\" | \\\"chat-alt-2-icon\\\" | \\\"chat-alt-icon\\\" | \\\"chat-icon\\\" | \\\"check-circle-icon\\\" | \\\"check-icon\\\" | \\\"chevron-double-down-icon\\\" | \\\"chevron-double-left-icon\\\" | \\\"chevron-double-right-icon\\\" | \\\"chevron-double-up-icon\\\" | \\\"chevron-down-icon\\\" | \\\"chevron-left-icon\\\" | \\\"chevron-right-icon\\\" | \\\"chevron-up-icon\\\" | \\\"chip-icon\\\" | \\\"circle-filled-half-icon\\\" | \\\"circle-filled-quarter-icon\\\" | \\\"circle-filled-three-quarter-icon\\\" | \\\"circle-half-icon\\\" | \\\"circle-quarter-icon\\\" | \\\"circle-three-quarter-icon\\\" | \\\"clipboard-check-icon\\\" | \\\"clipboard-copy-icon\\\" | \\\"clipboard-icon\\\" | \\\"clipboard-list-icon\\\" | \\\"clock-icon\\\" | \\\"cloud-download-icon\\\" | \\\"cloud-icon\\\" | \\\"cloud-upload-icon\\\" | \\\"code-icon\\\" | \\\"cog-icon\\\" | \\\"collapse-icon\\\" | \\\"collection-icon\\\" | \\\"color-swatch-icon\\\" | \\\"contacts-icon\\\" | \\\"credit-card-icon\\\" | \\\"cube-icon\\\" | \\\"cube-transparent-icon\\\" | \\\"currency-bangladeshi-icon\\\" | \\\"currency-dollar-icon\\\" | \\\"currency-euro-icon\\\" | \\\"currency-pound-icon\\\" | \\\"currency-rupee-icon\\\" | \\\"currency-yen-icon\\\" | \\\"cursor-click-icon\\\" | \\\"database-icon\\\" | \\\"date-sent-sort-ascending-icon\\\" | \\\"date-sent-sort-descending-icon\\\" | \\\"date-sort-ascending-icon\\\" | \\\"date-sort-descending-icon\\\" | \\\"designation-icon\\\" | \\\"desktop-computer-icon\\\" | \\\"device-lock-icon\\\" | \\\"device-mobile-icon\\\" | \\\"device-tablet-icon\\\" | \\\"document-add-icon\\\" | \\\"document-combine-icon\\\" | \\\"document-download-icon\\\" | \\\"document-duplicate-icon\\\" | \\\"document-icon\\\" | \\\"document-import-fields-icon\\\" | \\\"document-info-icon\\\" | \\\"document-merge-alt2-icon\\\" | \\\"document-remove-icon\\\" | \\\"document-replace-icon\\\" | \\\"document-report-icon\\\" | \\\"document-search-icon\\\" | \\\"document-text-icon\\\" | \\\"document-viewed-icon\\\" | \\\"dots-circle-horizontal-icon\\\" | \\\"dots-horizontal-icon\\\" | \\\"dots-vertical-icon\\\" | \\\"download-icon\\\" | \\\"drag-horizontal-icon\\\" | \\\"drag-vertical-icon\\\" | \\\"dropdown-icon\\\" | \\\"duplicate-icon\\\" | \\\"emoji-happy-icon\\\" | \\\"emoji-sad-icon\\\" | \\\"exclamation-circle-icon\\\" | \\\"exclamation-icon\\\" | \\\"expand-icon\\\" | \\\"external-link-icon\\\" | \\\"eye-icon\\\" | \\\"eye-off-icon\\\" | \\\"fast-forward-icon\\\" | \\\"field-alignment-bottom-icon\\\" | \\\"field-alignment-centre-icon\\\" | \\\"field-alignment-left-icon\\\" | \\\"field-alignment-middle-icon\\\" | \\\"field-alignment-right-icon\\\" | \\\"field-alignment-top-icon\\\" | \\\"field-distribute-horizontally-icon\\\" | \\\"field-distribute-vertically-icon\\\" | \\\"field-duplicate-icon\\\" | \\\"field-match-height-icon\\\" | \\\"field-match-width-icon\\\" | \\\"field-order-icon\\\" | \\\"field-placement-icon\\\" | \\\"field-scale-icon\\\" | \\\"field-scaling-off-icon\\\" | \\\"field-selected-icon\\\" | \\\"field-special-icon\\\" | \\\"film-icon\\\" | \\\"filter-icon\\\" | \\\"finger-print-icon\\\" | \\\"fire-icon\\\" | \\\"fit-height-icon\\\" | \\\"fit-width-icon\\\" | \\\"flag-icon\\\" | \\\"folder-add-icon\\\" | \\\"folder-download-icon\\\" | \\\"folder-icon\\\" | \\\"folder-open-icon\\\" | \\\"folder-remove-icon\\\" | \\\"gift-icon\\\" | \\\"globe-alt-icon\\\" | \\\"globe-icon\\\" | \\\"grid-icon\\\" | \\\"guides-icon\\\" | \\\"hand-icon\\\" | \\\"hashtag-icon\\\" | \\\"heart-icon\\\" | \\\"home-icon\\\" | \\\"identification-icon\\\" | \\\"inbox-icon\\\" | \\\"inbox-in-icon\\\" | \\\"information-circle-icon\\\" | \\\"initials-icon\\\" | \\\"key-icon\\\" | \\\"keyboard-icon\\\" | \\\"library-icon\\\" | \\\"light-bulb-icon\\\" | \\\"lightning-bolt-icon\\\" | \\\"link-broken-icon\\\" | \\\"link-icon\\\" | \\\"link-value-icon\\\" | \\\"linked-document-icon\\\" | \\\"linked-icon\\\" | \\\"list-order-icon\\\" | \\\"location-marker-icon\\\" | \\\"lock-closed-icon\\\" | \\\"lock-open-icon\\\" | \\\"login-icon\\\" | \\\"logo-icon\\\" | \\\"logout-icon\\\" | \\\"mail-icon\\\" | \\\"mail-open-icon\\\" | \\\"map-icon\\\" | \\\"menu-alt-1-icon\\\" | \\\"menu-alt-2-icon\\\" | \\\"menu-alt-3-icon\\\" | \\\"menu-alt-4-icon\\\" | \\\"menu-alt-5-icon\\\" | \\\"menu-icon\\\" | \\\"microphone-icon\\\" | \\\"minus-circle-icon\\\" | \\\"minus-icon\\\" | \\\"minus-sm-icon\\\" | \\\"moon-icon\\\" | \\\"move-horizontal-icon\\\" | \\\"move-vertical-icon\\\" | \\\"music-note-icon\\\" | \\\"newspaper-icon\\\" | \\\"office-building-icon\\\" | \\\"page-insert-horizontal-icon\\\" | \\\"page-insert-vertical-icon\\\" | \\\"page-layout-icon\\\" | \\\"pagescroll-preview-icon\\\" | \\\"paper-airplane-icon\\\" | \\\"paper-clip-icon\\\" | \\\"pause-icon\\\" | \\\"pencil-alt-icon\\\" | \\\"pencil-icon\\\" | \\\"phone-icon\\\" | \\\"phone-incoming-icon\\\" | \\\"phone-missed-call-icon\\\" | \\\"phone-outgoing-icon\\\" | \\\"photograph-icon\\\" | \\\"pin-icon\\\" | \\\"play-icon\\\" | \\\"plus-circle-icon\\\" | \\\"plus-icon\\\" | \\\"plus-sm-icon\\\" | \\\"pre-filled-content-icon\\\" | \\\"presentation-chart-bar-icon\\\" | \\\"presentation-chart-line-icon\\\" | \\\"printer-icon\\\" | \\\"puzzle-icon\\\" | \\\"qrcode-icon\\\" | \\\"question-mark-circle-icon\\\" | \\\"quick-send-arrow-icon\\\" | \\\"receipt-refund-icon\\\" | \\\"receipt-tax-icon\\\" | \\\"recipient-details-card-icon\\\" | \\\"recipient-details-icon\\\" | \\\"recipient-link-broken-icon\\\" | \\\"recipient-link-icon\\\" | \\\"recipient-links-icon\\\" | \\\"redo-icon\\\" | \\\"refresh-icon\\\" | \\\"reply-icon\\\" | \\\"required-icon\\\" | \\\"revert-icon\\\" | \\\"rewind-icon\\\" | \\\"rocket-icon\\\" | \\\"rotate-left-icon\\\" | \\\"rotate-right-icon\\\" | \\\"rss-icon\\\" | \\\"save-as-icon\\\" | \\\"save-icon\\\" | \\\"scale-icon\\\" | \\\"scheduled-icon\\\" | \\\"scissors-icon\\\" | \\\"search-circle-icon\\\" | \\\"search-icon\\\" | \\\"selector-icon\\\" | \\\"send-arrow-icon\\\" | \\\"sent-progress-icon\\\" | \\\"server-icon\\\" | \\\"share-icon\\\" | \\\"shield-check-icon\\\" | \\\"shield-exclamation-icon\\\" | \\\"shopping-bag-icon\\\" | \\\"shopping-cart-icon\\\" | \\\"side-panel-close-left-icon\\\" | \\\"side-panel-close-right-icon\\\" | \\\"side-panel-closed-icon\\\" | \\\"side-panel-open-icon\\\" | \\\"side-panel-open-left-icon\\\" | \\\"side-panel-open-right-icon\\\" | \\\"signature-icon\\\" | \\\"signature-select-icon\\\" | \\\"signature-selected-icon\\\" | \\\"sort-alphabetically-a-z-alt-icon\\\" | \\\"sort-alphabetically-a-z-icon\\\" | \\\"sort-alphabetically-z-a-alt-icon\\\" | \\\"sort-alphabetically-z-a-icon\\\" | \\\"sort-ascending-icon\\\" | \\\"sort-descending-icon\\\" | \\\"sparkles-icon\\\" | \\\"speakerphone-icon\\\" | \\\"star-icon\\\" | \\\"status-offline-icon\\\" | \\\"status-online-icon\\\" | \\\"stop-icon\\\" | \\\"sun-icon\\\" | \\\"support-icon\\\" | \\\"switch-horizontal-icon\\\" | \\\"switch-vertical-icon\\\" | \\\"table-columns-icon\\\" | \\\"table-icon\\\" | \\\"table-quick-edit-icon\\\" | \\\"table-rows-icon\\\" | \\\"table-split-icon\\\" | \\\"tag-icon\\\" | \\\"target-icon\\\" | \\\"template-icon\\\" | \\\"template-not-sent-icon\\\" | \\\"template-sent-icon\\\" | \\\"terminal-icon\\\" | \\\"text-alignment-icon\\\" | \\\"text-icon\\\" | \\\"text-size-icon\\\" | \\\"thumb-down-icon\\\" | \\\"thumb-up-icon\\\" | \\\"ticket-icon\\\" | \\\"time-sort-ascending-icon\\\" | \\\"time-sort-descending-icon\\\" | \\\"translate-icon\\\" | \\\"trash-icon\\\" | \\\"trending-down-icon\\\" | \\\"trending-up-icon\\\" | \\\"truck-icon\\\" | \\\"typeface-icon\\\" | \\\"typing-input-icon\\\" | \\\"undo-icon\\\" | \\\"upload-icon\\\" | \\\"user-add-icon\\\" | \\\"user-assign-icon\\\" | \\\"user-circle-icon\\\" | \\\"user-group-icon\\\" | \\\"user-icon\\\" | \\\"user-remove-icon\\\" | \\\"user-switch-icon\\\" | \\\"users-icon\\\" | \\\"variable-icon\\\" | \\\"variant-icon\\\" | \\\"video-camera-icon\\\" | \\\"view-boards-icon\\\" | \\\"view-grid-add-icon\\\" | \\\"view-grid-icon\\\" | \\\"view-list-icon\\\" | \\\"volume-off-icon\\\" | \\\"volume-up-icon\\\" | \\\"wifi-icon\\\" | \\\"witness-arrow-icon\\\" | \\\"x-circle-icon\\\" | \\\"x-icon\\\" | \\\"x-letter-icon\\\" | \\\"y-icon\\\" | \\\"zoom-in-icon\\\" | \\\"zoom-out-icon\\\"\",\n \"references\": {\n \"Icon\": {\n \"location\": \"import\",\n \"path\": \"../../types/Icon\",\n \"id\": \"src/types/Icon.ts::Icon\",\n \"referenceLocation\": \"Icon\"\n }\n }\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"icon\",\n \"defaultValue\": \"'information-circle-icon'\"\n },\n \"iconColour\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"icon-colour\",\n \"defaultValue\": \"'var(--primary-50)'\"\n },\n \"iconSolid\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"icon-solid\",\n \"defaultValue\": \"true\"\n }\n };\n }\n}\n"],"names":[],"mappings":"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","x_google_ignoreList":[0,1]}
1
+ {"version":3,"file":"ls-notification.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-notification/ls-notification.css?tag=ls-notification","node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-notification/ls-notification.js"],"sourcesContent":["* {\n box-sizing: border-box;\n}\np {\n margin: 0;\n padding: 0;\n}\n.title {\n color: var(--gray-900, #111827);\n font-size: 0.875rem;\n font-weight: var(--font-semibold);\n\n}\n\n.message {\n color: var(--Grey-80, #6c6e73);\n font-size: 0.875rem;\n}\n\na {\n color: var(--primary-60, #2563eb);\n font-size: 0.875rem;\n font-weight: var(--font-semibold);\n cursor: pointer;\n}\na:hover {\n color: var(--primary-70, #2134dc);\n}\n\n.container {\n display: flex;\n width: 29.25rem;\n border-radius: 0.75rem;\n align-items: center;\n border: 1px solid var(--Grey-30, #e0e2e5);\n box-shadow:\n 0px 10px 15px -3px rgba(0, 0, 0, 0.1),\n 0px 4px 6px -2px rgba(0, 0, 0, 0.05);\n}\n\n.content {\n display: flex;\n gap: 0.75rem;\n padding: 0.75rem;\n flex: 1 0 0;\n}\n\n.text-container {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n}\n\n.button-container {\n display: flex;\n width: 5.75rem;\n flex-direction: column;\n align-self: stretch;\n border-radius: 0 0.75rem 0.75rem 0;\n border-left: 1px solid var(--Grey-30, #e0e2e5);\n overflow: clip;\n}\n\n.button {\n width: 100%;\n height: 100%;\n background-color: transparent;\n border: 0;\n text-align: center;\n\n /* Text */\n font-size: 0.875rem;\n font-weight: var(--font-medium, 500);\n line-height: 1.25rem;\n text-transform: capitalize;\n}\n\n.button1-box,\n.button2-box {\n padding: 0.25rem;\n width: 100%;\n height: 100%;\n}\n\n.button1 {\n color: var(--Grey-80, #6c6e73);\n}\n\n.button1-box:hover {\n background: var(--Grey-10, #f7f8fa);\n .button1 {\n color: var(--Grey-90, #5e6066);\n cursor: pointer;\n }\n}\n\n.stacked {\n border-radius: 0 0.5rem 0 0;\n}\n\n.single {\n border-radius: 0 0.5rem 0.5rem 0;\n}\n\n.button2 {\n color: var(--primary-60, #4456f6);\n border-radius: 0 0 0.5rem 0;\n}\n\n.button2-box {\n border-top: 1px solid var(--Grey-30, #e0e2e5);\n}\n\n.button2-box:hover {\n background: var(--primary-10, #eff4ff);\n .button2 {\n color: var(--primary-70, #2134dc);\n cursor: pointer;\n }\n}\n\n.button2:focus,\n.button1:focus,\n.button2:active,\n.button1:active {\n box-shadow: var(--focus-box-shadow);\n outline-offset: var(--focus-outline-offset);\n}\n","import { Host, h } from \"@stencil/core\";\nimport { clsx } from \"clsx\";\nexport class LsNotification {\n constructor() {\n this.heading = 'Notification';\n this.button1 = 'Dismiss';\n this.Icon = 'information-circle-icon';\n this.iconColour = 'var(--primary-50)';\n this.iconSolid = true;\n }\n render() {\n const { heading, message, button1, button1Click, button2, button2Click, linkAction, linkURL, Icon, iconColour, iconSolid, } = this;\n const button1Class = clsx('button', 'button1', button2 ? 'stacked' : 'single');\n const button2Class = clsx('button', 'button2');\n return (h(Host, { key: '7bad3b6f60e09b5580db113ab35ec58f426909f9', class: 'container' }, h(\"div\", { key: 'f9c7a780ae63e8468f47d919ce25701074c0a200', class: 'content' }, h(\"ls-icon\", { key: '195ef0a512c1d7b6a816a543095ce5586ba4e3c8', name: Icon, customStyle: { color: iconColour }, solid: iconSolid }), h(\"div\", { key: '74b0b2a57cc9390e08c9377f0ef8d6fc26fafccc', class: 'text-container' }, heading && h(\"p\", { key: 'd687e9ac47858e9e473cf7fb8b76c4e4d9cce154', class: 'title' }, heading), message && h(\"p\", { key: '8dbaa5b87286b92df80c4a43d3b601bb4ab34fc5', class: 'message' }, message), linkAction && (h(\"a\", { key: 'ffb3f625a2d30bbc141eee6b402fbd15f35cfbc0', href: linkURL }, h(\"p\", { key: 'c0e46f92940dff27dae10fb245b5b986ddbb52b3' }, linkAction))))), h(\"div\", { key: 'c6233b1fd9283920f74de6815f40a1124915ce94', class: 'button-container' }, h(\"div\", { key: '2fa841064e51f9eff6259050d6cc91f9d9dfdaad', class: 'button1-box' }, h(\"button\", { key: 'b46fb88d84096975ed0e599350a97b9d36303f59', \"aria-label\": button1, onClick: button1Click, class: button1Class }, button1)), button2 && (h(\"div\", { key: '7745024cbc5b726da016a3df85d52854bba00e27', class: 'button2-box' }, h(\"button\", { key: 'd7a2130cdca5adadf66ffefea5fd3513e8e14d8a', \"aria-label\": button2, onClick: button2Click, class: button2Class }, button2))))));\n }\n static get is() { return \"ls-notification\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-notification.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-notification.css\"]\n };\n }\n static get properties() {\n return {\n \"heading\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"heading\",\n \"defaultValue\": \"'Notification'\"\n },\n \"message\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"message\"\n },\n \"button1\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"button-1\",\n \"defaultValue\": \"'Dismiss'\"\n },\n \"button1Click\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"() => void\",\n \"resolved\": \"() => void\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"button2\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"button-2\"\n },\n \"button2Click\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"() => void\",\n \"resolved\": \"() => void\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"linkAction\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"link-action\"\n },\n \"linkURL\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"link-u-r-l\"\n },\n \"Icon\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Icon\",\n \"resolved\": \"\\\"academic-cap-icon\\\" | \\\"accessibility-icon\\\" | \\\"add-column-left-icon\\\" | \\\"add-column-right-icon\\\" | \\\"add-more-list-icon\\\" | \\\"adjustments-icon\\\" | \\\"annotation-icon\\\" | \\\"apply-all-rows-icon\\\" | \\\"archive-icon\\\" | \\\"arrow-circle-down-icon\\\" | \\\"arrow-circle-left-icon\\\" | \\\"arrow-circle-right-icon\\\" | \\\"arrow-circle-up-icon\\\" | \\\"arrow-down-icon\\\" | \\\"arrow-left-icon\\\" | \\\"arrow-narrow-down-icon\\\" | \\\"arrow-narrow-left-icon\\\" | \\\"arrow-narrow-right-icon\\\" | \\\"arrow-narrow-up-icon\\\" | \\\"arrow-right-icon\\\" | \\\"arrow-sm-down-icon\\\" | \\\"arrow-sm-left-icon\\\" | \\\"arrow-sm-right-icon\\\" | \\\"arrow-sm-up-icon\\\" | \\\"arrow-up-icon\\\" | \\\"arrow-up-link-out-icon\\\" | \\\"arrows-expand-icon\\\" | \\\"arrows-minimise-icon\\\" | \\\"at-symbol-icon\\\" | \\\"auto-date-icon\\\" | \\\"auto-sign-icon\\\" | \\\"backspace-icon\\\" | \\\"badge-check-icon\\\" | \\\"ban-icon\\\" | \\\"base-circle-icon\\\" | \\\"batch-send-arrow-icon\\\" | \\\"beaker-icon\\\" | \\\"bell-icon\\\" | \\\"book-open-icon\\\" | \\\"bookmark-alt-icon\\\" | \\\"bookmark-icon\\\" | \\\"box-crossed-icon\\\" | \\\"box-empty-icon\\\" | \\\"box-ticked-icon\\\" | \\\"branch-icon\\\" | \\\"briefcase-icon\\\" | \\\"bulk-send-arrow-icon\\\" | \\\"bulk-send-icon\\\" | \\\"cake-icon\\\" | \\\"calculator-icon\\\" | \\\"calender-icon\\\" | \\\"camera-icon\\\" | \\\"cash-icon\\\" | \\\"chart-bar-icon\\\" | \\\"chart-pie-icon\\\" | \\\"chart-square-bar-icon\\\" | \\\"chat-alt-2-icon\\\" | \\\"chat-alt-icon\\\" | \\\"chat-icon\\\" | \\\"check-circle-icon\\\" | \\\"check-icon\\\" | \\\"chevron-double-down-icon\\\" | \\\"chevron-double-left-icon\\\" | \\\"chevron-double-right-icon\\\" | \\\"chevron-double-up-icon\\\" | \\\"chevron-down-icon\\\" | \\\"chevron-left-icon\\\" | \\\"chevron-right-icon\\\" | \\\"chevron-up-icon\\\" | \\\"chip-icon\\\" | \\\"circle-filled-half-icon\\\" | \\\"circle-filled-quarter-icon\\\" | \\\"circle-filled-three-quarter-icon\\\" | \\\"circle-half-icon\\\" | \\\"circle-quarter-icon\\\" | \\\"circle-three-quarter-icon\\\" | \\\"clipboard-check-icon\\\" | \\\"clipboard-copy-icon\\\" | \\\"clipboard-icon\\\" | \\\"clipboard-list-icon\\\" | \\\"clock-icon\\\" | \\\"cloud-download-icon\\\" | \\\"cloud-icon\\\" | \\\"cloud-upload-icon\\\" | \\\"code-icon\\\" | \\\"cog-icon\\\" | \\\"collapse-icon\\\" | \\\"collection-icon\\\" | \\\"color-swatch-icon\\\" | \\\"contacts-icon\\\" | \\\"credit-card-icon\\\" | \\\"cube-icon\\\" | \\\"cube-transparent-icon\\\" | \\\"currency-bangladeshi-icon\\\" | \\\"currency-dollar-icon\\\" | \\\"currency-euro-icon\\\" | \\\"currency-pound-icon\\\" | \\\"currency-rupee-icon\\\" | \\\"currency-yen-icon\\\" | \\\"cursor-click-icon\\\" | \\\"database-icon\\\" | \\\"date-sent-sort-ascending-icon\\\" | \\\"date-sent-sort-descending-icon\\\" | \\\"date-sort-ascending-icon\\\" | \\\"date-sort-descending-icon\\\" | \\\"designation-icon\\\" | \\\"desktop-computer-icon\\\" | \\\"device-lock-icon\\\" | \\\"device-mobile-icon\\\" | \\\"device-tablet-icon\\\" | \\\"document-add-icon\\\" | \\\"document-combine-icon\\\" | \\\"document-download-icon\\\" | \\\"document-duplicate-icon\\\" | \\\"document-icon\\\" | \\\"document-import-fields-icon\\\" | \\\"document-info-icon\\\" | \\\"document-merge-alt2-icon\\\" | \\\"document-remove-icon\\\" | \\\"document-replace-icon\\\" | \\\"document-report-icon\\\" | \\\"document-search-icon\\\" | \\\"document-text-icon\\\" | \\\"document-viewed-icon\\\" | \\\"dots-circle-horizontal-icon\\\" | \\\"dots-horizontal-icon\\\" | \\\"dots-vertical-icon\\\" | \\\"download-icon\\\" | \\\"drag-horizontal-icon\\\" | \\\"drag-vertical-icon\\\" | \\\"dropdown-icon\\\" | \\\"duplicate-icon\\\" | \\\"emoji-happy-icon\\\" | \\\"emoji-sad-icon\\\" | \\\"exclamation-circle-icon\\\" | \\\"exclamation-icon\\\" | \\\"expand-icon\\\" | \\\"external-link-icon\\\" | \\\"eye-icon\\\" | \\\"eye-off-icon\\\" | \\\"fast-forward-icon\\\" | \\\"field-alignment-bottom-icon\\\" | \\\"field-alignment-centre-icon\\\" | \\\"field-alignment-left-icon\\\" | \\\"field-alignment-middle-icon\\\" | \\\"field-alignment-right-icon\\\" | \\\"field-alignment-top-icon\\\" | \\\"field-distribute-horizontally-icon\\\" | \\\"field-distribute-vertically-icon\\\" | \\\"field-duplicate-icon\\\" | \\\"field-match-height-icon\\\" | \\\"field-match-width-icon\\\" | \\\"field-order-icon\\\" | \\\"field-placement-icon\\\" | \\\"field-scale-icon\\\" | \\\"field-scaling-off-icon\\\" | \\\"field-selected-icon\\\" | \\\"field-special-icon\\\" | \\\"film-icon\\\" | \\\"filter-icon\\\" | \\\"finger-print-icon\\\" | \\\"fire-icon\\\" | \\\"fit-height-icon\\\" | \\\"fit-width-icon\\\" | \\\"flag-icon\\\" | \\\"folder-add-icon\\\" | \\\"folder-download-icon\\\" | \\\"folder-icon\\\" | \\\"folder-open-icon\\\" | \\\"folder-remove-icon\\\" | \\\"gift-icon\\\" | \\\"globe-alt-icon\\\" | \\\"globe-icon\\\" | \\\"grid-icon\\\" | \\\"guides-icon\\\" | \\\"hand-icon\\\" | \\\"hashtag-icon\\\" | \\\"heart-icon\\\" | \\\"home-icon\\\" | \\\"identification-icon\\\" | \\\"inbox-icon\\\" | \\\"inbox-in-icon\\\" | \\\"information-circle-icon\\\" | \\\"initials-icon\\\" | \\\"key-icon\\\" | \\\"keyboard-icon\\\" | \\\"library-icon\\\" | \\\"light-bulb-icon\\\" | \\\"lightning-bolt-icon\\\" | \\\"link-broken-icon\\\" | \\\"link-icon\\\" | \\\"link-value-icon\\\" | \\\"linked-document-icon\\\" | \\\"linked-icon\\\" | \\\"list-order-icon\\\" | \\\"location-marker-icon\\\" | \\\"lock-closed-icon\\\" | \\\"lock-open-icon\\\" | \\\"login-icon\\\" | \\\"logo-icon\\\" | \\\"logout-icon\\\" | \\\"mail-icon\\\" | \\\"mail-open-icon\\\" | \\\"map-icon\\\" | \\\"menu-alt-1-icon\\\" | \\\"menu-alt-2-icon\\\" | \\\"menu-alt-3-icon\\\" | \\\"menu-alt-4-icon\\\" | \\\"menu-alt-5-icon\\\" | \\\"menu-icon\\\" | \\\"microphone-icon\\\" | \\\"minus-circle-icon\\\" | \\\"minus-icon\\\" | \\\"minus-sm-icon\\\" | \\\"moon-icon\\\" | \\\"move-horizontal-icon\\\" | \\\"move-vertical-icon\\\" | \\\"music-note-icon\\\" | \\\"newspaper-icon\\\" | \\\"office-building-icon\\\" | \\\"page-insert-horizontal-icon\\\" | \\\"page-insert-vertical-icon\\\" | \\\"page-layout-icon\\\" | \\\"pagescroll-preview-icon\\\" | \\\"paper-airplane-icon\\\" | \\\"paper-clip-icon\\\" | \\\"pause-icon\\\" | \\\"pencil-alt-icon\\\" | \\\"pencil-icon\\\" | \\\"phone-icon\\\" | \\\"phone-incoming-icon\\\" | \\\"phone-missed-call-icon\\\" | \\\"phone-outgoing-icon\\\" | \\\"photograph-icon\\\" | \\\"pin-icon\\\" | \\\"play-icon\\\" | \\\"plus-circle-icon\\\" | \\\"plus-icon\\\" | \\\"plus-sm-icon\\\" | \\\"pre-filled-content-icon\\\" | \\\"presentation-chart-bar-icon\\\" | \\\"presentation-chart-line-icon\\\" | \\\"printer-icon\\\" | \\\"puzzle-icon\\\" | \\\"qrcode-icon\\\" | \\\"question-mark-circle-icon\\\" | \\\"quick-send-arrow-icon\\\" | \\\"receipt-refund-icon\\\" | \\\"receipt-tax-icon\\\" | \\\"recipient-details-card-icon\\\" | \\\"recipient-details-icon\\\" | \\\"recipient-link-broken-icon\\\" | \\\"recipient-link-icon\\\" | \\\"recipient-links-icon\\\" | \\\"redo-icon\\\" | \\\"refresh-icon\\\" | \\\"reply-icon\\\" | \\\"required-icon\\\" | \\\"revert-icon\\\" | \\\"rewind-icon\\\" | \\\"rocket-icon\\\" | \\\"rotate-left-icon\\\" | \\\"rotate-right-icon\\\" | \\\"rss-icon\\\" | \\\"save-as-icon\\\" | \\\"save-icon\\\" | \\\"scale-icon\\\" | \\\"scheduled-icon\\\" | \\\"scissors-icon\\\" | \\\"search-circle-icon\\\" | \\\"search-icon\\\" | \\\"selector-icon\\\" | \\\"send-arrow-icon\\\" | \\\"sent-progress-icon\\\" | \\\"server-icon\\\" | \\\"share-icon\\\" | \\\"shield-check-icon\\\" | \\\"shield-exclamation-icon\\\" | \\\"shopping-bag-icon\\\" | \\\"shopping-cart-icon\\\" | \\\"side-panel-close-left-icon\\\" | \\\"side-panel-close-right-icon\\\" | \\\"side-panel-closed-icon\\\" | \\\"side-panel-open-icon\\\" | \\\"side-panel-open-left-icon\\\" | \\\"side-panel-open-right-icon\\\" | \\\"signature-icon\\\" | \\\"signature-select-icon\\\" | \\\"signature-selected-icon\\\" | \\\"sort-alphabetically-a-z-alt-icon\\\" | \\\"sort-alphabetically-a-z-icon\\\" | \\\"sort-alphabetically-z-a-alt-icon\\\" | \\\"sort-alphabetically-z-a-icon\\\" | \\\"sort-ascending-icon\\\" | \\\"sort-descending-icon\\\" | \\\"sparkles-icon\\\" | \\\"speakerphone-icon\\\" | \\\"star-icon\\\" | \\\"status-offline-icon\\\" | \\\"status-online-icon\\\" | \\\"stop-icon\\\" | \\\"sun-icon\\\" | \\\"support-icon\\\" | \\\"switch-horizontal-icon\\\" | \\\"switch-vertical-icon\\\" | \\\"table-columns-icon\\\" | \\\"table-icon\\\" | \\\"table-quick-edit-icon\\\" | \\\"table-rows-icon\\\" | \\\"table-split-icon\\\" | \\\"tag-icon\\\" | \\\"target-icon\\\" | \\\"template-icon\\\" | \\\"template-not-sent-icon\\\" | \\\"template-sent-icon\\\" | \\\"terminal-icon\\\" | \\\"text-alignment-icon\\\" | \\\"text-icon\\\" | \\\"text-size-icon\\\" | \\\"thumb-down-icon\\\" | \\\"thumb-up-icon\\\" | \\\"ticket-icon\\\" | \\\"time-sort-ascending-icon\\\" | \\\"time-sort-descending-icon\\\" | \\\"translate-icon\\\" | \\\"trash-icon\\\" | \\\"trending-down-icon\\\" | \\\"trending-up-icon\\\" | \\\"truck-icon\\\" | \\\"typeface-icon\\\" | \\\"typing-input-icon\\\" | \\\"undo-icon\\\" | \\\"upload-icon\\\" | \\\"user-add-icon\\\" | \\\"user-assign-icon\\\" | \\\"user-circle-icon\\\" | \\\"user-group-icon\\\" | \\\"user-icon\\\" | \\\"user-remove-icon\\\" | \\\"user-switch-icon\\\" | \\\"users-icon\\\" | \\\"variable-icon\\\" | \\\"variant-icon\\\" | \\\"video-camera-icon\\\" | \\\"view-boards-icon\\\" | \\\"view-grid-add-icon\\\" | \\\"view-grid-icon\\\" | \\\"view-list-icon\\\" | \\\"volume-off-icon\\\" | \\\"volume-up-icon\\\" | \\\"wifi-icon\\\" | \\\"witness-arrow-icon\\\" | \\\"x-circle-icon\\\" | \\\"x-icon\\\" | \\\"x-letter-icon\\\" | \\\"y-icon\\\" | \\\"zoom-in-icon\\\" | \\\"zoom-out-icon\\\"\",\n \"references\": {\n \"Icon\": {\n \"location\": \"import\",\n \"path\": \"../../types/Icon\",\n \"id\": \"src/types/Icon.ts::Icon\",\n \"referenceLocation\": \"Icon\"\n }\n }\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"icon\",\n \"defaultValue\": \"'information-circle-icon'\"\n },\n \"iconColour\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"icon-colour\",\n \"defaultValue\": \"'var(--primary-50)'\"\n },\n \"iconSolid\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"icon-solid\",\n \"defaultValue\": \"true\"\n }\n };\n }\n}\n"],"names":[],"mappings":"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","x_google_ignoreList":[0,1]}
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h } from './index-CqgU9BMJ.js';
1
+ import { r as registerInstance, c as createEvent, h } from './index-CItPoq74.js';
2
2
 
3
3
  const lsRadioGroupCss = () => `.host{display:flex;flex-direction:column;gap:0.5rem}.title{font-weight:var(--font-semibold);color:var(--gray-100)}.subTitle{color:var(--gray-80);margin-top:-0.5rem}.horizontal{flex-direction:row;gap:1rem;flex-wrap:wrap}`;
4
4
 
@@ -1 +1 @@
1
- {"version":3,"file":"ls-radio-group.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-radio-group/ls-radio-group.css?tag=ls-radio-group","node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-radio-group/ls-radio-group.js"],"sourcesContent":[".host {\n display: flex;\n flex-direction: column;\n gap: 0.5rem;\n}\n\n.title {\n font-weight: var(--font-semibold);\n color: var(--gray-100);\n}\n\n.subTitle {\n color: var(--gray-80);\n margin-top: -0.5rem;\n}\n\n.horizontal {\n flex-direction: row;\n gap: 1rem;\n flex-wrap: wrap;\n}\n","import { h } from \"@stencil/core\";\nexport class LsRadioGroup {\n constructor() {\n this.name = 'name';\n this.isHorizontal = false;\n }\n componentWillLoad() {\n this._options = this.options ? [...this.options] : [];\n }\n watchOptionsHandler(newValue) {\n this._options = [...newValue];\n }\n handleItemClick(id) {\n this._options = this._options.map((option) => (Object.assign(Object.assign({}, option), { checked: option.id === id })));\n this.handlechange.emit(id);\n }\n render() {\n const { _options, name, heading, subHeading, isHorizontal, customStyle } = this;\n return (h(\"host\", { key: '319df8bf6eb02de3d82d8c62f96e1d91b76c848f', class: 'host' }, h(\"div\", { key: '7f2a85d3930729f138e05a2ce833050246476160' }, h(\"p\", { key: '571367b2bb2e0c6ed4d516288bcc75f0aa163bd2', class: 'title' }, heading), h(\"p\", { key: '5655836f844b978da3ca83035c833129ab72f64a', class: 'subTitle' }, subHeading)), h(\"div\", { key: 'ff66ffc0fe9d3c434de109a9f8374c7d40b04881', class: isHorizontal ? 'horizontal host' : 'host' }, _options.map((option) => {\n return (h(\"div\", { class: isHorizontal ? 'horizontal' : 'vertical' }, h(\"ls-radio-input\", { radioId: option === null || option === void 0 ? void 0 : option.id, label: option === null || option === void 0 ? void 0 : option.label, icon: option === null || option === void 0 ? void 0 : option.icon, name: name, disabled: option === null || option === void 0 ? void 0 : option.disabled, checked: option === null || option === void 0 ? void 0 : option.checked, onChange: () => this.handleItemClick(option === null || option === void 0 ? void 0 : option.id), customStyle: customStyle })));\n }))));\n }\n static get is() { return \"ls-radio-group\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-radio-group.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-radio-group.css\"]\n };\n }\n static get properties() {\n return {\n \"options\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"RadioOption[]\",\n \"resolved\": \"RadioOption[]\",\n \"references\": {\n \"RadioOption\": {\n \"location\": \"import\",\n \"path\": \"../../types/Radio\",\n \"id\": \"src/types/Radio.ts::RadioOption\",\n \"referenceLocation\": \"RadioOption\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"heading\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"heading\"\n },\n \"subHeading\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"sub-heading\"\n },\n \"name\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"name\",\n \"defaultValue\": \"'name'\"\n },\n \"isHorizontal\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"is-horizontal\",\n \"defaultValue\": \"false\"\n },\n \"customStyle\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"{ [key: string]: string }\",\n \"resolved\": \"{ [key: string]: string; }\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n }\n };\n }\n static get states() {\n return {\n \"_options\": {}\n };\n }\n static get events() {\n return [{\n \"method\": \"handlechange\",\n \"name\": \"handlechange\",\n \"bubbles\": true,\n \"cancelable\": true,\n \"composed\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n }\n }];\n }\n static get watchers() {\n return [{\n \"propName\": \"options\",\n \"methodName\": \"watchOptionsHandler\"\n }];\n }\n}\n"],"names":[],"mappings":";;AAAA,MAAM,eAAe,GAAG,MAAM,CAAC,2NAA2N,CAAC;;MCC9O,YAAY,GAAA,MAAA;AACrB,IAAA,WAAA,CAAA,OAAA,EAAA;;;AACI,QAAA,IAAI,CAAC,IAAI,GAAG,MAAM;AAClB,QAAA,IAAI,CAAC,YAAY,GAAG,KAAK;AAC5B;IACD,iBAAiB,GAAA;AACb,QAAA,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,GAAG,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE;;AAEzD,IAAA,mBAAmB,CAAC,QAAQ,EAAA;AACxB,QAAA,IAAI,CAAC,QAAQ,GAAG,CAAC,GAAG,QAAQ,CAAC;;AAEjC,IAAA,eAAe,CAAC,EAAE,EAAA;AACd,QAAA,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,MAAM,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC;AACxH,QAAA,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,EAAE,CAAC;;IAE9B,MAAM,GAAA;AACF,QAAA,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,GAAG,IAAI;AAC/E,QAAA,QAAQ,CAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,UAAU,EAAE,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,YAAY,GAAG,iBAAiB,GAAG,MAAM,EAAE,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC,MAAM,KAAI;AAC3c,YAAA,QAAQ,CAAC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,YAAY,GAAG,YAAY,GAAG,UAAU,EAAE,EAAE,CAAC,CAAC,gBAAgB,EAAE,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,KAAK,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC,CAAC;AACzkB,SAAC,CAAC,CAAC,CAAC;;;;;;;;;;","x_google_ignoreList":[0,1]}
1
+ {"version":3,"file":"ls-radio-group.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-radio-group/ls-radio-group.css?tag=ls-radio-group","node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-radio-group/ls-radio-group.js"],"sourcesContent":[".host {\n display: flex;\n flex-direction: column;\n gap: 0.5rem;\n}\n\n.title {\n font-weight: var(--font-semibold);\n color: var(--gray-100);\n}\n\n.subTitle {\n color: var(--gray-80);\n margin-top: -0.5rem;\n}\n\n.horizontal {\n flex-direction: row;\n gap: 1rem;\n flex-wrap: wrap;\n}\n","import { h } from \"@stencil/core\";\nexport class LsRadioGroup {\n constructor() {\n this.name = 'name';\n this.isHorizontal = false;\n }\n componentWillLoad() {\n this._options = this.options ? [...this.options] : [];\n }\n watchOptionsHandler(newValue) {\n this._options = [...newValue];\n }\n handleItemClick(id) {\n this._options = this._options.map((option) => (Object.assign(Object.assign({}, option), { checked: option.id === id })));\n this.handlechange.emit(id);\n }\n render() {\n const { _options, name, heading, subHeading, isHorizontal, customStyle } = this;\n return (h(\"host\", { key: '319df8bf6eb02de3d82d8c62f96e1d91b76c848f', class: 'host' }, h(\"div\", { key: '7f2a85d3930729f138e05a2ce833050246476160' }, h(\"p\", { key: '571367b2bb2e0c6ed4d516288bcc75f0aa163bd2', class: 'title' }, heading), h(\"p\", { key: '5655836f844b978da3ca83035c833129ab72f64a', class: 'subTitle' }, subHeading)), h(\"div\", { key: 'ff66ffc0fe9d3c434de109a9f8374c7d40b04881', class: isHorizontal ? 'horizontal host' : 'host' }, _options.map((option) => {\n return (h(\"div\", { class: isHorizontal ? 'horizontal' : 'vertical' }, h(\"ls-radio-input\", { radioId: option === null || option === void 0 ? void 0 : option.id, label: option === null || option === void 0 ? void 0 : option.label, icon: option === null || option === void 0 ? void 0 : option.icon, name: name, disabled: option === null || option === void 0 ? void 0 : option.disabled, checked: option === null || option === void 0 ? void 0 : option.checked, onChange: () => this.handleItemClick(option === null || option === void 0 ? void 0 : option.id), customStyle: customStyle })));\n }))));\n }\n static get is() { return \"ls-radio-group\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-radio-group.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-radio-group.css\"]\n };\n }\n static get properties() {\n return {\n \"options\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"RadioOption[]\",\n \"resolved\": \"RadioOption[]\",\n \"references\": {\n \"RadioOption\": {\n \"location\": \"import\",\n \"path\": \"../../types/Radio\",\n \"id\": \"src/types/Radio.ts::RadioOption\",\n \"referenceLocation\": \"RadioOption\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"heading\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"heading\"\n },\n \"subHeading\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"sub-heading\"\n },\n \"name\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"name\",\n \"defaultValue\": \"'name'\"\n },\n \"isHorizontal\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"is-horizontal\",\n \"defaultValue\": \"false\"\n },\n \"customStyle\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"{ [key: string]: string }\",\n \"resolved\": \"{ [key: string]: string; }\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n }\n };\n }\n static get states() {\n return {\n \"_options\": {}\n };\n }\n static get events() {\n return [{\n \"method\": \"handlechange\",\n \"name\": \"handlechange\",\n \"bubbles\": true,\n \"cancelable\": true,\n \"composed\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n }\n }];\n }\n static get watchers() {\n return [{\n \"propName\": \"options\",\n \"methodName\": \"watchOptionsHandler\"\n }];\n }\n}\n"],"names":[],"mappings":";;AAAA,MAAM,eAAe,GAAG,MAAM,CAAC,2NAA2N,CAAC;;MCC9O,YAAY,GAAA,MAAA;AACrB,IAAA,WAAA,CAAA,OAAA,EAAA;;;AACI,QAAA,IAAI,CAAC,IAAI,GAAG,MAAM;AAClB,QAAA,IAAI,CAAC,YAAY,GAAG,KAAK;AAC5B;IACD,iBAAiB,GAAA;AACb,QAAA,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,GAAG,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE;;AAEzD,IAAA,mBAAmB,CAAC,QAAQ,EAAA;AACxB,QAAA,IAAI,CAAC,QAAQ,GAAG,CAAC,GAAG,QAAQ,CAAC;;AAEjC,IAAA,eAAe,CAAC,EAAE,EAAA;AACd,QAAA,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,MAAM,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC;AACxH,QAAA,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,EAAE,CAAC;;IAE9B,MAAM,GAAA;AACF,QAAA,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,WAAW,EAAE,GAAG,IAAI;AAC/E,QAAA,QAAQ,CAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,GAAG,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,UAAU,EAAE,EAAE,UAAU,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,YAAY,GAAG,iBAAiB,GAAG,MAAM,EAAE,EAAE,QAAQ,CAAC,GAAG,CAAC,CAAC,MAAM,KAAI;AAC3c,YAAA,QAAQ,CAAC,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,YAAY,GAAG,YAAY,GAAG,UAAU,EAAE,EAAE,CAAC,CAAC,gBAAgB,EAAE,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,EAAE,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,KAAK,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,QAAQ,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,MAAM,KAAK,IAAI,IAAI,MAAM,KAAK,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC,EAAE,WAAW,EAAE,WAAW,EAAE,CAAC,CAAC;AACzkB,SAAC,CAAC,CAAC,CAAC;;;;;;;;;;","x_google_ignoreList":[0,1]}
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-CqgU9BMJ.js';
1
+ import { r as registerInstance, h } from './index-CItPoq74.js';
2
2
  import { c as clsx } from './clsx-ChV9xqsO.js';
3
3
 
4
4
  const lsRadioInputCss = () => `.radioLabel{display:flex;align-items:center;gap:0.75rem;border-radius:0.5rem;padding:0.5rem 0.75rem}.radioLabel.checked{background-color:var(--primary-10);border-color:var(--primary-20);color:var(--primary-90)}.radioLabel:not(checked){color:var(--gray-90);background-color:var(--gray-10);border:1px solid var(--gray-20)}.radioLabel.checked:hover{border-color:var(--primary-30);color:var(--primary-100)}.radioLabel:not(.checked):not(.disabled):hover{border-color:var(--gray-50);color:var(--gray-100)}.radioLabel:focus:not(.disabled){box-shadow:var(--focus-box-shadow);outline-offset:var(--focus-outline-offset);outline:none}.radioLabel.disabled{cursor:not-allowed}.radioLabel.disabled.checked{background-color:var(--primary-10);color:var(--primary-40);border-color:var(--primary-40)}.radioLabel.disabled:not(.checked){background-color:var(--gray-10);color:var(--gray-60)}.inputClass{margin-top:0px}.inputClass:focus{outline:none}.inputClass:disabled{cursor:not-allowed}.spanContainer{display:flex;gap:0.25rem;align-items:center}`;
@@ -1 +1 @@
1
- {"version":3,"file":"ls-radio-input.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-formfield/inputs/ls-radio-input/ls-radio-input.css?tag=ls-radio-input&encapsulation=shadow","node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-formfield/inputs/ls-radio-input/ls-radio-input.js"],"sourcesContent":[".radioLabel{\n display: flex;\n align-items: center;\n gap: 0.75rem;\n border-radius: 0.5rem;\n padding: 0.5rem 0.75rem;\n}\n\n.radioLabel.checked {\n background-color: var(--primary-10);\n border-color: var(--primary-20);\n color: var(--primary-90)\n}\n\n.radioLabel:not(checked) {\n color: var(--gray-90);\n background-color: var(--gray-10);\n border: 1px solid var(--gray-20);\n}\n\n.radioLabel.checked:hover {\n border-color: var(--primary-30);\n color: var(--primary-100);\n \n}\n\n.radioLabel:not(.checked):not(.disabled):hover {\n border-color: var(--gray-50);\n color: var(--gray-100);\n}\n\n.radioLabel:focus:not(.disabled) {\n box-shadow: var(--focus-box-shadow);\n outline-offset: var(--focus-outline-offset);\n outline: none;\n}\n\n.radioLabel.disabled {\n cursor: not-allowed;\n}\n\n.radioLabel.disabled.checked {\n background-color: var(--primary-10);\n color: var(--primary-40);\n border-color: var(--primary-40);\n}\n\n.radioLabel.disabled:not(.checked) {\n background-color: var(--gray-10);\n color: var(--gray-60);\n}\n\n.inputClass {\n margin-top: 0px;\n}\n\n.inputClass:focus {\n outline: none;\n}\n\n.inputClass:disabled {\n cursor: not-allowed;\n}\n\n.spanContainer {\n display: flex;\n gap: 0.25rem;\n align-items: center;\n}","import { h } from \"@stencil/core\";\nimport clsx from \"clsx\";\nexport class LsRadioInput {\n constructor() {\n this.name = 'name';\n this.checked = false;\n this.disabled = false;\n }\n render() {\n const { label, radioId, icon, name, disabled, checked, customStyle, } = this;\n const radioLabelClass = clsx('radioLabel', disabled && 'disabled', checked && 'checked');\n return (h(\"label\", { key: '987a4fa43c8f751b58a3d15906dc23bac41b2f89', htmlFor: radioId, tabIndex: 0, class: radioLabelClass, style: customStyle }, h(\"input\", { key: '8b92eac286506f4f9dcd7026c7e68c5037f404fd', type: 'radio', class: 'inputClass', id: radioId, name: name, value: label, disabled: disabled, tabIndex: 0, checked: checked }), h(\"div\", { key: '799270c0e7cd866d812c2f04ceed97791fa971cb', class: 'spanContainer' }, h(\"span\", { key: 'd9ed82673102f2d9d4ee160a51448a2a5837856d' }, icon && h(\"ls-icon\", { key: '4a724df9ce9696a2476936ea5bfec488d31963f5', name: icon, size: 16 })), h(\"span\", { key: '46f6d155797f414b1d0a7c518866e0788645d5ea' }, label))));\n }\n static get is() { return \"ls-radio-input\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-radio-input.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-radio-input.css\"]\n };\n }\n static get properties() {\n return {\n \"radioId\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"radio-id\"\n },\n \"label\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"label\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Icon\",\n \"resolved\": \"\\\"academic-cap-icon\\\" | \\\"accessibility-icon\\\" | \\\"add-column-left-icon\\\" | \\\"add-column-right-icon\\\" | \\\"add-more-list-icon\\\" | \\\"adjustments-icon\\\" | \\\"annotation-icon\\\" | \\\"apply-all-rows-icon\\\" | \\\"archive-icon\\\" | \\\"arrow-circle-down-icon\\\" | \\\"arrow-circle-left-icon\\\" | \\\"arrow-circle-right-icon\\\" | \\\"arrow-circle-up-icon\\\" | \\\"arrow-down-icon\\\" | \\\"arrow-left-icon\\\" | \\\"arrow-narrow-down-icon\\\" | \\\"arrow-narrow-left-icon\\\" | \\\"arrow-narrow-right-icon\\\" | \\\"arrow-narrow-up-icon\\\" | \\\"arrow-right-icon\\\" | \\\"arrow-sm-down-icon\\\" | \\\"arrow-sm-left-icon\\\" | \\\"arrow-sm-right-icon\\\" | \\\"arrow-sm-up-icon\\\" | \\\"arrow-up-icon\\\" | \\\"arrow-up-link-out-icon\\\" | \\\"arrows-expand-icon\\\" | \\\"arrows-minimise-icon\\\" | \\\"at-symbol-icon\\\" | \\\"auto-date-icon\\\" | \\\"auto-sign-icon\\\" | \\\"backspace-icon\\\" | \\\"badge-check-icon\\\" | \\\"ban-icon\\\" | \\\"base-circle-icon\\\" | \\\"batch-send-arrow-icon\\\" | \\\"beaker-icon\\\" | \\\"bell-icon\\\" | \\\"book-open-icon\\\" | \\\"bookmark-alt-icon\\\" | \\\"bookmark-icon\\\" | \\\"box-crossed-icon\\\" | \\\"box-empty-icon\\\" | \\\"box-ticked-icon\\\" | \\\"branch-icon\\\" | \\\"briefcase-icon\\\" | \\\"bulk-send-arrow-icon\\\" | \\\"bulk-send-icon\\\" | \\\"cake-icon\\\" | \\\"calculator-icon\\\" | \\\"calender-icon\\\" | \\\"camera-icon\\\" | \\\"cash-icon\\\" | \\\"chart-bar-icon\\\" | \\\"chart-pie-icon\\\" | \\\"chart-square-bar-icon\\\" | \\\"chat-alt-2-icon\\\" | \\\"chat-alt-icon\\\" | \\\"chat-icon\\\" | \\\"check-circle-icon\\\" | \\\"check-icon\\\" | \\\"chevron-double-down-icon\\\" | \\\"chevron-double-left-icon\\\" | \\\"chevron-double-right-icon\\\" | \\\"chevron-double-up-icon\\\" | \\\"chevron-down-icon\\\" | \\\"chevron-left-icon\\\" | \\\"chevron-right-icon\\\" | \\\"chevron-up-icon\\\" | \\\"chip-icon\\\" | \\\"circle-filled-half-icon\\\" | \\\"circle-filled-quarter-icon\\\" | \\\"circle-filled-three-quarter-icon\\\" | \\\"circle-half-icon\\\" | \\\"circle-quarter-icon\\\" | \\\"circle-three-quarter-icon\\\" | \\\"clipboard-check-icon\\\" | \\\"clipboard-copy-icon\\\" | \\\"clipboard-icon\\\" | \\\"clipboard-list-icon\\\" | \\\"clock-icon\\\" | \\\"cloud-download-icon\\\" | \\\"cloud-icon\\\" | \\\"cloud-upload-icon\\\" | \\\"code-icon\\\" | \\\"cog-icon\\\" | \\\"collapse-icon\\\" | \\\"collection-icon\\\" | \\\"color-swatch-icon\\\" | \\\"contacts-icon\\\" | \\\"credit-card-icon\\\" | \\\"cube-icon\\\" | \\\"cube-transparent-icon\\\" | \\\"currency-bangladeshi-icon\\\" | \\\"currency-dollar-icon\\\" | \\\"currency-euro-icon\\\" | \\\"currency-pound-icon\\\" | \\\"currency-rupee-icon\\\" | \\\"currency-yen-icon\\\" | \\\"cursor-click-icon\\\" | \\\"database-icon\\\" | \\\"date-sent-sort-ascending-icon\\\" | \\\"date-sent-sort-descending-icon\\\" | \\\"date-sort-ascending-icon\\\" | \\\"date-sort-descending-icon\\\" | \\\"designation-icon\\\" | \\\"desktop-computer-icon\\\" | \\\"device-lock-icon\\\" | \\\"device-mobile-icon\\\" | \\\"device-tablet-icon\\\" | \\\"document-add-icon\\\" | \\\"document-combine-icon\\\" | \\\"document-download-icon\\\" | \\\"document-duplicate-icon\\\" | \\\"document-icon\\\" | \\\"document-import-fields-icon\\\" | \\\"document-info-icon\\\" | \\\"document-merge-alt2-icon\\\" | \\\"document-remove-icon\\\" | \\\"document-replace-icon\\\" | \\\"document-report-icon\\\" | \\\"document-search-icon\\\" | \\\"document-text-icon\\\" | \\\"document-viewed-icon\\\" | \\\"dots-circle-horizontal-icon\\\" | \\\"dots-horizontal-icon\\\" | \\\"dots-vertical-icon\\\" | \\\"download-icon\\\" | \\\"drag-horizontal-icon\\\" | \\\"drag-vertical-icon\\\" | \\\"dropdown-icon\\\" | \\\"duplicate-icon\\\" | \\\"emoji-happy-icon\\\" | \\\"emoji-sad-icon\\\" | \\\"exclamation-circle-icon\\\" | \\\"exclamation-icon\\\" | \\\"expand-icon\\\" | \\\"external-link-icon\\\" | \\\"eye-icon\\\" | \\\"eye-off-icon\\\" | \\\"fast-forward-icon\\\" | \\\"field-alignment-bottom-icon\\\" | \\\"field-alignment-centre-icon\\\" | \\\"field-alignment-left-icon\\\" | \\\"field-alignment-middle-icon\\\" | \\\"field-alignment-right-icon\\\" | \\\"field-alignment-top-icon\\\" | \\\"field-distribute-horizontally-icon\\\" | \\\"field-distribute-vertically-icon\\\" | \\\"field-duplicate-icon\\\" | \\\"field-match-height-icon\\\" | \\\"field-match-width-icon\\\" | \\\"field-order-icon\\\" | \\\"field-placement-icon\\\" | \\\"field-scale-icon\\\" | \\\"field-scaling-off-icon\\\" | \\\"field-selected-icon\\\" | \\\"field-special-icon\\\" | \\\"film-icon\\\" | \\\"filter-icon\\\" | \\\"finger-print-icon\\\" | \\\"fire-icon\\\" | \\\"fit-height-icon\\\" | \\\"fit-width-icon\\\" | \\\"flag-icon\\\" | \\\"folder-add-icon\\\" | \\\"folder-download-icon\\\" | \\\"folder-icon\\\" | \\\"folder-open-icon\\\" | \\\"folder-remove-icon\\\" | \\\"gift-icon\\\" | \\\"globe-alt-icon\\\" | \\\"globe-icon\\\" | \\\"grid-icon\\\" | \\\"guides-icon\\\" | \\\"hand-icon\\\" | \\\"hashtag-icon\\\" | \\\"heart-icon\\\" | \\\"home-icon\\\" | \\\"identification-icon\\\" | \\\"inbox-icon\\\" | \\\"inbox-in-icon\\\" | \\\"information-circle-icon\\\" | \\\"initials-icon\\\" | \\\"key-icon\\\" | \\\"keyboard-icon\\\" | \\\"library-icon\\\" | \\\"light-bulb-icon\\\" | \\\"lightning-bolt-icon\\\" | \\\"link-broken-icon\\\" | \\\"link-icon\\\" | \\\"link-value-icon\\\" | \\\"linked-document-icon\\\" | \\\"linked-icon\\\" | \\\"list-order-icon\\\" | \\\"location-marker-icon\\\" | \\\"lock-closed-icon\\\" | \\\"lock-open-icon\\\" | \\\"login-icon\\\" | \\\"logo-icon\\\" | \\\"logout-icon\\\" | \\\"mail-icon\\\" | \\\"mail-open-icon\\\" | \\\"map-icon\\\" | \\\"menu-alt-1-icon\\\" | \\\"menu-alt-2-icon\\\" | \\\"menu-alt-3-icon\\\" | \\\"menu-alt-4-icon\\\" | \\\"menu-alt-5-icon\\\" | \\\"menu-icon\\\" | \\\"microphone-icon\\\" | \\\"minus-circle-icon\\\" | \\\"minus-icon\\\" | \\\"minus-sm-icon\\\" | \\\"moon-icon\\\" | \\\"move-horizontal-icon\\\" | \\\"move-vertical-icon\\\" | \\\"music-note-icon\\\" | \\\"newspaper-icon\\\" | \\\"office-building-icon\\\" | \\\"page-insert-horizontal-icon\\\" | \\\"page-insert-vertical-icon\\\" | \\\"page-layout-icon\\\" | \\\"pagescroll-preview-icon\\\" | \\\"paper-airplane-icon\\\" | \\\"paper-clip-icon\\\" | \\\"pause-icon\\\" | \\\"pencil-alt-icon\\\" | \\\"pencil-icon\\\" | \\\"phone-icon\\\" | \\\"phone-incoming-icon\\\" | \\\"phone-missed-call-icon\\\" | \\\"phone-outgoing-icon\\\" | \\\"photograph-icon\\\" | \\\"pin-icon\\\" | \\\"play-icon\\\" | \\\"plus-circle-icon\\\" | \\\"plus-icon\\\" | \\\"plus-sm-icon\\\" | \\\"pre-filled-content-icon\\\" | \\\"presentation-chart-bar-icon\\\" | \\\"presentation-chart-line-icon\\\" | \\\"printer-icon\\\" | \\\"puzzle-icon\\\" | \\\"qrcode-icon\\\" | \\\"question-mark-circle-icon\\\" | \\\"quick-send-arrow-icon\\\" | \\\"receipt-refund-icon\\\" | \\\"receipt-tax-icon\\\" | \\\"recipient-details-card-icon\\\" | \\\"recipient-details-icon\\\" | \\\"recipient-link-broken-icon\\\" | \\\"recipient-link-icon\\\" | \\\"recipient-links-icon\\\" | \\\"redo-icon\\\" | \\\"refresh-icon\\\" | \\\"reply-icon\\\" | \\\"required-icon\\\" | \\\"revert-icon\\\" | \\\"rewind-icon\\\" | \\\"rocket-icon\\\" | \\\"rotate-left-icon\\\" | \\\"rotate-right-icon\\\" | \\\"rss-icon\\\" | \\\"save-as-icon\\\" | \\\"save-icon\\\" | \\\"scale-icon\\\" | \\\"scheduled-icon\\\" | \\\"scissors-icon\\\" | \\\"search-circle-icon\\\" | \\\"search-icon\\\" | \\\"selector-icon\\\" | \\\"send-arrow-icon\\\" | \\\"sent-progress-icon\\\" | \\\"server-icon\\\" | \\\"share-icon\\\" | \\\"shield-check-icon\\\" | \\\"shield-exclamation-icon\\\" | \\\"shopping-bag-icon\\\" | \\\"shopping-cart-icon\\\" | \\\"side-panel-close-left-icon\\\" | \\\"side-panel-close-right-icon\\\" | \\\"side-panel-closed-icon\\\" | \\\"side-panel-open-icon\\\" | \\\"side-panel-open-left-icon\\\" | \\\"side-panel-open-right-icon\\\" | \\\"signature-icon\\\" | \\\"signature-select-icon\\\" | \\\"signature-selected-icon\\\" | \\\"sort-alphabetically-a-z-alt-icon\\\" | \\\"sort-alphabetically-a-z-icon\\\" | \\\"sort-alphabetically-z-a-alt-icon\\\" | \\\"sort-alphabetically-z-a-icon\\\" | \\\"sort-ascending-icon\\\" | \\\"sort-descending-icon\\\" | \\\"sparkles-icon\\\" | \\\"speakerphone-icon\\\" | \\\"star-icon\\\" | \\\"status-offline-icon\\\" | \\\"status-online-icon\\\" | \\\"stop-icon\\\" | \\\"sun-icon\\\" | \\\"support-icon\\\" | \\\"switch-horizontal-icon\\\" | \\\"switch-vertical-icon\\\" | \\\"table-columns-icon\\\" | \\\"table-icon\\\" | \\\"table-quick-edit-icon\\\" | \\\"table-rows-icon\\\" | \\\"table-split-icon\\\" | \\\"tag-icon\\\" | \\\"target-icon\\\" | \\\"template-icon\\\" | \\\"template-not-sent-icon\\\" | \\\"template-sent-icon\\\" | \\\"terminal-icon\\\" | \\\"text-alignment-icon\\\" | \\\"text-icon\\\" | \\\"text-size-icon\\\" | \\\"thumb-down-icon\\\" | \\\"thumb-up-icon\\\" | \\\"ticket-icon\\\" | \\\"time-sort-ascending-icon\\\" | \\\"time-sort-descending-icon\\\" | \\\"translate-icon\\\" | \\\"trash-icon\\\" | \\\"trending-down-icon\\\" | \\\"trending-up-icon\\\" | \\\"truck-icon\\\" | \\\"typeface-icon\\\" | \\\"typing-input-icon\\\" | \\\"undo-icon\\\" | \\\"upload-icon\\\" | \\\"user-add-icon\\\" | \\\"user-assign-icon\\\" | \\\"user-circle-icon\\\" | \\\"user-group-icon\\\" | \\\"user-icon\\\" | \\\"user-remove-icon\\\" | \\\"user-switch-icon\\\" | \\\"users-icon\\\" | \\\"variable-icon\\\" | \\\"variant-icon\\\" | \\\"video-camera-icon\\\" | \\\"view-boards-icon\\\" | \\\"view-grid-add-icon\\\" | \\\"view-grid-icon\\\" | \\\"view-list-icon\\\" | \\\"volume-off-icon\\\" | \\\"volume-up-icon\\\" | \\\"wifi-icon\\\" | \\\"witness-arrow-icon\\\" | \\\"x-circle-icon\\\" | \\\"x-icon\\\" | \\\"x-letter-icon\\\" | \\\"y-icon\\\" | \\\"zoom-in-icon\\\" | \\\"zoom-out-icon\\\"\",\n \"references\": {\n \"Icon\": {\n \"location\": \"import\",\n \"path\": \"../../../../types/Icon\",\n \"id\": \"src/types/Icon.ts::Icon\",\n \"referenceLocation\": \"Icon\"\n }\n }\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"icon\"\n },\n \"name\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"name\",\n \"defaultValue\": \"'name'\"\n },\n \"checked\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"checked\",\n \"defaultValue\": \"false\"\n },\n \"disabled\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"disabled\",\n \"defaultValue\": \"false\"\n },\n \"customStyle\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"{ [key: string]: string }\",\n \"resolved\": \"{ [key: string]: string; }\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n }\n };\n }\n}\n"],"names":[],"mappings":";;;AAAA,MAAM,eAAe,GAAG,MAAM,CAAC,mgCAAmgC,CAAC;;MCEthC,YAAY,GAAA,MAAA;AACrB,IAAA,WAAA,CAAA,OAAA,EAAA;;AACI,QAAA,IAAI,CAAC,IAAI,GAAG,MAAM;AAClB,QAAA,IAAI,CAAC,OAAO,GAAG,KAAK;AACpB,QAAA,IAAI,CAAC,QAAQ,GAAG,KAAK;AACxB;IACD,MAAM,GAAA;AACF,QAAA,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,WAAW,GAAG,GAAG,IAAI;AAC5E,QAAA,MAAM,eAAe,GAAG,IAAI,CAAC,YAAY,EAAE,QAAQ,IAAI,UAAU,EAAE,OAAO,IAAI,SAAS,CAAC;AACxF,QAAA,QAAQ,CAAC,CAAC,OAAO,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,eAAe,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,EAAE,IAAI,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC;;;;;;;","x_google_ignoreList":[0,1]}
1
+ {"version":3,"file":"ls-radio-input.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-formfield/inputs/ls-radio-input/ls-radio-input.css?tag=ls-radio-input&encapsulation=shadow","node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-formfield/inputs/ls-radio-input/ls-radio-input.js"],"sourcesContent":[".radioLabel{\n display: flex;\n align-items: center;\n gap: 0.75rem;\n border-radius: 0.5rem;\n padding: 0.5rem 0.75rem;\n}\n\n.radioLabel.checked {\n background-color: var(--primary-10);\n border-color: var(--primary-20);\n color: var(--primary-90)\n}\n\n.radioLabel:not(checked) {\n color: var(--gray-90);\n background-color: var(--gray-10);\n border: 1px solid var(--gray-20);\n}\n\n.radioLabel.checked:hover {\n border-color: var(--primary-30);\n color: var(--primary-100);\n \n}\n\n.radioLabel:not(.checked):not(.disabled):hover {\n border-color: var(--gray-50);\n color: var(--gray-100);\n}\n\n.radioLabel:focus:not(.disabled) {\n box-shadow: var(--focus-box-shadow);\n outline-offset: var(--focus-outline-offset);\n outline: none;\n}\n\n.radioLabel.disabled {\n cursor: not-allowed;\n}\n\n.radioLabel.disabled.checked {\n background-color: var(--primary-10);\n color: var(--primary-40);\n border-color: var(--primary-40);\n}\n\n.radioLabel.disabled:not(.checked) {\n background-color: var(--gray-10);\n color: var(--gray-60);\n}\n\n.inputClass {\n margin-top: 0px;\n}\n\n.inputClass:focus {\n outline: none;\n}\n\n.inputClass:disabled {\n cursor: not-allowed;\n}\n\n.spanContainer {\n display: flex;\n gap: 0.25rem;\n align-items: center;\n}","import { h } from \"@stencil/core\";\nimport clsx from \"clsx\";\nexport class LsRadioInput {\n constructor() {\n this.name = 'name';\n this.checked = false;\n this.disabled = false;\n }\n render() {\n const { label, radioId, icon, name, disabled, checked, customStyle, } = this;\n const radioLabelClass = clsx('radioLabel', disabled && 'disabled', checked && 'checked');\n return (h(\"label\", { key: '987a4fa43c8f751b58a3d15906dc23bac41b2f89', htmlFor: radioId, tabIndex: 0, class: radioLabelClass, style: customStyle }, h(\"input\", { key: '8b92eac286506f4f9dcd7026c7e68c5037f404fd', type: 'radio', class: 'inputClass', id: radioId, name: name, value: label, disabled: disabled, tabIndex: 0, checked: checked }), h(\"div\", { key: '799270c0e7cd866d812c2f04ceed97791fa971cb', class: 'spanContainer' }, h(\"span\", { key: 'd9ed82673102f2d9d4ee160a51448a2a5837856d' }, icon && h(\"ls-icon\", { key: '4a724df9ce9696a2476936ea5bfec488d31963f5', name: icon, size: 16 })), h(\"span\", { key: '46f6d155797f414b1d0a7c518866e0788645d5ea' }, label))));\n }\n static get is() { return \"ls-radio-input\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-radio-input.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-radio-input.css\"]\n };\n }\n static get properties() {\n return {\n \"radioId\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"radio-id\"\n },\n \"label\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"label\"\n },\n \"icon\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Icon\",\n \"resolved\": \"\\\"academic-cap-icon\\\" | \\\"accessibility-icon\\\" | \\\"add-column-left-icon\\\" | \\\"add-column-right-icon\\\" | \\\"add-more-list-icon\\\" | \\\"adjustments-icon\\\" | \\\"annotation-icon\\\" | \\\"apply-all-rows-icon\\\" | \\\"archive-icon\\\" | \\\"arrow-circle-down-icon\\\" | \\\"arrow-circle-left-icon\\\" | \\\"arrow-circle-right-icon\\\" | \\\"arrow-circle-up-icon\\\" | \\\"arrow-down-icon\\\" | \\\"arrow-left-icon\\\" | \\\"arrow-narrow-down-icon\\\" | \\\"arrow-narrow-left-icon\\\" | \\\"arrow-narrow-right-icon\\\" | \\\"arrow-narrow-up-icon\\\" | \\\"arrow-right-icon\\\" | \\\"arrow-sm-down-icon\\\" | \\\"arrow-sm-left-icon\\\" | \\\"arrow-sm-right-icon\\\" | \\\"arrow-sm-up-icon\\\" | \\\"arrow-up-icon\\\" | \\\"arrow-up-link-out-icon\\\" | \\\"arrows-expand-icon\\\" | \\\"arrows-minimise-icon\\\" | \\\"at-symbol-icon\\\" | \\\"auto-date-icon\\\" | \\\"auto-sign-icon\\\" | \\\"backspace-icon\\\" | \\\"badge-check-icon\\\" | \\\"ban-icon\\\" | \\\"base-circle-icon\\\" | \\\"batch-send-arrow-icon\\\" | \\\"beaker-icon\\\" | \\\"bell-icon\\\" | \\\"book-open-icon\\\" | \\\"bookmark-alt-icon\\\" | \\\"bookmark-icon\\\" | \\\"box-crossed-icon\\\" | \\\"box-empty-icon\\\" | \\\"box-ticked-icon\\\" | \\\"branch-icon\\\" | \\\"briefcase-icon\\\" | \\\"bulk-send-arrow-icon\\\" | \\\"bulk-send-icon\\\" | \\\"cake-icon\\\" | \\\"calculator-icon\\\" | \\\"calender-icon\\\" | \\\"camera-icon\\\" | \\\"cash-icon\\\" | \\\"chart-bar-icon\\\" | \\\"chart-pie-icon\\\" | \\\"chart-square-bar-icon\\\" | \\\"chat-alt-2-icon\\\" | \\\"chat-alt-icon\\\" | \\\"chat-icon\\\" | \\\"check-circle-icon\\\" | \\\"check-icon\\\" | \\\"chevron-double-down-icon\\\" | \\\"chevron-double-left-icon\\\" | \\\"chevron-double-right-icon\\\" | \\\"chevron-double-up-icon\\\" | \\\"chevron-down-icon\\\" | \\\"chevron-left-icon\\\" | \\\"chevron-right-icon\\\" | \\\"chevron-up-icon\\\" | \\\"chip-icon\\\" | \\\"circle-filled-half-icon\\\" | \\\"circle-filled-quarter-icon\\\" | \\\"circle-filled-three-quarter-icon\\\" | \\\"circle-half-icon\\\" | \\\"circle-quarter-icon\\\" | \\\"circle-three-quarter-icon\\\" | \\\"clipboard-check-icon\\\" | \\\"clipboard-copy-icon\\\" | \\\"clipboard-icon\\\" | \\\"clipboard-list-icon\\\" | \\\"clock-icon\\\" | \\\"cloud-download-icon\\\" | \\\"cloud-icon\\\" | \\\"cloud-upload-icon\\\" | \\\"code-icon\\\" | \\\"cog-icon\\\" | \\\"collapse-icon\\\" | \\\"collection-icon\\\" | \\\"color-swatch-icon\\\" | \\\"contacts-icon\\\" | \\\"credit-card-icon\\\" | \\\"cube-icon\\\" | \\\"cube-transparent-icon\\\" | \\\"currency-bangladeshi-icon\\\" | \\\"currency-dollar-icon\\\" | \\\"currency-euro-icon\\\" | \\\"currency-pound-icon\\\" | \\\"currency-rupee-icon\\\" | \\\"currency-yen-icon\\\" | \\\"cursor-click-icon\\\" | \\\"database-icon\\\" | \\\"date-sent-sort-ascending-icon\\\" | \\\"date-sent-sort-descending-icon\\\" | \\\"date-sort-ascending-icon\\\" | \\\"date-sort-descending-icon\\\" | \\\"designation-icon\\\" | \\\"desktop-computer-icon\\\" | \\\"device-lock-icon\\\" | \\\"device-mobile-icon\\\" | \\\"device-tablet-icon\\\" | \\\"document-add-icon\\\" | \\\"document-combine-icon\\\" | \\\"document-download-icon\\\" | \\\"document-duplicate-icon\\\" | \\\"document-icon\\\" | \\\"document-import-fields-icon\\\" | \\\"document-info-icon\\\" | \\\"document-merge-alt2-icon\\\" | \\\"document-remove-icon\\\" | \\\"document-replace-icon\\\" | \\\"document-report-icon\\\" | \\\"document-search-icon\\\" | \\\"document-text-icon\\\" | \\\"document-viewed-icon\\\" | \\\"dots-circle-horizontal-icon\\\" | \\\"dots-horizontal-icon\\\" | \\\"dots-vertical-icon\\\" | \\\"download-icon\\\" | \\\"drag-horizontal-icon\\\" | \\\"drag-vertical-icon\\\" | \\\"dropdown-icon\\\" | \\\"duplicate-icon\\\" | \\\"emoji-happy-icon\\\" | \\\"emoji-sad-icon\\\" | \\\"exclamation-circle-icon\\\" | \\\"exclamation-icon\\\" | \\\"expand-icon\\\" | \\\"external-link-icon\\\" | \\\"eye-icon\\\" | \\\"eye-off-icon\\\" | \\\"fast-forward-icon\\\" | \\\"field-alignment-bottom-icon\\\" | \\\"field-alignment-centre-icon\\\" | \\\"field-alignment-left-icon\\\" | \\\"field-alignment-middle-icon\\\" | \\\"field-alignment-right-icon\\\" | \\\"field-alignment-top-icon\\\" | \\\"field-distribute-horizontally-icon\\\" | \\\"field-distribute-vertically-icon\\\" | \\\"field-duplicate-icon\\\" | \\\"field-match-height-icon\\\" | \\\"field-match-width-icon\\\" | \\\"field-order-icon\\\" | \\\"field-placement-icon\\\" | \\\"field-scale-icon\\\" | \\\"field-scaling-off-icon\\\" | \\\"field-selected-icon\\\" | \\\"field-special-icon\\\" | \\\"film-icon\\\" | \\\"filter-icon\\\" | \\\"finger-print-icon\\\" | \\\"fire-icon\\\" | \\\"fit-height-icon\\\" | \\\"fit-width-icon\\\" | \\\"flag-icon\\\" | \\\"folder-add-icon\\\" | \\\"folder-download-icon\\\" | \\\"folder-icon\\\" | \\\"folder-open-icon\\\" | \\\"folder-remove-icon\\\" | \\\"gift-icon\\\" | \\\"globe-alt-icon\\\" | \\\"globe-icon\\\" | \\\"grid-icon\\\" | \\\"guides-icon\\\" | \\\"hand-icon\\\" | \\\"hashtag-icon\\\" | \\\"heart-icon\\\" | \\\"home-icon\\\" | \\\"identification-icon\\\" | \\\"inbox-icon\\\" | \\\"inbox-in-icon\\\" | \\\"information-circle-icon\\\" | \\\"initials-icon\\\" | \\\"key-icon\\\" | \\\"keyboard-icon\\\" | \\\"library-icon\\\" | \\\"light-bulb-icon\\\" | \\\"lightning-bolt-icon\\\" | \\\"link-broken-icon\\\" | \\\"link-icon\\\" | \\\"link-value-icon\\\" | \\\"linked-document-icon\\\" | \\\"linked-icon\\\" | \\\"list-order-icon\\\" | \\\"location-marker-icon\\\" | \\\"lock-closed-icon\\\" | \\\"lock-open-icon\\\" | \\\"login-icon\\\" | \\\"logo-icon\\\" | \\\"logout-icon\\\" | \\\"mail-icon\\\" | \\\"mail-open-icon\\\" | \\\"map-icon\\\" | \\\"menu-alt-1-icon\\\" | \\\"menu-alt-2-icon\\\" | \\\"menu-alt-3-icon\\\" | \\\"menu-alt-4-icon\\\" | \\\"menu-alt-5-icon\\\" | \\\"menu-icon\\\" | \\\"microphone-icon\\\" | \\\"minus-circle-icon\\\" | \\\"minus-icon\\\" | \\\"minus-sm-icon\\\" | \\\"moon-icon\\\" | \\\"move-horizontal-icon\\\" | \\\"move-vertical-icon\\\" | \\\"music-note-icon\\\" | \\\"newspaper-icon\\\" | \\\"office-building-icon\\\" | \\\"page-insert-horizontal-icon\\\" | \\\"page-insert-vertical-icon\\\" | \\\"page-layout-icon\\\" | \\\"pagescroll-preview-icon\\\" | \\\"paper-airplane-icon\\\" | \\\"paper-clip-icon\\\" | \\\"pause-icon\\\" | \\\"pencil-alt-icon\\\" | \\\"pencil-icon\\\" | \\\"phone-icon\\\" | \\\"phone-incoming-icon\\\" | \\\"phone-missed-call-icon\\\" | \\\"phone-outgoing-icon\\\" | \\\"photograph-icon\\\" | \\\"pin-icon\\\" | \\\"play-icon\\\" | \\\"plus-circle-icon\\\" | \\\"plus-icon\\\" | \\\"plus-sm-icon\\\" | \\\"pre-filled-content-icon\\\" | \\\"presentation-chart-bar-icon\\\" | \\\"presentation-chart-line-icon\\\" | \\\"printer-icon\\\" | \\\"puzzle-icon\\\" | \\\"qrcode-icon\\\" | \\\"question-mark-circle-icon\\\" | \\\"quick-send-arrow-icon\\\" | \\\"receipt-refund-icon\\\" | \\\"receipt-tax-icon\\\" | \\\"recipient-details-card-icon\\\" | \\\"recipient-details-icon\\\" | \\\"recipient-link-broken-icon\\\" | \\\"recipient-link-icon\\\" | \\\"recipient-links-icon\\\" | \\\"redo-icon\\\" | \\\"refresh-icon\\\" | \\\"reply-icon\\\" | \\\"required-icon\\\" | \\\"revert-icon\\\" | \\\"rewind-icon\\\" | \\\"rocket-icon\\\" | \\\"rotate-left-icon\\\" | \\\"rotate-right-icon\\\" | \\\"rss-icon\\\" | \\\"save-as-icon\\\" | \\\"save-icon\\\" | \\\"scale-icon\\\" | \\\"scheduled-icon\\\" | \\\"scissors-icon\\\" | \\\"search-circle-icon\\\" | \\\"search-icon\\\" | \\\"selector-icon\\\" | \\\"send-arrow-icon\\\" | \\\"sent-progress-icon\\\" | \\\"server-icon\\\" | \\\"share-icon\\\" | \\\"shield-check-icon\\\" | \\\"shield-exclamation-icon\\\" | \\\"shopping-bag-icon\\\" | \\\"shopping-cart-icon\\\" | \\\"side-panel-close-left-icon\\\" | \\\"side-panel-close-right-icon\\\" | \\\"side-panel-closed-icon\\\" | \\\"side-panel-open-icon\\\" | \\\"side-panel-open-left-icon\\\" | \\\"side-panel-open-right-icon\\\" | \\\"signature-icon\\\" | \\\"signature-select-icon\\\" | \\\"signature-selected-icon\\\" | \\\"sort-alphabetically-a-z-alt-icon\\\" | \\\"sort-alphabetically-a-z-icon\\\" | \\\"sort-alphabetically-z-a-alt-icon\\\" | \\\"sort-alphabetically-z-a-icon\\\" | \\\"sort-ascending-icon\\\" | \\\"sort-descending-icon\\\" | \\\"sparkles-icon\\\" | \\\"speakerphone-icon\\\" | \\\"star-icon\\\" | \\\"status-offline-icon\\\" | \\\"status-online-icon\\\" | \\\"stop-icon\\\" | \\\"sun-icon\\\" | \\\"support-icon\\\" | \\\"switch-horizontal-icon\\\" | \\\"switch-vertical-icon\\\" | \\\"table-columns-icon\\\" | \\\"table-icon\\\" | \\\"table-quick-edit-icon\\\" | \\\"table-rows-icon\\\" | \\\"table-split-icon\\\" | \\\"tag-icon\\\" | \\\"target-icon\\\" | \\\"template-icon\\\" | \\\"template-not-sent-icon\\\" | \\\"template-sent-icon\\\" | \\\"terminal-icon\\\" | \\\"text-alignment-icon\\\" | \\\"text-icon\\\" | \\\"text-size-icon\\\" | \\\"thumb-down-icon\\\" | \\\"thumb-up-icon\\\" | \\\"ticket-icon\\\" | \\\"time-sort-ascending-icon\\\" | \\\"time-sort-descending-icon\\\" | \\\"translate-icon\\\" | \\\"trash-icon\\\" | \\\"trending-down-icon\\\" | \\\"trending-up-icon\\\" | \\\"truck-icon\\\" | \\\"typeface-icon\\\" | \\\"typing-input-icon\\\" | \\\"undo-icon\\\" | \\\"upload-icon\\\" | \\\"user-add-icon\\\" | \\\"user-assign-icon\\\" | \\\"user-circle-icon\\\" | \\\"user-group-icon\\\" | \\\"user-icon\\\" | \\\"user-remove-icon\\\" | \\\"user-switch-icon\\\" | \\\"users-icon\\\" | \\\"variable-icon\\\" | \\\"variant-icon\\\" | \\\"video-camera-icon\\\" | \\\"view-boards-icon\\\" | \\\"view-grid-add-icon\\\" | \\\"view-grid-icon\\\" | \\\"view-list-icon\\\" | \\\"volume-off-icon\\\" | \\\"volume-up-icon\\\" | \\\"wifi-icon\\\" | \\\"witness-arrow-icon\\\" | \\\"x-circle-icon\\\" | \\\"x-icon\\\" | \\\"x-letter-icon\\\" | \\\"y-icon\\\" | \\\"zoom-in-icon\\\" | \\\"zoom-out-icon\\\"\",\n \"references\": {\n \"Icon\": {\n \"location\": \"import\",\n \"path\": \"../../../../types/Icon\",\n \"id\": \"src/types/Icon.ts::Icon\",\n \"referenceLocation\": \"Icon\"\n }\n }\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"icon\"\n },\n \"name\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"string\",\n \"resolved\": \"string\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"name\",\n \"defaultValue\": \"'name'\"\n },\n \"checked\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"checked\",\n \"defaultValue\": \"false\"\n },\n \"disabled\": {\n \"type\": \"boolean\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"boolean\",\n \"resolved\": \"boolean\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"disabled\",\n \"defaultValue\": \"false\"\n },\n \"customStyle\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"{ [key: string]: string }\",\n \"resolved\": \"{ [key: string]: string; }\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n }\n };\n }\n}\n"],"names":[],"mappings":";;;AAAA,MAAM,eAAe,GAAG,MAAM,CAAC,mgCAAmgC,CAAC;;MCEthC,YAAY,GAAA,MAAA;AACrB,IAAA,WAAA,CAAA,OAAA,EAAA;;AACI,QAAA,IAAI,CAAC,IAAI,GAAG,MAAM;AAClB,QAAA,IAAI,CAAC,OAAO,GAAG,KAAK;AACpB,QAAA,IAAI,CAAC,QAAQ,GAAG,KAAK;AACxB;IACD,MAAM,GAAA;AACF,QAAA,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,WAAW,GAAG,GAAG,IAAI;AAC5E,QAAA,MAAM,eAAe,GAAG,IAAI,CAAC,YAAY,EAAE,QAAQ,IAAI,UAAU,EAAE,OAAO,IAAI,SAAS,CAAC;AACxF,QAAA,QAAQ,CAAC,CAAC,OAAO,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC,EAAE,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,CAAC,CAAC,OAAO,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,IAAI,EAAE,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,eAAe,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,EAAE,IAAI,IAAI,CAAC,CAAC,SAAS,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC;;;;;;;","x_google_ignoreList":[0,1]}
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h } from './index-CqgU9BMJ.js';
1
+ import { r as registerInstance, h } from './index-CItPoq74.js';
2
2
  import { c as clsx } from './clsx-ChV9xqsO.js';
3
3
 
4
4
  const lsTabsCss = () => `.container{background-color:var(--gray-10);height:2.25rem;display:flex;gap:0.25rem;justify-content:center;padding:0.25rem;border-radius:0.625rem}.size-sm{height:1.75rem}.size-md{height:2.25rem}.size-lg{height:2.75rem}.tab{display:flex;align-items:center;gap:0.325rem;justify-content:center;width:100%;border-radius:0.375rem;border:none;flex:1 0 0}.tab.selected{color:var(--primary-100);background-color:var(--white)}.tab.selected:not(:focus){box-shadow:0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);border:1px solid var(--gray-20)}.tab.selected:hover{cursor:pointer}.tab.not-selected{color:var(--gray-80);background-color:transparent}.tab.not-selected:not(:focus){border:1px solid transparent}.tab.not-selected:hover{color:var(--gray-100);background-color:var(--gray-20);cursor:pointer}button:focus{box-shadow:var(--focus-box-shadow);outline-offset:var(--focus-outline-offset);border:1px solid var(--primary-60)}.tab.disabled:disabled{color:var(--gray-50);background-color:var(--gray-10);cursor:not-allowed}.dot{width:0.375rem;height:0.375rem;border-radius:50%;background-color:var(--red-50);margin-top:0.5rem;align-self:flex-start}.counter{display:flex;justify-content:center;align-items:center;color:var(--white);background-color:var(--red-60);padding:0 0.25rem;border-radius:0.75rem}`;
@@ -1 +1 @@
1
- {"version":3,"file":"ls-tabs.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-tabs/ls-tabs.css?tag=ls-tabs&encapsulation=shadow","node_modules/.pnpm/legalesign-ui@0.0.44/node_modules/legalesign-ui/dist/collection/components/ls-tabs/ls-tabs.js"],"sourcesContent":[".container {\n background-color: var(--gray-10);\n height: 2.25rem;\n display: flex;\n gap: 0.25rem;\n justify-content: center;\n padding: 0.25rem;\n border-radius: 0.625rem;\n\n}\n\n.size-sm {\n height: 1.75rem;\n}\n\n.size-md {\n height: 2.25rem;\n}\n\n.size-lg {\n height: 2.75rem;\n}\n\n.tab {\n display: flex;\n align-items: center;\n gap: 0.325rem;\n justify-content: center;\n width: 100%;\n border-radius: 0.375rem;\n border: none;\n flex: 1 0 0;\n}\n\n.tab.selected {\n color: var(--primary-100);\n background-color: var(--white);\n}\n\n.tab.selected:not(:focus) {\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);\n border: 1px solid var(--gray-20);\n}\n\n.tab.selected:hover {\n cursor: pointer;\n}\n\n.tab.not-selected {\n color: var(--gray-80);\n background-color: transparent;\n}\n\n.tab.not-selected:not(:focus) {\n border: 1px solid transparent;\n}\n\n.tab.not-selected:hover {\n color: var(--gray-100);\n background-color: var(--gray-20);\n cursor: pointer;\n}\n\nbutton:focus {\n box-shadow: var(--focus-box-shadow);\n outline-offset: var(--focus-outline-offset);\n border: 1px solid var(--primary-60);\n}\n\n.tab.disabled:disabled {\n color: var(--gray-50);\n background-color: var(--gray-10);\n cursor: not-allowed;\n}\n\n.dot {\n width: 0.375rem;\n height: 0.375rem;\n border-radius: 50%;\n background-color: var(--red-50);\n margin-top: 0.5rem;\n align-self: flex-start;\n}\n\n.counter {\n display: flex;\n justify-content: center;\n align-items: center;\n color: var(--white);\n background-color: var(--red-60);\n padding: 0 0.25rem;\n border-radius: 0.75rem;\n}","import { h } from \"@stencil/core\";\nimport clsx from \"clsx\";\nexport class LsTabs {\n constructor() {\n this.size = 'sm';\n }\n componentWillLoad() {\n if (this.items) {\n this.newItems = [...this.items];\n }\n }\n watchItemsHandler(newValue) {\n this.newItems = [...newValue];\n }\n handleItemClick(index) {\n var _a;\n this.newItems = (_a = this === null || this === void 0 ? void 0 : this.newItems) === null || _a === void 0 ? void 0 : _a.map((item, i) => (Object.assign(Object.assign({}, item), { selected: i === index })));\n // if (this.onClick) this.onClick.emit(this.newItems[index]);\n }\n render() {\n var _a;\n const containerClass = clsx('container', `size-${this.size}`);\n return (h(\"div\", { key: 'a7d3870ac5f0f1ef2ea4cc2af500c6a72e10fe65', class: containerClass, style: this.customStyle }, (_a = this === null || this === void 0 ? void 0 : this.newItems) === null || _a === void 0 ? void 0 : _a.map((item, index) => {\n const { text, counter, dot, selected, disabled, icon, onClick } = item;\n return (h(\"button\", Object.assign({ class: clsx('tab', selected ? 'selected' : 'not-selected', disabled && 'disabled'), disabled: disabled, \"aria-label\": text, onKeyDown: () => this.handleItemClick(index), onClick: () => {\n this.handleItemClick(index);\n if (onClick)\n onClick();\n } }, this.rest), icon && (h(\"ls-icon\", { name: item.icon, size: 16 })), h(\"span\", { class: 'text' }, text), dot && h(\"span\", { class: 'dot' }), counter && h(\"span\", { class: 'counter' }, item.counter)));\n })));\n }\n static get is() { return \"ls-tabs\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-tabs.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-tabs.css\"]\n };\n }\n static get properties() {\n return {\n \"items\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Tab[]\",\n \"resolved\": \"Tab[]\",\n \"references\": {\n \"Tab\": {\n \"location\": \"import\",\n \"path\": \"../../types/Tabs\",\n \"id\": \"src/types/Tabs.ts::Tab\",\n \"referenceLocation\": \"Tab\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"size\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Size\",\n \"resolved\": \"\\\"lg\\\" | \\\"md\\\" | \\\"sm\\\"\",\n \"references\": {\n \"Size\": {\n \"location\": \"import\",\n \"path\": \"../../types/Size\",\n \"id\": \"src/types/Size.ts::Size\",\n \"referenceLocation\": \"Size\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"size\",\n \"defaultValue\": \"'sm'\"\n },\n \"customStyle\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"{ [key: string]: string }\",\n \"resolved\": \"{ [key: string]: string; }\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"rest\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"JSXBase.ButtonHTMLAttributes<HTMLButtonElement>\",\n \"resolved\": \"ButtonHTMLAttributes<HTMLButtonElement>\",\n \"references\": {\n \"JSXBase\": {\n \"location\": \"import\",\n \"path\": \"@stencil/core/internal\",\n \"id\": \"../../node_modules/@stencil/core/internal/index.d.ts::JSXBase\",\n \"referenceLocation\": \"JSXBase\"\n },\n \"HTMLButtonElement\": {\n \"location\": \"global\",\n \"id\": \"global::HTMLButtonElement\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n }\n };\n }\n static get states() {\n return {\n \"newItems\": {}\n };\n }\n static get watchers() {\n return [{\n \"propName\": \"items\",\n \"methodName\": \"watchItemsHandler\"\n }];\n }\n}\n"],"names":[],"mappings":";;;AAAA,MAAM,SAAS,GAAG,MAAM,CAAC,iyCAAiyC,CAAC;;MCE9yC,MAAM,GAAA,MAAA;AACf,IAAA,WAAA,CAAA,OAAA,EAAA;;AACI,QAAA,IAAI,CAAC,IAAI,GAAG,IAAI;AACnB;IACD,iBAAiB,GAAA;AACb,QAAA,IAAI,IAAI,CAAC,KAAK,EAAE;YACZ,IAAI,CAAC,QAAQ,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;;;AAGvC,IAAA,iBAAiB,CAAC,QAAQ,EAAA;AACtB,QAAA,IAAI,CAAC,QAAQ,GAAG,CAAC,GAAG,QAAQ,CAAC;;AAEjC,IAAA,eAAe,CAAC,KAAK,EAAA;AACjB,QAAA,IAAI,EAAE;AACN,QAAA,IAAI,CAAC,QAAQ,GAAG,CAAC,EAAE,GAAG,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,QAAQ,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,QAAQ,EAAE,CAAC,KAAK,KAAK,EAAE,CAAC,CAAC,CAAC;;;IAGlN,MAAM,GAAA;AACF,QAAA,IAAI,EAAE;AACN,QAAA,MAAM,cAAc,GAAG,IAAI,CAAC,WAAW,EAAE,CAAQ,KAAA,EAAA,IAAI,CAAC,IAAI,CAAE,CAAA,CAAC;AAC7D,QAAA,QAAQ,CAAC,CAAC,KAAK,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC,EAAE,GAAG,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,QAAQ,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,KAAI;AAC/O,YAAA,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;YACtE,QAAQ,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,QAAQ,GAAG,UAAU,GAAG,cAAc,EAAE,QAAQ,IAAI,UAAU,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,MAAK;AACpN,oBAAA,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC;AAC3B,oBAAA,IAAI,OAAO;AACP,wBAAA,OAAO,EAAE;AACjB,iBAAC,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,CAAC,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE,OAAO,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;SAChN,CAAC,CAAC;;;;;;;;;;","x_google_ignoreList":[0,1]}
1
+ {"version":3,"file":"ls-tabs.entry.js","sources":["node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-tabs/ls-tabs.css?tag=ls-tabs&encapsulation=shadow","node_modules/.pnpm/legalesign-ui@0.0.45/node_modules/legalesign-ui/dist/collection/components/ls-tabs/ls-tabs.js"],"sourcesContent":[".container {\n background-color: var(--gray-10);\n height: 2.25rem;\n display: flex;\n gap: 0.25rem;\n justify-content: center;\n padding: 0.25rem;\n border-radius: 0.625rem;\n\n}\n\n.size-sm {\n height: 1.75rem;\n}\n\n.size-md {\n height: 2.25rem;\n}\n\n.size-lg {\n height: 2.75rem;\n}\n\n.tab {\n display: flex;\n align-items: center;\n gap: 0.325rem;\n justify-content: center;\n width: 100%;\n border-radius: 0.375rem;\n border: none;\n flex: 1 0 0;\n}\n\n.tab.selected {\n color: var(--primary-100);\n background-color: var(--white);\n}\n\n.tab.selected:not(:focus) {\n box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);\n border: 1px solid var(--gray-20);\n}\n\n.tab.selected:hover {\n cursor: pointer;\n}\n\n.tab.not-selected {\n color: var(--gray-80);\n background-color: transparent;\n}\n\n.tab.not-selected:not(:focus) {\n border: 1px solid transparent;\n}\n\n.tab.not-selected:hover {\n color: var(--gray-100);\n background-color: var(--gray-20);\n cursor: pointer;\n}\n\nbutton:focus {\n box-shadow: var(--focus-box-shadow);\n outline-offset: var(--focus-outline-offset);\n border: 1px solid var(--primary-60);\n}\n\n.tab.disabled:disabled {\n color: var(--gray-50);\n background-color: var(--gray-10);\n cursor: not-allowed;\n}\n\n.dot {\n width: 0.375rem;\n height: 0.375rem;\n border-radius: 50%;\n background-color: var(--red-50);\n margin-top: 0.5rem;\n align-self: flex-start;\n}\n\n.counter {\n display: flex;\n justify-content: center;\n align-items: center;\n color: var(--white);\n background-color: var(--red-60);\n padding: 0 0.25rem;\n border-radius: 0.75rem;\n}","import { h } from \"@stencil/core\";\nimport clsx from \"clsx\";\nexport class LsTabs {\n constructor() {\n this.size = 'sm';\n }\n componentWillLoad() {\n if (this.items) {\n this.newItems = [...this.items];\n }\n }\n watchItemsHandler(newValue) {\n this.newItems = [...newValue];\n }\n handleItemClick(index) {\n var _a;\n this.newItems = (_a = this === null || this === void 0 ? void 0 : this.newItems) === null || _a === void 0 ? void 0 : _a.map((item, i) => (Object.assign(Object.assign({}, item), { selected: i === index })));\n // if (this.onClick) this.onClick.emit(this.newItems[index]);\n }\n render() {\n var _a;\n const containerClass = clsx('container', `size-${this.size}`);\n return (h(\"div\", { key: 'a7d3870ac5f0f1ef2ea4cc2af500c6a72e10fe65', class: containerClass, style: this.customStyle }, (_a = this === null || this === void 0 ? void 0 : this.newItems) === null || _a === void 0 ? void 0 : _a.map((item, index) => {\n const { text, counter, dot, selected, disabled, icon, onClick } = item;\n return (h(\"button\", Object.assign({ class: clsx('tab', selected ? 'selected' : 'not-selected', disabled && 'disabled'), disabled: disabled, \"aria-label\": text, onKeyDown: () => this.handleItemClick(index), onClick: () => {\n this.handleItemClick(index);\n if (onClick)\n onClick();\n } }, this.rest), icon && (h(\"ls-icon\", { name: item.icon, size: 16 })), h(\"span\", { class: 'text' }, text), dot && h(\"span\", { class: 'dot' }), counter && h(\"span\", { class: 'counter' }, item.counter)));\n })));\n }\n static get is() { return \"ls-tabs\"; }\n static get encapsulation() { return \"shadow\"; }\n static get originalStyleUrls() {\n return {\n \"$\": [\"ls-tabs.css\"]\n };\n }\n static get styleUrls() {\n return {\n \"$\": [\"ls-tabs.css\"]\n };\n }\n static get properties() {\n return {\n \"items\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Tab[]\",\n \"resolved\": \"Tab[]\",\n \"references\": {\n \"Tab\": {\n \"location\": \"import\",\n \"path\": \"../../types/Tabs\",\n \"id\": \"src/types/Tabs.ts::Tab\",\n \"referenceLocation\": \"Tab\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"size\": {\n \"type\": \"string\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"Size\",\n \"resolved\": \"\\\"lg\\\" | \\\"md\\\" | \\\"sm\\\"\",\n \"references\": {\n \"Size\": {\n \"location\": \"import\",\n \"path\": \"../../types/Size\",\n \"id\": \"src/types/Size.ts::Size\",\n \"referenceLocation\": \"Size\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false,\n \"reflect\": false,\n \"attribute\": \"size\",\n \"defaultValue\": \"'sm'\"\n },\n \"customStyle\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"{ [key: string]: string }\",\n \"resolved\": \"{ [key: string]: string; }\",\n \"references\": {}\n },\n \"required\": false,\n \"optional\": true,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n },\n \"rest\": {\n \"type\": \"unknown\",\n \"mutable\": false,\n \"complexType\": {\n \"original\": \"JSXBase.ButtonHTMLAttributes<HTMLButtonElement>\",\n \"resolved\": \"ButtonHTMLAttributes<HTMLButtonElement>\",\n \"references\": {\n \"JSXBase\": {\n \"location\": \"import\",\n \"path\": \"@stencil/core/internal\",\n \"id\": \"../../node_modules/@stencil/core/internal/index.d.ts::JSXBase\",\n \"referenceLocation\": \"JSXBase\"\n },\n \"HTMLButtonElement\": {\n \"location\": \"global\",\n \"id\": \"global::HTMLButtonElement\"\n }\n }\n },\n \"required\": false,\n \"optional\": false,\n \"docs\": {\n \"tags\": [],\n \"text\": \"\"\n },\n \"getter\": false,\n \"setter\": false\n }\n };\n }\n static get states() {\n return {\n \"newItems\": {}\n };\n }\n static get watchers() {\n return [{\n \"propName\": \"items\",\n \"methodName\": \"watchItemsHandler\"\n }];\n }\n}\n"],"names":[],"mappings":";;;AAAA,MAAM,SAAS,GAAG,MAAM,CAAC,iyCAAiyC,CAAC;;MCE9yC,MAAM,GAAA,MAAA;AACf,IAAA,WAAA,CAAA,OAAA,EAAA;;AACI,QAAA,IAAI,CAAC,IAAI,GAAG,IAAI;AACnB;IACD,iBAAiB,GAAA;AACb,QAAA,IAAI,IAAI,CAAC,KAAK,EAAE;YACZ,IAAI,CAAC,QAAQ,GAAG,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC;;;AAGvC,IAAA,iBAAiB,CAAC,QAAQ,EAAA;AACtB,QAAA,IAAI,CAAC,QAAQ,GAAG,CAAC,GAAG,QAAQ,CAAC;;AAEjC,IAAA,eAAe,CAAC,KAAK,EAAA;AACjB,QAAA,IAAI,EAAE;AACN,QAAA,IAAI,CAAC,QAAQ,GAAG,CAAC,EAAE,GAAG,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,QAAQ,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,MAAM,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,QAAQ,EAAE,CAAC,KAAK,KAAK,EAAE,CAAC,CAAC,CAAC;;;IAGlN,MAAM,GAAA;AACF,QAAA,IAAI,EAAE;AACN,QAAA,MAAM,cAAc,GAAG,IAAI,CAAC,WAAW,EAAE,CAAQ,KAAA,EAAA,IAAI,CAAC,IAAI,CAAE,CAAA,CAAC;AAC7D,QAAA,QAAQ,CAAC,CAAC,KAAK,EAAE,EAAE,GAAG,EAAE,0CAA0C,EAAE,KAAK,EAAE,cAAc,EAAE,KAAK,EAAE,IAAI,CAAC,WAAW,EAAE,EAAE,CAAC,EAAE,GAAG,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC,QAAQ,MAAM,IAAI,IAAI,EAAE,KAAK,MAAM,GAAG,MAAM,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,KAAI;AAC/O,YAAA,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE,GAAG,IAAI;YACtE,QAAQ,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,QAAQ,GAAG,UAAU,GAAG,cAAc,EAAE,QAAQ,IAAI,UAAU,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,YAAY,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,EAAE,OAAO,EAAE,MAAK;AACpN,oBAAA,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC;AAC3B,oBAAA,IAAI,OAAO;AACP,wBAAA,OAAO,EAAE;AACjB,iBAAC,EAAE,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,KAAK,CAAC,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE,OAAO,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,SAAS,EAAE,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC;SAChN,CAAC,CAAC;;;;;;;;;;","x_google_ignoreList":[0,1]}
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, h, a as getElement } from './index-CqgU9BMJ.js';
1
+ import { r as registerInstance, h, a as getElement } from './index-CItPoq74.js';
2
2
  import { c as clsx } from './clsx-ChV9xqsO.js';
3
3
 
4
4
  const lsTagCss = () => `* {