q2-tecton-elements 1.69.1 → 1.70.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 (273) hide show
  1. package/dist/bundle-report.json +2246 -355
  2. package/dist/cjs/click-elsewhere_3.cjs.entry.js +2 -2
  3. package/dist/cjs/{index-D2LFCsNP.js → index-SpDCZABA.js} +2 -2
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/q2-action-group_2.cjs.entry.js +1 -1
  6. package/dist/cjs/q2-action-sheet.cjs.entry.js +2 -2
  7. package/dist/cjs/q2-badge_2.cjs.entry.js +11 -4
  8. package/dist/cjs/q2-btn_2.cjs.entry.js +6 -2
  9. package/dist/cjs/q2-calendar.cjs.entry.js +5 -3
  10. package/dist/cjs/q2-card-image.cjs.entry.js +8 -6
  11. package/dist/cjs/q2-card.cjs.entry.js +2 -2
  12. package/dist/cjs/q2-carousel-pane.cjs.entry.js +1 -1
  13. package/dist/cjs/q2-carousel.cjs.entry.js +1 -1
  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 +2 -2
  17. package/dist/cjs/q2-checkbox-group.cjs.entry.js +1 -1
  18. package/dist/cjs/q2-checkbox_2.cjs.entry.js +4 -3
  19. package/dist/cjs/q2-context.cjs.entry.js +1 -1
  20. package/dist/cjs/q2-currency.cjs.entry.js +1 -1
  21. package/dist/cjs/q2-data-table.cjs.entry.js +6 -3
  22. package/dist/cjs/q2-detail.cjs.entry.js +2 -2
  23. package/dist/cjs/q2-dropdown-item.cjs.entry.js +1 -1
  24. package/dist/cjs/q2-dropdown.cjs.entry.js +3 -3
  25. package/dist/cjs/q2-editable-field.cjs.entry.js +12 -4
  26. package/dist/cjs/q2-file-picker.cjs.entry.js +1 -1
  27. package/dist/cjs/q2-icon.cjs.entry.js +1 -1
  28. package/dist/cjs/q2-item.cjs.entry.js +2 -2
  29. package/dist/cjs/q2-legend.cjs.entry.js +1 -1
  30. package/dist/cjs/q2-link_2.cjs.entry.js +2 -2
  31. package/dist/cjs/q2-loc.cjs.entry.js +20 -2
  32. package/dist/cjs/q2-message.cjs.entry.js +1 -1
  33. package/dist/cjs/q2-meter.cjs.entry.js +2 -2
  34. package/dist/cjs/q2-modal.cjs.entry.js +3 -3
  35. package/dist/cjs/q2-month-picker.cjs.entry.js +1 -1
  36. package/dist/cjs/q2-optgroup.cjs.entry.js +1 -1
  37. package/dist/cjs/q2-option.cjs.entry.js +1 -1
  38. package/dist/cjs/q2-otp.cjs.entry.js +1 -1
  39. package/dist/cjs/q2-pagination.cjs.entry.js +1 -1
  40. package/dist/cjs/q2-pill.cjs.entry.js +1 -1
  41. package/dist/cjs/q2-radio-group.cjs.entry.js +1 -1
  42. package/dist/cjs/q2-radio.cjs.entry.js +1 -1
  43. package/dist/cjs/q2-relative-time.cjs.entry.js +1 -1
  44. package/dist/cjs/q2-search.cjs.entry.js +101 -12
  45. package/dist/cjs/q2-section.cjs.entry.js +2 -2
  46. package/dist/cjs/q2-select.cjs.entry.js +36 -6
  47. package/dist/cjs/q2-stepper-pane.cjs.entry.js +1 -1
  48. package/dist/cjs/q2-stepper-vertical.cjs.entry.js +24 -18
  49. package/dist/cjs/q2-stepper.cjs.entry.js +5 -4
  50. package/dist/cjs/q2-surface.cjs.entry.js +95 -0
  51. package/dist/cjs/q2-tab-container.cjs.entry.js +2 -2
  52. package/dist/cjs/q2-tab-pane.cjs.entry.js +1 -1
  53. package/dist/cjs/q2-tecton-elements.cjs.js +1 -1
  54. package/dist/cjs/q2-textarea.cjs.entry.js +1 -1
  55. package/dist/cjs/q2-toast.cjs.entry.js +1 -1
  56. package/dist/cjs/q2-tooltip.cjs.entry.js +1 -1
  57. package/dist/cjs/tecton-tab-pane.cjs.entry.js +2 -2
  58. package/dist/collection/collection-manifest.json +1 -0
  59. package/dist/collection/components/q2-action-sheet/q2-action-sheet.css +1 -1
  60. package/dist/collection/components/q2-btn/q2-btn.css +32 -17
  61. package/dist/collection/components/q2-btn/q2-btn.js +6 -1
  62. package/dist/collection/components/q2-calendar/q2-calendar.js +24 -2
  63. package/dist/collection/components/q2-calendar/test/q2-calendar-test.vr.js +4 -0
  64. package/dist/collection/components/q2-card/q2-card.css +2 -2
  65. package/dist/collection/components/q2-card-image/q2-card-image.css +3 -0
  66. package/dist/collection/components/q2-card-image/q2-card-image.js +25 -23
  67. package/dist/collection/components/q2-chart-area/q2-chart-area.css +4 -0
  68. package/dist/collection/components/q2-chart-bar/q2-chart-bar.css +4 -0
  69. package/dist/collection/components/q2-chart-donut/q2-chart-donut.css +1 -1
  70. package/dist/collection/components/q2-checkbox/q2-checkbox.js +2 -1
  71. package/dist/collection/components/q2-currency/q2-currency.css +1 -1
  72. package/dist/collection/components/q2-data-table/q2-data-table.js +5 -2
  73. package/dist/collection/components/q2-detail/q2-detail.css +12 -12
  74. package/dist/collection/components/q2-dropdown/q2-dropdown.js +2 -2
  75. package/dist/collection/components/q2-editable-field/q2-editable-field.js +11 -3
  76. package/dist/collection/components/q2-input/q2-input.css +11 -1
  77. package/dist/collection/components/q2-input/q2-input.js +29 -2
  78. package/dist/collection/components/q2-input/test/q2-input-test.vr.js +8 -0
  79. package/dist/collection/components/q2-item/q2-item.css +10 -5
  80. package/dist/collection/components/q2-item/test/q2-item-test.vr.js +132 -0
  81. package/dist/collection/components/q2-legend/q2-legend.css +2 -2
  82. package/dist/collection/components/q2-list/q2-list.css +1 -1
  83. package/dist/collection/components/q2-loc/q2-loc.js +42 -1
  84. package/dist/collection/components/q2-message/q2-message.css +4 -0
  85. package/dist/collection/components/q2-meter/q2-meter.css +3 -3
  86. package/dist/collection/components/q2-modal/q2-modal.css +1 -1
  87. package/dist/collection/components/q2-modal/q2-modal.js +2 -2
  88. package/dist/collection/components/q2-otp/q2-otp.css +33 -0
  89. package/dist/collection/components/q2-otp/test/q2-otp-test.vr.js +83 -0
  90. package/dist/collection/components/q2-popover/q2-popover.css +2 -1
  91. package/dist/collection/components/q2-radio/q2-radio.css +2 -0
  92. package/dist/collection/components/q2-search/q2-search.css +30 -0
  93. package/dist/collection/components/q2-search/q2-search.js +99 -10
  94. package/dist/collection/components/q2-search/test/q2-search-test.vr.js +145 -0
  95. package/dist/collection/components/q2-section/q2-section.css +1 -1
  96. package/dist/collection/components/q2-select/q2-select.css +4 -2
  97. package/dist/collection/components/q2-select/q2-select.js +54 -4
  98. package/dist/collection/components/q2-select/test/q2-select-test.vr.js +5 -0
  99. package/dist/collection/components/q2-stepper/q2-stepper.css +2 -2
  100. package/dist/collection/components/q2-stepper/q2-stepper.js +3 -2
  101. package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.css +2 -2
  102. package/dist/collection/components/q2-stepper-vertical/q2-stepper-vertical.js +22 -16
  103. package/dist/collection/components/q2-surface/q2-surface.css +348 -0
  104. package/dist/collection/components/q2-surface/q2-surface.js +381 -0
  105. package/dist/collection/components/q2-surface/test/q2-surface-test.vr.js +108 -0
  106. package/dist/collection/components/q2-tab-container/q2-tab-container.js +1 -1
  107. package/dist/collection/components/q2-tab-pane/q2-tab-pane.js +1 -1
  108. package/dist/collection/components/q2-tag/q2-tag.js +1 -1
  109. package/dist/collection/components/q2-toast/q2-toast.js +3 -1
  110. package/dist/collection/components/tecton-tab-pane/tecton-tab-pane.js +2 -2
  111. package/dist/collection/utils/index.js +2 -2
  112. package/dist/components/index.js +12 -10
  113. package/dist/components/index2.js +3 -3
  114. package/dist/components/q2-action-sheet.js +1 -1
  115. package/dist/components/q2-btn2.js +5 -1
  116. package/dist/components/q2-calendar.js +294 -290
  117. package/dist/components/q2-card-image.js +9 -6
  118. package/dist/components/q2-card.js +14 -14
  119. package/dist/components/q2-chart-donut.js +1 -1
  120. package/dist/components/q2-checkbox2.js +12 -12
  121. package/dist/components/q2-currency.js +1 -1
  122. package/dist/components/q2-data-table.js +4 -4
  123. package/dist/components/q2-detail.js +1 -1
  124. package/dist/components/q2-dropdown.js +8 -8
  125. package/dist/components/q2-editable-field.js +15 -5
  126. package/dist/components/q2-input2.js +46 -26
  127. package/dist/components/q2-item2.js +1 -1
  128. package/dist/components/q2-legend2.js +51 -51
  129. package/dist/components/q2-list2.js +1 -1
  130. package/dist/components/q2-loc.js +23 -8
  131. package/dist/components/q2-meter.js +10 -10
  132. package/dist/components/q2-modal.js +54 -54
  133. package/dist/components/q2-popover2.js +1 -1
  134. package/dist/components/q2-search.js +106 -51
  135. package/dist/components/q2-section.js +1 -1
  136. package/dist/components/q2-select2.js +25 -9
  137. package/dist/components/q2-stepper-vertical.js +72 -63
  138. package/dist/components/q2-stepper.js +73 -71
  139. package/dist/components/q2-surface.d.ts +11 -0
  140. package/dist/components/q2-surface.js +109 -0
  141. package/dist/components/q2-tab-container.js +12 -12
  142. package/dist/components/q2-tab-pane.js +6 -6
  143. package/dist/components/q2-tag2.js +5 -5
  144. package/dist/components/tecton-tab-pane.js +10 -10
  145. package/dist/esm/click-elsewhere_3.entry.js +2 -2
  146. package/dist/esm/{index-Bx4m6N0g.js → index-Cps4jSQM.js} +2 -2
  147. package/dist/esm/loader.js +1 -1
  148. package/dist/esm/q2-action-group_2.entry.js +1 -1
  149. package/dist/esm/q2-action-sheet.entry.js +2 -2
  150. package/dist/esm/q2-badge_2.entry.js +11 -4
  151. package/dist/esm/q2-btn_2.entry.js +6 -2
  152. package/dist/esm/q2-calendar.entry.js +5 -3
  153. package/dist/esm/q2-card-image.entry.js +8 -6
  154. package/dist/esm/q2-card.entry.js +2 -2
  155. package/dist/esm/q2-carousel-pane.entry.js +1 -1
  156. package/dist/esm/q2-carousel.entry.js +1 -1
  157. package/dist/esm/q2-chart-area.entry.js +1 -1
  158. package/dist/esm/q2-chart-bar.entry.js +1 -1
  159. package/dist/esm/q2-chart-donut.entry.js +2 -2
  160. package/dist/esm/q2-checkbox-group.entry.js +1 -1
  161. package/dist/esm/q2-checkbox_2.entry.js +4 -3
  162. package/dist/esm/q2-context.entry.js +1 -1
  163. package/dist/esm/q2-currency.entry.js +1 -1
  164. package/dist/esm/q2-data-table.entry.js +6 -3
  165. package/dist/esm/q2-detail.entry.js +2 -2
  166. package/dist/esm/q2-dropdown-item.entry.js +1 -1
  167. package/dist/esm/q2-dropdown.entry.js +3 -3
  168. package/dist/esm/q2-editable-field.entry.js +12 -4
  169. package/dist/esm/q2-file-picker.entry.js +1 -1
  170. package/dist/esm/q2-icon.entry.js +1 -1
  171. package/dist/esm/q2-item.entry.js +2 -2
  172. package/dist/esm/q2-legend.entry.js +1 -1
  173. package/dist/esm/q2-link_2.entry.js +2 -2
  174. package/dist/esm/q2-loc.entry.js +20 -2
  175. package/dist/esm/q2-message.entry.js +1 -1
  176. package/dist/esm/q2-meter.entry.js +2 -2
  177. package/dist/esm/q2-modal.entry.js +3 -3
  178. package/dist/esm/q2-month-picker.entry.js +1 -1
  179. package/dist/esm/q2-optgroup.entry.js +1 -1
  180. package/dist/esm/q2-option.entry.js +1 -1
  181. package/dist/esm/q2-otp.entry.js +1 -1
  182. package/dist/esm/q2-pagination.entry.js +1 -1
  183. package/dist/esm/q2-pill.entry.js +1 -1
  184. package/dist/esm/q2-radio-group.entry.js +1 -1
  185. package/dist/esm/q2-radio.entry.js +1 -1
  186. package/dist/esm/q2-relative-time.entry.js +1 -1
  187. package/dist/esm/q2-search.entry.js +101 -12
  188. package/dist/esm/q2-section.entry.js +2 -2
  189. package/dist/esm/q2-select.entry.js +36 -6
  190. package/dist/esm/q2-stepper-pane.entry.js +1 -1
  191. package/dist/esm/q2-stepper-vertical.entry.js +24 -18
  192. package/dist/esm/q2-stepper.entry.js +5 -4
  193. package/dist/esm/q2-surface.entry.js +93 -0
  194. package/dist/esm/q2-tab-container.entry.js +2 -2
  195. package/dist/esm/q2-tab-pane.entry.js +1 -1
  196. package/dist/esm/q2-tecton-elements.js +1 -1
  197. package/dist/esm/q2-textarea.entry.js +1 -1
  198. package/dist/esm/q2-toast.entry.js +1 -1
  199. package/dist/esm/q2-tooltip.entry.js +1 -1
  200. package/dist/esm/tecton-tab-pane.entry.js +2 -2
  201. package/dist/q2-tecton-elements/click-elsewhere_3.entry.js +2 -2
  202. package/dist/q2-tecton-elements/{index-Bx4m6N0g.js → index-Cps4jSQM.js} +3 -3
  203. package/dist/q2-tecton-elements/q2-action-group_2.entry.js +1 -1
  204. package/dist/q2-tecton-elements/q2-action-sheet.entry.js +2 -2
  205. package/dist/q2-tecton-elements/q2-badge_2.entry.js +51 -32
  206. package/dist/q2-tecton-elements/q2-btn_2.entry.js +6 -2
  207. package/dist/q2-tecton-elements/q2-calendar.entry.js +7 -4
  208. package/dist/q2-tecton-elements/q2-card-image.entry.js +65 -62
  209. package/dist/q2-tecton-elements/q2-card.entry.js +2 -2
  210. package/dist/q2-tecton-elements/q2-carousel-pane.entry.js +1 -1
  211. package/dist/q2-tecton-elements/q2-carousel.entry.js +1 -1
  212. package/dist/q2-tecton-elements/q2-chart-area.entry.js +54 -54
  213. package/dist/q2-tecton-elements/q2-chart-bar.entry.js +3 -3
  214. package/dist/q2-tecton-elements/q2-chart-donut.entry.js +7 -7
  215. package/dist/q2-tecton-elements/q2-checkbox-group.entry.js +1 -1
  216. package/dist/q2-tecton-elements/q2-checkbox_2.entry.js +18 -18
  217. package/dist/q2-tecton-elements/q2-context.entry.js +1 -1
  218. package/dist/q2-tecton-elements/q2-currency.entry.js +1 -1
  219. package/dist/q2-tecton-elements/q2-data-table.entry.js +50 -50
  220. package/dist/q2-tecton-elements/q2-detail.entry.js +2 -2
  221. package/dist/q2-tecton-elements/q2-dropdown-item.entry.js +1 -1
  222. package/dist/q2-tecton-elements/q2-dropdown.entry.js +16 -16
  223. package/dist/q2-tecton-elements/q2-editable-field.entry.js +15 -8
  224. package/dist/q2-tecton-elements/q2-file-picker.entry.js +1 -1
  225. package/dist/q2-tecton-elements/q2-icon.entry.js +1 -1
  226. package/dist/q2-tecton-elements/q2-item.entry.js +2 -2
  227. package/dist/q2-tecton-elements/q2-legend.entry.js +1 -1
  228. package/dist/q2-tecton-elements/q2-link_2.entry.js +2 -2
  229. package/dist/q2-tecton-elements/q2-loc.entry.js +20 -6
  230. package/dist/q2-tecton-elements/q2-message.entry.js +1 -1
  231. package/dist/q2-tecton-elements/q2-meter.entry.js +2 -2
  232. package/dist/q2-tecton-elements/q2-modal.entry.js +55 -55
  233. package/dist/q2-tecton-elements/q2-month-picker.entry.js +1 -1
  234. package/dist/q2-tecton-elements/q2-optgroup.entry.js +1 -1
  235. package/dist/q2-tecton-elements/q2-option.entry.js +7 -7
  236. package/dist/q2-tecton-elements/q2-otp.entry.js +1 -1
  237. package/dist/q2-tecton-elements/q2-pagination.entry.js +1 -1
  238. package/dist/q2-tecton-elements/q2-pill.entry.js +1 -1
  239. package/dist/q2-tecton-elements/q2-radio-group.entry.js +1 -1
  240. package/dist/q2-tecton-elements/q2-radio.entry.js +1 -1
  241. package/dist/q2-tecton-elements/q2-relative-time.entry.js +1 -1
  242. package/dist/q2-tecton-elements/q2-search.entry.js +108 -53
  243. package/dist/q2-tecton-elements/q2-section.entry.js +2 -2
  244. package/dist/q2-tecton-elements/q2-select.entry.js +25 -10
  245. package/dist/q2-tecton-elements/q2-stepper-pane.entry.js +1 -1
  246. package/dist/q2-tecton-elements/q2-stepper-vertical.entry.js +75 -66
  247. package/dist/q2-tecton-elements/q2-stepper.entry.js +47 -45
  248. package/dist/q2-tecton-elements/q2-surface.entry.js +89 -0
  249. package/dist/q2-tecton-elements/q2-tab-container.entry.js +13 -13
  250. package/dist/q2-tecton-elements/q2-tab-pane.entry.js +2 -2
  251. package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
  252. package/dist/q2-tecton-elements/q2-textarea.entry.js +1 -1
  253. package/dist/q2-tecton-elements/q2-toast.entry.js +5 -5
  254. package/dist/q2-tecton-elements/q2-tooltip.entry.js +8 -8
  255. package/dist/q2-tecton-elements/tecton-tab-pane.entry.js +6 -6
  256. package/dist/types/components/q2-calendar/q2-calendar.d.ts +2 -0
  257. package/dist/types/components/q2-card-image/q2-card-image.d.ts +5 -5
  258. package/dist/types/components/q2-editable-field/q2-editable-field.d.ts +1 -0
  259. package/dist/types/components/q2-input/q2-input.d.ts +3 -0
  260. package/dist/types/components/q2-item/test/q2-item-test.vr.d.ts +1 -0
  261. package/dist/types/components/q2-loc/q2-loc.d.ts +6 -0
  262. package/dist/types/components/q2-modal/q2-modal.d.ts +1 -1
  263. package/dist/types/components/q2-otp/test/q2-otp-test.vr.d.ts +1 -0
  264. package/dist/types/components/q2-search/q2-search.d.ts +7 -0
  265. package/dist/types/components/q2-search/test/q2-search-test.vr.d.ts +1 -0
  266. package/dist/types/components/q2-select/q2-select.d.ts +4 -0
  267. package/dist/types/components/q2-stepper-vertical/q2-stepper-vertical.d.ts +2 -1
  268. package/dist/types/components/q2-surface/q2-surface.d.ts +54 -0
  269. package/dist/types/components/q2-surface/test/q2-surface-test.vr.d.ts +1 -0
  270. package/dist/types/components/q2-toast/q2-toast.d.ts +3 -1
  271. package/dist/types/components.d.ts +259 -13
  272. package/dist/types/utils/index.d.ts +3 -1
  273. package/package.json +4 -3
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-07-14T17:34:27",
2
+ "timestamp": "2026-07-21T23:06:49",
3
3
  "compiler": {
4
4
  "name": "node",
5
5
  "version": "24.10.0"
@@ -7,13 +7,13 @@
7
7
  "app": {
8
8
  "namespace": "Q2TectonElements",
9
9
  "fsNamespace": "q2-tecton-elements",
10
- "components": 68,
11
- "entries": 68,
12
- "bundles": 555,
10
+ "components": 69,
11
+ "entries": 69,
12
+ "bundles": 565,
13
13
  "outputs": [
14
14
  {
15
15
  "name": "dist-collection",
16
- "files": 149,
16
+ "files": 154,
17
17
  "generatedFiles": [
18
18
  "./dist/collection/__mocks__/echarts.js",
19
19
  "./dist/collection/components/click-elsewhere/click-elsewhere.js",
@@ -92,6 +92,7 @@
92
92
  "./dist/collection/components/q2-input/q2-input.js",
93
93
  "./dist/collection/components/q2-input/test/q2-input-test.vr.js",
94
94
  "./dist/collection/components/q2-item/q2-item.js",
95
+ "./dist/collection/components/q2-item/test/q2-item-test.vr.js",
95
96
  "./dist/collection/components/q2-legend/q2-legend.js",
96
97
  "./dist/collection/components/q2-link/q2-link.js",
97
98
  "./dist/collection/components/q2-link/test/q2-link-test.vr.js",
@@ -112,6 +113,7 @@
112
113
  "./dist/collection/components/q2-option-list/q2-option-list.js",
113
114
  "./dist/collection/components/q2-option/q2-option.js",
114
115
  "./dist/collection/components/q2-otp/q2-otp.js",
116
+ "./dist/collection/components/q2-otp/test/q2-otp-test.vr.js",
115
117
  "./dist/collection/components/q2-pagination/q2-pagination.js",
116
118
  "./dist/collection/components/q2-pagination/test/q2-pagination-test.vr.js",
117
119
  "./dist/collection/components/q2-pill/q2-pill.js",
@@ -124,6 +126,7 @@
124
126
  "./dist/collection/components/q2-relative-time/q2-relative-time.js",
125
127
  "./dist/collection/components/q2-resize-observer/q2-resize-observer.js",
126
128
  "./dist/collection/components/q2-search/q2-search.js",
129
+ "./dist/collection/components/q2-search/test/q2-search-test.vr.js",
127
130
  "./dist/collection/components/q2-section-container/q2-section-container.js",
128
131
  "./dist/collection/components/q2-section/q2-section.js",
129
132
  "./dist/collection/components/q2-section/test/q2-section-test.vr.js",
@@ -134,6 +137,8 @@
134
137
  "./dist/collection/components/q2-stepper-vertical/test/q2-stepper-vertical-test.vr.js",
135
138
  "./dist/collection/components/q2-stepper/q2-stepper.js",
136
139
  "./dist/collection/components/q2-stepper/test/q2-stepper-test.vr.js",
140
+ "./dist/collection/components/q2-surface/q2-surface.js",
141
+ "./dist/collection/components/q2-surface/test/q2-surface-test.vr.js",
137
142
  "./dist/collection/components/q2-tab-container/q2-tab-container.js",
138
143
  "./dist/collection/components/q2-tab-container/test/q2-tab-container-test.vr.js",
139
144
  "./dist/collection/components/q2-tab-pane/q2-tab-pane.js",
@@ -168,7 +173,7 @@
168
173
  },
169
174
  {
170
175
  "name": "dist-custom-elements",
171
- "files": 173,
176
+ "files": 175,
172
177
  "generatedFiles": [
173
178
  "./dist/components/action-sheet.js",
174
179
  "./dist/components/charting.js",
@@ -323,6 +328,8 @@
323
328
  "./dist/components/q2-stepper-vertical.js",
324
329
  "./dist/components/q2-stepper.d.ts",
325
330
  "./dist/components/q2-stepper.js",
331
+ "./dist/components/q2-surface.d.ts",
332
+ "./dist/components/q2-surface.js",
326
333
  "./dist/components/q2-tab-container.d.ts",
327
334
  "./dist/components/q2-tab-container.js",
328
335
  "./dist/components/q2-tab-pane.d.ts",
@@ -347,7 +354,7 @@
347
354
  },
348
355
  {
349
356
  "name": "dist-lazy",
350
- "files": 232,
357
+ "files": 235,
351
358
  "generatedFiles": [
352
359
  "./dist/cjs/action-sheet-D71RSc-w.js",
353
360
  "./dist/cjs/app-globals-V2Kpy_OQ.js",
@@ -356,8 +363,8 @@
356
363
  "./dist/cjs/component-iASoq6gx.js",
357
364
  "./dist/cjs/dataSample-BYR-wrOn.js",
358
365
  "./dist/cjs/index-CgG3VNXc.js",
359
- "./dist/cjs/index-D2LFCsNP.js",
360
366
  "./dist/cjs/index-DUaTw_1N.js",
367
+ "./dist/cjs/index-SpDCZABA.js",
361
368
  "./dist/cjs/index.cjs.js",
362
369
  "./dist/cjs/loader.cjs.js",
363
370
  "./dist/cjs/mirror-emit-kjeNv83f.js",
@@ -415,6 +422,7 @@
415
422
  "./dist/cjs/q2-stepper-pane.cjs.entry.js",
416
423
  "./dist/cjs/q2-stepper-vertical.cjs.entry.js",
417
424
  "./dist/cjs/q2-stepper.cjs.entry.js",
425
+ "./dist/cjs/q2-surface.cjs.entry.js",
418
426
  "./dist/cjs/q2-tab-container.cjs.entry.js",
419
427
  "./dist/cjs/q2-tab-pane.cjs.entry.js",
420
428
  "./dist/cjs/q2-tecton-elements.cjs.js",
@@ -432,7 +440,7 @@
432
440
  "./dist/esm/click-elsewhere_3.entry.js",
433
441
  "./dist/esm/component-DaQM9u3s.js",
434
442
  "./dist/esm/dataSample-Dm1zpQNi.js",
435
- "./dist/esm/index-Bx4m6N0g.js",
443
+ "./dist/esm/index-Cps4jSQM.js",
436
444
  "./dist/esm/index-Cqkz7Bnm.js",
437
445
  "./dist/esm/index-O1A-ZSZs.js",
438
446
  "./dist/esm/index.js",
@@ -492,6 +500,7 @@
492
500
  "./dist/esm/q2-stepper-pane.entry.js",
493
501
  "./dist/esm/q2-stepper-vertical.entry.js",
494
502
  "./dist/esm/q2-stepper.entry.js",
503
+ "./dist/esm/q2-surface.entry.js",
495
504
  "./dist/esm/q2-tab-container.entry.js",
496
505
  "./dist/esm/q2-tab-pane.entry.js",
497
506
  "./dist/esm/q2-tecton-elements.js",
@@ -511,7 +520,7 @@
511
520
  "./dist/q2-tecton-elements/click-elsewhere_3.entry.js",
512
521
  "./dist/q2-tecton-elements/component-DaQM9u3s.js",
513
522
  "./dist/q2-tecton-elements/dataSample-Dm1zpQNi.js",
514
- "./dist/q2-tecton-elements/index-Bx4m6N0g.js",
523
+ "./dist/q2-tecton-elements/index-Cps4jSQM.js",
515
524
  "./dist/q2-tecton-elements/index-Cqkz7Bnm.js",
516
525
  "./dist/q2-tecton-elements/index-O1A-ZSZs.js",
517
526
  "./dist/q2-tecton-elements/index.esm.js",
@@ -570,6 +579,7 @@
570
579
  "./dist/q2-tecton-elements/q2-stepper-pane.entry.js",
571
580
  "./dist/q2-tecton-elements/q2-stepper-vertical.entry.js",
572
581
  "./dist/q2-tecton-elements/q2-stepper.entry.js",
582
+ "./dist/q2-tecton-elements/q2-surface.entry.js",
573
583
  "./dist/q2-tecton-elements/q2-tab-container.entry.js",
574
584
  "./dist/q2-tecton-elements/q2-tab-pane.entry.js",
575
585
  "./dist/q2-tecton-elements/q2-tecton-elements.esm.js",
@@ -610,9 +620,10 @@
610
620
  "fileName": "q2-loc.entry.js",
611
621
  "imports": [
612
622
  "index-Cqkz7Bnm.js",
613
- "index-Bx4m6N0g.js"
623
+ "sanitize-html-string-DPHNpMWE.js",
624
+ "index-Cps4jSQM.js"
614
625
  ],
615
- "originalByteSize": 1886
626
+ "originalByteSize": 2807
616
627
  },
617
628
  {
618
629
  "key": "q2-mutation-observer.entry",
@@ -648,11 +659,11 @@
648
659
  "fileName": "q2-action-sheet.entry.js",
649
660
  "imports": [
650
661
  "index-Cqkz7Bnm.js",
651
- "index-Bx4m6N0g.js",
662
+ "index-Cps4jSQM.js",
652
663
  "sanitize-html-string-DPHNpMWE.js",
653
664
  "mirror-emit-DUjY_ucm.js"
654
665
  ],
655
- "originalByteSize": 21035
666
+ "originalByteSize": 21020
656
667
  },
657
668
  {
658
669
  "key": "q2-card.entry",
@@ -663,10 +674,10 @@
663
674
  "fileName": "q2-card.entry.js",
664
675
  "imports": [
665
676
  "index-Cqkz7Bnm.js",
666
- "index-Bx4m6N0g.js",
677
+ "index-Cps4jSQM.js",
667
678
  "mirror-emit-DUjY_ucm.js"
668
679
  ],
669
- "originalByteSize": 13776
680
+ "originalByteSize": 13746
670
681
  },
671
682
  {
672
683
  "key": "q2-card-image.entry",
@@ -677,9 +688,9 @@
677
688
  "fileName": "q2-card-image.entry.js",
678
689
  "imports": [
679
690
  "index-Cqkz7Bnm.js",
680
- "index-Bx4m6N0g.js"
691
+ "index-Cps4jSQM.js"
681
692
  ],
682
- "originalByteSize": 32093
693
+ "originalByteSize": 32252
683
694
  },
684
695
  {
685
696
  "key": "q2-checkbox-group.entry",
@@ -690,7 +701,7 @@
690
701
  "fileName": "q2-checkbox-group.entry.js",
691
702
  "imports": [
692
703
  "index-Cqkz7Bnm.js",
693
- "index-Bx4m6N0g.js",
704
+ "index-Cps4jSQM.js",
694
705
  "mirror-emit-DUjY_ucm.js",
695
706
  "component-DaQM9u3s.js"
696
707
  ],
@@ -705,7 +716,7 @@
705
716
  "fileName": "q2-context.entry.js",
706
717
  "imports": [
707
718
  "index-Cqkz7Bnm.js",
708
- "index-Bx4m6N0g.js"
719
+ "index-Cps4jSQM.js"
709
720
  ],
710
721
  "originalByteSize": 8059
711
722
  },
@@ -719,7 +730,7 @@
719
730
  "imports": [
720
731
  "index-Cqkz7Bnm.js"
721
732
  ],
722
- "originalByteSize": 10744
733
+ "originalByteSize": 10729
723
734
  },
724
735
  {
725
736
  "key": "q2-data-table.entry",
@@ -730,10 +741,10 @@
730
741
  "fileName": "q2-data-table.entry.js",
731
742
  "imports": [
732
743
  "index-Cqkz7Bnm.js",
733
- "index-Bx4m6N0g.js",
744
+ "index-Cps4jSQM.js",
734
745
  "mirror-emit-DUjY_ucm.js"
735
746
  ],
736
- "originalByteSize": 40371
747
+ "originalByteSize": 40478
737
748
  },
738
749
  {
739
750
  "key": "q2-detail.entry",
@@ -744,9 +755,9 @@
744
755
  "fileName": "q2-detail.entry.js",
745
756
  "imports": [
746
757
  "index-Cqkz7Bnm.js",
747
- "index-Bx4m6N0g.js"
758
+ "index-Cps4jSQM.js"
748
759
  ],
749
- "originalByteSize": 8363
760
+ "originalByteSize": 8825
750
761
  },
751
762
  {
752
763
  "key": "q2-dropdown.entry",
@@ -758,9 +769,9 @@
758
769
  "imports": [
759
770
  "index-Cqkz7Bnm.js",
760
771
  "action-sheet-B7adb3xs.js",
761
- "index-Bx4m6N0g.js"
772
+ "index-Cps4jSQM.js"
762
773
  ],
763
- "originalByteSize": 18476
774
+ "originalByteSize": 18505
764
775
  },
765
776
  {
766
777
  "key": "q2-editable-field.entry",
@@ -771,10 +782,10 @@
771
782
  "fileName": "q2-editable-field.entry.js",
772
783
  "imports": [
773
784
  "index-Cqkz7Bnm.js",
774
- "index-Bx4m6N0g.js",
785
+ "index-Cps4jSQM.js",
775
786
  "mirror-emit-DUjY_ucm.js"
776
787
  ],
777
- "originalByteSize": 12154
788
+ "originalByteSize": 12373
778
789
  },
779
790
  {
780
791
  "key": "q2-example.entry",
@@ -797,7 +808,7 @@
797
808
  "fileName": "q2-file-picker.entry.js",
798
809
  "imports": [
799
810
  "index-Cqkz7Bnm.js",
800
- "index-Bx4m6N0g.js"
811
+ "index-Cps4jSQM.js"
801
812
  ],
802
813
  "originalByteSize": 23721
803
814
  },
@@ -872,9 +883,9 @@
872
883
  "fileName": "q2-meter.entry.js",
873
884
  "imports": [
874
885
  "index-Cqkz7Bnm.js",
875
- "index-Bx4m6N0g.js"
886
+ "index-Cps4jSQM.js"
876
887
  ],
877
- "originalByteSize": 13823
888
+ "originalByteSize": 13792
878
889
  },
879
890
  {
880
891
  "key": "q2-modal.entry",
@@ -885,10 +896,10 @@
885
896
  "fileName": "q2-modal.entry.js",
886
897
  "imports": [
887
898
  "index-Cqkz7Bnm.js",
888
- "index-Bx4m6N0g.js",
899
+ "index-Cps4jSQM.js",
889
900
  "sanitize-html-string-DPHNpMWE.js"
890
901
  ],
891
- "originalByteSize": 13274
902
+ "originalByteSize": 13259
892
903
  },
893
904
  {
894
905
  "key": "q2-month-picker.entry",
@@ -899,7 +910,7 @@
899
910
  "fileName": "q2-month-picker.entry.js",
900
911
  "imports": [
901
912
  "index-Cqkz7Bnm.js",
902
- "index-Bx4m6N0g.js"
913
+ "index-Cps4jSQM.js"
903
914
  ],
904
915
  "originalByteSize": 10459
905
916
  },
@@ -912,7 +923,7 @@
912
923
  "fileName": "q2-otp.entry.js",
913
924
  "imports": [
914
925
  "index-Cqkz7Bnm.js",
915
- "index-Bx4m6N0g.js"
926
+ "index-Cps4jSQM.js"
916
927
  ],
917
928
  "originalByteSize": 23928
918
929
  },
@@ -925,7 +936,7 @@
925
936
  "fileName": "q2-pagination.entry.js",
926
937
  "imports": [
927
938
  "index-Cqkz7Bnm.js",
928
- "index-Bx4m6N0g.js",
939
+ "index-Cps4jSQM.js",
929
940
  "mirror-emit-DUjY_ucm.js"
930
941
  ],
931
942
  "originalByteSize": 20535
@@ -939,7 +950,7 @@
939
950
  "fileName": "q2-pill.entry.js",
940
951
  "imports": [
941
952
  "index-Cqkz7Bnm.js",
942
- "index-Bx4m6N0g.js",
953
+ "index-Cps4jSQM.js",
943
954
  "mirror-emit-DUjY_ucm.js",
944
955
  "action-sheet-B7adb3xs.js"
945
956
  ],
@@ -954,7 +965,7 @@
954
965
  "fileName": "q2-radio.entry.js",
955
966
  "imports": [
956
967
  "index-Cqkz7Bnm.js",
957
- "index-Bx4m6N0g.js",
968
+ "index-Cps4jSQM.js",
958
969
  "mirror-emit-DUjY_ucm.js"
959
970
  ],
960
971
  "originalByteSize": 14083
@@ -968,7 +979,7 @@
968
979
  "fileName": "q2-radio-group.entry.js",
969
980
  "imports": [
970
981
  "index-Cqkz7Bnm.js",
971
- "index-Bx4m6N0g.js",
982
+ "index-Cps4jSQM.js",
972
983
  "mirror-emit-DUjY_ucm.js"
973
984
  ],
974
985
  "originalByteSize": 11737
@@ -983,7 +994,7 @@
983
994
  "imports": [
984
995
  "index-Cqkz7Bnm.js",
985
996
  "index-O1A-ZSZs.js",
986
- "index-Bx4m6N0g.js"
997
+ "index-Cps4jSQM.js"
987
998
  ],
988
999
  "originalByteSize": 6857
989
1000
  },
@@ -996,9 +1007,9 @@
996
1007
  "fileName": "q2-search.entry.js",
997
1008
  "imports": [
998
1009
  "index-Cqkz7Bnm.js",
999
- "index-Bx4m6N0g.js"
1010
+ "index-Cps4jSQM.js"
1000
1011
  ],
1001
- "originalByteSize": 41039
1012
+ "originalByteSize": 45153
1002
1013
  },
1003
1014
  {
1004
1015
  "key": "q2-section.entry",
@@ -1009,10 +1020,10 @@
1009
1020
  "fileName": "q2-section.entry.js",
1010
1021
  "imports": [
1011
1022
  "index-Cqkz7Bnm.js",
1012
- "index-Bx4m6N0g.js",
1023
+ "index-Cps4jSQM.js",
1013
1024
  "mirror-emit-DUjY_ucm.js"
1014
1025
  ],
1015
- "originalByteSize": 12780
1026
+ "originalByteSize": 12765
1016
1027
  },
1017
1028
  {
1018
1029
  "key": "q2-stepper.entry",
@@ -1023,10 +1034,11 @@
1023
1034
  "fileName": "q2-stepper.entry.js",
1024
1035
  "imports": [
1025
1036
  "index-Cqkz7Bnm.js",
1026
- "index-Bx4m6N0g.js",
1027
- "mirror-emit-DUjY_ucm.js"
1037
+ "index-Cps4jSQM.js",
1038
+ "mirror-emit-DUjY_ucm.js",
1039
+ "sanitize-html-string-DPHNpMWE.js"
1028
1040
  ],
1029
- "originalByteSize": 22931
1041
+ "originalByteSize": 23003
1030
1042
  },
1031
1043
  {
1032
1044
  "key": "q2-stepper-pane.entry",
@@ -1038,7 +1050,7 @@
1038
1050
  "imports": [
1039
1051
  "index-Cqkz7Bnm.js",
1040
1052
  "component-DaQM9u3s.js",
1041
- "index-Bx4m6N0g.js",
1053
+ "index-Cps4jSQM.js",
1042
1054
  "mirror-emit-DUjY_ucm.js"
1043
1055
  ],
1044
1056
  "originalByteSize": 4940
@@ -1052,10 +1064,23 @@
1052
1064
  "fileName": "q2-stepper-vertical.entry.js",
1053
1065
  "imports": [
1054
1066
  "index-Cqkz7Bnm.js",
1055
- "index-Bx4m6N0g.js",
1056
- "mirror-emit-DUjY_ucm.js"
1067
+ "index-Cps4jSQM.js",
1068
+ "mirror-emit-DUjY_ucm.js",
1069
+ "sanitize-html-string-DPHNpMWE.js"
1070
+ ],
1071
+ "originalByteSize": 24585
1072
+ },
1073
+ {
1074
+ "key": "q2-surface.entry",
1075
+ "components": [
1076
+ "q2-surface"
1077
+ ],
1078
+ "bundleId": "q2-surface",
1079
+ "fileName": "q2-surface.entry.js",
1080
+ "imports": [
1081
+ "index-Cqkz7Bnm.js"
1057
1082
  ],
1058
- "originalByteSize": 24017
1083
+ "originalByteSize": 14357
1059
1084
  },
1060
1085
  {
1061
1086
  "key": "q2-tab-container.entry",
@@ -1066,7 +1091,7 @@
1066
1091
  "fileName": "q2-tab-container.entry.js",
1067
1092
  "imports": [
1068
1093
  "index-Cqkz7Bnm.js",
1069
- "index-Bx4m6N0g.js",
1094
+ "index-Cps4jSQM.js",
1070
1095
  "mirror-emit-DUjY_ucm.js",
1071
1096
  "component-DaQM9u3s.js"
1072
1097
  ],
@@ -1094,7 +1119,7 @@
1094
1119
  "fileName": "q2-textarea.entry.js",
1095
1120
  "imports": [
1096
1121
  "index-Cqkz7Bnm.js",
1097
- "index-Bx4m6N0g.js",
1122
+ "index-Cps4jSQM.js",
1098
1123
  "mirror-emit-DUjY_ucm.js"
1099
1124
  ],
1100
1125
  "originalByteSize": 29400
@@ -1108,7 +1133,7 @@
1108
1133
  "fileName": "q2-toast.entry.js",
1109
1134
  "imports": [
1110
1135
  "index-Cqkz7Bnm.js",
1111
- "index-Bx4m6N0g.js"
1136
+ "index-Cps4jSQM.js"
1112
1137
  ],
1113
1138
  "originalByteSize": 11669
1114
1139
  },
@@ -1146,7 +1171,7 @@
1146
1171
  "imports": [
1147
1172
  "index-Cqkz7Bnm.js",
1148
1173
  "component-DaQM9u3s.js",
1149
- "index-Bx4m6N0g.js",
1174
+ "index-Cps4jSQM.js",
1150
1175
  "mirror-emit-DUjY_ucm.js"
1151
1176
  ],
1152
1177
  "originalByteSize": 8799
@@ -1160,7 +1185,7 @@
1160
1185
  "fileName": "q2-dropdown-item.entry.js",
1161
1186
  "imports": [
1162
1187
  "index-Cqkz7Bnm.js",
1163
- "index-Bx4m6N0g.js",
1188
+ "index-Cps4jSQM.js",
1164
1189
  "mirror-emit-DUjY_ucm.js",
1165
1190
  "component-DaQM9u3s.js"
1166
1191
  ],
@@ -1177,7 +1202,7 @@
1177
1202
  "index-Cqkz7Bnm.js",
1178
1203
  "mirror-emit-DUjY_ucm.js"
1179
1204
  ],
1180
- "originalByteSize": 7725
1205
+ "originalByteSize": 7695
1181
1206
  },
1182
1207
  {
1183
1208
  "key": "q2-optgroup.entry",
@@ -1189,7 +1214,7 @@
1189
1214
  "imports": [
1190
1215
  "index-Cqkz7Bnm.js",
1191
1216
  "component-DaQM9u3s.js",
1192
- "index-Bx4m6N0g.js"
1217
+ "index-Cps4jSQM.js"
1193
1218
  ],
1194
1219
  "originalByteSize": 4230
1195
1220
  },
@@ -1202,11 +1227,11 @@
1202
1227
  "fileName": "q2-select.entry.js",
1203
1228
  "imports": [
1204
1229
  "index-Cqkz7Bnm.js",
1205
- "index-Bx4m6N0g.js",
1230
+ "index-Cps4jSQM.js",
1206
1231
  "mirror-emit-DUjY_ucm.js",
1207
1232
  "action-sheet-B7adb3xs.js"
1208
1233
  ],
1209
- "originalByteSize": 45877
1234
+ "originalByteSize": 47642
1210
1235
  },
1211
1236
  {
1212
1237
  "key": "q2-tooltip.entry",
@@ -1217,7 +1242,7 @@
1217
1242
  "fileName": "q2-tooltip.entry.js",
1218
1243
  "imports": [
1219
1244
  "index-Cqkz7Bnm.js",
1220
- "index-Bx4m6N0g.js"
1245
+ "index-Cps4jSQM.js"
1221
1246
  ],
1222
1247
  "originalByteSize": 21156
1223
1248
  },
@@ -1230,9 +1255,9 @@
1230
1255
  "fileName": "q2-item.entry.js",
1231
1256
  "imports": [
1232
1257
  "index-Cqkz7Bnm.js",
1233
- "index-Bx4m6N0g.js"
1258
+ "index-Cps4jSQM.js"
1234
1259
  ],
1235
- "originalByteSize": 12268
1260
+ "originalByteSize": 12385
1236
1261
  },
1237
1262
  {
1238
1263
  "key": "q2-option.entry",
@@ -1243,7 +1268,7 @@
1243
1268
  "fileName": "q2-option.entry.js",
1244
1269
  "imports": [
1245
1270
  "index-Cqkz7Bnm.js",
1246
- "index-Bx4m6N0g.js",
1271
+ "index-Cps4jSQM.js",
1247
1272
  "component-DaQM9u3s.js"
1248
1273
  ],
1249
1274
  "originalByteSize": 8112
@@ -1257,7 +1282,7 @@
1257
1282
  "fileName": "q2-message.entry.js",
1258
1283
  "imports": [
1259
1284
  "index-Cqkz7Bnm.js",
1260
- "index-Bx4m6N0g.js"
1285
+ "index-Cps4jSQM.js"
1261
1286
  ],
1262
1287
  "originalByteSize": 9003
1263
1288
  },
@@ -1270,7 +1295,7 @@
1270
1295
  "fileName": "q2-icon.entry.js",
1271
1296
  "imports": [
1272
1297
  "index-Cqkz7Bnm.js",
1273
- "index-Bx4m6N0g.js",
1298
+ "index-Cps4jSQM.js",
1274
1299
  "sprites-jG2RmiwF.js"
1275
1300
  ],
1276
1301
  "originalByteSize": 25187
@@ -1285,10 +1310,10 @@
1285
1310
  "imports": [
1286
1311
  "index-Cqkz7Bnm.js",
1287
1312
  "index-O1A-ZSZs.js",
1288
- "index-Bx4m6N0g.js",
1313
+ "index-Cps4jSQM.js",
1289
1314
  "mirror-emit-DUjY_ucm.js"
1290
1315
  ],
1291
- "originalByteSize": 60758
1316
+ "originalByteSize": 60931
1292
1317
  },
1293
1318
  {
1294
1319
  "key": "q2-checkbox.q2-tag.entry",
@@ -1300,11 +1325,11 @@
1300
1325
  "fileName": "q2-checkbox_2.entry.js",
1301
1326
  "imports": [
1302
1327
  "index-Cqkz7Bnm.js",
1303
- "index-Bx4m6N0g.js",
1328
+ "index-Cps4jSQM.js",
1304
1329
  "mirror-emit-DUjY_ucm.js",
1305
1330
  "action-sheet-B7adb3xs.js"
1306
1331
  ],
1307
- "originalByteSize": 55891
1332
+ "originalByteSize": 55927
1308
1333
  },
1309
1334
  {
1310
1335
  "key": "q2-link.q2-list.entry",
@@ -1316,9 +1341,9 @@
1316
1341
  "fileName": "q2-link_2.entry.js",
1317
1342
  "imports": [
1318
1343
  "index-Cqkz7Bnm.js",
1319
- "index-Bx4m6N0g.js"
1344
+ "index-Cps4jSQM.js"
1320
1345
  ],
1321
- "originalByteSize": 13122
1346
+ "originalByteSize": 13107
1322
1347
  },
1323
1348
  {
1324
1349
  "key": "q2-action-group.q2-resize-observer.entry",
@@ -1330,7 +1355,7 @@
1330
1355
  "fileName": "q2-action-group_2.entry.js",
1331
1356
  "imports": [
1332
1357
  "index-Cqkz7Bnm.js",
1333
- "index-Bx4m6N0g.js"
1358
+ "index-Cps4jSQM.js"
1334
1359
  ],
1335
1360
  "originalByteSize": 16758
1336
1361
  },
@@ -1344,11 +1369,11 @@
1344
1369
  "fileName": "q2-btn_2.entry.js",
1345
1370
  "imports": [
1346
1371
  "index-Cqkz7Bnm.js",
1347
- "index-Bx4m6N0g.js",
1372
+ "index-Cps4jSQM.js",
1348
1373
  "shapes-DZ6aIPWK.js",
1349
1374
  "sprites-jG2RmiwF.js"
1350
1375
  ],
1351
- "originalByteSize": 77774
1376
+ "originalByteSize": 78108
1352
1377
  },
1353
1378
  {
1354
1379
  "key": "q2-carousel.entry",
@@ -1359,7 +1384,7 @@
1359
1384
  "fileName": "q2-carousel.entry.js",
1360
1385
  "imports": [
1361
1386
  "index-Cqkz7Bnm.js",
1362
- "index-Bx4m6N0g.js",
1387
+ "index-Cps4jSQM.js",
1363
1388
  "mirror-emit-DUjY_ucm.js",
1364
1389
  "component-DaQM9u3s.js"
1365
1390
  ],
@@ -1378,9 +1403,9 @@
1378
1403
  "index-Cqkz7Bnm.js",
1379
1404
  "mirror-emit-DUjY_ucm.js",
1380
1405
  "component-DaQM9u3s.js",
1381
- "index-Bx4m6N0g.js"
1406
+ "index-Cps4jSQM.js"
1382
1407
  ],
1383
- "originalByteSize": 52755
1408
+ "originalByteSize": 52740
1384
1409
  },
1385
1410
  {
1386
1411
  "key": "q2-chart-bar.entry",
@@ -1391,7 +1416,7 @@
1391
1416
  "fileName": "q2-chart-bar.entry.js",
1392
1417
  "imports": [
1393
1418
  "index-Cqkz7Bnm.js",
1394
- "index-Bx4m6N0g.js",
1419
+ "index-Cps4jSQM.js",
1395
1420
  "charting-DOZct-UB.js",
1396
1421
  "dataSample-Dm1zpQNi.js",
1397
1422
  "sectorHelper--RMGWGAy.js"
@@ -1407,7 +1432,7 @@
1407
1432
  "fileName": "q2-chart-area.entry.js",
1408
1433
  "imports": [
1409
1434
  "index-Cqkz7Bnm.js",
1410
- "index-Bx4m6N0g.js",
1435
+ "index-Cps4jSQM.js",
1411
1436
  "mirror-emit-DUjY_ucm.js",
1412
1437
  "charting-DOZct-UB.js",
1413
1438
  "dataSample-Dm1zpQNi.js"
@@ -1424,10 +1449,10 @@
1424
1449
  "fileName": "q2-badge_2.entry.js",
1425
1450
  "imports": [
1426
1451
  "index-Cqkz7Bnm.js",
1427
- "index-Bx4m6N0g.js",
1452
+ "index-Cps4jSQM.js",
1428
1453
  "mirror-emit-DUjY_ucm.js"
1429
1454
  ],
1430
- "originalByteSize": 125589
1455
+ "originalByteSize": 126540
1431
1456
  },
1432
1457
  {
1433
1458
  "key": "q2-chart-donut.entry",
@@ -1438,12 +1463,12 @@
1438
1463
  "fileName": "q2-chart-donut.entry.js",
1439
1464
  "imports": [
1440
1465
  "index-Cqkz7Bnm.js",
1441
- "index-Bx4m6N0g.js",
1466
+ "index-Cps4jSQM.js",
1442
1467
  "mirror-emit-DUjY_ucm.js",
1443
1468
  "charting-DOZct-UB.js",
1444
1469
  "sectorHelper--RMGWGAy.js"
1445
1470
  ],
1446
- "originalByteSize": 179584
1471
+ "originalByteSize": 179569
1447
1472
  }
1448
1473
  ],
1449
1474
  "esm": [
@@ -1456,9 +1481,10 @@
1456
1481
  "fileName": "q2-loc.entry.js",
1457
1482
  "imports": [
1458
1483
  "index-Cqkz7Bnm.js",
1459
- "index-Bx4m6N0g.js"
1484
+ "sanitize-html-string-DPHNpMWE.js",
1485
+ "index-Cps4jSQM.js"
1460
1486
  ],
1461
- "originalByteSize": 1886
1487
+ "originalByteSize": 2807
1462
1488
  },
1463
1489
  {
1464
1490
  "key": "q2-mutation-observer.entry",
@@ -1494,11 +1520,11 @@
1494
1520
  "fileName": "q2-action-sheet.entry.js",
1495
1521
  "imports": [
1496
1522
  "index-Cqkz7Bnm.js",
1497
- "index-Bx4m6N0g.js",
1523
+ "index-Cps4jSQM.js",
1498
1524
  "sanitize-html-string-DPHNpMWE.js",
1499
1525
  "mirror-emit-DUjY_ucm.js"
1500
1526
  ],
1501
- "originalByteSize": 21035
1527
+ "originalByteSize": 21020
1502
1528
  },
1503
1529
  {
1504
1530
  "key": "q2-card.entry",
@@ -1509,10 +1535,10 @@
1509
1535
  "fileName": "q2-card.entry.js",
1510
1536
  "imports": [
1511
1537
  "index-Cqkz7Bnm.js",
1512
- "index-Bx4m6N0g.js",
1538
+ "index-Cps4jSQM.js",
1513
1539
  "mirror-emit-DUjY_ucm.js"
1514
1540
  ],
1515
- "originalByteSize": 13776
1541
+ "originalByteSize": 13746
1516
1542
  },
1517
1543
  {
1518
1544
  "key": "q2-card-image.entry",
@@ -1523,9 +1549,9 @@
1523
1549
  "fileName": "q2-card-image.entry.js",
1524
1550
  "imports": [
1525
1551
  "index-Cqkz7Bnm.js",
1526
- "index-Bx4m6N0g.js"
1552
+ "index-Cps4jSQM.js"
1527
1553
  ],
1528
- "originalByteSize": 32093
1554
+ "originalByteSize": 32252
1529
1555
  },
1530
1556
  {
1531
1557
  "key": "q2-checkbox-group.entry",
@@ -1536,7 +1562,7 @@
1536
1562
  "fileName": "q2-checkbox-group.entry.js",
1537
1563
  "imports": [
1538
1564
  "index-Cqkz7Bnm.js",
1539
- "index-Bx4m6N0g.js",
1565
+ "index-Cps4jSQM.js",
1540
1566
  "mirror-emit-DUjY_ucm.js",
1541
1567
  "component-DaQM9u3s.js"
1542
1568
  ],
@@ -1551,7 +1577,7 @@
1551
1577
  "fileName": "q2-context.entry.js",
1552
1578
  "imports": [
1553
1579
  "index-Cqkz7Bnm.js",
1554
- "index-Bx4m6N0g.js"
1580
+ "index-Cps4jSQM.js"
1555
1581
  ],
1556
1582
  "originalByteSize": 8059
1557
1583
  },
@@ -1565,7 +1591,7 @@
1565
1591
  "imports": [
1566
1592
  "index-Cqkz7Bnm.js"
1567
1593
  ],
1568
- "originalByteSize": 10744
1594
+ "originalByteSize": 10729
1569
1595
  },
1570
1596
  {
1571
1597
  "key": "q2-data-table.entry",
@@ -1576,10 +1602,10 @@
1576
1602
  "fileName": "q2-data-table.entry.js",
1577
1603
  "imports": [
1578
1604
  "index-Cqkz7Bnm.js",
1579
- "index-Bx4m6N0g.js",
1605
+ "index-Cps4jSQM.js",
1580
1606
  "mirror-emit-DUjY_ucm.js"
1581
1607
  ],
1582
- "originalByteSize": 40371
1608
+ "originalByteSize": 40478
1583
1609
  },
1584
1610
  {
1585
1611
  "key": "q2-detail.entry",
@@ -1590,9 +1616,9 @@
1590
1616
  "fileName": "q2-detail.entry.js",
1591
1617
  "imports": [
1592
1618
  "index-Cqkz7Bnm.js",
1593
- "index-Bx4m6N0g.js"
1619
+ "index-Cps4jSQM.js"
1594
1620
  ],
1595
- "originalByteSize": 8363
1621
+ "originalByteSize": 8825
1596
1622
  },
1597
1623
  {
1598
1624
  "key": "q2-dropdown.entry",
@@ -1604,9 +1630,9 @@
1604
1630
  "imports": [
1605
1631
  "index-Cqkz7Bnm.js",
1606
1632
  "action-sheet-B7adb3xs.js",
1607
- "index-Bx4m6N0g.js"
1633
+ "index-Cps4jSQM.js"
1608
1634
  ],
1609
- "originalByteSize": 18476
1635
+ "originalByteSize": 18505
1610
1636
  },
1611
1637
  {
1612
1638
  "key": "q2-editable-field.entry",
@@ -1617,10 +1643,10 @@
1617
1643
  "fileName": "q2-editable-field.entry.js",
1618
1644
  "imports": [
1619
1645
  "index-Cqkz7Bnm.js",
1620
- "index-Bx4m6N0g.js",
1646
+ "index-Cps4jSQM.js",
1621
1647
  "mirror-emit-DUjY_ucm.js"
1622
1648
  ],
1623
- "originalByteSize": 12154
1649
+ "originalByteSize": 12373
1624
1650
  },
1625
1651
  {
1626
1652
  "key": "q2-example.entry",
@@ -1643,7 +1669,7 @@
1643
1669
  "fileName": "q2-file-picker.entry.js",
1644
1670
  "imports": [
1645
1671
  "index-Cqkz7Bnm.js",
1646
- "index-Bx4m6N0g.js"
1672
+ "index-Cps4jSQM.js"
1647
1673
  ],
1648
1674
  "originalByteSize": 23721
1649
1675
  },
@@ -1718,9 +1744,9 @@
1718
1744
  "fileName": "q2-meter.entry.js",
1719
1745
  "imports": [
1720
1746
  "index-Cqkz7Bnm.js",
1721
- "index-Bx4m6N0g.js"
1747
+ "index-Cps4jSQM.js"
1722
1748
  ],
1723
- "originalByteSize": 13823
1749
+ "originalByteSize": 13792
1724
1750
  },
1725
1751
  {
1726
1752
  "key": "q2-modal.entry",
@@ -1731,10 +1757,10 @@
1731
1757
  "fileName": "q2-modal.entry.js",
1732
1758
  "imports": [
1733
1759
  "index-Cqkz7Bnm.js",
1734
- "index-Bx4m6N0g.js",
1760
+ "index-Cps4jSQM.js",
1735
1761
  "sanitize-html-string-DPHNpMWE.js"
1736
1762
  ],
1737
- "originalByteSize": 13274
1763
+ "originalByteSize": 13259
1738
1764
  },
1739
1765
  {
1740
1766
  "key": "q2-month-picker.entry",
@@ -1745,7 +1771,7 @@
1745
1771
  "fileName": "q2-month-picker.entry.js",
1746
1772
  "imports": [
1747
1773
  "index-Cqkz7Bnm.js",
1748
- "index-Bx4m6N0g.js"
1774
+ "index-Cps4jSQM.js"
1749
1775
  ],
1750
1776
  "originalByteSize": 10459
1751
1777
  },
@@ -1758,7 +1784,7 @@
1758
1784
  "fileName": "q2-otp.entry.js",
1759
1785
  "imports": [
1760
1786
  "index-Cqkz7Bnm.js",
1761
- "index-Bx4m6N0g.js"
1787
+ "index-Cps4jSQM.js"
1762
1788
  ],
1763
1789
  "originalByteSize": 23928
1764
1790
  },
@@ -1771,7 +1797,7 @@
1771
1797
  "fileName": "q2-pagination.entry.js",
1772
1798
  "imports": [
1773
1799
  "index-Cqkz7Bnm.js",
1774
- "index-Bx4m6N0g.js",
1800
+ "index-Cps4jSQM.js",
1775
1801
  "mirror-emit-DUjY_ucm.js"
1776
1802
  ],
1777
1803
  "originalByteSize": 20535
@@ -1785,7 +1811,7 @@
1785
1811
  "fileName": "q2-pill.entry.js",
1786
1812
  "imports": [
1787
1813
  "index-Cqkz7Bnm.js",
1788
- "index-Bx4m6N0g.js",
1814
+ "index-Cps4jSQM.js",
1789
1815
  "mirror-emit-DUjY_ucm.js",
1790
1816
  "action-sheet-B7adb3xs.js"
1791
1817
  ],
@@ -1800,7 +1826,7 @@
1800
1826
  "fileName": "q2-radio.entry.js",
1801
1827
  "imports": [
1802
1828
  "index-Cqkz7Bnm.js",
1803
- "index-Bx4m6N0g.js",
1829
+ "index-Cps4jSQM.js",
1804
1830
  "mirror-emit-DUjY_ucm.js"
1805
1831
  ],
1806
1832
  "originalByteSize": 14083
@@ -1814,7 +1840,7 @@
1814
1840
  "fileName": "q2-radio-group.entry.js",
1815
1841
  "imports": [
1816
1842
  "index-Cqkz7Bnm.js",
1817
- "index-Bx4m6N0g.js",
1843
+ "index-Cps4jSQM.js",
1818
1844
  "mirror-emit-DUjY_ucm.js"
1819
1845
  ],
1820
1846
  "originalByteSize": 11737
@@ -1829,7 +1855,7 @@
1829
1855
  "imports": [
1830
1856
  "index-Cqkz7Bnm.js",
1831
1857
  "index-O1A-ZSZs.js",
1832
- "index-Bx4m6N0g.js"
1858
+ "index-Cps4jSQM.js"
1833
1859
  ],
1834
1860
  "originalByteSize": 6857
1835
1861
  },
@@ -1842,9 +1868,9 @@
1842
1868
  "fileName": "q2-search.entry.js",
1843
1869
  "imports": [
1844
1870
  "index-Cqkz7Bnm.js",
1845
- "index-Bx4m6N0g.js"
1871
+ "index-Cps4jSQM.js"
1846
1872
  ],
1847
- "originalByteSize": 41039
1873
+ "originalByteSize": 45153
1848
1874
  },
1849
1875
  {
1850
1876
  "key": "q2-section.entry",
@@ -1855,10 +1881,10 @@
1855
1881
  "fileName": "q2-section.entry.js",
1856
1882
  "imports": [
1857
1883
  "index-Cqkz7Bnm.js",
1858
- "index-Bx4m6N0g.js",
1884
+ "index-Cps4jSQM.js",
1859
1885
  "mirror-emit-DUjY_ucm.js"
1860
1886
  ],
1861
- "originalByteSize": 12780
1887
+ "originalByteSize": 12765
1862
1888
  },
1863
1889
  {
1864
1890
  "key": "q2-stepper.entry",
@@ -1869,10 +1895,11 @@
1869
1895
  "fileName": "q2-stepper.entry.js",
1870
1896
  "imports": [
1871
1897
  "index-Cqkz7Bnm.js",
1872
- "index-Bx4m6N0g.js",
1873
- "mirror-emit-DUjY_ucm.js"
1898
+ "index-Cps4jSQM.js",
1899
+ "mirror-emit-DUjY_ucm.js",
1900
+ "sanitize-html-string-DPHNpMWE.js"
1874
1901
  ],
1875
- "originalByteSize": 22931
1902
+ "originalByteSize": 23003
1876
1903
  },
1877
1904
  {
1878
1905
  "key": "q2-stepper-pane.entry",
@@ -1884,7 +1911,7 @@
1884
1911
  "imports": [
1885
1912
  "index-Cqkz7Bnm.js",
1886
1913
  "component-DaQM9u3s.js",
1887
- "index-Bx4m6N0g.js",
1914
+ "index-Cps4jSQM.js",
1888
1915
  "mirror-emit-DUjY_ucm.js"
1889
1916
  ],
1890
1917
  "originalByteSize": 4940
@@ -1898,10 +1925,23 @@
1898
1925
  "fileName": "q2-stepper-vertical.entry.js",
1899
1926
  "imports": [
1900
1927
  "index-Cqkz7Bnm.js",
1901
- "index-Bx4m6N0g.js",
1902
- "mirror-emit-DUjY_ucm.js"
1928
+ "index-Cps4jSQM.js",
1929
+ "mirror-emit-DUjY_ucm.js",
1930
+ "sanitize-html-string-DPHNpMWE.js"
1931
+ ],
1932
+ "originalByteSize": 24585
1933
+ },
1934
+ {
1935
+ "key": "q2-surface.entry",
1936
+ "components": [
1937
+ "q2-surface"
1938
+ ],
1939
+ "bundleId": "q2-surface",
1940
+ "fileName": "q2-surface.entry.js",
1941
+ "imports": [
1942
+ "index-Cqkz7Bnm.js"
1903
1943
  ],
1904
- "originalByteSize": 24017
1944
+ "originalByteSize": 14357
1905
1945
  },
1906
1946
  {
1907
1947
  "key": "q2-tab-container.entry",
@@ -1912,7 +1952,7 @@
1912
1952
  "fileName": "q2-tab-container.entry.js",
1913
1953
  "imports": [
1914
1954
  "index-Cqkz7Bnm.js",
1915
- "index-Bx4m6N0g.js",
1955
+ "index-Cps4jSQM.js",
1916
1956
  "mirror-emit-DUjY_ucm.js",
1917
1957
  "component-DaQM9u3s.js"
1918
1958
  ],
@@ -1940,7 +1980,7 @@
1940
1980
  "fileName": "q2-textarea.entry.js",
1941
1981
  "imports": [
1942
1982
  "index-Cqkz7Bnm.js",
1943
- "index-Bx4m6N0g.js",
1983
+ "index-Cps4jSQM.js",
1944
1984
  "mirror-emit-DUjY_ucm.js"
1945
1985
  ],
1946
1986
  "originalByteSize": 29400
@@ -1954,7 +1994,7 @@
1954
1994
  "fileName": "q2-toast.entry.js",
1955
1995
  "imports": [
1956
1996
  "index-Cqkz7Bnm.js",
1957
- "index-Bx4m6N0g.js"
1997
+ "index-Cps4jSQM.js"
1958
1998
  ],
1959
1999
  "originalByteSize": 11669
1960
2000
  },
@@ -1992,7 +2032,7 @@
1992
2032
  "imports": [
1993
2033
  "index-Cqkz7Bnm.js",
1994
2034
  "component-DaQM9u3s.js",
1995
- "index-Bx4m6N0g.js",
2035
+ "index-Cps4jSQM.js",
1996
2036
  "mirror-emit-DUjY_ucm.js"
1997
2037
  ],
1998
2038
  "originalByteSize": 8799
@@ -2006,7 +2046,7 @@
2006
2046
  "fileName": "q2-dropdown-item.entry.js",
2007
2047
  "imports": [
2008
2048
  "index-Cqkz7Bnm.js",
2009
- "index-Bx4m6N0g.js",
2049
+ "index-Cps4jSQM.js",
2010
2050
  "mirror-emit-DUjY_ucm.js",
2011
2051
  "component-DaQM9u3s.js"
2012
2052
  ],
@@ -2023,7 +2063,7 @@
2023
2063
  "index-Cqkz7Bnm.js",
2024
2064
  "mirror-emit-DUjY_ucm.js"
2025
2065
  ],
2026
- "originalByteSize": 7725
2066
+ "originalByteSize": 7695
2027
2067
  },
2028
2068
  {
2029
2069
  "key": "q2-optgroup.entry",
@@ -2035,7 +2075,7 @@
2035
2075
  "imports": [
2036
2076
  "index-Cqkz7Bnm.js",
2037
2077
  "component-DaQM9u3s.js",
2038
- "index-Bx4m6N0g.js"
2078
+ "index-Cps4jSQM.js"
2039
2079
  ],
2040
2080
  "originalByteSize": 4230
2041
2081
  },
@@ -2048,11 +2088,11 @@
2048
2088
  "fileName": "q2-select.entry.js",
2049
2089
  "imports": [
2050
2090
  "index-Cqkz7Bnm.js",
2051
- "index-Bx4m6N0g.js",
2091
+ "index-Cps4jSQM.js",
2052
2092
  "mirror-emit-DUjY_ucm.js",
2053
2093
  "action-sheet-B7adb3xs.js"
2054
2094
  ],
2055
- "originalByteSize": 45877
2095
+ "originalByteSize": 47642
2056
2096
  },
2057
2097
  {
2058
2098
  "key": "q2-tooltip.entry",
@@ -2063,7 +2103,7 @@
2063
2103
  "fileName": "q2-tooltip.entry.js",
2064
2104
  "imports": [
2065
2105
  "index-Cqkz7Bnm.js",
2066
- "index-Bx4m6N0g.js"
2106
+ "index-Cps4jSQM.js"
2067
2107
  ],
2068
2108
  "originalByteSize": 21156
2069
2109
  },
@@ -2076,9 +2116,9 @@
2076
2116
  "fileName": "q2-item.entry.js",
2077
2117
  "imports": [
2078
2118
  "index-Cqkz7Bnm.js",
2079
- "index-Bx4m6N0g.js"
2119
+ "index-Cps4jSQM.js"
2080
2120
  ],
2081
- "originalByteSize": 12268
2121
+ "originalByteSize": 12385
2082
2122
  },
2083
2123
  {
2084
2124
  "key": "q2-option.entry",
@@ -2089,7 +2129,7 @@
2089
2129
  "fileName": "q2-option.entry.js",
2090
2130
  "imports": [
2091
2131
  "index-Cqkz7Bnm.js",
2092
- "index-Bx4m6N0g.js",
2132
+ "index-Cps4jSQM.js",
2093
2133
  "component-DaQM9u3s.js"
2094
2134
  ],
2095
2135
  "originalByteSize": 8112
@@ -2103,7 +2143,7 @@
2103
2143
  "fileName": "q2-message.entry.js",
2104
2144
  "imports": [
2105
2145
  "index-Cqkz7Bnm.js",
2106
- "index-Bx4m6N0g.js"
2146
+ "index-Cps4jSQM.js"
2107
2147
  ],
2108
2148
  "originalByteSize": 9003
2109
2149
  },
@@ -2116,7 +2156,7 @@
2116
2156
  "fileName": "q2-icon.entry.js",
2117
2157
  "imports": [
2118
2158
  "index-Cqkz7Bnm.js",
2119
- "index-Bx4m6N0g.js",
2159
+ "index-Cps4jSQM.js",
2120
2160
  "sprites-jG2RmiwF.js"
2121
2161
  ],
2122
2162
  "originalByteSize": 25187
@@ -2131,10 +2171,10 @@
2131
2171
  "imports": [
2132
2172
  "index-Cqkz7Bnm.js",
2133
2173
  "index-O1A-ZSZs.js",
2134
- "index-Bx4m6N0g.js",
2174
+ "index-Cps4jSQM.js",
2135
2175
  "mirror-emit-DUjY_ucm.js"
2136
2176
  ],
2137
- "originalByteSize": 60758
2177
+ "originalByteSize": 60931
2138
2178
  },
2139
2179
  {
2140
2180
  "key": "q2-checkbox.q2-tag.entry",
@@ -2146,11 +2186,11 @@
2146
2186
  "fileName": "q2-checkbox_2.entry.js",
2147
2187
  "imports": [
2148
2188
  "index-Cqkz7Bnm.js",
2149
- "index-Bx4m6N0g.js",
2189
+ "index-Cps4jSQM.js",
2150
2190
  "mirror-emit-DUjY_ucm.js",
2151
2191
  "action-sheet-B7adb3xs.js"
2152
2192
  ],
2153
- "originalByteSize": 55891
2193
+ "originalByteSize": 55927
2154
2194
  },
2155
2195
  {
2156
2196
  "key": "q2-link.q2-list.entry",
@@ -2162,9 +2202,9 @@
2162
2202
  "fileName": "q2-link_2.entry.js",
2163
2203
  "imports": [
2164
2204
  "index-Cqkz7Bnm.js",
2165
- "index-Bx4m6N0g.js"
2205
+ "index-Cps4jSQM.js"
2166
2206
  ],
2167
- "originalByteSize": 13122
2207
+ "originalByteSize": 13107
2168
2208
  },
2169
2209
  {
2170
2210
  "key": "q2-action-group.q2-resize-observer.entry",
@@ -2176,7 +2216,7 @@
2176
2216
  "fileName": "q2-action-group_2.entry.js",
2177
2217
  "imports": [
2178
2218
  "index-Cqkz7Bnm.js",
2179
- "index-Bx4m6N0g.js"
2219
+ "index-Cps4jSQM.js"
2180
2220
  ],
2181
2221
  "originalByteSize": 16758
2182
2222
  },
@@ -2190,11 +2230,11 @@
2190
2230
  "fileName": "q2-btn_2.entry.js",
2191
2231
  "imports": [
2192
2232
  "index-Cqkz7Bnm.js",
2193
- "index-Bx4m6N0g.js",
2233
+ "index-Cps4jSQM.js",
2194
2234
  "shapes-DZ6aIPWK.js",
2195
2235
  "sprites-jG2RmiwF.js"
2196
2236
  ],
2197
- "originalByteSize": 77774
2237
+ "originalByteSize": 78108
2198
2238
  },
2199
2239
  {
2200
2240
  "key": "q2-carousel.entry",
@@ -2205,7 +2245,7 @@
2205
2245
  "fileName": "q2-carousel.entry.js",
2206
2246
  "imports": [
2207
2247
  "index-Cqkz7Bnm.js",
2208
- "index-Bx4m6N0g.js",
2248
+ "index-Cps4jSQM.js",
2209
2249
  "mirror-emit-DUjY_ucm.js",
2210
2250
  "component-DaQM9u3s.js"
2211
2251
  ],
@@ -2224,9 +2264,9 @@
2224
2264
  "index-Cqkz7Bnm.js",
2225
2265
  "mirror-emit-DUjY_ucm.js",
2226
2266
  "component-DaQM9u3s.js",
2227
- "index-Bx4m6N0g.js"
2267
+ "index-Cps4jSQM.js"
2228
2268
  ],
2229
- "originalByteSize": 52755
2269
+ "originalByteSize": 52740
2230
2270
  },
2231
2271
  {
2232
2272
  "key": "q2-chart-bar.entry",
@@ -2237,7 +2277,7 @@
2237
2277
  "fileName": "q2-chart-bar.entry.js",
2238
2278
  "imports": [
2239
2279
  "index-Cqkz7Bnm.js",
2240
- "index-Bx4m6N0g.js",
2280
+ "index-Cps4jSQM.js",
2241
2281
  "charting-DOZct-UB.js",
2242
2282
  "dataSample-Dm1zpQNi.js",
2243
2283
  "sectorHelper--RMGWGAy.js"
@@ -2253,7 +2293,7 @@
2253
2293
  "fileName": "q2-chart-area.entry.js",
2254
2294
  "imports": [
2255
2295
  "index-Cqkz7Bnm.js",
2256
- "index-Bx4m6N0g.js",
2296
+ "index-Cps4jSQM.js",
2257
2297
  "mirror-emit-DUjY_ucm.js",
2258
2298
  "charting-DOZct-UB.js",
2259
2299
  "dataSample-Dm1zpQNi.js"
@@ -2270,10 +2310,10 @@
2270
2310
  "fileName": "q2-badge_2.entry.js",
2271
2311
  "imports": [
2272
2312
  "index-Cqkz7Bnm.js",
2273
- "index-Bx4m6N0g.js",
2313
+ "index-Cps4jSQM.js",
2274
2314
  "mirror-emit-DUjY_ucm.js"
2275
2315
  ],
2276
- "originalByteSize": 125589
2316
+ "originalByteSize": 126540
2277
2317
  },
2278
2318
  {
2279
2319
  "key": "q2-chart-donut.entry",
@@ -2284,12 +2324,12 @@
2284
2324
  "fileName": "q2-chart-donut.entry.js",
2285
2325
  "imports": [
2286
2326
  "index-Cqkz7Bnm.js",
2287
- "index-Bx4m6N0g.js",
2327
+ "index-Cps4jSQM.js",
2288
2328
  "mirror-emit-DUjY_ucm.js",
2289
2329
  "charting-DOZct-UB.js",
2290
2330
  "sectorHelper--RMGWGAy.js"
2291
2331
  ],
2292
- "originalByteSize": 179584
2332
+ "originalByteSize": 179569
2293
2333
  }
2294
2334
  ],
2295
2335
  "es5": [],
@@ -2304,9 +2344,10 @@
2304
2344
  "fileName": "q2-loc.cjs.entry.js",
2305
2345
  "imports": [
2306
2346
  "index-DUaTw_1N.js",
2307
- "index-D2LFCsNP.js"
2347
+ "sanitize-html-string-D17Pr7-c.js",
2348
+ "index-SpDCZABA.js"
2308
2349
  ],
2309
- "originalByteSize": 1881
2350
+ "originalByteSize": 2815
2310
2351
  },
2311
2352
  {
2312
2353
  "key": "q2-mutation-observer.entry",
@@ -2342,11 +2383,11 @@
2342
2383
  "fileName": "q2-action-sheet.cjs.entry.js",
2343
2384
  "imports": [
2344
2385
  "index-DUaTw_1N.js",
2345
- "index-D2LFCsNP.js",
2386
+ "index-SpDCZABA.js",
2346
2387
  "sanitize-html-string-D17Pr7-c.js",
2347
2388
  "mirror-emit-kjeNv83f.js"
2348
2389
  ],
2349
- "originalByteSize": 21151
2390
+ "originalByteSize": 21136
2350
2391
  },
2351
2392
  {
2352
2393
  "key": "q2-card.entry",
@@ -2357,10 +2398,10 @@
2357
2398
  "fileName": "q2-card.cjs.entry.js",
2358
2399
  "imports": [
2359
2400
  "index-DUaTw_1N.js",
2360
- "index-D2LFCsNP.js",
2401
+ "index-SpDCZABA.js",
2361
2402
  "mirror-emit-kjeNv83f.js"
2362
2403
  ],
2363
- "originalByteSize": 13797
2404
+ "originalByteSize": 13767
2364
2405
  },
2365
2406
  {
2366
2407
  "key": "q2-card-image.entry",
@@ -2371,9 +2412,9 @@
2371
2412
  "fileName": "q2-card-image.cjs.entry.js",
2372
2413
  "imports": [
2373
2414
  "index-DUaTw_1N.js",
2374
- "index-D2LFCsNP.js"
2415
+ "index-SpDCZABA.js"
2375
2416
  ],
2376
- "originalByteSize": 32342
2417
+ "originalByteSize": 32501
2377
2418
  },
2378
2419
  {
2379
2420
  "key": "q2-checkbox-group.entry",
@@ -2384,7 +2425,7 @@
2384
2425
  "fileName": "q2-checkbox-group.cjs.entry.js",
2385
2426
  "imports": [
2386
2427
  "index-DUaTw_1N.js",
2387
- "index-D2LFCsNP.js",
2428
+ "index-SpDCZABA.js",
2388
2429
  "mirror-emit-kjeNv83f.js",
2389
2430
  "component-iASoq6gx.js"
2390
2431
  ],
@@ -2399,7 +2440,7 @@
2399
2440
  "fileName": "q2-context.cjs.entry.js",
2400
2441
  "imports": [
2401
2442
  "index-DUaTw_1N.js",
2402
- "index-D2LFCsNP.js"
2443
+ "index-SpDCZABA.js"
2403
2444
  ],
2404
2445
  "originalByteSize": 8130
2405
2446
  },
@@ -2413,7 +2454,7 @@
2413
2454
  "imports": [
2414
2455
  "index-DUaTw_1N.js"
2415
2456
  ],
2416
- "originalByteSize": 10779
2457
+ "originalByteSize": 10764
2417
2458
  },
2418
2459
  {
2419
2460
  "key": "q2-data-table.entry",
@@ -2424,10 +2465,10 @@
2424
2465
  "fileName": "q2-data-table.cjs.entry.js",
2425
2466
  "imports": [
2426
2467
  "index-DUaTw_1N.js",
2427
- "index-D2LFCsNP.js",
2468
+ "index-SpDCZABA.js",
2428
2469
  "mirror-emit-kjeNv83f.js"
2429
2470
  ],
2430
- "originalByteSize": 40998
2471
+ "originalByteSize": 41105
2431
2472
  },
2432
2473
  {
2433
2474
  "key": "q2-detail.entry",
@@ -2438,9 +2479,9 @@
2438
2479
  "fileName": "q2-detail.cjs.entry.js",
2439
2480
  "imports": [
2440
2481
  "index-DUaTw_1N.js",
2441
- "index-D2LFCsNP.js"
2482
+ "index-SpDCZABA.js"
2442
2483
  ],
2443
- "originalByteSize": 8364
2484
+ "originalByteSize": 8826
2444
2485
  },
2445
2486
  {
2446
2487
  "key": "q2-dropdown.entry",
@@ -2452,9 +2493,9 @@
2452
2493
  "imports": [
2453
2494
  "index-DUaTw_1N.js",
2454
2495
  "action-sheet-D71RSc-w.js",
2455
- "index-D2LFCsNP.js"
2496
+ "index-SpDCZABA.js"
2456
2497
  ],
2457
- "originalByteSize": 18507
2498
+ "originalByteSize": 18536
2458
2499
  },
2459
2500
  {
2460
2501
  "key": "q2-editable-field.entry",
@@ -2465,10 +2506,10 @@
2465
2506
  "fileName": "q2-editable-field.cjs.entry.js",
2466
2507
  "imports": [
2467
2508
  "index-DUaTw_1N.js",
2468
- "index-D2LFCsNP.js",
2509
+ "index-SpDCZABA.js",
2469
2510
  "mirror-emit-kjeNv83f.js"
2470
2511
  ],
2471
- "originalByteSize": 12296
2512
+ "originalByteSize": 12515
2472
2513
  },
2473
2514
  {
2474
2515
  "key": "q2-example.entry",
@@ -2491,7 +2532,7 @@
2491
2532
  "fileName": "q2-file-picker.cjs.entry.js",
2492
2533
  "imports": [
2493
2534
  "index-DUaTw_1N.js",
2494
- "index-D2LFCsNP.js"
2535
+ "index-SpDCZABA.js"
2495
2536
  ],
2496
2537
  "originalByteSize": 23975
2497
2538
  },
@@ -2566,9 +2607,9 @@
2566
2607
  "fileName": "q2-meter.cjs.entry.js",
2567
2608
  "imports": [
2568
2609
  "index-DUaTw_1N.js",
2569
- "index-D2LFCsNP.js"
2610
+ "index-SpDCZABA.js"
2570
2611
  ],
2571
- "originalByteSize": 14073
2612
+ "originalByteSize": 14042
2572
2613
  },
2573
2614
  {
2574
2615
  "key": "q2-modal.entry",
@@ -2579,10 +2620,10 @@
2579
2620
  "fileName": "q2-modal.cjs.entry.js",
2580
2621
  "imports": [
2581
2622
  "index-DUaTw_1N.js",
2582
- "index-D2LFCsNP.js",
2623
+ "index-SpDCZABA.js",
2583
2624
  "sanitize-html-string-D17Pr7-c.js"
2584
2625
  ],
2585
- "originalByteSize": 13354
2626
+ "originalByteSize": 13339
2586
2627
  },
2587
2628
  {
2588
2629
  "key": "q2-month-picker.entry",
@@ -2593,7 +2634,7 @@
2593
2634
  "fileName": "q2-month-picker.cjs.entry.js",
2594
2635
  "imports": [
2595
2636
  "index-DUaTw_1N.js",
2596
- "index-D2LFCsNP.js"
2637
+ "index-SpDCZABA.js"
2597
2638
  ],
2598
2639
  "originalByteSize": 10561
2599
2640
  },
@@ -2606,7 +2647,7 @@
2606
2647
  "fileName": "q2-otp.cjs.entry.js",
2607
2648
  "imports": [
2608
2649
  "index-DUaTw_1N.js",
2609
- "index-D2LFCsNP.js"
2650
+ "index-SpDCZABA.js"
2610
2651
  ],
2611
2652
  "originalByteSize": 24092
2612
2653
  },
@@ -2619,7 +2660,7 @@
2619
2660
  "fileName": "q2-pagination.cjs.entry.js",
2620
2661
  "imports": [
2621
2662
  "index-DUaTw_1N.js",
2622
- "index-D2LFCsNP.js",
2663
+ "index-SpDCZABA.js",
2623
2664
  "mirror-emit-kjeNv83f.js"
2624
2665
  ],
2625
2666
  "originalByteSize": 20738
@@ -2633,7 +2674,7 @@
2633
2674
  "fileName": "q2-pill.cjs.entry.js",
2634
2675
  "imports": [
2635
2676
  "index-DUaTw_1N.js",
2636
- "index-D2LFCsNP.js",
2677
+ "index-SpDCZABA.js",
2637
2678
  "mirror-emit-kjeNv83f.js",
2638
2679
  "action-sheet-D71RSc-w.js"
2639
2680
  ],
@@ -2648,7 +2689,7 @@
2648
2689
  "fileName": "q2-radio.cjs.entry.js",
2649
2690
  "imports": [
2650
2691
  "index-DUaTw_1N.js",
2651
- "index-D2LFCsNP.js",
2692
+ "index-SpDCZABA.js",
2652
2693
  "mirror-emit-kjeNv83f.js"
2653
2694
  ],
2654
2695
  "originalByteSize": 14103
@@ -2662,7 +2703,7 @@
2662
2703
  "fileName": "q2-radio-group.cjs.entry.js",
2663
2704
  "imports": [
2664
2705
  "index-DUaTw_1N.js",
2665
- "index-D2LFCsNP.js",
2706
+ "index-SpDCZABA.js",
2666
2707
  "mirror-emit-kjeNv83f.js"
2667
2708
  ],
2668
2709
  "originalByteSize": 11747
@@ -2677,7 +2718,7 @@
2677
2718
  "imports": [
2678
2719
  "index-DUaTw_1N.js",
2679
2720
  "index-CgG3VNXc.js",
2680
- "index-D2LFCsNP.js"
2721
+ "index-SpDCZABA.js"
2681
2722
  ],
2682
2723
  "originalByteSize": 6863
2683
2724
  },
@@ -2690,9 +2731,9 @@
2690
2731
  "fileName": "q2-search.cjs.entry.js",
2691
2732
  "imports": [
2692
2733
  "index-DUaTw_1N.js",
2693
- "index-D2LFCsNP.js"
2734
+ "index-SpDCZABA.js"
2694
2735
  ],
2695
- "originalByteSize": 41308
2736
+ "originalByteSize": 45420
2696
2737
  },
2697
2738
  {
2698
2739
  "key": "q2-section.entry",
@@ -2703,10 +2744,10 @@
2703
2744
  "fileName": "q2-section.cjs.entry.js",
2704
2745
  "imports": [
2705
2746
  "index-DUaTw_1N.js",
2706
- "index-D2LFCsNP.js",
2747
+ "index-SpDCZABA.js",
2707
2748
  "mirror-emit-kjeNv83f.js"
2708
2749
  ],
2709
- "originalByteSize": 12829
2750
+ "originalByteSize": 12814
2710
2751
  },
2711
2752
  {
2712
2753
  "key": "q2-stepper.entry",
@@ -2717,10 +2758,11 @@
2717
2758
  "fileName": "q2-stepper.cjs.entry.js",
2718
2759
  "imports": [
2719
2760
  "index-DUaTw_1N.js",
2720
- "index-D2LFCsNP.js",
2721
- "mirror-emit-kjeNv83f.js"
2761
+ "index-SpDCZABA.js",
2762
+ "mirror-emit-kjeNv83f.js",
2763
+ "sanitize-html-string-D17Pr7-c.js"
2722
2764
  ],
2723
- "originalByteSize": 23048
2765
+ "originalByteSize": 23152
2724
2766
  },
2725
2767
  {
2726
2768
  "key": "q2-stepper-pane.entry",
@@ -2732,7 +2774,7 @@
2732
2774
  "imports": [
2733
2775
  "index-DUaTw_1N.js",
2734
2776
  "component-iASoq6gx.js",
2735
- "index-D2LFCsNP.js",
2777
+ "index-SpDCZABA.js",
2736
2778
  "mirror-emit-kjeNv83f.js"
2737
2779
  ],
2738
2780
  "originalByteSize": 4974
@@ -2746,10 +2788,23 @@
2746
2788
  "fileName": "q2-stepper-vertical.cjs.entry.js",
2747
2789
  "imports": [
2748
2790
  "index-DUaTw_1N.js",
2749
- "index-D2LFCsNP.js",
2750
- "mirror-emit-kjeNv83f.js"
2791
+ "index-SpDCZABA.js",
2792
+ "mirror-emit-kjeNv83f.js",
2793
+ "sanitize-html-string-D17Pr7-c.js"
2794
+ ],
2795
+ "originalByteSize": 24728
2796
+ },
2797
+ {
2798
+ "key": "q2-surface.entry",
2799
+ "components": [
2800
+ "q2-surface"
2801
+ ],
2802
+ "bundleId": "q2-surface.cjs",
2803
+ "fileName": "q2-surface.cjs.entry.js",
2804
+ "imports": [
2805
+ "index-DUaTw_1N.js"
2751
2806
  ],
2752
- "originalByteSize": 24125
2807
+ "originalByteSize": 14344
2753
2808
  },
2754
2809
  {
2755
2810
  "key": "q2-tab-container.entry",
@@ -2760,7 +2815,7 @@
2760
2815
  "fileName": "q2-tab-container.cjs.entry.js",
2761
2816
  "imports": [
2762
2817
  "index-DUaTw_1N.js",
2763
- "index-D2LFCsNP.js",
2818
+ "index-SpDCZABA.js",
2764
2819
  "mirror-emit-kjeNv83f.js",
2765
2820
  "component-iASoq6gx.js"
2766
2821
  ],
@@ -2788,7 +2843,7 @@
2788
2843
  "fileName": "q2-textarea.cjs.entry.js",
2789
2844
  "imports": [
2790
2845
  "index-DUaTw_1N.js",
2791
- "index-D2LFCsNP.js",
2846
+ "index-SpDCZABA.js",
2792
2847
  "mirror-emit-kjeNv83f.js"
2793
2848
  ],
2794
2849
  "originalByteSize": 29450
@@ -2802,7 +2857,7 @@
2802
2857
  "fileName": "q2-toast.cjs.entry.js",
2803
2858
  "imports": [
2804
2859
  "index-DUaTw_1N.js",
2805
- "index-D2LFCsNP.js"
2860
+ "index-SpDCZABA.js"
2806
2861
  ],
2807
2862
  "originalByteSize": 11806
2808
2863
  },
@@ -2840,7 +2895,7 @@
2840
2895
  "imports": [
2841
2896
  "index-DUaTw_1N.js",
2842
2897
  "component-iASoq6gx.js",
2843
- "index-D2LFCsNP.js",
2898
+ "index-SpDCZABA.js",
2844
2899
  "mirror-emit-kjeNv83f.js"
2845
2900
  ],
2846
2901
  "originalByteSize": 8810
@@ -2854,7 +2909,7 @@
2854
2909
  "fileName": "q2-dropdown-item.cjs.entry.js",
2855
2910
  "imports": [
2856
2911
  "index-DUaTw_1N.js",
2857
- "index-D2LFCsNP.js",
2912
+ "index-SpDCZABA.js",
2858
2913
  "mirror-emit-kjeNv83f.js",
2859
2914
  "component-iASoq6gx.js"
2860
2915
  ],
@@ -2871,7 +2926,7 @@
2871
2926
  "index-DUaTw_1N.js",
2872
2927
  "mirror-emit-kjeNv83f.js"
2873
2928
  ],
2874
- "originalByteSize": 7820
2929
+ "originalByteSize": 7790
2875
2930
  },
2876
2931
  {
2877
2932
  "key": "q2-optgroup.entry",
@@ -2883,7 +2938,7 @@
2883
2938
  "imports": [
2884
2939
  "index-DUaTw_1N.js",
2885
2940
  "component-iASoq6gx.js",
2886
- "index-D2LFCsNP.js"
2941
+ "index-SpDCZABA.js"
2887
2942
  ],
2888
2943
  "originalByteSize": 4234
2889
2944
  },
@@ -2896,11 +2951,11 @@
2896
2951
  "fileName": "q2-select.cjs.entry.js",
2897
2952
  "imports": [
2898
2953
  "index-DUaTw_1N.js",
2899
- "index-D2LFCsNP.js",
2954
+ "index-SpDCZABA.js",
2900
2955
  "mirror-emit-kjeNv83f.js",
2901
2956
  "action-sheet-D71RSc-w.js"
2902
2957
  ],
2903
- "originalByteSize": 46083
2958
+ "originalByteSize": 47848
2904
2959
  },
2905
2960
  {
2906
2961
  "key": "q2-tooltip.entry",
@@ -2911,7 +2966,7 @@
2911
2966
  "fileName": "q2-tooltip.cjs.entry.js",
2912
2967
  "imports": [
2913
2968
  "index-DUaTw_1N.js",
2914
- "index-D2LFCsNP.js"
2969
+ "index-SpDCZABA.js"
2915
2970
  ],
2916
2971
  "originalByteSize": 21139
2917
2972
  },
@@ -2924,9 +2979,9 @@
2924
2979
  "fileName": "q2-item.cjs.entry.js",
2925
2980
  "imports": [
2926
2981
  "index-DUaTw_1N.js",
2927
- "index-D2LFCsNP.js"
2982
+ "index-SpDCZABA.js"
2928
2983
  ],
2929
- "originalByteSize": 12355
2984
+ "originalByteSize": 12472
2930
2985
  },
2931
2986
  {
2932
2987
  "key": "q2-option.entry",
@@ -2937,7 +2992,7 @@
2937
2992
  "fileName": "q2-option.cjs.entry.js",
2938
2993
  "imports": [
2939
2994
  "index-DUaTw_1N.js",
2940
- "index-D2LFCsNP.js",
2995
+ "index-SpDCZABA.js",
2941
2996
  "component-iASoq6gx.js"
2942
2997
  ],
2943
2998
  "originalByteSize": 8143
@@ -2951,7 +3006,7 @@
2951
3006
  "fileName": "q2-message.cjs.entry.js",
2952
3007
  "imports": [
2953
3008
  "index-DUaTw_1N.js",
2954
- "index-D2LFCsNP.js"
3009
+ "index-SpDCZABA.js"
2955
3010
  ],
2956
3011
  "originalByteSize": 8992
2957
3012
  },
@@ -2964,7 +3019,7 @@
2964
3019
  "fileName": "q2-icon.cjs.entry.js",
2965
3020
  "imports": [
2966
3021
  "index-DUaTw_1N.js",
2967
- "index-D2LFCsNP.js",
3022
+ "index-SpDCZABA.js",
2968
3023
  "sprites-DZZE7UFT.js"
2969
3024
  ],
2970
3025
  "originalByteSize": 25172
@@ -2979,10 +3034,10 @@
2979
3034
  "imports": [
2980
3035
  "index-DUaTw_1N.js",
2981
3036
  "index-CgG3VNXc.js",
2982
- "index-D2LFCsNP.js",
3037
+ "index-SpDCZABA.js",
2983
3038
  "mirror-emit-kjeNv83f.js"
2984
3039
  ],
2985
- "originalByteSize": 61619
3040
+ "originalByteSize": 61792
2986
3041
  },
2987
3042
  {
2988
3043
  "key": "q2-checkbox.q2-tag.entry",
@@ -2994,11 +3049,11 @@
2994
3049
  "fileName": "q2-checkbox_2.cjs.entry.js",
2995
3050
  "imports": [
2996
3051
  "index-DUaTw_1N.js",
2997
- "index-D2LFCsNP.js",
3052
+ "index-SpDCZABA.js",
2998
3053
  "mirror-emit-kjeNv83f.js",
2999
3054
  "action-sheet-D71RSc-w.js"
3000
3055
  ],
3001
- "originalByteSize": 56187
3056
+ "originalByteSize": 56223
3002
3057
  },
3003
3058
  {
3004
3059
  "key": "q2-link.q2-list.entry",
@@ -3010,9 +3065,9 @@
3010
3065
  "fileName": "q2-link_2.cjs.entry.js",
3011
3066
  "imports": [
3012
3067
  "index-DUaTw_1N.js",
3013
- "index-D2LFCsNP.js"
3068
+ "index-SpDCZABA.js"
3014
3069
  ],
3015
- "originalByteSize": 13176
3070
+ "originalByteSize": 13161
3016
3071
  },
3017
3072
  {
3018
3073
  "key": "q2-action-group.q2-resize-observer.entry",
@@ -3024,7 +3079,7 @@
3024
3079
  "fileName": "q2-action-group_2.cjs.entry.js",
3025
3080
  "imports": [
3026
3081
  "index-DUaTw_1N.js",
3027
- "index-D2LFCsNP.js"
3082
+ "index-SpDCZABA.js"
3028
3083
  ],
3029
3084
  "originalByteSize": 16783
3030
3085
  },
@@ -3038,11 +3093,11 @@
3038
3093
  "fileName": "q2-btn_2.cjs.entry.js",
3039
3094
  "imports": [
3040
3095
  "index-DUaTw_1N.js",
3041
- "index-D2LFCsNP.js",
3096
+ "index-SpDCZABA.js",
3042
3097
  "shapes-CWaeHFb9.js",
3043
3098
  "sprites-DZZE7UFT.js"
3044
3099
  ],
3045
- "originalByteSize": 77844
3100
+ "originalByteSize": 78178
3046
3101
  },
3047
3102
  {
3048
3103
  "key": "q2-carousel.entry",
@@ -3053,7 +3108,7 @@
3053
3108
  "fileName": "q2-carousel.cjs.entry.js",
3054
3109
  "imports": [
3055
3110
  "index-DUaTw_1N.js",
3056
- "index-D2LFCsNP.js",
3111
+ "index-SpDCZABA.js",
3057
3112
  "mirror-emit-kjeNv83f.js",
3058
3113
  "component-iASoq6gx.js"
3059
3114
  ],
@@ -3072,9 +3127,9 @@
3072
3127
  "index-DUaTw_1N.js",
3073
3128
  "mirror-emit-kjeNv83f.js",
3074
3129
  "component-iASoq6gx.js",
3075
- "index-D2LFCsNP.js"
3130
+ "index-SpDCZABA.js"
3076
3131
  ],
3077
- "originalByteSize": 52843
3132
+ "originalByteSize": 52828
3078
3133
  },
3079
3134
  {
3080
3135
  "key": "q2-chart-bar.entry",
@@ -3085,7 +3140,7 @@
3085
3140
  "fileName": "q2-chart-bar.cjs.entry.js",
3086
3141
  "imports": [
3087
3142
  "index-DUaTw_1N.js",
3088
- "index-D2LFCsNP.js",
3143
+ "index-SpDCZABA.js",
3089
3144
  "charting-ClN1ldqv.js",
3090
3145
  "dataSample-BYR-wrOn.js",
3091
3146
  "sectorHelper-9TWL-3dw.js"
@@ -3101,7 +3156,7 @@
3101
3156
  "fileName": "q2-chart-area.cjs.entry.js",
3102
3157
  "imports": [
3103
3158
  "index-DUaTw_1N.js",
3104
- "index-D2LFCsNP.js",
3159
+ "index-SpDCZABA.js",
3105
3160
  "mirror-emit-kjeNv83f.js",
3106
3161
  "charting-ClN1ldqv.js",
3107
3162
  "dataSample-BYR-wrOn.js"
@@ -3118,10 +3173,10 @@
3118
3173
  "fileName": "q2-badge_2.cjs.entry.js",
3119
3174
  "imports": [
3120
3175
  "index-DUaTw_1N.js",
3121
- "index-D2LFCsNP.js",
3176
+ "index-SpDCZABA.js",
3122
3177
  "mirror-emit-kjeNv83f.js"
3123
3178
  ],
3124
- "originalByteSize": 125950
3179
+ "originalByteSize": 126925
3125
3180
  },
3126
3181
  {
3127
3182
  "key": "q2-chart-donut.entry",
@@ -3132,12 +3187,12 @@
3132
3187
  "fileName": "q2-chart-donut.cjs.entry.js",
3133
3188
  "imports": [
3134
3189
  "index-DUaTw_1N.js",
3135
- "index-D2LFCsNP.js",
3190
+ "index-SpDCZABA.js",
3136
3191
  "mirror-emit-kjeNv83f.js",
3137
3192
  "charting-ClN1ldqv.js",
3138
3193
  "sectorHelper-9TWL-3dw.js"
3139
3194
  ],
3140
- "originalByteSize": 179973
3195
+ "originalByteSize": 179958
3141
3196
  }
3142
3197
  ]
3143
3198
  },
@@ -4596,13 +4651,19 @@
4596
4651
  "mutable": false,
4597
4652
  "required": false,
4598
4653
  "optional": false,
4654
+ "defaultValue": "'medium'",
4599
4655
  "complexType": {
4600
4656
  "original": "'small' | 'medium' | 'large'",
4601
4657
  "resolved": "\"large\" | \"medium\" | \"small\"",
4602
4658
  "references": {}
4603
4659
  },
4604
4660
  "docs": {
4605
- "tags": [],
4661
+ "tags": [
4662
+ {
4663
+ "name": "default",
4664
+ "text": "'medium'"
4665
+ }
4666
+ ],
4606
4667
  "text": "Defines the size of q2-btn, it renders as default size if not provided."
4607
4668
  },
4608
4669
  "internal": false,
@@ -5724,6 +5785,33 @@
5724
5785
  "getter": false,
5725
5786
  "setter": false
5726
5787
  },
5788
+ {
5789
+ "name": "valid",
5790
+ "type": "boolean",
5791
+ "attribute": "valid",
5792
+ "reflect": true,
5793
+ "mutable": false,
5794
+ "required": false,
5795
+ "optional": false,
5796
+ "defaultValue": "false",
5797
+ "complexType": {
5798
+ "original": "boolean",
5799
+ "resolved": "boolean",
5800
+ "references": {}
5801
+ },
5802
+ "docs": {
5803
+ "tags": [
5804
+ {
5805
+ "name": "default",
5806
+ "text": "false"
5807
+ }
5808
+ ],
5809
+ "text": "Show success styles when the calendar is in a valid state. The error state takes precedence when both are set."
5810
+ },
5811
+ "internal": false,
5812
+ "getter": false,
5813
+ "setter": false
5814
+ },
5727
5815
  {
5728
5816
  "name": "validDates",
5729
5817
  "type": "unknown",
@@ -6298,27 +6386,6 @@
6298
6386
  "q2-btn"
6299
6387
  ],
6300
6388
  "properties": [
6301
- {
6302
- "name": "accessibilityLabel",
6303
- "type": "string",
6304
- "attribute": "accessibility-label",
6305
- "reflect": false,
6306
- "mutable": false,
6307
- "required": false,
6308
- "optional": true,
6309
- "complexType": {
6310
- "original": "string",
6311
- "resolved": "string",
6312
- "references": {}
6313
- },
6314
- "docs": {
6315
- "tags": [],
6316
- "text": "Accessible label for the card image. When provided, this value is applied as `aria-label`\non either the card container (non-clickable) or the wrapping button (clickable)."
6317
- },
6318
- "internal": false,
6319
- "getter": false,
6320
- "setter": false
6321
- },
6322
6389
  {
6323
6390
  "name": "background",
6324
6391
  "type": "string",
@@ -6718,6 +6785,27 @@
6718
6785
  "getter": false,
6719
6786
  "setter": false
6720
6787
  },
6788
+ {
6789
+ "name": "tctAriaLabel",
6790
+ "type": "string",
6791
+ "attribute": "tct-aria-label",
6792
+ "reflect": false,
6793
+ "mutable": false,
6794
+ "required": false,
6795
+ "optional": true,
6796
+ "complexType": {
6797
+ "original": "string",
6798
+ "resolved": "string",
6799
+ "references": {}
6800
+ },
6801
+ "docs": {
6802
+ "tags": [],
6803
+ "text": "Accessible label for the card image. When provided, this value is applied as `aria-label`\non either the card container (non-clickable) or the wrapping button (clickable)."
6804
+ },
6805
+ "internal": false,
6806
+ "getter": false,
6807
+ "setter": false
6808
+ },
6721
6809
  {
6722
6810
  "name": "vendor",
6723
6811
  "type": "string",
@@ -17978,6 +18066,33 @@
17978
18066
  "getter": false,
17979
18067
  "setter": false
17980
18068
  },
18069
+ {
18070
+ "name": "valid",
18071
+ "type": "boolean",
18072
+ "attribute": "valid",
18073
+ "reflect": true,
18074
+ "mutable": false,
18075
+ "required": false,
18076
+ "optional": false,
18077
+ "defaultValue": "false",
18078
+ "complexType": {
18079
+ "original": "boolean",
18080
+ "resolved": "boolean",
18081
+ "references": {}
18082
+ },
18083
+ "docs": {
18084
+ "tags": [
18085
+ {
18086
+ "name": "default",
18087
+ "text": "false"
18088
+ }
18089
+ ],
18090
+ "text": "Displays a success state icon when the field does not have active errors."
18091
+ },
18092
+ "internal": false,
18093
+ "getter": false,
18094
+ "setter": false
18095
+ },
17981
18096
  {
17982
18097
  "name": "validity",
17983
18098
  "type": "unknown",
@@ -19396,6 +19511,37 @@
19396
19511
  "methods": [],
19397
19512
  "potentialCmpRefs": [],
19398
19513
  "properties": [
19514
+ {
19515
+ "name": "ignoreTag",
19516
+ "type": "boolean",
19517
+ "attribute": "ignore-tag",
19518
+ "reflect": false,
19519
+ "mutable": false,
19520
+ "required": false,
19521
+ "optional": false,
19522
+ "defaultValue": "false",
19523
+ "complexType": {
19524
+ "original": "boolean",
19525
+ "resolved": "boolean",
19526
+ "references": {}
19527
+ },
19528
+ "docs": {
19529
+ "tags": [
19530
+ {
19531
+ "name": "warning",
19532
+ "text": "Only use this with trusted localization strings, as it uses innerHTML and may expose XSS vulnerabilities. See the FAQ \"Can I add HTML to my localization strings?\" for usage guidance."
19533
+ },
19534
+ {
19535
+ "name": "default",
19536
+ "text": "false"
19537
+ }
19538
+ ],
19539
+ "text": "When true, allows HTML tags in the localized string to be rendered as HTML."
19540
+ },
19541
+ "internal": false,
19542
+ "getter": false,
19543
+ "setter": false
19544
+ },
19399
19545
  {
19400
19546
  "name": "substitutions",
19401
19547
  "type": "unknown",
@@ -20024,7 +20170,7 @@
20024
20170
  },
20025
20171
  {
20026
20172
  "name": "category",
20027
- "text": "Display"
20173
+ "text": "Platform"
20028
20174
  },
20029
20175
  {
20030
20176
  "name": "summary",
@@ -27229,6 +27375,33 @@
27229
27375
  "getter": false,
27230
27376
  "setter": false
27231
27377
  },
27378
+ {
27379
+ "name": "valid",
27380
+ "type": "boolean",
27381
+ "attribute": "valid",
27382
+ "reflect": true,
27383
+ "mutable": false,
27384
+ "required": false,
27385
+ "optional": false,
27386
+ "defaultValue": "false",
27387
+ "complexType": {
27388
+ "original": "boolean",
27389
+ "resolved": "boolean",
27390
+ "references": {}
27391
+ },
27392
+ "docs": {
27393
+ "tags": [
27394
+ {
27395
+ "name": "default",
27396
+ "text": "false"
27397
+ }
27398
+ ],
27399
+ "text": "Determines whether to show a success state. The error state takes precedence when both are set."
27400
+ },
27401
+ "internal": false,
27402
+ "getter": false,
27403
+ "setter": false
27404
+ },
27232
27405
  {
27233
27406
  "name": "value",
27234
27407
  "type": "string",
@@ -28051,6 +28224,378 @@
28051
28224
  }
28052
28225
  ]
28053
28226
  },
28227
+ {
28228
+ "tag": "q2-surface",
28229
+ "path": "./src/components/q2-surface/q2-surface.js",
28230
+ "source": "./src/components/q2-surface/q2-surface.tsx",
28231
+ "elementRef": "hostElement",
28232
+ "componentClassName": "Q2Surface",
28233
+ "assetsDirs": [],
28234
+ "dependencies": [],
28235
+ "dependents": [],
28236
+ "directDependencies": [],
28237
+ "directDependents": [],
28238
+ "docs": {
28239
+ "tags": [
28240
+ {
28241
+ "name": "name",
28242
+ "text": "Surface"
28243
+ },
28244
+ {
28245
+ "name": "category",
28246
+ "text": "Display"
28247
+ },
28248
+ {
28249
+ "name": "summary",
28250
+ "text": "An unopinionated visual primitive. A plain block by default that gains visual treatment via attributes."
28251
+ }
28252
+ ],
28253
+ "text": ""
28254
+ },
28255
+ "encapsulation": "shadow",
28256
+ "excludeFromCollection": false,
28257
+ "events": [
28258
+ {
28259
+ "name": "tctClick",
28260
+ "method": "tctClick",
28261
+ "bubbles": true,
28262
+ "cancelable": true,
28263
+ "composed": true,
28264
+ "docs": {
28265
+ "tags": [],
28266
+ "text": "Emitted when the surface is clicked and `clickable` is true."
28267
+ },
28268
+ "complexType": {
28269
+ "original": "void",
28270
+ "resolved": "void",
28271
+ "references": {}
28272
+ },
28273
+ "internal": false
28274
+ }
28275
+ ],
28276
+ "internal": false,
28277
+ "listeners": [
28278
+ {
28279
+ "name": "click",
28280
+ "method": "onClick",
28281
+ "capture": false,
28282
+ "passive": false
28283
+ },
28284
+ {
28285
+ "name": "keydown",
28286
+ "method": "onKeydown",
28287
+ "capture": false,
28288
+ "passive": false
28289
+ }
28290
+ ],
28291
+ "methods": [
28292
+ {
28293
+ "name": "animate",
28294
+ "docs": {
28295
+ "text": "Triggers a named animation on the surface. If an animation is already running, cancels it before starting the new one.",
28296
+ "tags": [
28297
+ {
28298
+ "name": "param",
28299
+ "text": "animation The animation to play. Defaults to `'pulse'`."
28300
+ },
28301
+ {
28302
+ "name": "returns",
28303
+ "text": "A Promise that resolves when the animation finishes or is cancelled."
28304
+ }
28305
+ ]
28306
+ },
28307
+ "complexType": {
28308
+ "signature": "(animation?: \"bounce\" | \"flash\" | \"pulse\" | \"tada\") => Promise<void>",
28309
+ "parameters": [
28310
+ {
28311
+ "name": "animation",
28312
+ "type": "\"bounce\" | \"flash\" | \"pulse\" | \"tada\"",
28313
+ "docs": "The animation to play. Defaults to `'pulse'`."
28314
+ }
28315
+ ],
28316
+ "references": {
28317
+ "Promise": {
28318
+ "location": "global",
28319
+ "id": "global::Promise"
28320
+ }
28321
+ },
28322
+ "return": "Promise<void>"
28323
+ },
28324
+ "internal": false
28325
+ }
28326
+ ],
28327
+ "potentialCmpRefs": [],
28328
+ "properties": [
28329
+ {
28330
+ "name": "background",
28331
+ "type": "string",
28332
+ "attribute": "background",
28333
+ "reflect": true,
28334
+ "mutable": false,
28335
+ "required": false,
28336
+ "optional": true,
28337
+ "complexType": {
28338
+ "original": "'default' | 'primary' | 'secondary' | 'tertiary'",
28339
+ "resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
28340
+ "references": {}
28341
+ },
28342
+ "docs": {
28343
+ "tags": [],
28344
+ "text": "Applies a background color from the design-system token palette. When unset, the surface is transparent."
28345
+ },
28346
+ "internal": false,
28347
+ "getter": false,
28348
+ "setter": false
28349
+ },
28350
+ {
28351
+ "name": "backgroundGradient",
28352
+ "type": "boolean",
28353
+ "attribute": "background-gradient",
28354
+ "reflect": true,
28355
+ "mutable": false,
28356
+ "required": false,
28357
+ "optional": false,
28358
+ "defaultValue": "false",
28359
+ "complexType": {
28360
+ "original": "boolean",
28361
+ "resolved": "boolean",
28362
+ "references": {}
28363
+ },
28364
+ "docs": {
28365
+ "tags": [
28366
+ {
28367
+ "name": "info",
28368
+ "text": "Direction and colors are customizable via CSS custom properties."
28369
+ },
28370
+ {
28371
+ "name": "default",
28372
+ "text": "false"
28373
+ }
28374
+ ],
28375
+ "text": "Applies a gradient fade across the background."
28376
+ },
28377
+ "internal": false,
28378
+ "getter": false,
28379
+ "setter": false
28380
+ },
28381
+ {
28382
+ "name": "border",
28383
+ "type": "string",
28384
+ "attribute": "border",
28385
+ "reflect": true,
28386
+ "mutable": false,
28387
+ "required": false,
28388
+ "optional": true,
28389
+ "complexType": {
28390
+ "original": "'default' | 'primary' | 'secondary' | 'tertiary'",
28391
+ "resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
28392
+ "references": {}
28393
+ },
28394
+ "docs": {
28395
+ "tags": [],
28396
+ "text": "Renders a visible border around the surface, optionally in a themed color."
28397
+ },
28398
+ "internal": false,
28399
+ "getter": false,
28400
+ "setter": false
28401
+ },
28402
+ {
28403
+ "name": "borderGradient",
28404
+ "type": "boolean",
28405
+ "attribute": "border-gradient",
28406
+ "reflect": true,
28407
+ "mutable": false,
28408
+ "required": false,
28409
+ "optional": false,
28410
+ "defaultValue": "false",
28411
+ "complexType": {
28412
+ "original": "boolean",
28413
+ "resolved": "boolean",
28414
+ "references": {}
28415
+ },
28416
+ "docs": {
28417
+ "tags": [
28418
+ {
28419
+ "name": "info",
28420
+ "text": "Requires `border` to be set to produce a colored gradient. Without `border`, falls back to the default border color."
28421
+ },
28422
+ {
28423
+ "name": "default",
28424
+ "text": "false"
28425
+ }
28426
+ ],
28427
+ "text": "Renders the border as a gradient using the color set by the `border` prop. Takes precedence over a solid `border` when both are set."
28428
+ },
28429
+ "internal": false,
28430
+ "getter": false,
28431
+ "setter": false
28432
+ },
28433
+ {
28434
+ "name": "clickable",
28435
+ "type": "boolean",
28436
+ "attribute": "clickable",
28437
+ "reflect": true,
28438
+ "mutable": false,
28439
+ "required": false,
28440
+ "optional": false,
28441
+ "defaultValue": "false",
28442
+ "complexType": {
28443
+ "original": "boolean",
28444
+ "resolved": "boolean",
28445
+ "references": {}
28446
+ },
28447
+ "docs": {
28448
+ "tags": [
28449
+ {
28450
+ "name": "info",
28451
+ "text": "Emits `tctClick` when clicked."
28452
+ },
28453
+ {
28454
+ "name": "default",
28455
+ "text": "false"
28456
+ }
28457
+ ],
28458
+ "text": "Makes the surface interactive, responding to clicks."
28459
+ },
28460
+ "internal": false,
28461
+ "getter": false,
28462
+ "setter": false
28463
+ },
28464
+ {
28465
+ "name": "elevation",
28466
+ "type": "number",
28467
+ "attribute": "elevation",
28468
+ "reflect": true,
28469
+ "mutable": false,
28470
+ "required": false,
28471
+ "optional": false,
28472
+ "defaultValue": "0",
28473
+ "complexType": {
28474
+ "original": "0 | 1 | 2 | 3 | 4 | 5",
28475
+ "resolved": "0 | 1 | 2 | 3 | 4 | 5",
28476
+ "references": {}
28477
+ },
28478
+ "docs": {
28479
+ "tags": [
28480
+ {
28481
+ "name": "info",
28482
+ "text": "0 means no shadow; higher values appear more elevated."
28483
+ },
28484
+ {
28485
+ "name": "default",
28486
+ "text": "0"
28487
+ }
28488
+ ],
28489
+ "text": "Gives the component a drop shadow."
28490
+ },
28491
+ "internal": false,
28492
+ "getter": false,
28493
+ "setter": false
28494
+ },
28495
+ {
28496
+ "name": "inset",
28497
+ "type": "string",
28498
+ "attribute": "inset",
28499
+ "reflect": true,
28500
+ "mutable": false,
28501
+ "required": false,
28502
+ "optional": false,
28503
+ "defaultValue": "'none'",
28504
+ "complexType": {
28505
+ "original": "'none' | 'compact' | 'normal' | 'comfortable'",
28506
+ "resolved": "\"comfortable\" | \"compact\" | \"none\" | \"normal\"",
28507
+ "references": {}
28508
+ },
28509
+ "docs": {
28510
+ "tags": [
28511
+ {
28512
+ "name": "info",
28513
+ "text": "Individual axes can be overridden with `inset-x` and `inset-y`."
28514
+ },
28515
+ {
28516
+ "name": "default",
28517
+ "text": "'none'"
28518
+ }
28519
+ ],
28520
+ "text": "Adds internal padding applied uniformly on all sides."
28521
+ },
28522
+ "internal": false,
28523
+ "getter": false,
28524
+ "setter": false
28525
+ },
28526
+ {
28527
+ "name": "insetX",
28528
+ "type": "string",
28529
+ "attribute": "inset-x",
28530
+ "reflect": true,
28531
+ "mutable": false,
28532
+ "required": false,
28533
+ "optional": true,
28534
+ "complexType": {
28535
+ "original": "'none' | 'compact' | 'normal' | 'comfortable'",
28536
+ "resolved": "\"comfortable\" | \"compact\" | \"none\" | \"normal\"",
28537
+ "references": {}
28538
+ },
28539
+ "docs": {
28540
+ "tags": [],
28541
+ "text": "Adds horizontal padding, overriding the horizontal component of `inset`."
28542
+ },
28543
+ "internal": false,
28544
+ "getter": false,
28545
+ "setter": false
28546
+ },
28547
+ {
28548
+ "name": "insetY",
28549
+ "type": "string",
28550
+ "attribute": "inset-y",
28551
+ "reflect": true,
28552
+ "mutable": false,
28553
+ "required": false,
28554
+ "optional": true,
28555
+ "complexType": {
28556
+ "original": "'none' | 'compact' | 'normal' | 'comfortable'",
28557
+ "resolved": "\"comfortable\" | \"compact\" | \"none\" | \"normal\"",
28558
+ "references": {}
28559
+ },
28560
+ "docs": {
28561
+ "tags": [],
28562
+ "text": "Adds vertical padding, overriding the vertical component of `inset`."
28563
+ },
28564
+ "internal": false,
28565
+ "getter": false,
28566
+ "setter": false
28567
+ },
28568
+ {
28569
+ "name": "radius",
28570
+ "type": "number",
28571
+ "attribute": "radius",
28572
+ "reflect": true,
28573
+ "mutable": false,
28574
+ "required": false,
28575
+ "optional": false,
28576
+ "defaultValue": "0",
28577
+ "complexType": {
28578
+ "original": "0 | 1 | 2 | 3 | 4 | 5",
28579
+ "resolved": "0 | 1 | 2 | 3 | 4 | 5",
28580
+ "references": {}
28581
+ },
28582
+ "docs": {
28583
+ "tags": [
28584
+ {
28585
+ "name": "default",
28586
+ "text": "0"
28587
+ }
28588
+ ],
28589
+ "text": "Adds corner rounding on a scale from 0 (sharp) to 5 (most rounded)."
28590
+ },
28591
+ "internal": false,
28592
+ "getter": false,
28593
+ "setter": false
28594
+ }
28595
+ ],
28596
+ "shadowDelegatesFocus": false,
28597
+ "states": []
28598
+ },
28054
28599
  {
28055
28600
  "tag": "q2-tab-container",
28056
28601
  "path": "./src/components/q2-tab-container/q2-tab-container.js",
@@ -29652,16 +30197,24 @@
29652
30197
  "docs": {
29653
30198
  "tags": [
29654
30199
  {
29655
- "name": "slot",
29656
- "text": "icon - Optional slot for a custom icon."
30200
+ "name": "name",
30201
+ "text": "Toast"
30202
+ },
30203
+ {
30204
+ "name": "category",
30205
+ "text": "Platform"
30206
+ },
30207
+ {
30208
+ "name": "summary",
30209
+ "text": "Use for brief, non-intrusive notifications that appear temporarily and do not require user interaction."
29657
30210
  },
29658
30211
  {
29659
30212
  "name": "slot",
29660
- "text": "title - Optional slot for the title content."
30213
+ "text": "icon - Optional slot for a custom icon."
29661
30214
  },
29662
30215
  {
29663
30216
  "name": "slot",
29664
- "text": "- Optional slot for the message content."
30217
+ "text": "title - Optional slot for the title content."
29665
30218
  },
29666
30219
  {
29667
30220
  "name": "slot",
@@ -31885,6 +32438,33 @@
31885
32438
  "getter": false,
31886
32439
  "setter": false
31887
32440
  },
32441
+ {
32442
+ "name": "valid",
32443
+ "type": "boolean",
32444
+ "attribute": "valid",
32445
+ "reflect": true,
32446
+ "mutable": false,
32447
+ "required": false,
32448
+ "optional": false,
32449
+ "defaultValue": "false",
32450
+ "complexType": {
32451
+ "original": "boolean",
32452
+ "resolved": "boolean",
32453
+ "references": {}
32454
+ },
32455
+ "docs": {
32456
+ "tags": [
32457
+ {
32458
+ "name": "default",
32459
+ "text": "false"
32460
+ }
32461
+ ],
32462
+ "text": "Show success styles when the calendar is in a valid state. The error state takes precedence when both are set."
32463
+ },
32464
+ "internal": false,
32465
+ "getter": false,
32466
+ "setter": false
32467
+ },
31888
32468
  {
31889
32469
  "name": "validDates",
31890
32470
  "type": "unknown",
@@ -32618,6 +33198,7 @@
32618
33198
  "clearable",
32619
33199
  "placeholder",
32620
33200
  "optional",
33201
+ "valid",
32621
33202
  "aria-expanded",
32622
33203
  "aria-controls",
32623
33204
  "hints",
@@ -33609,27 +34190,6 @@
33609
34190
  "shadowDelegatesFocus": false,
33610
34191
  "slotAssignment": null,
33611
34192
  "properties": [
33612
- {
33613
- "name": "accessibilityLabel",
33614
- "type": "string",
33615
- "attribute": "accessibility-label",
33616
- "reflect": false,
33617
- "mutable": false,
33618
- "required": false,
33619
- "optional": true,
33620
- "complexType": {
33621
- "original": "string",
33622
- "resolved": "string",
33623
- "references": {}
33624
- },
33625
- "docs": {
33626
- "tags": [],
33627
- "text": "Accessible label for the card image. When provided, this value is applied as `aria-label`\non either the card container (non-clickable) or the wrapping button (clickable)."
33628
- },
33629
- "internal": false,
33630
- "getter": false,
33631
- "setter": false
33632
- },
33633
34193
  {
33634
34194
  "name": "background",
33635
34195
  "type": "string",
@@ -34029,6 +34589,27 @@
34029
34589
  "getter": false,
34030
34590
  "setter": false
34031
34591
  },
34592
+ {
34593
+ "name": "tctAriaLabel",
34594
+ "type": "string",
34595
+ "attribute": "tct-aria-label",
34596
+ "reflect": false,
34597
+ "mutable": false,
34598
+ "required": false,
34599
+ "optional": true,
34600
+ "complexType": {
34601
+ "original": "string",
34602
+ "resolved": "string",
34603
+ "references": {}
34604
+ },
34605
+ "docs": {
34606
+ "tags": [],
34607
+ "text": "Accessible label for the card image. When provided, this value is applied as `aria-label`\non either the card container (non-clickable) or the wrapping button (clickable)."
34608
+ },
34609
+ "internal": false,
34610
+ "getter": false,
34611
+ "setter": false
34612
+ },
34032
34613
  {
34033
34614
  "name": "vendor",
34034
34615
  "type": "string",
@@ -34510,6 +35091,7 @@
34510
35091
  "src",
34511
35092
  "alt",
34512
35093
  "onClick",
35094
+ "block",
34513
35095
  "disabled",
34514
35096
  "label",
34515
35097
  "hideLabel",
@@ -36225,7 +36807,20 @@
36225
36807
  ],
36226
36808
  "internal": false,
36227
36809
  "assetsDirs": [],
36228
- "styleDocs": [],
36810
+ "styleDocs": [
36811
+ {
36812
+ "name": "--tct-area-chart-width?",
36813
+ "docs": "(<length-percentage>) Controls the width of the area chart.",
36814
+ "annotation": "prop",
36815
+ "mode": "$"
36816
+ },
36817
+ {
36818
+ "name": "--tct-area-chart-height?",
36819
+ "docs": "(<length-percentage>) Controls the height of the area chart.",
36820
+ "annotation": "prop",
36821
+ "mode": "$"
36822
+ }
36823
+ ],
36229
36824
  "docs": {
36230
36825
  "tags": [
36231
36826
  {
@@ -36837,7 +37432,20 @@
36837
37432
  ],
36838
37433
  "internal": false,
36839
37434
  "assetsDirs": [],
36840
- "styleDocs": [],
37435
+ "styleDocs": [
37436
+ {
37437
+ "name": "--tct-bar-chart-width?",
37438
+ "docs": "(<length-percentage>) Controls the width of the bar chart.",
37439
+ "annotation": "prop",
37440
+ "mode": "$"
37441
+ },
37442
+ {
37443
+ "name": "--tct-bar-chart-height?",
37444
+ "docs": "(<length-percentage>) Controls the height of the bar chart.",
37445
+ "annotation": "prop",
37446
+ "mode": "$"
37447
+ }
37448
+ ],
36841
37449
  "docs": {
36842
37450
  "tags": [
36843
37451
  {
@@ -42838,6 +43446,10 @@
42838
43446
  {
42839
43447
  "propName": "errors",
42840
43448
  "methodName": "errorsObserver"
43449
+ },
43450
+ {
43451
+ "propName": "value",
43452
+ "methodName": "valueObserver"
42841
43453
  }
42842
43454
  ],
42843
43455
  "doesExtend": false,
@@ -47376,6 +47988,37 @@
47376
47988
  "shadowDelegatesFocus": false,
47377
47989
  "slotAssignment": null,
47378
47990
  "properties": [
47991
+ {
47992
+ "name": "ignoreTag",
47993
+ "type": "boolean",
47994
+ "attribute": "ignore-tag",
47995
+ "reflect": false,
47996
+ "mutable": false,
47997
+ "required": false,
47998
+ "optional": false,
47999
+ "defaultValue": "false",
48000
+ "complexType": {
48001
+ "original": "boolean",
48002
+ "resolved": "boolean",
48003
+ "references": {}
48004
+ },
48005
+ "docs": {
48006
+ "tags": [
48007
+ {
48008
+ "name": "warning",
48009
+ "text": "Only use this with trusted localization strings, as it uses innerHTML and may expose XSS vulnerabilities. See the FAQ \"Can I add HTML to my localization strings?\" for usage guidance."
48010
+ },
48011
+ {
48012
+ "name": "default",
48013
+ "text": "false"
48014
+ }
48015
+ ],
48016
+ "text": "When true, allows HTML tags in the localized string to be rendered as HTML."
48017
+ },
48018
+ "internal": false,
48019
+ "getter": false,
48020
+ "setter": false
48021
+ },
47379
48022
  {
47380
48023
  "name": "substitutions",
47381
48024
  "type": "unknown",
@@ -47462,7 +48105,7 @@
47462
48105
  "hasComponentWillUpdateFn": false,
47463
48106
  "hasComponentDidUpdateFn": false,
47464
48107
  "hasComponentWillRenderFn": false,
47465
- "hasComponentDidRenderFn": false,
48108
+ "hasComponentDidRenderFn": true,
47466
48109
  "hasConnectedCallbackFn": false,
47467
48110
  "hasDeserializer": false,
47468
48111
  "hasDisconnectedCallbackFn": true,
@@ -47482,7 +48125,7 @@
47482
48125
  "hasAttribute": true,
47483
48126
  "hasProp": true,
47484
48127
  "hasPropNumber": false,
47485
- "hasPropBoolean": false,
48128
+ "hasPropBoolean": true,
47486
48129
  "hasPropString": true,
47487
48130
  "hasPropMutable": true,
47488
48131
  "hasReflect": true,
@@ -48666,7 +49309,7 @@
48666
49309
  },
48667
49310
  {
48668
49311
  "name": "category",
48669
- "text": "Display"
49312
+ "text": "Platform"
48670
49313
  },
48671
49314
  {
48672
49315
  "name": "summary",
@@ -49940,7 +50583,194 @@
49940
50583
  ],
49941
50584
  "internal": false,
49942
50585
  "assetsDirs": [],
49943
- "styleDocs": [],
50586
+ "styleDocs": [
50587
+ {
50588
+ "name": "--tct-otp-margin?",
50589
+ "docs": "(<length-percentage>+) Controls the margin of the component host as a shorthand. Overrides --tct-otp-margin-top and --tct-otp-margin-bottom when set.",
50590
+ "annotation": "prop",
50591
+ "mode": "$"
50592
+ },
50593
+ {
50594
+ "name": "--tct-otp-margin-top",
50595
+ "docs": "(<length-percentage>) Controls the top margin of the component host.",
50596
+ "annotation": "prop",
50597
+ "mode": "$"
50598
+ },
50599
+ {
50600
+ "name": "--tct-otp-margin-bottom",
50601
+ "docs": "(<length-percentage>) Controls the bottom margin of the component host.",
50602
+ "annotation": "prop",
50603
+ "mode": "$"
50604
+ },
50605
+ {
50606
+ "name": "--tct-otp-vertical-gap",
50607
+ "docs": "(<length-percentage>) Controls the vertical spacing between the label, fields, helper text, and actions.",
50608
+ "annotation": "prop",
50609
+ "mode": "$"
50610
+ },
50611
+ {
50612
+ "name": "--tct-otp-field-gap",
50613
+ "docs": "(<length-percentage>) Controls the horizontal spacing between individual OTP fields.",
50614
+ "annotation": "prop",
50615
+ "mode": "$"
50616
+ },
50617
+ {
50618
+ "name": "--tct-otp-field-background",
50619
+ "docs": "(<color>) Controls the background color of each OTP input field.",
50620
+ "annotation": "prop",
50621
+ "mode": "$"
50622
+ },
50623
+ {
50624
+ "name": "--tct-otp-field-border-color",
50625
+ "docs": "(<color>) Controls the border color of each OTP input field.",
50626
+ "annotation": "prop",
50627
+ "mode": "$"
50628
+ },
50629
+ {
50630
+ "name": "--tct-otp-field-border-radius",
50631
+ "docs": "(<length-percentage>) Controls the corner radius of each OTP input field.",
50632
+ "annotation": "prop",
50633
+ "mode": "$"
50634
+ },
50635
+ {
50636
+ "name": "--tct-otp-field-border-width",
50637
+ "docs": "(<length>) Controls the border width of each OTP input field.",
50638
+ "annotation": "prop",
50639
+ "mode": "$"
50640
+ },
50641
+ {
50642
+ "name": "--tct-otp-field-font-color",
50643
+ "docs": "(<color>) Controls the text color inside each OTP input field.",
50644
+ "annotation": "prop",
50645
+ "mode": "$"
50646
+ },
50647
+ {
50648
+ "name": "--tct-otp-field-font-size",
50649
+ "docs": "(<length-percentage>) Controls the font size of characters inside each OTP input field.",
50650
+ "annotation": "prop",
50651
+ "mode": "$"
50652
+ },
50653
+ {
50654
+ "name": "--tct-otp-field-font-weight",
50655
+ "docs": "(<number>) Controls the font weight of characters inside each OTP input field.",
50656
+ "annotation": "prop",
50657
+ "mode": "$"
50658
+ },
50659
+ {
50660
+ "name": "--tct-otp-field-masked-color",
50661
+ "docs": "(<color>) Controls the color of the mask dot shown when the field is in masked mode.",
50662
+ "annotation": "prop",
50663
+ "mode": "$"
50664
+ },
50665
+ {
50666
+ "name": "--tct-otp-field-masked-size",
50667
+ "docs": "(<length>) Controls the diameter of the mask dot shown when the field is in masked mode.",
50668
+ "annotation": "prop",
50669
+ "mode": "$"
50670
+ },
50671
+ {
50672
+ "name": "--tct-otp-field-focus-border-color?",
50673
+ "docs": "(<color>) Controls the border color of the active (focused) OTP field. Defaults to the regular field border color.",
50674
+ "annotation": "prop",
50675
+ "mode": "$"
50676
+ },
50677
+ {
50678
+ "name": "--tct-otp-field-focus-box-shadow",
50679
+ "docs": "(*) Controls the box-shadow applied to the active (focused) OTP field.",
50680
+ "annotation": "prop",
50681
+ "mode": "$"
50682
+ },
50683
+ {
50684
+ "name": "--tct-otp-field-error-border-color",
50685
+ "docs": "(<color>) Controls the border color of each OTP field when the component is in the error state.",
50686
+ "annotation": "prop",
50687
+ "mode": "$"
50688
+ },
50689
+ {
50690
+ "name": "--tct-otp-field-error-focus-ring-color",
50691
+ "docs": "(<color>) Controls the focus ring color of the active field when the component is in the error state.",
50692
+ "annotation": "prop",
50693
+ "mode": "$"
50694
+ },
50695
+ {
50696
+ "name": "--tct-otp-field-error-focus-box-shadow",
50697
+ "docs": "(*) Controls the box-shadow of the active field when the component is in the error state.",
50698
+ "annotation": "prop",
50699
+ "mode": "$"
50700
+ },
50701
+ {
50702
+ "name": "--tct-otp-field-success-border-color",
50703
+ "docs": "(<color>) Controls the border color of each OTP field when the component is in the success state.",
50704
+ "annotation": "prop",
50705
+ "mode": "$"
50706
+ },
50707
+ {
50708
+ "name": "--tct-otp-field-success-focus-ring-color",
50709
+ "docs": "(<color>) Controls the focus ring color of the active field when the component is in the success state.",
50710
+ "annotation": "prop",
50711
+ "mode": "$"
50712
+ },
50713
+ {
50714
+ "name": "--tct-otp-field-success-focus-box-shadow",
50715
+ "docs": "(*) Controls the box-shadow of the active field when the component is in the success state.",
50716
+ "annotation": "prop",
50717
+ "mode": "$"
50718
+ },
50719
+ {
50720
+ "name": "--tct-otp-field-disabled-opacity",
50721
+ "docs": "(<number>) Controls the opacity of each OTP field when the component is disabled.",
50722
+ "annotation": "prop",
50723
+ "mode": "$"
50724
+ },
50725
+ {
50726
+ "name": "--tct-otp-separator-color",
50727
+ "docs": "(<color>) Controls the color of the separator character between field groups.",
50728
+ "annotation": "prop",
50729
+ "mode": "$"
50730
+ },
50731
+ {
50732
+ "name": "--tct-otp-separator-font-size",
50733
+ "docs": "(<length-percentage>) Controls the font size of the separator character.",
50734
+ "annotation": "prop",
50735
+ "mode": "$"
50736
+ },
50737
+ {
50738
+ "name": "--tct-otp-separator-font-weight",
50739
+ "docs": "(<number>) Controls the font weight of the separator character.",
50740
+ "annotation": "prop",
50741
+ "mode": "$"
50742
+ },
50743
+ {
50744
+ "name": "--tct-otp-helper-font-color",
50745
+ "docs": "(<color>) Controls the color of the helper text below the fields.",
50746
+ "annotation": "prop",
50747
+ "mode": "$"
50748
+ },
50749
+ {
50750
+ "name": "--tct-otp-helper-font-size",
50751
+ "docs": "(<length-percentage>) Controls the font size of the helper text below the fields.",
50752
+ "annotation": "prop",
50753
+ "mode": "$"
50754
+ },
50755
+ {
50756
+ "name": "--tct-otp-processing-overlay-background",
50757
+ "docs": "(<color>) Controls the background of the overlay shown during processing.",
50758
+ "annotation": "prop",
50759
+ "mode": "$"
50760
+ },
50761
+ {
50762
+ "name": "--tct-otp-processing-spinner-size",
50763
+ "docs": "(<length>) Controls the size of the spinner shown during processing.",
50764
+ "annotation": "prop",
50765
+ "mode": "$"
50766
+ },
50767
+ {
50768
+ "name": "--tct-otp-tween",
50769
+ "docs": "(*) Controls the transition timing applied to field state changes.",
50770
+ "annotation": "prop",
50771
+ "mode": "$"
50772
+ }
50773
+ ],
49944
50774
  "docs": {
49945
50775
  "tags": [
49946
50776
  {
@@ -52481,6 +53311,12 @@
52481
53311
  "annotation": "prop",
52482
53312
  "mode": "$"
52483
53313
  },
53314
+ {
53315
+ "name": "--tct-radio-focus-box-shadow?",
53316
+ "docs": "(*) Controls the optional box shadow of the radio on focus.",
53317
+ "annotation": "prop",
53318
+ "mode": "$"
53319
+ },
52484
53320
  {
52485
53321
  "name": "--tct-radio-select-fill-default?",
52486
53322
  "docs": "(<color>) Controls the optional inner-circle fill in the default state.",
@@ -52667,6 +53503,12 @@
52667
53503
  "annotation": "prop",
52668
53504
  "mode": "$"
52669
53505
  },
53506
+ {
53507
+ "name": "--tct-radio-label-hidden-columns?",
53508
+ "docs": "(*) Controls the optional grid-template-columns when the label is visually hidden.",
53509
+ "annotation": "prop",
53510
+ "mode": "$"
53511
+ },
52670
53512
  {
52671
53513
  "name": "--tct-radio-tile-border-radius",
52672
53514
  "docs": "(<length-percentage>) Controls the corner radius of the radio tile.",
@@ -54756,7 +55598,146 @@
54756
55598
  ],
54757
55599
  "internal": false,
54758
55600
  "assetsDirs": [],
54759
- "styleDocs": [],
55601
+ "styleDocs": [
55602
+ {
55603
+ "name": "--tct-search-margin?",
55604
+ "docs": "(<length-percentage>+) Controls the margin of the component host as a shorthand. Overrides --tct-search-margin-top and --tct-search-margin-bottom when set.",
55605
+ "annotation": "prop",
55606
+ "mode": "$"
55607
+ },
55608
+ {
55609
+ "name": "--tct-search-margin-top",
55610
+ "docs": "(<length-percentage>) Controls the top margin of the component host.",
55611
+ "annotation": "prop",
55612
+ "mode": "$"
55613
+ },
55614
+ {
55615
+ "name": "--tct-search-margin-bottom",
55616
+ "docs": "(<length-percentage>) Controls the bottom margin of the component host.",
55617
+ "annotation": "prop",
55618
+ "mode": "$"
55619
+ },
55620
+ {
55621
+ "name": "--tct-search-input-min-height?",
55622
+ "docs": "(*) Controls the minimum height of the search input.",
55623
+ "annotation": "prop",
55624
+ "mode": "$"
55625
+ },
55626
+ {
55627
+ "name": "--tct-search-input-max-height?",
55628
+ "docs": "(*) Controls the maximum height of the search input.",
55629
+ "annotation": "prop",
55630
+ "mode": "$"
55631
+ },
55632
+ {
55633
+ "name": "--tct-search-input-horizontal-gap",
55634
+ "docs": "(<length-percentage>) Controls the horizontal gap between elements inside the search input.",
55635
+ "annotation": "prop",
55636
+ "mode": "$"
55637
+ },
55638
+ {
55639
+ "name": "--tct-search-icon-min-width?",
55640
+ "docs": "(*) Controls the minimum width of the icon container in the search input.",
55641
+ "annotation": "prop",
55642
+ "mode": "$"
55643
+ },
55644
+ {
55645
+ "name": "--tct-search-loading-popover-height?",
55646
+ "docs": "(<length-percentage>) Controls the minimum height of the popover while the component is in the loading state.",
55647
+ "annotation": "prop",
55648
+ "mode": "$"
55649
+ },
55650
+ {
55651
+ "name": "--tct-search-loading-spinner-size",
55652
+ "docs": "(<length-percentage>) Controls the size of the loading spinner.",
55653
+ "annotation": "prop",
55654
+ "mode": "$"
55655
+ },
55656
+ {
55657
+ "name": "--tct-search-multi-select-header-padding",
55658
+ "docs": "(<length-percentage>+) Controls the padding of the multi-select filter header.",
55659
+ "annotation": "prop",
55660
+ "mode": "$"
55661
+ },
55662
+ {
55663
+ "name": "--tct-search-multi-select-header-background",
55664
+ "docs": "(<color>) Controls the background color of the multi-select filter header.",
55665
+ "annotation": "prop",
55666
+ "mode": "$"
55667
+ },
55668
+ {
55669
+ "name": "--tct-search-multi-select-option-padding",
55670
+ "docs": "(<length-percentage>+) Controls the padding of each filter option label.",
55671
+ "annotation": "prop",
55672
+ "mode": "$"
55673
+ },
55674
+ {
55675
+ "name": "--tct-search-multi-select-option-font-size",
55676
+ "docs": "(<length-percentage>) Controls the font size of each filter option label.",
55677
+ "annotation": "prop",
55678
+ "mode": "$"
55679
+ },
55680
+ {
55681
+ "name": "--tct-search-multi-select-option-border-radius",
55682
+ "docs": "(<length-percentage>) Controls the corner radius of each filter option label.",
55683
+ "annotation": "prop",
55684
+ "mode": "$"
55685
+ },
55686
+ {
55687
+ "name": "--tct-search-multi-select-option-background",
55688
+ "docs": "(<color>) Controls the default background color of each filter option label.",
55689
+ "annotation": "prop",
55690
+ "mode": "$"
55691
+ },
55692
+ {
55693
+ "name": "--tct-search-multi-select-option-font-color",
55694
+ "docs": "(<color>) Controls the default text color of each filter option label.",
55695
+ "annotation": "prop",
55696
+ "mode": "$"
55697
+ },
55698
+ {
55699
+ "name": "--tct-search-multi-select-option-hover-background",
55700
+ "docs": "(<color>) Controls the background color of a filter option label on hover.",
55701
+ "annotation": "prop",
55702
+ "mode": "$"
55703
+ },
55704
+ {
55705
+ "name": "--tct-search-multi-select-option-hover-font-color",
55706
+ "docs": "(<color>) Controls the text color of a filter option label on hover.",
55707
+ "annotation": "prop",
55708
+ "mode": "$"
55709
+ },
55710
+ {
55711
+ "name": "--tct-search-multi-select-option-active-background",
55712
+ "docs": "(<color>) Controls the background color of the selected filter option label.",
55713
+ "annotation": "prop",
55714
+ "mode": "$"
55715
+ },
55716
+ {
55717
+ "name": "--tct-search-multi-select-option-active-font-color",
55718
+ "docs": "(<color>) Controls the text color of the selected filter option label.",
55719
+ "annotation": "prop",
55720
+ "mode": "$"
55721
+ },
55722
+ {
55723
+ "name": "--tct-search-multi-select-option-disabled-opacity",
55724
+ "docs": "(<number>) Controls the opacity of a disabled filter option label.",
55725
+ "annotation": "prop",
55726
+ "mode": "$"
55727
+ },
55728
+ {
55729
+ "name": "--tct-search-no-results-padding",
55730
+ "docs": "(<length-percentage>+) Controls the padding of the no-results message.",
55731
+ "annotation": "prop",
55732
+ "mode": "$"
55733
+ },
55734
+ {
55735
+ "name": "--tct-search-no-results-font-color",
55736
+ "docs": "(<color>) Controls the text color of the no-results message.",
55737
+ "annotation": "prop",
55738
+ "mode": "$"
55739
+ }
55740
+ ],
54760
55741
  "docs": {
54761
55742
  "tags": [
54762
55743
  {
@@ -54846,6 +55827,7 @@
54846
55827
  "isPlain": false,
54847
55828
  "htmlAttrNames": [
54848
55829
  "name",
55830
+ "slot",
54849
55831
  "class",
54850
55832
  "aria-label",
54851
55833
  "type",
@@ -54895,8 +55877,8 @@
54895
55877
  "badgeValue"
54896
55878
  ],
54897
55879
  "htmlTagNames": [
54898
- "slot",
54899
55880
  "div",
55881
+ "slot",
54900
55882
  "fieldset",
54901
55883
  "legend",
54902
55884
  "input",
@@ -57194,6 +58176,7 @@
57194
58176
  "tabIndex",
57195
58177
  "onKeyDown",
57196
58178
  "onClick",
58179
+ "innerHTML",
57197
58180
  "ref",
57198
58181
  "aria-hidden",
57199
58182
  "aria-describedBy",
@@ -57225,6 +58208,706 @@
57225
58208
  ],
57226
58209
  "entryKey": "q2-stepper-vertical.entry"
57227
58210
  },
58211
+ {
58212
+ "cmps": [
58213
+ {
58214
+ "attachInternalsMemberName": null,
58215
+ "attachInternalsCustomStates": [],
58216
+ "formAssociated": false,
58217
+ "tagName": "q2-surface",
58218
+ "excludeFromCollection": false,
58219
+ "isCollectionDependency": false,
58220
+ "componentClassName": "Q2Surface",
58221
+ "elementRef": "hostElement",
58222
+ "encapsulation": "shadow",
58223
+ "shadowDelegatesFocus": false,
58224
+ "slotAssignment": null,
58225
+ "properties": [
58226
+ {
58227
+ "name": "background",
58228
+ "type": "string",
58229
+ "attribute": "background",
58230
+ "reflect": true,
58231
+ "mutable": false,
58232
+ "required": false,
58233
+ "optional": true,
58234
+ "complexType": {
58235
+ "original": "'default' | 'primary' | 'secondary' | 'tertiary'",
58236
+ "resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
58237
+ "references": {}
58238
+ },
58239
+ "docs": {
58240
+ "tags": [],
58241
+ "text": "Applies a background color from the design-system token palette. When unset, the surface is transparent."
58242
+ },
58243
+ "internal": false,
58244
+ "getter": false,
58245
+ "setter": false
58246
+ },
58247
+ {
58248
+ "name": "backgroundGradient",
58249
+ "type": "boolean",
58250
+ "attribute": "background-gradient",
58251
+ "reflect": true,
58252
+ "mutable": false,
58253
+ "required": false,
58254
+ "optional": false,
58255
+ "defaultValue": "false",
58256
+ "complexType": {
58257
+ "original": "boolean",
58258
+ "resolved": "boolean",
58259
+ "references": {}
58260
+ },
58261
+ "docs": {
58262
+ "tags": [
58263
+ {
58264
+ "name": "info",
58265
+ "text": "Direction and colors are customizable via CSS custom properties."
58266
+ },
58267
+ {
58268
+ "name": "default",
58269
+ "text": "false"
58270
+ }
58271
+ ],
58272
+ "text": "Applies a gradient fade across the background."
58273
+ },
58274
+ "internal": false,
58275
+ "getter": false,
58276
+ "setter": false
58277
+ },
58278
+ {
58279
+ "name": "border",
58280
+ "type": "string",
58281
+ "attribute": "border",
58282
+ "reflect": true,
58283
+ "mutable": false,
58284
+ "required": false,
58285
+ "optional": true,
58286
+ "complexType": {
58287
+ "original": "'default' | 'primary' | 'secondary' | 'tertiary'",
58288
+ "resolved": "\"default\" | \"primary\" | \"secondary\" | \"tertiary\"",
58289
+ "references": {}
58290
+ },
58291
+ "docs": {
58292
+ "tags": [],
58293
+ "text": "Renders a visible border around the surface, optionally in a themed color."
58294
+ },
58295
+ "internal": false,
58296
+ "getter": false,
58297
+ "setter": false
58298
+ },
58299
+ {
58300
+ "name": "borderGradient",
58301
+ "type": "boolean",
58302
+ "attribute": "border-gradient",
58303
+ "reflect": true,
58304
+ "mutable": false,
58305
+ "required": false,
58306
+ "optional": false,
58307
+ "defaultValue": "false",
58308
+ "complexType": {
58309
+ "original": "boolean",
58310
+ "resolved": "boolean",
58311
+ "references": {}
58312
+ },
58313
+ "docs": {
58314
+ "tags": [
58315
+ {
58316
+ "name": "info",
58317
+ "text": "Requires `border` to be set to produce a colored gradient. Without `border`, falls back to the default border color."
58318
+ },
58319
+ {
58320
+ "name": "default",
58321
+ "text": "false"
58322
+ }
58323
+ ],
58324
+ "text": "Renders the border as a gradient using the color set by the `border` prop. Takes precedence over a solid `border` when both are set."
58325
+ },
58326
+ "internal": false,
58327
+ "getter": false,
58328
+ "setter": false
58329
+ },
58330
+ {
58331
+ "name": "clickable",
58332
+ "type": "boolean",
58333
+ "attribute": "clickable",
58334
+ "reflect": true,
58335
+ "mutable": false,
58336
+ "required": false,
58337
+ "optional": false,
58338
+ "defaultValue": "false",
58339
+ "complexType": {
58340
+ "original": "boolean",
58341
+ "resolved": "boolean",
58342
+ "references": {}
58343
+ },
58344
+ "docs": {
58345
+ "tags": [
58346
+ {
58347
+ "name": "info",
58348
+ "text": "Emits `tctClick` when clicked."
58349
+ },
58350
+ {
58351
+ "name": "default",
58352
+ "text": "false"
58353
+ }
58354
+ ],
58355
+ "text": "Makes the surface interactive, responding to clicks."
58356
+ },
58357
+ "internal": false,
58358
+ "getter": false,
58359
+ "setter": false
58360
+ },
58361
+ {
58362
+ "name": "elevation",
58363
+ "type": "number",
58364
+ "attribute": "elevation",
58365
+ "reflect": true,
58366
+ "mutable": false,
58367
+ "required": false,
58368
+ "optional": false,
58369
+ "defaultValue": "0",
58370
+ "complexType": {
58371
+ "original": "0 | 1 | 2 | 3 | 4 | 5",
58372
+ "resolved": "0 | 1 | 2 | 3 | 4 | 5",
58373
+ "references": {}
58374
+ },
58375
+ "docs": {
58376
+ "tags": [
58377
+ {
58378
+ "name": "info",
58379
+ "text": "0 means no shadow; higher values appear more elevated."
58380
+ },
58381
+ {
58382
+ "name": "default",
58383
+ "text": "0"
58384
+ }
58385
+ ],
58386
+ "text": "Gives the component a drop shadow."
58387
+ },
58388
+ "internal": false,
58389
+ "getter": false,
58390
+ "setter": false
58391
+ },
58392
+ {
58393
+ "name": "inset",
58394
+ "type": "string",
58395
+ "attribute": "inset",
58396
+ "reflect": true,
58397
+ "mutable": false,
58398
+ "required": false,
58399
+ "optional": false,
58400
+ "defaultValue": "'none'",
58401
+ "complexType": {
58402
+ "original": "'none' | 'compact' | 'normal' | 'comfortable'",
58403
+ "resolved": "\"comfortable\" | \"compact\" | \"none\" | \"normal\"",
58404
+ "references": {}
58405
+ },
58406
+ "docs": {
58407
+ "tags": [
58408
+ {
58409
+ "name": "info",
58410
+ "text": "Individual axes can be overridden with `inset-x` and `inset-y`."
58411
+ },
58412
+ {
58413
+ "name": "default",
58414
+ "text": "'none'"
58415
+ }
58416
+ ],
58417
+ "text": "Adds internal padding applied uniformly on all sides."
58418
+ },
58419
+ "internal": false,
58420
+ "getter": false,
58421
+ "setter": false
58422
+ },
58423
+ {
58424
+ "name": "insetX",
58425
+ "type": "string",
58426
+ "attribute": "inset-x",
58427
+ "reflect": true,
58428
+ "mutable": false,
58429
+ "required": false,
58430
+ "optional": true,
58431
+ "complexType": {
58432
+ "original": "'none' | 'compact' | 'normal' | 'comfortable'",
58433
+ "resolved": "\"comfortable\" | \"compact\" | \"none\" | \"normal\"",
58434
+ "references": {}
58435
+ },
58436
+ "docs": {
58437
+ "tags": [],
58438
+ "text": "Adds horizontal padding, overriding the horizontal component of `inset`."
58439
+ },
58440
+ "internal": false,
58441
+ "getter": false,
58442
+ "setter": false
58443
+ },
58444
+ {
58445
+ "name": "insetY",
58446
+ "type": "string",
58447
+ "attribute": "inset-y",
58448
+ "reflect": true,
58449
+ "mutable": false,
58450
+ "required": false,
58451
+ "optional": true,
58452
+ "complexType": {
58453
+ "original": "'none' | 'compact' | 'normal' | 'comfortable'",
58454
+ "resolved": "\"comfortable\" | \"compact\" | \"none\" | \"normal\"",
58455
+ "references": {}
58456
+ },
58457
+ "docs": {
58458
+ "tags": [],
58459
+ "text": "Adds vertical padding, overriding the vertical component of `inset`."
58460
+ },
58461
+ "internal": false,
58462
+ "getter": false,
58463
+ "setter": false
58464
+ },
58465
+ {
58466
+ "name": "radius",
58467
+ "type": "number",
58468
+ "attribute": "radius",
58469
+ "reflect": true,
58470
+ "mutable": false,
58471
+ "required": false,
58472
+ "optional": false,
58473
+ "defaultValue": "0",
58474
+ "complexType": {
58475
+ "original": "0 | 1 | 2 | 3 | 4 | 5",
58476
+ "resolved": "0 | 1 | 2 | 3 | 4 | 5",
58477
+ "references": {}
58478
+ },
58479
+ "docs": {
58480
+ "tags": [
58481
+ {
58482
+ "name": "default",
58483
+ "text": "0"
58484
+ }
58485
+ ],
58486
+ "text": "Adds corner rounding on a scale from 0 (sharp) to 5 (most rounded)."
58487
+ },
58488
+ "internal": false,
58489
+ "getter": false,
58490
+ "setter": false
58491
+ }
58492
+ ],
58493
+ "virtualProperties": [],
58494
+ "states": [],
58495
+ "methods": [
58496
+ {
58497
+ "name": "animate",
58498
+ "docs": {
58499
+ "text": "Triggers a named animation on the surface. If an animation is already running, cancels it before starting the new one.",
58500
+ "tags": [
58501
+ {
58502
+ "name": "param",
58503
+ "text": "animation The animation to play. Defaults to `'pulse'`."
58504
+ },
58505
+ {
58506
+ "name": "returns",
58507
+ "text": "A Promise that resolves when the animation finishes or is cancelled."
58508
+ }
58509
+ ]
58510
+ },
58511
+ "complexType": {
58512
+ "signature": "(animation?: \"bounce\" | \"flash\" | \"pulse\" | \"tada\") => Promise<void>",
58513
+ "parameters": [
58514
+ {
58515
+ "name": "animation",
58516
+ "type": "\"bounce\" | \"flash\" | \"pulse\" | \"tada\"",
58517
+ "docs": "The animation to play. Defaults to `'pulse'`."
58518
+ }
58519
+ ],
58520
+ "references": {
58521
+ "Promise": {
58522
+ "location": "global",
58523
+ "id": "global::Promise"
58524
+ }
58525
+ },
58526
+ "return": "Promise<void>"
58527
+ },
58528
+ "internal": false
58529
+ }
58530
+ ],
58531
+ "listeners": [
58532
+ {
58533
+ "name": "click",
58534
+ "method": "onClick",
58535
+ "capture": false,
58536
+ "passive": false
58537
+ },
58538
+ {
58539
+ "name": "keydown",
58540
+ "method": "onKeydown",
58541
+ "capture": false,
58542
+ "passive": false
58543
+ }
58544
+ ],
58545
+ "events": [
58546
+ {
58547
+ "name": "tctClick",
58548
+ "method": "tctClick",
58549
+ "bubbles": true,
58550
+ "cancelable": true,
58551
+ "composed": true,
58552
+ "docs": {
58553
+ "tags": [],
58554
+ "text": "Emitted when the surface is clicked and `clickable` is true."
58555
+ },
58556
+ "complexType": {
58557
+ "original": "void",
58558
+ "resolved": "void",
58559
+ "references": {}
58560
+ },
58561
+ "internal": false
58562
+ }
58563
+ ],
58564
+ "watchers": [],
58565
+ "doesExtend": false,
58566
+ "styles": [
58567
+ {
58568
+ "modeName": "$",
58569
+ "styleId": "Q2-SURFACE",
58570
+ "styleStr": null,
58571
+ "styleIdentifier": "Q2SurfaceStyle",
58572
+ "externalStyles": [
58573
+ {
58574
+ "absolutePath": "/builds/q2e/development/tecton/tecton/packages/q2-tecton-elements/src/components/q2-surface/q2-surface.scss",
58575
+ "relativePath": "q2-surface.scss",
58576
+ "originalComponentPath": "q2-surface.scss"
58577
+ }
58578
+ ]
58579
+ }
58580
+ ],
58581
+ "internal": false,
58582
+ "assetsDirs": [],
58583
+ "styleDocs": [
58584
+ {
58585
+ "name": "--tct-surface-background-default",
58586
+ "docs": "(<color>) Background color when background=\"default\". Defaults to --t-base.",
58587
+ "annotation": "prop",
58588
+ "mode": "$"
58589
+ },
58590
+ {
58591
+ "name": "--tct-surface-background-primary",
58592
+ "docs": "(<color>) Background color when background=\"primary\". Defaults to --t-primary.",
58593
+ "annotation": "prop",
58594
+ "mode": "$"
58595
+ },
58596
+ {
58597
+ "name": "--tct-surface-background-secondary",
58598
+ "docs": "(<color>) Background color when background=\"secondary\". Defaults to --t-secondary.",
58599
+ "annotation": "prop",
58600
+ "mode": "$"
58601
+ },
58602
+ {
58603
+ "name": "--tct-surface-background-tertiary",
58604
+ "docs": "(<color>) Background color when background=\"tertiary\". Defaults to --t-tertiary.",
58605
+ "annotation": "prop",
58606
+ "mode": "$"
58607
+ },
58608
+ {
58609
+ "name": "--tct-surface-hover-background",
58610
+ "docs": "(<color>) Hover background when clickable and no background is set. Defaults to --t-base-hover.",
58611
+ "annotation": "prop",
58612
+ "mode": "$"
58613
+ },
58614
+ {
58615
+ "name": "--tct-surface-primary-hover-background",
58616
+ "docs": "(<color>) Hover background when clickable and background=\"primary\". Defaults to --t-primary-l2.",
58617
+ "annotation": "prop",
58618
+ "mode": "$"
58619
+ },
58620
+ {
58621
+ "name": "--tct-surface-secondary-hover-background",
58622
+ "docs": "(<color>) Hover background when clickable and background=\"secondary\". Defaults to --t-secondary-l2.",
58623
+ "annotation": "prop",
58624
+ "mode": "$"
58625
+ },
58626
+ {
58627
+ "name": "--tct-surface-tertiary-hover-background",
58628
+ "docs": "(<color>) Hover background when clickable and background=\"tertiary\". Defaults to --t-tertiary-l2.",
58629
+ "annotation": "prop",
58630
+ "mode": "$"
58631
+ },
58632
+ {
58633
+ "name": "--tct-surface-primary-font-color",
58634
+ "docs": "(<color>) Text color when background=\"primary\". Defaults to --t-primary-text.",
58635
+ "annotation": "prop",
58636
+ "mode": "$"
58637
+ },
58638
+ {
58639
+ "name": "--tct-surface-secondary-font-color",
58640
+ "docs": "(<color>) Text color when background=\"secondary\". Defaults to --t-secondary-text.",
58641
+ "annotation": "prop",
58642
+ "mode": "$"
58643
+ },
58644
+ {
58645
+ "name": "--tct-surface-tertiary-font-color",
58646
+ "docs": "(<color>) Text color when background=\"tertiary\". Defaults to --t-tertiary-text.",
58647
+ "annotation": "prop",
58648
+ "mode": "$"
58649
+ },
58650
+ {
58651
+ "name": "--tct-surface-border-color",
58652
+ "docs": "(<color>) Border color when border=\"default\". Defaults to --t-gray-12.",
58653
+ "annotation": "prop",
58654
+ "mode": "$"
58655
+ },
58656
+ {
58657
+ "name": "--tct-surface-primary-border-color",
58658
+ "docs": "(<color>) Border color when border=\"primary\". Defaults to --t-primary.",
58659
+ "annotation": "prop",
58660
+ "mode": "$"
58661
+ },
58662
+ {
58663
+ "name": "--tct-surface-secondary-border-color",
58664
+ "docs": "(<color>) Border color when border=\"secondary\" . Defaults to --t-secondary.",
58665
+ "annotation": "prop",
58666
+ "mode": "$"
58667
+ },
58668
+ {
58669
+ "name": "--tct-surface-tertiary-border-color",
58670
+ "docs": "(<color>) Border color when border=\"tertiary\". Defaults to --t-tertiary.",
58671
+ "annotation": "prop",
58672
+ "mode": "$"
58673
+ },
58674
+ {
58675
+ "name": "--tct-surface-border-radius-1",
58676
+ "docs": "(<length>) Corner radius at radius=1. Defaults to --app-border-radius-1 (4px).",
58677
+ "annotation": "prop",
58678
+ "mode": "$"
58679
+ },
58680
+ {
58681
+ "name": "--tct-surface-border-radius-2",
58682
+ "docs": "(<length>) Corner radius at radius=2. Defaults to --app-border-radius-2 (8px).",
58683
+ "annotation": "prop",
58684
+ "mode": "$"
58685
+ },
58686
+ {
58687
+ "name": "--tct-surface-border-radius-3",
58688
+ "docs": "(<length>) Corner radius at radius=3. Defaults to --app-border-radius-3 (12px).",
58689
+ "annotation": "prop",
58690
+ "mode": "$"
58691
+ },
58692
+ {
58693
+ "name": "--tct-surface-border-radius-4",
58694
+ "docs": "(<length>) Corner radius at radius=4. Defaults to --app-border-radius-4 (16px).",
58695
+ "annotation": "prop",
58696
+ "mode": "$"
58697
+ },
58698
+ {
58699
+ "name": "--tct-surface-border-radius-5",
58700
+ "docs": "(<length>) Corner radius at radius=5. Defaults to --app-border-radius-5 (24px).",
58701
+ "annotation": "prop",
58702
+ "mode": "$"
58703
+ },
58704
+ {
58705
+ "name": "--tct-surface-elevation-1-box-shadow",
58706
+ "docs": "(*) Box shadow at elevation=1.",
58707
+ "annotation": "prop",
58708
+ "mode": "$"
58709
+ },
58710
+ {
58711
+ "name": "--tct-surface-elevation-2-box-shadow",
58712
+ "docs": "(*) Box shadow at elevation=2.",
58713
+ "annotation": "prop",
58714
+ "mode": "$"
58715
+ },
58716
+ {
58717
+ "name": "--tct-surface-elevation-3-box-shadow",
58718
+ "docs": "(*) Box shadow at elevation=3.",
58719
+ "annotation": "prop",
58720
+ "mode": "$"
58721
+ },
58722
+ {
58723
+ "name": "--tct-surface-elevation-4-box-shadow",
58724
+ "docs": "(*) Box shadow at elevation=4.",
58725
+ "annotation": "prop",
58726
+ "mode": "$"
58727
+ },
58728
+ {
58729
+ "name": "--tct-surface-elevation-5-box-shadow",
58730
+ "docs": "(*) Box shadow at elevation=5.",
58731
+ "annotation": "prop",
58732
+ "mode": "$"
58733
+ },
58734
+ {
58735
+ "name": "--tct-surface-elevation-hover-0-box-shadow",
58736
+ "docs": "(*) Hover box shadow when clickable and elevation=0 or unset.",
58737
+ "annotation": "prop",
58738
+ "mode": "$"
58739
+ },
58740
+ {
58741
+ "name": "--tct-surface-elevation-hover-1-box-shadow",
58742
+ "docs": "(*) Hover box shadow when clickable and elevation=1.",
58743
+ "annotation": "prop",
58744
+ "mode": "$"
58745
+ },
58746
+ {
58747
+ "name": "--tct-surface-elevation-hover-2-box-shadow",
58748
+ "docs": "(*) Hover box shadow when clickable and elevation=2.",
58749
+ "annotation": "prop",
58750
+ "mode": "$"
58751
+ },
58752
+ {
58753
+ "name": "--tct-surface-elevation-hover-3-box-shadow",
58754
+ "docs": "(*) Hover box shadow when clickable and elevation=3.",
58755
+ "annotation": "prop",
58756
+ "mode": "$"
58757
+ },
58758
+ {
58759
+ "name": "--tct-surface-elevation-hover-4-box-shadow",
58760
+ "docs": "(*) Hover box shadow when clickable and elevation=4.",
58761
+ "annotation": "prop",
58762
+ "mode": "$"
58763
+ },
58764
+ {
58765
+ "name": "--tct-surface-elevation-hover-5-box-shadow",
58766
+ "docs": "(*) Hover box shadow when clickable and elevation=5.",
58767
+ "annotation": "prop",
58768
+ "mode": "$"
58769
+ },
58770
+ {
58771
+ "name": "--tct-surface-inset-compact",
58772
+ "docs": "(<length>) Padding when inset=\"compact\". Defaults to --app-scale-1x (5px).",
58773
+ "annotation": "prop",
58774
+ "mode": "$"
58775
+ },
58776
+ {
58777
+ "name": "--tct-surface-inset-normal",
58778
+ "docs": "(<length>) Padding when inset=\"normal\". Defaults to --app-scale-3x (15px).",
58779
+ "annotation": "prop",
58780
+ "mode": "$"
58781
+ },
58782
+ {
58783
+ "name": "--tct-surface-inset-comfortable",
58784
+ "docs": "(<length>) Padding when inset=\"comfortable\". Defaults to --app-scale-5x (25px).",
58785
+ "annotation": "prop",
58786
+ "mode": "$"
58787
+ },
58788
+ {
58789
+ "name": "--tct-surface-background-gradient-direction",
58790
+ "docs": "(<angle> | <side-or-corner>) Gradient direction for background-gradient. Defaults to \"to right bottom\".",
58791
+ "annotation": "prop",
58792
+ "mode": "$"
58793
+ },
58794
+ {
58795
+ "name": "--tct-surface-border-gradient-direction",
58796
+ "docs": "(<angle> | <side-or-corner>) Gradient direction for border-gradient, overrides --tct-surface-background-gradient-direction. Defaults to \"to right bottom\".",
58797
+ "annotation": "prop",
58798
+ "mode": "$"
58799
+ },
58800
+ {
58801
+ "name": "--tct-surface-focus-visible-box-shadow",
58802
+ "docs": "(*) Focus ring box-shadow when clickable.",
58803
+ "annotation": "prop",
58804
+ "mode": "$"
58805
+ },
58806
+ {
58807
+ "name": "--tct-surface-tween",
58808
+ "docs": "(<time> <easing>) Transition timing for all animated properties.",
58809
+ "annotation": "prop",
58810
+ "mode": "$"
58811
+ },
58812
+ {
58813
+ "name": "--tct-surface-animation-duration",
58814
+ "docs": "(<time>) Duration of animate() animations. Defaults to 1s.",
58815
+ "annotation": "prop",
58816
+ "mode": "$"
58817
+ }
58818
+ ],
58819
+ "docs": {
58820
+ "tags": [
58821
+ {
58822
+ "name": "name",
58823
+ "text": "Surface"
58824
+ },
58825
+ {
58826
+ "name": "category",
58827
+ "text": "Display"
58828
+ },
58829
+ {
58830
+ "name": "summary",
58831
+ "text": "An unopinionated visual primitive. A plain block by default that gains visual treatment via attributes."
58832
+ }
58833
+ ],
58834
+ "text": ""
58835
+ },
58836
+ "jsFilePath": "/builds/q2e/development/tecton/tecton/packages/q2-tecton-elements/src/components/q2-surface/q2-surface.js",
58837
+ "sourceFilePath": "/builds/q2e/development/tecton/tecton/packages/q2-tecton-elements/src/components/q2-surface/q2-surface.tsx",
58838
+ "sourceMapPath": null,
58839
+ "serializers": [],
58840
+ "deserializers": [],
58841
+ "hasAttributeChangedCallbackFn": false,
58842
+ "hasComponentWillLoadFn": false,
58843
+ "hasComponentDidLoadFn": false,
58844
+ "hasComponentShouldUpdateFn": false,
58845
+ "hasComponentWillUpdateFn": false,
58846
+ "hasComponentDidUpdateFn": false,
58847
+ "hasComponentWillRenderFn": false,
58848
+ "hasComponentDidRenderFn": false,
58849
+ "hasConnectedCallbackFn": false,
58850
+ "hasDeserializer": false,
58851
+ "hasDisconnectedCallbackFn": true,
58852
+ "hasElement": false,
58853
+ "hasEvent": true,
58854
+ "hasLifecycle": false,
58855
+ "hasListener": true,
58856
+ "hasListenerTarget": false,
58857
+ "hasListenerTargetWindow": false,
58858
+ "hasListenerTargetDocument": false,
58859
+ "hasListenerTargetBody": false,
58860
+ "hasListenerTargetParent": false,
58861
+ "hasMember": true,
58862
+ "hasMethod": true,
58863
+ "hasMode": false,
58864
+ "hasModernPropertyDecls": false,
58865
+ "hasAttribute": true,
58866
+ "hasProp": true,
58867
+ "hasPropNumber": true,
58868
+ "hasPropBoolean": true,
58869
+ "hasPropString": true,
58870
+ "hasPropMutable": false,
58871
+ "hasReflect": true,
58872
+ "hasRenderFn": true,
58873
+ "hasSerializer": false,
58874
+ "hasSlot": true,
58875
+ "hasState": false,
58876
+ "hasStyle": true,
58877
+ "hasVdomAttribute": true,
58878
+ "hasVdomXlink": false,
58879
+ "hasVdomClass": true,
58880
+ "hasVdomFunctional": false,
58881
+ "hasVdomKey": true,
58882
+ "hasVdomListener": false,
58883
+ "hasVdomPropOrAttr": true,
58884
+ "hasVdomRef": false,
58885
+ "hasVdomRender": true,
58886
+ "hasVdomStyle": false,
58887
+ "hasVdomText": false,
58888
+ "hasWatchCallback": false,
58889
+ "isPlain": false,
58890
+ "htmlAttrNames": [
58891
+ "key",
58892
+ "class",
58893
+ "role",
58894
+ "tabIndex"
58895
+ ],
58896
+ "htmlTagNames": [
58897
+ "div",
58898
+ "slot"
58899
+ ],
58900
+ "htmlParts": [],
58901
+ "isUpdateable": true,
58902
+ "potentialCmpRefs": [],
58903
+ "dependents": [],
58904
+ "dependencies": [],
58905
+ "directDependents": [],
58906
+ "directDependencies": []
58907
+ }
58908
+ ],
58909
+ "entryKey": "q2-surface.entry"
58910
+ },
57228
58911
  {
57229
58912
  "cmps": [
57230
58913
  {
@@ -59906,16 +61589,24 @@
59906
61589
  "docs": {
59907
61590
  "tags": [
59908
61591
  {
59909
- "name": "slot",
59910
- "text": "icon - Optional slot for a custom icon."
61592
+ "name": "name",
61593
+ "text": "Toast"
61594
+ },
61595
+ {
61596
+ "name": "category",
61597
+ "text": "Platform"
61598
+ },
61599
+ {
61600
+ "name": "summary",
61601
+ "text": "Use for brief, non-intrusive notifications that appear temporarily and do not require user interaction."
59911
61602
  },
59912
61603
  {
59913
61604
  "name": "slot",
59914
- "text": "title - Optional slot for the title content."
61605
+ "text": "icon - Optional slot for a custom icon."
59915
61606
  },
59916
61607
  {
59917
61608
  "name": "slot",
59918
- "text": "- Optional slot for the message content."
61609
+ "text": "title - Optional slot for the title content."
59919
61610
  },
59920
61611
  {
59921
61612
  "name": "slot",
@@ -66086,6 +67777,33 @@
66086
67777
  "getter": false,
66087
67778
  "setter": false
66088
67779
  },
67780
+ {
67781
+ "name": "valid",
67782
+ "type": "boolean",
67783
+ "attribute": "valid",
67784
+ "reflect": true,
67785
+ "mutable": false,
67786
+ "required": false,
67787
+ "optional": false,
67788
+ "defaultValue": "false",
67789
+ "complexType": {
67790
+ "original": "boolean",
67791
+ "resolved": "boolean",
67792
+ "references": {}
67793
+ },
67794
+ "docs": {
67795
+ "tags": [
67796
+ {
67797
+ "name": "default",
67798
+ "text": "false"
67799
+ }
67800
+ ],
67801
+ "text": "Determines whether to show a success state. The error state takes precedence when both are set."
67802
+ },
67803
+ "internal": false,
67804
+ "getter": false,
67805
+ "setter": false
67806
+ },
66089
67807
  {
66090
67808
  "name": "value",
66091
67809
  "type": "string",
@@ -66463,13 +68181,13 @@
66463
68181
  },
66464
68182
  {
66465
68183
  "name": "--tct-select-input-min-height?",
66466
- "docs": "(<length-percentage>) Controls the optional minimum height of the select input.",
68184
+ "docs": "(<length-percentage>) Controls the optional minimum height of the select input. Use this to control the height of the select in the empty state, especially when using multiline-options with tall content.",
66467
68185
  "annotation": "prop",
66468
68186
  "mode": "$"
66469
68187
  },
66470
68188
  {
66471
68189
  "name": "--tct-select-input-max-height?",
66472
- "docs": "(<length-percentage>) Controls the optional maximum height of the select input.",
68190
+ "docs": "(<length-percentage>) Controls the optional maximum height of the select input. Use this to constrain the height when displaying multiline selected content.",
66473
68191
  "annotation": "prop",
66474
68192
  "mode": "$"
66475
68193
  },
@@ -66651,6 +68369,7 @@
66651
68369
  "readonly",
66652
68370
  "placeholder",
66653
68371
  "hideLabel",
68372
+ "valid",
66654
68373
  "ariaExpanded",
66655
68374
  "ariaControls",
66656
68375
  "ariaHaspopup",
@@ -67894,6 +69613,12 @@
67894
69613
  "annotation": "prop",
67895
69614
  "mode": "$"
67896
69615
  },
69616
+ {
69617
+ "name": "--tct-item-action-btn-icon-padding",
69618
+ "docs": "(<length>) Controls the padding of icon buttons in the item action area.",
69619
+ "annotation": "prop",
69620
+ "mode": "$"
69621
+ },
67897
69622
  {
67898
69623
  "name": "--tct-item-action-icon-height",
67899
69624
  "docs": "(<length>) Controls the height applied to icon buttons in the item action area.",
@@ -68922,6 +70647,30 @@
68922
70647
  "docs": "(<color>) Controls the color of the status bar when the message type is error or danger.",
68923
70648
  "annotation": "prop",
68924
70649
  "mode": "$"
70650
+ },
70651
+ {
70652
+ "name": "--tct-message-info-background",
70653
+ "docs": "(<color>) Controls the background color of the message container when the message type is info.",
70654
+ "annotation": "prop",
70655
+ "mode": "$"
70656
+ },
70657
+ {
70658
+ "name": "--tct-message-success-background",
70659
+ "docs": "(<color>) Controls the background color of the message container when the message type is success.",
70660
+ "annotation": "prop",
70661
+ "mode": "$"
70662
+ },
70663
+ {
70664
+ "name": "--tct-message-warning-background",
70665
+ "docs": "(<color>) Controls the background color of the message container when the message type is warning.",
70666
+ "annotation": "prop",
70667
+ "mode": "$"
70668
+ },
70669
+ {
70670
+ "name": "--tct-message-error-background",
70671
+ "docs": "(<color>) Controls the background color of the message container when the message type is error or danger.",
70672
+ "annotation": "prop",
70673
+ "mode": "$"
68925
70674
  }
68926
70675
  ],
68927
70676
  "docs": {
@@ -70449,6 +72198,33 @@
70449
72198
  "getter": false,
70450
72199
  "setter": false
70451
72200
  },
72201
+ {
72202
+ "name": "valid",
72203
+ "type": "boolean",
72204
+ "attribute": "valid",
72205
+ "reflect": true,
72206
+ "mutable": false,
72207
+ "required": false,
72208
+ "optional": false,
72209
+ "defaultValue": "false",
72210
+ "complexType": {
72211
+ "original": "boolean",
72212
+ "resolved": "boolean",
72213
+ "references": {}
72214
+ },
72215
+ "docs": {
72216
+ "tags": [
72217
+ {
72218
+ "name": "default",
72219
+ "text": "false"
72220
+ }
72221
+ ],
72222
+ "text": "Displays a success state icon when the field does not have active errors."
72223
+ },
72224
+ "internal": false,
72225
+ "getter": false,
72226
+ "setter": false
72227
+ },
70452
72228
  {
70453
72229
  "name": "validity",
70454
72230
  "type": "unknown",
@@ -71267,6 +73043,24 @@
71267
73043
  "annotation": "prop",
71268
73044
  "mode": "$"
71269
73045
  },
73046
+ {
73047
+ "name": "--tct-input-placeholder-font-size?",
73048
+ "docs": "(<length-percentage>) Controls the optional font size of the input placeholder text.",
73049
+ "annotation": "prop",
73050
+ "mode": "$"
73051
+ },
73052
+ {
73053
+ "name": "--tct-input-placeholder-font-weight?",
73054
+ "docs": "(<number>) Controls the optional font weight of the input placeholder text.",
73055
+ "annotation": "prop",
73056
+ "mode": "$"
73057
+ },
73058
+ {
73059
+ "name": "--tct-input-placeholder-padding?",
73060
+ "docs": "(<length-percentage>+) Controls the optional inner padding of the input placeholder text.",
73061
+ "annotation": "prop",
73062
+ "mode": "$"
73063
+ },
71270
73064
  {
71271
73065
  "name": "--tct-input-autofill-background",
71272
73066
  "docs": "(<color>) Controls the background color of the input field when autofilled.",
@@ -72873,6 +74667,12 @@
72873
74667
  "annotation": "prop",
72874
74668
  "mode": "$"
72875
74669
  },
74670
+ {
74671
+ "name": "--tct-popover-width?",
74672
+ "docs": "(<length-percentage>) Controls the optional width of the popover.",
74673
+ "annotation": "prop",
74674
+ "mode": "$"
74675
+ },
72876
74676
  {
72877
74677
  "name": "--tct-popover-top",
72878
74678
  "docs": "(<length-percentage>) Controls the top offset of the popover when opening downward.",
@@ -73513,13 +75313,19 @@
73513
75313
  "mutable": false,
73514
75314
  "required": false,
73515
75315
  "optional": false,
75316
+ "defaultValue": "'medium'",
73516
75317
  "complexType": {
73517
75318
  "original": "'small' | 'medium' | 'large'",
73518
75319
  "resolved": "\"large\" | \"medium\" | \"small\"",
73519
75320
  "references": {}
73520
75321
  },
73521
75322
  "docs": {
73522
- "tags": [],
75323
+ "tags": [
75324
+ {
75325
+ "name": "default",
75326
+ "text": "'medium'"
75327
+ }
75328
+ ],
73523
75329
  "text": "Defines the size of q2-btn, it renders as default size if not provided."
73524
75330
  },
73525
75331
  "internal": false,
@@ -74142,6 +75948,12 @@
74142
75948
  "annotation": "prop",
74143
75949
  "mode": "$"
74144
75950
  },
75951
+ {
75952
+ "name": "--tct-btn-primary-hover-box-shadow",
75953
+ "docs": "(*) Controls the box shadow of the primary-intent button on hover.",
75954
+ "annotation": "prop",
75955
+ "mode": "$"
75956
+ },
74145
75957
  {
74146
75958
  "name": "--tct-btn-primary-focus-background",
74147
75959
  "docs": "(<color>) Controls the background color of the primary-intent button on focus.",
@@ -74208,6 +76020,12 @@
74208
76020
  "annotation": "prop",
74209
76021
  "mode": "$"
74210
76022
  },
76023
+ {
76024
+ "name": "--tct-btn-primary-focus-visible-box-shadow",
76025
+ "docs": "(*) Controls the box shadow of the primary-intent button when focused via keyboard.",
76026
+ "annotation": "prop",
76027
+ "mode": "$"
76028
+ },
74211
76029
  {
74212
76030
  "name": "--tct-btn-primary-active-background",
74213
76031
  "docs": "(<color>) Controls the background color of the primary-intent button when active.",
@@ -74352,6 +76170,12 @@
74352
76170
  "annotation": "prop",
74353
76171
  "mode": "$"
74354
76172
  },
76173
+ {
76174
+ "name": "--tct-btn-secondary-hover-box-shadow",
76175
+ "docs": "(*) Controls the box shadow of the secondary-intent button on hover.",
76176
+ "annotation": "prop",
76177
+ "mode": "$"
76178
+ },
74355
76179
  {
74356
76180
  "name": "--tct-btn-secondary-focus-background",
74357
76181
  "docs": "(<color>) Controls the background color of the secondary-intent button on focus.",
@@ -74418,6 +76242,12 @@
74418
76242
  "annotation": "prop",
74419
76243
  "mode": "$"
74420
76244
  },
76245
+ {
76246
+ "name": "--tct-btn-secondary-focus-visible-box-shadow",
76247
+ "docs": "(*) Controls the box shadow of the secondary-intent button when focused via keyboard.",
76248
+ "annotation": "prop",
76249
+ "mode": "$"
76250
+ },
74421
76251
  {
74422
76252
  "name": "--tct-btn-secondary-active-background",
74423
76253
  "docs": "(<color>) Controls the background color of the secondary-intent button when active.",
@@ -74562,6 +76392,12 @@
74562
76392
  "annotation": "prop",
74563
76393
  "mode": "$"
74564
76394
  },
76395
+ {
76396
+ "name": "--tct-btn-neutral-hover-box-shadow",
76397
+ "docs": "(*) Controls the box shadow of the neutral-intent button on hover.",
76398
+ "annotation": "prop",
76399
+ "mode": "$"
76400
+ },
74565
76401
  {
74566
76402
  "name": "--tct-btn-neutral-focus-background",
74567
76403
  "docs": "(<color>) Controls the background color of the neutral-intent button on focus.",
@@ -74628,6 +76464,12 @@
74628
76464
  "annotation": "prop",
74629
76465
  "mode": "$"
74630
76466
  },
76467
+ {
76468
+ "name": "--tct-btn-neutral-focus-visible-box-shadow",
76469
+ "docs": "(*) Controls the box shadow of the neutral-intent button when focused via keyboard.",
76470
+ "annotation": "prop",
76471
+ "mode": "$"
76472
+ },
74631
76473
  {
74632
76474
  "name": "--tct-btn-neutral-active-background",
74633
76475
  "docs": "(<color>) Controls the background color of the neutral-intent button when active.",
@@ -74772,6 +76614,12 @@
74772
76614
  "annotation": "prop",
74773
76615
  "mode": "$"
74774
76616
  },
76617
+ {
76618
+ "name": "--tct-btn-neutral-text-hover-box-shadow",
76619
+ "docs": "(*) Controls the box shadow of the neutral-text-intent button on hover.",
76620
+ "annotation": "prop",
76621
+ "mode": "$"
76622
+ },
74775
76623
  {
74776
76624
  "name": "--tct-btn-neutral-text-focus-background",
74777
76625
  "docs": "(<color>) Controls the background color of the neutral-text-intent button on focus.",
@@ -74832,6 +76680,12 @@
74832
76680
  "annotation": "prop",
74833
76681
  "mode": "$"
74834
76682
  },
76683
+ {
76684
+ "name": "--tct-btn-neutral-text-focus-visible-box-shadow",
76685
+ "docs": "(*) Controls the box shadow of the neutral-text-intent button when focused via keyboard.",
76686
+ "annotation": "prop",
76687
+ "mode": "$"
76688
+ },
74835
76689
  {
74836
76690
  "name": "--tct-btn-neutral-text-active-background",
74837
76691
  "docs": "(<color>) Controls the background color of the neutral-text-intent button when active.",
@@ -74976,6 +76830,12 @@
74976
76830
  "annotation": "prop",
74977
76831
  "mode": "$"
74978
76832
  },
76833
+ {
76834
+ "name": "--tct-btn-destroy-hover-box-shadow",
76835
+ "docs": "(*) Controls the box shadow of the destroy-intent button on hover.",
76836
+ "annotation": "prop",
76837
+ "mode": "$"
76838
+ },
74979
76839
  {
74980
76840
  "name": "--tct-btn-destroy-focus-background",
74981
76841
  "docs": "(<color>) Controls the background color of the destroy-intent button on focus.",
@@ -75042,6 +76902,12 @@
75042
76902
  "annotation": "prop",
75043
76903
  "mode": "$"
75044
76904
  },
76905
+ {
76906
+ "name": "--tct-btn-destroy-focus-visible-box-shadow",
76907
+ "docs": "(*) Controls the box shadow of the destroy-intent button when focused via keyboard.",
76908
+ "annotation": "prop",
76909
+ "mode": "$"
76910
+ },
75045
76911
  {
75046
76912
  "name": "--tct-btn-destroy-active-background",
75047
76913
  "docs": "(<color>) Controls the background color of the destroy-intent button when active.",
@@ -75258,6 +77124,12 @@
75258
77124
  "annotation": "prop",
75259
77125
  "mode": "$"
75260
77126
  },
77127
+ {
77128
+ "name": "--tct-btn-escape-focus-visible-box-shadow",
77129
+ "docs": "(*) Controls the box shadow of the escape-intent button when focused via keyboard.",
77130
+ "annotation": "prop",
77131
+ "mode": "$"
77132
+ },
75261
77133
  {
75262
77134
  "name": "--tct-btn-escape-active-background",
75263
77135
  "docs": "(<color>) Controls the background color of the escape-intent button when active.",
@@ -76243,15 +78115,15 @@
76243
78115
  "index-Cqkz7Bnm.js",
76244
78116
  "mirror-emit-DUjY_ucm.js",
76245
78117
  "component-DaQM9u3s.js",
76246
- "index-Bx4m6N0g.js"
78118
+ "index-Cps4jSQM.js"
76247
78119
  ],
76248
78120
  "sc-q2-action-group": [
76249
78121
  "index-Cqkz7Bnm.js",
76250
- "index-Bx4m6N0g.js"
78122
+ "index-Cps4jSQM.js"
76251
78123
  ],
76252
78124
  "sc-q2-action-sheet": [
76253
78125
  "index-Cqkz7Bnm.js",
76254
- "index-Bx4m6N0g.js",
78126
+ "index-Cps4jSQM.js",
76255
78127
  "sanitize-html-string-DPHNpMWE.js",
76256
78128
  "mirror-emit-DUjY_ucm.js"
76257
78129
  ],
@@ -76260,105 +78132,105 @@
76260
78132
  ],
76261
78133
  "sc-q2-badge": [
76262
78134
  "index-Cqkz7Bnm.js",
76263
- "index-Bx4m6N0g.js",
78135
+ "index-Cps4jSQM.js",
76264
78136
  "mirror-emit-DUjY_ucm.js"
76265
78137
  ],
76266
78138
  "sc-q2-btn": [
76267
78139
  "index-Cqkz7Bnm.js",
76268
- "index-Bx4m6N0g.js",
78140
+ "index-Cps4jSQM.js",
76269
78141
  "shapes-DZ6aIPWK.js",
76270
78142
  "sprites-jG2RmiwF.js"
76271
78143
  ],
76272
78144
  "sc-q2-calendar": [
76273
78145
  "index-Cqkz7Bnm.js",
76274
78146
  "index-O1A-ZSZs.js",
76275
- "index-Bx4m6N0g.js",
78147
+ "index-Cps4jSQM.js",
76276
78148
  "mirror-emit-DUjY_ucm.js"
76277
78149
  ],
76278
78150
  "sc-q2-card": [
76279
78151
  "index-Cqkz7Bnm.js",
76280
- "index-Bx4m6N0g.js",
78152
+ "index-Cps4jSQM.js",
76281
78153
  "mirror-emit-DUjY_ucm.js"
76282
78154
  ],
76283
78155
  "sc-q2-card-image": [
76284
78156
  "index-Cqkz7Bnm.js",
76285
- "index-Bx4m6N0g.js"
78157
+ "index-Cps4jSQM.js"
76286
78158
  ],
76287
78159
  "sc-q2-carousel": [
76288
78160
  "index-Cqkz7Bnm.js",
76289
- "index-Bx4m6N0g.js",
78161
+ "index-Cps4jSQM.js",
76290
78162
  "mirror-emit-DUjY_ucm.js",
76291
78163
  "component-DaQM9u3s.js"
76292
78164
  ],
76293
78165
  "sc-q2-carousel-pane": [
76294
78166
  "index-Cqkz7Bnm.js",
76295
78167
  "component-DaQM9u3s.js",
76296
- "index-Bx4m6N0g.js",
78168
+ "index-Cps4jSQM.js",
76297
78169
  "mirror-emit-DUjY_ucm.js"
76298
78170
  ],
76299
78171
  "sc-q2-chart-area": [
76300
78172
  "index-Cqkz7Bnm.js",
76301
- "index-Bx4m6N0g.js",
78173
+ "index-Cps4jSQM.js",
76302
78174
  "mirror-emit-DUjY_ucm.js",
76303
78175
  "charting-DOZct-UB.js",
76304
78176
  "dataSample-Dm1zpQNi.js"
76305
78177
  ],
76306
78178
  "sc-q2-chart-bar": [
76307
78179
  "index-Cqkz7Bnm.js",
76308
- "index-Bx4m6N0g.js",
78180
+ "index-Cps4jSQM.js",
76309
78181
  "charting-DOZct-UB.js",
76310
78182
  "dataSample-Dm1zpQNi.js",
76311
78183
  "sectorHelper--RMGWGAy.js"
76312
78184
  ],
76313
78185
  "sc-q2-chart-donut": [
76314
78186
  "index-Cqkz7Bnm.js",
76315
- "index-Bx4m6N0g.js",
78187
+ "index-Cps4jSQM.js",
76316
78188
  "mirror-emit-DUjY_ucm.js",
76317
78189
  "charting-DOZct-UB.js",
76318
78190
  "sectorHelper--RMGWGAy.js"
76319
78191
  ],
76320
78192
  "sc-q2-checkbox": [
76321
78193
  "index-Cqkz7Bnm.js",
76322
- "index-Bx4m6N0g.js",
78194
+ "index-Cps4jSQM.js",
76323
78195
  "mirror-emit-DUjY_ucm.js",
76324
78196
  "action-sheet-B7adb3xs.js"
76325
78197
  ],
76326
78198
  "sc-q2-checkbox-group": [
76327
78199
  "index-Cqkz7Bnm.js",
76328
- "index-Bx4m6N0g.js",
78200
+ "index-Cps4jSQM.js",
76329
78201
  "mirror-emit-DUjY_ucm.js",
76330
78202
  "component-DaQM9u3s.js"
76331
78203
  ],
76332
78204
  "sc-q2-context": [
76333
78205
  "index-Cqkz7Bnm.js",
76334
- "index-Bx4m6N0g.js"
78206
+ "index-Cps4jSQM.js"
76335
78207
  ],
76336
78208
  "sc-q2-currency": [
76337
78209
  "index-Cqkz7Bnm.js"
76338
78210
  ],
76339
78211
  "sc-q2-data-table": [
76340
78212
  "index-Cqkz7Bnm.js",
76341
- "index-Bx4m6N0g.js",
78213
+ "index-Cps4jSQM.js",
76342
78214
  "mirror-emit-DUjY_ucm.js"
76343
78215
  ],
76344
78216
  "sc-q2-detail": [
76345
78217
  "index-Cqkz7Bnm.js",
76346
- "index-Bx4m6N0g.js"
78218
+ "index-Cps4jSQM.js"
76347
78219
  ],
76348
78220
  "sc-q2-dropdown": [
76349
78221
  "index-Cqkz7Bnm.js",
76350
78222
  "action-sheet-B7adb3xs.js",
76351
- "index-Bx4m6N0g.js"
78223
+ "index-Cps4jSQM.js"
76352
78224
  ],
76353
78225
  "sc-q2-dropdown-item": [
76354
78226
  "index-Cqkz7Bnm.js",
76355
- "index-Bx4m6N0g.js",
78227
+ "index-Cps4jSQM.js",
76356
78228
  "mirror-emit-DUjY_ucm.js",
76357
78229
  "component-DaQM9u3s.js"
76358
78230
  ],
76359
78231
  "sc-q2-editable-field": [
76360
78232
  "index-Cqkz7Bnm.js",
76361
- "index-Bx4m6N0g.js",
78233
+ "index-Cps4jSQM.js",
76362
78234
  "mirror-emit-DUjY_ucm.js"
76363
78235
  ],
76364
78236
  "sc-q2-example": [
@@ -76366,7 +78238,7 @@
76366
78238
  ],
76367
78239
  "sc-q2-file-picker": [
76368
78240
  "index-Cqkz7Bnm.js",
76369
- "index-Bx4m6N0g.js"
78241
+ "index-Cps4jSQM.js"
76370
78242
  ],
76371
78243
  "sc-q2-form": [
76372
78244
  "index-Cqkz7Bnm.js"
@@ -76383,17 +78255,17 @@
76383
78255
  ],
76384
78256
  "sc-q2-icon": [
76385
78257
  "index-Cqkz7Bnm.js",
76386
- "index-Bx4m6N0g.js",
78258
+ "index-Cps4jSQM.js",
76387
78259
  "sprites-jG2RmiwF.js"
76388
78260
  ],
76389
78261
  "sc-q2-input": [
76390
78262
  "index-Cqkz7Bnm.js",
76391
- "index-Bx4m6N0g.js",
78263
+ "index-Cps4jSQM.js",
76392
78264
  "mirror-emit-DUjY_ucm.js"
76393
78265
  ],
76394
78266
  "sc-q2-item": [
76395
78267
  "index-Cqkz7Bnm.js",
76396
- "index-Bx4m6N0g.js"
78268
+ "index-Cps4jSQM.js"
76397
78269
  ],
76398
78270
  "sc-q2-legend": [
76399
78271
  "index-Cqkz7Bnm.js",
@@ -76401,15 +78273,15 @@
76401
78273
  ],
76402
78274
  "sc-q2-link": [
76403
78275
  "index-Cqkz7Bnm.js",
76404
- "index-Bx4m6N0g.js"
78276
+ "index-Cps4jSQM.js"
76405
78277
  ],
76406
78278
  "sc-q2-list": [
76407
78279
  "index-Cqkz7Bnm.js",
76408
- "index-Bx4m6N0g.js"
78280
+ "index-Cps4jSQM.js"
76409
78281
  ],
76410
78282
  "sc-q2-loading": [
76411
78283
  "index-Cqkz7Bnm.js",
76412
- "index-Bx4m6N0g.js",
78284
+ "index-Cps4jSQM.js",
76413
78285
  "shapes-DZ6aIPWK.js",
76414
78286
  "sprites-jG2RmiwF.js"
76415
78287
  ],
@@ -76419,24 +78291,25 @@
76419
78291
  ],
76420
78292
  "sc-q2-loc": [
76421
78293
  "index-Cqkz7Bnm.js",
76422
- "index-Bx4m6N0g.js"
78294
+ "sanitize-html-string-DPHNpMWE.js",
78295
+ "index-Cps4jSQM.js"
76423
78296
  ],
76424
78297
  "sc-q2-message": [
76425
78298
  "index-Cqkz7Bnm.js",
76426
- "index-Bx4m6N0g.js"
78299
+ "index-Cps4jSQM.js"
76427
78300
  ],
76428
78301
  "sc-q2-meter": [
76429
78302
  "index-Cqkz7Bnm.js",
76430
- "index-Bx4m6N0g.js"
78303
+ "index-Cps4jSQM.js"
76431
78304
  ],
76432
78305
  "sc-q2-modal": [
76433
78306
  "index-Cqkz7Bnm.js",
76434
- "index-Bx4m6N0g.js",
78307
+ "index-Cps4jSQM.js",
76435
78308
  "sanitize-html-string-DPHNpMWE.js"
76436
78309
  ],
76437
78310
  "sc-q2-month-picker": [
76438
78311
  "index-Cqkz7Bnm.js",
76439
- "index-Bx4m6N0g.js"
78312
+ "index-Cps4jSQM.js"
76440
78313
  ],
76441
78314
  "sc-q2-mutation-observer": [
76442
78315
  "index-Cqkz7Bnm.js"
@@ -76444,31 +78317,31 @@
76444
78317
  "sc-q2-optgroup": [
76445
78318
  "index-Cqkz7Bnm.js",
76446
78319
  "component-DaQM9u3s.js",
76447
- "index-Bx4m6N0g.js"
78320
+ "index-Cps4jSQM.js"
76448
78321
  ],
76449
78322
  "sc-q2-option": [
76450
78323
  "index-Cqkz7Bnm.js",
76451
- "index-Bx4m6N0g.js",
78324
+ "index-Cps4jSQM.js",
76452
78325
  "component-DaQM9u3s.js"
76453
78326
  ],
76454
78327
  "sc-q2-option-list": [
76455
78328
  "index-Cqkz7Bnm.js",
76456
78329
  "mirror-emit-DUjY_ucm.js",
76457
78330
  "component-DaQM9u3s.js",
76458
- "index-Bx4m6N0g.js"
78331
+ "index-Cps4jSQM.js"
76459
78332
  ],
76460
78333
  "sc-q2-otp": [
76461
78334
  "index-Cqkz7Bnm.js",
76462
- "index-Bx4m6N0g.js"
78335
+ "index-Cps4jSQM.js"
76463
78336
  ],
76464
78337
  "sc-q2-pagination": [
76465
78338
  "index-Cqkz7Bnm.js",
76466
- "index-Bx4m6N0g.js",
78339
+ "index-Cps4jSQM.js",
76467
78340
  "mirror-emit-DUjY_ucm.js"
76468
78341
  ],
76469
78342
  "sc-q2-pill": [
76470
78343
  "index-Cqkz7Bnm.js",
76471
- "index-Bx4m6N0g.js",
78344
+ "index-Cps4jSQM.js",
76472
78345
  "mirror-emit-DUjY_ucm.js",
76473
78346
  "action-sheet-B7adb3xs.js"
76474
78347
  ],
@@ -76476,34 +78349,34 @@
76476
78349
  "index-Cqkz7Bnm.js",
76477
78350
  "mirror-emit-DUjY_ucm.js",
76478
78351
  "component-DaQM9u3s.js",
76479
- "index-Bx4m6N0g.js"
78352
+ "index-Cps4jSQM.js"
76480
78353
  ],
76481
78354
  "sc-q2-radio": [
76482
78355
  "index-Cqkz7Bnm.js",
76483
- "index-Bx4m6N0g.js",
78356
+ "index-Cps4jSQM.js",
76484
78357
  "mirror-emit-DUjY_ucm.js"
76485
78358
  ],
76486
78359
  "sc-q2-radio-group": [
76487
78360
  "index-Cqkz7Bnm.js",
76488
- "index-Bx4m6N0g.js",
78361
+ "index-Cps4jSQM.js",
76489
78362
  "mirror-emit-DUjY_ucm.js"
76490
78363
  ],
76491
78364
  "sc-q2-relative-time": [
76492
78365
  "index-Cqkz7Bnm.js",
76493
78366
  "index-O1A-ZSZs.js",
76494
- "index-Bx4m6N0g.js"
78367
+ "index-Cps4jSQM.js"
76495
78368
  ],
76496
78369
  "sc-q2-resize-observer": [
76497
78370
  "index-Cqkz7Bnm.js",
76498
- "index-Bx4m6N0g.js"
78371
+ "index-Cps4jSQM.js"
76499
78372
  ],
76500
78373
  "sc-q2-search": [
76501
78374
  "index-Cqkz7Bnm.js",
76502
- "index-Bx4m6N0g.js"
78375
+ "index-Cps4jSQM.js"
76503
78376
  ],
76504
78377
  "sc-q2-section": [
76505
78378
  "index-Cqkz7Bnm.js",
76506
- "index-Bx4m6N0g.js",
78379
+ "index-Cps4jSQM.js",
76507
78380
  "mirror-emit-DUjY_ucm.js"
76508
78381
  ],
76509
78382
  "sc-q2-section-container": [
@@ -76512,29 +78385,34 @@
76512
78385
  ],
76513
78386
  "sc-q2-select": [
76514
78387
  "index-Cqkz7Bnm.js",
76515
- "index-Bx4m6N0g.js",
78388
+ "index-Cps4jSQM.js",
76516
78389
  "mirror-emit-DUjY_ucm.js",
76517
78390
  "action-sheet-B7adb3xs.js"
76518
78391
  ],
76519
78392
  "sc-q2-stepper": [
76520
78393
  "index-Cqkz7Bnm.js",
76521
- "index-Bx4m6N0g.js",
76522
- "mirror-emit-DUjY_ucm.js"
78394
+ "index-Cps4jSQM.js",
78395
+ "mirror-emit-DUjY_ucm.js",
78396
+ "sanitize-html-string-DPHNpMWE.js"
76523
78397
  ],
76524
78398
  "sc-q2-stepper-pane": [
76525
78399
  "index-Cqkz7Bnm.js",
76526
78400
  "component-DaQM9u3s.js",
76527
- "index-Bx4m6N0g.js",
78401
+ "index-Cps4jSQM.js",
76528
78402
  "mirror-emit-DUjY_ucm.js"
76529
78403
  ],
76530
78404
  "sc-q2-stepper-vertical": [
76531
78405
  "index-Cqkz7Bnm.js",
76532
- "index-Bx4m6N0g.js",
76533
- "mirror-emit-DUjY_ucm.js"
78406
+ "index-Cps4jSQM.js",
78407
+ "mirror-emit-DUjY_ucm.js",
78408
+ "sanitize-html-string-DPHNpMWE.js"
78409
+ ],
78410
+ "sc-q2-surface": [
78411
+ "index-Cqkz7Bnm.js"
76534
78412
  ],
76535
78413
  "sc-q2-tab-container": [
76536
78414
  "index-Cqkz7Bnm.js",
76537
- "index-Bx4m6N0g.js",
78415
+ "index-Cps4jSQM.js",
76538
78416
  "mirror-emit-DUjY_ucm.js",
76539
78417
  "component-DaQM9u3s.js"
76540
78418
  ],
@@ -76544,22 +78422,22 @@
76544
78422
  ],
76545
78423
  "sc-q2-tag": [
76546
78424
  "index-Cqkz7Bnm.js",
76547
- "index-Bx4m6N0g.js",
78425
+ "index-Cps4jSQM.js",
76548
78426
  "mirror-emit-DUjY_ucm.js",
76549
78427
  "action-sheet-B7adb3xs.js"
76550
78428
  ],
76551
78429
  "sc-q2-textarea": [
76552
78430
  "index-Cqkz7Bnm.js",
76553
- "index-Bx4m6N0g.js",
78431
+ "index-Cps4jSQM.js",
76554
78432
  "mirror-emit-DUjY_ucm.js"
76555
78433
  ],
76556
78434
  "sc-q2-toast": [
76557
78435
  "index-Cqkz7Bnm.js",
76558
- "index-Bx4m6N0g.js"
78436
+ "index-Cps4jSQM.js"
76559
78437
  ],
76560
78438
  "sc-q2-tooltip": [
76561
78439
  "index-Cqkz7Bnm.js",
76562
- "index-Bx4m6N0g.js"
78440
+ "index-Cps4jSQM.js"
76563
78441
  ],
76564
78442
  "sc-tecton-tab-pane": [
76565
78443
  "index-Cqkz7Bnm.js"
@@ -76757,6 +78635,9 @@
76757
78635
  "./src/utils/test/vr-helpers"
76758
78636
  ],
76759
78637
  "./src/components/q2-item/q2-item.tsx": [],
78638
+ "./src/components/q2-item/test/q2-item-test.vr.ts": [
78639
+ "./src/utils/test/vr-helpers"
78640
+ ],
76760
78641
  "./src/components/q2-legend/q2-legend.tsx": [],
76761
78642
  "./src/components/q2-link/q2-link.tsx": [],
76762
78643
  "./src/components/q2-link/test/q2-link-test.vr.ts": [
@@ -76791,6 +78672,9 @@
76791
78672
  "./src/components/q2-option-list/q2-option-list.tsx": [],
76792
78673
  "./src/components/q2-option/q2-option.tsx": [],
76793
78674
  "./src/components/q2-otp/q2-otp.tsx": [],
78675
+ "./src/components/q2-otp/test/q2-otp-test.vr.ts": [
78676
+ "./src/utils/test/vr-helpers"
78677
+ ],
76794
78678
  "./src/components/q2-pagination/q2-pagination.tsx": [],
76795
78679
  "./src/components/q2-pagination/test/q2-pagination-test.vr.ts": [
76796
78680
  "./src/utils/test/vr-helpers"
@@ -76817,6 +78701,9 @@
76817
78701
  "./src/components/q2-search/q2-search.tsx": [
76818
78702
  "./src/utils"
76819
78703
  ],
78704
+ "./src/components/q2-search/test/q2-search-test.vr.ts": [
78705
+ "./src/utils/test/vr-helpers"
78706
+ ],
76820
78707
  "./src/components/q2-section-container/q2-section-container.tsx": [],
76821
78708
  "./src/components/q2-section/q2-section.tsx": [],
76822
78709
  "./src/components/q2-section/test/q2-section-test.vr.ts": [
@@ -76837,6 +78724,10 @@
76837
78724
  "./src/components/q2-stepper/test/q2-stepper-test.vr.ts": [
76838
78725
  "./src/utils/test/vr-helpers"
76839
78726
  ],
78727
+ "./src/components/q2-surface/q2-surface.tsx": [],
78728
+ "./src/components/q2-surface/test/q2-surface-test.vr.ts": [
78729
+ "./src/utils/test/vr-helpers"
78730
+ ],
76840
78731
  "./src/components/q2-tab-container/q2-tab-container.tsx": [],
76841
78732
  "./src/components/q2-tab-container/test/q2-tab-container-test.vr.ts": [
76842
78733
  "./src/utils/test/vr-helpers"