q2-tecton-elements 1.70.2 → 1.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (360) hide show
  1. package/dist/bundle-report.json +556 -231
  2. package/dist/cjs/click-elsewhere_3.cjs.entry.js +2 -2
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/q2-action-group_2.cjs.entry.js +3 -3
  5. package/dist/cjs/q2-action-sheet.cjs.entry.js +4 -3
  6. package/dist/cjs/q2-avatar.cjs.entry.js +1 -1
  7. package/dist/cjs/q2-badge_2.cjs.entry.js +17 -8
  8. package/dist/cjs/q2-btn_2.cjs.entry.js +2 -2
  9. package/dist/cjs/q2-calendar.cjs.entry.js +8 -6
  10. package/dist/cjs/q2-card-image.cjs.entry.js +1 -1
  11. package/dist/cjs/q2-card.cjs.entry.js +1 -1
  12. package/dist/cjs/q2-carousel-pane.cjs.entry.js +1 -1
  13. package/dist/cjs/q2-carousel.cjs.entry.js +108 -74
  14. package/dist/cjs/q2-chart-area.cjs.entry.js +1 -1
  15. package/dist/cjs/q2-chart-bar.cjs.entry.js +1 -1
  16. package/dist/cjs/q2-chart-donut.cjs.entry.js +1 -1
  17. package/dist/cjs/q2-checkbox-group.cjs.entry.js +1 -1
  18. package/dist/cjs/q2-checkbox_2.cjs.entry.js +3 -3
  19. package/dist/cjs/q2-currency.cjs.entry.js +1 -1
  20. package/dist/cjs/q2-data-table.cjs.entry.js +1 -1
  21. package/dist/cjs/q2-detail.cjs.entry.js +1 -1
  22. package/dist/cjs/q2-dropdown-item.cjs.entry.js +1 -1
  23. package/dist/cjs/q2-dropdown.cjs.entry.js +1 -1
  24. package/dist/cjs/q2-editable-field.cjs.entry.js +3 -3
  25. package/dist/cjs/q2-example.cjs.entry.js +1 -1
  26. package/dist/cjs/q2-file-picker.cjs.entry.js +1 -1
  27. package/dist/cjs/q2-form.cjs.entry.js +1 -1
  28. package/dist/cjs/q2-formatted-text.cjs.entry.js +1 -1
  29. package/dist/cjs/q2-icon.cjs.entry.js +1 -1
  30. package/dist/cjs/q2-item.cjs.entry.js +1 -1
  31. package/dist/cjs/q2-legend.cjs.entry.js +1 -1
  32. package/dist/cjs/q2-link_2.cjs.entry.js +2 -2
  33. package/dist/cjs/q2-message.cjs.entry.js +1 -1
  34. package/dist/cjs/q2-meter.cjs.entry.js +1 -1
  35. package/dist/cjs/q2-modal.cjs.entry.js +1 -1
  36. package/dist/cjs/q2-month-picker.cjs.entry.js +1 -1
  37. package/dist/cjs/q2-optgroup.cjs.entry.js +1 -1
  38. package/dist/cjs/q2-option.cjs.entry.js +1 -1
  39. package/dist/cjs/q2-otp.cjs.entry.js +1 -1
  40. package/dist/cjs/q2-pagination.cjs.entry.js +1 -1
  41. package/dist/cjs/q2-pill.cjs.entry.js +18 -2
  42. package/dist/cjs/q2-radio-group.cjs.entry.js +1 -1
  43. package/dist/cjs/q2-radio.cjs.entry.js +1 -1
  44. package/dist/cjs/q2-relative-time.cjs.entry.js +2 -2
  45. package/dist/cjs/q2-search.cjs.entry.js +2 -2
  46. package/dist/cjs/q2-section.cjs.entry.js +3 -3
  47. package/dist/cjs/q2-select.cjs.entry.js +1 -1
  48. package/dist/cjs/q2-stepper-pane.cjs.entry.js +2 -2
  49. package/dist/cjs/q2-stepper-vertical.cjs.entry.js +32 -9
  50. package/dist/cjs/q2-stepper.cjs.entry.js +18 -4
  51. package/dist/cjs/q2-surface.cjs.entry.js +3 -3
  52. package/dist/cjs/q2-tab-container.cjs.entry.js +89 -20
  53. package/dist/cjs/q2-tab-pane.cjs.entry.js +2 -2
  54. package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
  55. package/dist/cjs/q2-textarea.cjs.entry.js +3 -3
  56. package/dist/cjs/q2-toast.cjs.entry.js +1 -1
  57. package/dist/cjs/q2-tooltip.cjs.entry.js +26 -15
  58. package/dist/cjs/tecton-tab-pane.cjs.entry.js +3 -3
  59. package/dist/collection/components/q2-action-group/q2-action-group.css +22 -0
  60. package/dist/collection/components/q2-action-sheet/q2-action-sheet.css +24 -1
  61. package/dist/collection/components/q2-action-sheet/q2-action-sheet.js +3 -2
  62. package/dist/collection/components/q2-avatar/q2-avatar.css +23 -1
  63. package/dist/collection/components/q2-avatar/test/q2-avatar-test.vr.js +13 -1
  64. package/dist/collection/components/q2-badge/q2-badge.css +26 -4
  65. package/dist/collection/components/q2-badge/test/q2-badge-test.vr.js +13 -1
  66. package/dist/collection/components/q2-btn/q2-btn.css +53 -9
  67. package/dist/collection/components/q2-btn/test/q2-btn-test.vr.js +19 -1
  68. package/dist/collection/components/q2-calendar/q2-calendar.css +26 -4
  69. package/dist/collection/components/q2-calendar/q2-calendar.js +7 -5
  70. package/dist/collection/components/q2-calendar/q2-month-picker.css +22 -0
  71. package/dist/collection/components/q2-calendar/test/q2-calendar-test.vr.js +34 -1
  72. package/dist/collection/components/q2-card/q2-card.css +23 -1
  73. package/dist/collection/components/q2-card/test/q2-card-test.vr.js +10 -1
  74. package/dist/collection/components/q2-card-image/q2-card-image.css +23 -1
  75. package/dist/collection/components/q2-card-image/test/q2-card-image-test.vr.js +9 -1
  76. package/dist/collection/components/q2-carousel/q2-carousel.css +29 -39
  77. package/dist/collection/components/q2-carousel/q2-carousel.js +122 -69
  78. package/dist/collection/components/q2-carousel/test/q2-carousel-test.vr.js +5 -4
  79. package/dist/collection/components/q2-carousel-pane/q2-carousel-pane.css +22 -0
  80. package/dist/collection/components/q2-chart-area/q2-chart-area.css +22 -0
  81. package/dist/collection/components/q2-chart-bar/q2-chart-bar.css +22 -0
  82. package/dist/collection/components/q2-chart-donut/q2-chart-donut.css +24 -2
  83. package/dist/collection/components/q2-chart-donut/test/q2-chart-donut-test.vr.js +13 -1
  84. package/dist/collection/components/q2-checkbox/q2-checkbox.css +23 -1
  85. package/dist/collection/components/q2-checkbox/test/q2-checkbox-test.vr.js +11 -1
  86. package/dist/collection/components/q2-checkbox-group/q2-checkbox-group.css +23 -1
  87. package/dist/collection/components/q2-checkbox-group/test/q2-checkbox-group-test.vr.js +11 -1
  88. package/dist/collection/components/q2-currency/q2-currency.css +25 -3
  89. package/dist/collection/components/q2-currency/test/q2-currency-test.vr.js +13 -1
  90. package/dist/collection/components/q2-data-table/q2-data-table.css +24 -2
  91. package/dist/collection/components/q2-data-table/test/q2-data-table-test.vr.js +11 -1
  92. package/dist/collection/components/q2-detail/q2-detail.css +32 -10
  93. package/dist/collection/components/q2-dropdown/q2-dropdown.css +22 -0
  94. package/dist/collection/components/q2-dropdown-item/q2-dropdown-item.css +22 -0
  95. package/dist/collection/components/q2-editable-field/q2-editable-field.css +22 -0
  96. package/dist/collection/components/q2-editable-field/q2-editable-field.js +2 -2
  97. package/dist/collection/components/q2-example/q2-example.css +23 -0
  98. package/dist/collection/components/q2-file-picker/q2-file-picker.css +57 -10
  99. package/dist/collection/components/q2-file-picker/test/q2-file-picker-test.vr.js +14 -1
  100. package/dist/collection/components/q2-form/q2-form.css +22 -0
  101. package/dist/collection/components/q2-formatted-text/q2-formatted-text.css +25 -3
  102. package/dist/collection/components/q2-formatted-text/test/q2-formatted-text-test.vr.js +13 -1
  103. package/dist/collection/components/q2-icon/assets/standard.symbol.svg +1 -1
  104. package/dist/collection/components/q2-icon/q2-icon.css +22 -0
  105. package/dist/collection/components/q2-input/q2-input.css +26 -4
  106. package/dist/collection/components/q2-input/q2-input.js +39 -7
  107. package/dist/collection/components/q2-input/test/q2-input-test.vr.js +36 -1
  108. package/dist/collection/components/q2-item/q2-item.css +46 -2
  109. package/dist/collection/components/q2-item/test/q2-item-test.vr.js +12 -1
  110. package/dist/collection/components/q2-legend/q2-legend.css +24 -2
  111. package/dist/collection/components/q2-link/q2-link.css +22 -0
  112. package/dist/collection/components/q2-list/q2-list.css +46 -2
  113. package/dist/collection/components/q2-list/test/q2-list-test.vr.js +12 -1
  114. package/dist/collection/components/q2-loading/q2-loading.css +23 -0
  115. package/dist/collection/components/q2-message/q2-message.css +22 -0
  116. package/dist/collection/components/q2-meter/q2-meter.css +25 -3
  117. package/dist/collection/components/q2-meter/test/q2-meter-test.vr.js +12 -1
  118. package/dist/collection/components/q2-modal/q2-modal.css +23 -1
  119. package/dist/collection/components/q2-modal/test/q2-modal-test.vr.js +12 -1
  120. package/dist/collection/components/q2-optgroup/q2-optgroup.css +23 -1
  121. package/dist/collection/components/q2-option/q2-option.css +22 -0
  122. package/dist/collection/components/q2-option-list/q2-option-list.css +22 -0
  123. package/dist/collection/components/q2-otp/q2-otp.css +27 -4
  124. package/dist/collection/components/q2-otp/test/q2-otp-test.vr.js +12 -1
  125. package/dist/collection/components/q2-pagination/q2-pagination.css +22 -0
  126. package/dist/collection/components/q2-pill/q2-pill.css +42 -2
  127. package/dist/collection/components/q2-pill/q2-pill.js +18 -1
  128. package/dist/collection/components/q2-pill/test/q2-pill-test.vr.js +27 -1
  129. package/dist/collection/components/q2-popover/q2-popover.css +22 -7
  130. package/dist/collection/components/q2-radio/q2-radio.css +24 -2
  131. package/dist/collection/components/q2-radio/test/q2-radio-test.vr.js +12 -1
  132. package/dist/collection/components/q2-radio-group/q2-radio-group.css +23 -1
  133. package/dist/collection/components/q2-radio-group/test/q2-radio-group-test.vr.js +11 -1
  134. package/dist/collection/components/q2-relative-time/q2-relative-time.css +22 -0
  135. package/dist/collection/components/q2-relative-time/q2-relative-time.js +1 -1
  136. package/dist/collection/components/q2-resize-observer/q2-resize-observer.css +22 -0
  137. package/dist/collection/components/q2-resize-observer/q2-resize-observer.js +1 -1
  138. package/dist/collection/components/q2-search/q2-search.css +22 -0
  139. package/dist/collection/components/q2-search/q2-search.js +1 -1
  140. package/dist/collection/components/q2-section/q2-section.css +23 -1
  141. package/dist/collection/components/q2-section/q2-section.js +2 -2
  142. package/dist/collection/components/q2-section/test/q2-section-test.vr.js +11 -1
  143. package/dist/collection/components/q2-select/q2-select.css +22 -0
  144. package/dist/collection/components/q2-stepper/q2-stepper.css +38 -4
  145. package/dist/collection/components/q2-stepper/q2-stepper.js +17 -3
  146. package/dist/collection/components/q2-stepper/test/q2-stepper-test.vr.js +12 -1
  147. package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.css +22 -0
  148. package/dist/collection/components/q2-stepper-pane/q2-stepper-pane.js +1 -1
  149. package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.css +39 -5
  150. package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.js +31 -8
  151. package/dist/collection/components/q2-stepper-vertical/test/q2-stepper-vertical-test.vr.js +16 -1
  152. package/dist/collection/components/q2-surface/q2-surface.css +71 -32
  153. package/dist/collection/components/q2-surface/q2-surface.js +7 -7
  154. package/dist/collection/components/q2-surface/test/q2-surface-test.vr.js +54 -0
  155. package/dist/collection/components/q2-tab-container/q2-tab-container.css +112 -6
  156. package/dist/collection/components/q2-tab-container/q2-tab-container.js +114 -21
  157. package/dist/collection/components/q2-tab-container/test/q2-tab-container-test.vr.js +24 -1
  158. package/dist/collection/components/q2-tab-pane/q2-tab-pane.css +22 -0
  159. package/dist/collection/components/q2-tab-pane/q2-tab-pane.js +1 -1
  160. package/dist/collection/components/q2-tag/q2-tag.css +25 -2
  161. package/dist/collection/components/q2-tag/q2-tag.js +1 -1
  162. package/dist/collection/components/q2-tag/test/q2-tag-test.vr.js +21 -1
  163. package/dist/collection/components/q2-textarea/q2-textarea.css +24 -2
  164. package/dist/collection/components/q2-textarea/q2-textarea.js +2 -2
  165. package/dist/collection/components/q2-textarea/test/q2-textarea-test.vr.js +16 -1
  166. package/dist/collection/components/q2-toast/q2-toast.css +22 -0
  167. package/dist/collection/components/q2-tooltip/q2-tooltip.css +27 -19
  168. package/dist/collection/components/q2-tooltip/q2-tooltip.js +32 -21
  169. package/dist/collection/components/q2-tooltip/test/q2-tooltip-test.vr.js +13 -1
  170. package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.css +22 -0
  171. package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.js +2 -2
  172. package/dist/collection/utils/helpers.js +29 -6
  173. package/dist/collection/utils/test/vr-helpers.js +7 -0
  174. package/dist/components/q2-action-group2.js +1 -1
  175. package/dist/components/q2-action-sheet.js +21 -18
  176. package/dist/components/q2-avatar2.js +1 -1
  177. package/dist/components/q2-badge2.js +1 -1
  178. package/dist/components/q2-btn2.js +15 -15
  179. package/dist/components/q2-calendar.js +306 -301
  180. package/dist/components/q2-card-image.js +6 -6
  181. package/dist/components/q2-card.js +14 -14
  182. package/dist/components/q2-carousel-pane2.js +1 -1
  183. package/dist/components/q2-carousel.js +633 -585
  184. package/dist/components/q2-chart-area.js +1 -1
  185. package/dist/components/q2-chart-bar.js +70 -70
  186. package/dist/components/q2-chart-donut.js +1 -1
  187. package/dist/components/q2-checkbox-group.js +42 -42
  188. package/dist/components/q2-checkbox2.js +1 -1
  189. package/dist/components/q2-currency.js +32 -32
  190. package/dist/components/q2-data-table.js +34 -34
  191. package/dist/components/q2-detail.js +5 -5
  192. package/dist/components/q2-dropdown-item2.js +11 -11
  193. package/dist/components/q2-dropdown.js +17 -17
  194. package/dist/components/q2-editable-field.js +12 -11
  195. package/dist/components/q2-example.js +15 -15
  196. package/dist/components/q2-file-picker.js +25 -25
  197. package/dist/components/q2-form.js +11 -11
  198. package/dist/components/q2-formatted-text.js +5 -5
  199. package/dist/components/q2-icon2.js +1 -1
  200. package/dist/components/q2-input2.js +24 -13
  201. package/dist/components/q2-item2.js +1 -1
  202. package/dist/components/q2-legend2.js +56 -56
  203. package/dist/components/q2-link2.js +6 -6
  204. package/dist/components/q2-list2.js +22 -22
  205. package/dist/components/q2-loading2.js +1 -1
  206. package/dist/components/q2-message2.js +20 -20
  207. package/dist/components/q2-meter.js +1 -1
  208. package/dist/components/q2-modal.js +3 -3
  209. package/dist/components/q2-month-picker.js +10 -10
  210. package/dist/components/q2-optgroup2.js +7 -7
  211. package/dist/components/q2-option-list2.js +34 -34
  212. package/dist/components/q2-option2.js +13 -13
  213. package/dist/components/q2-otp.js +5 -5
  214. package/dist/components/q2-pagination.js +58 -58
  215. package/dist/components/q2-pill.js +66 -54
  216. package/dist/components/q2-popover2.js +1 -1
  217. package/dist/components/q2-radio-group.js +5 -5
  218. package/dist/components/q2-radio.js +14 -14
  219. package/dist/components/q2-relative-time.js +10 -10
  220. package/dist/components/q2-resize-observer2.js +9 -9
  221. package/dist/components/q2-search.js +5 -5
  222. package/dist/components/q2-section.js +22 -22
  223. package/dist/components/q2-select2.js +1 -1
  224. package/dist/components/q2-stepper-pane.js +33 -33
  225. package/dist/components/q2-stepper-vertical.js +84 -60
  226. package/dist/components/q2-stepper.js +79 -65
  227. package/dist/components/q2-surface.js +14 -14
  228. package/dist/components/q2-tab-container.js +110 -55
  229. package/dist/components/q2-tab-pane.js +7 -7
  230. package/dist/components/q2-tag2.js +39 -39
  231. package/dist/components/q2-textarea.js +16 -16
  232. package/dist/components/q2-toast.js +22 -22
  233. package/dist/components/q2-tooltip2.js +26 -25
  234. package/dist/components/tecton-tab-pane.js +11 -11
  235. package/dist/esm/click-elsewhere_3.entry.js +2 -2
  236. package/dist/esm/loader.js +1 -1
  237. package/dist/esm/q2-action-group_2.entry.js +3 -3
  238. package/dist/esm/q2-action-sheet.entry.js +4 -3
  239. package/dist/esm/q2-avatar.entry.js +1 -1
  240. package/dist/esm/q2-badge_2.entry.js +17 -8
  241. package/dist/esm/q2-btn_2.entry.js +2 -2
  242. package/dist/esm/q2-calendar.entry.js +8 -6
  243. package/dist/esm/q2-card-image.entry.js +1 -1
  244. package/dist/esm/q2-card.entry.js +1 -1
  245. package/dist/esm/q2-carousel-pane.entry.js +1 -1
  246. package/dist/esm/q2-carousel.entry.js +104 -70
  247. package/dist/esm/q2-chart-area.entry.js +1 -1
  248. package/dist/esm/q2-chart-bar.entry.js +1 -1
  249. package/dist/esm/q2-chart-donut.entry.js +1 -1
  250. package/dist/esm/q2-checkbox-group.entry.js +1 -1
  251. package/dist/esm/q2-checkbox_2.entry.js +3 -3
  252. package/dist/esm/q2-currency.entry.js +1 -1
  253. package/dist/esm/q2-data-table.entry.js +1 -1
  254. package/dist/esm/q2-detail.entry.js +1 -1
  255. package/dist/esm/q2-dropdown-item.entry.js +1 -1
  256. package/dist/esm/q2-dropdown.entry.js +1 -1
  257. package/dist/esm/q2-editable-field.entry.js +3 -3
  258. package/dist/esm/q2-example.entry.js +1 -1
  259. package/dist/esm/q2-file-picker.entry.js +1 -1
  260. package/dist/esm/q2-form.entry.js +1 -1
  261. package/dist/esm/q2-formatted-text.entry.js +1 -1
  262. package/dist/esm/q2-icon.entry.js +1 -1
  263. package/dist/esm/q2-item.entry.js +1 -1
  264. package/dist/esm/q2-legend.entry.js +1 -1
  265. package/dist/esm/q2-link_2.entry.js +2 -2
  266. package/dist/esm/q2-message.entry.js +1 -1
  267. package/dist/esm/q2-meter.entry.js +1 -1
  268. package/dist/esm/q2-modal.entry.js +1 -1
  269. package/dist/esm/q2-month-picker.entry.js +1 -1
  270. package/dist/esm/q2-optgroup.entry.js +1 -1
  271. package/dist/esm/q2-option.entry.js +1 -1
  272. package/dist/esm/q2-otp.entry.js +1 -1
  273. package/dist/esm/q2-pagination.entry.js +1 -1
  274. package/dist/esm/q2-pill.entry.js +18 -2
  275. package/dist/esm/q2-radio-group.entry.js +1 -1
  276. package/dist/esm/q2-radio.entry.js +1 -1
  277. package/dist/esm/q2-relative-time.entry.js +2 -2
  278. package/dist/esm/q2-search.entry.js +2 -2
  279. package/dist/esm/q2-section.entry.js +3 -3
  280. package/dist/esm/q2-select.entry.js +1 -1
  281. package/dist/esm/q2-stepper-pane.entry.js +2 -2
  282. package/dist/esm/q2-stepper-vertical.entry.js +32 -9
  283. package/dist/esm/q2-stepper.entry.js +18 -4
  284. package/dist/esm/q2-surface.entry.js +3 -3
  285. package/dist/esm/q2-tab-container.entry.js +89 -20
  286. package/dist/esm/q2-tab-pane.entry.js +2 -2
  287. package/dist/esm/q2-tecton-elements.js +1 -1
  288. package/dist/esm/q2-textarea.entry.js +3 -3
  289. package/dist/esm/q2-toast.entry.js +1 -1
  290. package/dist/esm/q2-tooltip.entry.js +27 -16
  291. package/dist/esm/tecton-tab-pane.entry.js +3 -3
  292. package/dist/q2-tecton-elements/assets/standard.symbol.svg +1 -1
  293. package/dist/q2-tecton-elements/click-elsewhere_3.entry.js +23 -23
  294. package/dist/q2-tecton-elements/q2-action-group_2.entry.js +42 -42
  295. package/dist/q2-tecton-elements/q2-action-sheet.entry.js +21 -18
  296. package/dist/q2-tecton-elements/q2-avatar.entry.js +1 -1
  297. package/dist/q2-tecton-elements/q2-badge_2.entry.js +25 -15
  298. package/dist/q2-tecton-elements/q2-btn_2.entry.js +2 -2
  299. package/dist/q2-tecton-elements/q2-calendar.entry.js +120 -115
  300. package/dist/q2-tecton-elements/q2-card-image.entry.js +1 -1
  301. package/dist/q2-tecton-elements/q2-card.entry.js +1 -1
  302. package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +11 -11
  303. package/dist/q2-tecton-elements/q2-carousel.entry.js +572 -540
  304. package/dist/q2-tecton-elements/q2-chart-area.entry.js +166 -166
  305. package/dist/q2-tecton-elements/q2-chart-bar.entry.js +190 -190
  306. package/dist/q2-tecton-elements/q2-chart-donut.entry.js +1 -1
  307. package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +8 -8
  308. package/dist/q2-tecton-elements/q2-checkbox_2.entry.js +7 -7
  309. package/dist/q2-tecton-elements/q2-currency.entry.js +40 -40
  310. package/dist/q2-tecton-elements/q2-data-table.entry.js +64 -64
  311. package/dist/q2-tecton-elements/q2-detail.entry.js +1 -1
  312. package/dist/q2-tecton-elements/q2-dropdown-item.entry.js +5 -5
  313. package/dist/q2-tecton-elements/q2-dropdown.entry.js +21 -21
  314. package/dist/q2-tecton-elements/q2-editable-field.entry.js +18 -17
  315. package/dist/q2-tecton-elements/q2-example.entry.js +5 -5
  316. package/dist/q2-tecton-elements/q2-file-picker.entry.js +6 -6
  317. package/dist/q2-tecton-elements/q2-form.entry.js +3 -3
  318. package/dist/q2-tecton-elements/q2-formatted-text.entry.js +3 -3
  319. package/dist/q2-tecton-elements/q2-icon.entry.js +1 -1
  320. package/dist/q2-tecton-elements/q2-item.entry.js +1 -1
  321. package/dist/q2-tecton-elements/q2-legend.entry.js +8 -8
  322. package/dist/q2-tecton-elements/q2-link_2.entry.js +5 -5
  323. package/dist/q2-tecton-elements/q2-message.entry.js +23 -23
  324. package/dist/q2-tecton-elements/q2-meter.entry.js +4 -4
  325. package/dist/q2-tecton-elements/q2-modal.entry.js +3 -3
  326. package/dist/q2-tecton-elements/q2-month-picker.entry.js +39 -39
  327. package/dist/q2-tecton-elements/q2-optgroup.entry.js +13 -13
  328. package/dist/q2-tecton-elements/q2-option.entry.js +22 -22
  329. package/dist/q2-tecton-elements/q2-otp.entry.js +1 -1
  330. package/dist/q2-tecton-elements/q2-pagination.entry.js +11 -11
  331. package/dist/q2-tecton-elements/q2-pill.entry.js +30 -18
  332. package/dist/q2-tecton-elements/q2-radio-group.entry.js +1 -1
  333. package/dist/q2-tecton-elements/q2-radio.entry.js +24 -24
  334. package/dist/q2-tecton-elements/q2-relative-time.entry.js +21 -21
  335. package/dist/q2-tecton-elements/q2-search.entry.js +12 -12
  336. package/dist/q2-tecton-elements/q2-section.entry.js +25 -25
  337. package/dist/q2-tecton-elements/q2-select.entry.js +5 -5
  338. package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +16 -16
  339. package/dist/q2-tecton-elements/q2-stepper-vertical.entry.js +77 -53
  340. package/dist/q2-tecton-elements/q2-stepper.entry.js +44 -30
  341. package/dist/q2-tecton-elements/q2-surface.entry.js +5 -5
  342. package/dist/q2-tecton-elements/q2-tab-container.entry.js +109 -56
  343. package/dist/q2-tecton-elements/q2-tab-pane.entry.js +13 -13
  344. package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
  345. package/dist/q2-tecton-elements/q2-textarea.entry.js +14 -14
  346. package/dist/q2-tecton-elements/q2-toast.entry.js +6 -6
  347. package/dist/q2-tecton-elements/q2-tooltip.entry.js +25 -24
  348. package/dist/q2-tecton-elements/tecton-tab-pane.entry.js +11 -11
  349. package/dist/types/components/q2-carousel/q2-carousel.d.ts +14 -0
  350. package/dist/types/components/q2-input/q2-input.d.ts +7 -1
  351. package/dist/types/components/q2-pill/q2-pill.d.ts +2 -0
  352. package/dist/types/components/q2-stepper/q2-stepper.d.ts +1 -0
  353. package/dist/types/components/q2-stepper-vertical/q2-stepper-vertical.d.ts +3 -2
  354. package/dist/types/components/q2-surface/q2-surface.d.ts +3 -3
  355. package/dist/types/components/q2-tab-container/q2-tab-container.d.ts +17 -3
  356. package/dist/types/components/q2-tooltip/q2-tooltip.d.ts +2 -1
  357. package/dist/types/components.d.ts +50 -21
  358. package/dist/types/utils/helpers.d.ts +16 -1
  359. package/dist/types/utils/test/vr-helpers.d.ts +11 -0
  360. package/package.json +12 -5
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-08-04T18:17:41",
2
+ "timestamp": "2026-08-19T13:09:41",
3
3
  "compiler": {
4
4
  "name": "node",
5
5
  "version": "24.10.0"
@@ -663,7 +663,7 @@
663
663
  "sanitize-html-string-DPHNpMWE.js",
664
664
  "mirror-emit-DUjY_ucm.js"
665
665
  ],
666
- "originalByteSize": 21020
666
+ "originalByteSize": 21733
667
667
  },
668
668
  {
669
669
  "key": "q2-card.entry",
@@ -677,7 +677,7 @@
677
677
  "index-Cps4jSQM.js",
678
678
  "mirror-emit-DUjY_ucm.js"
679
679
  ],
680
- "originalByteSize": 13746
680
+ "originalByteSize": 14275
681
681
  },
682
682
  {
683
683
  "key": "q2-card-image.entry",
@@ -690,7 +690,7 @@
690
690
  "index-Cqkz7Bnm.js",
691
691
  "index-Cps4jSQM.js"
692
692
  ],
693
- "originalByteSize": 32252
693
+ "originalByteSize": 32781
694
694
  },
695
695
  {
696
696
  "key": "q2-checkbox-group.entry",
@@ -705,7 +705,7 @@
705
705
  "mirror-emit-DUjY_ucm.js",
706
706
  "component-DaQM9u3s.js"
707
707
  ],
708
- "originalByteSize": 8350
708
+ "originalByteSize": 8879
709
709
  },
710
710
  {
711
711
  "key": "q2-context.entry",
@@ -730,7 +730,7 @@
730
730
  "imports": [
731
731
  "index-Cqkz7Bnm.js"
732
732
  ],
733
- "originalByteSize": 10729
733
+ "originalByteSize": 11298
734
734
  },
735
735
  {
736
736
  "key": "q2-data-table.entry",
@@ -744,7 +744,7 @@
744
744
  "index-Cps4jSQM.js",
745
745
  "mirror-emit-DUjY_ucm.js"
746
746
  ],
747
- "originalByteSize": 40478
747
+ "originalByteSize": 41027
748
748
  },
749
749
  {
750
750
  "key": "q2-detail.entry",
@@ -757,7 +757,7 @@
757
757
  "index-Cqkz7Bnm.js",
758
758
  "index-Cps4jSQM.js"
759
759
  ],
760
- "originalByteSize": 8825
760
+ "originalByteSize": 9534
761
761
  },
762
762
  {
763
763
  "key": "q2-dropdown.entry",
@@ -771,7 +771,7 @@
771
771
  "action-sheet-B7adb3xs.js",
772
772
  "index-Cps4jSQM.js"
773
773
  ],
774
- "originalByteSize": 18505
774
+ "originalByteSize": 19014
775
775
  },
776
776
  {
777
777
  "key": "q2-editable-field.entry",
@@ -785,7 +785,7 @@
785
785
  "index-Cps4jSQM.js",
786
786
  "mirror-emit-DUjY_ucm.js"
787
787
  ],
788
- "originalByteSize": 12373
788
+ "originalByteSize": 12910
789
789
  },
790
790
  {
791
791
  "key": "q2-example.entry",
@@ -797,7 +797,7 @@
797
797
  "imports": [
798
798
  "index-Cqkz7Bnm.js"
799
799
  ],
800
- "originalByteSize": 4849
800
+ "originalByteSize": 5358
801
801
  },
802
802
  {
803
803
  "key": "q2-file-picker.entry",
@@ -810,7 +810,7 @@
810
810
  "index-Cqkz7Bnm.js",
811
811
  "index-Cps4jSQM.js"
812
812
  ],
813
- "originalByteSize": 23721
813
+ "originalByteSize": 25017
814
814
  },
815
815
  {
816
816
  "key": "q2-form.entry",
@@ -822,7 +822,7 @@
822
822
  "imports": [
823
823
  "index-Cqkz7Bnm.js"
824
824
  ],
825
- "originalByteSize": 2197
825
+ "originalByteSize": 2706
826
826
  },
827
827
  {
828
828
  "key": "q2-formatted-text.entry",
@@ -834,7 +834,7 @@
834
834
  "imports": [
835
835
  "index-Cqkz7Bnm.js"
836
836
  ],
837
- "originalByteSize": 5143
837
+ "originalByteSize": 5712
838
838
  },
839
839
  {
840
840
  "key": "q2-grid.entry",
@@ -885,7 +885,7 @@
885
885
  "index-Cqkz7Bnm.js",
886
886
  "index-Cps4jSQM.js"
887
887
  ],
888
- "originalByteSize": 13792
888
+ "originalByteSize": 14361
889
889
  },
890
890
  {
891
891
  "key": "q2-modal.entry",
@@ -899,7 +899,7 @@
899
899
  "index-Cps4jSQM.js",
900
900
  "sanitize-html-string-DPHNpMWE.js"
901
901
  ],
902
- "originalByteSize": 13259
902
+ "originalByteSize": 13788
903
903
  },
904
904
  {
905
905
  "key": "q2-month-picker.entry",
@@ -912,7 +912,7 @@
912
912
  "index-Cqkz7Bnm.js",
913
913
  "index-Cps4jSQM.js"
914
914
  ],
915
- "originalByteSize": 10459
915
+ "originalByteSize": 10968
916
916
  },
917
917
  {
918
918
  "key": "q2-otp.entry",
@@ -925,7 +925,7 @@
925
925
  "index-Cqkz7Bnm.js",
926
926
  "index-Cps4jSQM.js"
927
927
  ],
928
- "originalByteSize": 23928
928
+ "originalByteSize": 24516
929
929
  },
930
930
  {
931
931
  "key": "q2-pagination.entry",
@@ -939,7 +939,7 @@
939
939
  "index-Cps4jSQM.js",
940
940
  "mirror-emit-DUjY_ucm.js"
941
941
  ],
942
- "originalByteSize": 20535
942
+ "originalByteSize": 21044
943
943
  },
944
944
  {
945
945
  "key": "q2-pill.entry",
@@ -954,7 +954,7 @@
954
954
  "mirror-emit-DUjY_ucm.js",
955
955
  "action-sheet-B7adb3xs.js"
956
956
  ],
957
- "originalByteSize": 29126
957
+ "originalByteSize": 31320
958
958
  },
959
959
  {
960
960
  "key": "q2-radio.entry",
@@ -968,7 +968,7 @@
968
968
  "index-Cps4jSQM.js",
969
969
  "mirror-emit-DUjY_ucm.js"
970
970
  ],
971
- "originalByteSize": 14083
971
+ "originalByteSize": 14632
972
972
  },
973
973
  {
974
974
  "key": "q2-radio-group.entry",
@@ -982,7 +982,7 @@
982
982
  "index-Cps4jSQM.js",
983
983
  "mirror-emit-DUjY_ucm.js"
984
984
  ],
985
- "originalByteSize": 11737
985
+ "originalByteSize": 12266
986
986
  },
987
987
  {
988
988
  "key": "q2-relative-time.entry",
@@ -996,7 +996,7 @@
996
996
  "index-O1A-ZSZs.js",
997
997
  "index-Cps4jSQM.js"
998
998
  ],
999
- "originalByteSize": 6857
999
+ "originalByteSize": 7366
1000
1000
  },
1001
1001
  {
1002
1002
  "key": "q2-search.entry",
@@ -1009,7 +1009,7 @@
1009
1009
  "index-Cqkz7Bnm.js",
1010
1010
  "index-Cps4jSQM.js"
1011
1011
  ],
1012
- "originalByteSize": 45153
1012
+ "originalByteSize": 45662
1013
1013
  },
1014
1014
  {
1015
1015
  "key": "q2-section.entry",
@@ -1023,7 +1023,7 @@
1023
1023
  "index-Cps4jSQM.js",
1024
1024
  "mirror-emit-DUjY_ucm.js"
1025
1025
  ],
1026
- "originalByteSize": 12765
1026
+ "originalByteSize": 13294
1027
1027
  },
1028
1028
  {
1029
1029
  "key": "q2-stepper.entry",
@@ -1038,7 +1038,7 @@
1038
1038
  "mirror-emit-DUjY_ucm.js",
1039
1039
  "sanitize-html-string-DPHNpMWE.js"
1040
1040
  ],
1041
- "originalByteSize": 23003
1041
+ "originalByteSize": 24581
1042
1042
  },
1043
1043
  {
1044
1044
  "key": "q2-stepper-pane.entry",
@@ -1053,7 +1053,7 @@
1053
1053
  "index-Cps4jSQM.js",
1054
1054
  "mirror-emit-DUjY_ucm.js"
1055
1055
  ],
1056
- "originalByteSize": 4940
1056
+ "originalByteSize": 5449
1057
1057
  },
1058
1058
  {
1059
1059
  "key": "q2-stepper-vertical.entry",
@@ -1068,7 +1068,7 @@
1068
1068
  "mirror-emit-DUjY_ucm.js",
1069
1069
  "sanitize-html-string-DPHNpMWE.js"
1070
1070
  ],
1071
- "originalByteSize": 24585
1071
+ "originalByteSize": 26746
1072
1072
  },
1073
1073
  {
1074
1074
  "key": "q2-surface.entry",
@@ -1080,7 +1080,7 @@
1080
1080
  "imports": [
1081
1081
  "index-Cqkz7Bnm.js"
1082
1082
  ],
1083
- "originalByteSize": 14357
1083
+ "originalByteSize": 16272
1084
1084
  },
1085
1085
  {
1086
1086
  "key": "q2-tab-container.entry",
@@ -1095,7 +1095,7 @@
1095
1095
  "mirror-emit-DUjY_ucm.js",
1096
1096
  "component-DaQM9u3s.js"
1097
1097
  ],
1098
- "originalByteSize": 18823
1098
+ "originalByteSize": 25506
1099
1099
  },
1100
1100
  {
1101
1101
  "key": "q2-tab-pane.entry",
@@ -1108,7 +1108,7 @@
1108
1108
  "index-Cqkz7Bnm.js",
1109
1109
  "component-DaQM9u3s.js"
1110
1110
  ],
1111
- "originalByteSize": 2272
1111
+ "originalByteSize": 2781
1112
1112
  },
1113
1113
  {
1114
1114
  "key": "q2-textarea.entry",
@@ -1122,7 +1122,7 @@
1122
1122
  "index-Cps4jSQM.js",
1123
1123
  "mirror-emit-DUjY_ucm.js"
1124
1124
  ],
1125
- "originalByteSize": 29400
1125
+ "originalByteSize": 29922
1126
1126
  },
1127
1127
  {
1128
1128
  "key": "q2-toast.entry",
@@ -1135,7 +1135,7 @@
1135
1135
  "index-Cqkz7Bnm.js",
1136
1136
  "index-Cps4jSQM.js"
1137
1137
  ],
1138
- "originalByteSize": 11669
1138
+ "originalByteSize": 12178
1139
1139
  },
1140
1140
  {
1141
1141
  "key": "tecton-tab-pane.entry",
@@ -1147,7 +1147,7 @@
1147
1147
  "imports": [
1148
1148
  "index-Cqkz7Bnm.js"
1149
1149
  ],
1150
- "originalByteSize": 4907
1150
+ "originalByteSize": 5416
1151
1151
  },
1152
1152
  {
1153
1153
  "key": "q2-avatar.entry",
@@ -1159,7 +1159,7 @@
1159
1159
  "imports": [
1160
1160
  "index-Cqkz7Bnm.js"
1161
1161
  ],
1162
- "originalByteSize": 8426
1162
+ "originalByteSize": 8955
1163
1163
  },
1164
1164
  {
1165
1165
  "key": "q2-carousel-pane.entry",
@@ -1174,7 +1174,7 @@
1174
1174
  "index-Cps4jSQM.js",
1175
1175
  "mirror-emit-DUjY_ucm.js"
1176
1176
  ],
1177
- "originalByteSize": 8799
1177
+ "originalByteSize": 9308
1178
1178
  },
1179
1179
  {
1180
1180
  "key": "q2-dropdown-item.entry",
@@ -1189,7 +1189,7 @@
1189
1189
  "mirror-emit-DUjY_ucm.js",
1190
1190
  "component-DaQM9u3s.js"
1191
1191
  ],
1192
- "originalByteSize": 8931
1192
+ "originalByteSize": 9440
1193
1193
  },
1194
1194
  {
1195
1195
  "key": "q2-legend.entry",
@@ -1202,7 +1202,7 @@
1202
1202
  "index-Cqkz7Bnm.js",
1203
1203
  "mirror-emit-DUjY_ucm.js"
1204
1204
  ],
1205
- "originalByteSize": 7695
1205
+ "originalByteSize": 8244
1206
1206
  },
1207
1207
  {
1208
1208
  "key": "q2-optgroup.entry",
@@ -1216,7 +1216,7 @@
1216
1216
  "component-DaQM9u3s.js",
1217
1217
  "index-Cps4jSQM.js"
1218
1218
  ],
1219
- "originalByteSize": 4230
1219
+ "originalByteSize": 4759
1220
1220
  },
1221
1221
  {
1222
1222
  "key": "q2-select.entry",
@@ -1231,7 +1231,7 @@
1231
1231
  "mirror-emit-DUjY_ucm.js",
1232
1232
  "action-sheet-B7adb3xs.js"
1233
1233
  ],
1234
- "originalByteSize": 47642
1234
+ "originalByteSize": 48151
1235
1235
  },
1236
1236
  {
1237
1237
  "key": "q2-tooltip.entry",
@@ -1244,7 +1244,7 @@
1244
1244
  "index-Cqkz7Bnm.js",
1245
1245
  "index-Cps4jSQM.js"
1246
1246
  ],
1247
- "originalByteSize": 21156
1247
+ "originalByteSize": 21281
1248
1248
  },
1249
1249
  {
1250
1250
  "key": "q2-item.entry",
@@ -1257,7 +1257,7 @@
1257
1257
  "index-Cqkz7Bnm.js",
1258
1258
  "index-Cps4jSQM.js"
1259
1259
  ],
1260
- "originalByteSize": 12385
1260
+ "originalByteSize": 13443
1261
1261
  },
1262
1262
  {
1263
1263
  "key": "q2-option.entry",
@@ -1271,7 +1271,7 @@
1271
1271
  "index-Cps4jSQM.js",
1272
1272
  "component-DaQM9u3s.js"
1273
1273
  ],
1274
- "originalByteSize": 8112
1274
+ "originalByteSize": 8621
1275
1275
  },
1276
1276
  {
1277
1277
  "key": "q2-message.entry",
@@ -1284,7 +1284,7 @@
1284
1284
  "index-Cqkz7Bnm.js",
1285
1285
  "index-Cps4jSQM.js"
1286
1286
  ],
1287
- "originalByteSize": 9003
1287
+ "originalByteSize": 9512
1288
1288
  },
1289
1289
  {
1290
1290
  "key": "q2-icon.entry",
@@ -1298,7 +1298,7 @@
1298
1298
  "index-Cps4jSQM.js",
1299
1299
  "sprites-jG2RmiwF.js"
1300
1300
  ],
1301
- "originalByteSize": 25187
1301
+ "originalByteSize": 25696
1302
1302
  },
1303
1303
  {
1304
1304
  "key": "q2-calendar.entry",
@@ -1313,7 +1313,7 @@
1313
1313
  "index-Cps4jSQM.js",
1314
1314
  "mirror-emit-DUjY_ucm.js"
1315
1315
  ],
1316
- "originalByteSize": 60931
1316
+ "originalByteSize": 61810
1317
1317
  },
1318
1318
  {
1319
1319
  "key": "q2-checkbox.q2-tag.entry",
@@ -1329,7 +1329,7 @@
1329
1329
  "mirror-emit-DUjY_ucm.js",
1330
1330
  "action-sheet-B7adb3xs.js"
1331
1331
  ],
1332
- "originalByteSize": 55927
1332
+ "originalByteSize": 57005
1333
1333
  },
1334
1334
  {
1335
1335
  "key": "q2-link.q2-list.entry",
@@ -1343,7 +1343,7 @@
1343
1343
  "index-Cqkz7Bnm.js",
1344
1344
  "index-Cps4jSQM.js"
1345
1345
  ],
1346
- "originalByteSize": 13107
1346
+ "originalByteSize": 14674
1347
1347
  },
1348
1348
  {
1349
1349
  "key": "q2-action-group.q2-resize-observer.entry",
@@ -1357,7 +1357,7 @@
1357
1357
  "index-Cqkz7Bnm.js",
1358
1358
  "index-Cps4jSQM.js"
1359
1359
  ],
1360
- "originalByteSize": 16758
1360
+ "originalByteSize": 17776
1361
1361
  },
1362
1362
  {
1363
1363
  "key": "q2-btn.q2-loading.entry",
@@ -1373,7 +1373,7 @@
1373
1373
  "shapes-DZ6aIPWK.js",
1374
1374
  "sprites-jG2RmiwF.js"
1375
1375
  ],
1376
- "originalByteSize": 78307
1376
+ "originalByteSize": 79994
1377
1377
  },
1378
1378
  {
1379
1379
  "key": "q2-carousel.entry",
@@ -1388,7 +1388,7 @@
1388
1388
  "mirror-emit-DUjY_ucm.js",
1389
1389
  "component-DaQM9u3s.js"
1390
1390
  ],
1391
- "originalByteSize": 194408
1391
+ "originalByteSize": 195873
1392
1392
  },
1393
1393
  {
1394
1394
  "key": "click-elsewhere.q2-option-list.q2-popover.entry",
@@ -1405,7 +1405,7 @@
1405
1405
  "component-DaQM9u3s.js",
1406
1406
  "index-Cps4jSQM.js"
1407
1407
  ],
1408
- "originalByteSize": 52751
1408
+ "originalByteSize": 53600
1409
1409
  },
1410
1410
  {
1411
1411
  "key": "q2-chart-bar.entry",
@@ -1421,7 +1421,7 @@
1421
1421
  "dataSample-Dm1zpQNi.js",
1422
1422
  "sectorHelper--RMGWGAy.js"
1423
1423
  ],
1424
- "originalByteSize": 56034
1424
+ "originalByteSize": 56543
1425
1425
  },
1426
1426
  {
1427
1427
  "key": "q2-chart-area.entry",
@@ -1437,7 +1437,7 @@
1437
1437
  "charting-DOZct-UB.js",
1438
1438
  "dataSample-Dm1zpQNi.js"
1439
1439
  ],
1440
- "originalByteSize": 154356
1440
+ "originalByteSize": 154865
1441
1441
  },
1442
1442
  {
1443
1443
  "key": "q2-badge.q2-input.entry",
@@ -1452,7 +1452,7 @@
1452
1452
  "index-Cps4jSQM.js",
1453
1453
  "mirror-emit-DUjY_ucm.js"
1454
1454
  ],
1455
- "originalByteSize": 126540
1455
+ "originalByteSize": 128139
1456
1456
  },
1457
1457
  {
1458
1458
  "key": "q2-chart-donut.entry",
@@ -1468,7 +1468,7 @@
1468
1468
  "charting-DOZct-UB.js",
1469
1469
  "sectorHelper--RMGWGAy.js"
1470
1470
  ],
1471
- "originalByteSize": 179569
1471
+ "originalByteSize": 180118
1472
1472
  }
1473
1473
  ],
1474
1474
  "esm": [
@@ -1524,7 +1524,7 @@
1524
1524
  "sanitize-html-string-DPHNpMWE.js",
1525
1525
  "mirror-emit-DUjY_ucm.js"
1526
1526
  ],
1527
- "originalByteSize": 21020
1527
+ "originalByteSize": 21733
1528
1528
  },
1529
1529
  {
1530
1530
  "key": "q2-card.entry",
@@ -1538,7 +1538,7 @@
1538
1538
  "index-Cps4jSQM.js",
1539
1539
  "mirror-emit-DUjY_ucm.js"
1540
1540
  ],
1541
- "originalByteSize": 13746
1541
+ "originalByteSize": 14275
1542
1542
  },
1543
1543
  {
1544
1544
  "key": "q2-card-image.entry",
@@ -1551,7 +1551,7 @@
1551
1551
  "index-Cqkz7Bnm.js",
1552
1552
  "index-Cps4jSQM.js"
1553
1553
  ],
1554
- "originalByteSize": 32252
1554
+ "originalByteSize": 32781
1555
1555
  },
1556
1556
  {
1557
1557
  "key": "q2-checkbox-group.entry",
@@ -1566,7 +1566,7 @@
1566
1566
  "mirror-emit-DUjY_ucm.js",
1567
1567
  "component-DaQM9u3s.js"
1568
1568
  ],
1569
- "originalByteSize": 8350
1569
+ "originalByteSize": 8879
1570
1570
  },
1571
1571
  {
1572
1572
  "key": "q2-context.entry",
@@ -1591,7 +1591,7 @@
1591
1591
  "imports": [
1592
1592
  "index-Cqkz7Bnm.js"
1593
1593
  ],
1594
- "originalByteSize": 10729
1594
+ "originalByteSize": 11298
1595
1595
  },
1596
1596
  {
1597
1597
  "key": "q2-data-table.entry",
@@ -1605,7 +1605,7 @@
1605
1605
  "index-Cps4jSQM.js",
1606
1606
  "mirror-emit-DUjY_ucm.js"
1607
1607
  ],
1608
- "originalByteSize": 40478
1608
+ "originalByteSize": 41027
1609
1609
  },
1610
1610
  {
1611
1611
  "key": "q2-detail.entry",
@@ -1618,7 +1618,7 @@
1618
1618
  "index-Cqkz7Bnm.js",
1619
1619
  "index-Cps4jSQM.js"
1620
1620
  ],
1621
- "originalByteSize": 8825
1621
+ "originalByteSize": 9534
1622
1622
  },
1623
1623
  {
1624
1624
  "key": "q2-dropdown.entry",
@@ -1632,7 +1632,7 @@
1632
1632
  "action-sheet-B7adb3xs.js",
1633
1633
  "index-Cps4jSQM.js"
1634
1634
  ],
1635
- "originalByteSize": 18505
1635
+ "originalByteSize": 19014
1636
1636
  },
1637
1637
  {
1638
1638
  "key": "q2-editable-field.entry",
@@ -1646,7 +1646,7 @@
1646
1646
  "index-Cps4jSQM.js",
1647
1647
  "mirror-emit-DUjY_ucm.js"
1648
1648
  ],
1649
- "originalByteSize": 12373
1649
+ "originalByteSize": 12910
1650
1650
  },
1651
1651
  {
1652
1652
  "key": "q2-example.entry",
@@ -1658,7 +1658,7 @@
1658
1658
  "imports": [
1659
1659
  "index-Cqkz7Bnm.js"
1660
1660
  ],
1661
- "originalByteSize": 4849
1661
+ "originalByteSize": 5358
1662
1662
  },
1663
1663
  {
1664
1664
  "key": "q2-file-picker.entry",
@@ -1671,7 +1671,7 @@
1671
1671
  "index-Cqkz7Bnm.js",
1672
1672
  "index-Cps4jSQM.js"
1673
1673
  ],
1674
- "originalByteSize": 23721
1674
+ "originalByteSize": 25017
1675
1675
  },
1676
1676
  {
1677
1677
  "key": "q2-form.entry",
@@ -1683,7 +1683,7 @@
1683
1683
  "imports": [
1684
1684
  "index-Cqkz7Bnm.js"
1685
1685
  ],
1686
- "originalByteSize": 2197
1686
+ "originalByteSize": 2706
1687
1687
  },
1688
1688
  {
1689
1689
  "key": "q2-formatted-text.entry",
@@ -1695,7 +1695,7 @@
1695
1695
  "imports": [
1696
1696
  "index-Cqkz7Bnm.js"
1697
1697
  ],
1698
- "originalByteSize": 5143
1698
+ "originalByteSize": 5712
1699
1699
  },
1700
1700
  {
1701
1701
  "key": "q2-grid.entry",
@@ -1746,7 +1746,7 @@
1746
1746
  "index-Cqkz7Bnm.js",
1747
1747
  "index-Cps4jSQM.js"
1748
1748
  ],
1749
- "originalByteSize": 13792
1749
+ "originalByteSize": 14361
1750
1750
  },
1751
1751
  {
1752
1752
  "key": "q2-modal.entry",
@@ -1760,7 +1760,7 @@
1760
1760
  "index-Cps4jSQM.js",
1761
1761
  "sanitize-html-string-DPHNpMWE.js"
1762
1762
  ],
1763
- "originalByteSize": 13259
1763
+ "originalByteSize": 13788
1764
1764
  },
1765
1765
  {
1766
1766
  "key": "q2-month-picker.entry",
@@ -1773,7 +1773,7 @@
1773
1773
  "index-Cqkz7Bnm.js",
1774
1774
  "index-Cps4jSQM.js"
1775
1775
  ],
1776
- "originalByteSize": 10459
1776
+ "originalByteSize": 10968
1777
1777
  },
1778
1778
  {
1779
1779
  "key": "q2-otp.entry",
@@ -1786,7 +1786,7 @@
1786
1786
  "index-Cqkz7Bnm.js",
1787
1787
  "index-Cps4jSQM.js"
1788
1788
  ],
1789
- "originalByteSize": 23928
1789
+ "originalByteSize": 24516
1790
1790
  },
1791
1791
  {
1792
1792
  "key": "q2-pagination.entry",
@@ -1800,7 +1800,7 @@
1800
1800
  "index-Cps4jSQM.js",
1801
1801
  "mirror-emit-DUjY_ucm.js"
1802
1802
  ],
1803
- "originalByteSize": 20535
1803
+ "originalByteSize": 21044
1804
1804
  },
1805
1805
  {
1806
1806
  "key": "q2-pill.entry",
@@ -1815,7 +1815,7 @@
1815
1815
  "mirror-emit-DUjY_ucm.js",
1816
1816
  "action-sheet-B7adb3xs.js"
1817
1817
  ],
1818
- "originalByteSize": 29126
1818
+ "originalByteSize": 31320
1819
1819
  },
1820
1820
  {
1821
1821
  "key": "q2-radio.entry",
@@ -1829,7 +1829,7 @@
1829
1829
  "index-Cps4jSQM.js",
1830
1830
  "mirror-emit-DUjY_ucm.js"
1831
1831
  ],
1832
- "originalByteSize": 14083
1832
+ "originalByteSize": 14632
1833
1833
  },
1834
1834
  {
1835
1835
  "key": "q2-radio-group.entry",
@@ -1843,7 +1843,7 @@
1843
1843
  "index-Cps4jSQM.js",
1844
1844
  "mirror-emit-DUjY_ucm.js"
1845
1845
  ],
1846
- "originalByteSize": 11737
1846
+ "originalByteSize": 12266
1847
1847
  },
1848
1848
  {
1849
1849
  "key": "q2-relative-time.entry",
@@ -1857,7 +1857,7 @@
1857
1857
  "index-O1A-ZSZs.js",
1858
1858
  "index-Cps4jSQM.js"
1859
1859
  ],
1860
- "originalByteSize": 6857
1860
+ "originalByteSize": 7366
1861
1861
  },
1862
1862
  {
1863
1863
  "key": "q2-search.entry",
@@ -1870,7 +1870,7 @@
1870
1870
  "index-Cqkz7Bnm.js",
1871
1871
  "index-Cps4jSQM.js"
1872
1872
  ],
1873
- "originalByteSize": 45153
1873
+ "originalByteSize": 45662
1874
1874
  },
1875
1875
  {
1876
1876
  "key": "q2-section.entry",
@@ -1884,7 +1884,7 @@
1884
1884
  "index-Cps4jSQM.js",
1885
1885
  "mirror-emit-DUjY_ucm.js"
1886
1886
  ],
1887
- "originalByteSize": 12765
1887
+ "originalByteSize": 13294
1888
1888
  },
1889
1889
  {
1890
1890
  "key": "q2-stepper.entry",
@@ -1899,7 +1899,7 @@
1899
1899
  "mirror-emit-DUjY_ucm.js",
1900
1900
  "sanitize-html-string-DPHNpMWE.js"
1901
1901
  ],
1902
- "originalByteSize": 23003
1902
+ "originalByteSize": 24581
1903
1903
  },
1904
1904
  {
1905
1905
  "key": "q2-stepper-pane.entry",
@@ -1914,7 +1914,7 @@
1914
1914
  "index-Cps4jSQM.js",
1915
1915
  "mirror-emit-DUjY_ucm.js"
1916
1916
  ],
1917
- "originalByteSize": 4940
1917
+ "originalByteSize": 5449
1918
1918
  },
1919
1919
  {
1920
1920
  "key": "q2-stepper-vertical.entry",
@@ -1929,7 +1929,7 @@
1929
1929
  "mirror-emit-DUjY_ucm.js",
1930
1930
  "sanitize-html-string-DPHNpMWE.js"
1931
1931
  ],
1932
- "originalByteSize": 24585
1932
+ "originalByteSize": 26746
1933
1933
  },
1934
1934
  {
1935
1935
  "key": "q2-surface.entry",
@@ -1941,7 +1941,7 @@
1941
1941
  "imports": [
1942
1942
  "index-Cqkz7Bnm.js"
1943
1943
  ],
1944
- "originalByteSize": 14357
1944
+ "originalByteSize": 16272
1945
1945
  },
1946
1946
  {
1947
1947
  "key": "q2-tab-container.entry",
@@ -1956,7 +1956,7 @@
1956
1956
  "mirror-emit-DUjY_ucm.js",
1957
1957
  "component-DaQM9u3s.js"
1958
1958
  ],
1959
- "originalByteSize": 18823
1959
+ "originalByteSize": 25506
1960
1960
  },
1961
1961
  {
1962
1962
  "key": "q2-tab-pane.entry",
@@ -1969,7 +1969,7 @@
1969
1969
  "index-Cqkz7Bnm.js",
1970
1970
  "component-DaQM9u3s.js"
1971
1971
  ],
1972
- "originalByteSize": 2272
1972
+ "originalByteSize": 2781
1973
1973
  },
1974
1974
  {
1975
1975
  "key": "q2-textarea.entry",
@@ -1983,7 +1983,7 @@
1983
1983
  "index-Cps4jSQM.js",
1984
1984
  "mirror-emit-DUjY_ucm.js"
1985
1985
  ],
1986
- "originalByteSize": 29400
1986
+ "originalByteSize": 29922
1987
1987
  },
1988
1988
  {
1989
1989
  "key": "q2-toast.entry",
@@ -1996,7 +1996,7 @@
1996
1996
  "index-Cqkz7Bnm.js",
1997
1997
  "index-Cps4jSQM.js"
1998
1998
  ],
1999
- "originalByteSize": 11669
1999
+ "originalByteSize": 12178
2000
2000
  },
2001
2001
  {
2002
2002
  "key": "tecton-tab-pane.entry",
@@ -2008,7 +2008,7 @@
2008
2008
  "imports": [
2009
2009
  "index-Cqkz7Bnm.js"
2010
2010
  ],
2011
- "originalByteSize": 4907
2011
+ "originalByteSize": 5416
2012
2012
  },
2013
2013
  {
2014
2014
  "key": "q2-avatar.entry",
@@ -2020,7 +2020,7 @@
2020
2020
  "imports": [
2021
2021
  "index-Cqkz7Bnm.js"
2022
2022
  ],
2023
- "originalByteSize": 8426
2023
+ "originalByteSize": 8955
2024
2024
  },
2025
2025
  {
2026
2026
  "key": "q2-carousel-pane.entry",
@@ -2035,7 +2035,7 @@
2035
2035
  "index-Cps4jSQM.js",
2036
2036
  "mirror-emit-DUjY_ucm.js"
2037
2037
  ],
2038
- "originalByteSize": 8799
2038
+ "originalByteSize": 9308
2039
2039
  },
2040
2040
  {
2041
2041
  "key": "q2-dropdown-item.entry",
@@ -2050,7 +2050,7 @@
2050
2050
  "mirror-emit-DUjY_ucm.js",
2051
2051
  "component-DaQM9u3s.js"
2052
2052
  ],
2053
- "originalByteSize": 8931
2053
+ "originalByteSize": 9440
2054
2054
  },
2055
2055
  {
2056
2056
  "key": "q2-legend.entry",
@@ -2063,7 +2063,7 @@
2063
2063
  "index-Cqkz7Bnm.js",
2064
2064
  "mirror-emit-DUjY_ucm.js"
2065
2065
  ],
2066
- "originalByteSize": 7695
2066
+ "originalByteSize": 8244
2067
2067
  },
2068
2068
  {
2069
2069
  "key": "q2-optgroup.entry",
@@ -2077,7 +2077,7 @@
2077
2077
  "component-DaQM9u3s.js",
2078
2078
  "index-Cps4jSQM.js"
2079
2079
  ],
2080
- "originalByteSize": 4230
2080
+ "originalByteSize": 4759
2081
2081
  },
2082
2082
  {
2083
2083
  "key": "q2-select.entry",
@@ -2092,7 +2092,7 @@
2092
2092
  "mirror-emit-DUjY_ucm.js",
2093
2093
  "action-sheet-B7adb3xs.js"
2094
2094
  ],
2095
- "originalByteSize": 47642
2095
+ "originalByteSize": 48151
2096
2096
  },
2097
2097
  {
2098
2098
  "key": "q2-tooltip.entry",
@@ -2105,7 +2105,7 @@
2105
2105
  "index-Cqkz7Bnm.js",
2106
2106
  "index-Cps4jSQM.js"
2107
2107
  ],
2108
- "originalByteSize": 21156
2108
+ "originalByteSize": 21281
2109
2109
  },
2110
2110
  {
2111
2111
  "key": "q2-item.entry",
@@ -2118,7 +2118,7 @@
2118
2118
  "index-Cqkz7Bnm.js",
2119
2119
  "index-Cps4jSQM.js"
2120
2120
  ],
2121
- "originalByteSize": 12385
2121
+ "originalByteSize": 13443
2122
2122
  },
2123
2123
  {
2124
2124
  "key": "q2-option.entry",
@@ -2132,7 +2132,7 @@
2132
2132
  "index-Cps4jSQM.js",
2133
2133
  "component-DaQM9u3s.js"
2134
2134
  ],
2135
- "originalByteSize": 8112
2135
+ "originalByteSize": 8621
2136
2136
  },
2137
2137
  {
2138
2138
  "key": "q2-message.entry",
@@ -2145,7 +2145,7 @@
2145
2145
  "index-Cqkz7Bnm.js",
2146
2146
  "index-Cps4jSQM.js"
2147
2147
  ],
2148
- "originalByteSize": 9003
2148
+ "originalByteSize": 9512
2149
2149
  },
2150
2150
  {
2151
2151
  "key": "q2-icon.entry",
@@ -2159,7 +2159,7 @@
2159
2159
  "index-Cps4jSQM.js",
2160
2160
  "sprites-jG2RmiwF.js"
2161
2161
  ],
2162
- "originalByteSize": 25187
2162
+ "originalByteSize": 25696
2163
2163
  },
2164
2164
  {
2165
2165
  "key": "q2-calendar.entry",
@@ -2174,7 +2174,7 @@
2174
2174
  "index-Cps4jSQM.js",
2175
2175
  "mirror-emit-DUjY_ucm.js"
2176
2176
  ],
2177
- "originalByteSize": 60931
2177
+ "originalByteSize": 61810
2178
2178
  },
2179
2179
  {
2180
2180
  "key": "q2-checkbox.q2-tag.entry",
@@ -2190,7 +2190,7 @@
2190
2190
  "mirror-emit-DUjY_ucm.js",
2191
2191
  "action-sheet-B7adb3xs.js"
2192
2192
  ],
2193
- "originalByteSize": 55927
2193
+ "originalByteSize": 57005
2194
2194
  },
2195
2195
  {
2196
2196
  "key": "q2-link.q2-list.entry",
@@ -2204,7 +2204,7 @@
2204
2204
  "index-Cqkz7Bnm.js",
2205
2205
  "index-Cps4jSQM.js"
2206
2206
  ],
2207
- "originalByteSize": 13107
2207
+ "originalByteSize": 14674
2208
2208
  },
2209
2209
  {
2210
2210
  "key": "q2-action-group.q2-resize-observer.entry",
@@ -2218,7 +2218,7 @@
2218
2218
  "index-Cqkz7Bnm.js",
2219
2219
  "index-Cps4jSQM.js"
2220
2220
  ],
2221
- "originalByteSize": 16758
2221
+ "originalByteSize": 17776
2222
2222
  },
2223
2223
  {
2224
2224
  "key": "q2-btn.q2-loading.entry",
@@ -2234,7 +2234,7 @@
2234
2234
  "shapes-DZ6aIPWK.js",
2235
2235
  "sprites-jG2RmiwF.js"
2236
2236
  ],
2237
- "originalByteSize": 78307
2237
+ "originalByteSize": 79994
2238
2238
  },
2239
2239
  {
2240
2240
  "key": "q2-carousel.entry",
@@ -2249,7 +2249,7 @@
2249
2249
  "mirror-emit-DUjY_ucm.js",
2250
2250
  "component-DaQM9u3s.js"
2251
2251
  ],
2252
- "originalByteSize": 194408
2252
+ "originalByteSize": 195873
2253
2253
  },
2254
2254
  {
2255
2255
  "key": "click-elsewhere.q2-option-list.q2-popover.entry",
@@ -2266,7 +2266,7 @@
2266
2266
  "component-DaQM9u3s.js",
2267
2267
  "index-Cps4jSQM.js"
2268
2268
  ],
2269
- "originalByteSize": 52751
2269
+ "originalByteSize": 53600
2270
2270
  },
2271
2271
  {
2272
2272
  "key": "q2-chart-bar.entry",
@@ -2282,7 +2282,7 @@
2282
2282
  "dataSample-Dm1zpQNi.js",
2283
2283
  "sectorHelper--RMGWGAy.js"
2284
2284
  ],
2285
- "originalByteSize": 56034
2285
+ "originalByteSize": 56543
2286
2286
  },
2287
2287
  {
2288
2288
  "key": "q2-chart-area.entry",
@@ -2298,7 +2298,7 @@
2298
2298
  "charting-DOZct-UB.js",
2299
2299
  "dataSample-Dm1zpQNi.js"
2300
2300
  ],
2301
- "originalByteSize": 154356
2301
+ "originalByteSize": 154865
2302
2302
  },
2303
2303
  {
2304
2304
  "key": "q2-badge.q2-input.entry",
@@ -2313,7 +2313,7 @@
2313
2313
  "index-Cps4jSQM.js",
2314
2314
  "mirror-emit-DUjY_ucm.js"
2315
2315
  ],
2316
- "originalByteSize": 126540
2316
+ "originalByteSize": 128139
2317
2317
  },
2318
2318
  {
2319
2319
  "key": "q2-chart-donut.entry",
@@ -2329,7 +2329,7 @@
2329
2329
  "charting-DOZct-UB.js",
2330
2330
  "sectorHelper--RMGWGAy.js"
2331
2331
  ],
2332
- "originalByteSize": 179569
2332
+ "originalByteSize": 180118
2333
2333
  }
2334
2334
  ],
2335
2335
  "es5": [],
@@ -2387,7 +2387,7 @@
2387
2387
  "sanitize-html-string-D17Pr7-c.js",
2388
2388
  "mirror-emit-kjeNv83f.js"
2389
2389
  ],
2390
- "originalByteSize": 21136
2390
+ "originalByteSize": 21849
2391
2391
  },
2392
2392
  {
2393
2393
  "key": "q2-card.entry",
@@ -2401,7 +2401,7 @@
2401
2401
  "index-SpDCZABA.js",
2402
2402
  "mirror-emit-kjeNv83f.js"
2403
2403
  ],
2404
- "originalByteSize": 13767
2404
+ "originalByteSize": 14296
2405
2405
  },
2406
2406
  {
2407
2407
  "key": "q2-card-image.entry",
@@ -2414,7 +2414,7 @@
2414
2414
  "index-DUaTw_1N.js",
2415
2415
  "index-SpDCZABA.js"
2416
2416
  ],
2417
- "originalByteSize": 32501
2417
+ "originalByteSize": 33030
2418
2418
  },
2419
2419
  {
2420
2420
  "key": "q2-checkbox-group.entry",
@@ -2429,7 +2429,7 @@
2429
2429
  "mirror-emit-kjeNv83f.js",
2430
2430
  "component-iASoq6gx.js"
2431
2431
  ],
2432
- "originalByteSize": 8368
2432
+ "originalByteSize": 8897
2433
2433
  },
2434
2434
  {
2435
2435
  "key": "q2-context.entry",
@@ -2454,7 +2454,7 @@
2454
2454
  "imports": [
2455
2455
  "index-DUaTw_1N.js"
2456
2456
  ],
2457
- "originalByteSize": 10764
2457
+ "originalByteSize": 11333
2458
2458
  },
2459
2459
  {
2460
2460
  "key": "q2-data-table.entry",
@@ -2468,7 +2468,7 @@
2468
2468
  "index-SpDCZABA.js",
2469
2469
  "mirror-emit-kjeNv83f.js"
2470
2470
  ],
2471
- "originalByteSize": 41105
2471
+ "originalByteSize": 41654
2472
2472
  },
2473
2473
  {
2474
2474
  "key": "q2-detail.entry",
@@ -2481,7 +2481,7 @@
2481
2481
  "index-DUaTw_1N.js",
2482
2482
  "index-SpDCZABA.js"
2483
2483
  ],
2484
- "originalByteSize": 8826
2484
+ "originalByteSize": 9535
2485
2485
  },
2486
2486
  {
2487
2487
  "key": "q2-dropdown.entry",
@@ -2495,7 +2495,7 @@
2495
2495
  "action-sheet-D71RSc-w.js",
2496
2496
  "index-SpDCZABA.js"
2497
2497
  ],
2498
- "originalByteSize": 18536
2498
+ "originalByteSize": 19045
2499
2499
  },
2500
2500
  {
2501
2501
  "key": "q2-editable-field.entry",
@@ -2509,7 +2509,7 @@
2509
2509
  "index-SpDCZABA.js",
2510
2510
  "mirror-emit-kjeNv83f.js"
2511
2511
  ],
2512
- "originalByteSize": 12515
2512
+ "originalByteSize": 13052
2513
2513
  },
2514
2514
  {
2515
2515
  "key": "q2-example.entry",
@@ -2521,7 +2521,7 @@
2521
2521
  "imports": [
2522
2522
  "index-DUaTw_1N.js"
2523
2523
  ],
2524
- "originalByteSize": 4845
2524
+ "originalByteSize": 5354
2525
2525
  },
2526
2526
  {
2527
2527
  "key": "q2-file-picker.entry",
@@ -2534,7 +2534,7 @@
2534
2534
  "index-DUaTw_1N.js",
2535
2535
  "index-SpDCZABA.js"
2536
2536
  ],
2537
- "originalByteSize": 23975
2537
+ "originalByteSize": 25271
2538
2538
  },
2539
2539
  {
2540
2540
  "key": "q2-form.entry",
@@ -2546,7 +2546,7 @@
2546
2546
  "imports": [
2547
2547
  "index-DUaTw_1N.js"
2548
2548
  ],
2549
- "originalByteSize": 2206
2549
+ "originalByteSize": 2715
2550
2550
  },
2551
2551
  {
2552
2552
  "key": "q2-formatted-text.entry",
@@ -2558,7 +2558,7 @@
2558
2558
  "imports": [
2559
2559
  "index-DUaTw_1N.js"
2560
2560
  ],
2561
- "originalByteSize": 5152
2561
+ "originalByteSize": 5721
2562
2562
  },
2563
2563
  {
2564
2564
  "key": "q2-grid.entry",
@@ -2609,7 +2609,7 @@
2609
2609
  "index-DUaTw_1N.js",
2610
2610
  "index-SpDCZABA.js"
2611
2611
  ],
2612
- "originalByteSize": 14042
2612
+ "originalByteSize": 14611
2613
2613
  },
2614
2614
  {
2615
2615
  "key": "q2-modal.entry",
@@ -2623,7 +2623,7 @@
2623
2623
  "index-SpDCZABA.js",
2624
2624
  "sanitize-html-string-D17Pr7-c.js"
2625
2625
  ],
2626
- "originalByteSize": 13339
2626
+ "originalByteSize": 13868
2627
2627
  },
2628
2628
  {
2629
2629
  "key": "q2-month-picker.entry",
@@ -2636,7 +2636,7 @@
2636
2636
  "index-DUaTw_1N.js",
2637
2637
  "index-SpDCZABA.js"
2638
2638
  ],
2639
- "originalByteSize": 10561
2639
+ "originalByteSize": 11070
2640
2640
  },
2641
2641
  {
2642
2642
  "key": "q2-otp.entry",
@@ -2649,7 +2649,7 @@
2649
2649
  "index-DUaTw_1N.js",
2650
2650
  "index-SpDCZABA.js"
2651
2651
  ],
2652
- "originalByteSize": 24092
2652
+ "originalByteSize": 24680
2653
2653
  },
2654
2654
  {
2655
2655
  "key": "q2-pagination.entry",
@@ -2663,7 +2663,7 @@
2663
2663
  "index-SpDCZABA.js",
2664
2664
  "mirror-emit-kjeNv83f.js"
2665
2665
  ],
2666
- "originalByteSize": 20738
2666
+ "originalByteSize": 21247
2667
2667
  },
2668
2668
  {
2669
2669
  "key": "q2-pill.entry",
@@ -2678,7 +2678,7 @@
2678
2678
  "mirror-emit-kjeNv83f.js",
2679
2679
  "action-sheet-D71RSc-w.js"
2680
2680
  ],
2681
- "originalByteSize": 29216
2681
+ "originalByteSize": 31416
2682
2682
  },
2683
2683
  {
2684
2684
  "key": "q2-radio.entry",
@@ -2692,7 +2692,7 @@
2692
2692
  "index-SpDCZABA.js",
2693
2693
  "mirror-emit-kjeNv83f.js"
2694
2694
  ],
2695
- "originalByteSize": 14103
2695
+ "originalByteSize": 14652
2696
2696
  },
2697
2697
  {
2698
2698
  "key": "q2-radio-group.entry",
@@ -2706,7 +2706,7 @@
2706
2706
  "index-SpDCZABA.js",
2707
2707
  "mirror-emit-kjeNv83f.js"
2708
2708
  ],
2709
- "originalByteSize": 11747
2709
+ "originalByteSize": 12276
2710
2710
  },
2711
2711
  {
2712
2712
  "key": "q2-relative-time.entry",
@@ -2720,7 +2720,7 @@
2720
2720
  "index-CgG3VNXc.js",
2721
2721
  "index-SpDCZABA.js"
2722
2722
  ],
2723
- "originalByteSize": 6863
2723
+ "originalByteSize": 7372
2724
2724
  },
2725
2725
  {
2726
2726
  "key": "q2-search.entry",
@@ -2733,7 +2733,7 @@
2733
2733
  "index-DUaTw_1N.js",
2734
2734
  "index-SpDCZABA.js"
2735
2735
  ],
2736
- "originalByteSize": 45420
2736
+ "originalByteSize": 45929
2737
2737
  },
2738
2738
  {
2739
2739
  "key": "q2-section.entry",
@@ -2747,7 +2747,7 @@
2747
2747
  "index-SpDCZABA.js",
2748
2748
  "mirror-emit-kjeNv83f.js"
2749
2749
  ],
2750
- "originalByteSize": 12814
2750
+ "originalByteSize": 13343
2751
2751
  },
2752
2752
  {
2753
2753
  "key": "q2-stepper.entry",
@@ -2762,7 +2762,7 @@
2762
2762
  "mirror-emit-kjeNv83f.js",
2763
2763
  "sanitize-html-string-D17Pr7-c.js"
2764
2764
  ],
2765
- "originalByteSize": 23152
2765
+ "originalByteSize": 24762
2766
2766
  },
2767
2767
  {
2768
2768
  "key": "q2-stepper-pane.entry",
@@ -2777,7 +2777,7 @@
2777
2777
  "index-SpDCZABA.js",
2778
2778
  "mirror-emit-kjeNv83f.js"
2779
2779
  ],
2780
- "originalByteSize": 4974
2780
+ "originalByteSize": 5483
2781
2781
  },
2782
2782
  {
2783
2783
  "key": "q2-stepper-vertical.entry",
@@ -2792,7 +2792,7 @@
2792
2792
  "mirror-emit-kjeNv83f.js",
2793
2793
  "sanitize-html-string-D17Pr7-c.js"
2794
2794
  ],
2795
- "originalByteSize": 24728
2795
+ "originalByteSize": 26945
2796
2796
  },
2797
2797
  {
2798
2798
  "key": "q2-surface.entry",
@@ -2804,7 +2804,7 @@
2804
2804
  "imports": [
2805
2805
  "index-DUaTw_1N.js"
2806
2806
  ],
2807
- "originalByteSize": 14344
2807
+ "originalByteSize": 16259
2808
2808
  },
2809
2809
  {
2810
2810
  "key": "q2-tab-container.entry",
@@ -2819,7 +2819,7 @@
2819
2819
  "mirror-emit-kjeNv83f.js",
2820
2820
  "component-iASoq6gx.js"
2821
2821
  ],
2822
- "originalByteSize": 18900
2822
+ "originalByteSize": 25583
2823
2823
  },
2824
2824
  {
2825
2825
  "key": "q2-tab-pane.entry",
@@ -2832,7 +2832,7 @@
2832
2832
  "index-DUaTw_1N.js",
2833
2833
  "component-iASoq6gx.js"
2834
2834
  ],
2835
- "originalByteSize": 2255
2835
+ "originalByteSize": 2764
2836
2836
  },
2837
2837
  {
2838
2838
  "key": "q2-textarea.entry",
@@ -2846,7 +2846,7 @@
2846
2846
  "index-SpDCZABA.js",
2847
2847
  "mirror-emit-kjeNv83f.js"
2848
2848
  ],
2849
- "originalByteSize": 29450
2849
+ "originalByteSize": 29964
2850
2850
  },
2851
2851
  {
2852
2852
  "key": "q2-toast.entry",
@@ -2859,7 +2859,7 @@
2859
2859
  "index-DUaTw_1N.js",
2860
2860
  "index-SpDCZABA.js"
2861
2861
  ],
2862
- "originalByteSize": 11806
2862
+ "originalByteSize": 12315
2863
2863
  },
2864
2864
  {
2865
2865
  "key": "tecton-tab-pane.entry",
@@ -2871,7 +2871,7 @@
2871
2871
  "imports": [
2872
2872
  "index-DUaTw_1N.js"
2873
2873
  ],
2874
- "originalByteSize": 4929
2874
+ "originalByteSize": 5438
2875
2875
  },
2876
2876
  {
2877
2877
  "key": "q2-avatar.entry",
@@ -2883,7 +2883,7 @@
2883
2883
  "imports": [
2884
2884
  "index-DUaTw_1N.js"
2885
2885
  ],
2886
- "originalByteSize": 8460
2886
+ "originalByteSize": 8989
2887
2887
  },
2888
2888
  {
2889
2889
  "key": "q2-carousel-pane.entry",
@@ -2898,7 +2898,7 @@
2898
2898
  "index-SpDCZABA.js",
2899
2899
  "mirror-emit-kjeNv83f.js"
2900
2900
  ],
2901
- "originalByteSize": 8810
2901
+ "originalByteSize": 9319
2902
2902
  },
2903
2903
  {
2904
2904
  "key": "q2-dropdown-item.entry",
@@ -2913,7 +2913,7 @@
2913
2913
  "mirror-emit-kjeNv83f.js",
2914
2914
  "component-iASoq6gx.js"
2915
2915
  ],
2916
- "originalByteSize": 8986
2916
+ "originalByteSize": 9495
2917
2917
  },
2918
2918
  {
2919
2919
  "key": "q2-legend.entry",
@@ -2926,7 +2926,7 @@
2926
2926
  "index-DUaTw_1N.js",
2927
2927
  "mirror-emit-kjeNv83f.js"
2928
2928
  ],
2929
- "originalByteSize": 7790
2929
+ "originalByteSize": 8339
2930
2930
  },
2931
2931
  {
2932
2932
  "key": "q2-optgroup.entry",
@@ -2940,7 +2940,7 @@
2940
2940
  "component-iASoq6gx.js",
2941
2941
  "index-SpDCZABA.js"
2942
2942
  ],
2943
- "originalByteSize": 4234
2943
+ "originalByteSize": 4763
2944
2944
  },
2945
2945
  {
2946
2946
  "key": "q2-select.entry",
@@ -2955,7 +2955,7 @@
2955
2955
  "mirror-emit-kjeNv83f.js",
2956
2956
  "action-sheet-D71RSc-w.js"
2957
2957
  ],
2958
- "originalByteSize": 47848
2958
+ "originalByteSize": 48357
2959
2959
  },
2960
2960
  {
2961
2961
  "key": "q2-tooltip.entry",
@@ -2968,7 +2968,7 @@
2968
2968
  "index-DUaTw_1N.js",
2969
2969
  "index-SpDCZABA.js"
2970
2970
  ],
2971
- "originalByteSize": 21139
2971
+ "originalByteSize": 21265
2972
2972
  },
2973
2973
  {
2974
2974
  "key": "q2-item.entry",
@@ -2981,7 +2981,7 @@
2981
2981
  "index-DUaTw_1N.js",
2982
2982
  "index-SpDCZABA.js"
2983
2983
  ],
2984
- "originalByteSize": 12472
2984
+ "originalByteSize": 13530
2985
2985
  },
2986
2986
  {
2987
2987
  "key": "q2-option.entry",
@@ -2995,7 +2995,7 @@
2995
2995
  "index-SpDCZABA.js",
2996
2996
  "component-iASoq6gx.js"
2997
2997
  ],
2998
- "originalByteSize": 8143
2998
+ "originalByteSize": 8652
2999
2999
  },
3000
3000
  {
3001
3001
  "key": "q2-message.entry",
@@ -3008,7 +3008,7 @@
3008
3008
  "index-DUaTw_1N.js",
3009
3009
  "index-SpDCZABA.js"
3010
3010
  ],
3011
- "originalByteSize": 8992
3011
+ "originalByteSize": 9501
3012
3012
  },
3013
3013
  {
3014
3014
  "key": "q2-icon.entry",
@@ -3022,7 +3022,7 @@
3022
3022
  "index-SpDCZABA.js",
3023
3023
  "sprites-DZZE7UFT.js"
3024
3024
  ],
3025
- "originalByteSize": 25172
3025
+ "originalByteSize": 25681
3026
3026
  },
3027
3027
  {
3028
3028
  "key": "q2-calendar.entry",
@@ -3037,7 +3037,7 @@
3037
3037
  "index-SpDCZABA.js",
3038
3038
  "mirror-emit-kjeNv83f.js"
3039
3039
  ],
3040
- "originalByteSize": 61792
3040
+ "originalByteSize": 62703
3041
3041
  },
3042
3042
  {
3043
3043
  "key": "q2-checkbox.q2-tag.entry",
@@ -3053,7 +3053,7 @@
3053
3053
  "mirror-emit-kjeNv83f.js",
3054
3054
  "action-sheet-D71RSc-w.js"
3055
3055
  ],
3056
- "originalByteSize": 56223
3056
+ "originalByteSize": 57301
3057
3057
  },
3058
3058
  {
3059
3059
  "key": "q2-link.q2-list.entry",
@@ -3067,7 +3067,7 @@
3067
3067
  "index-DUaTw_1N.js",
3068
3068
  "index-SpDCZABA.js"
3069
3069
  ],
3070
- "originalByteSize": 13161
3070
+ "originalByteSize": 14728
3071
3071
  },
3072
3072
  {
3073
3073
  "key": "q2-action-group.q2-resize-observer.entry",
@@ -3081,7 +3081,7 @@
3081
3081
  "index-DUaTw_1N.js",
3082
3082
  "index-SpDCZABA.js"
3083
3083
  ],
3084
- "originalByteSize": 16783
3084
+ "originalByteSize": 17801
3085
3085
  },
3086
3086
  {
3087
3087
  "key": "q2-btn.q2-loading.entry",
@@ -3097,7 +3097,7 @@
3097
3097
  "shapes-CWaeHFb9.js",
3098
3098
  "sprites-DZZE7UFT.js"
3099
3099
  ],
3100
- "originalByteSize": 78377
3100
+ "originalByteSize": 80064
3101
3101
  },
3102
3102
  {
3103
3103
  "key": "q2-carousel.entry",
@@ -3112,7 +3112,7 @@
3112
3112
  "mirror-emit-kjeNv83f.js",
3113
3113
  "component-iASoq6gx.js"
3114
3114
  ],
3115
- "originalByteSize": 194562
3115
+ "originalByteSize": 196035
3116
3116
  },
3117
3117
  {
3118
3118
  "key": "click-elsewhere.q2-option-list.q2-popover.entry",
@@ -3129,7 +3129,7 @@
3129
3129
  "component-iASoq6gx.js",
3130
3130
  "index-SpDCZABA.js"
3131
3131
  ],
3132
- "originalByteSize": 52839
3132
+ "originalByteSize": 53688
3133
3133
  },
3134
3134
  {
3135
3135
  "key": "q2-chart-bar.entry",
@@ -3145,7 +3145,7 @@
3145
3145
  "dataSample-BYR-wrOn.js",
3146
3146
  "sectorHelper-9TWL-3dw.js"
3147
3147
  ],
3148
- "originalByteSize": 55846
3148
+ "originalByteSize": 56355
3149
3149
  },
3150
3150
  {
3151
3151
  "key": "q2-chart-area.entry",
@@ -3161,7 +3161,7 @@
3161
3161
  "charting-ClN1ldqv.js",
3162
3162
  "dataSample-BYR-wrOn.js"
3163
3163
  ],
3164
- "originalByteSize": 154669
3164
+ "originalByteSize": 155178
3165
3165
  },
3166
3166
  {
3167
3167
  "key": "q2-badge.q2-input.entry",
@@ -3176,7 +3176,7 @@
3176
3176
  "index-SpDCZABA.js",
3177
3177
  "mirror-emit-kjeNv83f.js"
3178
3178
  ],
3179
- "originalByteSize": 126925
3179
+ "originalByteSize": 128524
3180
3180
  },
3181
3181
  {
3182
3182
  "key": "q2-chart-donut.entry",
@@ -3192,7 +3192,7 @@
3192
3192
  "charting-ClN1ldqv.js",
3193
3193
  "sectorHelper-9TWL-3dw.js"
3194
3194
  ],
3195
- "originalByteSize": 179958
3195
+ "originalByteSize": 180507
3196
3196
  }
3197
3197
  ]
3198
3198
  },
@@ -4088,6 +4088,7 @@
4088
4088
  "q2-action-sheet",
4089
4089
  "q2-calendar",
4090
4090
  "q2-card-image",
4091
+ "q2-carousel",
4091
4092
  "q2-data-table",
4092
4093
  "q2-dropdown",
4093
4094
  "q2-editable-field",
@@ -4110,6 +4111,7 @@
4110
4111
  "q2-action-sheet",
4111
4112
  "q2-calendar",
4112
4113
  "q2-card-image",
4114
+ "q2-carousel",
4113
4115
  "q2-data-table",
4114
4116
  "q2-dropdown",
4115
4117
  "q2-editable-field",
@@ -6879,13 +6881,16 @@
6879
6881
  "componentClassName": "Q2Carousel",
6880
6882
  "assetsDirs": [],
6881
6883
  "dependencies": [
6884
+ "q2-btn",
6882
6885
  "q2-carousel-pane",
6883
- "q2-icon"
6886
+ "q2-icon",
6887
+ "q2-loading"
6884
6888
  ],
6885
6889
  "dependents": [],
6886
6890
  "directDependencies": [
6887
6891
  "q2-carousel-pane",
6888
- "q2-icon"
6892
+ "q2-icon",
6893
+ "q2-btn"
6889
6894
  ],
6890
6895
  "directDependents": [],
6891
6896
  "docs": {
@@ -7031,7 +7036,8 @@
7031
7036
  ],
7032
7037
  "potentialCmpRefs": [
7033
7038
  "q2-carousel-pane",
7034
- "q2-icon"
7039
+ "q2-icon",
7040
+ "q2-btn"
7035
7041
  ],
7036
7042
  "properties": [
7037
7043
  {
@@ -7347,6 +7353,27 @@
7347
7353
  "getter": false,
7348
7354
  "setter": false
7349
7355
  },
7356
+ {
7357
+ "name": "loop",
7358
+ "type": "boolean",
7359
+ "attribute": "loop",
7360
+ "reflect": true,
7361
+ "mutable": false,
7362
+ "required": false,
7363
+ "optional": false,
7364
+ "complexType": {
7365
+ "original": "boolean",
7366
+ "resolved": "boolean",
7367
+ "references": {}
7368
+ },
7369
+ "docs": {
7370
+ "tags": [],
7371
+ "text": "Enables continuous looping so navigating past the last pane wraps to the first (and vice versa). Defaults to enabled; pass `false` to disable."
7372
+ },
7373
+ "internal": false,
7374
+ "getter": false,
7375
+ "setter": false
7376
+ },
7350
7377
  {
7351
7378
  "name": "showNavigationArrows",
7352
7379
  "type": "boolean",
@@ -17169,6 +17196,36 @@
17169
17196
  "getter": false,
17170
17197
  "setter": false
17171
17198
  },
17199
+ {
17200
+ "name": "_updateValueOnInput",
17201
+ "type": "boolean",
17202
+ "attribute": "_update-value-on-input",
17203
+ "reflect": false,
17204
+ "mutable": true,
17205
+ "required": false,
17206
+ "optional": false,
17207
+ "defaultValue": "true",
17208
+ "complexType": {
17209
+ "original": "boolean",
17210
+ "resolved": "boolean",
17211
+ "references": {}
17212
+ },
17213
+ "docs": {
17214
+ "tags": [
17215
+ {
17216
+ "name": "private"
17217
+ },
17218
+ {
17219
+ "name": "default",
17220
+ "text": "true"
17221
+ }
17222
+ ],
17223
+ "text": "Determines whether the input updates its value property as native input occurs."
17224
+ },
17225
+ "internal": false,
17226
+ "getter": false,
17227
+ "setter": false
17228
+ },
17172
17229
  {
17173
17230
  "name": "ariaActivedescendant",
17174
17231
  "type": "string",
@@ -18129,7 +18186,7 @@
18129
18186
  "tags": [
18130
18187
  {
18131
18188
  "name": "info",
18132
- "text": "The visible value of formatted input fields may not match the element's `value` property.\nWhen setting an input's value programmatically (e.g. pre-populating a form), ensure that the supplied value is in a format that can be handled by its consuming logic.\n`q2-input` does not change its own `value` outside of its default change event handler.\n\nIn `q2-input` where `type=\"currency\"`\n- element.value = 1234.56\n- visible value: $1,234.56"
18189
+ "text": "The visible value of formatted input fields may not match the element's `value` property.\nWhen setting an input's value programmatically (e.g. pre-populating a form), ensure that the supplied value is in a format that can be handled by its consuming logic.\n`q2-input` updates its own `value` through its default input and change event handlers.\n\nIn `q2-input` where `type=\"currency\"`\n- element.value = 1234.56\n- visible value: $1,234.56"
18133
18190
  }
18134
18191
  ],
18135
18192
  "text": "The value of the input field."
@@ -19104,6 +19161,7 @@
19104
19161
  "q2-btn",
19105
19162
  "q2-calendar",
19106
19163
  "q2-card-image",
19164
+ "q2-carousel",
19107
19165
  "q2-data-table",
19108
19166
  "q2-dropdown",
19109
19167
  "q2-editable-field",
@@ -23043,6 +23101,10 @@
23043
23101
  "name": "summary",
23044
23102
  "text": "Use for displaying and removing active filters in data views."
23045
23103
  },
23104
+ {
23105
+ "name": "slot",
23106
+ "text": "decorator - An optional slot that supports an [Icon](https://tecton.q2developer.com/design-system/q2-icon) to be displayed before the pill label."
23107
+ },
23046
23108
  {
23047
23109
  "name": "slot",
23048
23110
  "text": "popover-top - An optional slot to display custom content persistently at the top of the popover. This is **not** compatible with the action sheet workflow."
@@ -28284,7 +28346,7 @@
28284
28346
  ],
28285
28347
  "methods": [
28286
28348
  {
28287
- "name": "animate",
28349
+ "name": "triggerAnimation",
28288
28350
  "docs": {
28289
28351
  "text": "Triggers a named animation on the surface. If an animation is already running, cancels it before starting the new one.",
28290
28352
  "tags": [
@@ -28329,8 +28391,8 @@
28329
28391
  "required": false,
28330
28392
  "optional": true,
28331
28393
  "complexType": {
28332
- "original": "'default' | 'primary' | 'secondary' | 'tertiary'",
28333
- "resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
28394
+ "original": "'default' | 'primary' | 'secondary' | 'tertiary' | 'gray'",
28395
+ "resolved": "\"default\" | \"gray\" | \"primary\" | \"secondary\" | \"tertiary\"",
28334
28396
  "references": {}
28335
28397
  },
28336
28398
  "docs": {
@@ -28381,8 +28443,8 @@
28381
28443
  "required": false,
28382
28444
  "optional": true,
28383
28445
  "complexType": {
28384
- "original": "'default' | 'primary' | 'secondary' | 'tertiary'",
28385
- "resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
28446
+ "original": "'default' | 'primary' | 'secondary' | 'tertiary' | 'gray'",
28447
+ "resolved": "\"default\" | \"gray\" | \"primary\" | \"secondary\" | \"tertiary\"",
28386
28448
  "references": {}
28387
28449
  },
28388
28450
  "docs": {
@@ -28841,6 +28903,37 @@
28841
28903
  "getter": false,
28842
28904
  "setter": false
28843
28905
  },
28906
+ {
28907
+ "name": "orientation",
28908
+ "type": "string",
28909
+ "attribute": "orientation",
28910
+ "reflect": true,
28911
+ "mutable": false,
28912
+ "required": false,
28913
+ "optional": false,
28914
+ "defaultValue": "'horizontal'",
28915
+ "complexType": {
28916
+ "original": "'horizontal' | 'vertical'",
28917
+ "resolved": "\"horizontal\" | \"vertical\"",
28918
+ "references": {}
28919
+ },
28920
+ "docs": {
28921
+ "tags": [
28922
+ {
28923
+ "name": "info",
28924
+ "text": "Vertical orientation is intended for wider layouts (e.g. admin consoles).\nAt viewports narrower than 768px, the component falls back to horizontal."
28925
+ },
28926
+ {
28927
+ "name": "default",
28928
+ "text": "'horizontal'"
28929
+ }
28930
+ ],
28931
+ "text": "The orientation of the tab strip.\n- `horizontal` (default) — tabs run left-to-right above the panel content.\n- `vertical` — tabs stack top-to-bottom beside the panel content."
28932
+ },
28933
+ "internal": false,
28934
+ "getter": false,
28935
+ "setter": false
28936
+ },
28844
28937
  {
28845
28938
  "name": "type",
28846
28939
  "type": "string",
@@ -28892,14 +28985,17 @@
28892
28985
  {
28893
28986
  "name": "hasRight"
28894
28987
  },
28988
+ {
28989
+ "name": "isNarrowViewport"
28990
+ },
28895
28991
  {
28896
28992
  "name": "scrollEnabled"
28897
28993
  },
28898
28994
  {
28899
- "name": "showScrollLeft"
28995
+ "name": "showScrollBack"
28900
28996
  },
28901
28997
  {
28902
- "name": "showScrollRight"
28998
+ "name": "showScrollForward"
28903
28999
  },
28904
29000
  {
28905
29001
  "name": "tabs"
@@ -30584,6 +30680,12 @@
30584
30680
  "passive": true,
30585
30681
  "target": "document"
30586
30682
  },
30683
+ {
30684
+ "name": "click",
30685
+ "method": "clickHandler",
30686
+ "capture": false,
30687
+ "passive": false
30688
+ },
30587
30689
  {
30588
30690
  "name": "focus",
30589
30691
  "method": "focusCaptureHandler",
@@ -30620,12 +30722,6 @@
30620
30722
  "method": "handleMouseOver",
30621
30723
  "capture": false,
30622
30724
  "passive": true
30623
- },
30624
- {
30625
- "name": "click",
30626
- "method": "handleMouseOver",
30627
- "capture": false,
30628
- "passive": false
30629
30725
  }
30630
30726
  ],
30631
30727
  "methods": [],
@@ -31639,6 +31735,7 @@
31639
31735
  "class",
31640
31736
  "ref",
31641
31737
  "multiple",
31738
+ "label",
31642
31739
  "noSelect",
31643
31740
  "onChange",
31644
31741
  "onPopoverState",
@@ -31648,7 +31745,8 @@
31648
31745
  "onClick",
31649
31746
  "type",
31650
31747
  "key",
31651
- "label",
31748
+ "aria-labelledby",
31749
+ "id",
31652
31750
  "hide-label",
31653
31751
  "data"
31654
31752
  ],
@@ -33165,12 +33263,12 @@
33165
33263
  "role",
33166
33264
  "aria-labelledby",
33167
33265
  "ref",
33266
+ "class",
33168
33267
  "scope",
33169
33268
  "aria-label",
33170
33269
  "onClick",
33171
33270
  "onKeyDown",
33172
33271
  "test-id",
33173
- "class",
33174
33272
  "aria-hidden",
33175
33273
  "tabindex",
33176
33274
  "aria-selected",
@@ -33193,8 +33291,9 @@
33193
33291
  "placeholder",
33194
33292
  "optional",
33195
33293
  "valid",
33196
- "aria-expanded",
33197
- "aria-controls",
33294
+ "ariaExpanded",
33295
+ "ariaControls",
33296
+ "ariaHaspopup",
33198
33297
  "hints",
33199
33298
  "errors",
33200
33299
  "onChange",
@@ -33219,6 +33318,7 @@
33219
33318
  ],
33220
33319
  "htmlTagNames": [
33221
33320
  "table",
33321
+ "caption",
33222
33322
  "thead",
33223
33323
  "tr",
33224
33324
  "th",
@@ -35444,6 +35544,27 @@
35444
35544
  "getter": false,
35445
35545
  "setter": false
35446
35546
  },
35547
+ {
35548
+ "name": "loop",
35549
+ "type": "boolean",
35550
+ "attribute": "loop",
35551
+ "reflect": true,
35552
+ "mutable": false,
35553
+ "required": false,
35554
+ "optional": false,
35555
+ "complexType": {
35556
+ "original": "boolean",
35557
+ "resolved": "boolean",
35558
+ "references": {}
35559
+ },
35560
+ "docs": {
35561
+ "tags": [],
35562
+ "text": "Enables continuous looping so navigating past the last pane wraps to the first (and vice versa). Defaults to enabled; pass `false` to disable."
35563
+ },
35564
+ "internal": false,
35565
+ "getter": false,
35566
+ "setter": false
35567
+ },
35447
35568
  {
35448
35569
  "name": "showNavigationArrows",
35449
35570
  "type": "boolean",
@@ -35644,6 +35765,10 @@
35644
35765
  "propName": "autoPlay",
35645
35766
  "methodName": "revampCarousel"
35646
35767
  },
35768
+ {
35769
+ "propName": "loop",
35770
+ "methodName": "revampCarousel"
35771
+ },
35647
35772
  {
35648
35773
  "propName": "index",
35649
35774
  "methodName": "indexChanged"
@@ -35830,18 +35955,6 @@
35830
35955
  "annotation": "prop",
35831
35956
  "mode": "$"
35832
35957
  },
35833
- {
35834
- "name": "--tct-carousel-arrow-font-color",
35835
- "docs": "(<color>) Controls the color of the icon inside the navigation arrow buttons.",
35836
- "annotation": "prop",
35837
- "mode": "$"
35838
- },
35839
- {
35840
- "name": "--tct-carousel-btn-icon-stroke-secondary",
35841
- "docs": "(<color>) Controls the secondary stroke color of the navigation arrow icon.",
35842
- "annotation": "prop",
35843
- "mode": "$"
35844
- },
35845
35958
  {
35846
35959
  "name": "--tct-carousel-autoplay-hover-background",
35847
35960
  "docs": "(<color>) Controls the background color of the autoplay toggle button on hover and focus.",
@@ -35948,6 +36061,11 @@
35948
36061
  "fill",
35949
36062
  "aria-hidden",
35950
36063
  "d",
36064
+ "intent",
36065
+ "label",
36066
+ "hideLabel",
36067
+ "disabled",
36068
+ "onTctClick",
35951
36069
  "role",
35952
36070
  "tabIndex",
35953
36071
  "aria-selected",
@@ -35967,6 +36085,7 @@
35967
36085
  "q2-icon",
35968
36086
  "p",
35969
36087
  "strong",
36088
+ "q2-btn",
35970
36089
  "section",
35971
36090
  "slot"
35972
36091
  ],
@@ -35974,17 +36093,21 @@
35974
36093
  "isUpdateable": true,
35975
36094
  "potentialCmpRefs": [
35976
36095
  "q2-carousel-pane",
35977
- "q2-icon"
36096
+ "q2-icon",
36097
+ "q2-btn"
35978
36098
  ],
35979
36099
  "dependents": [],
35980
36100
  "dependencies": [
36101
+ "q2-btn",
35981
36102
  "q2-carousel-pane",
35982
- "q2-icon"
36103
+ "q2-icon",
36104
+ "q2-loading"
35983
36105
  ],
35984
36106
  "directDependents": [],
35985
36107
  "directDependencies": [
35986
36108
  "q2-carousel-pane",
35987
- "q2-icon"
36109
+ "q2-icon",
36110
+ "q2-btn"
35988
36111
  ]
35989
36112
  }
35990
36113
  ],
@@ -43566,6 +43689,7 @@
43566
43689
  "errors",
43567
43690
  "type",
43568
43691
  "disabled",
43692
+ "_updateValueOnInput",
43569
43693
  "formatModifier",
43570
43694
  "maxlength",
43571
43695
  "test-id",
@@ -44597,6 +44721,12 @@
44597
44721
  "annotation": "prop",
44598
44722
  "mode": "$"
44599
44723
  },
44724
+ {
44725
+ "name": "--tct-file-picker-item-close-btn-size",
44726
+ "docs": "(<length>) Controls the width and height of the file item close button.",
44727
+ "annotation": "prop",
44728
+ "mode": "$"
44729
+ },
44600
44730
  {
44601
44731
  "name": "--tct-file-picker-list-max-height",
44602
44732
  "docs": "(<length-percentage>) Controls the maximum height of the file list container before scrolling.",
@@ -52458,6 +52588,12 @@
52458
52588
  "annotation": "prop",
52459
52589
  "mode": "$"
52460
52590
  },
52591
+ {
52592
+ "name": "--tct-pill-btn-letter-spacing?",
52593
+ "docs": "(<length>) Controls the optional letter spacing of the pill button.",
52594
+ "annotation": "prop",
52595
+ "mode": "$"
52596
+ },
52461
52597
  {
52462
52598
  "name": "--tct-pill-btn-tween",
52463
52599
  "docs": "(*) Controls the transition timing of the pill button's interactive state changes.",
@@ -52673,6 +52809,30 @@
52673
52809
  "docs": "(*) Controls the optional backdrop-filter of the pill button when active and theme is tertiary.",
52674
52810
  "annotation": "prop",
52675
52811
  "mode": "$"
52812
+ },
52813
+ {
52814
+ "name": "--tct-pill-decorator-icon-primary-stroke",
52815
+ "docs": "(<color>) Controls the primary stroke color of a q2-icon placed in the decorator slot.",
52816
+ "annotation": "prop",
52817
+ "mode": "$"
52818
+ },
52819
+ {
52820
+ "name": "--tct-pill-decorator-icon-secondary-stroke",
52821
+ "docs": "(<color>) Controls the secondary stroke color of a q2-icon placed in the decorator slot.",
52822
+ "annotation": "prop",
52823
+ "mode": "$"
52824
+ },
52825
+ {
52826
+ "name": "--tct-pill-active-decorator-icon-primary-stroke",
52827
+ "docs": "(<color>) Controls the primary stroke color of a q2-icon placed in the decorator slot when the pill is active.",
52828
+ "annotation": "prop",
52829
+ "mode": "$"
52830
+ },
52831
+ {
52832
+ "name": "--tct-pill-active-decorator-icon-secondary-stroke",
52833
+ "docs": "(<color>) Controls the secondary stroke color of a q2-icon placed in the decorator slot when the pill is active.",
52834
+ "annotation": "prop",
52835
+ "mode": "$"
52676
52836
  }
52677
52837
  ],
52678
52838
  "docs": {
@@ -52689,6 +52849,10 @@
52689
52849
  "name": "summary",
52690
52850
  "text": "Use for displaying and removing active filters in data views."
52691
52851
  },
52852
+ {
52853
+ "name": "slot",
52854
+ "text": "decorator - An optional slot that supports an [Icon](https://tecton.q2developer.com/design-system/q2-icon) to be displayed before the pill label."
52855
+ },
52692
52856
  {
52693
52857
  "name": "slot",
52694
52858
  "text": "popover-top - An optional slot to display custom content persistently at the top of the popover. This is **not** compatible with the action sheet workflow."
@@ -52775,6 +52939,7 @@
52775
52939
  "aria-expanded",
52776
52940
  "aria-pressed",
52777
52941
  "aria-describedby",
52942
+ "name",
52778
52943
  "controlElement",
52779
52944
  "open",
52780
52945
  "max-height",
@@ -52783,7 +52948,6 @@
52783
52948
  "align",
52784
52949
  "tabindex",
52785
52950
  "hidden",
52786
- "name",
52787
52951
  "multiple",
52788
52952
  "selectedOptions",
52789
52953
  "onReady",
@@ -52795,8 +52959,8 @@
52795
52959
  "q2-icon",
52796
52960
  "click-elsewhere",
52797
52961
  "button",
52798
- "q2-popover",
52799
52962
  "slot",
52963
+ "q2-popover",
52800
52964
  "q2-option-list"
52801
52965
  ],
52802
52966
  "htmlParts": [],
@@ -57230,6 +57394,7 @@
57230
57394
  "onKeyDown",
57231
57395
  "onClick",
57232
57396
  "id",
57397
+ "aria-hidden",
57233
57398
  "innerHTML",
57234
57399
  "key",
57235
57400
  "hidden",
@@ -57243,6 +57408,7 @@
57243
57408
  "htmlTagNames": [
57244
57409
  "li",
57245
57410
  "button",
57411
+ "span",
57246
57412
  "div",
57247
57413
  "q2-icon",
57248
57414
  "q2-btn",
@@ -58170,9 +58336,9 @@
58170
58336
  "tabIndex",
58171
58337
  "onKeyDown",
58172
58338
  "onClick",
58339
+ "aria-hidden",
58173
58340
  "innerHTML",
58174
58341
  "ref",
58175
- "aria-hidden",
58176
58342
  "aria-describedBy",
58177
58343
  "aria-expanded",
58178
58344
  "key"
@@ -58180,6 +58346,7 @@
58180
58346
  "htmlTagNames": [
58181
58347
  "li",
58182
58348
  "button",
58349
+ "span",
58183
58350
  "div",
58184
58351
  "q2-icon",
58185
58352
  "ul",
@@ -58226,8 +58393,8 @@
58226
58393
  "required": false,
58227
58394
  "optional": true,
58228
58395
  "complexType": {
58229
- "original": "'default' | 'primary' | 'secondary' | 'tertiary'",
58230
- "resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
58396
+ "original": "'default' | 'primary' | 'secondary' | 'tertiary' | 'gray'",
58397
+ "resolved": "\"default\" | \"gray\" | \"primary\" | \"secondary\" | \"tertiary\"",
58231
58398
  "references": {}
58232
58399
  },
58233
58400
  "docs": {
@@ -58278,8 +58445,8 @@
58278
58445
  "required": false,
58279
58446
  "optional": true,
58280
58447
  "complexType": {
58281
- "original": "'default' | 'primary' | 'secondary' | 'tertiary'",
58282
- "resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
58448
+ "original": "'default' | 'primary' | 'secondary' | 'tertiary' | 'gray'",
58449
+ "resolved": "\"default\" | \"gray\" | \"primary\" | \"secondary\" | \"tertiary\"",
58283
58450
  "references": {}
58284
58451
  },
58285
58452
  "docs": {
@@ -58488,7 +58655,7 @@
58488
58655
  "states": [],
58489
58656
  "methods": [
58490
58657
  {
58491
- "name": "animate",
58658
+ "name": "triggerAnimation",
58492
58659
  "docs": {
58493
58660
  "text": "Triggers a named animation on the surface. If an animation is already running, cancels it before starting the new one.",
58494
58661
  "tags": [
@@ -58576,50 +58743,92 @@
58576
58743
  "assetsDirs": [],
58577
58744
  "styleDocs": [
58578
58745
  {
58579
- "name": "--tct-surface-background-default",
58746
+ "name": "--tct-surface-default-background",
58580
58747
  "docs": "(<color>) Background color when background=\"default\". Defaults to --t-base.",
58581
58748
  "annotation": "prop",
58582
58749
  "mode": "$"
58583
58750
  },
58584
58751
  {
58585
- "name": "--tct-surface-background-primary",
58752
+ "name": "--tct-surface-primary-background",
58586
58753
  "docs": "(<color>) Background color when background=\"primary\". Defaults to --t-primary.",
58587
58754
  "annotation": "prop",
58588
58755
  "mode": "$"
58589
58756
  },
58590
58757
  {
58591
- "name": "--tct-surface-background-secondary",
58758
+ "name": "--tct-surface-secondary-background",
58592
58759
  "docs": "(<color>) Background color when background=\"secondary\". Defaults to --t-secondary.",
58593
58760
  "annotation": "prop",
58594
58761
  "mode": "$"
58595
58762
  },
58596
58763
  {
58597
- "name": "--tct-surface-background-tertiary",
58764
+ "name": "--tct-surface-tertiary-background",
58598
58765
  "docs": "(<color>) Background color when background=\"tertiary\". Defaults to --t-tertiary.",
58599
58766
  "annotation": "prop",
58600
58767
  "mode": "$"
58601
58768
  },
58602
58769
  {
58603
- "name": "--tct-surface-hover-background",
58604
- "docs": "(<color>) Hover background when clickable and no background is set. Defaults to --t-base-hover.",
58770
+ "name": "--tct-surface-gray-background",
58771
+ "docs": "(<color>) Background color when background=\"gray\". Defaults to --t-base-gray1.",
58772
+ "annotation": "prop",
58773
+ "mode": "$"
58774
+ },
58775
+ {
58776
+ "name": "--tct-surface-default-hover-background",
58777
+ "docs": "(<color>) Hover background when clickable and background=\"default\" (or unset). Defaults to --t-base-primary1.",
58605
58778
  "annotation": "prop",
58606
58779
  "mode": "$"
58607
58780
  },
58608
58781
  {
58609
58782
  "name": "--tct-surface-primary-hover-background",
58610
- "docs": "(<color>) Hover background when clickable and background=\"primary\". Defaults to --t-primary-l2.",
58783
+ "docs": "(<color>) Hover background when clickable and background=\"primary\". Defaults to --t-primary-d2.",
58611
58784
  "annotation": "prop",
58612
58785
  "mode": "$"
58613
58786
  },
58614
58787
  {
58615
58788
  "name": "--tct-surface-secondary-hover-background",
58616
- "docs": "(<color>) Hover background when clickable and background=\"secondary\". Defaults to --t-secondary-l2.",
58789
+ "docs": "(<color>) Hover background when clickable and background=\"secondary\". Defaults to --t-secondary-d2.",
58617
58790
  "annotation": "prop",
58618
58791
  "mode": "$"
58619
58792
  },
58620
58793
  {
58621
58794
  "name": "--tct-surface-tertiary-hover-background",
58622
- "docs": "(<color>) Hover background when clickable and background=\"tertiary\". Defaults to --t-tertiary-l2.",
58795
+ "docs": "(<color>) Hover background when clickable and background=\"tertiary\". Defaults to --t-tertiary-d2.",
58796
+ "annotation": "prop",
58797
+ "mode": "$"
58798
+ },
58799
+ {
58800
+ "name": "--tct-surface-gray-hover-background",
58801
+ "docs": "(<color>) Hover background when clickable and background=\"gray\". Defaults to --t-base-primary1 (matches --tct-surface-default-hover-background).",
58802
+ "annotation": "prop",
58803
+ "mode": "$"
58804
+ },
58805
+ {
58806
+ "name": "--tct-surface-default-active-background",
58807
+ "docs": "(<color>) Active/pressed background when clickable and background=\"default\" (or unset). Defaults to --t-base-primary2.",
58808
+ "annotation": "prop",
58809
+ "mode": "$"
58810
+ },
58811
+ {
58812
+ "name": "--tct-surface-primary-active-background",
58813
+ "docs": "(<color>) Active/pressed background when clickable and background=\"primary\". Defaults to --t-primary-d3.",
58814
+ "annotation": "prop",
58815
+ "mode": "$"
58816
+ },
58817
+ {
58818
+ "name": "--tct-surface-secondary-active-background",
58819
+ "docs": "(<color>) Active/pressed background when clickable and background=\"secondary\". Defaults to --t-secondary-d3.",
58820
+ "annotation": "prop",
58821
+ "mode": "$"
58822
+ },
58823
+ {
58824
+ "name": "--tct-surface-tertiary-active-background",
58825
+ "docs": "(<color>) Active/pressed background when clickable and background=\"tertiary\". Defaults to --t-tertiary-d3.",
58826
+ "annotation": "prop",
58827
+ "mode": "$"
58828
+ },
58829
+ {
58830
+ "name": "--tct-surface-gray-active-background",
58831
+ "docs": "(<color>) Active/pressed background when clickable and background=\"gray\". Defaults to --t-base-primary2 (matches --tct-surface-default-active-background).",
58623
58832
  "annotation": "prop",
58624
58833
  "mode": "$"
58625
58834
  },
@@ -58642,7 +58851,7 @@
58642
58851
  "mode": "$"
58643
58852
  },
58644
58853
  {
58645
- "name": "--tct-surface-border-color",
58854
+ "name": "--tct-surface-default-border-color",
58646
58855
  "docs": "(<color>) Border color when border=\"default\". Defaults to --t-gray-12.",
58647
58856
  "annotation": "prop",
58648
58857
  "mode": "$"
@@ -58665,6 +58874,12 @@
58665
58874
  "annotation": "prop",
58666
58875
  "mode": "$"
58667
58876
  },
58877
+ {
58878
+ "name": "--tct-surface-gray-border-color",
58879
+ "docs": "(<color>) Border color when border=\"gray\". Defaults to --t-gray-8.",
58880
+ "annotation": "prop",
58881
+ "mode": "$"
58882
+ },
58668
58883
  {
58669
58884
  "name": "--tct-surface-border-radius-1",
58670
58885
  "docs": "(<length>) Corner radius at radius=1. Defaults to --app-border-radius-1 (4px).",
@@ -58991,6 +59206,37 @@
58991
59206
  "getter": false,
58992
59207
  "setter": false
58993
59208
  },
59209
+ {
59210
+ "name": "orientation",
59211
+ "type": "string",
59212
+ "attribute": "orientation",
59213
+ "reflect": true,
59214
+ "mutable": false,
59215
+ "required": false,
59216
+ "optional": false,
59217
+ "defaultValue": "'horizontal'",
59218
+ "complexType": {
59219
+ "original": "'horizontal' | 'vertical'",
59220
+ "resolved": "\"horizontal\" | \"vertical\"",
59221
+ "references": {}
59222
+ },
59223
+ "docs": {
59224
+ "tags": [
59225
+ {
59226
+ "name": "info",
59227
+ "text": "Vertical orientation is intended for wider layouts (e.g. admin consoles).\nAt viewports narrower than 768px, the component falls back to horizontal."
59228
+ },
59229
+ {
59230
+ "name": "default",
59231
+ "text": "'horizontal'"
59232
+ }
59233
+ ],
59234
+ "text": "The orientation of the tab strip.\n- `horizontal` (default) — tabs run left-to-right above the panel content.\n- `vertical` — tabs stack top-to-bottom beside the panel content."
59235
+ },
59236
+ "internal": false,
59237
+ "getter": false,
59238
+ "setter": false
59239
+ },
58994
59240
  {
58995
59241
  "name": "type",
58996
59242
  "type": "string",
@@ -59042,14 +59288,17 @@
59042
59288
  {
59043
59289
  "name": "hasRight"
59044
59290
  },
59291
+ {
59292
+ "name": "isNarrowViewport"
59293
+ },
59045
59294
  {
59046
59295
  "name": "scrollEnabled"
59047
59296
  },
59048
59297
  {
59049
- "name": "showScrollLeft"
59298
+ "name": "showScrollBack"
59050
59299
  },
59051
59300
  {
59052
- "name": "showScrollRight"
59301
+ "name": "showScrollForward"
59053
59302
  },
59054
59303
  {
59055
59304
  "name": "tabs"
@@ -59252,7 +59501,7 @@
59252
59501
  "mode": "$"
59253
59502
  },
59254
59503
  {
59255
- "name": "--tct-tab-container-content-backgrond?",
59504
+ "name": "--tct-tab-container-content-background?",
59256
59505
  "docs": "(<color>) Controls the optional background color of the tab content area.",
59257
59506
  "annotation": "prop",
59258
59507
  "mode": "$"
@@ -59430,6 +59679,42 @@
59430
59679
  "docs": "(<number> | <length-percentage>) Controls the line height of tab buttons when type=\"section\".",
59431
59680
  "annotation": "prop",
59432
59681
  "mode": "$"
59682
+ },
59683
+ {
59684
+ "name": "--tct-tab-container-width",
59685
+ "docs": "(<length-percentage>) Controls the width of the tab strip when orientation=\"vertical\". Defaults to `200px`.",
59686
+ "annotation": "prop",
59687
+ "mode": "$"
59688
+ },
59689
+ {
59690
+ "name": "--tct-tab-active-indicator-width",
59691
+ "docs": "(<length>) Controls the width of the active-tab indicator on the leading edge when orientation=\"vertical\". Defaults to `3px`.",
59692
+ "annotation": "prop",
59693
+ "mode": "$"
59694
+ },
59695
+ {
59696
+ "name": "--tct-tab-badge-gap?",
59697
+ "docs": "(<length-percentage>) Controls the optional gap between the label and badge within a tab button when orientation=\"vertical\".",
59698
+ "annotation": "prop",
59699
+ "mode": "$"
59700
+ },
59701
+ {
59702
+ "name": "--tct-vertical-tab-container-padding?",
59703
+ "docs": "(<length-percentage>+) Controls the inner padding of the tab container list when orientation=\"vertical\". Defaults to `0`.",
59704
+ "annotation": "prop",
59705
+ "mode": "$"
59706
+ },
59707
+ {
59708
+ "name": "--tct-vertical-tab-border-radius?",
59709
+ "docs": "(<length-percentage>) Controls the optional corner radius of tab buttons when orientation=\"vertical\". Defaults to `0`.",
59710
+ "annotation": "prop",
59711
+ "mode": "$"
59712
+ },
59713
+ {
59714
+ "name": "--tct-vertical-tab-container-content-padding?",
59715
+ "docs": "(<length-percentage>+) Controls the inner padding of the tab content area when orientation=\"vertical\".",
59716
+ "annotation": "prop",
59717
+ "mode": "$"
59433
59718
  }
59434
59719
  ],
59435
59720
  "docs": {
@@ -59524,6 +59809,7 @@
59524
59809
  "label",
59525
59810
  "onScroll",
59526
59811
  "ref",
59812
+ "aria-orientation",
59527
59813
  "onSlotchange"
59528
59814
  ],
59529
59815
  "htmlTagNames": [
@@ -61110,8 +61396,8 @@
61110
61396
  "type",
61111
61397
  "onMouseDown",
61112
61398
  "onTouchStart",
61113
- "tabIndex",
61114
61399
  "aria-hidden",
61400
+ "tabIndex",
61115
61401
  "viewBox",
61116
61402
  "xmlns",
61117
61403
  "d",
@@ -68656,6 +68942,12 @@
68656
68942
  "passive": true,
68657
68943
  "target": "document"
68658
68944
  },
68945
+ {
68946
+ "name": "click",
68947
+ "method": "clickHandler",
68948
+ "capture": false,
68949
+ "passive": false
68950
+ },
68659
68951
  {
68660
68952
  "name": "focus",
68661
68953
  "method": "focusCaptureHandler",
@@ -68692,12 +68984,6 @@
68692
68984
  "method": "handleMouseOver",
68693
68985
  "capture": false,
68694
68986
  "passive": true
68695
- },
68696
- {
68697
- "name": "click",
68698
- "method": "handleMouseOver",
68699
- "capture": false,
68700
- "passive": false
68701
68987
  }
68702
68988
  ],
68703
68989
  "events": [],
@@ -68798,6 +69084,12 @@
68798
69084
  "annotation": "prop",
68799
69085
  "mode": "$"
68800
69086
  },
69087
+ {
69088
+ "name": "--tct-tooltip-hover-delay",
69089
+ "docs": "(<time>) Controls the delay before the tooltip appears on hover.",
69090
+ "annotation": "prop",
69091
+ "mode": "$"
69092
+ },
68801
69093
  {
68802
69094
  "name": "--tct-tooltip-transition-delay",
68803
69095
  "docs": "(<time>) Controls the show/hide transition delay of the tooltip.",
@@ -71301,6 +71593,36 @@
71301
71593
  "getter": false,
71302
71594
  "setter": false
71303
71595
  },
71596
+ {
71597
+ "name": "_updateValueOnInput",
71598
+ "type": "boolean",
71599
+ "attribute": "_update-value-on-input",
71600
+ "reflect": false,
71601
+ "mutable": true,
71602
+ "required": false,
71603
+ "optional": false,
71604
+ "defaultValue": "true",
71605
+ "complexType": {
71606
+ "original": "boolean",
71607
+ "resolved": "boolean",
71608
+ "references": {}
71609
+ },
71610
+ "docs": {
71611
+ "tags": [
71612
+ {
71613
+ "name": "private"
71614
+ },
71615
+ {
71616
+ "name": "default",
71617
+ "text": "true"
71618
+ }
71619
+ ],
71620
+ "text": "Determines whether the input updates its value property as native input occurs."
71621
+ },
71622
+ "internal": false,
71623
+ "getter": false,
71624
+ "setter": false
71625
+ },
71304
71626
  {
71305
71627
  "name": "ariaActivedescendant",
71306
71628
  "type": "string",
@@ -72261,7 +72583,7 @@
72261
72583
  "tags": [
72262
72584
  {
72263
72585
  "name": "info",
72264
- "text": "The visible value of formatted input fields may not match the element's `value` property.\nWhen setting an input's value programmatically (e.g. pre-populating a form), ensure that the supplied value is in a format that can be handled by its consuming logic.\n`q2-input` does not change its own `value` outside of its default change event handler.\n\nIn `q2-input` where `type=\"currency\"`\n- element.value = 1234.56\n- visible value: $1,234.56"
72586
+ "text": "The visible value of formatted input fields may not match the element's `value` property.\nWhen setting an input's value programmatically (e.g. pre-populating a form), ensure that the supplied value is in a format that can be handled by its consuming logic.\n`q2-input` updates its own `value` through its default input and change event handlers.\n\nIn `q2-input` where `type=\"currency\"`\n- element.value = 1234.56\n- visible value: $1,234.56"
72265
72587
  }
72266
72588
  ],
72267
72589
  "text": "The value of the input field."
@@ -77299,6 +77621,7 @@
77299
77621
  "q2-action-sheet",
77300
77622
  "q2-calendar",
77301
77623
  "q2-card-image",
77624
+ "q2-carousel",
77302
77625
  "q2-data-table",
77303
77626
  "q2-dropdown",
77304
77627
  "q2-editable-field",
@@ -77321,6 +77644,7 @@
77321
77644
  "q2-action-sheet",
77322
77645
  "q2-calendar",
77323
77646
  "q2-card-image",
77647
+ "q2-carousel",
77324
77648
  "q2-data-table",
77325
77649
  "q2-dropdown",
77326
77650
  "q2-editable-field",
@@ -77725,6 +78049,7 @@
77725
78049
  "q2-btn",
77726
78050
  "q2-calendar",
77727
78051
  "q2-card-image",
78052
+ "q2-carousel",
77728
78053
  "q2-data-table",
77729
78054
  "q2-dropdown",
77730
78055
  "q2-editable-field",