@heartlandone/vega 2.70.0 → 2.71.0-RTE-table-preview

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 (1538) hide show
  1. package/dist/cjs/app-globals-246e5160.js +432 -0
  2. package/dist/cjs/code-block-36fb0e69.js +4488 -0
  3. package/dist/cjs/column-operation-aa0673f6.js +1325 -0
  4. package/dist/cjs/component-value-history-controller-slimmer.abstract-eec38ad7.js +757 -0
  5. package/dist/cjs/design-token-6f95b09f.js +403 -0
  6. package/dist/cjs/dto-renderer-manager-fbc93cb5.js +3930 -0
  7. package/dist/cjs/element-appender-slimmer-ec537994.js +1470 -0
  8. package/dist/cjs/image-annotation-action-ae1310ef.js +312 -0
  9. package/dist/cjs/index-58ea899e.js +8 -4
  10. package/dist/cjs/index.cjs.js +30 -27
  11. package/dist/cjs/language-extension-2df8cfd3.js +210 -0
  12. package/dist/cjs/loader.cjs.js +8 -6
  13. package/dist/cjs/public-rules-6432194e.js +47 -0
  14. package/dist/cjs/range-d24916d7.js +178 -0
  15. package/dist/cjs/responsive-format-facade-0b610205.js +925 -0
  16. package/dist/cjs/rich-text-editor-required-rule-eb34a576.js +64 -0
  17. package/dist/cjs/style-formatter-1450a252.js +34 -0
  18. package/dist/cjs/table-extension-3b713932.js +4815 -0
  19. package/dist/cjs/vega-accordion.cjs.entry.js +7 -5
  20. package/dist/cjs/vega-app-header-button.cjs.entry.js +7 -5
  21. package/dist/cjs/vega-box.cjs.entry.js +8 -6
  22. package/dist/cjs/vega-button-circle.cjs.entry.js +7 -5
  23. package/dist/cjs/vega-button.cjs.entry.js +6 -4
  24. package/dist/cjs/vega-card.cjs.entry.js +7 -5
  25. package/dist/cjs/vega-carousel.cjs.entry.js +6 -4
  26. package/dist/cjs/vega-chip.cjs.entry.js +7 -5
  27. package/dist/cjs/vega-code-block.cjs.entry.js +3 -3
  28. package/dist/cjs/vega-date-picker_2.cjs.entry.js +12 -11
  29. package/dist/cjs/vega-dialog_2.cjs.entry.js +19 -17
  30. package/dist/cjs/vega-divider.cjs.entry.js +7 -5
  31. package/dist/cjs/vega-dropdown_5.cjs.entry.js +11 -10
  32. package/dist/cjs/vega-env-manager-23b8b23c.js +2 -2
  33. package/dist/cjs/vega-flag-icon.cjs.entry.js +7 -5
  34. package/dist/cjs/vega-flex.cjs.entry.js +8 -6
  35. package/dist/cjs/vega-font.cjs.entry.js +7 -5
  36. package/dist/cjs/vega-grid.cjs.entry.js +7 -5
  37. package/dist/cjs/vega-icon.cjs.entry.js +7 -5
  38. package/dist/cjs/vega-image-uploader.cjs.entry.js +7 -5
  39. package/dist/cjs/vega-input-passcode.cjs.entry.js +4 -1
  40. package/dist/cjs/vega-input-phone-number.cjs.entry.js +9 -8
  41. package/dist/cjs/vega-input-select.cjs.entry.js +7 -6
  42. package/dist/cjs/vega-input.cjs.entry.js +1 -1
  43. package/dist/cjs/vega-left-nav_5.cjs.entry.js +11 -9
  44. package/dist/cjs/vega-loader-wrapper_2.cjs.entry.js +8 -6
  45. package/dist/cjs/vega-pagination.cjs.entry.js +7 -5
  46. package/dist/cjs/vega-popover_2.cjs.entry.js +10 -9
  47. package/dist/cjs/vega-rich-text-content.cjs.entry.js +3 -3
  48. package/dist/cjs/vega-rich-text-editor_5.cjs.entry.js +5135 -0
  49. package/dist/cjs/vega-rich-text-table-selection-widget.cjs.entry.js +179 -0
  50. package/dist/cjs/vega-selection-chip_2.cjs.entry.js +6 -4
  51. package/dist/cjs/vega-sidenav_3.cjs.entry.js +10 -8
  52. package/dist/cjs/vega-signature-capture.cjs.entry.js +7 -5
  53. package/dist/cjs/vega-table_11.cjs.entry.js +31 -30
  54. package/dist/cjs/vega-time-picker_2.cjs.entry.js +7 -5
  55. package/dist/cjs/vega-tooltip_2.cjs.entry.js +7 -5
  56. package/dist/cjs/vega.cjs.js +8 -6
  57. package/dist/collection/collection-manifest.json +16 -8
  58. package/dist/collection/components/vega-dialog/vega-dialog.js +1 -1
  59. package/dist/collection/components/vega-input/vega-input.js +21 -1
  60. package/dist/collection/components/vega-input-passcode/slimmers/renderers/vega-input-passcode-renderer.js +4 -1
  61. package/dist/collection/components/vega-modal/slimmers/controllers/vega-modal-layout-controller.js +3 -2
  62. package/dist/collection/components/vega-modal/vega-modal.js +4 -4
  63. package/dist/collection/components/vega-rich-text-editor/dto/blocks/block.abstract.js +15 -1
  64. package/dist/collection/components/vega-rich-text-editor/extensions/base-extension-renderer.js +2 -1
  65. package/dist/collection/components/vega-rich-text-editor/extensions/extension.abstract.js +8 -0
  66. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-interceptors/prevent-cell-children-remove-interceptor.js +42 -0
  67. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-interceptors/prevent-cell-content-delete-interceptor.js +25 -0
  68. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-interceptors/prevent-row-insert-interceptor.js +23 -0
  69. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/delete-table-block-strategy.js +25 -0
  70. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/delete-table-column-strategy.js +57 -0
  71. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/delete-table-row-strategy.js +57 -0
  72. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/insert-table-block-strategy.js +54 -0
  73. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/insert-table-column-strategy.js +42 -0
  74. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/insert-table-row-strategy.js +117 -0
  75. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/select-table-column-strategy.js +22 -0
  76. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/table-column-strategy.abstract.js +19 -0
  77. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/toggle-header-row-strategy.js +133 -0
  78. package/dist/collection/components/vega-rich-text-editor/extensions/table/action-handler-strategies/toggle-header-table-column-strategy.js +99 -0
  79. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/delete-table-block-action.js +13 -0
  80. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/delete-table-column-action.js +13 -0
  81. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/delete-table-row-action.js +18 -0
  82. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/insert-table-block-action.js +13 -0
  83. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/insert-table-column-action.js +19 -0
  84. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/insert-table-row-action.js +26 -0
  85. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/select-table-column-action.js +13 -0
  86. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/table-annotations-action.js +18 -0
  87. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/table-caption-action.js +13 -0
  88. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/table-cell-annotations-action.js +18 -0
  89. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/toggle-header-row-action.js +13 -0
  90. package/dist/collection/components/vega-rich-text-editor/extensions/table/actions/toggle-header-table-column-action.js +15 -0
  91. package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-annotation.js +91 -0
  92. package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-caption-annotation.js +57 -0
  93. package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-cell-annotation.js +120 -0
  94. package/dist/collection/components/vega-rich-text-editor/extensions/table/annotations/table-head-cell-annotation.js +40 -0
  95. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-block.js +117 -0
  96. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-body-block.js +55 -0
  97. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-caption-block.js +65 -0
  98. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-cell-block.js +63 -0
  99. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-head-block.js +59 -0
  100. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-head-cell-block.js +46 -0
  101. package/dist/collection/components/vega-rich-text-editor/extensions/table/dto/table-row-block.js +59 -0
  102. package/dist/collection/components/vega-rich-text-editor/extensions/table/renderers/table-body-renderer.js +15 -0
  103. package/dist/collection/components/vega-rich-text-editor/extensions/table/renderers/table-caption-renderer.js +22 -0
  104. package/dist/collection/components/vega-rich-text-editor/extensions/table/renderers/table-cell-renderer.js +74 -0
  105. package/dist/collection/components/vega-rich-text-editor/extensions/table/renderers/table-dynamic-popover-renderer.js +99 -0
  106. package/dist/collection/components/vega-rich-text-editor/extensions/table/renderers/table-head-cell-renderer.js +12 -0
  107. package/dist/collection/components/vega-rich-text-editor/extensions/table/renderers/table-head-renderer.js +15 -0
  108. package/dist/collection/components/vega-rich-text-editor/extensions/table/renderers/table-renderer.js +103 -0
  109. package/dist/collection/components/vega-rich-text-editor/extensions/table/renderers/table-row-renderer.js +15 -0
  110. package/dist/collection/components/vega-rich-text-editor/extensions/table/renderers/table-setting-popover-renderer.js +145 -0
  111. package/dist/collection/components/vega-rich-text-editor/extensions/table/setting-event-handlers/caption-operation.js +78 -0
  112. package/dist/collection/components/vega-rich-text-editor/extensions/table/setting-event-handlers/column-operation.js +109 -0
  113. package/dist/collection/components/vega-rich-text-editor/extensions/table/setting-event-handlers/row-operation.js +132 -0
  114. package/dist/collection/components/vega-rich-text-editor/extensions/table/setting-event-handlers/setting-event-handler.abstract.js +44 -0
  115. package/dist/collection/components/vega-rich-text-editor/extensions/table/table-extension.js +118 -0
  116. package/dist/collection/components/vega-rich-text-editor/extensions/table/table-icon.js +3 -0
  117. package/dist/collection/components/vega-rich-text-editor/extensions/table/table-selection.js +348 -0
  118. package/dist/collection/components/vega-rich-text-editor/extensions/table/table-toolbar-button-renderer.js +229 -0
  119. package/dist/collection/components/vega-rich-text-editor/extensions/table/utils/utils.js +102 -0
  120. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-selection-widget/slimmers/controllers/selection-widget-keyboard-controller.js +36 -0
  121. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-selection-widget/slimmers/renderers/selection-widget-renderer.js +83 -0
  122. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-selection-widget/vega-rich-text-table-selection-widget.css +41 -0
  123. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-selection-widget/vega-rich-text-table-selection-widget.js +80 -0
  124. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/assets/icon.js +20 -0
  125. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/caption-button-slimmer.js +27 -0
  126. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/cell-properties-button-slimmer.js +26 -0
  127. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/column-button-slimmer.js +86 -0
  128. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/row-button-slimmer.js +101 -0
  129. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/table-properties-button-slimmer.js +26 -0
  130. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/table-setting-button-slimmer.abstract.js +75 -0
  131. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/vega-rich-text-table-setting-renderer.js +50 -0
  132. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/vega-rich-text-table-setting.css +20 -0
  133. package/dist/collection/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/vega-rich-text-table-setting.js +166 -0
  134. package/dist/collection/components/vega-rich-text-editor/public-api.js +1 -0
  135. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/extension-controller.js +20 -0
  136. package/dist/collection/components/vega-rich-text-editor/slimmers/controllers/selection-controller.js +23 -2
  137. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.js +99 -0
  138. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.js +89 -0
  139. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.js +79 -0
  140. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.js +128 -0
  141. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-dto.test.js +517 -0
  142. package/dist/collection/components/vega-rich-text-editor/test/extensions/table/table-test-utils.js +172 -0
  143. package/dist/collection/components/vega-rich-text-editor/test/spec-utils.js +5 -2
  144. package/dist/collection/components/vega-rich-text-editor/vega-rich-text-editor.css +4 -0
  145. package/dist/collection/global/scripts/before-vega-load.js +2 -0
  146. package/dist/collection/utils/spec-utils.js +4 -3
  147. package/dist/esm/app-globals-e3ba8241.js +430 -0
  148. package/dist/esm/child-nodes-event-prevent-slimmer-66a11e63.js +156 -0
  149. package/dist/esm/code-block-f2f0cff5.js +4430 -0
  150. package/dist/esm/column-operation-9805e482.js +1300 -0
  151. package/dist/esm/component-value-history-controller-slimmer.abstract-400e0bd2.js +751 -0
  152. package/dist/esm/design-token-6f4086a9.js +389 -0
  153. package/dist/esm/dom-node-subject-observer-factory-4401eb10.js +246 -0
  154. package/dist/esm/dto-renderer-manager-8b93cc6f.js +3910 -0
  155. package/dist/esm/element-appender-slimmer-cc465622.js +1468 -0
  156. package/dist/esm/event-emit-slimmer-7fade5b2.js +265 -0
  157. package/dist/esm/form-field-controller-slimmer-d88dc81a.js +1265 -0
  158. package/dist/esm/image-annotation-action-f62cfec3.js +306 -0
  159. package/dist/esm/index-090d31ca.js +8 -4
  160. package/dist/esm/index-e7660797.js +40 -0
  161. package/dist/esm/index.js +15 -13
  162. package/dist/esm/internal-vega-event-manager-c171f709.js +482 -0
  163. package/dist/esm/language-extension-87abdcf0.js +207 -0
  164. package/dist/esm/loader.js +12 -10
  165. package/dist/esm/polyfills/core-js.js +0 -0
  166. package/dist/esm/polyfills/dom.js +0 -0
  167. package/dist/esm/polyfills/es5-html-element.js +0 -0
  168. package/dist/esm/polyfills/index.js +0 -0
  169. package/dist/esm/polyfills/system.js +0 -0
  170. package/dist/esm/public-rules-b6ad63e6.js +32 -0
  171. package/dist/esm/range-686c5d0c.js +176 -0
  172. package/dist/esm/responsive-format-facade-603dddd7.js +921 -0
  173. package/dist/esm/rich-text-editor-required-rule-4d14da42.js +62 -0
  174. package/dist/esm/string-input-formatter-slimmer-47305317.js +228 -0
  175. package/dist/esm/style-formatter-d76a67cb.js +32 -0
  176. package/dist/esm/sub-state-notify-slimmer-0a927f34.js +79 -0
  177. package/dist/esm/sub-state-observer-slimmer-33e0dd73.js +132 -0
  178. package/dist/esm/table-extension-5da1a8db.js +4795 -0
  179. package/dist/esm/vega-accordion.entry.js +11 -9
  180. package/dist/esm/vega-app-header-button.entry.js +12 -10
  181. package/dist/esm/vega-banner.entry.js +3 -3
  182. package/dist/esm/vega-box.entry.js +11 -9
  183. package/dist/esm/vega-breadcrumb.entry.js +4 -4
  184. package/dist/esm/vega-button-circle.entry.js +12 -10
  185. package/dist/esm/vega-button-group_2.entry.js +7 -7
  186. package/dist/esm/vega-button-link.entry.js +4 -4
  187. package/dist/esm/vega-button.entry.js +11 -9
  188. package/dist/esm/vega-calendar_4.entry.js +7 -7
  189. package/dist/esm/vega-card.entry.js +10 -8
  190. package/dist/esm/vega-carousel.entry.js +10 -8
  191. package/dist/esm/vega-checkbox_2.entry.js +7 -7
  192. package/dist/esm/vega-chip.entry.js +12 -10
  193. package/dist/esm/vega-code-block.entry.js +8 -8
  194. package/dist/esm/vega-color-picker.entry.js +6 -6
  195. package/dist/esm/vega-combo-box.entry.js +7 -7
  196. package/dist/esm/vega-date-picker_2.entry.js +16 -15
  197. package/dist/esm/vega-dialog_2.entry.js +16 -14
  198. package/dist/esm/vega-divider.entry.js +10 -8
  199. package/dist/esm/vega-dropdown_5.entry.js +14 -13
  200. package/dist/esm/vega-env-manager-8f8dc473.js +2 -2
  201. package/dist/esm/vega-field-label.entry.js +3 -3
  202. package/dist/esm/vega-file-uploader.entry.js +6 -6
  203. package/dist/esm/vega-flag-icon.entry.js +10 -8
  204. package/dist/esm/vega-flex.entry.js +11 -9
  205. package/dist/esm/vega-font.entry.js +10 -8
  206. package/dist/esm/vega-form.entry.js +8 -8
  207. package/dist/esm/vega-grid.entry.js +10 -8
  208. package/dist/esm/vega-icon.entry.js +10 -8
  209. package/dist/esm/vega-image-uploader.entry.js +13 -11
  210. package/dist/esm/vega-input-credit-card.entry.js +7 -7
  211. package/dist/esm/vega-input-numeric.entry.js +8 -8
  212. package/dist/esm/vega-input-passcode.entry.js +11 -8
  213. package/dist/esm/vega-input-phone-number.entry.js +13 -12
  214. package/dist/esm/vega-input-range.entry.js +7 -7
  215. package/dist/esm/vega-input-select.entry.js +13 -12
  216. package/dist/esm/vega-input.entry.js +9 -9
  217. package/dist/esm/vega-internal-event-id-49fef150.js +65 -0
  218. package/dist/esm/vega-item-toggle.entry.js +3 -3
  219. package/dist/esm/vega-left-nav_5.entry.js +13 -11
  220. package/dist/esm/vega-loader-wrapper_2.entry.js +9 -7
  221. package/dist/esm/vega-page-notification_2.entry.js +1 -1
  222. package/dist/esm/vega-pagination-page-selector-mobile.entry.js +4 -4
  223. package/dist/esm/vega-pagination-page-size-selector-mobile.entry.js +2 -2
  224. package/dist/esm/vega-pagination.entry.js +12 -10
  225. package/dist/esm/vega-popover_2.entry.js +12 -11
  226. package/dist/esm/vega-progress-tracker.entry.js +3 -3
  227. package/dist/esm/vega-radio_2.entry.js +7 -7
  228. package/dist/esm/vega-rich-text-content.entry.js +7 -7
  229. package/dist/esm/vega-rich-text-editor_5.entry.js +5127 -0
  230. package/dist/esm/vega-rich-text-table-selection-widget.entry.js +175 -0
  231. package/dist/esm/vega-segment-control.entry.js +3 -3
  232. package/dist/esm/vega-selection-chip_2.entry.js +14 -12
  233. package/dist/esm/vega-selection-tile_2.entry.js +8 -8
  234. package/dist/esm/vega-sidenav_3.entry.js +12 -10
  235. package/dist/esm/vega-signature-capture.entry.js +13 -11
  236. package/dist/esm/vega-stepper.entry.js +7 -7
  237. package/dist/esm/vega-tab-group_2.entry.js +4 -4
  238. package/dist/esm/vega-table_11.entry.js +13 -12
  239. package/dist/esm/vega-textarea.entry.js +7 -7
  240. package/dist/esm/vega-time-picker_2.entry.js +14 -12
  241. package/dist/esm/vega-toggle-switch.entry.js +6 -6
  242. package/dist/esm/vega-tooltip_2.entry.js +10 -8
  243. package/dist/esm/vega.js +12 -10
  244. package/dist/sri/vega-sri-manifest.json +297 -293
  245. package/dist/types/components/vega-input/vega-input.d.ts +7 -0
  246. package/dist/types/components/vega-input-passcode/slimmers/renderers/vega-input-passcode-renderer.d.ts +1 -0
  247. package/dist/types/components/vega-modal/vega-modal.d.ts +7 -1
  248. package/dist/types/components/vega-rich-text-editor/dto/annotations/annotation.abstract.d.ts +2 -5
  249. package/dist/types/components/vega-rich-text-editor/dto/annotations/block-annotation.abstract.d.ts +3 -3
  250. package/dist/types/components/vega-rich-text-editor/dto/blocks/block.abstract.d.ts +10 -6
  251. package/dist/types/components/vega-rich-text-editor/extensions/extension.abstract.d.ts +5 -0
  252. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-interceptors/prevent-cell-children-remove-interceptor.d.ts +25 -0
  253. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-interceptors/prevent-cell-content-delete-interceptor.d.ts +20 -0
  254. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-interceptors/prevent-row-insert-interceptor.d.ts +19 -0
  255. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/delete-table-block-strategy.d.ts +14 -0
  256. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/delete-table-column-strategy.d.ts +31 -0
  257. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/delete-table-row-strategy.d.ts +28 -0
  258. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/insert-table-block-strategy.d.ts +27 -0
  259. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/insert-table-column-strategy.d.ts +19 -0
  260. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/insert-table-row-strategy.d.ts +27 -0
  261. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/select-table-column-strategy.d.ts +12 -0
  262. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/table-column-strategy.abstract.d.ts +20 -0
  263. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/toggle-header-row-strategy.d.ts +41 -0
  264. package/dist/types/components/vega-rich-text-editor/extensions/table/action-handler-strategies/toggle-header-table-column-strategy.d.ts +45 -0
  265. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/delete-table-block-action.d.ts +12 -0
  266. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/delete-table-column-action.d.ts +15 -0
  267. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/delete-table-row-action.d.ts +17 -0
  268. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/insert-table-block-action.d.ts +20 -0
  269. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/insert-table-column-action.d.ts +23 -0
  270. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/insert-table-row-action.d.ts +23 -0
  271. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/select-table-column-action.d.ts +18 -0
  272. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/table-annotations-action.d.ts +16 -0
  273. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/table-caption-action.d.ts +14 -0
  274. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/table-cell-annotations-action.d.ts +16 -0
  275. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/toggle-header-row-action.d.ts +12 -0
  276. package/dist/types/components/vega-rich-text-editor/extensions/table/actions/toggle-header-table-column-action.d.ts +16 -0
  277. package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-annotation.d.ts +64 -0
  278. package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-caption-annotation.d.ts +26 -0
  279. package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-cell-annotation.d.ts +66 -0
  280. package/dist/types/components/vega-rich-text-editor/extensions/table/annotations/table-head-cell-annotation.d.ts +22 -0
  281. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-block.d.ts +78 -0
  282. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-body-block.d.ts +42 -0
  283. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-caption-block.d.ts +41 -0
  284. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-cell-block.d.ts +45 -0
  285. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-head-block.d.ts +42 -0
  286. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-head-cell-block.d.ts +30 -0
  287. package/dist/types/components/vega-rich-text-editor/extensions/table/dto/table-row-block.d.ts +44 -0
  288. package/dist/types/components/vega-rich-text-editor/extensions/table/renderers/table-body-renderer.d.ts +12 -0
  289. package/dist/types/components/vega-rich-text-editor/extensions/table/renderers/table-caption-renderer.d.ts +13 -0
  290. package/dist/types/components/vega-rich-text-editor/extensions/table/renderers/table-cell-renderer.d.ts +37 -0
  291. package/dist/types/components/vega-rich-text-editor/extensions/table/renderers/table-dynamic-popover-renderer.d.ts +51 -0
  292. package/dist/types/components/vega-rich-text-editor/extensions/table/renderers/table-head-cell-renderer.d.ts +12 -0
  293. package/dist/types/components/vega-rich-text-editor/extensions/table/renderers/table-head-renderer.d.ts +12 -0
  294. package/dist/types/components/vega-rich-text-editor/extensions/table/renderers/table-renderer.d.ts +39 -0
  295. package/dist/types/components/vega-rich-text-editor/extensions/table/renderers/table-row-renderer.d.ts +12 -0
  296. package/dist/types/components/vega-rich-text-editor/extensions/table/renderers/table-setting-popover-renderer.d.ts +65 -0
  297. package/dist/types/components/vega-rich-text-editor/extensions/table/setting-event-handlers/caption-operation.d.ts +36 -0
  298. package/dist/types/components/vega-rich-text-editor/extensions/table/setting-event-handlers/column-operation.d.ts +55 -0
  299. package/dist/types/components/vega-rich-text-editor/extensions/table/setting-event-handlers/row-operation.d.ts +61 -0
  300. package/dist/types/components/vega-rich-text-editor/extensions/table/setting-event-handlers/setting-event-handler.abstract.d.ts +46 -0
  301. package/dist/types/components/vega-rich-text-editor/extensions/table/table-extension.d.ts +31 -0
  302. package/dist/types/components/vega-rich-text-editor/extensions/table/table-icon.d.ts +3 -0
  303. package/dist/types/components/vega-rich-text-editor/extensions/table/table-selection.d.ts +142 -0
  304. package/dist/types/components/vega-rich-text-editor/extensions/table/table-toolbar-button-renderer.d.ts +85 -0
  305. package/dist/types/components/vega-rich-text-editor/extensions/table/utils/utils.d.ts +53 -0
  306. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-selection-widget/slimmers/controllers/selection-widget-keyboard-controller.d.ts +15 -0
  307. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-selection-widget/slimmers/renderers/selection-widget-renderer.d.ts +31 -0
  308. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-selection-widget/vega-rich-text-table-selection-widget.d.ts +27 -0
  309. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/assets/icon.d.ts +2 -0
  310. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/caption-button-slimmer.d.ts +11 -0
  311. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/cell-properties-button-slimmer.d.ts +11 -0
  312. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/column-button-slimmer.d.ts +28 -0
  313. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/row-button-slimmer.d.ts +36 -0
  314. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/table-properties-button-slimmer.d.ts +11 -0
  315. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/table-setting-button-slimmer.abstract.d.ts +36 -0
  316. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/slimmers/renderers/vega-rich-text-table-setting-renderer.d.ts +11 -0
  317. package/dist/types/components/vega-rich-text-editor/extensions/table/vega-rich-text-table-setting/vega-rich-text-table-setting.d.ts +46 -0
  318. package/dist/types/components/vega-rich-text-editor/interface.d.ts +20 -2
  319. package/dist/types/components/vega-rich-text-editor/public-api.d.ts +1 -0
  320. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/extension-controller.d.ts +4 -0
  321. package/dist/types/components/vega-rich-text-editor/slimmers/controllers/selection-controller.d.ts +19 -6
  322. package/dist/types/components/vega-rich-text-editor/test/extensions/table/caption-operation.test.d.ts +1 -0
  323. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-annotation.test.d.ts +1 -0
  324. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-caption-annotations.test.d.ts +1 -0
  325. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-cell-annotation.test.d.ts +1 -0
  326. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-dto.test.d.ts +1 -0
  327. package/dist/types/components/vega-rich-text-editor/test/extensions/table/table-test-utils.d.ts +11 -0
  328. package/dist/types/components/vega-rich-text-editor/test/spec-utils.d.ts +4 -0
  329. package/dist/types/components.d.ts +78 -4
  330. package/dist/types/types/components.type.d.ts +1 -0
  331. package/dist/types/utils/spec-utils.d.ts +2 -1
  332. package/dist/vega/index.esm.js +1 -1
  333. package/dist/vega/p-0492fb42.entry.js +1 -0
  334. package/dist/vega/p-06840396.entry.js +1 -0
  335. package/dist/vega/p-06bc02cb.entry.js +1 -0
  336. package/dist/vega/p-070c3970.js +1 -0
  337. package/dist/vega/p-07c1a2a2.entry.js +1 -0
  338. package/dist/vega/p-10e142f1.js +1 -0
  339. package/dist/vega/p-12faf818.entry.js +1 -0
  340. package/dist/vega/p-1546855d.entry.js +1 -0
  341. package/dist/vega/p-18711501.js +1 -0
  342. package/dist/vega/p-194e32a2.js +1 -0
  343. package/dist/vega/p-197affbe.entry.js +1 -0
  344. package/dist/vega/p-1a282bfa.entry.js +9 -0
  345. package/dist/vega/p-1e5c2206.entry.js +1 -0
  346. package/dist/vega/p-1fb466db.js +1 -0
  347. package/dist/vega/p-24e66056.entry.js +1 -0
  348. package/dist/vega/p-26bde99c.entry.js +1 -0
  349. package/dist/vega/p-2762e4a7.entry.js +1 -0
  350. package/dist/vega/p-2b079386.entry.js +1 -0
  351. package/dist/vega/p-2c88b9c9.js +1 -0
  352. package/dist/vega/p-2de37a60.entry.js +1 -0
  353. package/dist/vega/p-2f866855.entry.js +1 -0
  354. package/dist/vega/p-3185b22d.entry.js +1 -0
  355. package/dist/vega/p-33cb78bd.entry.js +1 -0
  356. package/dist/vega/p-35609e2d.entry.js +1 -0
  357. package/dist/vega/p-36753b56.entry.js +1 -0
  358. package/dist/vega/p-37fd6859.entry.js +1 -0
  359. package/dist/vega/p-388953e4.entry.js +1 -0
  360. package/dist/vega/p-3ae691a0.entry.js +1 -0
  361. package/dist/vega/p-3ce90ecd.entry.js +1 -0
  362. package/dist/vega/p-4115d58a.entry.js +1 -0
  363. package/dist/vega/p-4a895707.js +1 -0
  364. package/dist/vega/p-502b7062.entry.js +1 -0
  365. package/dist/vega/p-532ff2d2.entry.js +13 -0
  366. package/dist/vega/p-5e1e91db.entry.js +1 -0
  367. package/dist/vega/p-5f377954.js +1 -1
  368. package/dist/vega/p-5f53c228.entry.js +1 -0
  369. package/dist/vega/p-61519b5c.entry.js +1 -0
  370. package/dist/vega/p-62bf35fd.entry.js +1 -0
  371. package/dist/vega/p-64994265.entry.js +1 -0
  372. package/dist/vega/p-651ac54f.entry.js +1 -0
  373. package/dist/vega/p-70c898c6.entry.js +1 -0
  374. package/dist/vega/p-71fc7286.js +1 -0
  375. package/dist/vega/p-78d6dead.js +1 -0
  376. package/dist/vega/p-7d083222.entry.js +1 -0
  377. package/dist/vega/p-7d397c32.js +1 -0
  378. package/dist/vega/p-7edd4b79.js +1 -0
  379. package/dist/vega/p-84d34816.js +1 -0
  380. package/dist/vega/p-853abdfd.entry.js +1 -0
  381. package/dist/vega/p-8da8c2cf.entry.js +1 -0
  382. package/dist/vega/p-8daadaf3.entry.js +1 -0
  383. package/dist/vega/p-8eefbd15.entry.js +1 -0
  384. package/dist/vega/p-9112f67d.js +1 -0
  385. package/dist/vega/p-932c3efc.entry.js +1 -0
  386. package/dist/vega/p-9443c292.js +1 -0
  387. package/dist/vega/p-96c941d5.entry.js +1 -0
  388. package/dist/vega/p-9939e407.entry.js +1 -0
  389. package/dist/vega/p-99c52315.entry.js +1 -0
  390. package/dist/vega/p-99c6df1e.entry.js +1 -0
  391. package/dist/vega/p-9f6632cc.entry.js +1 -0
  392. package/dist/vega/p-a996636d.js +1 -0
  393. package/dist/vega/p-ae0edda4.entry.js +1 -0
  394. package/dist/vega/p-afe7bb0b.entry.js +1 -0
  395. package/dist/vega/p-b06ceb0f.entry.js +1 -0
  396. package/dist/vega/p-b390be9d.entry.js +1 -0
  397. package/dist/vega/p-b555b253.js +1 -0
  398. package/dist/vega/p-baaf9264.js +1 -0
  399. package/dist/vega/p-bbc12975.js +1 -0
  400. package/dist/vega/p-bc749d3f.entry.js +1 -0
  401. package/dist/vega/p-c0b986af.js +1 -0
  402. package/dist/vega/p-c11c0d61.js +1 -0
  403. package/dist/vega/p-c4f6e01c.entry.js +1 -0
  404. package/dist/vega/p-c6ee2d47.entry.js +1 -0
  405. package/dist/vega/p-c8b76028.entry.js +1 -0
  406. package/dist/vega/p-cad733c8.js +1 -0
  407. package/dist/vega/p-d54a1453.entry.js +1 -0
  408. package/dist/vega/p-d94f149a.entry.js +1 -0
  409. package/dist/vega/p-de44727f.entry.js +1 -0
  410. package/dist/vega/p-e2a0f7ae.js +1 -0
  411. package/dist/vega/p-e6879699.entry.js +1 -0
  412. package/dist/vega/p-ec7bc15a.js +1 -0
  413. package/dist/vega/p-f14578ee.entry.js +1 -0
  414. package/dist/vega/p-f2de3d76.entry.js +1 -0
  415. package/dist/vega/p-f2f6f24d.entry.js +1 -0
  416. package/dist/vega/p-f41ef9e2.entry.js +1 -0
  417. package/dist/vega/p-f782a531.js +1 -0
  418. package/dist/vega/p-fc6617cb.entry.js +1 -0
  419. package/dist/vega/p-fc79b3c3.entry.js +1 -0
  420. package/dist/vega/p-ff67a25f.js +1 -0
  421. package/dist/vega/vega.esm.js +1 -1
  422. package/package.json +1 -1
  423. package/style/vega_min.css +1 -0
  424. package/style/visual-screenshots (1)/builds/master.json +13385 -0
  425. package/style/visual-screenshots (1)/compare.html +26 -0
  426. package/style/visual-screenshots (1)/connector.js +10 -0
  427. package/style/visual-screenshots (1)/images/00c9dbc329ca6b1ad78ea743b91ee0bc.png +0 -0
  428. package/style/visual-screenshots (1)/images/00deb6ff94de798b3fcc6414aedc040c.png +0 -0
  429. package/style/visual-screenshots (1)/images/014c955d050d2ebb917fd03590730572.png +0 -0
  430. package/style/visual-screenshots (1)/images/0182583c546dba469600a0251240cf21.png +0 -0
  431. package/style/visual-screenshots (1)/images/01a0575c0db1270ea83316b5c6c20601.png +0 -0
  432. package/style/visual-screenshots (1)/images/027defd97df9a5b4a7653be56ccdb0ac.png +0 -0
  433. package/style/visual-screenshots (1)/images/02ba6083bbf1c0e01a725f1f9f92aff9.png +0 -0
  434. package/style/visual-screenshots (1)/images/036795373db4daaf365beee11d8c25a7.png +0 -0
  435. package/style/visual-screenshots (1)/images/04a8eee512eeb23c1c2b87cda93a6776.png +0 -0
  436. package/style/visual-screenshots (1)/images/04bb561662f78f189085275de6678f41.png +0 -0
  437. package/style/visual-screenshots (1)/images/04eef932b78ca112212112ce585f27ab.png +0 -0
  438. package/style/visual-screenshots (1)/images/050cba57fa9a35e3803c85fbb59b4024.png +0 -0
  439. package/style/visual-screenshots (1)/images/051edd1219d1ddca517459b788cc9d2b.png +0 -0
  440. package/style/visual-screenshots (1)/images/0528ddc76f74747fa440e96db6907a43.png +0 -0
  441. package/style/visual-screenshots (1)/images/05395d74d64a1da223fb94b2874f2d66.png +0 -0
  442. package/style/visual-screenshots (1)/images/0545ef2f0796fa5f1d878254825adaf4.png +0 -0
  443. package/style/visual-screenshots (1)/images/0582c1933e54f696b632a1e1659073b2.png +0 -0
  444. package/style/visual-screenshots (1)/images/059772f121132ead0d6fa0a48168338b.png +0 -0
  445. package/style/visual-screenshots (1)/images/05feee4ecb06f066f3dafb653f33b6fb.png +0 -0
  446. package/style/visual-screenshots (1)/images/0640963c7a9fddb30a953c2624ba42eb.png +0 -0
  447. package/style/visual-screenshots (1)/images/065795600809ccab42d0f13ba71eb633.png +0 -0
  448. package/style/visual-screenshots (1)/images/0666dfce480647c3cb8857d2bb059847.png +0 -0
  449. package/style/visual-screenshots (1)/images/0700cef6f6f83545e2e7d3ecedc042d4.png +0 -0
  450. package/style/visual-screenshots (1)/images/0723f0263fa389ae876735ff57f46681.png +0 -0
  451. package/style/visual-screenshots (1)/images/073c1445dacdaac8c0aa6480212492f9.png +0 -0
  452. package/style/visual-screenshots (1)/images/073d4f053baf4c24d6af8de20eeae2aa.png +0 -0
  453. package/style/visual-screenshots (1)/images/076e14b0ccac0c02052e66256be50d47.png +0 -0
  454. package/style/visual-screenshots (1)/images/0775b2b66ba608e1677bb4bd032f707e.png +0 -0
  455. package/style/visual-screenshots (1)/images/078f2e93590c93c74f514e02ac05e4a3.png +0 -0
  456. package/style/visual-screenshots (1)/images/080f0f2d3f06372a9302e80f14aeb74e.png +0 -0
  457. package/style/visual-screenshots (1)/images/08872613981eb5e038fd62286300c583.png +0 -0
  458. package/style/visual-screenshots (1)/images/08cfa8c87053192e64e3b0b448d0dfaa.png +0 -0
  459. package/style/visual-screenshots (1)/images/08fc2250530bdc6b684a493406e75dcb.png +0 -0
  460. package/style/visual-screenshots (1)/images/0918181ef6fad9b51bbf411785719c7f.png +0 -0
  461. package/style/visual-screenshots (1)/images/091c16a1900c15eaf442677f7b7712a4.png +0 -0
  462. package/style/visual-screenshots (1)/images/09271a89642f3deb1534537363d82adf.png +0 -0
  463. package/style/visual-screenshots (1)/images/0968ada1c88a12c121d7e4cd9d1a4c31.png +0 -0
  464. package/style/visual-screenshots (1)/images/098cf2d4feb36daa5935d431b4cc2af9.png +0 -0
  465. package/style/visual-screenshots (1)/images/098ee2f12b7cd94ed7e3d9678dca8d9d.png +0 -0
  466. package/style/visual-screenshots (1)/images/09afb7f891103d16ca4e69cced183010.png +0 -0
  467. package/style/visual-screenshots (1)/images/0a8740f45dfa3ef686362af82744d0f8.png +0 -0
  468. package/style/visual-screenshots (1)/images/0aecce7dd5c65d8a1cd2bc3007aa039c.png +0 -0
  469. package/style/visual-screenshots (1)/images/0afce1548cbbf477be056364879ed645.png +0 -0
  470. package/style/visual-screenshots (1)/images/0b0e6917a067495e267dea6d4f1d2c89.png +0 -0
  471. package/style/visual-screenshots (1)/images/0b422eacde0c1264cc993d15ce94f3f2.png +0 -0
  472. package/style/visual-screenshots (1)/images/0b462aed27368fadffaf4042b4bf124f.png +0 -0
  473. package/style/visual-screenshots (1)/images/0bd41559a47131117d6b5d48f9384e2b.png +0 -0
  474. package/style/visual-screenshots (1)/images/0cdf8442f9e597e7782a97d05b9f0167.png +0 -0
  475. package/style/visual-screenshots (1)/images/0ce13d831ed54f898c0ddc60c7a3bfe9.png +0 -0
  476. package/style/visual-screenshots (1)/images/0d7e570e1a0f76d5114975280c8e36dc.png +0 -0
  477. package/style/visual-screenshots (1)/images/0dd901512ef46e6320b55ebb543c7a38.png +0 -0
  478. package/style/visual-screenshots (1)/images/0de77d7c6aedecc1948bf82730e77f9b.png +0 -0
  479. package/style/visual-screenshots (1)/images/0e588e87d0e0617c6fefe1e8203ceaf5.png +0 -0
  480. package/style/visual-screenshots (1)/images/0eb8a80ddc22191daad2b765098af978.png +0 -0
  481. package/style/visual-screenshots (1)/images/0ee82b520727d5a484ae47df46170f6b.png +0 -0
  482. package/style/visual-screenshots (1)/images/0ef7219055c2204179e5a87ce6393ecd.png +0 -0
  483. package/style/visual-screenshots (1)/images/0f20d9909852d49d83662e354d774330.png +0 -0
  484. package/style/visual-screenshots (1)/images/0fe5e32a6e5d62baa9eb9e9ef32b8ac0.png +0 -0
  485. package/style/visual-screenshots (1)/images/101fe127c73e1204c7b0a9532ddf5f33.png +0 -0
  486. package/style/visual-screenshots (1)/images/10dc76469583d7bb071c415b4c2500f5.png +0 -0
  487. package/style/visual-screenshots (1)/images/111ceb449af342ffefc9bf18313e9f2d.png +0 -0
  488. package/style/visual-screenshots (1)/images/116f44589ef708d63b88f72c07020d65.png +0 -0
  489. package/style/visual-screenshots (1)/images/11809d0dd4f56bd7e75c1ee424ea6049.png +0 -0
  490. package/style/visual-screenshots (1)/images/11e8c569dc91a4263915d38d41797b7c.png +0 -0
  491. package/style/visual-screenshots (1)/images/11f644637e7bf9e488c92e597243b372.png +0 -0
  492. package/style/visual-screenshots (1)/images/11f85d78db6278a0b9309de5e1971968.png +0 -0
  493. package/style/visual-screenshots (1)/images/126484246367b441a4874bf1c80eb701.png +0 -0
  494. package/style/visual-screenshots (1)/images/12b7614a6bca5fba19b2c207c9399eec.png +0 -0
  495. package/style/visual-screenshots (1)/images/12f9db657f5f215db4fd81d60e61ac05.png +0 -0
  496. package/style/visual-screenshots (1)/images/12fd30dca14bdb10e138bf9957cb67d6.png +0 -0
  497. package/style/visual-screenshots (1)/images/12ff293bb7a3fb35ba9e71b36d1ede58.png +0 -0
  498. package/style/visual-screenshots (1)/images/132fad75fe05d0c78d642c7d18b36364.png +0 -0
  499. package/style/visual-screenshots (1)/images/133df50a253039a25dc23c11be89ceb7.png +0 -0
  500. package/style/visual-screenshots (1)/images/13b9e970f1e6fc8dde0c10722f66bb73.png +0 -0
  501. package/style/visual-screenshots (1)/images/13d533f8842a49a2a160723a46eb8a32.png +0 -0
  502. package/style/visual-screenshots (1)/images/14391d1ca80560f5e01b72b0a32a2e43.png +0 -0
  503. package/style/visual-screenshots (1)/images/14b81ce49feb5c4033d2b6bf9ce8b584.png +0 -0
  504. package/style/visual-screenshots (1)/images/16548b7507dad1afa018cf73f656e123.png +0 -0
  505. package/style/visual-screenshots (1)/images/16bbd810a35c9542672c143620dd124b.png +0 -0
  506. package/style/visual-screenshots (1)/images/17f1ac08aef0b15a2a93576bd0c69a8b.png +0 -0
  507. package/style/visual-screenshots (1)/images/1823fb8764090e5f139555434673b999.png +0 -0
  508. package/style/visual-screenshots (1)/images/184a290d2680a6b9ed5fd3e875866f6c.png +0 -0
  509. package/style/visual-screenshots (1)/images/1853b22c2e9f57c3c0465f1ad677fd02.png +0 -0
  510. package/style/visual-screenshots (1)/images/1917b4c75462018e96fd444a55f92fdb.png +0 -0
  511. package/style/visual-screenshots (1)/images/19cb20f82a883631ec08e6fce09c9346.png +0 -0
  512. package/style/visual-screenshots (1)/images/19d6ef3f0f09ad264bd4565a890f4de3.png +0 -0
  513. package/style/visual-screenshots (1)/images/19f0f11a1678b49278906815b94aa63b.png +0 -0
  514. package/style/visual-screenshots (1)/images/1a334e822ac119215ecd18f1289048cf.png +0 -0
  515. package/style/visual-screenshots (1)/images/1a396fba8af913178a057a63bc2812ef.png +0 -0
  516. package/style/visual-screenshots (1)/images/1a4712761391165e44e0399e574800c7.png +0 -0
  517. package/style/visual-screenshots (1)/images/1a6407989995cf5d9451432c30bd8af5.png +0 -0
  518. package/style/visual-screenshots (1)/images/1a66f2485b63b12007df9713afc7abbd.png +0 -0
  519. package/style/visual-screenshots (1)/images/1a9961bc790f0e542d0e1df7ec61162c.png +0 -0
  520. package/style/visual-screenshots (1)/images/1aad56b95fdc16ee9739410e31f4b04b.png +0 -0
  521. package/style/visual-screenshots (1)/images/1ab773baf811c86dcc3fd48c486b948e.png +0 -0
  522. package/style/visual-screenshots (1)/images/1acd824e815dd8290f73aa3eac0e9aa7.png +0 -0
  523. package/style/visual-screenshots (1)/images/1b7e059b6e4adb5f3a15dc7737195bef.png +0 -0
  524. package/style/visual-screenshots (1)/images/1b83910bbcff965492bf79d17f7f3952.png +0 -0
  525. package/style/visual-screenshots (1)/images/1b8acd3ed0bb87d0b41963d3c4566324.png +0 -0
  526. package/style/visual-screenshots (1)/images/1bcb2ad6de61cbc5cb2bfbc40dcf3c75.png +0 -0
  527. package/style/visual-screenshots (1)/images/1c01fa461439431ed056e345914504aa.png +0 -0
  528. package/style/visual-screenshots (1)/images/1c1622f4ff1c0169e2efe5af5fab7238.png +0 -0
  529. package/style/visual-screenshots (1)/images/1c2ae0a43c9aea9e17e639f2486ad76c.png +0 -0
  530. package/style/visual-screenshots (1)/images/1c2c279749b3bab613be5efd8411a9fb.png +0 -0
  531. package/style/visual-screenshots (1)/images/1cdb0dbdb6a4398f94988e3d40162f2c.png +0 -0
  532. package/style/visual-screenshots (1)/images/1cfacd6c8ac80ee3c4a7f8584bd1441c.png +0 -0
  533. package/style/visual-screenshots (1)/images/1d1444203dac3cbe71c951d381126d03.png +0 -0
  534. package/style/visual-screenshots (1)/images/1d73f593bed08ad694e2b573a39ae06f.png +0 -0
  535. package/style/visual-screenshots (1)/images/1dac4a7712234a30253ab6f9160d50a6.png +0 -0
  536. package/style/visual-screenshots (1)/images/1ebaf53fb8db94bb9a8154e86a3e5ed2.png +0 -0
  537. package/style/visual-screenshots (1)/images/1ec0c1febc3f0dd1786eea003e0dee38.png +0 -0
  538. package/style/visual-screenshots (1)/images/1ec3bebcdac3683aad4e93ea70ee4a1e.png +0 -0
  539. package/style/visual-screenshots (1)/images/1f7f87a3bfb22d7b6d5489170a691439.png +0 -0
  540. package/style/visual-screenshots (1)/images/217dca423214acf6733443967bd4bb91.png +0 -0
  541. package/style/visual-screenshots (1)/images/21a4579340bd071933dc4222aca885e8.png +0 -0
  542. package/style/visual-screenshots (1)/images/21e702dbfac3ae3c84ad5cf4a3a5fd33.png +0 -0
  543. package/style/visual-screenshots (1)/images/2205a5e15323173cf82e53036b89f3d2.png +0 -0
  544. package/style/visual-screenshots (1)/images/2239056187956d81a9a7a3ff086123ec.png +0 -0
  545. package/style/visual-screenshots (1)/images/22a392ca2f7b01e9145de8a1d16d8ac1.png +0 -0
  546. package/style/visual-screenshots (1)/images/2395e15caf0facec892a787fbf1baa61.png +0 -0
  547. package/style/visual-screenshots (1)/images/2430226e2b211252d8793d0b24bd105b.png +0 -0
  548. package/style/visual-screenshots (1)/images/249af52548a661890ebb3990c81e7bec.png +0 -0
  549. package/style/visual-screenshots (1)/images/24adff266f0ccc120bbab22610a7afef.png +0 -0
  550. package/style/visual-screenshots (1)/images/250d4d8b44fd5e3f83114560684c7a33.png +0 -0
  551. package/style/visual-screenshots (1)/images/2517969a2f9a119f248ef574ce68957a.png +0 -0
  552. package/style/visual-screenshots (1)/images/251e0de35a82707d6372ae27e6a28f19.png +0 -0
  553. package/style/visual-screenshots (1)/images/25596d87f964d9e9e48bcdcb815d97b0.png +0 -0
  554. package/style/visual-screenshots (1)/images/257aafcb25e5c45c1fdb794c500845af.png +0 -0
  555. package/style/visual-screenshots (1)/images/25eeda071a6e8ec33338f621edfccce7.png +0 -0
  556. package/style/visual-screenshots (1)/images/260117a8a096031e2d4a00137e1fb6e7.png +0 -0
  557. package/style/visual-screenshots (1)/images/2609faace1c9661a650574dcc408030d.png +0 -0
  558. package/style/visual-screenshots (1)/images/2613cd2759c32063cc30bd0bd33358dc.png +0 -0
  559. package/style/visual-screenshots (1)/images/2694ff3a617c6cf218bdd37a19c83b8a.png +0 -0
  560. package/style/visual-screenshots (1)/images/26e2f8a3530bb0e0ea2384f2bdc9a81a.png +0 -0
  561. package/style/visual-screenshots (1)/images/2729771eeefd444ff898c491f1273357.png +0 -0
  562. package/style/visual-screenshots (1)/images/27f11a528d6b5f15d45f2c420edc00fb.png +0 -0
  563. package/style/visual-screenshots (1)/images/2818dab1bc771c7ed5eb71d561228863.png +0 -0
  564. package/style/visual-screenshots (1)/images/28cf1d93f7722430ee1437df8a14127f.png +0 -0
  565. package/style/visual-screenshots (1)/images/2939e1e89e29a3b71f5be665edf472c2.png +0 -0
  566. package/style/visual-screenshots (1)/images/2a3e1613614fa6bf58ebcb820d6fc84f.png +0 -0
  567. package/style/visual-screenshots (1)/images/2a8fce144b32ae297bcc8650d13cdb1c.png +0 -0
  568. package/style/visual-screenshots (1)/images/2aa7766d32787734fc8a534acc98bf77.png +0 -0
  569. package/style/visual-screenshots (1)/images/2ae27049402468e5e2baf2b664365f8a.png +0 -0
  570. package/style/visual-screenshots (1)/images/2b1b3ff73541c559ff4f0f22f70db3d1.png +0 -0
  571. package/style/visual-screenshots (1)/images/2b3af1d887b41d5123e82575fbfa3958.png +0 -0
  572. package/style/visual-screenshots (1)/images/2b8c160de3305bb7deef1bd108bd0850.png +0 -0
  573. package/style/visual-screenshots (1)/images/2b8df5a2aa5bea6bb21551b1ea4a5fe3.png +0 -0
  574. package/style/visual-screenshots (1)/images/2bb42f7f640cb97e6ddd996cc4bdf0da.png +0 -0
  575. package/style/visual-screenshots (1)/images/2c0ab17426c134629732d0a71b6a0745.png +0 -0
  576. package/style/visual-screenshots (1)/images/2c20e396014f9b12f047545579b878ca.png +0 -0
  577. package/style/visual-screenshots (1)/images/2c2c8816739b979c0a3dbdcbea9c8f98.png +0 -0
  578. package/style/visual-screenshots (1)/images/2c532e1252a0775b10aed847a4f06e4a.png +0 -0
  579. package/style/visual-screenshots (1)/images/2cdd6aee7de3219ce296baef83119f45.png +0 -0
  580. package/style/visual-screenshots (1)/images/2cebfc565448f890d0a3fa2de61cfd61.png +0 -0
  581. package/style/visual-screenshots (1)/images/2d76b6c335af030ecc073359d3565529.png +0 -0
  582. package/style/visual-screenshots (1)/images/2d7f41ff4f3900f029adbcdbdfdef905.png +0 -0
  583. package/style/visual-screenshots (1)/images/2d8b857c7a81cd7e90b75c9fcb974e09.png +0 -0
  584. package/style/visual-screenshots (1)/images/2e1f9e506e8e09a191c0d86899e8975a.png +0 -0
  585. package/style/visual-screenshots (1)/images/2e8755615c5b55dfeb5ced872b9b89f6.png +0 -0
  586. package/style/visual-screenshots (1)/images/2efe3ccdf954982fb10f12ceb79cc902.png +0 -0
  587. package/style/visual-screenshots (1)/images/2f2a4fe573c824c9c651ae5fb24e26f6.png +0 -0
  588. package/style/visual-screenshots (1)/images/2f426e5f71eae6eaf7bb54b4aafa88d6.png +0 -0
  589. package/style/visual-screenshots (1)/images/2f4e9578c9f11b5c8e2d034824689dce.png +0 -0
  590. package/style/visual-screenshots (1)/images/2f5ec86f7334a79914c09ee94eae2f8d.png +0 -0
  591. package/style/visual-screenshots (1)/images/2f76ed17b978cfa3e663760d5c651b0f.png +0 -0
  592. package/style/visual-screenshots (1)/images/2f8832e36833e875c53bdf68ac53de11.png +0 -0
  593. package/style/visual-screenshots (1)/images/2fe54d475ff814eaf2b323bfa6990a25.png +0 -0
  594. package/style/visual-screenshots (1)/images/30423ab0c5ce8c26a9b4e30fb4ad50b5.png +0 -0
  595. package/style/visual-screenshots (1)/images/3079876e71da7c207489af4b38314ca3.png +0 -0
  596. package/style/visual-screenshots (1)/images/30ac31802c8421ee59c2b0e64fdd40d1.png +0 -0
  597. package/style/visual-screenshots (1)/images/30efef6537f882daf60ba808d25ab35c.png +0 -0
  598. package/style/visual-screenshots (1)/images/3111d7bc39ef23e1d19a8022f2f78d4f.png +0 -0
  599. package/style/visual-screenshots (1)/images/3155c15ead85acf928e71fc4958b1e65.png +0 -0
  600. package/style/visual-screenshots (1)/images/317b0753146b2d6c57ef618e2d6c9aff.png +0 -0
  601. package/style/visual-screenshots (1)/images/31bb19c3949134774cce7f0af132f001.png +0 -0
  602. package/style/visual-screenshots (1)/images/32009df7a0440dc1227d6c59fcdc22a8.png +0 -0
  603. package/style/visual-screenshots (1)/images/3205ce4d4ec27524cb360e23cb250a2e.png +0 -0
  604. package/style/visual-screenshots (1)/images/3221fe82f718cdb8d3a013e35e75d966.png +0 -0
  605. package/style/visual-screenshots (1)/images/322755f4d634ab3e62663c98413cf4bb.png +0 -0
  606. package/style/visual-screenshots (1)/images/3263cb4ecdc16ecec1cf03d96c1d83d1.png +0 -0
  607. package/style/visual-screenshots (1)/images/329d69f11e6409b7e7855c3e576057f6.png +0 -0
  608. package/style/visual-screenshots (1)/images/32b3faa4eb5356a1ac8b30c722b7f282.png +0 -0
  609. package/style/visual-screenshots (1)/images/332160dde332162d8e3b9e12dd376546.png +0 -0
  610. package/style/visual-screenshots (1)/images/33519a891e6922542f2b3fc18ab26670.png +0 -0
  611. package/style/visual-screenshots (1)/images/33a7eaf167f347d52bc910511d2fc029.png +0 -0
  612. package/style/visual-screenshots (1)/images/33b0ac3141f5f2ea19f81d742269bcab.png +0 -0
  613. package/style/visual-screenshots (1)/images/343327cf17cc3b6a5e451c4d86577491.png +0 -0
  614. package/style/visual-screenshots (1)/images/3474b54aac010b234998e46521894bde.png +0 -0
  615. package/style/visual-screenshots (1)/images/34a84ed26a53ffb27dbcdabeaf10c665.png +0 -0
  616. package/style/visual-screenshots (1)/images/34efd6c9f4e5031eeb8c1f1a51bd3eaa.png +0 -0
  617. package/style/visual-screenshots (1)/images/3531a86fca237cc6d8764eb9eeb8e394.png +0 -0
  618. package/style/visual-screenshots (1)/images/3598a332200dbe7f32ab86015e6cd61e.png +0 -0
  619. package/style/visual-screenshots (1)/images/35a2ea7b24e787bdea1313703512d37f.png +0 -0
  620. package/style/visual-screenshots (1)/images/35ea4500d8a65ff3e52c0404ded68018.png +0 -0
  621. package/style/visual-screenshots (1)/images/363f015a5323e01c8f7c421607ba7a85.png +0 -0
  622. package/style/visual-screenshots (1)/images/365a47a407c464a973116590d1280542.png +0 -0
  623. package/style/visual-screenshots (1)/images/3666d49f301336a1d92abe8c48811dd0.png +0 -0
  624. package/style/visual-screenshots (1)/images/36a3aa27abb0e8fb45cbe4e842bb793b.png +0 -0
  625. package/style/visual-screenshots (1)/images/36be2d1cc4bbea216ebfa024f2b5d9d3.png +0 -0
  626. package/style/visual-screenshots (1)/images/36d5ce3a43f8a8bbaddb83a756174e09.png +0 -0
  627. package/style/visual-screenshots (1)/images/3715717d75b5ec943086b9392d05747a.png +0 -0
  628. package/style/visual-screenshots (1)/images/3718308a2535e0badb74e0ed39da3e98.png +0 -0
  629. package/style/visual-screenshots (1)/images/376d9c365f202b555efc6152eb4dbb7a.png +0 -0
  630. package/style/visual-screenshots (1)/images/37ff2d44fb6261e53203d05e1d130b48.png +0 -0
  631. package/style/visual-screenshots (1)/images/3829933c4a23d7033a63119484708ab4.png +0 -0
  632. package/style/visual-screenshots (1)/images/38c924efe546ddde14e0cb343a2ed551.png +0 -0
  633. package/style/visual-screenshots (1)/images/390f5b1f49dc988e023255d1878b769a.png +0 -0
  634. package/style/visual-screenshots (1)/images/394ab2b92eacbc9f634b3d0618b877d0.png +0 -0
  635. package/style/visual-screenshots (1)/images/3961f21e98b5d1f616215c9588f0c8ea.png +0 -0
  636. package/style/visual-screenshots (1)/images/396af4eab814a3a2dc1429581b3452b3.png +0 -0
  637. package/style/visual-screenshots (1)/images/3a3ec2d1cafe6685d14ef24be74aace4.png +0 -0
  638. package/style/visual-screenshots (1)/images/3ae1c7c33ebd96fe70ad90acc7b1d693.png +0 -0
  639. package/style/visual-screenshots (1)/images/3b19874ff7c8b2b92d6e200634b760c5.png +0 -0
  640. package/style/visual-screenshots (1)/images/3b4f2951c9cbd00ad924a358e0f24304.png +0 -0
  641. package/style/visual-screenshots (1)/images/3bc5adf4dec1f65342d09fa825073ee7.png +0 -0
  642. package/style/visual-screenshots (1)/images/3be29fbf67e05c10ef9effda5b0d1b9c.png +0 -0
  643. package/style/visual-screenshots (1)/images/3bfdd784ff28564271d8067439c72fb2.png +0 -0
  644. package/style/visual-screenshots (1)/images/3c101349056155ee16f6d40d67566bb2.png +0 -0
  645. package/style/visual-screenshots (1)/images/3c24263abc9fe6f48efe83953f33d38f.png +0 -0
  646. package/style/visual-screenshots (1)/images/3c4b7cb9bc584cc8d417763e4e332cad.png +0 -0
  647. package/style/visual-screenshots (1)/images/3cb9028699d3dc4a5ff9ed62acf26f38.png +0 -0
  648. package/style/visual-screenshots (1)/images/3d5e1f1170e3c54f19f3966925138df0.png +0 -0
  649. package/style/visual-screenshots (1)/images/3d7ee9ac11ff5492525a094beaa220b1.png +0 -0
  650. package/style/visual-screenshots (1)/images/3d82c97ab6d96c4026d0f3ca072b02ae.png +0 -0
  651. package/style/visual-screenshots (1)/images/3ec93ead42526589356ac0b756d043ec.png +0 -0
  652. package/style/visual-screenshots (1)/images/3f1b42c8f0cb41c374b0893eb31f2fda.png +0 -0
  653. package/style/visual-screenshots (1)/images/3ff96bd3c1034fe2a3af47eb4f729eeb.png +0 -0
  654. package/style/visual-screenshots (1)/images/400b3fe6558f8ae340d796c834456f82.png +0 -0
  655. package/style/visual-screenshots (1)/images/404d5c7fe65c1df1162feb7af57adadd.png +0 -0
  656. package/style/visual-screenshots (1)/images/4060b53b47c6e063d1770980ecb101b2.png +0 -0
  657. package/style/visual-screenshots (1)/images/40dd05574156c243449caad139d9b9a2.png +0 -0
  658. package/style/visual-screenshots (1)/images/40f479e6d12eaa5687a4ac9784aa717e.png +0 -0
  659. package/style/visual-screenshots (1)/images/40f48b85da52ec3ef05fa4696c72f7ff.png +0 -0
  660. package/style/visual-screenshots (1)/images/4169f0823fcd903e16d7c3f9344cc491.png +0 -0
  661. package/style/visual-screenshots (1)/images/419a4e8e4b8708b8e6ff45f643a7cf5d.png +0 -0
  662. package/style/visual-screenshots (1)/images/41c7990e66fbed660d2b55e76fd2ea25.png +0 -0
  663. package/style/visual-screenshots (1)/images/423ae4e26846f800ea31ed24d79e7472.png +0 -0
  664. package/style/visual-screenshots (1)/images/427c562ebb511d853cd3437eb8c73c0f.png +0 -0
  665. package/style/visual-screenshots (1)/images/428ec68c1c5771403f8939976018c14e.png +0 -0
  666. package/style/visual-screenshots (1)/images/4291cb1eaed75fba4800f0033b689208.png +0 -0
  667. package/style/visual-screenshots (1)/images/42ed1e77d86bf5e0d7a8f90acf2ab6b2.png +0 -0
  668. package/style/visual-screenshots (1)/images/4313e10ac1318b7526eed35c0d704f05.png +0 -0
  669. package/style/visual-screenshots (1)/images/438f453be7d1213a8e2872e4608a410c.png +0 -0
  670. package/style/visual-screenshots (1)/images/439f69b339c6f6ca820a4b62382ca877.png +0 -0
  671. package/style/visual-screenshots (1)/images/43f6607e4b8ff0d5f6c4c5d323c96677.png +0 -0
  672. package/style/visual-screenshots (1)/images/44caefac207b436ffeffdef86eaae21a.png +0 -0
  673. package/style/visual-screenshots (1)/images/44eaf11aa4495c9d8d76941a1254dcb0.png +0 -0
  674. package/style/visual-screenshots (1)/images/453742c5e578099953f9bff69e3982ef.png +0 -0
  675. package/style/visual-screenshots (1)/images/459214ef33a21425f776796767256e3c.png +0 -0
  676. package/style/visual-screenshots (1)/images/45a13beb6b9356d7b1b4690370914252.png +0 -0
  677. package/style/visual-screenshots (1)/images/45a569fd48a72db5047a02e192c35363.png +0 -0
  678. package/style/visual-screenshots (1)/images/45c1ac110c0dc20d35d2c2be1e469e49.png +0 -0
  679. package/style/visual-screenshots (1)/images/466d83d9df37025413fcc77e2528d150.png +0 -0
  680. package/style/visual-screenshots (1)/images/46ffc37786e06461d5ffc3c101841ea6.png +0 -0
  681. package/style/visual-screenshots (1)/images/4708081357611e1ad1adb36ea5f91ebe.png +0 -0
  682. package/style/visual-screenshots (1)/images/4799a82b4f5b3242bcf158dc12aeb8da.png +0 -0
  683. package/style/visual-screenshots (1)/images/47a4ae1ed1de0348708e630718bf58e0.png +0 -0
  684. package/style/visual-screenshots (1)/images/47cd6b92f4697a387f4392729f019da0.png +0 -0
  685. package/style/visual-screenshots (1)/images/47d36e03c0973961a65d47f31bbce64d.png +0 -0
  686. package/style/visual-screenshots (1)/images/48812bb1c24cf4529f36152c045aefe4.png +0 -0
  687. package/style/visual-screenshots (1)/images/48b348f52bcf73e7b84273b59414d9c0.png +0 -0
  688. package/style/visual-screenshots (1)/images/48ccc273160dcf8a8eee6caa44dacdd1.png +0 -0
  689. package/style/visual-screenshots (1)/images/4946b39b68b5cf6879cab368a43dde2d.png +0 -0
  690. package/style/visual-screenshots (1)/images/494f07c31c273d35487cbacefb179211.png +0 -0
  691. package/style/visual-screenshots (1)/images/495c33cb81b92e71a59064b036deacb3.png +0 -0
  692. package/style/visual-screenshots (1)/images/4988de5d9c64f2451adb83cc9781f31d.png +0 -0
  693. package/style/visual-screenshots (1)/images/4a5c84ab5b32f8b3652f31aca7f82547.png +0 -0
  694. package/style/visual-screenshots (1)/images/4abedbcd1f3c2b3cb5af44393cc4edd3.png +0 -0
  695. package/style/visual-screenshots (1)/images/4ac246764de2e6eaea78d1eee8fa0680.png +0 -0
  696. package/style/visual-screenshots (1)/images/4b49f29e64109f5d844bae574d9368e9.png +0 -0
  697. package/style/visual-screenshots (1)/images/4ba5027ab476151e2ba4f16cade9a316.png +0 -0
  698. package/style/visual-screenshots (1)/images/4be038b7049b5639096cdf45dc0166d5.png +0 -0
  699. package/style/visual-screenshots (1)/images/4be0509c9e49770d5d3ab93a9d824c0c.png +0 -0
  700. package/style/visual-screenshots (1)/images/4c007d54467c97735191d53b1b89700a.png +0 -0
  701. package/style/visual-screenshots (1)/images/4c04913dd6ac89f9c03580ffcfc9dce2.png +0 -0
  702. package/style/visual-screenshots (1)/images/4c39dc9b5530f8cfa389453f323f2562.png +0 -0
  703. package/style/visual-screenshots (1)/images/4cf7eb7fbbfcbad4194ef321b793a243.png +0 -0
  704. package/style/visual-screenshots (1)/images/4d34a53adeaf6b96b5f910e0e57f91f7.png +0 -0
  705. package/style/visual-screenshots (1)/images/4d3538775024b65cc11c656ee312bfb7.png +0 -0
  706. package/style/visual-screenshots (1)/images/4d614a3bd7821f52b699427abf3440e2.png +0 -0
  707. package/style/visual-screenshots (1)/images/4d85b89464845f56b18d7e329f1394a4.png +0 -0
  708. package/style/visual-screenshots (1)/images/4d9140a7a2defdf17daec4df653cccb8.png +0 -0
  709. package/style/visual-screenshots (1)/images/4e52657b6cd66fa0e8da6225c3923833.png +0 -0
  710. package/style/visual-screenshots (1)/images/4eb94875d887dfece7a7e2cc00425848.png +0 -0
  711. package/style/visual-screenshots (1)/images/4f3481e7bcab3c6a115931bdc7bde793.png +0 -0
  712. package/style/visual-screenshots (1)/images/4f736b3787086298b179837d13ea2e27.png +0 -0
  713. package/style/visual-screenshots (1)/images/4f7e9c28d6d15df090c3857fe8172a90.png +0 -0
  714. package/style/visual-screenshots (1)/images/4f831bf4925c85ef517fd84fed27cefc.png +0 -0
  715. package/style/visual-screenshots (1)/images/4f8cc269620de9911fba4dff6724c7a5.png +0 -0
  716. package/style/visual-screenshots (1)/images/4f9cf3ca13066408925b4d1cdc856337.png +0 -0
  717. package/style/visual-screenshots (1)/images/4fe4b5357ee618b9ca1265408d74ad97.png +0 -0
  718. package/style/visual-screenshots (1)/images/5018ce083222fefeb9e4686ed2e1edaf.png +0 -0
  719. package/style/visual-screenshots (1)/images/5022d94c55bd146ad125a05b5c9f15dd.png +0 -0
  720. package/style/visual-screenshots (1)/images/503a0b5aa58f32f0892efbb58b46b996.png +0 -0
  721. package/style/visual-screenshots (1)/images/50a9c832d93ea3ba546abb94fd08af87.png +0 -0
  722. package/style/visual-screenshots (1)/images/5118ecf3e50d06897080ed1b2bafcef3.png +0 -0
  723. package/style/visual-screenshots (1)/images/5158dd83988845a3839627ad959dbb01.png +0 -0
  724. package/style/visual-screenshots (1)/images/51923db19fef9e029f0893a8a2003614.png +0 -0
  725. package/style/visual-screenshots (1)/images/51f5169578f81f7fb04205fa02f761c6.png +0 -0
  726. package/style/visual-screenshots (1)/images/52525fe087784b1fdffe1cfc03eed02d.png +0 -0
  727. package/style/visual-screenshots (1)/images/5266c70656af2dd7ea757c126c555489.png +0 -0
  728. package/style/visual-screenshots (1)/images/5273adef332dbb60fac11c48a989c42d.png +0 -0
  729. package/style/visual-screenshots (1)/images/52cfe294a3f7300731ce4dbe4717bdea.png +0 -0
  730. package/style/visual-screenshots (1)/images/5328d69dc10bb02003c30fed0e25a64b.png +0 -0
  731. package/style/visual-screenshots (1)/images/53e6290d0b3f1294543ba28828558bae.png +0 -0
  732. package/style/visual-screenshots (1)/images/53eeaa26642fb7b44a83b9bf5d285b1a.png +0 -0
  733. package/style/visual-screenshots (1)/images/540524e243acf3f3f5bfa8c392ffba52.png +0 -0
  734. package/style/visual-screenshots (1)/images/5436543a753e26c1c2224e9b8ed3f30c.png +0 -0
  735. package/style/visual-screenshots (1)/images/54c4e2aa7af0622b71ab1b91e0216497.png +0 -0
  736. package/style/visual-screenshots (1)/images/54cf609aa15fa2609c3079a322e9f60a.png +0 -0
  737. package/style/visual-screenshots (1)/images/54e4e6b63e13d2f360b1bd0d1ade4ebd.png +0 -0
  738. package/style/visual-screenshots (1)/images/5505895e66a4d80a8eb40be714de2da1.png +0 -0
  739. package/style/visual-screenshots (1)/images/554637773a92e812811d95933b06d047.png +0 -0
  740. package/style/visual-screenshots (1)/images/55b1e1c7415f8f22ab377f2e4fd5a91d.png +0 -0
  741. package/style/visual-screenshots (1)/images/55c30ec12d513e3c365e94ef76330703.png +0 -0
  742. package/style/visual-screenshots (1)/images/5737582ac302d9b30b549c875dc0e823.png +0 -0
  743. package/style/visual-screenshots (1)/images/5838b2544ecf964a999cab746d5bd97d.png +0 -0
  744. package/style/visual-screenshots (1)/images/58b847761ee38a8c47f208aeb558e0a9.png +0 -0
  745. package/style/visual-screenshots (1)/images/58cae6127379fa56b766c6c3528a286a.png +0 -0
  746. package/style/visual-screenshots (1)/images/58cd807e8212d20223020a0c6404765b.png +0 -0
  747. package/style/visual-screenshots (1)/images/5909df37c419a947f3725ea71a9680c3.png +0 -0
  748. package/style/visual-screenshots (1)/images/590d2d0fa1c7e1204816f4badda94716.png +0 -0
  749. package/style/visual-screenshots (1)/images/592abe77a6d530f6d9c77c1fe68d1315.png +0 -0
  750. package/style/visual-screenshots (1)/images/593cacdf991a89066c6887dda6214279.png +0 -0
  751. package/style/visual-screenshots (1)/images/597612a74ca61e8e3cee1183251cac24.png +0 -0
  752. package/style/visual-screenshots (1)/images/59b59b3d221c4be96d27770926f6eb7c.png +0 -0
  753. package/style/visual-screenshots (1)/images/59d0c2dc9de3c7ca52811e6d03005db0.png +0 -0
  754. package/style/visual-screenshots (1)/images/59e20e58e24364f8ea8e94f2708de92f.png +0 -0
  755. package/style/visual-screenshots (1)/images/5a0638a95840412ad0883e0e14dd22f4.png +0 -0
  756. package/style/visual-screenshots (1)/images/5a251791db123f6cf0fc8207cd34d605.png +0 -0
  757. package/style/visual-screenshots (1)/images/5a8cf1ada7ead3e071e59c233e45d826.png +0 -0
  758. package/style/visual-screenshots (1)/images/5a98898f2c6c913e34e6370769a2e419.png +0 -0
  759. package/style/visual-screenshots (1)/images/5aa02d6e18a0fa7b46ad23263f5372f9.png +0 -0
  760. package/style/visual-screenshots (1)/images/5ab4fc80d22b19429b70cd3a6ab8bb05.png +0 -0
  761. package/style/visual-screenshots (1)/images/5acd13c49bb19fc300b6a7c2460945db.png +0 -0
  762. package/style/visual-screenshots (1)/images/5add1e2e0f9c785f9e969cce0b11e0a6.png +0 -0
  763. package/style/visual-screenshots (1)/images/5aeed5c2ec2ca7b5ae286bae76bb6f72.png +0 -0
  764. package/style/visual-screenshots (1)/images/5b2591966426d8c77601565dfa914b5c.png +0 -0
  765. package/style/visual-screenshots (1)/images/5b424b673e5f6814bbcc687a2f5ba7ff.png +0 -0
  766. package/style/visual-screenshots (1)/images/5bd4d4b7e0890bcb1d81ede114ee4b72.png +0 -0
  767. package/style/visual-screenshots (1)/images/5beea7f2f00f4db6f09fcf15bd6b73de.png +0 -0
  768. package/style/visual-screenshots (1)/images/5c02af94f4d5ed86c881612dcfb31b02.png +0 -0
  769. package/style/visual-screenshots (1)/images/5c0c0f1dbdb3aca383c35ec0cb67c599.png +0 -0
  770. package/style/visual-screenshots (1)/images/5c520e4228567e2374f5d96b7f15c0d9.png +0 -0
  771. package/style/visual-screenshots (1)/images/5cb10edf424ba13d586e83e60ac14a2d.png +0 -0
  772. package/style/visual-screenshots (1)/images/5cca63b3d493de7befd4382f24a2aabd.png +0 -0
  773. package/style/visual-screenshots (1)/images/5d5ef2d78f31c874edb28ebdfbfbd8f9.png +0 -0
  774. package/style/visual-screenshots (1)/images/5d8110526b6ba5e9621d0f2fa57aa132.png +0 -0
  775. package/style/visual-screenshots (1)/images/5d8f7a0eff0b6d546331f921490f25b9.png +0 -0
  776. package/style/visual-screenshots (1)/images/5eab49b89384ab1f74be37d4e905021a.png +0 -0
  777. package/style/visual-screenshots (1)/images/5ebfae0149ca72238011292fa3e486cb.png +0 -0
  778. package/style/visual-screenshots (1)/images/5ecd509cfe196a8262a7e85d3d4c64b0.png +0 -0
  779. package/style/visual-screenshots (1)/images/5f153464c343cd768216633b852073e7.png +0 -0
  780. package/style/visual-screenshots (1)/images/5f69e3fcc20bdb527e040185048788e4.png +0 -0
  781. package/style/visual-screenshots (1)/images/5fb4421e5a6d1eaef21a54bb431bdacb.png +0 -0
  782. package/style/visual-screenshots (1)/images/5fd1665ddd85bf70339a29ddf3a98915.png +0 -0
  783. package/style/visual-screenshots (1)/images/602fb4d5d2c9707f008b0d6a1a0487a7.png +0 -0
  784. package/style/visual-screenshots (1)/images/604007e0cd1142f4e425d57ad9a1c5ef.png +0 -0
  785. package/style/visual-screenshots (1)/images/605d581f35cd72dc9d7083dcc8066af1.png +0 -0
  786. package/style/visual-screenshots (1)/images/6188b93026521a32345a4319fb10271e.png +0 -0
  787. package/style/visual-screenshots (1)/images/621e7fcf64cbb08d121b599a81acb46a.png +0 -0
  788. package/style/visual-screenshots (1)/images/626302e61eedc90d62298f66f46b8ec0.png +0 -0
  789. package/style/visual-screenshots (1)/images/6289549bdd1f3ba4ee0ffa76fa3a8636.png +0 -0
  790. package/style/visual-screenshots (1)/images/62a7d5f3d5afe23177d5dbab5f1e4c79.png +0 -0
  791. package/style/visual-screenshots (1)/images/6355a9180ed5c4dd8df56c9ead71b0c8.png +0 -0
  792. package/style/visual-screenshots (1)/images/63981d8aaadcbe9b9e73af3669b3c180.png +0 -0
  793. package/style/visual-screenshots (1)/images/63bd485372b912309753349358f50eda.png +0 -0
  794. package/style/visual-screenshots (1)/images/6415c0bc3637ea962fb1761ae69b5dda.png +0 -0
  795. package/style/visual-screenshots (1)/images/64174556b9d8b4d18b7b8cfd531987a7.png +0 -0
  796. package/style/visual-screenshots (1)/images/64443c554e8813c1fff9032b53c52b76.png +0 -0
  797. package/style/visual-screenshots (1)/images/6478d52ea2380b15c4b549d9a1f77bac.png +0 -0
  798. package/style/visual-screenshots (1)/images/649745ba63be2d7bf9d4f766d7b8ca38.png +0 -0
  799. package/style/visual-screenshots (1)/images/64f2a771825679d512c73923c1bd5184.png +0 -0
  800. package/style/visual-screenshots (1)/images/65147f30150f68dd99a34e3de9adb4a2.png +0 -0
  801. package/style/visual-screenshots (1)/images/651e96edc124365985fcf260c7695452.png +0 -0
  802. package/style/visual-screenshots (1)/images/6542deed80a8908b2ba2e40b482a5829.png +0 -0
  803. package/style/visual-screenshots (1)/images/6548c65bf55806aa5acde87bc4d2017e.png +0 -0
  804. package/style/visual-screenshots (1)/images/65be34b043114b668dad4ce359310ad3.png +0 -0
  805. package/style/visual-screenshots (1)/images/65f1fc5ed87fb18c756988c6719c3b05.png +0 -0
  806. package/style/visual-screenshots (1)/images/6618ae614b5a59f18f1f9f627b81f0ba.png +0 -0
  807. package/style/visual-screenshots (1)/images/6710405c63cd71667e3533429bc8ac74.png +0 -0
  808. package/style/visual-screenshots (1)/images/675177ec55467292992f6c641b44352e.png +0 -0
  809. package/style/visual-screenshots (1)/images/679ff4b5301290556ec91463a47cf018.png +0 -0
  810. package/style/visual-screenshots (1)/images/67d9619b97865d42f5617413a025f62a.png +0 -0
  811. package/style/visual-screenshots (1)/images/686cdd39835b173225bd0b6ce4448b88.png +0 -0
  812. package/style/visual-screenshots (1)/images/6874ed35cef726f65cda16ed1d544b35.png +0 -0
  813. package/style/visual-screenshots (1)/images/68a92328d49b056ca74e3abe51c91d76.png +0 -0
  814. package/style/visual-screenshots (1)/images/68b78b4cec15c23fa5e7d0148bead95f.png +0 -0
  815. package/style/visual-screenshots (1)/images/68bca5cfcf4cb2cf91bbae3869730a14.png +0 -0
  816. package/style/visual-screenshots (1)/images/68c9260329ceafbae03b1cf59a2dc832.png +0 -0
  817. package/style/visual-screenshots (1)/images/698a7f9c8600bee3c0154879e8642fb8.png +0 -0
  818. package/style/visual-screenshots (1)/images/698be3296b927df039453c078d8c5e90.png +0 -0
  819. package/style/visual-screenshots (1)/images/69995300e1755ca4f61767ebb603e28d.png +0 -0
  820. package/style/visual-screenshots (1)/images/69b579e4e3d21f8d7c6bb64fa7dec383.png +0 -0
  821. package/style/visual-screenshots (1)/images/69c6368a387225497235ea4cabbbe05d.png +0 -0
  822. package/style/visual-screenshots (1)/images/69cdde73ed1979a49fa379514fb747ea.png +0 -0
  823. package/style/visual-screenshots (1)/images/69d4879c64376442acf44968fb02d9a6.png +0 -0
  824. package/style/visual-screenshots (1)/images/6a152f420237560d826a59b1ba95c6e8.png +0 -0
  825. package/style/visual-screenshots (1)/images/6a1e34197166e3475343c3ba9a4ce398.png +0 -0
  826. package/style/visual-screenshots (1)/images/6a2d5d8d6ff350c3b22a97e221506c72.png +0 -0
  827. package/style/visual-screenshots (1)/images/6a7102578dc5e69e6eed2dd81169959d.png +0 -0
  828. package/style/visual-screenshots (1)/images/6a76062bfc3391871480fbaed258138f.png +0 -0
  829. package/style/visual-screenshots (1)/images/6a98dfe1e3633e72cf1fc24d6f6b641b.png +0 -0
  830. package/style/visual-screenshots (1)/images/6abbbe132416f98c6a1cb3a1897cc551.png +0 -0
  831. package/style/visual-screenshots (1)/images/6b443b374cbe7fd349b21cd82a439dd6.png +0 -0
  832. package/style/visual-screenshots (1)/images/6bb098fcece5553a617d03e539e2b14d.png +0 -0
  833. package/style/visual-screenshots (1)/images/6bcde51c95aafa27fed83fd83b8f0397.png +0 -0
  834. package/style/visual-screenshots (1)/images/6c156cba7e8245e73aefe4afbd35276d.png +0 -0
  835. package/style/visual-screenshots (1)/images/6c569ef8ad97932e1a82ac1ed9e30960.png +0 -0
  836. package/style/visual-screenshots (1)/images/6c91461ed0c3153c9c403d1ab687dbe5.png +0 -0
  837. package/style/visual-screenshots (1)/images/6cae73cd2745b0af1530ae4e9cb9ebfa.png +0 -0
  838. package/style/visual-screenshots (1)/images/6d470bf081f9dfcf72f63d5ef93e627e.png +0 -0
  839. package/style/visual-screenshots (1)/images/6d6fcb40cbe35f57b4a2caced4ab52c1.png +0 -0
  840. package/style/visual-screenshots (1)/images/6d8758b4434c1abb115eb61256323a84.png +0 -0
  841. package/style/visual-screenshots (1)/images/6d8bd755e87330765b74bce670116692.png +0 -0
  842. package/style/visual-screenshots (1)/images/6e42402b7dd8bc3a23292b766284e384.png +0 -0
  843. package/style/visual-screenshots (1)/images/6e9e15b49f9bd7e2b60f666b85f4c3b7.png +0 -0
  844. package/style/visual-screenshots (1)/images/6ecd70c7e06430c86fd514a412dcc6f4.png +0 -0
  845. package/style/visual-screenshots (1)/images/6f3b3334cd7e0046e583348aa29babcf.png +0 -0
  846. package/style/visual-screenshots (1)/images/6f5da1c8d233cf9d5e8e88fd2ef3ec0a.png +0 -0
  847. package/style/visual-screenshots (1)/images/6fa2cf8bec030e4a0749e769ba026482.png +0 -0
  848. package/style/visual-screenshots (1)/images/6fe1a8093050cb06ea5b1c3334503e24.png +0 -0
  849. package/style/visual-screenshots (1)/images/7005941c708d4fec5abcdc7e6e10bab8.png +0 -0
  850. package/style/visual-screenshots (1)/images/700ade8610923958d3f90d68dfa4e05b.png +0 -0
  851. package/style/visual-screenshots (1)/images/7038ca0faeb969aa8e7e62cd4f626e6f.png +0 -0
  852. package/style/visual-screenshots (1)/images/706755c17ed932b4bef33524f6daa4f5.png +0 -0
  853. package/style/visual-screenshots (1)/images/706dfb70e1074e2aad57ab8526b0f360.png +0 -0
  854. package/style/visual-screenshots (1)/images/70a28845b5c345c56575b55667b70da1.png +0 -0
  855. package/style/visual-screenshots (1)/images/70b41db21992f19bda5e6b0f70c1fc09.png +0 -0
  856. package/style/visual-screenshots (1)/images/70bdf7355dba6c76a2d79bde106e6d1d.png +0 -0
  857. package/style/visual-screenshots (1)/images/70be87330902c743947ed9e77285f871.png +0 -0
  858. package/style/visual-screenshots (1)/images/70c8dce297f073384a4e8079bff68adf.png +0 -0
  859. package/style/visual-screenshots (1)/images/7129b9342de7f5e37c6eeeb9e174e2de.png +0 -0
  860. package/style/visual-screenshots (1)/images/715b51ef2b67f378bba07e7ad9343754.png +0 -0
  861. package/style/visual-screenshots (1)/images/71efbcd39c9d1ace0e25003ceb0db23e.png +0 -0
  862. package/style/visual-screenshots (1)/images/7245e631025f99f3554df69b14a843fa.png +0 -0
  863. package/style/visual-screenshots (1)/images/7268f09b0b1a0e124434eca4bbd818fa.png +0 -0
  864. package/style/visual-screenshots (1)/images/7329d3d684fa7430845616c496c3e3d5.png +0 -0
  865. package/style/visual-screenshots (1)/images/73ff7a530dde350815d23ff6a24031a0.png +0 -0
  866. package/style/visual-screenshots (1)/images/743a4ff37dbc8c26ed1379fad764407d.png +0 -0
  867. package/style/visual-screenshots (1)/images/745ce91134a9c726aee22be8e5dfcd28.png +0 -0
  868. package/style/visual-screenshots (1)/images/7476eb8a4b6b6c21d7366cd7b839cd8e.png +0 -0
  869. package/style/visual-screenshots (1)/images/74a5d110629e8bed44951ecc69d46e37.png +0 -0
  870. package/style/visual-screenshots (1)/images/74d2a451e8fe666e4cdd4ee104e3fbcb.png +0 -0
  871. package/style/visual-screenshots (1)/images/76dcdcc9887459636f81578fa8e72f0d.png +0 -0
  872. package/style/visual-screenshots (1)/images/772fd7072ade47ddd50f5daf9fe78b06.png +0 -0
  873. package/style/visual-screenshots (1)/images/77555003b57945e07b81f4bbc8da45a5.png +0 -0
  874. package/style/visual-screenshots (1)/images/7845c6559ae2b8cfa3eec51d52e628c1.png +0 -0
  875. package/style/visual-screenshots (1)/images/784772bde66cc378572a46b681b6cafe.png +0 -0
  876. package/style/visual-screenshots (1)/images/791f88fcb8a69681a876b21c6059e038.png +0 -0
  877. package/style/visual-screenshots (1)/images/7a14e2ed34311c3ddd03ab2b7e8b57e5.png +0 -0
  878. package/style/visual-screenshots (1)/images/7a5376f8127ccbce92efa2dc7d6e434a.png +0 -0
  879. package/style/visual-screenshots (1)/images/7b05dd84aacb821c812f835a0580c001.png +0 -0
  880. package/style/visual-screenshots (1)/images/7b11547ab77114942b3590f5274ccb36.png +0 -0
  881. package/style/visual-screenshots (1)/images/7b6676b606f3fd4fa89d824c97473517.png +0 -0
  882. package/style/visual-screenshots (1)/images/7b6e5af31520f5e8813017dd4f98c8d6.png +0 -0
  883. package/style/visual-screenshots (1)/images/7b89bf68bb12f5cee6947bd5af2520d7.png +0 -0
  884. package/style/visual-screenshots (1)/images/7b90db4c1dcaeed7cf71f5bae65d327a.png +0 -0
  885. package/style/visual-screenshots (1)/images/7bb540ca4abee17cdffe6944c8ff0948.png +0 -0
  886. package/style/visual-screenshots (1)/images/7c01812ede9c4d58571ccf59904bb1b1.png +0 -0
  887. package/style/visual-screenshots (1)/images/7c096666a0954392e0d657c8759963eb.png +0 -0
  888. package/style/visual-screenshots (1)/images/7c7593da4f5a9d04f800284023edb554.png +0 -0
  889. package/style/visual-screenshots (1)/images/7c82ecbc586641289f31f0cc27b017cd.png +0 -0
  890. package/style/visual-screenshots (1)/images/7c8e1def6b12da12f07536140e2b88b3.png +0 -0
  891. package/style/visual-screenshots (1)/images/7c916534306207f114d952bfe9340e5e.png +0 -0
  892. package/style/visual-screenshots (1)/images/7d3331d3cf93defe00a04cd10c57c6c6.png +0 -0
  893. package/style/visual-screenshots (1)/images/7da3d1c71e1e4b088f77e751a940b6a2.png +0 -0
  894. package/style/visual-screenshots (1)/images/7da65ded5bfe4c858e0c24ff1e1aa22d.png +0 -0
  895. package/style/visual-screenshots (1)/images/7daca2b5b705d27e8d5090f7dbb8acac.png +0 -0
  896. package/style/visual-screenshots (1)/images/7e8b4c9c2ac796fd5c5c730a430ef2e4.png +0 -0
  897. package/style/visual-screenshots (1)/images/7f06654399aca40b333099bec24468af.png +0 -0
  898. package/style/visual-screenshots (1)/images/7f8ae3d8e54291115e892c51d485df16.png +0 -0
  899. package/style/visual-screenshots (1)/images/7fb8ddb922c39be025d60076f51efcbd.png +0 -0
  900. package/style/visual-screenshots (1)/images/7fc57b3e4c1d14d0a86891a6c80ff12f.png +0 -0
  901. package/style/visual-screenshots (1)/images/8062b189081773e44a640a8d067046a0.png +0 -0
  902. package/style/visual-screenshots (1)/images/8083c957effa18fb290a5b0bdf2ad6cb.png +0 -0
  903. package/style/visual-screenshots (1)/images/80bbb318ca9792a3f16de017ea346d0c.png +0 -0
  904. package/style/visual-screenshots (1)/images/81c89f3dbeafdd793458d9339c7c607b.png +0 -0
  905. package/style/visual-screenshots (1)/images/81d7507828e5d8d66f7e161f74e45405.png +0 -0
  906. package/style/visual-screenshots (1)/images/82045c605de46b4aa7f386601ddb8884.png +0 -0
  907. package/style/visual-screenshots (1)/images/8245fbfd4b80b96b0254563f86b726ba.png +0 -0
  908. package/style/visual-screenshots (1)/images/82497fc1570674a5421e926475feac1b.png +0 -0
  909. package/style/visual-screenshots (1)/images/8252196c9f384ba181cc026acd29d928.png +0 -0
  910. package/style/visual-screenshots (1)/images/82706af2011a1e7149813131c420a1fa.png +0 -0
  911. package/style/visual-screenshots (1)/images/82a37a51e30a418ac408149f02adbbee.png +0 -0
  912. package/style/visual-screenshots (1)/images/83080cdc524b169211c70c9dfdb6fd9e.png +0 -0
  913. package/style/visual-screenshots (1)/images/830ba1a526dd905bce415b056de3ddb9.png +0 -0
  914. package/style/visual-screenshots (1)/images/833dc08e69770233fa3915653b3dfb4d.png +0 -0
  915. package/style/visual-screenshots (1)/images/8375d9df6b63faa9f30eda79e8c80a83.png +0 -0
  916. package/style/visual-screenshots (1)/images/839c2b39bcaa6830906b9da5d890c1ae.png +0 -0
  917. package/style/visual-screenshots (1)/images/8431110776be033ec282fd895a9ae813.png +0 -0
  918. package/style/visual-screenshots (1)/images/851318a57f46c9da1144fe8faf984da4.png +0 -0
  919. package/style/visual-screenshots (1)/images/8514c1d4ee26054ee07d11a0fe33f0db.png +0 -0
  920. package/style/visual-screenshots (1)/images/855d767000e9a4a272a2e753628a8474.png +0 -0
  921. package/style/visual-screenshots (1)/images/85d83f9f94a1adc9dcb60e0c13db29c1.png +0 -0
  922. package/style/visual-screenshots (1)/images/86236e1f7726cc775fdfbd9d967b892e.png +0 -0
  923. package/style/visual-screenshots (1)/images/865d7994dfb71cc52f659c784ab77089.png +0 -0
  924. package/style/visual-screenshots (1)/images/867dba1a3a0e5d10d9852a57eaf4f7f2.png +0 -0
  925. package/style/visual-screenshots (1)/images/868a694b756597afd5cbd8991ed9fa6e.png +0 -0
  926. package/style/visual-screenshots (1)/images/86fd1791a257ca240a96d32f587a6798.png +0 -0
  927. package/style/visual-screenshots (1)/images/8731210b8a1307c635c914344026cd7c.png +0 -0
  928. package/style/visual-screenshots (1)/images/874d6a50e723c879a585b73e4e54229b.png +0 -0
  929. package/style/visual-screenshots (1)/images/8753b744d14e6bf1be2fd926a564c3e9.png +0 -0
  930. package/style/visual-screenshots (1)/images/87eeecd4041819cac6f766c67f879a0d.png +0 -0
  931. package/style/visual-screenshots (1)/images/8816c9e1431fdfd5465d5a40c052309b.png +0 -0
  932. package/style/visual-screenshots (1)/images/885b77ceaf7e7a8908fd5b147c5a5217.png +0 -0
  933. package/style/visual-screenshots (1)/images/8923cdd532219aac9e71558dbd1186f9.png +0 -0
  934. package/style/visual-screenshots (1)/images/894bd3d4137d2ca7f4f71b2d53de379c.png +0 -0
  935. package/style/visual-screenshots (1)/images/8a801b5532051d67612de96df713f59a.png +0 -0
  936. package/style/visual-screenshots (1)/images/8aca19545cb02a7fd00f5d84a1fc4ee1.png +0 -0
  937. package/style/visual-screenshots (1)/images/8ae35388a8ed4604acc175b6953b1a12.png +0 -0
  938. package/style/visual-screenshots (1)/images/8b12f8f1234a0fdcd5cb800f5fdd4704.png +0 -0
  939. package/style/visual-screenshots (1)/images/8b674a86e1db9dda1dedaa07cc25a569.png +0 -0
  940. package/style/visual-screenshots (1)/images/8b7cd1fafd046cdd7200189a3a8e424f.png +0 -0
  941. package/style/visual-screenshots (1)/images/8ba1ee43c2d10f779da98898000d6d6f.png +0 -0
  942. package/style/visual-screenshots (1)/images/8bfc88f25acf24bb557f3790231b9cc5.png +0 -0
  943. package/style/visual-screenshots (1)/images/8c0bc63f7d57338b59338292b4d20e1c.png +0 -0
  944. package/style/visual-screenshots (1)/images/8c2a062564d8b55e5686d80995c0132e.png +0 -0
  945. package/style/visual-screenshots (1)/images/8c98ce176a13df14843cbb6423fd6440.png +0 -0
  946. package/style/visual-screenshots (1)/images/8cc5eded9abb67747e8a18cefb51df6d.png +0 -0
  947. package/style/visual-screenshots (1)/images/8d31ec4d9f7bbc9f753f70f2e2fe7781.png +0 -0
  948. package/style/visual-screenshots (1)/images/8d4761d0c860b4bdc923c78a60c6c7db.png +0 -0
  949. package/style/visual-screenshots (1)/images/8d8c786a27f502d297333e0f65e5fe7e.png +0 -0
  950. package/style/visual-screenshots (1)/images/8da3dcbc2a7e12489844a3d5e034ce78.png +0 -0
  951. package/style/visual-screenshots (1)/images/8e4e5baa65c536003c41d48d4a9d468c.png +0 -0
  952. package/style/visual-screenshots (1)/images/8e8f3e052eed01419d45167ec3d31705.png +0 -0
  953. package/style/visual-screenshots (1)/images/8ec5450454d067c364839f82e25a956d.png +0 -0
  954. package/style/visual-screenshots (1)/images/8ed1408bb2065b8a868349005c1f140d.png +0 -0
  955. package/style/visual-screenshots (1)/images/8f1c9b14d29c9264c5491f98fa9de9e8.png +0 -0
  956. package/style/visual-screenshots (1)/images/8f5f36e9fcfb73d98fc44d844ead6bcd.png +0 -0
  957. package/style/visual-screenshots (1)/images/8f69a3e8bb80e42b327daa0413f484a3.png +0 -0
  958. package/style/visual-screenshots (1)/images/8fbd2b83ca71d26193f78355c1a7469d.png +0 -0
  959. package/style/visual-screenshots (1)/images/9026dfe577f38e5be6fec9dafa010056.png +0 -0
  960. package/style/visual-screenshots (1)/images/906cf5fcfc43ec7f7a1743b1fbba08d0.png +0 -0
  961. package/style/visual-screenshots (1)/images/909185691877d3ab730fbc98e563b5cc.png +0 -0
  962. package/style/visual-screenshots (1)/images/9093d74b6c429faa6d6098bb3b42122e.png +0 -0
  963. package/style/visual-screenshots (1)/images/90b4a73410a4a0f48bf9d2803fc71b38.png +0 -0
  964. package/style/visual-screenshots (1)/images/90c068953b90c743da83a12da5204a0e.png +0 -0
  965. package/style/visual-screenshots (1)/images/914841508f534fc579907f3ff4e94eda.png +0 -0
  966. package/style/visual-screenshots (1)/images/926a60a1ac5968259e786e8c4c8c9d26.png +0 -0
  967. package/style/visual-screenshots (1)/images/93f5b096a1eb89744a98d090479f90c9.png +0 -0
  968. package/style/visual-screenshots (1)/images/946bbf46e754018058a8a17e5781b37c.png +0 -0
  969. package/style/visual-screenshots (1)/images/94a53d14a1e5f3fcb2f22b91642dc2cb.png +0 -0
  970. package/style/visual-screenshots (1)/images/94f93fc2109c3efac0cc508846fc09c6.png +0 -0
  971. package/style/visual-screenshots (1)/images/953979d501129c69e5cc0e1fd9acedf9.png +0 -0
  972. package/style/visual-screenshots (1)/images/9554d90e572ac282fec64cefe1d65eae.png +0 -0
  973. package/style/visual-screenshots (1)/images/95a3854979faaf7e3da15b81212fdddd.png +0 -0
  974. package/style/visual-screenshots (1)/images/95d64ce8dc7d7f80747dbb433cbd69b2.png +0 -0
  975. package/style/visual-screenshots (1)/images/95f250a29638c7a592e162fe065bc851.png +0 -0
  976. package/style/visual-screenshots (1)/images/962f28dd09eac1fa2811894bf4be9b70.png +0 -0
  977. package/style/visual-screenshots (1)/images/964706df4434f4e905f967de3d3dc125.png +0 -0
  978. package/style/visual-screenshots (1)/images/9681d81d32fb1f90ca44c3f69b9f0921.png +0 -0
  979. package/style/visual-screenshots (1)/images/97660bd70cc5e96d6258c1ed95c0935c.png +0 -0
  980. package/style/visual-screenshots (1)/images/976ebf4299d8ca702219b1e74419f704.png +0 -0
  981. package/style/visual-screenshots (1)/images/97cf49835bd0c2bf7811a7bdf3be89bc.png +0 -0
  982. package/style/visual-screenshots (1)/images/97e8a0e95dcff699c46f9b1b88b87d8a.png +0 -0
  983. package/style/visual-screenshots (1)/images/9807fabc447e7dae30fbbe6754e02c0d.png +0 -0
  984. package/style/visual-screenshots (1)/images/98ee9e5fb88515a8dbf5fe0e091c993a.png +0 -0
  985. package/style/visual-screenshots (1)/images/9997cd9e92d50b13a900ecb22fc74e83.png +0 -0
  986. package/style/visual-screenshots (1)/images/9a0b82d87e48b2c9e146bfbd4b51a177.png +0 -0
  987. package/style/visual-screenshots (1)/images/9a41a04f72770185eb42d3941627c6a1.png +0 -0
  988. package/style/visual-screenshots (1)/images/9a5b6ff3d85a26850b93d3129de94bbc.png +0 -0
  989. package/style/visual-screenshots (1)/images/9a9397907d86e4bdce381d4017ec5c33.png +0 -0
  990. package/style/visual-screenshots (1)/images/9ae63f1d387740d15676acf9a5bc48b8.png +0 -0
  991. package/style/visual-screenshots (1)/images/9b00734aa8cbf1a9acd3fbf08c137b0a.png +0 -0
  992. package/style/visual-screenshots (1)/images/9b07449ac15dc7e1d1deb9b825be0924.png +0 -0
  993. package/style/visual-screenshots (1)/images/9b18a6ddb96cbd44795e2bbc536f4f2a.png +0 -0
  994. package/style/visual-screenshots (1)/images/9b4014c74037f975344b9ac678229e65.png +0 -0
  995. package/style/visual-screenshots (1)/images/9b5118241eb4c97880a8a53129b9ea63.png +0 -0
  996. package/style/visual-screenshots (1)/images/9b594e815378bc9a2ef6cd6251dc9d6b.png +0 -0
  997. package/style/visual-screenshots (1)/images/9bc0a1284fc2c56e95ff22ae764e02c0.png +0 -0
  998. package/style/visual-screenshots (1)/images/9bdf5a8be0ecbe48e58b74552e4c5888.png +0 -0
  999. package/style/visual-screenshots (1)/images/9ce93b76501e11f52d1d6c27c6d3afb7.png +0 -0
  1000. package/style/visual-screenshots (1)/images/9d272894b4135cdb24bd6dd6d23dd421.png +0 -0
  1001. package/style/visual-screenshots (1)/images/9d3806b2870669edff4fea8574250bf7.png +0 -0
  1002. package/style/visual-screenshots (1)/images/9d6ec965e5a23731bd189dfbb3c80e84.png +0 -0
  1003. package/style/visual-screenshots (1)/images/9da4037f79a0f2ad50f8adc04687eb12.png +0 -0
  1004. package/style/visual-screenshots (1)/images/9dcd7eda71b2347d026409b2342b3e39.png +0 -0
  1005. package/style/visual-screenshots (1)/images/9de702c3bb72425b0e61d0b4d5a30b82.png +0 -0
  1006. package/style/visual-screenshots (1)/images/9e08fce5233bbc69e681eb1ef349acc0.png +0 -0
  1007. package/style/visual-screenshots (1)/images/9ea6570856b521aa566047e92d0f8305.png +0 -0
  1008. package/style/visual-screenshots (1)/images/9ebdf4d34c2713e0f0cedb0c778b2c35.png +0 -0
  1009. package/style/visual-screenshots (1)/images/9ec5435fc1248519bcc369f282c010c9.png +0 -0
  1010. package/style/visual-screenshots (1)/images/9ee6d0e821a1f9c789514aef157a40ee.png +0 -0
  1011. package/style/visual-screenshots (1)/images/9f1bfd0ae43a5c83303dcf205dc86aac.png +0 -0
  1012. package/style/visual-screenshots (1)/images/9f268b6848b910b5d9c8094077405609.png +0 -0
  1013. package/style/visual-screenshots (1)/images/9f3bdce5cba7a4c333f3e4e32697ed1e.png +0 -0
  1014. package/style/visual-screenshots (1)/images/9fa64b6dd5e2432e5ac5be0125de88c5.png +0 -0
  1015. package/style/visual-screenshots (1)/images/a00ff5334e96e86b5de74ca70e158365.png +0 -0
  1016. package/style/visual-screenshots (1)/images/a0273543e221b5e74f2f92eedff87bbf.png +0 -0
  1017. package/style/visual-screenshots (1)/images/a0860b4739ea0bf437f0fa1dc983edcc.png +0 -0
  1018. package/style/visual-screenshots (1)/images/a09b998ff83fe0c8ba190c43be2c8281.png +0 -0
  1019. package/style/visual-screenshots (1)/images/a0a9b6948dfa55de2c2391e66f116bef.png +0 -0
  1020. package/style/visual-screenshots (1)/images/a0d9fd7c91a3666c82a8a1d1473647ff.png +0 -0
  1021. package/style/visual-screenshots (1)/images/a122b735ee40793efef3ad06ff66c62a.png +0 -0
  1022. package/style/visual-screenshots (1)/images/a1595ea5cac31981a01027ab16de609d.png +0 -0
  1023. package/style/visual-screenshots (1)/images/a19c2ba30b43cb891f2536ebda33b5b9.png +0 -0
  1024. package/style/visual-screenshots (1)/images/a19daa3bfb03b36036e5954c38b3c09b.png +0 -0
  1025. package/style/visual-screenshots (1)/images/a1c13afc2158133f6f248eeec0c213c9.png +0 -0
  1026. package/style/visual-screenshots (1)/images/a234da24efdb5886b5017293c9ec4983.png +0 -0
  1027. package/style/visual-screenshots (1)/images/a267c84cc70ffcfd9f9098872b4d0e33.png +0 -0
  1028. package/style/visual-screenshots (1)/images/a29ab04f7b14796a43ec1004d07e1191.png +0 -0
  1029. package/style/visual-screenshots (1)/images/a331b266be3fe60d1510fc44c8462f8b.png +0 -0
  1030. package/style/visual-screenshots (1)/images/a3b55159499c5529bdb159350ea483f8.png +0 -0
  1031. package/style/visual-screenshots (1)/images/a3d54f0bbe60534633595f92c0af0606.png +0 -0
  1032. package/style/visual-screenshots (1)/images/a3f82ac3c6348fa4452a198cb503860d.png +0 -0
  1033. package/style/visual-screenshots (1)/images/a481b24ed810261cbae6bce62a1fd6da.png +0 -0
  1034. package/style/visual-screenshots (1)/images/a4da8641e0ebce45d567a27b1b9d71c9.png +0 -0
  1035. package/style/visual-screenshots (1)/images/a4e17fa06168594ff442f3d84ca346e0.png +0 -0
  1036. package/style/visual-screenshots (1)/images/a4ec66bb6e0a2bf7d26898a7ec6fa6cb.png +0 -0
  1037. package/style/visual-screenshots (1)/images/a4f5b46346578f27b509ab8ba9062b2a.png +0 -0
  1038. package/style/visual-screenshots (1)/images/a524cc5916040ea0985aa14f5039cd08.png +0 -0
  1039. package/style/visual-screenshots (1)/images/a56c0004f5f488bc5f4f8812479ff919.png +0 -0
  1040. package/style/visual-screenshots (1)/images/a5760e6af3aac912f3c69d88eabc9571.png +0 -0
  1041. package/style/visual-screenshots (1)/images/a5823b26b36bef69818dc786e72722c7.png +0 -0
  1042. package/style/visual-screenshots (1)/images/a59e098a82b3b2b4a8e6e6e0ae9a82ee.png +0 -0
  1043. package/style/visual-screenshots (1)/images/a5b60fb10746df7698e43bccb21df11b.png +0 -0
  1044. package/style/visual-screenshots (1)/images/a5e9bd136ccd404fa0c0a275e757246f.png +0 -0
  1045. package/style/visual-screenshots (1)/images/a62e4c8295a725e4a66cc2ec4408c4bd.png +0 -0
  1046. package/style/visual-screenshots (1)/images/a6492327cb0dabcd2d74dbd1816f422d.png +0 -0
  1047. package/style/visual-screenshots (1)/images/a6cfa33b833e8507b5f3cbfa260ee54f.png +0 -0
  1048. package/style/visual-screenshots (1)/images/a75a60a4aa5b275fd399051abf56d08e.png +0 -0
  1049. package/style/visual-screenshots (1)/images/a770465023ed9653c5209e93264e927e.png +0 -0
  1050. package/style/visual-screenshots (1)/images/a83dbd9419c386d226bee5eda2e6673b.png +0 -0
  1051. package/style/visual-screenshots (1)/images/a87075c6eb331fcab77dedffee6c8321.png +0 -0
  1052. package/style/visual-screenshots (1)/images/a8b8f7209998b3d0a72b9719083dc02a.png +0 -0
  1053. package/style/visual-screenshots (1)/images/a9a1de0b8dd7b6ccab5b47f73dd7f842.png +0 -0
  1054. package/style/visual-screenshots (1)/images/a9c7c835f865512a77038fc5c15de21b.png +0 -0
  1055. package/style/visual-screenshots (1)/images/aa30e7b644de69d60faa5380ca95c5a1.png +0 -0
  1056. package/style/visual-screenshots (1)/images/aa4abb72226bb8321d4b9258f9857b71.png +0 -0
  1057. package/style/visual-screenshots (1)/images/aa51db31d331669430896690342d81dc.png +0 -0
  1058. package/style/visual-screenshots (1)/images/aa9b522302f4dd7150ecbfbb275320e6.png +0 -0
  1059. package/style/visual-screenshots (1)/images/aaa1b0619e13093f63d4156375b60010.png +0 -0
  1060. package/style/visual-screenshots (1)/images/ab5d93b635bae2b5fe23f583eac012ce.png +0 -0
  1061. package/style/visual-screenshots (1)/images/abb03b840550301215bf11bcfc214de4.png +0 -0
  1062. package/style/visual-screenshots (1)/images/ac03f528e1ea478ed33ba9fb5322e3fb.png +0 -0
  1063. package/style/visual-screenshots (1)/images/ac1974812f40ea59d34307ac02a5f70c.png +0 -0
  1064. package/style/visual-screenshots (1)/images/ac2cf23c673a4453be9f71a678bf457e.png +0 -0
  1065. package/style/visual-screenshots (1)/images/ac4258921c4fac19bf9d885fe18d1783.png +0 -0
  1066. package/style/visual-screenshots (1)/images/ac5b064d25b63e5ecd63a91d495dfe5b.png +0 -0
  1067. package/style/visual-screenshots (1)/images/ac8524eb52a8b18d3727f9755658f457.png +0 -0
  1068. package/style/visual-screenshots (1)/images/acd224f13e0e43e4d81990ea06b683f1.png +0 -0
  1069. package/style/visual-screenshots (1)/images/acd8684a795357b531129eb92d03dbf0.png +0 -0
  1070. package/style/visual-screenshots (1)/images/ace6a74377e1fd6f83aa5dba48c8f4ee.png +0 -0
  1071. package/style/visual-screenshots (1)/images/ad0b716887153cae4ebdd7a50e332ad1.png +0 -0
  1072. package/style/visual-screenshots (1)/images/ad74bf7ecefe38d32f843eac59d05bcf.png +0 -0
  1073. package/style/visual-screenshots (1)/images/adad3039bbf24803cc0c800fa1ab52b2.png +0 -0
  1074. package/style/visual-screenshots (1)/images/add742b5f9addb0c591ef066157dd0d7.png +0 -0
  1075. package/style/visual-screenshots (1)/images/adf3ec3a8e97c3b33e77394946ad2434.png +0 -0
  1076. package/style/visual-screenshots (1)/images/adfd03e01df5610028a7b8c22de1d1b5.png +0 -0
  1077. package/style/visual-screenshots (1)/images/ae308ee925b5ad76aea7d7c989003c6c.png +0 -0
  1078. package/style/visual-screenshots (1)/images/ae5ba79ab620185002de1e0e2869fea8.png +0 -0
  1079. package/style/visual-screenshots (1)/images/aed0d8ffabcb9d4680499b39bb909cfb.png +0 -0
  1080. package/style/visual-screenshots (1)/images/af5ce31cf5f312b6bda76f748fabb52f.png +0 -0
  1081. package/style/visual-screenshots (1)/images/af77365d82e0f07b3957f3c77dfa5810.png +0 -0
  1082. package/style/visual-screenshots (1)/images/afc1be11da46a18bb8982a85c65fb4b0.png +0 -0
  1083. package/style/visual-screenshots (1)/images/b011549fe677ebb17fa307dbc03d36d9.png +0 -0
  1084. package/style/visual-screenshots (1)/images/b0bff9f5d7141b079b666e5fb16abd22.png +0 -0
  1085. package/style/visual-screenshots (1)/images/b0dbbbef7ff3804d58ce28e9685b88e0.png +0 -0
  1086. package/style/visual-screenshots (1)/images/b0dfa6af25989c4c3d2e9aef64daab17.png +0 -0
  1087. package/style/visual-screenshots (1)/images/b10bf8e372bca5d68241320f75bc1748.png +0 -0
  1088. package/style/visual-screenshots (1)/images/b10ed3d6ec38c9c253a4446e106e75ea.png +0 -0
  1089. package/style/visual-screenshots (1)/images/b141a65b0038d524dd290c00eddace3d.png +0 -0
  1090. package/style/visual-screenshots (1)/images/b16111054dc7e5c31d822180d54ea0e6.png +0 -0
  1091. package/style/visual-screenshots (1)/images/b1776e0a89f070ea680f256ed27ebf1e.png +0 -0
  1092. package/style/visual-screenshots (1)/images/b27ff00e501d23c43b509c1a0168ef39.png +0 -0
  1093. package/style/visual-screenshots (1)/images/b2aa4c06bcefcb7c92204acdd30d3197.png +0 -0
  1094. package/style/visual-screenshots (1)/images/b2fef056d1f15f4ba8619f31541dd0e5.png +0 -0
  1095. package/style/visual-screenshots (1)/images/b35f5b3650f7806ab3390e0ba67df1a4.png +0 -0
  1096. package/style/visual-screenshots (1)/images/b3dd87d68dcdfd82fa97cdf4e39c2b27.png +0 -0
  1097. package/style/visual-screenshots (1)/images/b3e5876c63e8256843b4090dc4b441ad.png +0 -0
  1098. package/style/visual-screenshots (1)/images/b3f19d58a18bfd34f92764ec41877c3c.png +0 -0
  1099. package/style/visual-screenshots (1)/images/b43533c13c416aad326bc67d0f44929e.png +0 -0
  1100. package/style/visual-screenshots (1)/images/b4382971635528760348cbe2b70605fe.png +0 -0
  1101. package/style/visual-screenshots (1)/images/b45844d5501be7c8431cc1306e3f3ae5.png +0 -0
  1102. package/style/visual-screenshots (1)/images/b468a14b6c8e54db94b61c71b9662af0.png +0 -0
  1103. package/style/visual-screenshots (1)/images/b4a02c9fc04ef4dc159e7beccd7ccfa7.png +0 -0
  1104. package/style/visual-screenshots (1)/images/b4b41ceb35d80f9f629859558b75b19e.png +0 -0
  1105. package/style/visual-screenshots (1)/images/b4edb5a1c390edd5c541c18e1a4ab68f.png +0 -0
  1106. package/style/visual-screenshots (1)/images/b513f66c5fdbab3a28e7db1b23bfb8c2.png +0 -0
  1107. package/style/visual-screenshots (1)/images/b5160b2c865a5e7b7d8b1e1abbf8d002.png +0 -0
  1108. package/style/visual-screenshots (1)/images/b52890091cf696f0150eae61232cb1dd.png +0 -0
  1109. package/style/visual-screenshots (1)/images/b56bb2b3dd4141b8e698820a515b8798.png +0 -0
  1110. package/style/visual-screenshots (1)/images/b5af14253c4cc74f16ddb0b6164f185c.png +0 -0
  1111. package/style/visual-screenshots (1)/images/b63069789fa7ac11755ea759d30a64a5.png +0 -0
  1112. package/style/visual-screenshots (1)/images/b651f7f296cf9f30e419d94a8c4895cf.png +0 -0
  1113. package/style/visual-screenshots (1)/images/b65482e30ffb8bec6c85103dcb71113d.png +0 -0
  1114. package/style/visual-screenshots (1)/images/b65b4bdb5c82820722ea76182517bc74.png +0 -0
  1115. package/style/visual-screenshots (1)/images/b65b9d44dcba156ab3152a6ee2592277.png +0 -0
  1116. package/style/visual-screenshots (1)/images/b68552f8eb800b1891a49bf1cd4d987d.png +0 -0
  1117. package/style/visual-screenshots (1)/images/b68eacd41b21135a2c2431a3ddc2dae5.png +0 -0
  1118. package/style/visual-screenshots (1)/images/b6a9a44405f5e4034c95f55ee8aed681.png +0 -0
  1119. package/style/visual-screenshots (1)/images/b6d2d0f7d50094fd163351d07a5e9251.png +0 -0
  1120. package/style/visual-screenshots (1)/images/b6ec4162d1414d4011b787dd127bad96.png +0 -0
  1121. package/style/visual-screenshots (1)/images/b6fe711492d73a1ad83be68fd782b5be.png +0 -0
  1122. package/style/visual-screenshots (1)/images/b702cca4b4fe43f208a58f37e4a7d0c8.png +0 -0
  1123. package/style/visual-screenshots (1)/images/b74e84ef684b263e0390552911c7b630.png +0 -0
  1124. package/style/visual-screenshots (1)/images/b76dc3cd48583a70f3f99348e259a192.png +0 -0
  1125. package/style/visual-screenshots (1)/images/b79d300707e6efd85959e1727354cda9.png +0 -0
  1126. package/style/visual-screenshots (1)/images/b7f774a62a166681f5e34f4f92e7df96.png +0 -0
  1127. package/style/visual-screenshots (1)/images/b85b4a6d8172ec3d4fe3875d1d5be438.png +0 -0
  1128. package/style/visual-screenshots (1)/images/b8fd7356a98d56ee49951392bc0a19f5.png +0 -0
  1129. package/style/visual-screenshots (1)/images/b9239778dee867ed3f14d2f3ffecd8d5.png +0 -0
  1130. package/style/visual-screenshots (1)/images/b936ab1e543d95bd0c818b0d2ddade05.png +0 -0
  1131. package/style/visual-screenshots (1)/images/b9afd9043e717ea55cd0a7c2e8768ec0.png +0 -0
  1132. package/style/visual-screenshots (1)/images/b9b032bae3f927fc7492af0717480a7c.png +0 -0
  1133. package/style/visual-screenshots (1)/images/ba1fea1b865b3beef1a1135bd779a706.png +0 -0
  1134. package/style/visual-screenshots (1)/images/ba2cbf010b08ef17e500a9a6f09756eb.png +0 -0
  1135. package/style/visual-screenshots (1)/images/ba900133c62ae20a043c8145deb72e61.png +0 -0
  1136. package/style/visual-screenshots (1)/images/bab341bf211ffe1d1cdcff9735458a37.png +0 -0
  1137. package/style/visual-screenshots (1)/images/bb54094e275897982cdadf3573cae164.png +0 -0
  1138. package/style/visual-screenshots (1)/images/bb551e3ba230869e0f7f74597ebdc929.png +0 -0
  1139. package/style/visual-screenshots (1)/images/bb5dc88ef581957bcde4779c0b6f96be.png +0 -0
  1140. package/style/visual-screenshots (1)/images/bb671a54edc0e2807e0ee792010765ce.png +0 -0
  1141. package/style/visual-screenshots (1)/images/bb6a7307e19bf9e4c588df181c01cf82.png +0 -0
  1142. package/style/visual-screenshots (1)/images/bb9c61c2c52257e6ac08122fc873e0a5.png +0 -0
  1143. package/style/visual-screenshots (1)/images/bb9d4ba104d323a504b867a9e7c26fa7.png +0 -0
  1144. package/style/visual-screenshots (1)/images/bbfc81ede881c3480dedc09c932b357c.png +0 -0
  1145. package/style/visual-screenshots (1)/images/bc69c3fc828d0ccd43620f5d7789f687.png +0 -0
  1146. package/style/visual-screenshots (1)/images/bc6a45c5e234c06fe2909be16df5cd68.png +0 -0
  1147. package/style/visual-screenshots (1)/images/bc7fbfc8cfa6fbaf42c181a83bc8f12e.png +0 -0
  1148. package/style/visual-screenshots (1)/images/bc812929e7194062888770b42ea680fa.png +0 -0
  1149. package/style/visual-screenshots (1)/images/bcf29c250245fcd6d4cd80fbb2076fe6.png +0 -0
  1150. package/style/visual-screenshots (1)/images/bd0adcbbc6b9f54fd8dc2c45f91118cf.png +0 -0
  1151. package/style/visual-screenshots (1)/images/bd2c0d240faaa73548693dd8792bd334.png +0 -0
  1152. package/style/visual-screenshots (1)/images/bd3c8aca71ef1e1bfcf54c9bdf7ec0c1.png +0 -0
  1153. package/style/visual-screenshots (1)/images/bd742a3ba78f04988baceee07b34b4c8.png +0 -0
  1154. package/style/visual-screenshots (1)/images/bde82fcc550d92789d65c593e33b9fa1.png +0 -0
  1155. package/style/visual-screenshots (1)/images/be0d5c5d87ffd9eb20686d37ded21477.png +0 -0
  1156. package/style/visual-screenshots (1)/images/be2d1a5e2a20ec9e70974dfd8ad15c05.png +0 -0
  1157. package/style/visual-screenshots (1)/images/be343f108940ac377accd7cd07cdd1e7.png +0 -0
  1158. package/style/visual-screenshots (1)/images/be40fd335f837d2f5a1d803b3aed4c94.png +0 -0
  1159. package/style/visual-screenshots (1)/images/bea6a7939bf5c8f3034f9f36d3aa83a0.png +0 -0
  1160. package/style/visual-screenshots (1)/images/bed34ed4f9077f51952b51283f4b473b.png +0 -0
  1161. package/style/visual-screenshots (1)/images/bedd63152750246fbfff2f3b8694840a.png +0 -0
  1162. package/style/visual-screenshots (1)/images/bf112e6d28f4ea8ab3c84b88d685cb92.png +0 -0
  1163. package/style/visual-screenshots (1)/images/bf1e7977779e36731e8cf90de8a2c018.png +0 -0
  1164. package/style/visual-screenshots (1)/images/bfbf13672d796f88652747c1c627c225.png +0 -0
  1165. package/style/visual-screenshots (1)/images/c14ed538a5d1e19c581b8a480a410873.png +0 -0
  1166. package/style/visual-screenshots (1)/images/c1a6e457a74e6f1e39d8056a575c6b61.png +0 -0
  1167. package/style/visual-screenshots (1)/images/c1bf639cb4ef73d3097a86bbe242e67b.png +0 -0
  1168. package/style/visual-screenshots (1)/images/c1e92e74a76d59360620dd36a44b48d7.png +0 -0
  1169. package/style/visual-screenshots (1)/images/c25a03ca4b6a75b60ca989c922a8c0ea.png +0 -0
  1170. package/style/visual-screenshots (1)/images/c29a6ce74d404486b42547c80ac64827.png +0 -0
  1171. package/style/visual-screenshots (1)/images/c2a8fd8eb01504bdf199bc631948fd65.png +0 -0
  1172. package/style/visual-screenshots (1)/images/c2b2a82c12745e02edc5a4296e64952e.png +0 -0
  1173. package/style/visual-screenshots (1)/images/c2e70eb9bba973017e04fde58f20439f.png +0 -0
  1174. package/style/visual-screenshots (1)/images/c31b279c27c044ff8023b74161774d65.png +0 -0
  1175. package/style/visual-screenshots (1)/images/c3de791621e788d6d096d488fdbf7eb7.png +0 -0
  1176. package/style/visual-screenshots (1)/images/c4347eb0e8a14227ad18be6b9de1cbc7.png +0 -0
  1177. package/style/visual-screenshots (1)/images/c45a7afc0498379e5b620ff4394e1759.png +0 -0
  1178. package/style/visual-screenshots (1)/images/c4bd15f6119ec6a9f86c7311605b8e9a.png +0 -0
  1179. package/style/visual-screenshots (1)/images/c5d033ba89e8621d33f0c1251f26cb94.png +0 -0
  1180. package/style/visual-screenshots (1)/images/c5f4925f4e800c08c097ac6cb57973c4.png +0 -0
  1181. package/style/visual-screenshots (1)/images/c645ca1d792395177ed9f550dc65ef98.png +0 -0
  1182. package/style/visual-screenshots (1)/images/c66f1911986c1798aa132cfda4c757c1.png +0 -0
  1183. package/style/visual-screenshots (1)/images/c6835996ac4b2b3f962a7c89245faa9e.png +0 -0
  1184. package/style/visual-screenshots (1)/images/c7295480cd7fd4a11a50458bb4bfc9c3.png +0 -0
  1185. package/style/visual-screenshots (1)/images/c76344aa17e7856258e6a7aba903caab.png +0 -0
  1186. package/style/visual-screenshots (1)/images/c7bbfb83d1e415c898256cc0fdcce3ca.png +0 -0
  1187. package/style/visual-screenshots (1)/images/c7c0f8a05585087c37d8209208bbcb54.png +0 -0
  1188. package/style/visual-screenshots (1)/images/c7de1a12552658b7fe3ce32a7f7ffb3e.png +0 -0
  1189. package/style/visual-screenshots (1)/images/c914e1a43cca34efae86f296ac56fdee.png +0 -0
  1190. package/style/visual-screenshots (1)/images/c9861de44663e597f55adc84ea88e5fc.png +0 -0
  1191. package/style/visual-screenshots (1)/images/c99d35eeb0dc348c34f4c8a9fe1c5f1d.png +0 -0
  1192. package/style/visual-screenshots (1)/images/ca32c8781f959efc16e24eeda14cc2d5.png +0 -0
  1193. package/style/visual-screenshots (1)/images/ca9c87751da7c73377da05d1cbf34974.png +0 -0
  1194. package/style/visual-screenshots (1)/images/cab16e07722c54b790e38a8b9995af8f.png +0 -0
  1195. package/style/visual-screenshots (1)/images/cb4e5d44970f3d22cfd664c95d5c23c6.png +0 -0
  1196. package/style/visual-screenshots (1)/images/cb99b0bf33401c42eebea1020004a1a8.png +0 -0
  1197. package/style/visual-screenshots (1)/images/cba574213771f455a9bd90fdd5711b82.png +0 -0
  1198. package/style/visual-screenshots (1)/images/cc30aaecf3c497e88d6e7aecae1b7583.png +0 -0
  1199. package/style/visual-screenshots (1)/images/cc690d6b70d361022b64cfd7e15aced7.png +0 -0
  1200. package/style/visual-screenshots (1)/images/ccc7eefe88ff7124ce9b7256a2754224.png +0 -0
  1201. package/style/visual-screenshots (1)/images/cd0ec559f03f247915ac7f28d051477f.png +0 -0
  1202. package/style/visual-screenshots (1)/images/cda5b907bdad7cc13b55cb525ff72402.png +0 -0
  1203. package/style/visual-screenshots (1)/images/ce19129cba94fa6ccfd2ab5416d93033.png +0 -0
  1204. package/style/visual-screenshots (1)/images/ce3c54aab036c6395dd8817abc6acfc6.png +0 -0
  1205. package/style/visual-screenshots (1)/images/ce4c143e3f25acaecf95fc6c74091386.png +0 -0
  1206. package/style/visual-screenshots (1)/images/ce639e1186fedb84b5d709bf36126612.png +0 -0
  1207. package/style/visual-screenshots (1)/images/ceca1dbf2a40a6524da989acf8c45825.png +0 -0
  1208. package/style/visual-screenshots (1)/images/cecd8cd95992457e1748c3bb0dd14f35.png +0 -0
  1209. package/style/visual-screenshots (1)/images/ced9cb27f2fe15debe7cae42e1b6347d.png +0 -0
  1210. package/style/visual-screenshots (1)/images/cf8ad194e11dfdb8aea6017def809c6f.png +0 -0
  1211. package/style/visual-screenshots (1)/images/cf95c3fcdb08ca9fd096c2aa90538a9f.png +0 -0
  1212. package/style/visual-screenshots (1)/images/d055162ca44e10714f581c72517de67a.png +0 -0
  1213. package/style/visual-screenshots (1)/images/d0907dbf3bbf9051d9ab0090a74eb8a2.png +0 -0
  1214. package/style/visual-screenshots (1)/images/d0dbadb5f8a71fe6a666cf4741ba583e.png +0 -0
  1215. package/style/visual-screenshots (1)/images/d0fc1daaab9d8154ac99b9923aca965e.png +0 -0
  1216. package/style/visual-screenshots (1)/images/d10379d630b08ba69cdbadef68160b74.png +0 -0
  1217. package/style/visual-screenshots (1)/images/d1dec19c84cc7d9d44d9bdbdc4ed0113.png +0 -0
  1218. package/style/visual-screenshots (1)/images/d1ecf153cbe7e6e5ab9df3ba963ac56a.png +0 -0
  1219. package/style/visual-screenshots (1)/images/d2085cde486b22d26ed3ed7dd092ac67.png +0 -0
  1220. package/style/visual-screenshots (1)/images/d21f0611ffb064596292ba09f7ae0aa7.png +0 -0
  1221. package/style/visual-screenshots (1)/images/d26da906f6e40a9f2de474ef00ffe192.png +0 -0
  1222. package/style/visual-screenshots (1)/images/d32bdba3c211974c488f05e49fdbd38e.png +0 -0
  1223. package/style/visual-screenshots (1)/images/d3f2e40808a135432120eec842002667.png +0 -0
  1224. package/style/visual-screenshots (1)/images/d3f4fb7a3520050add88a228446786c0.png +0 -0
  1225. package/style/visual-screenshots (1)/images/d42695727875489f5c823fc6a7637fc0.png +0 -0
  1226. package/style/visual-screenshots (1)/images/d43099f8107adb7d25c029fd861236c7.png +0 -0
  1227. package/style/visual-screenshots (1)/images/d465de97945852f83e9cfec896fda7fd.png +0 -0
  1228. package/style/visual-screenshots (1)/images/d4cb357a97d0069493f671c36973b023.png +0 -0
  1229. package/style/visual-screenshots (1)/images/d507e6178365edabfc44712f507b1ad4.png +0 -0
  1230. package/style/visual-screenshots (1)/images/d5c0ef8532ff82ac36069cd1a325ef27.png +0 -0
  1231. package/style/visual-screenshots (1)/images/d5d677892ed26746228c30990678ac38.png +0 -0
  1232. package/style/visual-screenshots (1)/images/d5ea4a9c77534f236c32e8f31e078587.png +0 -0
  1233. package/style/visual-screenshots (1)/images/d5f1ba6ddf9bbc40e86be0e2b82118af.png +0 -0
  1234. package/style/visual-screenshots (1)/images/d6069a71d1cf53673964d866460d32c8.png +0 -0
  1235. package/style/visual-screenshots (1)/images/d6242fd259465d2ba316d672684afcf7.png +0 -0
  1236. package/style/visual-screenshots (1)/images/d6b1c4c2db737fef0105bc33cda83309.png +0 -0
  1237. package/style/visual-screenshots (1)/images/d6c65a3c2f45d3f68984a0be5f3490bb.png +0 -0
  1238. package/style/visual-screenshots (1)/images/d6f1781682597261b255669cebe81e42.png +0 -0
  1239. package/style/visual-screenshots (1)/images/d7d9fb5a7dfc870527fb24b3642a56e3.png +0 -0
  1240. package/style/visual-screenshots (1)/images/d7deed321c78b937b9aac780d75a67e6.png +0 -0
  1241. package/style/visual-screenshots (1)/images/d8291cc7ad6e1607c344ed2ed1368ea3.png +0 -0
  1242. package/style/visual-screenshots (1)/images/d8560f2f2aeb2cf5601aac513f502b55.png +0 -0
  1243. package/style/visual-screenshots (1)/images/d8ba46aafe0f9c6e1a513c118e4ed9bc.png +0 -0
  1244. package/style/visual-screenshots (1)/images/d95148fef77af3db17d99a9e6d582f37.png +0 -0
  1245. package/style/visual-screenshots (1)/images/d9579cafca730bedcd047d6b5e00d6a4.png +0 -0
  1246. package/style/visual-screenshots (1)/images/d98fa9b6727f84959b2953eb2fb4bbd9.png +0 -0
  1247. package/style/visual-screenshots (1)/images/d9ccd1f0853f04288d98faaa99ffd839.png +0 -0
  1248. package/style/visual-screenshots (1)/images/d9d48b2652b1aec6a09d29ff489a2559.png +0 -0
  1249. package/style/visual-screenshots (1)/images/d9d72a2b10b10048726ee220b48fa527.png +0 -0
  1250. package/style/visual-screenshots (1)/images/d9d8147e7f3bb24b517f342fcccde022.png +0 -0
  1251. package/style/visual-screenshots (1)/images/d9df19d7691aa789d2a8bc95bf35da2c.png +0 -0
  1252. package/style/visual-screenshots (1)/images/da1074f521e0588e392120962859f25f.png +0 -0
  1253. package/style/visual-screenshots (1)/images/da3533dfa11d516896891b192864e447.png +0 -0
  1254. package/style/visual-screenshots (1)/images/dae067c3ccb9466b05711591ecd99896.png +0 -0
  1255. package/style/visual-screenshots (1)/images/db652f7540592f22fce8d51c2db86e93.png +0 -0
  1256. package/style/visual-screenshots (1)/images/db68bc1a1dabafb95a485a230f9a8891.png +0 -0
  1257. package/style/visual-screenshots (1)/images/db9207243bf814e40de5d4f04ca70316.png +0 -0
  1258. package/style/visual-screenshots (1)/images/db9f75240f51bca9b761494cedeccff2.png +0 -0
  1259. package/style/visual-screenshots (1)/images/dbc774ff92faa624b4987219fa52042d.png +0 -0
  1260. package/style/visual-screenshots (1)/images/dc0de0f379b7b76e387beb9d57e912eb.png +0 -0
  1261. package/style/visual-screenshots (1)/images/dd3dcde1007bc96a7e41eeb1436699a5.png +0 -0
  1262. package/style/visual-screenshots (1)/images/dda39199ff0717086ab54dd718ad525f.png +0 -0
  1263. package/style/visual-screenshots (1)/images/ddcd258c6ad4c8489c1b51df313691e9.png +0 -0
  1264. package/style/visual-screenshots (1)/images/ddcf43a676ca66b76dd293e2217bff54.png +0 -0
  1265. package/style/visual-screenshots (1)/images/ddf8772071d057082129df7ddb91cb63.png +0 -0
  1266. package/style/visual-screenshots (1)/images/de538ffe7bb41fe54ed51f548dbe2fba.png +0 -0
  1267. package/style/visual-screenshots (1)/images/df18d193dd77c73ceb593e100945b30d.png +0 -0
  1268. package/style/visual-screenshots (1)/images/df7a11e9552448272332cb2a6d8194b8.png +0 -0
  1269. package/style/visual-screenshots (1)/images/df8a111e64e1601833438a267e53d53e.png +0 -0
  1270. package/style/visual-screenshots (1)/images/dfb1101ae11b4e4cbcd14e109f2c2810.png +0 -0
  1271. package/style/visual-screenshots (1)/images/dfd25ea8862f0ef09292b87930278f8b.png +0 -0
  1272. package/style/visual-screenshots (1)/images/e010fa0f10828dfec180f664eb3b904e.png +0 -0
  1273. package/style/visual-screenshots (1)/images/e019e72c9310bf80c7d8a060b05b9c37.png +0 -0
  1274. package/style/visual-screenshots (1)/images/e0fad740e1ea1190ae5bafcc312b7345.png +0 -0
  1275. package/style/visual-screenshots (1)/images/e129f142d3b5053ef5be1eb5b2c3e892.png +0 -0
  1276. package/style/visual-screenshots (1)/images/e166d553d849e0c78ef876004aad7a5f.png +0 -0
  1277. package/style/visual-screenshots (1)/images/e16f3ba70a3637f3220f043e2135e130.png +0 -0
  1278. package/style/visual-screenshots (1)/images/e1e5fe1fd5d6ee275513f269c86d6305.png +0 -0
  1279. package/style/visual-screenshots (1)/images/e23bd037d12d40a0719647cc0e872a58.png +0 -0
  1280. package/style/visual-screenshots (1)/images/e2a3a5bb4365d8f726c66cdd0502df93.png +0 -0
  1281. package/style/visual-screenshots (1)/images/e2c01035d03336301a1d9b296c8d9ab3.png +0 -0
  1282. package/style/visual-screenshots (1)/images/e2d8e8137e7670d15c4607f1d656477f.png +0 -0
  1283. package/style/visual-screenshots (1)/images/e302c8e4a9ea160a0a19968825d55dab.png +0 -0
  1284. package/style/visual-screenshots (1)/images/e34b18aac8583e91e021b41bbfd7fd5f.png +0 -0
  1285. package/style/visual-screenshots (1)/images/e356cf56ccaa076bbc8d34dc8f793843.png +0 -0
  1286. package/style/visual-screenshots (1)/images/e35d22101819324c038cd263e9c8f518.png +0 -0
  1287. package/style/visual-screenshots (1)/images/e3805efcd137ad98512fa1c3f8d54a1d.png +0 -0
  1288. package/style/visual-screenshots (1)/images/e39ce053c84fc3a5528ac4b5641ac9cf.png +0 -0
  1289. package/style/visual-screenshots (1)/images/e3a3c7767a5eb9522dea438bff6728cc.png +0 -0
  1290. package/style/visual-screenshots (1)/images/e3aab7603407b6e1b444b0eac170a7ec.png +0 -0
  1291. package/style/visual-screenshots (1)/images/e43a752514e8b393cb628520b605b584.png +0 -0
  1292. package/style/visual-screenshots (1)/images/e442163823ed8edcc7160818be69b398.png +0 -0
  1293. package/style/visual-screenshots (1)/images/e4b10dde183f07a84513d76d429a6958.png +0 -0
  1294. package/style/visual-screenshots (1)/images/e4d50b654335e71fc4967b82c344dbfe.png +0 -0
  1295. package/style/visual-screenshots (1)/images/e51ca2c2a84b03fc98f79f02fe7068aa.png +0 -0
  1296. package/style/visual-screenshots (1)/images/e58ef5ed950fbb2b1079d74d45b7c881.png +0 -0
  1297. package/style/visual-screenshots (1)/images/e5ade203143dc82491aa076121660e52.png +0 -0
  1298. package/style/visual-screenshots (1)/images/e605ecbc474952712389539463a04aa7.png +0 -0
  1299. package/style/visual-screenshots (1)/images/e6262e247906000955ae8374d655a906.png +0 -0
  1300. package/style/visual-screenshots (1)/images/e6595c721f80b610721aaeeb5e2f75a6.png +0 -0
  1301. package/style/visual-screenshots (1)/images/e6709d9c191735263eb3b486e7a72f85.png +0 -0
  1302. package/style/visual-screenshots (1)/images/e6d314422345a30bf6c0ef3e18e583a0.png +0 -0
  1303. package/style/visual-screenshots (1)/images/e6d939c8648a17c13549f5f2adb346e7.png +0 -0
  1304. package/style/visual-screenshots (1)/images/e6dbee568bfdc18e352b077e374ff82f.png +0 -0
  1305. package/style/visual-screenshots (1)/images/e703bac13e2532ce5533d2a57a8a5fa6.png +0 -0
  1306. package/style/visual-screenshots (1)/images/e716cb5e49fdadf37afefab471babf94.png +0 -0
  1307. package/style/visual-screenshots (1)/images/e7441187368963e6b130042df812ef91.png +0 -0
  1308. package/style/visual-screenshots (1)/images/e7c2f6b6c968145071f9cb8636dfbc3e.png +0 -0
  1309. package/style/visual-screenshots (1)/images/e7e9cbbc3d0dd144406d6a315ec0ddc0.png +0 -0
  1310. package/style/visual-screenshots (1)/images/e7fa6277441b9b69cc3b5306e16b7cf1.png +0 -0
  1311. package/style/visual-screenshots (1)/images/e83fb6530e1c56b78ecf6b7ecf9093b4.png +0 -0
  1312. package/style/visual-screenshots (1)/images/e84d5f9378fbad753243b00f534b5a2b.png +0 -0
  1313. package/style/visual-screenshots (1)/images/e874c84e2c3efc6531e1ed444ef48e0c.png +0 -0
  1314. package/style/visual-screenshots (1)/images/e880df04bcd581fdc14320972bb587c7.png +0 -0
  1315. package/style/visual-screenshots (1)/images/e888e0e6d4a78e02b76328fa84356ca8.png +0 -0
  1316. package/style/visual-screenshots (1)/images/e8ae475c96c0350cab5788186441a468.png +0 -0
  1317. package/style/visual-screenshots (1)/images/e8b5543222dd07074f913c0ee347cc2a.png +0 -0
  1318. package/style/visual-screenshots (1)/images/e92d837bf473dd88b1644ce81eeb8271.png +0 -0
  1319. package/style/visual-screenshots (1)/images/e9690ff4793f30325dfc007d07f11515.png +0 -0
  1320. package/style/visual-screenshots (1)/images/e9a4edf0d472871407e3de2a94491d38.png +0 -0
  1321. package/style/visual-screenshots (1)/images/e9da22cdb0b57bbbb78d72fa243613f1.png +0 -0
  1322. package/style/visual-screenshots (1)/images/e9f7a5fc6028e6009408ba7587604837.png +0 -0
  1323. package/style/visual-screenshots (1)/images/ea87140d4d01e99436eb8517e1a59744.png +0 -0
  1324. package/style/visual-screenshots (1)/images/eb1e5e278264b3344fd8251f8e3a567c.png +0 -0
  1325. package/style/visual-screenshots (1)/images/eb270de24170c48625abe27e1add013b.png +0 -0
  1326. package/style/visual-screenshots (1)/images/eb321262ddafb26c0121bd595505ffd4.png +0 -0
  1327. package/style/visual-screenshots (1)/images/eb89e9322f47193680a195eedec9ca1f.png +0 -0
  1328. package/style/visual-screenshots (1)/images/eb8ba90ad716449ab1fbe18715131465.png +0 -0
  1329. package/style/visual-screenshots (1)/images/ebea496ec420dde6eb11929ef25c9d4e.png +0 -0
  1330. package/style/visual-screenshots (1)/images/ec06a26e681c9d07ecb4aa29d4e551f4.png +0 -0
  1331. package/style/visual-screenshots (1)/images/ec418171a7341bd39a64ee5e1405de5c.png +0 -0
  1332. package/style/visual-screenshots (1)/images/ec801a1f7ded7e4f72b3b83d56ef137b.png +0 -0
  1333. package/style/visual-screenshots (1)/images/eceac800e5e5ec35a7ac973102588b9a.png +0 -0
  1334. package/style/visual-screenshots (1)/images/ed32af8a6de2ef712782d8c700d5ea9c.png +0 -0
  1335. package/style/visual-screenshots (1)/images/ed996049ed03540673123208a1939af9.png +0 -0
  1336. package/style/visual-screenshots (1)/images/edea0089834ada9ac7c1955bbc7b60e8.png +0 -0
  1337. package/style/visual-screenshots (1)/images/ee0321657e33c16d1cafb4124cc8b84e.png +0 -0
  1338. package/style/visual-screenshots (1)/images/ee2e3f6e90b8c2a479d187d5c33257d9.png +0 -0
  1339. package/style/visual-screenshots (1)/images/ee5c6318a17593c06dc4893c84e64535.png +0 -0
  1340. package/style/visual-screenshots (1)/images/ee880fd8c1965895a4c79cf4c744feac.png +0 -0
  1341. package/style/visual-screenshots (1)/images/eed96dc07ed46b9585a3fa2f9655268f.png +0 -0
  1342. package/style/visual-screenshots (1)/images/efcf97ad2d48fcce21b8052fb8e1f02d.png +0 -0
  1343. package/style/visual-screenshots (1)/images/f02927c03369f309483a9c4ddf1dd918.png +0 -0
  1344. package/style/visual-screenshots (1)/images/f033f0f98be280ace4c6d4b0366bb46f.png +0 -0
  1345. package/style/visual-screenshots (1)/images/f039bdda30367e329cf997e85fe4c5e8.png +0 -0
  1346. package/style/visual-screenshots (1)/images/f04add34ff27aa15ee72e77d143d3ed8.png +0 -0
  1347. package/style/visual-screenshots (1)/images/f05fc5650db3e0ecc2baf3860da0d195.png +0 -0
  1348. package/style/visual-screenshots (1)/images/f095476fc0248cf27fa814706177534f.png +0 -0
  1349. package/style/visual-screenshots (1)/images/f0ca029abc93f4e8105da3e5ab56e1c4.png +0 -0
  1350. package/style/visual-screenshots (1)/images/f136123d6a6e67a75080296043b5e5de.png +0 -0
  1351. package/style/visual-screenshots (1)/images/f14f173c0407db4e2e0d465809e3035f.png +0 -0
  1352. package/style/visual-screenshots (1)/images/f1c37fd272da405acfb07e2bcd9e2e86.png +0 -0
  1353. package/style/visual-screenshots (1)/images/f1d9cb85975d8f2259098078a9801e0f.png +0 -0
  1354. package/style/visual-screenshots (1)/images/f1ec44ad9bd197b6cf6709425b1f493c.png +0 -0
  1355. package/style/visual-screenshots (1)/images/f2357c90c5bc52def3fac87e0ec9997a.png +0 -0
  1356. package/style/visual-screenshots (1)/images/f27d1e0db5abfe19d41b8158d4d2e864.png +0 -0
  1357. package/style/visual-screenshots (1)/images/f28b1b0716ee2f45646a13b5b5c25ece.png +0 -0
  1358. package/style/visual-screenshots (1)/images/f2a9936c632f6d5df93af4b94ca90234.png +0 -0
  1359. package/style/visual-screenshots (1)/images/f2e3472901c35c71c0182432ed609d7f.png +0 -0
  1360. package/style/visual-screenshots (1)/images/f3492d235f8072e4adf1060958453ee6.png +0 -0
  1361. package/style/visual-screenshots (1)/images/f3e92ee96aa91f49801ea4202f6081ac.png +0 -0
  1362. package/style/visual-screenshots (1)/images/f43bdfc49eaa4bc64a3d388173c76744.png +0 -0
  1363. package/style/visual-screenshots (1)/images/f43fae61c6f1cfb638fd3741f3742d5b.png +0 -0
  1364. package/style/visual-screenshots (1)/images/f44444b4e7bcd9cc38987cfbca3c88bc.png +0 -0
  1365. package/style/visual-screenshots (1)/images/f457b6c69704125d620b062e0a63c81d.png +0 -0
  1366. package/style/visual-screenshots (1)/images/f49bdba18143e37cebfccebb84983aaa.png +0 -0
  1367. package/style/visual-screenshots (1)/images/f4a592740204a611f064fd861eea879f.png +0 -0
  1368. package/style/visual-screenshots (1)/images/f4b874f85d61abcdb5d4dac56574e983.png +0 -0
  1369. package/style/visual-screenshots (1)/images/f4d48a8d20e7217ab3bd4eb920e2e90b.png +0 -0
  1370. package/style/visual-screenshots (1)/images/f4fa32cbd842631dda4967bb7b0805f4.png +0 -0
  1371. package/style/visual-screenshots (1)/images/f5a634ee1f8883b9a9910709b1a70dd9.png +0 -0
  1372. package/style/visual-screenshots (1)/images/f5f154f17b8ddd7fe6584229e3e433dc.png +0 -0
  1373. package/style/visual-screenshots (1)/images/f5f5aa0c94bc0096ca632bde832e4ac0.png +0 -0
  1374. package/style/visual-screenshots (1)/images/f611a4b1de325f7426c8b29b43cfae35.png +0 -0
  1375. package/style/visual-screenshots (1)/images/f63233f9dc04d7dcfd4ff56369f0b130.png +0 -0
  1376. package/style/visual-screenshots (1)/images/f692554ff308ca1cd0fbe7a22b3b22ca.png +0 -0
  1377. package/style/visual-screenshots (1)/images/f75eda47bbe4bbe2ea30a65b7856a44b.png +0 -0
  1378. package/style/visual-screenshots (1)/images/f781be55c666aac6c83ca4d07e9c42ca.png +0 -0
  1379. package/style/visual-screenshots (1)/images/f7bf00972a29fdf599c8217b28de96d6.png +0 -0
  1380. package/style/visual-screenshots (1)/images/f86fea7ffab0866bda8a3b414f7cd3b7.png +0 -0
  1381. package/style/visual-screenshots (1)/images/f87eb71c300ab4b2d498be9a55ee1618.png +0 -0
  1382. package/style/visual-screenshots (1)/images/f8b36602184f5158860506fe64079c89.png +0 -0
  1383. package/style/visual-screenshots (1)/images/f8ee607f6421ba60f973b9bff376ae28.png +0 -0
  1384. package/style/visual-screenshots (1)/images/f9080ba22d397d83f09047ebdfe84239.png +0 -0
  1385. package/style/visual-screenshots (1)/images/f9145ef284d04f6336229ff666af70e3.png +0 -0
  1386. package/style/visual-screenshots (1)/images/f93aaf6c9ea9f70abb350f5255767c3f.png +0 -0
  1387. package/style/visual-screenshots (1)/images/f95685e60e185b4b3da22bb8bf70e7e2.png +0 -0
  1388. package/style/visual-screenshots (1)/images/f97ab81b758db662a2eb1617a6efe217.png +0 -0
  1389. package/style/visual-screenshots (1)/images/fa7325e4f52bb809c79c2f8df2699b93.png +0 -0
  1390. package/style/visual-screenshots (1)/images/fa793989f4717dd55b1c603086785688.png +0 -0
  1391. package/style/visual-screenshots (1)/images/faab9362d2ff082b2ec255bd3f87f52c.png +0 -0
  1392. package/style/visual-screenshots (1)/images/fad9c13edad825e537ef70d1f5ac9ffc.png +0 -0
  1393. package/style/visual-screenshots (1)/images/faf67bf2491d228a3147ca1b197ce7c0.png +0 -0
  1394. package/style/visual-screenshots (1)/images/fb0bba6fa80d2f1d58b9fe1a3cae80fd.png +0 -0
  1395. package/style/visual-screenshots (1)/images/fb21968682604e963f859ce4a3063449.png +0 -0
  1396. package/style/visual-screenshots (1)/images/fb2756dae46b9f5078e264cd3419bb7f.png +0 -0
  1397. package/style/visual-screenshots (1)/images/fc344f5b8408cc30060f888515927391.png +0 -0
  1398. package/style/visual-screenshots (1)/images/fca29f7a114d6e4df2ca093e1d9cf90a.png +0 -0
  1399. package/style/visual-screenshots (1)/images/fced6958bf1d22d95b4609bb6cb90c07.png +0 -0
  1400. package/style/visual-screenshots (1)/images/fd92b9e1229dbd6160436f5b92cd21b0.png +0 -0
  1401. package/style/visual-screenshots (1)/images/fdf7376c972f3c4f40789c0f217c0480.png +0 -0
  1402. package/style/visual-screenshots (1)/images/fe13a66e7e5ede78792937bf010f022c.png +0 -0
  1403. package/style/visual-screenshots (1)/images/fe2c4234c413f4ad2d054fd091242f8e.png +0 -0
  1404. package/style/visual-screenshots (1)/images/fe4603d37d7b7abc55ebda66bb81b8d9.png +0 -0
  1405. package/style/visual-screenshots (1)/images/fe9188d474135ba66971a9ea60921c3d.png +0 -0
  1406. package/style/visual-screenshots (1)/images/febb9b60ded19124b91a836fcbc37936.png +0 -0
  1407. package/style/visual-screenshots (1)/images/fedb6514016e34df2fcb29eef107d385.png +0 -0
  1408. package/style/visual-screenshots (1)/images/ff5d801d62c71a38028c2d406af30b8f.png +0 -0
  1409. package/style/visual-screenshots (1)/images/ffa3e2813a91c22ec33346792ba47461.png +0 -0
  1410. package/style/visual-screenshots (1)/images/ffb7b8ff61c2ce675eaeaa8104a3f178.png +0 -0
  1411. package/dist/cjs/app-globals-837be7a6.js +0 -431
  1412. package/dist/cjs/code-block-bb4cbafa.js +0 -4474
  1413. package/dist/cjs/component-value-history-controller-slimmer.abstract-cf7b4bda.js +0 -736
  1414. package/dist/cjs/design-token-00fe8d2f.js +0 -403
  1415. package/dist/cjs/dto-renderer-manager-c917dade.js +0 -3928
  1416. package/dist/cjs/element-appender-slimmer-f8e89f37.js +0 -1470
  1417. package/dist/cjs/function-extension-28a4d781.js +0 -2906
  1418. package/dist/cjs/image-annotation-action-8843adbf.js +0 -312
  1419. package/dist/cjs/language-extension-99c6fb40.js +0 -210
  1420. package/dist/cjs/public-rules-759c745b.js +0 -47
  1421. package/dist/cjs/range-0b597850.js +0 -178
  1422. package/dist/cjs/remote-invocation-registry-fc22fdd0.js +0 -65
  1423. package/dist/cjs/responsive-format-facade-1d9c13a9.js +0 -925
  1424. package/dist/cjs/rich-text-editor-required-rule-92d0640e.js +0 -64
  1425. package/dist/cjs/style-formatter-1daa8371.js +0 -34
  1426. package/dist/cjs/vega-rich-text-editor_4.cjs.entry.js +0 -4648
  1427. package/dist/esm/app-globals-fd4b7d97.js +0 -429
  1428. package/dist/esm/child-nodes-event-prevent-slimmer-76331524.js +0 -156
  1429. package/dist/esm/code-block-ecb4491b.js +0 -4416
  1430. package/dist/esm/component-value-history-controller-slimmer.abstract-5d618b88.js +0 -730
  1431. package/dist/esm/design-token-2d77e8f5.js +0 -389
  1432. package/dist/esm/dom-node-subject-observer-factory-dca87b70.js +0 -246
  1433. package/dist/esm/dto-renderer-manager-d862ae78.js +0 -3910
  1434. package/dist/esm/element-appender-slimmer-6791c332.js +0 -1468
  1435. package/dist/esm/event-emit-slimmer-4e28e9f8.js +0 -265
  1436. package/dist/esm/form-field-controller-slimmer-bf071b75.js +0 -1265
  1437. package/dist/esm/function-extension-8d39db56.js +0 -2887
  1438. package/dist/esm/image-annotation-action-d0af138c.js +0 -306
  1439. package/dist/esm/index-c943d263.js +0 -40
  1440. package/dist/esm/internal-vega-event-manager-516aa721.js +0 -482
  1441. package/dist/esm/language-extension-8f51f5ff.js +0 -207
  1442. package/dist/esm/public-rules-d10e76f4.js +0 -32
  1443. package/dist/esm/range-f7b9e2fb.js +0 -176
  1444. package/dist/esm/remote-invocation-registry-d69245c2.js +0 -63
  1445. package/dist/esm/responsive-format-facade-267935ae.js +0 -921
  1446. package/dist/esm/rich-text-editor-required-rule-774b822b.js +0 -62
  1447. package/dist/esm/string-input-formatter-slimmer-3acd240c.js +0 -228
  1448. package/dist/esm/style-formatter-3f88c491.js +0 -32
  1449. package/dist/esm/sub-state-notify-slimmer-56380f02.js +0 -79
  1450. package/dist/esm/sub-state-observer-slimmer-3504e2f2.js +0 -132
  1451. package/dist/esm/vega-internal-event-id-5c3e5f7f.js +0 -65
  1452. package/dist/esm/vega-rich-text-editor_4.entry.js +0 -4641
  1453. package/dist/vega/p-0cdb38d3.js +0 -1
  1454. package/dist/vega/p-0e5297b9.entry.js +0 -1
  1455. package/dist/vega/p-0f7dec29.entry.js +0 -1
  1456. package/dist/vega/p-0feceaac.entry.js +0 -1
  1457. package/dist/vega/p-115b42e6.entry.js +0 -1
  1458. package/dist/vega/p-1372b984.js +0 -1
  1459. package/dist/vega/p-1739a877.entry.js +0 -1
  1460. package/dist/vega/p-18e8c54a.entry.js +0 -1
  1461. package/dist/vega/p-1a59703b.entry.js +0 -1
  1462. package/dist/vega/p-1bb0c934.js +0 -1
  1463. package/dist/vega/p-1e92737c.entry.js +0 -1
  1464. package/dist/vega/p-1f26de89.js +0 -1
  1465. package/dist/vega/p-235bf01b.entry.js +0 -1
  1466. package/dist/vega/p-257ff60b.entry.js +0 -1
  1467. package/dist/vega/p-25a3fad7.entry.js +0 -1
  1468. package/dist/vega/p-2622f0a8.entry.js +0 -1
  1469. package/dist/vega/p-26c4f07c.entry.js +0 -1
  1470. package/dist/vega/p-2e6ce1e9.entry.js +0 -1
  1471. package/dist/vega/p-2ec7e020.entry.js +0 -1
  1472. package/dist/vega/p-2f09c6aa.js +0 -1
  1473. package/dist/vega/p-308aa2e3.js +0 -1
  1474. package/dist/vega/p-330c224f.entry.js +0 -1
  1475. package/dist/vega/p-33f3f306.js +0 -1
  1476. package/dist/vega/p-35252108.js +0 -1
  1477. package/dist/vega/p-35cd469a.entry.js +0 -1
  1478. package/dist/vega/p-366825fa.entry.js +0 -1
  1479. package/dist/vega/p-37020002.entry.js +0 -1
  1480. package/dist/vega/p-379f1b40.entry.js +0 -1
  1481. package/dist/vega/p-38cb2b40.js +0 -1
  1482. package/dist/vega/p-3c865f86.entry.js +0 -1
  1483. package/dist/vega/p-3e040167.entry.js +0 -1
  1484. package/dist/vega/p-447c7590.js +0 -1
  1485. package/dist/vega/p-4a467973.js +0 -1
  1486. package/dist/vega/p-4e13a26f.js +0 -1
  1487. package/dist/vega/p-52efaadb.entry.js +0 -1
  1488. package/dist/vega/p-54e56f0d.entry.js +0 -1
  1489. package/dist/vega/p-58769a72.entry.js +0 -1
  1490. package/dist/vega/p-5972c101.entry.js +0 -1
  1491. package/dist/vega/p-5d827fe5.js +0 -1
  1492. package/dist/vega/p-5e708ad5.entry.js +0 -1
  1493. package/dist/vega/p-61d9cdf9.entry.js +0 -1
  1494. package/dist/vega/p-652626b6.entry.js +0 -1
  1495. package/dist/vega/p-65a9af84.entry.js +0 -1
  1496. package/dist/vega/p-67eb405d.entry.js +0 -1
  1497. package/dist/vega/p-69aec6af.entry.js +0 -1
  1498. package/dist/vega/p-71ddccf2.entry.js +0 -1
  1499. package/dist/vega/p-75b5894f.entry.js +0 -1
  1500. package/dist/vega/p-77e64f26.js +0 -1
  1501. package/dist/vega/p-785d9ac3.entry.js +0 -1
  1502. package/dist/vega/p-796d840c.entry.js +0 -1
  1503. package/dist/vega/p-7a590741.entry.js +0 -1
  1504. package/dist/vega/p-7b42da4f.entry.js +0 -1
  1505. package/dist/vega/p-7c1d08db.entry.js +0 -1
  1506. package/dist/vega/p-8350506e.js +0 -1
  1507. package/dist/vega/p-85f9a980.js +0 -1
  1508. package/dist/vega/p-880569ec.entry.js +0 -1
  1509. package/dist/vega/p-8ac2f43f.entry.js +0 -1
  1510. package/dist/vega/p-8c6b6ad7.entry.js +0 -9
  1511. package/dist/vega/p-8ff96b8c.entry.js +0 -13
  1512. package/dist/vega/p-91d71ae9.entry.js +0 -1
  1513. package/dist/vega/p-9794fd88.entry.js +0 -1
  1514. package/dist/vega/p-98fb9eaa.entry.js +0 -1
  1515. package/dist/vega/p-9e59345f.entry.js +0 -1
  1516. package/dist/vega/p-a0467b83.js +0 -1
  1517. package/dist/vega/p-a630ce73.entry.js +0 -1
  1518. package/dist/vega/p-b27fcac4.entry.js +0 -1
  1519. package/dist/vega/p-b5ba0c11.js +0 -1
  1520. package/dist/vega/p-b8b9ed2c.js +0 -1
  1521. package/dist/vega/p-b9798158.js +0 -1
  1522. package/dist/vega/p-bcc396c2.entry.js +0 -1
  1523. package/dist/vega/p-bccee21e.js +0 -1
  1524. package/dist/vega/p-bfb86c3e.entry.js +0 -1
  1525. package/dist/vega/p-c0223a17.entry.js +0 -1
  1526. package/dist/vega/p-c224b44c.js +0 -1
  1527. package/dist/vega/p-c2f21426.entry.js +0 -1
  1528. package/dist/vega/p-c6ae78f2.entry.js +0 -1
  1529. package/dist/vega/p-cbabb07a.entry.js +0 -1
  1530. package/dist/vega/p-db57dddc.js +0 -1
  1531. package/dist/vega/p-dde03224.entry.js +0 -1
  1532. package/dist/vega/p-de97c6d9.js +0 -1
  1533. package/dist/vega/p-e6351dab.entry.js +0 -1
  1534. package/dist/vega/p-ea96635b.entry.js +0 -1
  1535. package/dist/vega/p-f21b893b.entry.js +0 -1
  1536. package/dist/vega/p-fb320b50.entry.js +0 -1
  1537. package/dist/vega/p-fde50319.js +0 -1
  1538. package/dist/vega/p-ff470366.entry.js +0 -1
@@ -0,0 +1,26 @@
1
+ <!doctype html>
2
+ <html dir="ltr" lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <title>Local App - Stencil Screenshot Visual Diff</title>
6
+ <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
7
+ <meta http-equiv="x-ua-compatible" content="IE=Edge">
8
+ <link href="../node_modules/@stencil/core/screenshot/compare/build/app.css" rel="stylesheet">
9
+ <script type="module" src="../node_modules/@stencil/core/screenshot/compare/build/app.esm.js"></script>
10
+ <script nomodule src="../node_modules/@stencil/core/screenshot/compare/build/app.js"></script>
11
+ <link rel="icon" type="image/x-icon" href="../node_modules/@stencil/core/screenshot/compare/assets/favicon.ico">
12
+ </head>
13
+ <body>
14
+ <script>
15
+ (function() {
16
+ var app = document.createElement('screenshot-compare');
17
+ app.appSrcUrl = '../node_modules/@stencil/core/screenshot/compare';
18
+ app.imagesUrl = 'images/';
19
+ app.jsonpUrl = '../.stencil/';
20
+ app.a = {"id":"20240726080111","message":"Build: 2024-07-26 08:01:11","appNamespace":"App","timestamp":1721980871918,"screenshots":[{"id":"1851b4ab","image":"e2a3a5bb4365d8f726c66cdd0502df93.png","userAgent":"default","desc":"#test should render as expected when set checked, checked","testPath":"./src/components/vega-radio/test/vega-radio.visual.e2e.ts","width":584,"height":48,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5f615bc3","image":"3ec93ead42526589356ac0b756d043ec.png","userAgent":"default","desc":"#test should render as expected when set col direction, col direction","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":154,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"60945dee","image":"e3aab7603407b6e1b444b0eac170a7ec.png","userAgent":"default","desc":"#test should render as expected when set disabled in dark, disabled in dark","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35673be3","image":"26e2f8a3530bb0e0ea2384f2bdc9a81a.png","userAgent":"default","desc":"#test should render as expected when set disabled, disabled","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"abcf9425","image":"25eeda071a6e8ec33338f621edfccce7.png","userAgent":"default","desc":"#test should render as expected when set label and hint, label and hint","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":190,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a409a872","image":"8ec5450454d067c364839f82e25a956d.png","userAgent":"default","desc":"#test should render as expected when set required in dark, required in dark","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"58970cad","image":"e9a4edf0d472871407e3de2a94491d38.png","userAgent":"default","desc":"#test should render as expected when set required, required","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"27b425e6","image":"6618ae614b5a59f18f1f9f627b81f0ba.png","userAgent":"default","desc":"#test should render as expected when set row direction, row direction","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ef200a8f","image":"eed96dc07ed46b9585a3fa2f9655268f.png","userAgent":"default","desc":"#test should render as expected when set size, size","testPath":"./src/components/vega-radio/test/vega-radio.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3db02122","image":"ee0321657e33c16d1cafb4124cc8b84e.png","userAgent":"default","desc":"#test should render radio group normal in mobile when set vega-flex-prop, vega-radio in mobile","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":113,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"27a9cb6b","image":"4ba5027ab476151e2ba4f16cade9a316.png","userAgent":"default","desc":"#test should render vega-radio with horizontal, vega-radio with horizontal","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":194,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9b7cf51e","image":"44caefac207b436ffeffdef86eaae21a.png","userAgent":"default","desc":"#test should render vega-radio with vertical, vega-radio with vertical","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":93.734375,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"10235272","image":"19f0f11a1678b49278906815b94aa63b.png","userAgent":"default","desc":"base Table should go to the target page when type in goTo, go to the target page","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":212,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"faea527d","image":"5eab49b89384ab1f74be37d4e905021a.png","userAgent":"default","desc":"base Table should re-render expand row when append new slot content to vega-table, source table re-render expand row","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":242,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67e6f874","image":"6548c65bf55806aa5acde87bc4d2017e.png","userAgent":"default","desc":"base Table should render a editable table with striped row, table with striped styles","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":234,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f3141135","image":"6188b93026521a32345a4319fb10271e.png","userAgent":"default","desc":"base Table should render a expandable table with striped and selected row, table with striped and selected row","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":285,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fadbf6f5","image":"8ae35388a8ed4604acc175b6953b1a12.png","userAgent":"default","desc":"base Table should render a table show custom empty description, able without show custom empty description","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8278e315","image":"1ab773baf811c86dcc3fd48c486b948e.png","userAgent":"default","desc":"base Table should render a table show empty description in dark mode , table without show empty description","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"69038f2f","image":"e0fad740e1ea1190ae5bafcc312b7345.png","userAgent":"default","desc":"base Table should render a table show empty description, table without show empty description","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47caef3c","image":"9d6ec965e5a23731bd189dfbb3c80e84.png","userAgent":"default","desc":"base Table should render a table with compact density, table with compact density","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":130,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1cca701e","image":"fb2756dae46b9f5078e264cd3419bb7f.png","userAgent":"default","desc":"base Table should render a table with divider in dark mode, table with divider","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"502ac07d","image":"706dfb70e1074e2aad57ab8526b0f360.png","userAgent":"default","desc":"base Table should render a table with divider, table with divider","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af4ac51d","image":"4946b39b68b5cf6879cab368a43dde2d.png","userAgent":"default","desc":"base Table should render a table with header cell vertical align middle, table with header cell vertical align middle","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e5ea5427","image":"4a5c84ab5b32f8b3652f31aca7f82547.png","userAgent":"default","desc":"base Table should render a table with multiple click, table with multiple click styles","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6197530a","image":"9d272894b4135cdb24bd6dd6d23dd421.png","userAgent":"default","desc":"base Table should render a table with pagination, table with pagination","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":182,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6126bb12","image":"34efd6c9f4e5031eeb8c1f1a51bd3eaa.png","userAgent":"default","desc":"base Table should render a table with relaxed density, table with relaxed density","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":250,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f4b67cd0","image":"2818dab1bc771c7ed5eb71d561228863.png","userAgent":"default","desc":"base Table should render a table with striped false in dark mode, table without striped styles in dark mode","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67cdb6e1","image":"e6dbee568bfdc18e352b077e374ff82f.png","userAgent":"default","desc":"base Table should render a table with striped false, source table with columns styles","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3a766969","image":"376d9c365f202b555efc6152eb4dbb7a.png","userAgent":"default","desc":"base Table should render a table with striped with click, table with striped and click styles","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"004faef1","image":"6bcde51c95aafa27fed83fd83b8f0397.png","userAgent":"default","desc":"base Table should render a table without show header, table without show header","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5c99eb23","image":"76dcdcc9887459636f81578fa8e72f0d.png","userAgent":"default","desc":"base Table should render as expected when columns have nest path, columns have nest path","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":104,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d2dc5df5","image":"9807fabc447e7dae30fbbe6754e02c0d.png","userAgent":"default","desc":"base Table should render expandable table with striped and selected normal in dark mode, table with striped and selected row","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":285,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d334d543","image":"4d3538775024b65cc11c656ee312bfb7.png","userAgent":"default","desc":"base Table should render head column long text word break when column set ellipsis in small screen, word break when column set ellipsis","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":182,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e7dca73c","image":"d2085cde486b22d26ed3ed7dd092ac67.png","userAgent":"default","desc":"base Table should render normal words break in table head cell and row cell, normal break words cell text","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":236,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c80aab26","image":"c31b279c27c044ff8023b74161774d65.png","userAgent":"default","desc":"base Table should render scrollable table on x-axis when head column text is too long without word space, scrollable table and not break the long text column","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":564,"height":198,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f1092c1","image":"fa793989f4717dd55b1c603086785688.png","userAgent":"default","desc":"base Table should render scrollable table on x-axis when there is too many columns in small screen, scrollable table with too many columns","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":254,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5dacdce9","image":"6e9e15b49f9bd7e2b60f666b85f4c3b7.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal in dark mode, vega-breadcrumb in dark mode","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"768a2a36","image":"d8291cc7ad6e1607c344ed2ed1368ea3.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when dropdown expanded not enough space, vega-breadcrumb with dropdown expanded not enough space","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9cbaa2c7","image":"6542deed80a8908b2ba2e40b482a5829.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when hover items, vega-breadcrumb hover style","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":564,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1930f531","image":"bea6a7939bf5c8f3034f9f36d3aa83a0.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when items is default, vega-breadcrumb default display","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"90e0d64d","image":"b74e84ef684b263e0390552911c7b630.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when max items greater than 4, vega-breadcrumb with max items greater than 4","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"857127e9","image":"b74e84ef684b263e0390552911c7b630.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when max items is none, vega-breadcrumb with max items is none","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0240e396","image":"b74e84ef684b263e0390552911c7b630.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when max items less than 4, vega-breadcrumb with max items less than 4","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"12f32cee","image":"69cdde73ed1979a49fa379514fb747ea.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when nest in flex , vega-breadcrumb with nest in flex","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"53dfaedd","image":"69cdde73ed1979a49fa379514fb747ea.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when set items, vega-breadcrumb default display","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4a7a94ba","image":"e302c8e4a9ea160a0a19968825d55dab.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when set max items, vega-breadcrumb max items display","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"eae7e2d6","image":"d43099f8107adb7d25c029fd861236c7.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when with tooltip in dark mode, vega-breadcrumb with tooltip in dark mode","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c0b2706e","image":"c6835996ac4b2b3f962a7c89245faa9e.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when with tooltip, vega-breadcrumb with tooltip","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc1b7ef3","image":"b43533c13c416aad326bc67d0f44929e.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal with only one label, vega-breadcrumb with only one label","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"491422b5","image":"ee2e3f6e90b8c2a479d187d5c33257d9.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal with TAB, vega-breadcrumb with TAB","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f7dec8ba","image":"16548b7507dad1afa018cf73f656e123.png","userAgent":"default","desc":"Basic Dropdown should render normal when search nonexistent word in dark mode, vega-dropdown when dark mode and focus in search input","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b80ada13","image":"9ee6d0e821a1f9c789514aef157a40ee.png","userAgent":"default","desc":"Basic Dropdown should render dropdown normal when change ResponsiveType window size in dark mode, vega-dropdown with ResponsiveType size in dark mode","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":100,"height":187,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8e81a09c","image":"70b41db21992f19bda5e6b0f70c1fc09.png","userAgent":"default","desc":"Basic Dropdown should render dropdown normal when click element,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":102,"height":138,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ac03fb6a","image":"30423ab0c5ce8c26a9b4e30fb4ad50b5.png","userAgent":"default","desc":"Basic Dropdown should render newline when label is too long,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c18a762c","image":"2e8755615c5b55dfeb5ced872b9b89f6.png","userAgent":"default","desc":"Basic Dropdown should render normal with match-target-width in default size, vega-dropdown with match-target-width in default size","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cf329bf3","image":"aa4abb72226bb8321d4b9258f9857b71.png","userAgent":"default","desc":"Basic Dropdown should render normal with match-target-width in large size, vega-dropdown with match-target-width in large size","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fab5bade","image":"a09b998ff83fe0c8ba190c43be2c8281.png","userAgent":"default","desc":"Basic Dropdown should render proper whole item in dropdown,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b38d1f95","image":"7e8b4c9c2ac796fd5c5c730a430ef2e4.png","userAgent":"default","desc":"Basic Dropdown should render scrollable dropdown list normal of source mode,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":206,"height":206,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"695359a8","image":"bed34ed4f9077f51952b51283f4b473b.png","userAgent":"default","desc":"Basic Table should render a table with strip and selected row, vega-table with strip selected row","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"99800b23","image":"7b89bf68bb12f5cee6947bd5af2520d7.png","userAgent":"default","desc":"Basic Table should render empty empty description when set the empty description, vega-table with set description","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b994d65f","image":"7c7593da4f5a9d04f800284023edb554.png","userAgent":"default","desc":"Basic Table should render empty empty description when there is no data source in dark mode, vega-table with no data source","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc9419a6","image":"7b05dd84aacb821c812f835a0580c001.png","userAgent":"default","desc":"Basic Table should render empty empty description when there is no data source, vega-table with no data source","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6ecc543a","image":"5b424b673e5f6814bbcc687a2f5ba7ff.png","userAgent":"default","desc":"Basic Table should render table with body children components and columns prop, vega-table with body children components and columns prop","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87928609","image":"2b8df5a2aa5bea6bb21551b1ea4a5fe3.png","userAgent":"default","desc":"Basic Table should render table with columnDivider and rowDivider prop true in dark mode, vega-table columnDivider and rowDivider prop in dark mode","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"58118192","image":"051edd1219d1ddca517459b788cc9d2b.png","userAgent":"default","desc":"Basic Table should render table with columnDivider and rowDivider prop true, vega-table columnDivider and rowDivider prop true","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b41ae3a1","image":"7b90db4c1dcaeed7cf71f5bae65d327a.png","userAgent":"default","desc":"Basic Table should render table with columns and showHeader props false, vega-table with showHeader false","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":126,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8f403a25","image":"0918181ef6fad9b51bbf411785719c7f.png","userAgent":"default","desc":"Basic Table should render table with custom width of the column, vega-table with body children components and columns prop","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"829baf3d","image":"4060b53b47c6e063d1770980ecb101b2.png","userAgent":"default","desc":"Basic Table should render table with density compact, vega-table with compact density","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":104,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"abf74a36","image":"363f015a5323e01c8f7c421607ba7a85.png","userAgent":"default","desc":"Basic Table should render table with density relaxed, vega-table with relaxed density","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6591a8a6","image":"b27ff00e501d23c43b509c1a0168ef39.png","userAgent":"default","desc":"Basic Table should render table with fixHeader and tooltip, vega-table with body children components and fixHeader and tooltip","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":106,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8db83690","image":"bfbf13672d796f88652747c1c627c225.png","userAgent":"default","desc":"Basic Table should render table with paddingX prop and text align, vega-table with paddingX","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c32240d1","image":"d95148fef77af3db17d99a9e6d582f37.png","userAgent":"default","desc":"Basic Table should render table with striped prop false, vega-table striped prop false","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a70b6375","image":"f8b36602184f5158860506fe64079c89.png","userAgent":"default","desc":"Basic Table should render table with striped prop true in dark mode, vega-table striped in dark mode","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5543149e","image":"9bdf5a8be0ecbe48e58b74552e4c5888.png","userAgent":"default","desc":"Complex Table should render table with rowSelection and rowExpandable and cell overflow ellipsis, rowSelection and rowExpandable","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":353,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"96e6a117","image":"2c532e1252a0775b10aed847a4f06e4a.png","userAgent":"default","desc":"Complex Table should render table with rowSelection and rowExpandable and cell overflow scroll, overflow set scroll","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":763,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"607b4bd1","image":"33519a891e6922542f2b3fc18ab26670.png","userAgent":"default","desc":"Custom Column Table should render custom column, vega-table with custom column","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":192,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"32b0fd16","image":"6a1e34197166e3475343c3ba9a4ce398.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with not enough array placement, vega-dropdown with not enough array placement","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":450,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67d5b75e","image":"7845c6559ae2b8cfa3eec51d52e628c1.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with bottom placement and center alignment , vega-dropdown with bottom and center","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"439f8d12","image":"db9207243bf814e40de5d4f04ca70316.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with bottom placement and end alignment, vega-dropdown with bottom and end","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0015c434","image":"e6d939c8648a17c13549f5f2adb346e7.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with bottom placement and start alignment, vega-dropdown with bottom and start","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"996b5680","image":"914841508f534fc579907f3ff4e94eda.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with center alignment, vega-dropdown with center alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fcc7e81a","image":"db9207243bf814e40de5d4f04ca70316.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with end alignment, vega-dropdown with end alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67a4ce14","image":"8f1c9b14d29c9264c5491f98fa9de9e8.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with not enough array alignment, vega-dropdown with not enough array alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":390,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"350c6500","image":"8ed1408bb2065b8a868349005c1f140d.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with not enough string alignment, vega-dropdown with string alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":254,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0fedff14","image":"e6d939c8648a17c13549f5f2adb346e7.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with start alignment, vega-dropdown with start alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"21c062af","image":"eb89e9322f47193680a195eedec9ca1f.png","userAgent":"default","desc":"Dropdown Position should render correct position of dropdown when set position-relative-to, vega-dropdown with position-relative-to","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"848d4cb2","image":"f3492d235f8072e4adf1060958453ee6.png","userAgent":"default","desc":"Dropdown Position should render correct position of slot dropdown when set position-relative-to, vega-dropdown with position-relative-to","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35e0c1b5","image":"b702cca4b4fe43f208a58f37e4a7d0c8.png","userAgent":"default","desc":"Dropdown Position should render dropdown fully in container when container space is enough and match-container-height is true, container has space enough when match-container-height is true","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3d76e741","image":"d3f2e40808a135432120eec842002667.png","userAgent":"default","desc":"Dropdown Position should render dropdown to correct position when set translocation, with translocation","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"30f366a6","image":"ec801a1f7ded7e4f72b3b83d56ef137b.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown in bottom of target in modal when bottom has enough space ,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bf7632cb","image":"faf67bf2491d228a3147ca1b197ce7c0.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown in top of target in modal when has not enough space in bottom,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b3898759","image":"396af4eab814a3a2dc1429581b3452b3.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown normal when open dropdown with selected-source-key in dark mode,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"777a618c","image":"44eaf11aa4495c9d8d76941a1254dcb0.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown normal when search existent key in dark mode, vega-dropdown when search existent key in dark mode","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0b5759c8","image":"a75a60a4aa5b275fd399051abf56d08e.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown normal when searchable is true, vega-dropdown when searchable is true","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"312a66c3","image":"d9df19d7691aa789d2a8bc95bf35da2c.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown with scroll in contain when container height less than source with match-container-height,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c58d696c","image":"7476eb8a4b6b6c21d7366cd7b839cd8e.png","userAgent":"default","desc":"Dropdown Searchable should render normal when have long menu label,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":620,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"66e045fd","image":"64174556b9d8b4d18b7b8cfd531987a7.png","userAgent":"default","desc":"Dropdown Searchable should render proper counter badge in dropdown,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cb02bf74","image":"af77365d82e0f07b3957f3c77dfa5810.png","userAgent":"default","desc":"Dropdown Searchable should search automatically after input when searchable is true , vega-dropdown when searchable is true and input search","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5d3a9423","image":"5b2591966426d8c77601565dfa914b5c.png","userAgent":"default","desc":"Dropdown Searchable should show newline style when group is longer than max-width,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"80fd8cf8","image":"3263cb4ecdc16ecec1cf03d96c1d83d1.png","userAgent":"default","desc":"Expandable Table should render a table with expanded and selected row in dark mode, vega-table with expanded row","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":253,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8dac98eb","image":"8e8f3e052eed01419d45167ec3d31705.png","userAgent":"default","desc":"Expandable Table should render a table with expanded and selected row, vega-table with expanded row","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":253,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"003fb076","image":"4d34a53adeaf6b96b5f910e0e57f91f7.png","userAgent":"default","desc":"Group Dropdown should render dropdown normal with group in dark, group in dark","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9ed46127","image":"6355a9180ed5c4dd8df56c9ead71b0c8.png","userAgent":"default","desc":"Group Dropdown should render dropdown normal with group, default group","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4052fe32","image":"b513f66c5fdbab3a28e7db1b23bfb8c2.png","userAgent":"default","desc":"Group Dropdown should render dropdown normal with multiple select in group, multiple select in group","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"32dfa148","image":"f4a592740204a611f064fd861eea879f.png","userAgent":"default","desc":"Group Dropdown should render dropdown normal with single select in group, single select in group","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a59c26ab","image":"b35f5b3650f7806ab3390e0ba67df1a4.png","userAgent":"default","desc":"Group Dropdown should render separator line normal when select-type to multiple, separator with multiple","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7367e094","image":"05395d74d64a1da223fb94b2874f2d66.png","userAgent":"default","desc":"Group Dropdown should render separator line normal when select-type to none, separator with none","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b2533a89","image":"fedb6514016e34df2fcb29eef107d385.png","userAgent":"default","desc":"Group Dropdown should render separator line normal when select-type to single, separator with single","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0c7f123e","image":"65147f30150f68dd99a34e3de9adb4a2.png","userAgent":"default","desc":"Selection Dropdown should render dropdown normal with multiple select in dark, multiple select in dark","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"66967567","image":"32009df7a0440dc1227d6c59fcdc22a8.png","userAgent":"default","desc":"Selection Dropdown should render dropdown normal with multiple select, multiple select","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"805d1843","image":"3221fe82f718cdb8d3a013e35e75d966.png","userAgent":"default","desc":"Selection Dropdown should render dropdown normal with single select and disabled, single select and disabled","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"429243c4","image":"3221fe82f718cdb8d3a013e35e75d966.png","userAgent":"default","desc":"Selection Dropdown should render dropdown normal with single select, single select","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ddc7554b","image":"428ec68c1c5771403f8939976018c14e.png","userAgent":"default","desc":"Selection Table should render table when select All, vega-table header rowSelection","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6e786d15","image":"c14ed538a5d1e19c581b8a480a410873.png","userAgent":"default","desc":"should get expect background color when set different type in mobile dark mode, vega-banner set different type in dark mode","testPath":"./src/components/vega-banner/test/vega-banner.visual.e2e.ts","width":359,"height":736,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c6e8f14","image":"5505895e66a4d80a8eb40be714de2da1.png","userAgent":"default","desc":"should get expect background color when set different type, vega-banner set different type in dark mode","testPath":"./src/components/vega-banner/test/vega-banner.visual.e2e.ts","width":584,"height":490,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"339deb3a","image":"7c8e1def6b12da12f07536140e2b88b3.png","userAgent":"default","desc":"should render vega-accordion with basic property should render as expected when both set accordion-title and slot, both set accordion-title and slot","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":304,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"56ea6bd0","image":"2c20e396014f9b12f047545579b878ca.png","userAgent":"default","desc":"should render vega-accordion with basic property should render as expected when set icon-position as center, vega-accordion set icon-position as center","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":304,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1967988d","image":"ee880fd8c1965895a4c79cf4c744feac.png","userAgent":"default","desc":"should render vega-accordion with basic property should render as expected when set icon-position as top, vega-accordion set icon-position as top","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":304,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c9e871f","image":"3d7ee9ac11ff5492525a094beaa220b1.png","userAgent":"default","desc":"should render vega-accordion with basic property should render as expected when title contains special symbol, title contains special symbol","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":304,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7186b7a5","image":"2aa7766d32787734fc8a534acc98bf77.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when click expand icon twice, vega-accordion without group id","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"157c09b5","image":"aa9b522302f4dd7150ecbfbb275320e6.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when not set group id, vega-accordion without group id","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":246,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"adfd3fcb","image":"e39ce053c84fc3a5528ac4b5641ac9cf.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set drawsBackground in dark mode, vega-accordion with drawsBackground in dark mode","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":264,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f5bc4c4","image":"94a53d14a1e5f3fcb2f22b91642dc2cb.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set drawsBackground in normal mode, vega-accordion with drawsBackground","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":264,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae64bc62","image":"e43a752514e8b393cb628520b605b584.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set expand icon align, vega-accordion collapsed with chevron on left","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":388,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b17c427b","image":"5aeed5c2ec2ca7b5ae286bae76bb6f72.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set group id, vega-accordion with group id","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":222,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"296a065a","image":"f14f173c0407db4e2e0d465809e3035f.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set long text content of accordion-content, vega-accordion without group id","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"84c5579e","image":"f1c37fd272da405acfb07e2bcd9e2e86.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when show-expand-icon set false, vega-accordion when show-expand-icon set false","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4cc4a691","image":"69c6368a387225497235ea4cabbbe05d.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion, vega-accordion default states","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":142,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"532b7912","image":"bb551e3ba230869e0f7f74597ebdc929.png","userAgent":"default","desc":"should render vega-button-circle basic property should render as expected when set label, label","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"73baddc7","image":"e2c01035d03336301a1d9b296c8d9ab3.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when have line-height defined in outer, vega-button-circle when have line-height defined in outer","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":40,"height":43,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"387fa3b4","image":"f3e92ee96aa91f49801ea4202f6081ac.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set danger and disabled, danger and disabled","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"611f8dfa","image":"1d1444203dac3cbe71c951d381126d03.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set danger, danger","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"12909cc7","image":"f3e92ee96aa91f49801ea4202f6081ac.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set disabled, disabled","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5192366c","image":"0ee82b520727d5a484ae47df46170f6b.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set size, size","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b2abcdfc","image":"ed32af8a6de2ef712782d8c700d5ea9c.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set variant, variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":40,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"efb0007f","image":"b4b41ceb35d80f9f629859558b75b19e.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle pressed with danger secondary variant, vega-button-circle pressed with danger secondary variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"66a7a358","image":"b16111054dc7e5c31d822180d54ea0e6.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with danger icon-only variant, vega-button-circle pressed with danger icon-only variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6b0a2763","image":"e5ade203143dc82491aa076121660e52.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with danger primary variant, pressed with danger primary variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f1d3c091","image":"0545ef2f0796fa5f1d878254825adaf4.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with icon-only variant, pressed with icon-only variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"be39d8b9","image":"9554d90e572ac282fec64cefe1d65eae.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with primary variant, vega-button-circle pressed with primary variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bee9f92b","image":"dfd25ea8862f0ef09292b87930278f8b.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with secondary variant, vega-button-circle pressed with secondary variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e2f5be92","image":"cc690d6b70d361022b64cfd7e15aced7.png","userAgent":"default","desc":"should render vega-button-circle when in dark mode should render vega-button-circle when set danger and disabled in dark, danger and disabled","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bbf89087","image":"909185691877d3ab730fbc98e563b5cc.png","userAgent":"default","desc":"should render vega-button-circle when in dark mode should render vega-button-circle when set danger in dark, danger","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ad9d0c41","image":"cc690d6b70d361022b64cfd7e15aced7.png","userAgent":"default","desc":"should render vega-button-circle when in dark mode should render vega-button-circle when set disabled in dark, disabled","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"136be31c","image":"c76344aa17e7856258e6a7aba903caab.png","userAgent":"default","desc":"should render vega-button-circle when in dark mode should render vega-button-circle when set variant in dark mode, variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":40,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a0d3dfee","image":"9a5b6ff3d85a26850b93d3129de94bbc.png","userAgent":"default","desc":"should render vega-button-link basic property should render as expected when set label, label","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fe1c4c8a","image":"3079876e71da7c207489af4b38314ca3.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when focus on it, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1b2ea956","image":"5ebfae0149ca72238011292fa3e486cb.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when hover on it, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e6fd19f","image":"5436543a753e26c1c2224e9b8ed3f30c.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set danger, danger","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8f1f3d33","image":"439f69b339c6f6ca820a4b62382ca877.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set disabled and danger, disabled and danger","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c6038e5","image":"a9a1de0b8dd7b6ccab5b47f73dd7f842.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set disabled, disabled","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"26fc36a3","image":"f02927c03369f309483a9c4ddf1dd918.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set icon-align, icon-align","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"befbf465","image":"1dac4a7712234a30253ab6f9160d50a6.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set icon-type, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cc670703","image":"d6242fd259465d2ba316d672684afcf7.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render as expected when set label in dark, label","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3f3e691a","image":"ddcd258c6ad4c8489c1b51df313691e9.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when focus on it in dark, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b60beced","image":"0b462aed27368fadffaf4042b4bf124f.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when hover on it in dark, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8780e988","image":"8b7cd1fafd046cdd7200189a3a8e424f.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when set danger in dark, danger","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fd3067e4","image":"080f0f2d3f06372a9302e80f14aeb74e.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when set disabled and danger in dark, disabled and danger","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"777e6c1a","image":"a19c2ba30b43cb891f2536ebda33b5b9.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when set disabled in dark, disabled","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3bf59a09","image":"fe4603d37d7b7abc55ebda66bb81b8d9.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when set icon-type in dark, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6e34d358","image":"5aa02d6e18a0fa7b46ad23263f5372f9.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render day vega-calendar normal when set view-mode and scroll to the bottom in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4e368ee6","image":"97e8a0e95dcff699c46f9b1b88b87d8a.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render day vega-calendar normal when set view-mode in large screen in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ac141e3","image":"065795600809ccab42d0f13ba71eb633.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render disabled event normal in month view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"280a3c8e","image":"1ebaf53fb8db94bb9a8154e86a3e5ed2.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render disabled hour normal in day view-mode when set variant is primary secondary or tertiary in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"64ab570d","image":"6478d52ea2380b15c4b549d9a1f77bac.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render disabled hour normal in month view-mode when set variant is primary secondary or tertiary in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0f34c10f","image":"2d76b6c335af030ecc073359d3565529.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render disabled hour normal in week view-mode when set variant is primary secondary or tertiary in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"00985f6c","image":"8252196c9f384ba181cc026acd29d928.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render event normal in day view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5c040a6a","image":"065795600809ccab42d0f13ba71eb633.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render event normal in month view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"76a6772a","image":"073d4f053baf4c24d6af8de20eeae2aa.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render event normal in week view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2b1ff59f","image":"8e4e5baa65c536003c41d48d4a9d468c.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render limit height month vega-calendar normal when set view-mode in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":330,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b682cfe7","image":"f692554ff308ca1cd0fbe7a22b3b22ca.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render month vega-calendar normal when set view-mode in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dd1937cd","image":"3ff96bd3c1034fe2a3af47eb4f729eeb.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render month vega-calendar normal when set view-mode in large screen in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"310f0e01","image":"e1e5fe1fd5d6ee275513f269c86d6305.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render scroll bar normal of month vega-calendar in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":330,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2054dc74","image":"6ecd70c7e06430c86fd514a412dcc6f4.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render specific time event normal in day view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1faa4329","image":"32b3faa4eb5356a1ac8b30c722b7f282.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render specific time event normal in week view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c07053f","image":"a56c0004f5f488bc5f4f8812479ff919.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render startDate normal in month view-mode when set startDate is new Date(2024,7,2) in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"27b78e84","image":"abb03b840550301215bf11bcfc214de4.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render week vega-calendar normal when set view-mode and scroll to the bottom in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc1d4ac5","image":"58cd807e8212d20223020a0c6404765b.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render week vega-calendar normal when set view-mode in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d71a776a","image":"58cd807e8212d20223020a0c6404765b.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render week vega-calendar normal when set view-mode in large screen in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c7d54e7c","image":"9e08fce5233bbc69e681eb1ef349acc0.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render weekly event normal in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e688c564","image":"1ec0c1febc3f0dd1786eea003e0dee38.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should show left align popover event normal in month view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"83812d3e","image":"e874c84e2c3efc6531e1ed444ef48e0c.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should show previous month event normal in month view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"05b1bdb0","image":"bedd63152750246fbfff2f3b8694840a.png","userAgent":"default","desc":"should render vega-calendar event normal should render disabled event normal in month view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dafeb83e","image":"d6069a71d1cf53673964d866460d32c8.png","userAgent":"default","desc":"should render vega-calendar event normal should render disabled hour normal in day view-mode when set variant is primary secondary or tertiary, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6fe5a424","image":"9d3806b2870669edff4fea8574250bf7.png","userAgent":"default","desc":"should render vega-calendar event normal should render disabled hour normal in month view-mode when set variant is primary secondary or tertiary, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"86ef485e","image":"a267c84cc70ffcfd9f9098872b4d0e33.png","userAgent":"default","desc":"should render vega-calendar event normal should render disabled hour normal in week view-mode when set variant is primary secondary or tertiary, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"03ee7a39","image":"fad9c13edad825e537ef70d1f5ac9ffc.png","userAgent":"default","desc":"should render vega-calendar event normal should render event hover style normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":1020,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c03c814","image":"9f3bdce5cba7a4c333f3e4e32697ed1e.png","userAgent":"default","desc":"should render vega-calendar event normal should render event normal in day view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2dfaded6","image":"bedd63152750246fbfff2f3b8694840a.png","userAgent":"default","desc":"should render vega-calendar event normal should render event normal in month view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87925a7b","image":"e35d22101819324c038cd263e9c8f518.png","userAgent":"default","desc":"should render vega-calendar event normal should render event normal in week view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7b9846c0","image":"2f2a4fe573c824c9c651ae5fb24e26f6.png","userAgent":"default","desc":"should render vega-calendar event normal should render long time interval event normal in day view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2e1f3368","image":"cba574213771f455a9bd90fdd5711b82.png","userAgent":"default","desc":"should render vega-calendar event normal should render long time interval event normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"54f43890","image":"2efe3ccdf954982fb10f12ceb79cc902.png","userAgent":"default","desc":"should render vega-calendar event normal should render long time interval event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc32ae36","image":"d8560f2f2aeb2cf5601aac513f502b55.png","userAgent":"default","desc":"should render vega-calendar event normal should render long title event normal in day view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"39b44b64","image":"cba574213771f455a9bd90fdd5711b82.png","userAgent":"default","desc":"should render vega-calendar event normal should render long title event normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"14c43518","image":"d6c65a3c2f45d3f68984a0be5f3490bb.png","userAgent":"default","desc":"should render vega-calendar event normal should render long title event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"52cbeacb","image":"e888e0e6d4a78e02b76328fa84356ca8.png","userAgent":"default","desc":"should render vega-calendar event normal should render month vega-calendar normal when nested in modal, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":820,"height":658,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aaadcc1f","image":"0fe5e32a6e5d62baa9eb9e9ef32b8ac0.png","userAgent":"default","desc":"should render vega-calendar event normal should render one quarter event normal in day view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7cbaa422","image":"cba574213771f455a9bd90fdd5711b82.png","userAgent":"default","desc":"should render vega-calendar event normal should render one quarter event normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1da59abf","image":"590d2d0fa1c7e1204816f4badda94716.png","userAgent":"default","desc":"should render vega-calendar event normal should render one quarter event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b03c6c34","image":"ce3c54aab036c6395dd8817abc6acfc6.png","userAgent":"default","desc":"should render vega-calendar event normal should render specific time event normal in day view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2d12ff51","image":"3c101349056155ee16f6d40d67566bb2.png","userAgent":"default","desc":"should render vega-calendar event normal should render specific time event normal in week view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e600a08c","image":"11809d0dd4f56bd7e75c1ee424ea6049.png","userAgent":"default","desc":"should render vega-calendar event normal should render startDate normal in month view-mode when set startDate is new Date(2024,7,2), label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d7f8f012","image":"d8560f2f2aeb2cf5601aac513f502b55.png","userAgent":"default","desc":"should render vega-calendar event normal should render weekly event normal in day view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d5fc0438","image":"3666d49f301336a1d92abe8c48811dd0.png","userAgent":"default","desc":"should render vega-calendar event normal should render weekly event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cd07d59f","image":"9997cd9e92d50b13a900ecb22fc74e83.png","userAgent":"default","desc":"should render vega-calendar event normal should render weekly event normal, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f309986","image":"d6f1781682597261b255669cebe81e42.png","userAgent":"default","desc":"should render vega-calendar event normal should show left align popover event normal in month view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"76868d89","image":"d055162ca44e10714f581c72517de67a.png","userAgent":"default","desc":"should render vega-calendar event normal should show previous month event normal in month view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"de6e28a1","image":"fd92b9e1229dbd6160436f5b92cd21b0.png","userAgent":"default","desc":"should render vega-calendar group event normal should render cross week group event sorting normal in day view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d6a5db6a","image":"4cf7eb7fbbfcbad4194ef321b793a243.png","userAgent":"default","desc":"should render vega-calendar group event normal should render cross week group event sorting normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"253ac73d","image":"d32bdba3c211974c488f05e49fdbd38e.png","userAgent":"default","desc":"should render vega-calendar group event normal should render cross week group event sorting normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"21185234","image":"e83fb6530e1c56b78ecf6b7ecf9093b4.png","userAgent":"default","desc":"should render vega-calendar group event normal should render event normal in day view-mode in 12-hour, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b2586c1f","image":"70bdf7355dba6c76a2d79bde106e6d1d.png","userAgent":"default","desc":"should render vega-calendar group event normal should render event normal in month view-mode in 12-hour, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"07d03cf4","image":"7b6676b606f3fd4fa89d824c97473517.png","userAgent":"default","desc":"should render vega-calendar group event normal should render event normal in week view-mode in 12-hour, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5a3903ae","image":"52cfe294a3f7300731ce4dbe4717bdea.png","userAgent":"default","desc":"should render vega-calendar group event normal should render group event normal in day view-mode when set same start time, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"979cd53b","image":"e716cb5e49fdadf37afefab471babf94.png","userAgent":"default","desc":"should render vega-calendar group event normal should render group event normal in week view-mode when set same start time, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"117f44b8","image":"b651f7f296cf9f30e419d94a8c4895cf.png","userAgent":"default","desc":"should render vega-calendar group event normal should render group event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fef59338","image":"13b9e970f1e6fc8dde0c10722f66bb73.png","userAgent":"default","desc":"should render vega-calendar group event normal should render group event popover normal in month view-mode when set same start time, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1fc6ffec","image":"133df50a253039a25dc23c11be89ceb7.png","userAgent":"default","desc":"should render vega-calendar group event normal should render non time set event normal in day view-mode in 12-hour, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ea1cb164","image":"93f5b096a1eb89744a98d090479f90c9.png","userAgent":"default","desc":"should render vega-calendar group event normal should render previous month group event normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"714a4fa1","image":"69b579e4e3d21f8d7c6bb64fa7dec383.png","userAgent":"default","desc":"should render vega-calendar group event normal should render the second popover of group event normal in month view-mode when set same start time, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a0993fe0","image":"706755c17ed932b4bef33524f6daa4f5.png","userAgent":"default","desc":"should render vega-calendar group event normal should render the second week group event sorting normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cad03fb0","image":"e9690ff4793f30325dfc007d07f11515.png","userAgent":"default","desc":"should render vega-calendar normal should render day vega-calendar normal when set view-mode and scroll to the bottom, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f793cf8b","image":"ad74bf7ecefe38d32f843eac59d05bcf.png","userAgent":"default","desc":"should render vega-calendar normal should render day vega-calendar normal when set view-mode in large screen, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc9563a9","image":"c2a8fd8eb01504bdf199bc631948fd65.png","userAgent":"default","desc":"should render vega-calendar normal should render limit height month vega-calendar normal when set view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":330,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab8da907","image":"459214ef33a21425f776796767256e3c.png","userAgent":"default","desc":"should render vega-calendar normal should render month vega-calendar normal when set view-mode in large screen, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d01d1e7f","image":"f5a634ee1f8883b9a9910709b1a70dd9.png","userAgent":"default","desc":"should render vega-calendar normal should render month vega-calendar normal when set view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e33dac88","image":"da3533dfa11d516896891b192864e447.png","userAgent":"default","desc":"should render vega-calendar normal should render scroll bar normal of month vega-calendar, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":330,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f9d6c1df","image":"df8a111e64e1601833438a267e53d53e.png","userAgent":"default","desc":"should render vega-calendar normal should render week vega-calendar normal when set view-mode and scroll to the bottom, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"760243a2","image":"c45a7afc0498379e5b620ff4394e1759.png","userAgent":"default","desc":"should render vega-calendar normal should render week vega-calendar normal when set view-mode in large screen, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a75720db","image":"c45a7afc0498379e5b620ff4394e1759.png","userAgent":"default","desc":"should render vega-calendar normal should render week vega-calendar normal when set view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9b2f3c93","image":"3bfdd784ff28564271d8067439c72fb2.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render as expected when set size, vega-checkbox default state","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ca57cf99","image":"c1a6e457a74e6f1e39d8056a575c6b61.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when click checkbox, vega-checkbox when focus with checked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ff4680d","image":"10dc76469583d7bb071c415b4c2500f5.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when click checkbox, vega-checkbox when set checked as false","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dcd5784b","image":"d9d48b2652b1aec6a09d29ff489a2559.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when disabled with checked in dark mode, vega-checkbox when disabled with checked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"54d7cc49","image":"7c82ecbc586641289f31f0cc27b017cd.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when disabled with checked, vega-checkbox when disabled with checked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"60ad4d16","image":"7c82ecbc586641289f31f0cc27b017cd.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when disabled with unchecked, vega-checkbox when disabled with unchecked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"599b52c3","image":"ca32c8781f959efc16e24eeda14cc2d5.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when focus with unchecked, vega-checkbox when focus with unchecked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fb8ffacb","image":"7c916534306207f114d952bfe9340e5e.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when in text align center container, vega-checkbox in text align center container","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":44,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d77d5a8e","image":"f1d9cb85975d8f2259098078a9801e0f.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with checked and then click the checkbox again, vega-checkbox with checked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"977fc364","image":"540524e243acf3f3f5bfa8c392ffba52.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with checked and then click the checkbox again, vega-checkbox with checked and then click","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ac5cf87e","image":"bb6a7307e19bf9e4c588df181c01cf82.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with checked in dark mode, vega-checkbox with checked in dark mode","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c6af6989","image":"5cb10edf424ba13d586e83e60ac14a2d.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with required on mobile mode, vega-checkbox with required","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":359,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c07586b8","image":"1acd824e815dd8290f73aa3eac0e9aa7.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with required, vega-checkbox with required","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dd685176","image":"afc1be11da46a18bb8982a85c65fb4b0.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with unchecked, vega-checkbox with unchecked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"59672db1","image":"7da3d1c71e1e4b088f77e751a940b6a2.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox, vega-checkbox default state","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":44,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"25fadf47","image":"81c89f3dbeafdd793458d9339c7c607b.png","userAgent":"default","desc":"should show full filled container width when nested in flex and modal, vega-banner nested in flex and modal","testPath":"./src/components/vega-banner/test/vega-banner.visual.e2e.ts","width":772,"height":114,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e87dd849","image":"4abedbcd1f3c2b3cb5af44393cc4edd3.png","userAgent":"default","desc":"Slot Dropdown should align item in template dropdown when set prefixIconSlot as true,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"086e264b","image":"a1c13afc2158133f6f248eeec0c213c9.png","userAgent":"default","desc":"Slot Dropdown should not align item in template dropdown when set prefixIconSlot as false ,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2acb9a0f","image":"70a28845b5c345c56575b55667b70da1.png","userAgent":"default","desc":"Slot Dropdown should render dropdown list loading style normal, select-type to none by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"871532a6","image":"69995300e1755ca4f61767ebb603e28d.png","userAgent":"default","desc":"Slot Dropdown should render dropdown list on the top layer,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":473,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47bb11a1","image":"42ed1e77d86bf5e0d7a8f90acf2ab6b2.png","userAgent":"default","desc":"Slot Dropdown should render dropdown normal with default template in dark mode, default template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c803f6e1","image":"a1c13afc2158133f6f248eeec0c213c9.png","userAgent":"default","desc":"Slot Dropdown should render dropdown normal with default template, default template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fedcbae2","image":"32009df7a0440dc1227d6c59fcdc22a8.png","userAgent":"default","desc":"Slot Dropdown should render dropdown normal with multiple select template, multiple select template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"48e88e08","image":"cb4e5d44970f3d22cfd664c95d5c23c6.png","userAgent":"default","desc":"Slot Dropdown should render dropdown normal with single select template, single select template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3ad67ae8","image":"317b0753146b2d6c57ef618e2d6c9aff.png","userAgent":"default","desc":"Slot Dropdown should render ellipsis style dropdown list normal, select-type to none by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":150,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5626116b","image":"fb0bba6fa80d2f1d58b9fe1a3cae80fd.png","userAgent":"default","desc":"Slot Dropdown should render nested date-picker normal in slot dropdown,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":473,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"17c5f0e4","image":"69995300e1755ca4f61767ebb603e28d.png","userAgent":"default","desc":"Slot Dropdown should render nested elements normal in slot dropdown,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":473,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ebc2b30c","image":"9da4037f79a0f2ad50f8adc04687eb12.png","userAgent":"default","desc":"Slot Dropdown should render newline style dropdown list normal, select-type to none by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":150,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"855bc99d","image":"2517969a2f9a119f248ef574ce68957a.png","userAgent":"default","desc":"Slot Dropdown should render scrollable dropdown list normal,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":473,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"45a86920","image":"1a6407989995cf5d9451432c30bd8af5.png","userAgent":"default","desc":"Slot Dropdown should render separator line normal when select-type to multiple by template, select-type to multiple by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae7ede4c","image":"4ac246764de2e6eaea78d1eee8fa0680.png","userAgent":"default","desc":"Slot Dropdown should render separator line normal when select-type to none by template, select-type to none by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"79b0ab46","image":"3598a332200dbe7f32ab86015e6cd61e.png","userAgent":"default","desc":"Slot Dropdown should render separator line normal when select-type to single by template, select-type to single by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87f9d9bb","image":"c4bd15f6119ec6a9f86c7311605b8e9a.png","userAgent":"default","desc":"Slot Dropdown should render slot dropdown in modal,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":480,"height":424,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"75e86f13","image":"2694ff3a617c6cf218bdd37a19c83b8a.png","userAgent":"default","desc":"Slot Dropdown should render slot dropdown to correct position when set translocation, with translocation","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2710feb5","image":"01a0575c0db1270ea83316b5c6c20601.png","userAgent":"default","desc":"vega-app-footer should render as expected when set additionalLinks, additionalLinks","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":82,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a5589522","image":"b9b032bae3f927fc7492af0717480a7c.png","userAgent":"default","desc":"vega-app-footer should render as expected when set content, content","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":82,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dd04bdbf","image":"68b78b4cec15c23fa5e7d0148bead95f.png","userAgent":"default","desc":"vega-app-footer should render as expected when set hide-default-links, hide-default-links","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2d7f24e4","image":"bc812929e7194062888770b42ea680fa.png","userAgent":"default","desc":"vega-app-footer should render as expected when set show-disclaimer in dark, show-disclaimer in dark","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":171,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50cb326d","image":"f0ca029abc93f4e8105da3e5ab56e1c4.png","userAgent":"default","desc":"vega-app-footer should render as expected when set show-disclaimer, show-disclaimer","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":171,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5f28ac24","image":"e6709d9c191735263eb3b486e7a72f85.png","userAgent":"default","desc":"vega-app-header-button profile type should render normal when configured the VegaAppHeaderButtonDropdownConfig, app header dropdown config","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"db48045d","image":"70be87330902c743947ed9e77285f871.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button when set size, size","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7a1df5bc","image":"675177ec55467292992f6c641b44352e.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar and label in dark, avatar and label in dark","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":180,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8c77d3ee","image":"f44444b4e7bcd9cc38987cfbca3c88bc.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar and label, avatar and label","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":228,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3eb3488a","image":"8375d9df6b63faa9f30eda79e8c80a83.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar only, avatar only","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dae543fb","image":"4b49f29e64109f5d844bae574d9368e9.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar postion without menu, avatar postion without menu","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"71bab6c1","image":"65be34b043114b668dad4ce359310ad3.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar postion, avatar postion","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5e0f4deb","image":"e3805efcd137ad98512fa1c3f8d54a1d.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with icon only expanded, icon only expanded","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"38b62680","image":"f9145ef284d04f6336229ff666af70e3.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with icon right expanded menu, avatar postion","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08056df2","image":"322755f4d634ab3e62663c98413cf4bb.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with selected in dark, avatar and label in dark","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d04e4934","image":"f4d48a8d20e7217ab3bd4eb920e2e90b.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with selected, avatar and label in dark","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f31d99ee","image":"b3f19d58a18bfd34f92764ec41877c3c.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with show-border, show-border","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":584,"height":74,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4e1d3634","image":"2239056187956d81a9a7a3ff086123ec.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with show-label, show-label","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0013791a","image":"b6d2d0f7d50094fd163351d07a5e9251.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with show-menu-arrow-icon, show-menu-arrow-icon","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"decbfd60","image":"4d9140a7a2defdf17daec4df653cccb8.png","userAgent":"default","desc":"vega-bar-chart with horizontal style should render chart with correct style, vega-bar-chart default horizontal","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":500,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"524b6b88","image":"a59e098a82b3b2b4a8e6e6e0ae9a82ee.png","userAgent":"default","desc":"vega-bar-chart with horizontal style should render chart with have max value, vega-bar-chart with max value","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87432f0a","image":"7daca2b5b705d27e8d5090f7dbb8acac.png","userAgent":"default","desc":"vega-bar-chart with horizontal style should render chart with margin, vega-bar-chart with margin","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"11721ca0","image":"8d8c786a27f502d297333e0f65e5fe7e.png","userAgent":"default","desc":"vega-bar-chart with horizontal style should render chart with negative value in horizontal, vega-bar-chart negative horizontal","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af6672be","image":"48812bb1c24cf4529f36152c045aefe4.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart mobile style normal in modal, vega-bar-chart default state","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ea586fd8","image":"076e14b0ccac0c02052e66256be50d47.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart normal nested in grid and tab-group, vega-bar-chart default horizontal","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":1008,"height":282,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc87a801","image":"b63069789fa7ac11755ea759d30a64a5.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart with change dataSource, vega-bar-chart default state","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c397f45","image":"4708081357611e1ad1adb36ea5f91ebe.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart with dark mode, vega-bar-chart with dark mode","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6df79e97","image":"791f88fcb8a69681a876b21c6059e038.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart with negative value, vega-bar-chart with negative","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae017e17","image":"b85b4a6d8172ec3d4fe3875d1d5be438.png","userAgent":"default","desc":"vega-box set display with different value should render normal when set display with different value for vega-box, vega-box set display with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":54,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"81cb2a55","image":"9fa64b6dd5e2432e5ac5be0125de88c5.png","userAgent":"default","desc":"vega-box set display with different value should render normal when set display with inline-block value for vega-box, vega-box set display with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":450,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5e7308d7","image":"4c007d54467c97735191d53b1b89700a.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with different value for vega-box nest in vega-box both nest in vega-flex, vega-box display normal when set vega-box nest in vega-box both nest in vega-flex","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"83b53c14","image":"ebea496ec420dde6eb11929ef25c9d4e.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with different value for vega-box nested in vega-flex, vega-box display when set alignSelf with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":500,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"521b080c","image":"976ebf4299d8ca702219b1e74419f704.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with different value for vega-box nested in vega-grid, vega-box display when set alignSelf with different value in vega-grid","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d1f49667","image":"85d83f9f94a1adc9dcb60e0c13db29c1.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-flex, vega-box with alignSelf ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ad26506","image":"c7de1a12552658b7fe3ce32a7f7ffb3e.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-flex, vega-box with alignSelf ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"42a400b3","image":"0528ddc76f74747fa440e96db6907a43.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-flex, vega-box with alignSelf ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"761d0159","image":"bc69c3fc828d0ccd43620f5d7789f687.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-grid, vega-box with alignSelf ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"64638ba0","image":"953979d501129c69e5cc0e1fd9acedf9.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-grid, vega-box with alignSelf ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c067c9e4","image":"8f5f36e9fcfb73d98fc44d844ead6bcd.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-grid, vega-box with alignSelf ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"79e3b85e","image":"e9f7a5fc6028e6009408ba7587604837.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with different value for vega-box nested in vega-flex in dark mode, vega-box display when set flex in dark mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":350,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"abe8dfdf","image":"e9f7a5fc6028e6009408ba7587604837.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with different value for vega-box nested in vega-flex, vega-box display when set flex with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":350,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"336f0b18","image":"329d69f11e6409b7e7855c3e576057f6.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with ResponsiveType for vega-box nested in vega-flex, vega-box with flex ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a25f90b3","image":"091c16a1900c15eaf442677f7b7712a4.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with ResponsiveType for vega-box nested in vega-flex, vega-box with flex ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"82845226","image":"52525fe087784b1fdffe1cfc03eed02d.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with ResponsiveType for vega-box nested in vega-flex, vega-box with flex ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"62a6efd4","image":"343327cf17cc3b6a5e451c4d86577491.png","userAgent":"default","desc":"vega-box with flexBasis should render normal when set flexBasis with content for vega-box nested in vega-flex, vega-box display when set flexBasis with content display","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c3fbbeaf","image":"ec06a26e681c9d07ecb4aa29d4e551f4.png","userAgent":"default","desc":"vega-box with flexBasis should render normal when set flexBasis with different value and same value for flex-grow for vega-box nested in vega-flex, vega-box display when set flexBasis with 100px","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2104e8ad","image":"08cfa8c87053192e64e3b0b448d0dfaa.png","userAgent":"default","desc":"vega-box with flexBasis should render normal when set flexBasis with min-content and max-content for vega-box nested in vega-flex, vega-box display when set flexBasis with min-content and max-content","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"38f7d51a","image":"b141a65b0038d524dd290c00eddace3d.png","userAgent":"default","desc":"vega-box with flexGrow should render normal when set flexGrow with different value for vega-box nested in vega-flex, vega-box display when set flexGrow with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"478a1fdc","image":"7329d3d684fa7430845616c496c3e3d5.png","userAgent":"default","desc":"vega-box with flexGrow should render normal when set flexGrow with ResponsiveType for vega-box nested in vega-flex, vega-box with flexGrow ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"392a30d9","image":"b468a14b6c8e54db94b61c71b9662af0.png","userAgent":"default","desc":"vega-box with flexGrow should render normal when set flexGrow with ResponsiveType for vega-box nested in vega-flex, vega-box with flexGrow ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"282452e0","image":"14b81ce49feb5c4033d2b6bf9ce8b584.png","userAgent":"default","desc":"vega-box with flexGrow should render normal when set flexGrow with ResponsiveType for vega-box nested in vega-flex, vega-box with flexGrow ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"80158e44","image":"257aafcb25e5c45c1fdb794c500845af.png","userAgent":"default","desc":"vega-box with flexShrink should render normal when set flexShrink with different value for vega-box nested in vega-flex, vega-box display when set flexShrink with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":350,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"93fde60c","image":"e2d8e8137e7670d15c4607f1d656477f.png","userAgent":"default","desc":"vega-box with flexShrink should render normal when set flexShrink with ResponsiveType for vega-box nested in vega-flex, vega-box with flexShrink ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2a2c935f","image":"04eef932b78ca112212112ce585f27ab.png","userAgent":"default","desc":"vega-box with flexShrink should render normal when set flexShrink with ResponsiveType for vega-box nested in vega-flex, vega-box with flexShrink ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1c9b06ea","image":"6289549bdd1f3ba4ee0ffa76fa3a8636.png","userAgent":"default","desc":"vega-box with flexShrink should render normal when set flexShrink with ResponsiveType for vega-box nested in vega-flex, vega-box with flexShrink ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cbf69626","image":"906cf5fcfc43ec7f7a1743b1fbba08d0.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render gridArea value when both set gridColumn gridRow and gridArea for vega-box nested in vega-grid, vega-box display when both set girdArea gridColumn and gridRow","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fdcf39aa","image":"855d767000e9a4a272a2e753628a8474.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdArea value as ResponsiveType for vega-box nested in vega-grid, vega-box display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3a265282","image":"0d7e570e1a0f76d5114975280c8e36dc.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdArea value as ResponsiveType for vega-box nested in vega-grid, vega-box display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":31,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1e344059","image":"e58ef5ed950fbb2b1079d74d45b7c881.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdArea value as ResponsiveType for vega-box nested in vega-grid, vega-box display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2aee076a","image":"add742b5f9addb0c591ef066157dd0d7.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdColumn and gridRow for vega-box nested in vega-grid, vega-box display when set girdColumn and gridRow","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc24b40c","image":"5add1e2e0f9c785f9e969cce0b11e0a6.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdColumn and gridRow value as ResponsiveType for vega-box nested in vega-grid, vega-box display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0e54cc61","image":"0d7e570e1a0f76d5114975280c8e36dc.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdColumn and gridRow value as ResponsiveType for vega-box nested in vega-grid, vega-box display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":31,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c99f2448","image":"e58ef5ed950fbb2b1079d74d45b7c881.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdColumn and gridRow value as ResponsiveType for vega-box nested in vega-grid, vega-box display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8b9284eb","image":"eb321262ddafb26c0121bd595505ffd4.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set gridArea for vega-box nested in vega-grid, vega-box display when set girdArea","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":152,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"20faeed0","image":"f033f0f98be280ace4c6d4b0366bb46f.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with different value for vega-box nest in vega-box both nest in vega-grid, vega-box display normal when set vega-box nest in vega-box both nest in vega-grid","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5f059cc7","image":"4f9cf3ca13066408925b4d1cdc856337.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with different value for vega-box nested in vega-grid, vega-box display when set justifySelf with different value in vega-grid","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3a7624c5","image":"53e6290d0b3f1294543ba28828558bae.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with ResponsiveType for vega-box nested in vega-grid, vega-box with justifySelf ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"46151142","image":"f04add34ff27aa15ee72e77d143d3ed8.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with ResponsiveType for vega-box nested in vega-grid, vega-box with justifySelf ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a378dfff","image":"b5160b2c865a5e7b7d8b1e1abbf8d002.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with ResponsiveType for vega-box nested in vega-grid, vega-box with justifySelf ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0051173e","image":"30efef6537f882daf60ba808d25ab35c.png","userAgent":"default","desc":"vega-box with margin should render normal when set both border-style and border, vega-box border style","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1008,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"12b761fd","image":"0aecce7dd5c65d8a1cd2bc3007aa039c.png","userAgent":"default","desc":"vega-box with margin should render vega-box when set margin as direction, vega-box margin is direction","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":66,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c063bd1","image":"101fe127c73e1204c7b0a9532ddf5f33.png","userAgent":"default","desc":"vega-box with margin should render vega-box when set margin as X and Y, vega-box margin is X Y","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"13d4fafd","image":"651e96edc124365985fcf260c7695452.png","userAgent":"default","desc":"vega-box with margin should render vega-box when set margin is 0, vega-box margin is 0","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9942a16c","image":"edea0089834ada9ac7c1955bbc7b60e8.png","userAgent":"default","desc":"vega-box with margin should render vega-box when set margin is max, vega-box margin is max","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"58dfcc14","image":"0eb8a80ddc22191daad2b765098af978.png","userAgent":"default","desc":"vega-box with order should render normal when set order with different value for vega-box nested in vega-flex, vega-box display when set flexShrink with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":350,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"433fde8f","image":"04bb561662f78f189085275de6678f41.png","userAgent":"default","desc":"vega-box with order should render normal when set order with ResponsiveType for vega-box nested in vega-flex, vega-box with order ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1008,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"75682f29","image":"1c1622f4ff1c0169e2efe5af5fab7238.png","userAgent":"default","desc":"vega-box with order should render normal when set order with ResponsiveType for vega-box nested in vega-flex, vega-box with order ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":304,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"41bf6990","image":"90b4a73410a4a0f48bf9d2803fc71b38.png","userAgent":"default","desc":"vega-box with order should render normal when set order with ResponsiveType for vega-box nested in vega-flex, vega-box with order ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c3ce15d","image":"08fc2250530bdc6b684a493406e75dcb.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as direction, vega-box padding is direction","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":66,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d24d73cf","image":"95a3854979faaf7e3da15b81212fdddd.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as responsiveType, vega-box padding on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":182,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67c2c4cb","image":"0182583c546dba469600a0251240cf21.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as responsiveType, vega-box padding on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":22,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2d5afe08","image":"3474b54aac010b234998e46521894bde.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as responsiveType, vega-box padding on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":86,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"702b4997","image":"e7fa6277441b9b69cc3b5306e16b7cf1.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as X and Y, vega-box padding is X Y","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6443b559","image":"651e96edc124365985fcf260c7695452.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding is 0, vega-box padding is 0","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d3b063cf","image":"ceca1dbf2a40a6524da989acf8c45825.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding is max, vega-box padding is 112","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":244,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8ca9e123","image":"f5f5aa0c94bc0096ca632bde832e4ac0.png","userAgent":"default","desc":"vega-box with padding should render vega-box, vega-box default state","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f79f47b8","image":"5beea7f2f00f4db6f09fcf15bd6b73de.png","userAgent":"default","desc":"vega-box with width and height should render normal when both set width and height with different value for vega-box nested in vega-flex, vega-box display when set width and height with different value in vega-flex","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":580,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"683baff8","image":"a87075c6eb331fcab77dedffee6c8321.png","userAgent":"default","desc":"vega-box with width and height should render normal when set height with different value for vega-box nested in vega-flex, vega-box display when set height with different value in vega-flex","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":580,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3fdf2da0","image":"80bbb318ca9792a3f16de017ea346d0c.png","userAgent":"default","desc":"vega-box with width and height should render normal when set width with different value for vega-box nested in vega-flex, vega-box display when set width with different value in vega-flex","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bd880500","image":"251e0de35a82707d6372ae27e6a28f19.png","userAgent":"default","desc":"vega-button should render as expected keep default, default","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c4d6ce22","image":"dbc774ff92faa624b4987219fa52042d.png","userAgent":"default","desc":"vega-button should render as expected when set block, set block","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b3b8c255","image":"423ae4e26846f800ea31ed24d79e7472.png","userAgent":"default","desc":"vega-button should render as expected when set danger in dark, set danger","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"874a4956","image":"11f85d78db6278a0b9309de5e1971968.png","userAgent":"default","desc":"vega-button should render as expected when set danger, set danger","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1c340e15","image":"02ba6083bbf1c0e01a725f1f9f92aff9.png","userAgent":"default","desc":"vega-button should render as expected when set disabled in dark, set disabled","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ef7577c3","image":"ae308ee925b5ad76aea7d7c989003c6c.png","userAgent":"default","desc":"vega-button should render as expected when set disabled, set disabled","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a3ffbf82","image":"1823fb8764090e5f139555434673b999.png","userAgent":"default","desc":"vega-button should render as expected when set label in dark , set label","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c67a73ca","image":"70c8dce297f073384a4e8079bff68adf.png","userAgent":"default","desc":"vega-button should render as expected when set label, set label","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c88ed9e3","image":"e7441187368963e6b130042df812ef91.png","userAgent":"default","desc":"vega-button should render as expected when set long label and icon, set long text and icon","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3510e1db","image":"8c2a062564d8b55e5686d80995c0132e.png","userAgent":"default","desc":"vega-button should render as expected when set long label, set long text","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1213082b","image":"8b12f8f1234a0fdcd5cb800f5fdd4704.png","userAgent":"default","desc":"vega-button should render as expected when set size and icon-align, set size and icon-align","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a67d1148","image":"d9ccd1f0853f04288d98faaa99ffd839.png","userAgent":"default","desc":"vega-button should render as expected when set size, size","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":584,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e5d31e15","image":"743a4ff37dbc8c26ed1379fad764407d.png","userAgent":"default","desc":"vega-button should render as expected when set variant, set variant","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"482f30ba","image":"7fc57b3e4c1d14d0a86891a6c80ff12f.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when only set label, vega-button-group set icon-only","testPath":"./src/components/vega-button-group/test/vega-button-group.visual.e2e.ts","width":584,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2ba0725d","image":"592abe77a6d530f6d9c77c1fe68d1315.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set dropdown child source, vega-button-group set dropdown","testPath":"./src/components/vega-button-group/vega-button-group-item/test/vega-button-group-item.visual.e2e.ts","width":400,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"42df8ebf","image":"e880df04bcd581fdc14320972bb587c7.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set dropdownProps, vega-button-group set dropdown","testPath":"./src/components/vega-button-group/vega-button-group-item/test/vega-button-group-item.visual.e2e.ts","width":400,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"004d7c0a","image":"a0273543e221b5e74f2f92eedff87bbf.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set icon-only not set icon, vega-button-group set icon-only not set icon","testPath":"./src/components/vega-button-group/test/vega-button-group.visual.e2e.ts","width":584,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0bd58b86","image":"09271a89642f3deb1534537363d82adf.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set icon-only, vega-button-group set icon-only","testPath":"./src/components/vega-button-group/vega-button-group-item/test/vega-button-group-item.visual.e2e.ts","width":584,"height":118,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"afbf1895","image":"d0dbadb5f8a71fe6a666cf4741ba583e.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set size, default","testPath":"./src/components/vega-button-group/test/vega-button-group.visual.e2e.ts","width":584,"height":184,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"98465f57","image":"6b443b374cbe7fd349b21cd82a439dd6.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set variant with icon-align , vega-button-group set icon-only","testPath":"./src/components/vega-button-group/test/vega-button-group.visual.e2e.ts","width":584,"height":166,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3152e9ab","image":"ff5d801d62c71a38028c2d406af30b8f.png","userAgent":"default","desc":"vega-card should render vega-card in dark mode, vega-card in dark mode","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":48,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d10065f7","image":"cc30aaecf3c497e88d6e7aecae1b7583.png","userAgent":"default","desc":"vega-card should render vega-card when card in flex, when card in flex","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0f948ecb","image":"830ba1a526dd905bce415b056de3ddb9.png","userAgent":"default","desc":"vega-card should render vega-card when set background-color both in parent and child, vega-card when set background-color both in parent and child","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6f554e76","image":"62a7d5f3d5afe23177d5dbab5f1e4c79.png","userAgent":"default","desc":"vega-card should render vega-card when set variant both in parent and child, vega-card when set variant both in parent and child","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"36bf97a4","image":"9dcd7eda71b2347d026409b2342b3e39.png","userAgent":"default","desc":"vega-card should render vega-card with padding and margin when set background-color, vega-card with padding and margin","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":48,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4e9c3e67","image":"4291cb1eaed75fba4800f0033b689208.png","userAgent":"default","desc":"vega-card should render vega-card with responsive map, vega-card with responsive map","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":1008,"height":48,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c2c8db20","image":"098cf2d4feb36daa5935d431b4cc2af9.png","userAgent":"default","desc":"vega-card should render vega-card with variant in dark, vega-card with variant in dark","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":178,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"106f6ed9","image":"a4f5b46346578f27b509ab8ba9062b2a.png","userAgent":"default","desc":"vega-card should render vega-card with variant, vega-card with variant","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":178,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"34d3a0a3","image":"ac5b064d25b63e5ecd63a91d495dfe5b.png","userAgent":"default","desc":"vega-card should render vega-card, vega-card default state","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0ac2d3dc","image":"a5b60fb10746df7698e43bccb21df11b.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with four per-page, with four per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f4fe232f","image":"605d581f35cd72dc9d7083dcc8066af1.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with one per-page, with one per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35a60c06","image":"184a290d2680a6b9ed5fd3e875866f6c.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with spacing, with spacing","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"002d7b75","image":"c7295480cd7fd4a11a50458bb4bfc9c3.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with three per-page, with three per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7fc0d075","image":"9026dfe577f38e5be6fec9dafa010056.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with two per-page in dark mode, with two per-page in dark mode","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"545d221b","image":"35ea4500d8a65ff3e52c0404ded68018.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with five items-per-page, with four items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8e2fd77d","image":"a5b60fb10746df7698e43bccb21df11b.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with four items-per-page, with four items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f6abf048","image":"605d581f35cd72dc9d7083dcc8066af1.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with one items-per-page, with one items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3bd4b3a1","image":"184a290d2680a6b9ed5fd3e875866f6c.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with spacing, with spacing","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c7247c66","image":"c7295480cd7fd4a11a50458bb4bfc9c3.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with three items-per-page, with three items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e8785102","image":"9026dfe577f38e5be6fec9dafa010056.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with two items-per-page in dark mode, with two items-per-page in dark mode","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"83b2a986","image":"9ce93b76501e11f52d1d6c27c6d3afb7.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with two items-per-page, with two items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b7152802","image":"e9da22cdb0b57bbbb78d72fa243613f1.png","userAgent":"default","desc":"vega-checkbox-group should render checkbox group normal when set disabled for child checkbox, vega-checkbox-group when set disabled for child checkbox","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":145.640625,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08ec7e52","image":"f05fc5650db3e0ecc2baf3860da0d195.png","userAgent":"default","desc":"vega-checkbox-group should render checkbox group normal when set disabled, vega-checkbox-group when set disabled","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7fa05e41","image":"2a8fce144b32ae297bcc8650d13cdb1c.png","userAgent":"default","desc":"vega-checkbox-group should render checkbox group normal when set vega-flex-prop, vega-checkbox-group when set vega-flex-prop","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":209.640625,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0ac30968","image":"0f20d9909852d49d83662e354d774330.png","userAgent":"default","desc":"vega-checkbox-group should render normal when set required is false, vega-checkbox-group when set required is false","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":584,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50cbad58","image":"5d8f7a0eff0b6d546331f921490f25b9.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set col direction, col direction","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":154,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"259c11dd","image":"b52890091cf696f0150eae61232cb1dd.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set hint, hint","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":178,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"146e4975","image":"036795373db4daaf365beee11d8c25a7.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set label, vega-checkbox-group when set label","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e4c62bba","image":"bd3c8aca71ef1e1bfcf54c9bdf7ec0c1.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set row direction, row direction","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"794602f5","image":"a5760e6af3aac912f3c69d88eabc9571.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set value, vega-checkbox-group when set value","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":44,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3422aa9d","image":"e7e9cbbc3d0dd144406d6a315ec0ddc0.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group when set child checked, vega-checkbox-group when set child checked","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":223.515625,"height":130,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f362fae4","image":"fc344f5b8408cc30060f888515927391.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group when set child checked, vega-checkbox-group when set value","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":223.515625,"height":130,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"148dba3d","image":"b4edb5a1c390edd5c541c18e1a4ab68f.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group when set value if checkbox is checked, vega-checkbox-group when set value if checkbox is checked","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":44,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"77f953e3","image":"e51ca2c2a84b03fc98f79f02fe7068aa.png","userAgent":"default","desc":"vega-chip should render as expected when set color, color check","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1743cba1","image":"0b0e6917a067495e267dea6d4f1d2c89.png","userAgent":"default","desc":"vega-chip should render as expected when set properties in dark mode, dark mode check","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":106,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dfe0a1ce","image":"1b8acd3ed0bb87d0b41963d3c4566324.png","userAgent":"default","desc":"vega-chip should render as expected when set properties, multiple properties check","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":106,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c1a64276","image":"2430226e2b211252d8793d0b24bd105b.png","userAgent":"default","desc":"vega-chip should render normal when chipType set to status and statusColor set bg-danger, color check and chip type","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35b6847a","image":"e16f3ba70a3637f3220f043e2135e130.png","userAgent":"default","desc":"vega-chip should render normal when size set to extra-small and left icon, left icon and extra small","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d2a3a9fc","image":"a234da24efdb5886b5017293c9ec4983.png","userAgent":"default","desc":"vega-color-picker should render normal when add or minus colors nested in modal and flex, vega-color-picker with add colors","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"190a3baa","image":"7005941c708d4fec5abcdc7e6e10bab8.png","userAgent":"default","desc":"vega-color-picker should render normal when add or minus colors nested in modal and flex, vega-color-picker with minus colors","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e6fd5f57","image":"09afb7f891103d16ca4e69cced183010.png","userAgent":"default","desc":"vega-color-picker should render normal when nested in modal, vega-color-picker with mobile and nested in modal","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":375,"height":812,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"68e7760a","image":"05feee4ecb06f066f3dafb653f33b6fb.png","userAgent":"default","desc":"vega-color-picker should render normal when nested in modal, vega-color-picker with nested in modal","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"73841fe4","image":"00deb6ff94de798b3fcc6414aedc040c.png","userAgent":"default","desc":"vega-color-picker should render normal with required true and default value for it when call valid method, vega-color-picker with when with default value","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a016817e","image":"eb8ba90ad716449ab1fbe18715131465.png","userAgent":"default","desc":"vega-color-picker should render normal with required true and hint when call valid method, vega-color-picker with required true","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a3558481","image":"8245fbfd4b80b96b0254563f86b726ba.png","userAgent":"default","desc":"vega-color-picker should render normal with required true when call valid method, vega-color-picker with required true","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":118,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"52f84d27","image":"cf8ad194e11dfdb8aea6017def809c6f.png","userAgent":"default","desc":"vega-color-picker should render normal with required true when call valid method, vega-color-picker with valid false","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"59fe10f5","image":"dfb1101ae11b4e4cbcd14e109f2c2810.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker on mobile mode, vega-color-picker with mobile mode","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":359,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"85c7d3a1","image":"74d2a451e8fe666e4cdd4ee104e3fbcb.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with black and light checkmark icon, vega-color-picker with default","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":164,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"16ae975a","image":"a122b735ee40793efef3ad06ff66c62a.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with dark mode, vega-color-picker with dark mode","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":174,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"22c3d181","image":"7c096666a0954392e0d657c8759963eb.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with default, vega-color-picker with default","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":144,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bf052692","image":"9b594e815378bc9a2ef6cd6251dc9d6b.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with disabled true, vega-color-picker with disabled true","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e0a08e34","image":"1a396fba8af913178a057a63bc2812ef.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with long label and long hint, vega-color-picker with long label and long hint","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":154,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c587cea","image":"d5ea4a9c77534f236c32e8f31e078587.png","userAgent":"default","desc":"vega-combo-box should not show add button with delete type content, vega-combo-box not show add button with delete type content","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6357c8ce","image":"5a98898f2c6c913e34e6370769a2e419.png","userAgent":"default","desc":"vega-combo-box should not show add button with dynamicOption and filter is true, vega-combo-box not show add button with dynamicOption and filter is true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8bfa41cc","image":"f43fae61c6f1cfb638fd3741f3742d5b.png","userAgent":"default","desc":"vega-combo-box should not show dropdown with use default filter is false, vega-combo-box not show dropdown with use default filter is false","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"92da97ce","image":"f86fea7ffab0866bda8a3b414f7cd3b7.png","userAgent":"default","desc":"vega-combo-box should render proper when select scrollable dropdown, should render proper when select scrollable dropdown","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bca43c68","image":"2b3af1d887b41d5123e82575fbfa3958.png","userAgent":"default","desc":"vega-combo-box should show add button and loading with dynamicOption and filter is true in dark, vega-combo-box with dynamicOption and filter is true in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"51ffd681","image":"8514c1d4ee26054ee07d11a0fe33f0db.png","userAgent":"default","desc":"vega-combo-box should show add button with dynamicOption and filter is true, vega-combo-box show add button with dynamicOption and filter is true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7031a6d4","image":"8731210b8a1307c635c914344026cd7c.png","userAgent":"default","desc":"vega-combo-box should show dropdown with use default filter is true, vega-combo-box show dropdown with use default filter is true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"59a4dfaf","image":"12ff293bb7a3fb35ba9e71b36d1ede58.png","userAgent":"default","desc":"vega-combo-box should show loading with isLoading and filter is true in dark, vega-combo-box show loading with isLoading and filter is true in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"044685d7","image":"aa30e7b644de69d60faa5380ca95c5a1.png","userAgent":"default","desc":"vega-combo-box should show loading with isLoading and filter is true, vega-combo-box show loading with isLoading and filter is true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"03598d04","image":"7d3331d3cf93defe00a04cd10c57c6c6.png","userAgent":"default","desc":"vega-combo-box should show normal style with selected dropdown in dark mode, vega-combo-box show selected in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":400,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7b4dc878","image":"1a334e822ac119215ecd18f1289048cf.png","userAgent":"default","desc":"vega-combo-box should show normal when hover on it in dark, vega-combo-box when hover on it in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1d6573d3","image":"aed0d8ffabcb9d4680499b39bb909cfb.png","userAgent":"default","desc":"vega-combo-box should show normal when hover on it, vega-combo-box when hover on it","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"69e094c9","image":"be343f108940ac377accd7cd07cdd1e7.png","userAgent":"default","desc":"vega-combo-box should show normal with default props, vega-combo-box with default","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab4b6c71","image":"e019e72c9310bf80c7d8a060b05b9c37.png","userAgent":"default","desc":"vega-combo-box should show normal with error when focus it, vega-combo-box with error when focus it","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"22c0d637","image":"86fd1791a257ca240a96d32f587a6798.png","userAgent":"default","desc":"vega-combo-box should show normal with error when hover it, vega-combo-box with error when hover it","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"686b15b1","image":"3b19874ff7c8b2b92d6e200634b760c5.png","userAgent":"default","desc":"vega-combo-box should show normal with hint and required error in dark, vega-combo-box with hint and required error in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":1008,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0398f9ed","image":"d42695727875489f5c823fc6a7637fc0.png","userAgent":"default","desc":"vega-combo-box should show normal with hint and required error, vega-combo-box with error when hover it","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":1008,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"58d3aae7","image":"0cdf8442f9e597e7782a97d05b9f0167.png","userAgent":"default","desc":"vega-combo-box should show normal with hint, vega-combo-box with hint","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":106,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cbd7f840","image":"db68bc1a1dabafb95a485a230f9a8891.png","userAgent":"default","desc":"vega-combo-box should show normal with manual select dropdown items, vega-combo-box normal with manual select dropdown items","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08039993","image":"be343f108940ac377accd7cd07cdd1e7.png","userAgent":"default","desc":"vega-combo-box should show normal with medium size and no label, vega-combo-box with medium medium size and no label","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8b9ce283","image":"698be3296b927df039453c078d8c5e90.png","userAgent":"default","desc":"vega-combo-box should show normal with medium size, vega-combo-box with medium size","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"659a2d6c","image":"14391d1ca80560f5e01b72b0a32a2e43.png","userAgent":"default","desc":"vega-combo-box should show normal with no option in dark, vega-combo-box with no option in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dba19888","image":"4f8cc269620de9911fba4dff6724c7a5.png","userAgent":"default","desc":"vega-combo-box should show normal with no option, vega-combo-box with no option","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"758cd224","image":"604007e0cd1142f4e425d57ad9a1c5ef.png","userAgent":"default","desc":"vega-combo-box should show normal with placeholder and disabled, vega-combo-box with placeholder and disabled","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e01571d","image":"926a60a1ac5968259e786e8c4c8c9d26.png","userAgent":"default","desc":"vega-combo-box should show normal with placeholder, vega-combo-box with placeholder","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"02c35d0d","image":"73ff7a530dde350815d23ff6a24031a0.png","userAgent":"default","desc":"vega-combo-box should show normal with required set true in dark, vega-combo-box with required set true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"515b7555","image":"438f453be7d1213a8e2872e4608a410c.png","userAgent":"default","desc":"vega-combo-box should show normal with required set true, vega-combo-box with required set true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5db82103","image":"c3de791621e788d6d096d488fdbf7eb7.png","userAgent":"default","desc":"vega-combo-box should show normal with selected items in dark, vega-combo-box normal with selected items in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"18f22cdc","image":"fdf7376c972f3c4f40789c0f217c0480.png","userAgent":"default","desc":"vega-combo-box should show normal with selected value and disabled, vega-combo-box with selected value","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fbd302fd","image":"59d0c2dc9de3c7ca52811e6d03005db0.png","userAgent":"default","desc":"vega-combo-box should show normal with small size, vega-combo-box with small size","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc1f598c","image":"17f1ac08aef0b15a2a93576bd0c69a8b.png","userAgent":"default","desc":"vega-counter-badge should render counter badge in dark mode, vega-counter-badge in dark mode","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":90,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"95ae55fc","image":"fe2c4234c413f4ad2d054fd091242f8e.png","userAgent":"default","desc":"vega-counter-badge should render counter badge with count, count check","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":584,"height":172,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"123e1689","image":"6874ed35cef726f65cda16ed1d544b35.png","userAgent":"default","desc":"vega-counter-badge should render counter badge with dot and color, dot check","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"37a9d333","image":"ec418171a7341bd39a64ee5e1405de5c.png","userAgent":"default","desc":"vega-counter-badge should render counter badge with not dot, dot check","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a707a7f4","image":"9f268b6848b910b5d9c8094077405609.png","userAgent":"default","desc":"vega-counter-badge should render counter badge with offset, dot check","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":584,"height":180,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"63e213fd","image":"4d85b89464845f56b18d7e329f1394a4.png","userAgent":"default","desc":"vega-date-picker should range as expected when set clearButton,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c56501fd","image":"b45844d5501be7c8431cc1306e3f3ae5.png","userAgent":"default","desc":"vega-date-picker should render as expected when set disabled , disabled","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"21b6f334","image":"febb9b60ded19124b91a836fcbc37936.png","userAgent":"default","desc":"vega-date-picker should render as expected when set disabled in dark , disabled","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"675fc867","image":"d3f4fb7a3520050add88a228446786c0.png","userAgent":"default","desc":"vega-date-picker should render as expected when set disabled with value , disabled with value","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"987fbafc","image":"2f8832e36833e875c53bdf68ac53de11.png","userAgent":"default","desc":"vega-date-picker should render as expected when set disabled with value in dark, disabled with value in dark","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"eb2860a0","image":"2f4e9578c9f11b5c8e2d034824689dce.png","userAgent":"default","desc":"vega-date-picker should render as expected when set mode, mode","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"acbd229a","image":"494f07c31c273d35487cbacefb179211.png","userAgent":"default","desc":"vega-date-picker should render as expected when set placeholder, set placeholder","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d3be2833","image":"12b7614a6bca5fba19b2c207c9399eec.png","userAgent":"default","desc":"vega-date-picker Should render month dropdown correctly in dark mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":540,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f74387de","image":"1853b22c2e9f57c3c0465f1ad677fd02.png","userAgent":"default","desc":"vega-date-picker Should render month dropdown correctly,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":540,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"22e9bb1c","image":"8923cdd532219aac9e71558dbd1186f9.png","userAgent":"default","desc":"vega-date-picker should render normal when set size, set size","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e825ba8c","image":"dc0de0f379b7b76e387beb9d57e912eb.png","userAgent":"default","desc":"vega-date-picker should render year dropdown correctly in dark mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":540,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"36d6762a","image":"833dc08e69770233fa3915653b3dfb4d.png","userAgent":"default","desc":"vega-date-picker Should render year dropdown correctly,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":540,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3ee7a923","image":"bab341bf211ffe1d1cdcff9735458a37.png","userAgent":"default","desc":"vega-date-picker should show clear button when set it in range mode, clear button","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"643dc081","image":"6d6fcb40cbe35f57b4a2caced4ab52c1.png","userAgent":"default","desc":"vega-date-picker should show clearButton in dark ,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"efcbe2aa","image":"b4382971635528760348cbe2b70605fe.png","userAgent":"default","desc":"vega-date-picker should show dropdown selected style when select date in range mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a6bd8657","image":"5909df37c419a947f3725ea71a9680c3.png","userAgent":"default","desc":"vega-date-picker should show dropdown selected style when select date,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6623716c","image":"47d36e03c0973961a65d47f31bbce64d.png","userAgent":"default","desc":"vega-date-picker should show error message in dark mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3774cb8b","image":"4be0509c9e49770d5d3ab93a9d824c0c.png","userAgent":"default","desc":"vega-date-picker should show format style of date value,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d156786b","image":"6fa2cf8bec030e4a0749e769ba026482.png","userAgent":"default","desc":"vega-date-picker should show label and required in range mobile ,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":359,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"342c2e48","image":"7a14e2ed34311c3ddd03ab2b7e8b57e5.png","userAgent":"default","desc":"vega-date-picker should show min and max date range in dropdown in dark mode ,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"92d3b97b","image":"97cf49835bd0c2bf7811a7bdf3be89bc.png","userAgent":"default","desc":"vega-date-picker should show min and max date range in dropdown,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"77933d2e","image":"2cebfc565448f890d0a3fa2de61cfd61.png","userAgent":"default","desc":"vega-date-picker should show normal in the modal, when in the modal","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":440,"height":510,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9dba9f53","image":"ce639e1186fedb84b5d709bf36126612.png","userAgent":"default","desc":"vega-date-picker should show normal style when input date out of scope in range mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":740,"height":740,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"03280c91","image":"58b847761ee38a8c47f208aeb558e0a9.png","userAgent":"default","desc":"vega-date-picker should show normal style with label, label check","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2a04e56b","image":"7f06654399aca40b333099bec24468af.png","userAgent":"default","desc":"vega-date-picker should show selected in dark mode with range mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8e9ee55e","image":"5158dd83988845a3839627ad959dbb01.png","userAgent":"default","desc":"vega-date-picker should show selected style when default value of date out of scope in single mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":740,"height":740,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"effbbc9d","image":"217dca423214acf6733443967bd4bb91.png","userAgent":"default","desc":"vega-dialog should show normal with button size, vega-dialog with default","testPath":"./src/components/vega-dialog/test/vega-dialog.visual.e2e.ts","width":480,"height":204,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae8c8d7c","image":"0700cef6f6f83545e2e7d3ecedc042d4.png","userAgent":"default","desc":"vega-divider should render as expected when set multiple horizontal divider, horizontal check","testPath":"./src/components/vega-divider/test/vega-divider.visual.e2e.ts","width":584,"height":204,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"04734627","image":"4c04913dd6ac89f9c03580ffcfc9dce2.png","userAgent":"default","desc":"vega-divider should render as expected when set multiple vertical divider, vertical check","testPath":"./src/components/vega-divider/test/vega-divider.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a9cc1db5","image":"8cc5eded9abb67747e8a18cefb51df6d.png","userAgent":"default","desc":"vega-field-error should render normal with field error in dark mode, vega-field-error with field error","testPath":"./src/components/vega-field-error/test/vega-field-error.visual.e2e.ts","width":584,"height":248,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"538dd26e","image":"aaa1b0619e13093f63d4156375b60010.png","userAgent":"default","desc":"vega-field-error should render normal with field error, vega-field-error with field error","testPath":"./src/components/vega-field-error/test/vega-field-error.visual.e2e.ts","width":584,"height":298,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"743cc670","image":"cf95c3fcdb08ca9fd096c2aa90538a9f.png","userAgent":"default","desc":"vega-file-uploader should render danger vega-file-uploader normal, default vega-file-uploader","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":162,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c60d9d3","image":"5838b2544ecf964a999cab746d5bd97d.png","userAgent":"default","desc":"vega-file-uploader should render danger vega-file-uploader uploadButton normal, default vega-file-uploader","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d026bd3e","image":"c66f1911986c1798aa132cfda4c757c1.png","userAgent":"default","desc":"vega-file-uploader should render default vega-file-uploader normal in mobile mode, default vega-file-uploader","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":359,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"619067fc","image":"cda5b907bdad7cc13b55cb525ff72402.png","userAgent":"default","desc":"vega-file-uploader should render vega-file-uploader uploadButton normal, default vega-file-uploader","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":94,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"48a6ed3a","image":"c1e92e74a76d59360620dd36a44b48d7.png","userAgent":"default","desc":"vega-file-uploader should show disabled status when the file number is bigger than maxCount value,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":514,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"070e1057","image":"d4cb357a97d0069493f671c36973b023.png","userAgent":"default","desc":"vega-file-uploader should show disabled status when the file number is equal with maxCount value in dark mode ,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":305,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"437be79e","image":"a0d9fd7c91a3666c82a8a1d1473647ff.png","userAgent":"default","desc":"vega-file-uploader should show file status normal in dark mode,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":432,"height":575,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"989139f6","image":"f7bf00972a29fdf599c8217b28de96d6.png","userAgent":"default","desc":"vega-file-uploader should show file status normal in mobile,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":359,"height":660,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"eaf82a68","image":"8816c9e1431fdfd5465d5a40c052309b.png","userAgent":"default","desc":"vega-file-uploader should show no disabled status when the file number is less than maxCount value,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":514,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ddc48cf1","image":"6415c0bc3637ea962fb1761ae69b5dda.png","userAgent":"default","desc":"vega-file-uploader should show tooltip of file delete button normal,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e8f8707a","image":"7038ca0faeb969aa8e7e62cd4f626e6f.png","userAgent":"default","desc":"vega-file-uploader should show tooltip of file preview button normal,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"96f91fd4","image":"1cdb0dbdb6a4398f94988e3d40162f2c.png","userAgent":"default","desc":"vega-file-uploader should show tooltip of file retry button normal,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":167,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"18a6b302","image":"453742c5e578099953f9bff69e3982ef.png","userAgent":"default","desc":"vega-flex should render as expected when set direction, direction","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":216,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0b3508c6","image":"77555003b57945e07b81f4bbc8da45a5.png","userAgent":"default","desc":"vega-flex should render as expected when set width, vega-flex with widths","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":138,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0d4a90f9","image":"e23bd037d12d40a0719647cc0e872a58.png","userAgent":"default","desc":"vega-flex should render normal when align-item is baseline,","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":100,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87dfd06e","image":"9681d81d32fb1f90ca44c3f69b9f0921.png","userAgent":"default","desc":"vega-flex should render normal when align-item is stretch,","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":100,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"21f54352","image":"19cb20f82a883631ec08e6fce09c9346.png","userAgent":"default","desc":"vega-flex should render normal when justify-content is space-evenly,","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c19a8ae9","image":"2a3e1613614fa6bf58ebcb820d6fc84f.png","userAgent":"default","desc":"vega-flex should render normal when set flex-wrap,","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":584,"height":1322.65625,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fa1694e0","image":"bcf29c250245fcd6d4cd80fbb2076fe6.png","userAgent":"default","desc":"vega-flex should render normal with col direction and align-item, col direction and align-item","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":288,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4e0ae2d5","image":"700ade8610923958d3f90d68dfa4e05b.png","userAgent":"default","desc":"vega-flex should render normal with col direction and justify-content, col direction and justify-content","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":748,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b3687394","image":"f136123d6a6e67a75080296043b5e5de.png","userAgent":"default","desc":"vega-flex should render normal with row direction and align-item, raw direction and align-item","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":308,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2e252777","image":"54cf609aa15fa2609c3079a322e9f60a.png","userAgent":"default","desc":"vega-flex should render normal with row direction and justify-content, row direction and justify-content","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":238,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2a225a92","image":"e4d50b654335e71fc4967b82c344dbfe.png","userAgent":"default","desc":"vega-font should render normal when set as, vega-font set as p","testPath":"./src/components/vega-font/test/vaga-font.visual.e2e.ts","width":359,"height":229.4375,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2b1f961b","image":"a770465023ed9653c5209e93264e927e.png","userAgent":"default","desc":"vega-font should render normal when set text-align, vega-font set text-align","testPath":"./src/components/vega-font/test/vaga-font.visual.e2e.ts","width":359,"height":511,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8295eac0","image":"b2aa4c06bcefcb7c92204acdd30d3197.png","userAgent":"default","desc":"vega-font should render normal when with as property, vega-font with as property","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":584,"height":128.71875,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"45fe86df","image":"3b4f2951c9cbd00ad924a358e0f24304.png","userAgent":"default","desc":"vega-font should render normal when with default and tokens in dark mode, vega-font with default and tokens in dark mode","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"98abc0c9","image":"1a4712761391165e44e0399e574800c7.png","userAgent":"default","desc":"vega-font should render normal when with default and tokens, vega-font with default and tokens","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a3178015","image":"fe13a66e7e5ede78792937bf010f022c.png","userAgent":"default","desc":"vega-font should render normal when with disable responsive, vega-font with disable responsive","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":1424,"height":90,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"973ff343","image":"aa51db31d331669430896690342d81dc.png","userAgent":"default","desc":"vega-font should render normal when with responsive font, vega-font with responsive font","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":584,"height":56,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6bb96bc4","image":"8431110776be033ec282fd895a9ae813.png","userAgent":"default","desc":"vega-grid should render vega-grid when item greater than dimensional with auto both column and row, vega-grid when item greater than dimensional","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":304,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"720c5d6e","image":"acd224f13e0e43e4d81990ea06b683f1.png","userAgent":"default","desc":"vega-grid should render vega-grid when item greater than dimensional, vega-grid when item greater than dimensional","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":1424,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8dc4a99e","image":"f457b6c69704125d620b062e0a63c81d.png","userAgent":"default","desc":"vega-grid should render vega-grid when item less than dimensional, vega-grid when item less than dimensional","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":1424,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"989d3268","image":"679ff4b5301290556ec91463a47cf018.png","userAgent":"default","desc":"vega-grid should render vega-grid when window size change, vega-grid when window size change","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":359,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"184528a8","image":"5cca63b3d493de7befd4382f24a2aabd.png","userAgent":"default","desc":"vega-grid should render vega-grid with column, vega-grid with column","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":304,"height":74,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cf21b4e6","image":"3111d7bc39ef23e1d19a8022f2f78d4f.png","userAgent":"default","desc":"vega-grid should render vega-grid with gap, vega-grid with gap","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":1424,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"774a290a","image":"495c33cb81b92e71a59064b036deacb3.png","userAgent":"default","desc":"vega-grid should render vega-grid with responsive map, vega-grid with responsive map","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":1008,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1aaac3aa","image":"21a4579340bd071933dc4222aca885e8.png","userAgent":"default","desc":"vega-grid should render vega-grid with row, vega-grid with row","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":304,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"44a0c411","image":"df18d193dd77c73ceb593e100945b30d.png","userAgent":"default","desc":"vega-icon should render vega-icon when change color, change color","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":584,"height":41,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"be11c39d","image":"2c2c8816739b979c0a3dbdcbea9c8f98.png","userAgent":"default","desc":"vega-icon should render vega-icon when set size, vega-icon under sticky element","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":20,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d20ddd61","image":"98ee9e5fb88515a8dbf5fe0e091c993a.png","userAgent":"default","desc":"vega-icon should render vega-icon while icon under sticky element, vega-icon under sticky element","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":16,"height":16,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8380a5d5","image":"ac1974812f40ea59d34307ac02a5f70c.png","userAgent":"default","desc":"vega-icon should render vega-icon with Font Awesome in dark mode, vega-icon Font Awesome in dark","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":584,"height":41,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"562ffa61","image":"8083c957effa18fb290a5b0bdf2ad6cb.png","userAgent":"default","desc":"vega-icon should render vega-icon with Font Awesome, vega-icon Font Awesome","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":18,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"852e6c97","image":"ab5d93b635bae2b5fe23f583eac012ce.png","userAgent":"default","desc":"vega-icon should render vega-icon with vega icon in dark mode, vega-icon in dark","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":584,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b2d46848","image":"a524cc5916040ea0985aa14f5039cd08.png","userAgent":"default","desc":"vega-icon should render with custom icon class, vega-icon custom icon class","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":36,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b6aa4198","image":"9ebdf4d34c2713e0f0cedb0c778b2c35.png","userAgent":"default","desc":"vega-image-uploader should render action-title and hint normal,","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":150,"height":260,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b456567f","image":"36d5ce3a43f8a8bbaddb83a756174e09.png","userAgent":"default","desc":"vega-image-uploader should render as expected when call valid, show error","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d81b9748","image":"53eeaa26642fb7b44a83b9bf5d285b1a.png","userAgent":"default","desc":"vega-image-uploader should render as expected when focus on image-uploader in dark, focus on image-uploader in dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08a2e1a4","image":"4e52657b6cd66fa0e8da6225c3923833.png","userAgent":"default","desc":"vega-image-uploader should render as expected when focus on image-uploader, focus on image-uploader","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fec0c1f7","image":"4799a82b4f5b3242bcf158dc12aeb8da.png","userAgent":"default","desc":"vega-image-uploader should render as expected when hover on delete-button, hover on delete-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e1b87bea","image":"f095476fc0248cf27fa814706177534f.png","userAgent":"default","desc":"vega-image-uploader should render as expected when hover on preview-button, hover on preview-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b1914a0b","image":"12fd30dca14bdb10e138bf9957cb67d6.png","userAgent":"default","desc":"vega-image-uploader should render as expected when hover on replace-button, hover on replace-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c2da506","image":"1aad56b95fdc16ee9739410e31f4b04b.png","userAgent":"default","desc":"vega-image-uploader should render as expected when set show-preview-button to false, false show-preview-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47593e00","image":"bb9c61c2c52257e6ac08122fc873e0a5.png","userAgent":"default","desc":"vega-image-uploader should render as expected when set show-remove-button to false, false show-remove-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9f42bfbf","image":"a8b8f7209998b3d0a72b9719083dc02a.png","userAgent":"default","desc":"vega-image-uploader should render as expected when show error on dark, show error on dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7479d502","image":"22a392ca2f7b01e9145de8a1d16d8ac1.png","userAgent":"default","desc":"vega-image-uploader should render as expected when show error, show error","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e7354f1e","image":"745ce91134a9c726aee22be8e5dfcd28.png","userAgent":"default","desc":"vega-image-uploader should render normal when set width and height less than min value,","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":180,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f898d8cf","image":"8fbd2b83ca71d26193f78355c1a7469d.png","userAgent":"default","desc":"vega-image-uploader should render uploading states as expected in dark, vega-image-uploader uploading status in dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6daf2299","image":"e166d553d849e0c78ef876004aad7a5f.png","userAgent":"default","desc":"vega-image-uploader should render uploading states as expected, vega-image-uploader uploading status","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9cf4ddcb","image":"874d6a50e723c879a585b73e4e54229b.png","userAgent":"default","desc":"vega-image-uploader should show delete modal when click delete button, vega-image-uploader hover","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":480,"height":242,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"998b25ce","image":"0640963c7a9fddb30a953c2624ba42eb.png","userAgent":"default","desc":"vega-image-uploader should show disabled style when set true , vega-image-uploader disabled set true","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":160,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f34c7932","image":"4f3481e7bcab3c6a115931bdc7bde793.png","userAgent":"default","desc":"vega-image-uploader should show disabled style when set true in dark , vega-image-uploader disabled set true in dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":160,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a91ff7ce","image":"9b07449ac15dc7e1d1deb9b825be0924.png","userAgent":"default","desc":"vega-image-uploader should show normal in mobile,","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d4b83e6c","image":"b6fe711492d73a1ad83be68fd782b5be.png","userAgent":"default","desc":"vega-image-uploader should show normal when keep default in dark , vega-image-uploader keep default in dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3bde661a","image":"bd742a3ba78f04988baceee07b34b4c8.png","userAgent":"default","desc":"vega-image-uploader should show preview image when click preview button, vega-image-uploader hover","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":480,"height":532,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"baad13bc","image":"48b348f52bcf73e7b84273b59414d9c0.png","userAgent":"default","desc":"vega-input prefix-icon should render normal when required with label suffix button, vega-input required with label suffix button","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":82,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4557605d","image":"4be038b7049b5639096cdf45dc0166d5.png","userAgent":"default","desc":"vega-input prefix-icon should render normal when set prefix-icon by slot with image-uploader content, vega-input with prefix-icon by slot with image uploader content","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d52eac09","image":"7bb540ca4abee17cdffe6944c8ff0948.png","userAgent":"default","desc":"vega-input prefix-icon should render normal when set prefix-icon by slot with text content and trigger as hover, vega-input with prefix-icon by slot with text content and hover it","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47c72c20","image":"d10379d630b08ba69cdbadef68160b74.png","userAgent":"default","desc":"vega-input prefix-icon should render normal when set prefix-icon by slot with text content, vega-input with prefix-icon by slot with text content","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a7ad22fb","image":"9a0b82d87e48b2c9e146bfbd4b51a177.png","userAgent":"default","desc":"vega-input should render normal when input is number, vega-input when input is number","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":526,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35247026","image":"8bfc88f25acf24bb557f3790231b9cc5.png","userAgent":"default","desc":"vega-input should render normal with default input, vega-input with default","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":526,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f83ba384","image":"6a7102578dc5e69e6eed2dd81169959d.png","userAgent":"default","desc":"vega-input should render normal with focus dark mode, vega-input with focus dark mode","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"76196c10","image":"4eb94875d887dfece7a7e2cc00425848.png","userAgent":"default","desc":"vega-input should render normal with input disabled, vega-input with input disabled","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"455dc1d7","image":"851318a57f46c9da1144fe8faf984da4.png","userAgent":"default","desc":"vega-input should render normal with long label, vega-input with long label","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":102,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e4d04502","image":"d0907dbf3bbf9051d9ab0090a74eb8a2.png","userAgent":"default","desc":"vega-input should render normal with long placeholder, vega-input with long placeholder","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1560d3f5","image":"390f5b1f49dc988e023255d1878b769a.png","userAgent":"default","desc":"vega-input should render normal with placeholder and hint, vega-input with placeholder and hint","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a4d43ec4","image":"ba2cbf010b08ef17e500a9a6f09756eb.png","userAgent":"default","desc":"vega-input should render normal with required error in dark, vega-input with required error in dark","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"435be71d","image":"dae067c3ccb9466b05711591ecd99896.png","userAgent":"default","desc":"vega-input should render normal with required error, vega-input when input has required","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a1930b85","image":"ac03f528e1ea478ed33ba9fb5322e3fb.png","userAgent":"default","desc":"vega-input should render normal with required error, vega-input when input has required error","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8636324a","image":"e442163823ed8edcc7160818be69b398.png","userAgent":"default","desc":"vega-input should render normal with small and default size, vega-input with small and default size","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aac70289","image":"e442163823ed8edcc7160818be69b398.png","userAgent":"default","desc":"vega-input should render normal with small and default size, vega-input with text and email","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5da521e5","image":"5273adef332dbb60fac11c48a989c42d.png","userAgent":"default","desc":"vega-input-credit-card render vega-input-credit-card should support keyboard input,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4417340c","image":"f97ab81b758db662a2eb1617a6efe217.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with dark mode style,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ea25d538","image":"6f5da1c8d233cf9d5e8e88fd2ef3ec0a.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with long label and long hint,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":142,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"664ac660","image":"c25a03ca4b6a75b60ca989c922a8c0ea.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal modal width in mobile mode,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":375,"height":812,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"121c92b5","image":"1917b4c75462018e96fd444a55f92fdb.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style ,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"55525f9a","image":"bd2c0d240faaa73548693dd8792bd334.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input American Express number of 15 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d11d5364","image":"b65b9d44dcba156ab3152a6ee2592277.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input discover number of 16 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"870bb757","image":"8c98ce176a13df14843cbb6423fd6440.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input invalid number,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c2f20477","image":"394ab2b92eacbc9f634b3d0618b877d0.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input master number of 16 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fb57a2bd","image":"f43bdfc49eaa4bc64a3d388173c76744.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input special visa number without label,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7a4a9c0d","image":"f5f154f17b8ddd7fe6584229e3e433dc.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input visa number of 13 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fe3783a4","image":"6bb098fcece5553a617d03e539e2b14d.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input visa number of 16 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b911b616","image":"adfd03e01df5610028a7b8c22de1d1b5.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when keyboard input is a 15 digits American express number,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cca8d575","image":"2729771eeefd444ff898c491f1273357.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when keyboard input is a visa number,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"202460f1","image":"25596d87f964d9e9e48bcdcb815d97b0.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with small size,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":102,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c6ada2d","image":"597612a74ca61e8e3cee1183251cac24.png","userAgent":"default","desc":"vega-input-credit-card should show default input container normal,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"04889cf4","image":"45c1ac110c0dc20d35d2c2be1e469e49.png","userAgent":"default","desc":"vega-input-numeric should render long input with ellipsis normal,","testPath":"./src/components/vega-input-numeric/test/vega-input-numeric.visual.e2e.ts","width":304,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"885a9b3a","image":"4f7e9c28d6d15df090c3857fe8172a90.png","userAgent":"default","desc":"vega-input-numeric should render placeholder normal with both prefixText and suffixText in dark mode,","testPath":"./src/components/vega-input-numeric/test/vega-input-numeric.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d3e1588f","image":"bc6a45c5e234c06fe2909be16df5cd68.png","userAgent":"default","desc":"vega-input-numeric should render whole numeric normal,","testPath":"./src/components/vega-input-numeric/test/vega-input-numeric.visual.e2e.ts","width":304,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af8102c8","image":"b5af14253c4cc74f16ddb0b6164f185c.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when nested in modal and flex, nested in modal and flex","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":616,"height":134,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9a548341","image":"3d5e1f1170e3c54f19f3966925138df0.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with disabled in dark, disabled in dark","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"06bec96b","image":"d507e6178365edabfc44712f507b1ad4.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with disabled, disabled","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"428e9bc4","image":"94f93fc2109c3efac0cc508846fc09c6.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with hint in error states in dark, dropdown in dark","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":752,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"75fa2e5c","image":"7b6e5af31520f5e8813017dd4f98c8d6.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with hint in error states, dropdown","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":752,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0ef328e5","image":"698a7f9c8600bee3c0154879e8642fb8.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with hint, hint","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"810b5c17","image":"be2d1a5e2a20ec9e70974dfd8ad15c05.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with label, label","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d7e4771c","image":"d9d72a2b10b10048726ee220b48fa527.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with long hint, long hint","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":304,"height":116,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"079be02f","image":"365a47a407c464a973116590d1280542.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with Placeholder in dark, Placeholder in dark","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bceaf804","image":"5f153464c343cd768216633b852073e7.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with Placeholder, Placeholder","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a486268e","image":"0666dfce480647c3cb8857d2bb059847.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with required in dark, required in dark","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b99adef6","image":"3961f21e98b5d1f616215c9588f0c8ea.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with required, required","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"890158dc","image":"c645ca1d792395177ed9f550dc65ef98.png","userAgent":"default","desc":"vega-input-phone-number Should show the selected country as expected in dark, dropdown","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":726,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fb179d45","image":"260117a8a096031e2d4a00137e1fb6e7.png","userAgent":"default","desc":"vega-input-phone-number Should show the selected country as expected, dropdown","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":726,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"68908461","image":"a62e4c8295a725e4a66cc2ec4408c4bd.png","userAgent":"default","desc":"vega-input-range should render long label normal, vega-input with long label","testPath":"./src/components/vega-input-range/test/vaga-input-range.visual.e2e.ts","width":304,"height":132,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3d5f1c05","image":"5d8110526b6ba5e9621d0f2fa57aa132.png","userAgent":"default","desc":"vega-input-range should render long placeholder normal, vega-input with long placeholder","testPath":"./src/components/vega-input-range/test/vaga-input-range.visual.e2e.ts","width":304,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ad535be","image":"d1ecf153cbe7e6e5ab9df3ba963ac56a.png","userAgent":"default","desc":"vega-input-range should render long value normal, vega-input with long value","testPath":"./src/components/vega-input-range/test/vaga-input-range.visual.e2e.ts","width":304,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8dd209a8","image":"946bbf46e754018058a8a17e5781b37c.png","userAgent":"default","desc":"vega-input-range should render normal when show-clear-icon is false, vega-input with show-clear-icon false","testPath":"./src/components/vega-input-range/test/vaga-input-range.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d85b360e","image":"43f6607e4b8ff0d5f6c4c5d323c96677.png","userAgent":"default","desc":"vega-input-select should render hint and error as expected when set hint and show error, vega-input-select set hint and show error","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5f5a47cf","image":"f95685e60e185b4b3da22bb8bf70e7e2.png","userAgent":"default","desc":"vega-input-select should render label as expected when set label and required, vega-input-select set label and required","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":359,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e239726","image":"31bb19c3949134774cce7f0af132f001.png","userAgent":"default","desc":"vega-input-select should render normal dropdown opened in Dark Mode, vega-input-select with menu open in dark mode","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"81cc23ac","image":"30ac31802c8421ee59c2b0e64fdd40d1.png","userAgent":"default","desc":"vega-input-select should render normal when change icon, vega-input-select when change prefix-icon","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"415d41b1","image":"d465de97945852f83e9cfec896fda7fd.png","userAgent":"default","desc":"vega-input-select should render normal when change source, vega-input-select when change source","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f85b7489","image":"2b1b3ff73541c559ff4f0f22f70db3d1.png","userAgent":"default","desc":"vega-input-select should render normal when search invalid value in Dark Mode, vega-input-select input invalid search in dark mode","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9e35360b","image":"c9861de44663e597f55adc84ea88e5fc.png","userAgent":"default","desc":"vega-input-select should render normal when search invalid value, vega-input-select search invalid value","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3b330a3d","image":"90c068953b90c743da83a12da5204a0e.png","userAgent":"default","desc":"vega-input-select should render normal when search valid option in Dark Mode, vega-input-select when search valid option","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"befea0a1","image":"d5f1ba6ddf9bbc40e86be0e2b82118af.png","userAgent":"default","desc":"vega-input-select should render normal when select valid search result, vega-input-select when select valid search option","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"99f97a43","image":"ffb7b8ff61c2ce675eaeaa8104a3f178.png","userAgent":"default","desc":"vega-input-select should render normal when set caseSensitive to true, vega-input-select when set caseSensitive to true","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"95d65354","image":"7b11547ab77114942b3590f5274ccb36.png","userAgent":"default","desc":"vega-input-select should render normal when with value and disabled in dark mode, have value and disabled in dark mode","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"38432e91","image":"593cacdf991a89066c6887dda6214279.png","userAgent":"default","desc":"vega-input-select should render normal with disable and value, vega-input-select with disable and value","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b32da74a","image":"073c1445dacdaac8c0aa6480212492f9.png","userAgent":"default","desc":"vega-input-select should render normal with disable without value in Dark Mode, vega-input-select with disable and without value","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0845873a","image":"5c0c0f1dbdb3aca383c35ec0cb67c599.png","userAgent":"default","desc":"vega-input-select should render normal with error in Dark Mode, vega-input-select with error","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":130,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"260b69b5","image":"eb1e5e278264b3344fd8251f8e3a567c.png","userAgent":"default","desc":"vega-input-select should render normal with hint in Dark Mode, vega-input-select with hint","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1e55d2a0","image":"3715717d75b5ec943086b9392d05747a.png","userAgent":"default","desc":"vega-input-select should render normal with label and required in Dark Mode, vega-input-select with label and required","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6891ec6a","image":"7da65ded5bfe4c858e0c24ff1e1aa22d.png","userAgent":"default","desc":"vega-input-select should render normal with multiple type, vega-input-select with multiple type","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":370,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"31aa998b","image":"33b0ac3141f5f2ea19f81d742269bcab.png","userAgent":"default","desc":"vega-input-select should render normal with null and long placeholder, vega-input-select with null and long placeholder","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":180,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"32dc814f","image":"58cae6127379fa56b766c6c3528a286a.png","userAgent":"default","desc":"vega-input-select should render normal with prefix-icon in Dark Mode, vega-input-select with prefix-icon","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b71bc58a","image":"ba900133c62ae20a043c8145deb72e61.png","userAgent":"default","desc":"vega-input-select should render normal with selected long value, vega-input-select with selected long value","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"62238542","image":"e8b5543222dd07074f913c0ee347cc2a.png","userAgent":"default","desc":"vega-input-select should render normal with single type, vega-input-select with single type","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":370,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ed117a60","image":"b10ed3d6ec38c9c253a4446e106e75ea.png","userAgent":"default","desc":"vega-input-select should render normal with small and default size, vega-input-select with small and default size","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6b236a4c","image":"3829933c4a23d7033a63119484708ab4.png","userAgent":"default","desc":"vega-input-select should render normal without search in Dark Mode, vega-input-select without search","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c6b435a","image":"5a0638a95840412ad0883e0e14dd22f4.png","userAgent":"default","desc":"vega-input-select should render placeholder as expected when set long placeholder, vega-input-select set set long placeholder","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":359,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"57f88049","image":"1b83910bbcff965492bf79d17f7f3952.png","userAgent":"default","desc":"vega-input-select should show checked style when reopen dropdown, vega-input-select show checked style when reopen dropdown","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":147,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6fe1ac7e","image":"7a5376f8127ccbce92efa2dc7d6e434a.png","userAgent":"default","desc":"vega-input-select should show normal display while source is empty, vega-input-select show normal display","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":359,"height":107,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af62a2c0","image":"fced6958bf1d22d95b4609bb6cb90c07.png","userAgent":"default","desc":"vega-item-toggle [deprecated] should display normal when set item-toggle-status-map, set item-toggle-status-map","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4312bb35","image":"b3e5876c63e8256843b4090dc4b441ad.png","userAgent":"default","desc":"vega-item-toggle should display No label defined when set status-map with empty label, set item-toggle-status-map","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ad07a540","image":"fced6958bf1d22d95b4609bb6cb90c07.png","userAgent":"default","desc":"vega-item-toggle should display normal when set status-map, set item-toggle-status-map","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6ae26668","image":"0ef7219055c2204179e5a87ce6393ecd.png","userAgent":"default","desc":"vega-item-toggle should display normal with is-toggled in dark, with is-toggled in dark","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b16e3d8b","image":"0b422eacde0c1264cc993d15ce94f3f2.png","userAgent":"default","desc":"vega-item-toggle should display normal with is-toggled, with is-toggled","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a65c77bb","image":"64443c554e8813c1fff9032b53c52b76.png","userAgent":"default","desc":"vega-item-toggle should render vega-item-toggle after click tab key, keyboard action","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":91.875,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7164bf03","image":"a3b55159499c5529bdb159350ea483f8.png","userAgent":"default","desc":"vega-left-nav [deprecated] should render vega-left-nav correctly when third level with data source, vega-left-nav third level with data source","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7506b2cd","image":"3205ce4d4ec27524cb360e23cb250a2e.png","userAgent":"default","desc":"vega-left-nav dark mode should render vega-left-nav-group with dark mode when use html tag, vega-left-nav-group with dark mode","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1953c1dd","image":"249af52548a661890ebb3990c81e7bec.png","userAgent":"default","desc":"vega-left-nav dark mode should render vega-left-nav-group with dark mode when use source, vega-left-nav-group with source and dark mode","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"95fca012","image":"3205ce4d4ec27524cb360e23cb250a2e.png","userAgent":"default","desc":"vega-left-nav dark mode should render vega-left-nav-group with dark mode, vega-left-nav-group with dark mode","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae26a792","image":"c7c0f8a05585087c37d8209208bbcb54.png","userAgent":"default","desc":"vega-left-nav dark mode should update selected item when update source, vega-left-nav-group with update source","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"89a134eb","image":"e8ae475c96c0350cab5788186441a468.png","userAgent":"default","desc":"vega-left-nav should render normal when pop modal in content with html, vega-left-nav with modal","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":1440,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d1e95638","image":"e3a3c7767a5eb9522dea438bff6728cc.png","userAgent":"default","desc":"vega-left-nav should render scroll normal for left-nav with html, vega-left-nav with scroll","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b4187173","image":"d1dec19c84cc7d9d44d9bdbdc4ed0113.png","userAgent":"default","desc":"vega-left-nav should render scroll normal for left-nav with source, vega-left-nav with scroll","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5e0408b0","image":"964706df4434f4e905f967de3d3dc125.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav correctly when selected third level, vega-left-nav when selected third level","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ec98a77e","image":"a3b55159499c5529bdb159350ea483f8.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav correctly when third level with data source, vega-left-nav third level with data source","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ca43d8d2","image":"a331b266be3fe60d1510fc44c8462f8b.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with icon and title, vega-left-nav with icon","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8da817c2","image":"a83dbd9419c386d226bee5eda2e6673b.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with only title, vega-left-nav with title","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ecad7c8","image":"9093d74b6c429faa6d6098bb3b42122e.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with slot footer and slot header, vega-left-nav with slot","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2bc2b039","image":"b65482e30ffb8bec6c85103dcb71113d.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with subtitle, vega-left-nav with subtitle","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9652bcd0","image":"fa7325e4f52bb809c79c2f8df2699b93.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with title and counter, vega-left-nav with counter","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c9bf260","image":"e92d837bf473dd88b1644ce81eeb8271.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav-group with correctly selected style, vega-left-nav-group with correctly selected style","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7f4f9313","image":"1c01fa461439431ed056e345914504aa.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart correct in modal when the call reRender method, vega-line-chart in modal","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8fb82b49","image":"59e20e58e24364f8ea8e94f2708de92f.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal nested in flex,","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2c4ec276","image":"11e8c569dc91a4263915d38d41797b7c.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal when exists decimal, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":400,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7000b293","image":"c914e1a43cca34efae86f296ac56fdee.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal when exists negative, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":400,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3f038252","image":"b0dfa6af25989c4c3d2e9aef64daab17.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal when set the same source, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e27736ab","image":"b0dfa6af25989c4c3d2e9aef64daab17.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal when update dataSource, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b438767e","image":"6a76062bfc3391871480fbaed258138f.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with correct stroke when set the different value, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4809a36a","image":"b1776e0a89f070ea680f256ed27ebf1e.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with correct stroke when set the same colors value, vega-line-chart set the same colors value","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8e70388d","image":"b1776e0a89f070ea680f256ed27ebf1e.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with correct with number type, vega-line-chart with number type","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"78348671","image":"be0d5c5d87ffd9eb20686d37ded21477.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with weekly value, vega-line-chart with weekly value","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9a9203ab","image":"602fb4d5d2c9707f008b0d6a1a0487a7.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with yearly value, vega-line-chart with weekly value","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e231422e","image":"b4a02c9fc04ef4dc159e7beccd7ccfa7.png","userAgent":"default","desc":"vega-line-chart with basic property should render normal nested in tab-group,","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fd64b656","image":"04a8eee512eeb23c1c2b87cda93a6776.png","userAgent":"default","desc":"vega-line-chart with basic property should render normal nested in table,","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":465,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d5fad682","image":"a5823b26b36bef69818dc786e72722c7.png","userAgent":"default","desc":"vega-loading-indicator should render normal in mobile mode, vega-loading-indicator in mobile mode","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":68,"height":109,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e6108ba5","image":"116f44589ef708d63b88f72c07020d65.png","userAgent":"default","desc":"vega-loading-indicator should render normal in modal, vega-loading-indicator in modal","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":432,"height":38,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"89f26c1e","image":"a0860b4739ea0bf437f0fa1dc983edcc.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set determinate with bar , determinate with bar","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b1d275b5","image":"ac8524eb52a8b18d3727f9755658f457.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set determinate with circle , determinate with circle","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"81404869","image":"b936ab1e543d95bd0c818b0d2ddade05.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set label and hint, label and hint","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":304,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9268dc2b","image":"b9239778dee867ed3f14d2f3ffecd8d5.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set long label and long hint and special symbol, label and hint","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":304,"height":368,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4660a852","image":"2f426e5f71eae6eaf7bb54b4aafa88d6.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set size with bar , size with bar","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":94,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5e0f13f2","image":"bb5dc88ef581957bcde4779c0b6f96be.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set size with circle , size with circle","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":144,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dce3bd1a","image":"ba1fea1b865b3beef1a1135bd779a706.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set status with bar in dark, status with bar","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":74,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c9245e3","image":"00c9dbc329ca6b1ad78ea743b91ee0bc.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set status with bar, status with bar","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":74,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8459e51b","image":"9b4014c74037f975344b9ac678229e65.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set status with circle in dark , status with circle in dark","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"42c126a6","image":"ac4258921c4fac19bf9d885fe18d1783.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set status with circle, status with circle","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4655ea6e","image":"f9080ba22d397d83f09047ebdfe84239.png","userAgent":"default","desc":"vega-loading-indicator should render partial filled loader bar if the status is 75, label and hint","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":90,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab862ce3","image":"67d9619b97865d42f5617413a025f62a.png","userAgent":"default","desc":"vega-modal [deprecated] should display normal with vertically-center, vega-modal with vertically-center","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a9646dbc","image":"419a4e8e4b8708b8e6ff45f643a7cf5d.png","userAgent":"default","desc":"vega-modal should display normal with modal-title, vega-modal with modal-title","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"06d2309c","image":"3c24263abc9fe6f48efe83953f33d38f.png","userAgent":"default","desc":"vega-modal should display normal when change value by property,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":378,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"745edbe0","image":"ccc7eefe88ff7124ce9b7256a2754224.png","userAgent":"default","desc":"vega-modal should display normal when nested date picker opened, vega-modal when nested date picker","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":616,"height":552,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7e150a6d","image":"35a2ea7b24e787bdea1313703512d37f.png","userAgent":"default","desc":"vega-modal should display normal when set value by property,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":378,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"27e409b0","image":"45a13beb6b9356d7b1b4690370914252.png","userAgent":"default","desc":"vega-modal should display normal with default backdrop-color in dark, vega-modal default backdrop-color in dark","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d7f1d8b2","image":"f63233f9dc04d7dcfd4ff56369f0b130.png","userAgent":"default","desc":"vega-modal should display normal with default props, vega-modal default states","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":102,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0353973c","image":"67d9619b97865d42f5617413a025f62a.png","userAgent":"default","desc":"vega-modal should display normal with is-vertically-centered, vega-modal with is-vertically-centered","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"20ff55dc","image":"b68552f8eb800b1891a49bf1cd4d987d.png","userAgent":"default","desc":"vega-modal should display normal with nested modal in dark, vega-modal with nested modal in dark","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2e4bb061","image":"e703bac13e2532ce5533d2a57a8a5fa6.png","userAgent":"default","desc":"vega-modal should display normal with none backdrop, none backdrop","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"285b401a","image":"83080cdc524b169211c70c9dfdb6fd9e.png","userAgent":"default","desc":"vega-modal should display normal with none backdrop-color in dark, vega-modal none backdrop-color in dark","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0b0f5713","image":"9a41a04f72770185eb42d3941627c6a1.png","userAgent":"default","desc":"vega-modal should display normal with none backdrop-color, vega-modal none backdrop-color","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"95bd95d5","image":"d98fa9b6727f84959b2953eb2fb4bbd9.png","userAgent":"default","desc":"vega-modal should display normal with semi backdrop-color in dark, vega-modal with semi backdrop-color in dark","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"df1ee829","image":"f4fa32cbd842631dda4967bb7b0805f4.png","userAgent":"default","desc":"vega-modal should display normal with semi backdrop-color, vega-modal with semi backdrop-color","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"92e10e80","image":"5022d94c55bd146ad125a05b5c9f15dd.png","userAgent":"default","desc":"vega-modal should display normal with set size with number, set size with number","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"841f40b1","image":"3f1b42c8f0cb41c374b0893eb31f2fda.png","userAgent":"default","desc":"vega-modal should show normal when has long label and placeholder in mobile mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":304,"height":452,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1ceef89e","image":"f87eb71c300ab4b2d498be9a55ee1618.png","userAgent":"default","desc":"vega-modal should show normal when has no label and no clear button,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":304,"height":446,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"57068165","image":"6e42402b7dd8bc3a23292b766284e384.png","userAgent":"default","desc":"vega-modal should show normal when keep default controls in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9dfc38ad","image":"6cae73cd2745b0af1530ae4e9cb9ebfa.png","userAgent":"default","desc":"vega-modal should show normal when keep default controls,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"78b46262","image":"b68eacd41b21135a2c2431a3ddc2dae5.png","userAgent":"default","desc":"vega-modal should show normal when nested in flex,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c805b260","image":"3d82c97ab6d96c4026d0f3ca072b02ae.png","userAgent":"default","desc":"vega-modal should show normal when set value and disabled it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c6dd6e8","image":"c4347eb0e8a14227ad18be6b9de1cbc7.png","userAgent":"default","desc":"vega-modal should show normal when set value and disabled it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"97730280","image":"2395e15caf0facec892a787fbf1baa61.png","userAgent":"default","desc":"vega-modal should show normal when set value and focus it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1f61bfc3","image":"3c4b7cb9bc584cc8d417763e4e332cad.png","userAgent":"default","desc":"vega-modal should show normal when set value and focus it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9e792f59","image":"55b1e1c7415f8f22ab377f2e4fd5a91d.png","userAgent":"default","desc":"vega-modal should show normal when set value and hover it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7f842c63","image":"9a9397907d86e4bdce381d4017ec5c33.png","userAgent":"default","desc":"vega-modal should show normal when set value and hover it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"066a9856","image":"faab9362d2ff082b2ec255bd3f87f52c.png","userAgent":"default","desc":"vega-modal should show normal when show error and focus it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7af3b942","image":"626302e61eedc90d62298f66f46b8ec0.png","userAgent":"default","desc":"vega-modal should show normal when show error and focus it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"17641c6a","image":"132fad75fe05d0c78d642c7d18b36364.png","userAgent":"default","desc":"vega-modal should show normal when show error and hover it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0e75fe89","image":"8b674a86e1db9dda1dedaa07cc25a569.png","userAgent":"default","desc":"vega-modal should show normal when show error and hover it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bb090c06","image":"784772bde66cc378572a46b681b6cafe.png","userAgent":"default","desc":"vega-modal should show normal when show error in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c6a46d7c","image":"41c7990e66fbed660d2b55e76fd2ea25.png","userAgent":"default","desc":"vega-modal should show normal when show error,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"faa4ea51","image":"12f9db657f5f215db4fd81d60e61ac05.png","userAgent":"default","desc":"vega-modal structure [deprecated] should display normal with ESS edit tax Modal, vega-modal with ESS edit tax Modal","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":820,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4226e7f3","image":"54e4e6b63e13d2f360b1bd0d1ade4ebd.png","userAgent":"default","desc":"vega-modal structure should display as expected when set long modal-title, vega-modal with long modal-title","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":256,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c867ba89","image":"af5ce31cf5f312b6bda76f748fabb52f.png","userAgent":"default","desc":"vega-modal structure should display as expected when set title/content and footer with max-height, vega-modal with max-height","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":204,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"28f4098e","image":"c29a6ce74d404486b42547c80ac64827.png","userAgent":"default","desc":"vega-modal structure should display as expected when set title/content and footer without max-height, vega-modal without max-height","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":156,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ef17f50e","image":"2609faace1c9661a650574dcc408030d.png","userAgent":"default","desc":"vega-modal structure should display as expected when title have special word connector, vega-modal with special word connector","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":288,"height":352,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aee1a411","image":"772fd7072ade47ddd50f5daf9fe78b06.png","userAgent":"default","desc":"vega-modal structure should display normal when contains date picker, vega-modal contains components","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":772,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6f9c18b5","image":"0723f0263fa389ae876735ff57f46681.png","userAgent":"default","desc":"vega-modal structure should display normal when contains pagination checkbox radio and tooltip, vega-modal contains components","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":484,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8543d01b","image":"059772f121132ead0d6fa0a48168338b.png","userAgent":"default","desc":"vega-modal structure should display normal when contains table, vega-modal contains table","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":616,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"52efc30c","image":"5fd1665ddd85bf70339a29ddf3a98915.png","userAgent":"default","desc":"vega-modal structure should display normal when contains vega-carousel, vega-modal contains vega-carousel","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":146,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ff5aa14e","image":"95f250a29638c7a592e162fe065bc851.png","userAgent":"default","desc":"vega-modal structure should display normal when contains vega-progress-tracker, vega-modal contains vega-progress-tracker","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":616,"height":162,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab5500f1","image":"d7d9fb5a7dfc870527fb24b3642a56e3.png","userAgent":"default","desc":"vega-modal structure should display normal when have footer and content and with scroll and without close button, vega-modal when have footer and content but no close button","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":286,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"112a566d","image":"0582c1933e54f696b632a1e1659073b2.png","userAgent":"default","desc":"vega-modal structure should display normal when have header, footer and content and with scroll, vega-modal when have header, footer and content","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":286,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"607dac80","image":"28cf1d93f7722430ee1437df8a14127f.png","userAgent":"default","desc":"vega-modal structure should display normal when have header, footer and content, vega-modal when have header, footer and content","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":156,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f1178efe","image":"08872613981eb5e038fd62286300c583.png","userAgent":"default","desc":"vega-modal structure should display normal when have long header, long header","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":320,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"18ea31f6","image":"a9c7c835f865512a77038fc5c15de21b.png","userAgent":"default","desc":"vega-modal structure should display normal when no footer and with scroll, vega-modal when no footer","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e08a199f","image":"9ec5435fc1248519bcc369f282c010c9.png","userAgent":"default","desc":"vega-modal structure should display normal when no footer, vega-modal when no footer","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":114,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3b1a4e5e","image":"69d4879c64376442acf44968fb02d9a6.png","userAgent":"default","desc":"vega-modal structure should display normal when no header and with scroll, vega-modal when no header","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":214,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a2f524a8","image":"24adff266f0ccc120bbab22610a7afef.png","userAgent":"default","desc":"vega-modal structure should display normal when no header, vega-modal when no header","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"386a9467","image":"82497fc1570674a5421e926475feac1b.png","userAgent":"default","desc":"vega-modal structure should display normal when no title and with scroll, vega-modal when no title","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":208,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c056661","image":"46ffc37786e06461d5ffc3c101841ea6.png","userAgent":"default","desc":"vega-modal structure should display normal when no title, vega-modal when no title","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":102,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6ff1d5ad","image":"ac2cf23c673a4453be9f71a678bf457e.png","userAgent":"default","desc":"vega-modal structure should display normal when not set content-max-height without header, vega-modal contains components","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":478,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6b10493f","image":"0a8740f45dfa3ef686362af82744d0f8.png","userAgent":"default","desc":"vega-modal structure should display normal when set content-max-height with header/content/footer, vega-modal contains components","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fd4c4976","image":"5c02af94f4d5ed86c881612dcfb31b02.png","userAgent":"default","desc":"vega-modal structure should display normal when set long modal-footer, vega-modal with when set long modal-footer","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":256,"height":228,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2f6ee0ca","image":"55c30ec12d513e3c365e94ef76330703.png","userAgent":"default","desc":"vega-modal structure should display normal when set padding, set padding","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":320,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f380cd9e","image":"acd8684a795357b531129eb92d03dbf0.png","userAgent":"default","desc":"vega-modal structure should display normal with content-max-height by normal size, vega-modal with normal size","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fc132633","image":"12f9db657f5f215db4fd81d60e61ac05.png","userAgent":"default","desc":"vega-modal structure should display normal with ESS edit tax Modal, vega-modal with ESS edit tax Modal","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":820,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e24439fd","image":"f49bdba18143e37cebfccebb84983aaa.png","userAgent":"default","desc":"vega-nav-card of dark modes should render vega-nav-card correctly in dark mode when render with html, vega-nav-card in dark mode","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":473,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3cd95233","image":"839c2b39bcaa6830906b9da5d890c1ae.png","userAgent":"default","desc":"vega-nav-card of dark modes should render vega-nav-card correctly in dark mode when render with source, vega-nav-card in dark mode","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fbe0de46","image":"f49bdba18143e37cebfccebb84983aaa.png","userAgent":"default","desc":"vega-nav-card of dark modes should render vega-nav-card correctly in dark mode, vega-nav-card in dark mode","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":473,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"00a3dd9a","image":"400b3fe6558f8ae340d796c834456f82.png","userAgent":"default","desc":"vega-nav-card of dark modes should render vega-nav-card match correctly max height, vega-nav-card match max height","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"76174807","image":"eceac800e5e5ec35a7ac973102588b9a.png","userAgent":"default","desc":"vega-nav-card of source [deprecated] should render vega-nav-card correctly when third level with data source, vega-nav-card third level with data source","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cc1f572f","image":"7f8ae3d8e54291115e892c51d485df16.png","userAgent":"default","desc":"vega-nav-card of source [deprecated] should render vega-nav-card show correctly selected style, vega-nav-card show correctly selected style","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d31e78aa","image":"5018ce083222fefeb9e4686ed2e1edaf.png","userAgent":"default","desc":"vega-nav-card of source should render normal when contains section header and action title for source, vega-nav-card with section header and action title","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7ced6007","image":"b0bff9f5d7141b079b666e5fb16abd22.png","userAgent":"default","desc":"vega-nav-card of source should render normal when only contains section header title for source, vega-nav-card with section header title","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":56,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3fabefa8","image":"eceac800e5e5ec35a7ac973102588b9a.png","userAgent":"default","desc":"vega-nav-card of source should render vega-nav-card correctly when third level with data source, vega-nav-card third level with data source","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5851fae4","image":"7f8ae3d8e54291115e892c51d485df16.png","userAgent":"default","desc":"vega-nav-card of source should render vega-nav-card show correctly selected style, vega-nav-card show correctly selected style","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0763ff59","image":"c5d033ba89e8621d33f0c1251f26cb94.png","userAgent":"default","desc":"vega-nav-card should render normal when contains section header and action title, vega-nav-card with section header and action title","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f6933841","image":"b0dbbbef7ff3804d58ce28e9685b88e0.png","userAgent":"default","desc":"vega-nav-card should render normal when only contains section header title, vega-nav-card with section header title","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":56,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"10dd4577","image":"fe9188d474135ba66971a9ea60921c3d.png","userAgent":"default","desc":"vega-nav-card should render normal when pop modal in content with html, vega-nav-card with modal","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":1424,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c001e5c9","image":"e34b18aac8583e91e021b41bbfd7fd5f.png","userAgent":"default","desc":"vega-nav-card should render scroll normal, vega-nav-card with scroll","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ff3984db","image":"b9afd9043e717ea55cd0a7c2e8768ec0.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card correctly when selected items, vega-nav-card when selected items","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":225,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"48a48f0a","image":"e4b10dde183f07a84513d76d429a6958.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card correctly when selected second level, vega-nav-card when selected second level","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":473,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"33747248","image":"4313e10ac1318b7526eed35c0d704f05.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card correctly when selected third level, vega-nav-card when selected third level","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":473,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"174f330e","image":"34a84ed26a53ffb27dbcdabeaf10c665.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card with long items, vega-nav-card with long items","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":280,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7b582bf0","image":"5f69e3fcc20bdb527e040185048788e4.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card with only title, vega-nav-card default states","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0b92b6dd","image":"466d83d9df37025413fcc77e2528d150.png","userAgent":"default","desc":"vega-page-notification should render as expected when set show-close-button , title","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":584,"height":126,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4aefbcc2","image":"1cfacd6c8ac80ee3c4a7f8584bd1441c.png","userAgent":"default","desc":"vega-page-notification should render as expected when set title and message, title and message","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":304,"height":134,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"faba7152","image":"1ec3bebcdac3683aad4e93ea70ee4a1e.png","userAgent":"default","desc":"vega-page-notification should render as expected when set type , title","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":584,"height":232,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"85a3b5e6","image":"5c520e4228567e2374f5d96b7f15c0d9.png","userAgent":"default","desc":"vega-page-notification should render as expected when set type in dark mode , title","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":584,"height":232,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6fb071ae","image":"686cdd39835b173225bd0b6ce4448b88.png","userAgent":"default","desc":"vega-page-notification should show focus style when tab, title","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":584,"height":126,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9e4ffc11","image":"5266c70656af2dd7ea757c126c555489.png","userAgent":"default","desc":"vega-pagination should render normal in dark mode when focus arrow, in dark mode","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"656768f7","image":"ce19129cba94fa6ccfd2ab5416d93033.png","userAgent":"default","desc":"vega-pagination should render normal in dark mode, in dark mode","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c79291ea","image":"b65b4bdb5c82820722ea76182517bc74.png","userAgent":"default","desc":"vega-pagination should render normal when click next nav button, when click next nav button","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8c12bd1a","image":"81d7507828e5d8d66f7e161f74e45405.png","userAgent":"default","desc":"vega-pagination should render normal when click page number, when click page number","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b4832cc3","image":"5737582ac302d9b30b549c875dc0e823.png","userAgent":"default","desc":"vega-pagination should render normal when click pre nav button, when click page number","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aec3bca5","image":"962f28dd09eac1fa2811894bf4be9b70.png","userAgent":"default","desc":"vega-pagination should render normal with center page, with center page","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"02bf946f","image":"a3d54f0bbe60534633595f92c0af0606.png","userAgent":"default","desc":"vega-pagination should render normal with ellipsis in dark mode, with ellipsis in dark mode","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"14c6c4dc","image":"11f644637e7bf9e488c92e597243b372.png","userAgent":"default","desc":"vega-pagination should render normal with first page, with first page","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":564,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8cb9cf72","image":"d5c0ef8532ff82ac36069cd1a325ef27.png","userAgent":"default","desc":"vega-pagination should render normal with last page, with last page","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ef0b2a22","image":"427c562ebb511d853cd3437eb8c73c0f.png","userAgent":"default","desc":"vega-pagination should render normal, with default state","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"421a073d","image":"a0a9b6948dfa55de2c2391e66f116bef.png","userAgent":"default","desc":"vega-pagination should show normal dropdown item when set pageSizeSelectorOptions value, show normal dropdown item","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":200,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ba961b97","image":"a6cfa33b833e8507b5f3cbfa260ee54f.png","userAgent":"default","desc":"vega-pagination should show normal dropdown item, show normal dropdown item","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":200,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"671007f2","image":"eb270de24170c48625abe27e1add013b.png","userAgent":"default","desc":"vega-pie-chart with basic style should not render chart with donutRadius style when set pie, vega-pie-chart pie donutRadius style","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bfb35b49","image":"e129f142d3b5053ef5be1eb5b2c3e892.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with Donut style, vega-pie-chart Donut state","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ce3f5bba","image":"16bbd810a35c9542672c143620dd124b.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with donutRadius style, vega-pie-chart donutRadius style","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fbf34078","image":"eb270de24170c48625abe27e1add013b.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with pie style in mobile, vega-pie-chart pie state","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"451c7d1a","image":"adad3039bbf24803cc0c800fa1ab52b2.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with pie style in modal, vega-pie-chart pie state","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":480,"height":284,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e457e591","image":"eb270de24170c48625abe27e1add013b.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with pie style, vega-pie-chart pie state","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5a2fa8f8","image":"e6595c721f80b610721aaeeb5e2f75a6.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart without legends and same name, vega-pie-chart no legends and same name","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6461638a","image":"b10bf8e372bca5d68241320f75bc1748.png","userAgent":"default","desc":"vega-popover should render normal when nest in modal, vega-popover with right and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":772,"height":550,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"71d7a435","image":"ee5c6318a17593c06dc4893c84e64535.png","userAgent":"default","desc":"vega-popover should render normal when nest in scroll div, vega-popover with right and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":304,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"865a6a20","image":"68a92328d49b056ca74e3abe51c91d76.png","userAgent":"default","desc":"vega-popover should render normal when only set title, only set title","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fd0db6d3","image":"8f69a3e8bb80e42b327daa0413f484a3.png","userAgent":"default","desc":"vega-popover should render normal when section-title in dark mode, section-title in dark mode","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":208,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8a05867e","image":"9ae63f1d387740d15676acf9a5bc48b8.png","userAgent":"default","desc":"vega-popover should render normal when set title and description with icon, set title and description with icon","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":208,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"01508df9","image":"5acd13c49bb19fc300b6a7c2460945db.png","userAgent":"default","desc":"vega-popover should render normal when set title and description, set title and description","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":204,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d0f2bb3c","image":"6d8758b4434c1abb115eb61256323a84.png","userAgent":"default","desc":"vega-popover should render normal when set title and icon, set title and icon","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6add34fe","image":"621e7fcf64cbb08d121b599a81acb46a.png","userAgent":"default","desc":"vega-popover should render normal when with bottom and center, vega-popover with bottom and center","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dae3d8e4","image":"6abbbe132416f98c6a1cb3a1897cc551.png","userAgent":"default","desc":"vega-popover should render normal when with bottom and end, vega-popover with bottom and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6f2e1532","image":"f27d1e0db5abfe19d41b8158d4d2e864.png","userAgent":"default","desc":"vega-popover should render normal when with bottom and start, vega-popover with bottom and start","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fce9984c","image":"8ba1ee43c2d10f779da98898000d6d6f.png","userAgent":"default","desc":"vega-popover should render normal when with left and center, vega-popover with left and center","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f4f2f53","image":"2f5ec86f7334a79914c09ee94eae2f8d.png","userAgent":"default","desc":"vega-popover should render normal when with left and end, vega-popover with left and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":456,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d8add6d4","image":"f039bdda30367e329cf997e85fe4c5e8.png","userAgent":"default","desc":"vega-popover should render normal when with left and start, vega-popover with left and start","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":456,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ba100982","image":"a5e9bd136ccd404fa0c0a275e757246f.png","userAgent":"default","desc":"vega-popover should render normal when with right and center, vega-popover with right and center","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"17149214","image":"3531a86fca237cc6d8764eb9eeb8e394.png","userAgent":"default","desc":"vega-popover should render normal when with right and end, vega-popover with right and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"180bc588","image":"f1ec44ad9bd197b6cf6709425b1f493c.png","userAgent":"default","desc":"vega-popover should render normal when with right and start, vega-popover with right and start","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"033e60fa","image":"1a9961bc790f0e542d0e1df7ec61162c.png","userAgent":"default","desc":"vega-popover should render normal when with top and center, vega-popover with top and center","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":520,"height":264,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5a2a1373","image":"82706af2011a1e7149813131c420a1fa.png","userAgent":"default","desc":"vega-popover should render normal when with top and end, vega-popover with top and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cb6a52d1","image":"63bd485372b912309753349358f50eda.png","userAgent":"default","desc":"vega-popover should render normal when with top and start, vega-popover with top and start","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c10dcdd8","image":"de538ffe7bb41fe54ed51f548dbe2fba.png","userAgent":"default","desc":"vega-progress-tracker [deprecated] should render vega-progress-tracker in mobile, in mobile","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":359,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"23c25368","image":"b8fd7356a98d56ee49951392bc0a19f5.png","userAgent":"default","desc":"vega-progress-tracker [deprecated] should render vega-progress-tracker with completedStepArray in horizontal, with completedIndex in horizontal","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":78,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e0880a34","image":"adf3ec3a8e97c3b33e77394946ad2434.png","userAgent":"default","desc":"vega-progress-tracker [deprecated] should render vega-progress-tracker with completedStepArray in vertical, with completedIndex in vertical","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"64e048ac","image":"40f479e6d12eaa5687a4ac9784aa717e.png","userAgent":"default","desc":"vega-progress-tracker should render focus icon when tab it, render focus icon when tab it","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":78,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"02b9c97f","image":"65f1fc5ed87fb18c756988c6719c3b05.png","userAgent":"default","desc":"vega-progress-tracker should render normal when nested in modal and accordion, nested in modal","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1134,"height":314,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"380c02e0","image":"c7bbfb83d1e415c898256cc0fdcce3ca.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker in center step, in center step","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"141eb850","image":"ddcf43a676ca66b76dd293e2217bff54.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker in last step, in last step","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc3dae92","image":"64f2a771825679d512c73923c1bd5184.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker in mobile, in mobile","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":359,"height":114,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"42476c90","image":"63981d8aaadcbe9b9e73af3669b3c180.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker in vertical, in vertical","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4419be12","image":"9b5118241eb4c97880a8a53129b9ea63.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker with basics property, in first step","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b8700112","image":"b8fd7356a98d56ee49951392bc0a19f5.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker with completedSteps in horizontal, with completedIndex in horizontal","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":78,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c6e25053","image":"adf3ec3a8e97c3b33e77394946ad2434.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker with completedSteps in vertical, with completedIndex in vertical","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8d26d1e4","image":"b79d300707e6efd85959e1727354cda9.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker with long step title in vertical direction, long step title in vertical direction","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9038f871","image":"3cb9028699d3dc4a5ff9ed62acf26f38.png","userAgent":"default","desc":"vega-progress-tracker should render wrap long label in mobile mode, vega-popover render wrap label in mobile mode","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":359,"height":134,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fc302e14","image":"ce4c143e3f25acaecf95fc6c74091386.png","userAgent":"default","desc":"vega-progress-tracker should render wrap long label, vega-popover render wrap label","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":752,"height":322,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9baec596","image":"d26da906f6e40a9f2de474ef00ffe192.png","userAgent":"default","desc":"vega-rich-text-content should render vega-rich-text-content normal with basics items,","testPath":"./src/components/vega-rich-text-content/test/vega-rich-text-content.visual.e2e.ts","width":584,"height":776,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0a0f3ebf","image":"1c2ae0a43c9aea9e17e639f2486ad76c.png","userAgent":"default","desc":"vega-rich-text-editor bold and textStyle should render dropdown list checkmark of text style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":338,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e21b21fc","image":"59b59b3d221c4be96d27770926f6eb7c.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style should render all blocks with bold italic underline strikethrough style,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":256,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ec65309e","image":"cecd8cd95992457e1748c3bb0dd14f35.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style should render default dark mode normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":294,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e002e1d0","image":"d8ba46aafe0f9c6e1a513c118e4ed9bc.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style should render default link and text color normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":438,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8897678c","image":"250d4d8b44fd5e3f83114560684c7a33.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style show cancel edit style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":288,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0abbaa62","image":"bc7fbfc8cfa6fbaf42c181a83bc8f12e.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style show popover content of link normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"45777957","image":"bde82fcc550d92789d65c593e33b9fa1.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style show the wrapped link normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":304,"height":288,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"265de2c6","image":"b3dd87d68dcdfd82fa97cdf4e39c2b27.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style show url normal when delete text of link,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":288,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"06562171","image":"d9d8147e7f3bb24b517f342fcccde022.png","userAgent":"default","desc":"vega-rich-text-editor button should show justified styles normal when click align button,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":304,"height":378,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"20cdde96","image":"36be2d1cc4bbea216ebfa024f2b5d9d3.png","userAgent":"default","desc":"vega-rich-text-editor button show bold button focus style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"77d5152b","image":"6c91461ed0c3153c9c403d1ab687dbe5.png","userAgent":"default","desc":"vega-rich-text-editor button show bold button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a65778ff","image":"efcf97ad2d48fcce21b8052fb8e1f02d.png","userAgent":"default","desc":"vega-rich-text-editor button show clearStyle hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b241394b","image":"6d470bf081f9dfcf72f63d5ef93e627e.png","userAgent":"default","desc":"vega-rich-text-editor button show code button focus and hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"432a73dc","image":"a6492327cb0dabcd2d74dbd1816f422d.png","userAgent":"default","desc":"vega-rich-text-editor button show code button focus style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2651996c","image":"82a37a51e30a418ac408149f02adbbee.png","userAgent":"default","desc":"vega-rich-text-editor button show code button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"79953b2c","image":"38c924efe546ddde14e0cb343a2ed551.png","userAgent":"default","desc":"vega-rich-text-editor button show dropdown list of textStyles style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":350,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"94b091c1","image":"b6ec4162d1414d4011b787dd127bad96.png","userAgent":"default","desc":"vega-rich-text-editor button show dropdown list of textStyles style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":350,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f214f8d7","image":"ad0b716887153cae4ebdd7a50e332ad1.png","userAgent":"default","desc":"vega-rich-text-editor button show horizontalAlignment button pressed style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e2b516e2","image":"da1074f521e0588e392120962859f25f.png","userAgent":"default","desc":"vega-rich-text-editor button show horizontalAlignment hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"007cf8e6","image":"df7a11e9552448272332cb2a6d8194b8.png","userAgent":"default","desc":"vega-rich-text-editor button show horizontalAlignment popover style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b897a7e3","image":"e605ecbc474952712389539463a04aa7.png","userAgent":"default","desc":"vega-rich-text-editor button show image button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e07d389b","image":"014c955d050d2ebb917fd03590730572.png","userAgent":"default","desc":"vega-rich-text-editor button show image button pressed style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"53113687","image":"2939e1e89e29a3b71f5be665edf472c2.png","userAgent":"default","desc":"vega-rich-text-editor button show image hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d435aea7","image":"5ab4fc80d22b19429b70cd3a6ab8bb05.png","userAgent":"default","desc":"vega-rich-text-editor button show lessIndent hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d8f5a522","image":"ea87140d4d01e99436eb8517e1a59744.png","userAgent":"default","desc":"vega-rich-text-editor button show link button style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1ee5f993","image":"9b00734aa8cbf1a9acd3fbf08c137b0a.png","userAgent":"default","desc":"vega-rich-text-editor button show link edit style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":350,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6e6a200d","image":"f93aaf6c9ea9f70abb350f5255767c3f.png","userAgent":"default","desc":"vega-rich-text-editor button show link edit style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":350,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1fb75eac","image":"bf1e7977779e36731e8cf90de8a2c018.png","userAgent":"default","desc":"vega-rich-text-editor button show list button pressed style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f042f646","image":"126484246367b441a4874bf1c80eb701.png","userAgent":"default","desc":"vega-rich-text-editor button show list hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e43991f","image":"8da3dcbc2a7e12489844a3d5e034ce78.png","userAgent":"default","desc":"vega-rich-text-editor button show list popover style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"072eaeb4","image":"078f2e93590c93c74f514e02ac05e4a3.png","userAgent":"default","desc":"vega-rich-text-editor button show moreIndent hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8979f986","image":"6f3b3334cd7e0046e583348aa29babcf.png","userAgent":"default","desc":"vega-rich-text-editor button show numbers list popover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a9387270","image":"6a98dfe1e3633e72cf1fc24d6f6b641b.png","userAgent":"default","desc":"vega-rich-text-editor button show render default style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":314,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab829005","image":"97660bd70cc5e96d6258c1ed95c0935c.png","userAgent":"default","desc":"vega-rich-text-editor button show render normal when set button reverse order and disabled,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":1008,"height":272,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6d41e54c","image":"2bb42f7f640cb97e6ddd996cc4bdf0da.png","userAgent":"default","desc":"vega-rich-text-editor button show render strikethrough button tooltip normal in dark mode, size","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":250,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ad3f7354","image":"0ce13d831ed54f898c0ddc60c7a3bfe9.png","userAgent":"default","desc":"vega-rich-text-editor button show render strikethrough button tooltip normal, size","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":250,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a85c14b7","image":"503a0b5aa58f32f0892efbb58b46b996.png","userAgent":"default","desc":"vega-rich-text-editor button show render vega-rich-text-editor-toolbar-button normal, size","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":54,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1402222d","image":"f2e3472901c35c71c0182432ed609d7f.png","userAgent":"default","desc":"vega-rich-text-editor button show text container danger focus style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"46b4d0d6","image":"4f831bf4925c85ef517fd84fed27cefc.png","userAgent":"default","desc":"vega-rich-text-editor button show text container danger focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"30fe2f21","image":"1d73f593bed08ad694e2b573a39ae06f.png","userAgent":"default","desc":"vega-rich-text-editor button show text container danger hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"521edd09","image":"dda39199ff0717086ab54dd718ad525f.png","userAgent":"default","desc":"vega-rich-text-editor button show text container danger hover style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2fa84680","image":"33a7eaf167f347d52bc910511d2fc029.png","userAgent":"default","desc":"vega-rich-text-editor button show textColor button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c762526","image":"5d5ef2d78f31c874edb28ebdfbfbd8f9.png","userAgent":"default","desc":"vega-rich-text-editor button show textColor button pressed style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"03f1a8ab","image":"71efbcd39c9d1ace0e25003ceb0db23e.png","userAgent":"default","desc":"vega-rich-text-editor button show textColor hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4369d4a8","image":"13d533f8842a49a2a160723a46eb8a32.png","userAgent":"default","desc":"vega-rich-text-editor button show textColor popover style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a0742d32","image":"ffa3e2813a91c22ec33346792ba47461.png","userAgent":"default","desc":"vega-rich-text-editor button show textStyles hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8089f59f","image":"f2a9936c632f6d5df93af4b94ca90234.png","userAgent":"default","desc":"vega-rich-text-editor button show underline button focus style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a585f93b","image":"6c156cba7e8245e73aefe4afbd35276d.png","userAgent":"default","desc":"vega-rich-text-editor button show underline button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50842ec1","image":"e6d314422345a30bf6c0ef3e18e583a0.png","userAgent":"default","desc":"vega-rich-text-editor button show underline button hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"849ea211","image":"e6d314422345a30bf6c0ef3e18e583a0.png","userAgent":"default","desc":"vega-rich-text-editor button show underline hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d9f687bd","image":"e6d314422345a30bf6c0ef3e18e583a0.png","userAgent":"default","desc":"vega-rich-text-editor button show underline tooltip style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"45ec0d6a","image":"f611a4b1de325f7426c8b29b43cfae35.png","userAgent":"default","desc":"vega-rich-text-editor button show underline tooltip style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b10aa61e","image":"e7c2f6b6c968145071f9cb8636dfbc3e.png","userAgent":"default","desc":"vega-rich-text-editor content should render code style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9acf3167","image":"cecd8cd95992457e1748c3bb0dd14f35.png","userAgent":"default","desc":"vega-rich-text-editor content should render default dark mode normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":294,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cabea3a3","image":"d8ba46aafe0f9c6e1a513c118e4ed9bc.png","userAgent":"default","desc":"vega-rich-text-editor content should render default link and text color normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":438,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dd9fec75","image":"6c569ef8ad97932e1a82ac1ed9e30960.png","userAgent":"default","desc":"vega-rich-text-editor content should render default link and text color normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":438,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cb595cee","image":"a00ff5334e96e86b5de74ca70e158365.png","userAgent":"default","desc":"vega-rich-text-editor content should render list with code style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":248,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6f7ecc7b","image":"dd3dcde1007bc96a7e41eeb1436699a5.png","userAgent":"default","desc":"vega-rich-text-editor content should render list with inline style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":248,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0bce625a","image":"87eeecd4041819cac6f766c67f879a0d.png","userAgent":"default","desc":"vega-rich-text-editor content should render vega-rich-text-editor normal in modal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":480,"height":570,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"417892f2","image":"db652f7540592f22fce8d51c2db86e93.png","userAgent":"default","desc":"vega-rich-text-editor content should render vega-rich-text-editor normal with basics items,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":893,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ba25826b","image":"2b8c160de3305bb7deef1bd108bd0850.png","userAgent":"default","desc":"vega-rich-text-editor content should render vega-rich-text-editor normal with clear style at the end by default,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":893,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a15597dc","image":"be40fd335f837d2f5a1d803b3aed4c94.png","userAgent":"default","desc":"vega-rich-text-editor content show default image width normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":417,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"73d885f6","image":"bc7fbfc8cfa6fbaf42c181a83bc8f12e.png","userAgent":"default","desc":"vega-rich-text-editor content show popover content of link normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"46aaca60","image":"6a152f420237560d826a59b1ba95c6e8.png","userAgent":"default","desc":"vega-rich-text-editor delete should delete all content normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"34335267","image":"ddf8772071d057082129df7ddb91cb63.png","userAgent":"default","desc":"vega-rich-text-editor delete should delete partial text normal by select,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":454,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aa2c7ef7","image":"c2b2a82c12745e02edc5a4296e64952e.png","userAgent":"default","desc":"vega-rich-text-editor delete should delete the start text normal by select,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":454,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af01db00","image":"2ae27049402468e5e2baf2b664365f8a.png","userAgent":"default","desc":"vega-rich-text-editor image should show default image text normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":351.5,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9ee0747d","image":"0afce1548cbbf477be056364879ed645.png","userAgent":"default","desc":"vega-rich-text-editor image should show image text normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":489,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8f06c532","image":"40dd05574156c243449caad139d9b9a2.png","userAgent":"default","desc":"vega-rich-text-editor image show image center align style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":459,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08f97368","image":"4169f0823fcd903e16d7c3f9344cc491.png","userAgent":"default","desc":"vega-rich-text-editor image show large image style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":550,"height":550,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e85f984f","image":"bb9d4ba104d323a504b867a9e7c26fa7.png","userAgent":"default","desc":"vega-rich-text-editor image show small image style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":321.5,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bb2a6cb3","image":"bd0adcbbc6b9f54fd8dc2c45f91118cf.png","userAgent":"default","desc":"vega-rich-text-editor indent should show more and less indent normal in different block,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cc2b6284","image":"3718308a2535e0badb74e0ed39da3e98.png","userAgent":"default","desc":"vega-rich-text-editor indent should show more and less indent normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67952567","image":"6fe1a8093050cb06ea5b1c3334503e24.png","userAgent":"default","desc":"vega-rich-text-editor indent should show no indent normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d30450ef","image":"b2fef056d1f15f4ba8619f31541dd0e5.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert new line text normal by Enter after select block,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":292,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"05c54dad","image":"48ccc273160dcf8a8eee6caa44dacdd1.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert new line text normal by Enter when select multiple row block ,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":236,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50eb921d","image":"d7deed321c78b937b9aac780d75a67e6.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert new line text with current selected block text style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":290,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e303b35c","image":"0de77d7c6aedecc1948bf82730e77f9b.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert new line text with text style normal in multiple row block,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d1390728","image":"4988de5d9c64f2451adb83cc9781f31d.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert text with current selected block text style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":550,"height":112,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a97605fd","image":"9de702c3bb72425b0e61d0b4d5a30b82.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert text with text style normal in multiple row block,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":550,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47c1af9f","image":"894bd3d4137d2ca7f4f71b2d53de379c.png","userAgent":"default","desc":"vega-rich-text-editor insert should show wrapped link normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":534,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"852b8ccb","image":"5118ecf3e50d06897080ed1b2bafcef3.png","userAgent":"default","desc":"vega-rich-text-editor list should change bullet list to number list style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1a107e32","image":"1a66f2485b63b12007df9713afc7abbd.png","userAgent":"default","desc":"vega-rich-text-editor list should change list style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":566,"height":186,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"81770df8","image":"7fb8ddb922c39be025d60076f51efcbd.png","userAgent":"default","desc":"vega-rich-text-editor list style should cancel list style normal when click list button twice,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5cc90c5a","image":"ace6a74377e1fd6f83aa5dba48c8f4ee.png","userAgent":"default","desc":"vega-rich-text-editor list style should show default list align style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":232,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f0b6d04f","image":"c5f4925f4e800c08c097ac6cb57973c4.png","userAgent":"default","desc":"vega-rich-text-editor list style should show indent of list normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3ec910ec","image":"d21f0611ffb064596292ba09f7ae0aa7.png","userAgent":"default","desc":"vega-rich-text-editor list style should show no list style when enter to a new line by shift and enter,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":254,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c99f6565","image":"f75eda47bbe4bbe2ea30a65b7856a44b.png","userAgent":"default","desc":"vega-rich-text-editor list style should show number list style normal when first click list button,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"62571334","image":"a4ec66bb6e0a2bf7d26898a7ec6fa6cb.png","userAgent":"default","desc":"vega-rich-text-editor list style should show selected list style when click toolbar button,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":232,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aa1b17cf","image":"9bc0a1284fc2c56e95ff22ae764e02c0.png","userAgent":"default","desc":"vega-segment-control should render normal when set multiple items, multiple items","testPath":"./src/components/vega-segment-control/test/vega-segment-control.visual.e2e.ts","width":584,"height":112,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2010d860","image":"c2e70eb9bba973017e04fde58f20439f.png","userAgent":"default","desc":"vega-segment-control should render normal when set selected, set selected","testPath":"./src/components/vega-segment-control/test/vega-segment-control.visual.e2e.ts","width":584,"height":66,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3235dfaa","image":"b6a9a44405f5e4034c95f55ee8aed681.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when in dark mode, set props in dark","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1cf10f5e","image":"51f5169578f81f7fb04205fa02f761c6.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when in light mode, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f6486d7a","image":"9ea6570856b521aa566047e92d0f8305.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when nested in modal, block nested in modal","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":480,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0e0db08a","image":"b011549fe677ebb17fa307dbc03d36d9.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set block nested in flex, block nested in flex","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1ce36c5e","image":"47cd6b92f4697a387f4392729f019da0.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set block, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c9c2d88a","image":"2cdd6aee7de3219ce296baef83119f45.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set long label, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":304,"height":112,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"48a12131","image":"19d6ef3f0f09ad264bd4565a890f4de3.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set size, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":104,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2be8e005","image":"2f76ed17b978cfa3e663760d5c651b0f.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set swatch-color, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f9bb1a44","image":"5a251791db123f6cf0fc8207cd34d605.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with checked in dark, checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ee0295d6","image":"95d64ce8dc7d7f80747dbb433cbd69b2.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with checked, checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d8904d39","image":"f4b874f85d61abcdb5d4dac56574e983.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with disabled and checked in dark, disabled and checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c2f8c677","image":"c99d35eeb0dc348c34f4c8a9fe1c5f1d.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with disabled and checked, disabled and checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f57c43b","image":"2d7f41ff4f3900f029adbcdbdfdef905.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with disabled in dark, disabled section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"70934dd7","image":"2fe54d475ff814eaf2b323bfa6990a25.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with disabled, disabled section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ba364d92","image":"a19daa3bfb03b36036e5954c38b3c09b.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with title note and icon in dark, radio section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1561a6d7","image":"3155c15ead85acf928e71fc4958b1e65.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with title note and icon, radio section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1f893c71","image":"db9f75240f51bca9b761494cedeccff2.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with checked in dark, checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":312,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5d69e2fe","image":"c1bf639cb4ef73d3097a86bbe242e67b.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with checked, checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":312,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1970533f","image":"86236e1f7726cc775fdfbd9d967b892e.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with disabled and checked in dark, disabled and checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":309,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7fe80a19","image":"5fb4421e5a6d1eaef21a54bb431bdacb.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with disabled and checked, disabled and checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":309,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"88088593","image":"8d31ec4d9f7bbc9f753f70f2e2fe7781.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with disabled in dark, disabled section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":309,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1607cbb5","image":"54c4e2aa7af0622b71ab1b91e0216497.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with disabled, disabled section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":309,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dbef306c","image":"7c01812ede9c4d58571ccf59904bb1b1.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with title note and icon in dark, radio section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7521f65b","image":"45a569fd48a72db5047a02e192c35363.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with title note and icon, radio section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"873b52de","image":"e010fa0f10828dfec180f664eb3b904e.png","userAgent":"default","desc":"vega-selection-tile-group with slot should render normal when hover on it with radio, hover on it with checkbox","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7c17dec2","image":"50a9c832d93ea3ba546abb94fd08af87.png","userAgent":"default","desc":"vega-selection-tile-group with slot should render normal when use slot nested in modal, use slot nested in modal","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":288,"height":380,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"18ea6439","image":"47a4ae1ed1de0348708e630718bf58e0.png","userAgent":"default","desc":"vega-selection-tile-group with slot should render normal when use slot with checkbox, use slot","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":262,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3d92525d","image":"d0fc1daaab9d8154ac99b9923aca965e.png","userAgent":"default","desc":"vega-skeleton should render normal in dark mode, vega-skeleton with default status in dark mode","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":400,"height":724,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7bcbb04c","image":"bb54094e275897982cdadf3573cae164.png","userAgent":"default","desc":"vega-skeleton should render normal when nested in vega-accordion, vega-skeleton nested in vega-accordion","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":584,"height":308,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"801045b8","image":"1c2c279749b3bab613be5efd8411a9fb.png","userAgent":"default","desc":"vega-skeleton should render normal when nested in vega-dropdown, vega-skeleton nested in vega-dropdown","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e6c7585e","image":"885b77ceaf7e7a8908fd5b147c5a5217.png","userAgent":"default","desc":"vega-skeleton should render normal when nested in vega-modal, vega-skeleton with default status in dark mode","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":480,"height":400,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"65d34477","image":"bf112e6d28f4ea8ab3c84b88d685cb92.png","userAgent":"default","desc":"vega-skeleton should render normal when type is ellipse, type is ellipse","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"702eff78","image":"8753b744d14e6bf1be2fd926a564c3e9.png","userAgent":"default","desc":"vega-skeleton should render normal when type is full-width-paragraph, type is full-width-paragraph","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a6498d53","image":"f8ee607f6421ba60f973b9bff376ae28.png","userAgent":"default","desc":"vega-skeleton should render normal when type is image, type is image","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":180,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f1b7e8c2","image":"a4da8641e0ebce45d567a27b1b9d71c9.png","userAgent":"default","desc":"vega-skeleton should render normal when type is paragraph, type is paragraph","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":320,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50387804","image":"5bd4d4b7e0890bcb1d81ede114ee4b72.png","userAgent":"default","desc":"vega-skeleton should render normal when type is table in S view, table in S view","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":304,"height":260,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ce62c6ce","image":"6d8bd755e87330765b74bce670116692.png","userAgent":"default","desc":"vega-skeleton should render normal when type is table, type is table","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":300,"height":260,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b0c4a385","image":"0dd901512ef46e6320b55ebb543c7a38.png","userAgent":"default","desc":"vega-skeleton should render normal when type is text, type is text","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":180,"height":16,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c5cbc16f","image":"ed996049ed03540673123208a1939af9.png","userAgent":"default","desc":"vega-stepper should render dark mode with error, vega-stepper with error in dark mode","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f7c31a66","image":"d9579cafca730bedcd047d6b5e00d6a4.png","userAgent":"default","desc":"vega-stepper should render default status in dark mode, vega-stepper with default status in dark mode","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"beee245e","image":"2c0ab17426c134629732d0a71b6a0745.png","userAgent":"default","desc":"vega-stepper should render default status, vega-stepper with default status","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af489c4f","image":"d5d677892ed26746228c30990678ac38.png","userAgent":"default","desc":"vega-stepper should render error, vega-stepper with error","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"871dc441","image":"68bca5cfcf4cb2cf91bbae3869730a14.png","userAgent":"default","desc":"vega-stepper should render focus style with error , vega-stepper with error focus","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b9a1ef1d","image":"868a694b756597afd5cbd8991ed9fa6e.png","userAgent":"default","desc":"vega-stepper should render focus style, vega-stepper with focus","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8a212197","image":"3be29fbf67e05c10ef9effda5b0d1b9c.png","userAgent":"default","desc":"vega-stepper should render with label in dark mode, vega-stepper with label in dark mode","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1bb76955","image":"a29ab04f7b14796a43ec1004d07e1191.png","userAgent":"default","desc":"vega-stepper should show long label style, vega-stepper with long label","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":359,"height":114,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c586b0b","image":"4fe4b5357ee618b9ca1265408d74ad97.png","userAgent":"default","desc":"vega-stepper should show normal when disabled, vega-stepper when disabled","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":128,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cf8dcc80","image":"82045c605de46b4aa7f386601ddb8884.png","userAgent":"default","desc":"vega-stepper should show normal when input with max value, vega-stepper with max input","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"63fbd7e6","image":"6710405c63cd71667e3533429bc8ac74.png","userAgent":"default","desc":"vega-stepper should show normal when with input disabled in dark, vega-stepper with input disabled in dark","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3f83aad4","image":"5a8cf1ada7ead3e071e59c233e45d826.png","userAgent":"default","desc":"vega-stepper should show normal when with label and no input filed in dark mode, vega-stepper with label and no input filed in dark","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":112,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"86abc601","image":"5328d69dc10bb02003c30fed0e25a64b.png","userAgent":"default","desc":"vega-stepper should show normal when with label and no input filed, vega-stepper with label and no input filed","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":112,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ad4a533c","image":"f28b1b0716ee2f45646a13b5b5c25ece.png","userAgent":"default","desc":"vega-stepper should show normal when with label and variant, vega-stepper with label and variant","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":584,"height":186,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"64b48b9c","image":"8a801b5532051d67612de96df713f59a.png","userAgent":"default","desc":"vega-stepper should show normal when without label and disabled, vega-stepper without label and no input filed when set min is negative number","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"750b3bf6","image":"a1595ea5cac31981a01027ab16de609d.png","userAgent":"default","desc":"vega-tab-group disabled items should render dropdown normal when set disabled items in dark mode, vega-tab-group","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2ea7d7dc","image":"36a3aa27abb0e8fb45cbe4e842bb793b.png","userAgent":"default","desc":"vega-tab-group disabled items should render dropdown normal when set disabled items, vega-tab-group","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7b0fafa5","image":"27f11a528d6b5f15d45f2c420edc00fb.png","userAgent":"default","desc":"vega-tab-group disabled items should render vega-tab-group disabled items in dark mode, vega-tab-group with dark mode","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":300,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f2e6a25b","image":"e84d5f9378fbad753243b00f534b5a2b.png","userAgent":"default","desc":"vega-tab-group disabled items should render vega-tab-group disabled items with second variant in dark mode, vega-tab-group with dark mode","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":300,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cc808115","image":"865d7994dfb71cc52f659c784ab77089.png","userAgent":"default","desc":"vega-tab-group disabled items should render vega-tab-group disabled items, vega-tab-group","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":300,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e978867","image":"867dba1a3a0e5d10d9852a57eaf4f7f2.png","userAgent":"default","desc":"vega-tab-group disabled items should render vega-tab-group disabled items with second variant, vega-tab-group","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":300,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ebae0f14","image":"649745ba63be2d7bf9d4f766d7b8ca38.png","userAgent":"default","desc":"vega-tab-group should render counter badge normal in secondary tab,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":134,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3d043a93","image":"3a3ec2d1cafe6685d14ef24be74aace4.png","userAgent":"default","desc":"vega-tab-group should render normal line chart in nest tab in modal,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":480,"height":518,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b407d1f7","image":"0e588e87d0e0617c6fefe1e8203ceaf5.png","userAgent":"default","desc":"vega-tab-group should render normal table in nest tab,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":732,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2ebda645","image":"2613cd2759c32063cc30bd0bd33358dc.png","userAgent":"default","desc":"vega-tab-group should render three level tab group,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"41beb5ab","image":"8aca19545cb02a7fd00f5d84a1fc4ee1.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group more than one screen on mobile, vega-tab-group more than one screen on mobile","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":350,"height":116,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"10309d40","image":"8aca19545cb02a7fd00f5d84a1fc4ee1.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group more than one screen, vega-tab-group more than one screen","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":350,"height":116,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4965cfd8","image":"ca9c87751da7c73377da05d1cbf34974.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group when set icon, set icon","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e526c642","image":"cd0ec559f03f247915ac7f28d051477f.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group when set variant in dark, set variant in dark","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9adb0b8f","image":"111ceb449af342ffefc9bf18313e9f2d.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group when set variant, set variant","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1cb532af","image":"1b7e059b6e4adb5f3a15dc7737195bef.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group with dark mode, vega-tab-group with dark mode","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":350,"height":116,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc2d5b85","image":"554637773a92e812811d95933b06d047.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group without show-close-button, without show-close-button","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c3a6eeb9","image":"050cba57fa9a35e3803c85fbb59b4024.png","userAgent":"default","desc":"vega-tab-group should show counter badge normal in mobile mode,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":374,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d501d134","image":"cab16e07722c54b790e38a8b9995af8f.png","userAgent":"default","desc":"vega-text should show normal when text in accordion component, vega-text with normal text in accordion component","testPath":"./src/components/vega-text/test/vaga-text.visual.e2e.ts","width":584,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4b0add4c","image":"404d5c7fe65c1df1162feb7af57adadd.png","userAgent":"default","desc":"vega-textarea should render as expected when set value, mobile horizontal mode","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":552,"height":222,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"eb9d264e","image":"1f7f87a3bfb22d7b6d5489170a691439.png","userAgent":"default","desc":"vega-textarea should render scroll vega-textarea with long content in mobile mode, vega-textarea set long content","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":278,"height":162,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e62123a0","image":"027defd97df9a5b4a7653be56ccdb0ac.png","userAgent":"default","desc":"vega-textarea should render textarea correct when show hint and error position right, show hint and error position right","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":584,"height":222,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c6e28144","image":"bb671a54edc0e2807e0ee792010765ce.png","userAgent":"default","desc":"vega-textarea should render vega-textarea correct when set placeholder and long hint and long label, vega-textarea set placeholder and long hint","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":584,"height":292,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e887aec8","image":"37ff2d44fb6261e53203d05e1d130b48.png","userAgent":"default","desc":"vega-textarea should render vega-textarea in table, in table","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":340,"height":287,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"caf16a8b","image":"5ecd509cfe196a8262a7e85d3d4c64b0.png","userAgent":"default","desc":"vega-time-picker with range mode should render vega-time-picker range with disable, vega-time-picker range with disabled","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8bde70f6","image":"2d8b857c7a81cd7e90b75c9fcb974e09.png","userAgent":"default","desc":"vega-time-picker with range mode should render vega-time-picker range with required, vega-time-picker range with required","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":584,"height":152,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"39eb2585","image":"4d614a3bd7821f52b699427abf3440e2.png","userAgent":"default","desc":"vega-time-picker with range mode should render vega-time-picker range with small size, vega-time-picker range with small size","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":304,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"de7584f8","image":"4c39dc9b5530f8cfa389453f323f2562.png","userAgent":"default","desc":"vega-time-picker with single mode should render vega-time-picker with dark mode, vega-time-picker with dark mode","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":584,"height":142,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"365b1d43","image":"fca29f7a114d6e4df2ca093e1d9cf90a.png","userAgent":"default","desc":"vega-time-picker with single mode should render vega-time-picker with disabled, vega-time-picker with disabled","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":584,"height":94,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a3def9f9","image":"715b51ef2b67f378bba07e7ad9343754.png","userAgent":"default","desc":"vega-time-picker with single mode should render vega-time-picker with small size, vega-time-picker with small size","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":304,"height":142,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4fe96a79","image":"21e702dbfac3ae3c84ad5cf4a3a5fd33.png","userAgent":"default","desc":"vega-toggle-switch should render as expected when set label, set label","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":304,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"153036db","image":"9b18a6ddb96cbd44795e2bbc536f4f2a.png","userAgent":"default","desc":"vega-toggle-switch should render as expected when set size, set size","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"950fc1b6","image":"8d4761d0c860b4bdc923c78a60c6c7db.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with disabled, vega-toggle-switch with disabled","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3408d081","image":"68c9260329ceafbae03b1cf59a2dc832.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with checked and disabled in dark mode, vega-toggle-switch with checked and disabled in dark mode","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d315d46d","image":"ae5ba79ab620185002de1e0e2869fea8.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with checked and disabled, vega-toggle-switch with checked and disabled","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc2d4aaa","image":"2e1f9e506e8e09a191c0d86899e8975a.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with checked in dark mode, vega-toggle-switch with checked in dark mode","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c0eb99ef","image":"e356cf56ccaa076bbc8d34dc8f793843.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with checked, vega-toggle-switch with checked","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e4ba02a1","image":"b7f774a62a166681f5e34f4f92e7df96.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with default status, vega-toggle-switch with default status","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fa880ff7","image":"0bd41559a47131117d6b5d48f9384e2b.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with disabled in dark mode, vega-toggle-switch with disabled in dark mode","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4485e4fd","image":"40f48b85da52ec3ef05fa4696c72f7ff.png","userAgent":"default","desc":"vega-tooltip should render as expected when set size, vega-tooltip with not enough array alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":366,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a58771b3","image":"f2357c90c5bc52def3fac87e0ec9997a.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with not enough array placement, vega-tooltip with not enough array placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":450,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7dd8a6c5","image":"cb99b0bf33401c42eebea1020004a1a8.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with not enough string placement, vega-tooltip with not enough string placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":430,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"25e41303","image":"2205a5e15323173cf82e53036b89f3d2.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with bottom placement and center alignment , vega-tooltip with bottom and center","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e9fb1804","image":"a481b24ed810261cbae6bce62a1fd6da.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with bottom placement and end alignment, vega-tooltip with bottom and end","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b6476c57","image":"d6b1c4c2db737fef0105bc33cda83309.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with bottom placement and start alignment, vega-tooltip with bottom and start","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3cd2957c","image":"2205a5e15323173cf82e53036b89f3d2.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with bottom placement, vega-tooltip with bottom placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"77300299","image":"7268f09b0b1a0e124434eca4bbd818fa.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with center alignment, vega-tooltip with center alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"23f1bec7","image":"a4e17fa06168594ff442f3d84ca346e0.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with dark mode, top with dark mode","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cca6c0b7","image":"3ae1c7c33ebd96fe70ad90acc7b1d693.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with end alignment, vega-tooltip with end alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6216836d","image":"7129b9342de7f5e37c6eeeb9e174e2de.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with enough array placement, vega-tooltip with enough array placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":450,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a6d7fa58","image":"74a5d110629e8bed44951ecc69d46e37.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with left placement and center alignment, vega-tooltip with left and center","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ddb0eabb","image":"0968ada1c88a12c121d7e4cd9d1a4c31.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with left placement and end alignment, vega-tooltip with left and end","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"649eb740","image":"098ee2f12b7cd94ed7e3d9678dca8d9d.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with left placement and start alignment, vega-tooltip with left and start","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b09e6011","image":"a3f82ac3c6348fa4452a198cb503860d.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with left placement, vega-tooltip with left placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"39b2a226","image":"fb21968682604e963f859ce4a3063449.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with not enough array alignment, vega-tooltip with not enough array alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":366,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8983555d","image":"8c0bc63f7d57338b59338292b4d20e1c.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with not enough string alignment, vega-tooltip with string alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":254,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c419b48a","image":"ced9cb27f2fe15debe7cae42e1b6347d.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with position-relative-to, vega-tooltip with position-relative-to","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d6cddd0f","image":"e6262e247906000955ae8374d655a906.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with right placement and center alignment, vega-tooltip with right and center","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dfe2c3ae","image":"0775b2b66ba608e1677bb4bd032f707e.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with right placement and end alignment, vega-tooltip with right and end","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4d12f56e","image":"9f1bfd0ae43a5c83303dcf205dc86aac.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with right placement and start alignment, vega-tooltip with right and start","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e41450e7","image":"b56bb2b3dd4141b8e698820a515b8798.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with right placement, vega-tooltip with right placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cd16d2b0","image":"4f736b3787086298b179837d13ea2e27.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with start alignment, vega-tooltip with start alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c74a52e1","image":"7268f09b0b1a0e124434eca4bbd818fa.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with top placement and center alignment, vega-tooltip with top and center","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"360bdc55","image":"3ae1c7c33ebd96fe70ad90acc7b1d693.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with top placement and end alignment, vega-tooltip with top and end","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e45027aa","image":"4f736b3787086298b179837d13ea2e27.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with top placement and start alignment, vega-tooltip with top and start","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9d18a701","image":"7268f09b0b1a0e124434eca4bbd818fa.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with top placement, vega-tooltip with top placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false}]};
21
+ app.b = {"id":"20250409054414","message":"Build: 2025-04-09 05:44:14","appNamespace":"App","timestamp":1744177454784,"screenshots":[{"id":"1851b4ab","image":"e2a3a5bb4365d8f726c66cdd0502df93.png","userAgent":"default","desc":"#test should render as expected when set checked, checked","testPath":"./src/components/vega-radio/test/vega-radio.visual.e2e.ts","width":584,"height":48,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5f615bc3","image":"3ec93ead42526589356ac0b756d043ec.png","userAgent":"default","desc":"#test should render as expected when set col direction, col direction","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":154,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"60945dee","image":"e3aab7603407b6e1b444b0eac170a7ec.png","userAgent":"default","desc":"#test should render as expected when set disabled in dark, disabled in dark","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35673be3","image":"26e2f8a3530bb0e0ea2384f2bdc9a81a.png","userAgent":"default","desc":"#test should render as expected when set disabled, disabled","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"abcf9425","image":"25eeda071a6e8ec33338f621edfccce7.png","userAgent":"default","desc":"#test should render as expected when set label and hint, label and hint","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":190,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a409a872","image":"8ec5450454d067c364839f82e25a956d.png","userAgent":"default","desc":"#test should render as expected when set required in dark, required in dark","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"58970cad","image":"e9a4edf0d472871407e3de2a94491d38.png","userAgent":"default","desc":"#test should render as expected when set required, required","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"27b425e6","image":"6618ae614b5a59f18f1f9f627b81f0ba.png","userAgent":"default","desc":"#test should render as expected when set row direction, row direction","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":304,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ef200a8f","image":"eed96dc07ed46b9585a3fa2f9655268f.png","userAgent":"default","desc":"#test should render as expected when set size, size","testPath":"./src/components/vega-radio/test/vega-radio.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3db02122","image":"ee0321657e33c16d1cafb4124cc8b84e.png","userAgent":"default","desc":"#test should render radio group normal in mobile when set vega-flex-prop, vega-radio in mobile","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":113,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"27a9cb6b","image":"4ba5027ab476151e2ba4f16cade9a316.png","userAgent":"default","desc":"#test should render vega-radio with horizontal, vega-radio with horizontal","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":194,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9b7cf51e","image":"44caefac207b436ffeffdef86eaae21a.png","userAgent":"default","desc":"#test should render vega-radio with vertical, vega-radio with vertical","testPath":"./src/components/vega-radio/vega-radio-group/test/vega-radio-group.visual.e2e.ts","width":93.734375,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"10235272","image":"19f0f11a1678b49278906815b94aa63b.png","userAgent":"default","desc":"base Table should go to the target page when type in goTo, go to the target page","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":212,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"faea527d","image":"5eab49b89384ab1f74be37d4e905021a.png","userAgent":"default","desc":"base Table should re-render expand row when append new slot content to vega-table, source table re-render expand row","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":242,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67e6f874","image":"6548c65bf55806aa5acde87bc4d2017e.png","userAgent":"default","desc":"base Table should render a editable table with striped row, table with striped styles","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":234,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f3141135","image":"6188b93026521a32345a4319fb10271e.png","userAgent":"default","desc":"base Table should render a expandable table with striped and selected row, table with striped and selected row","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":285,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fadbf6f5","image":"8ae35388a8ed4604acc175b6953b1a12.png","userAgent":"default","desc":"base Table should render a table show custom empty description, able without show custom empty description","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8278e315","image":"1ab773baf811c86dcc3fd48c486b948e.png","userAgent":"default","desc":"base Table should render a table show empty description in dark mode , table without show empty description","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"69038f2f","image":"e0fad740e1ea1190ae5bafcc312b7345.png","userAgent":"default","desc":"base Table should render a table show empty description, table without show empty description","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47caef3c","image":"9d6ec965e5a23731bd189dfbb3c80e84.png","userAgent":"default","desc":"base Table should render a table with compact density, table with compact density","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":130,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1cca701e","image":"fb2756dae46b9f5078e264cd3419bb7f.png","userAgent":"default","desc":"base Table should render a table with divider in dark mode, table with divider","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"502ac07d","image":"706dfb70e1074e2aad57ab8526b0f360.png","userAgent":"default","desc":"base Table should render a table with divider, table with divider","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af4ac51d","image":"4946b39b68b5cf6879cab368a43dde2d.png","userAgent":"default","desc":"base Table should render a table with header cell vertical align middle, table with header cell vertical align middle","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e5ea5427","image":"4a5c84ab5b32f8b3652f31aca7f82547.png","userAgent":"default","desc":"base Table should render a table with multiple click, table with multiple click styles","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6197530a","image":"9d272894b4135cdb24bd6dd6d23dd421.png","userAgent":"default","desc":"base Table should render a table with pagination, table with pagination","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":182,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6126bb12","image":"34efd6c9f4e5031eeb8c1f1a51bd3eaa.png","userAgent":"default","desc":"base Table should render a table with relaxed density, table with relaxed density","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":250,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f4b67cd0","image":"2818dab1bc771c7ed5eb71d561228863.png","userAgent":"default","desc":"base Table should render a table with striped false in dark mode, table without striped styles in dark mode","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67cdb6e1","image":"e6dbee568bfdc18e352b077e374ff82f.png","userAgent":"default","desc":"base Table should render a table with striped false, source table with columns styles","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3a766969","image":"376d9c365f202b555efc6152eb4dbb7a.png","userAgent":"default","desc":"base Table should render a table with striped with click, table with striped and click styles","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"004faef1","image":"6bcde51c95aafa27fed83fd83b8f0397.png","userAgent":"default","desc":"base Table should render a table without show header, table without show header","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5c99eb23","image":"76dcdcc9887459636f81578fa8e72f0d.png","userAgent":"default","desc":"base Table should render as expected when columns have nest path, columns have nest path","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":104,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d2dc5df5","image":"9807fabc447e7dae30fbbe6754e02c0d.png","userAgent":"default","desc":"base Table should render expandable table with striped and selected normal in dark mode, table with striped and selected row","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":285,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d334d543","image":"4d3538775024b65cc11c656ee312bfb7.png","userAgent":"default","desc":"base Table should render head column long text word break when column set ellipsis in small screen, word break when column set ellipsis","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":182,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e7dca73c","image":"d2085cde486b22d26ed3ed7dd092ac67.png","userAgent":"default","desc":"base Table should render normal words break in table head cell and row cell, normal break words cell text","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":236,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c80aab26","image":"c31b279c27c044ff8023b74161774d65.png","userAgent":"default","desc":"base Table should render scrollable table on x-axis when head column text is too long without word space, scrollable table and not break the long text column","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":564,"height":198,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f1092c1","image":"fa793989f4717dd55b1c603086785688.png","userAgent":"default","desc":"base Table should render scrollable table on x-axis when there is too many columns in small screen, scrollable table with too many columns","testPath":"./src/components/vega-table/test/vega-table.visual.e2e.tsx","width":584,"height":254,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5dacdce9","image":"6e9e15b49f9bd7e2b60f666b85f4c3b7.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal in dark mode, vega-breadcrumb in dark mode","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"768a2a36","image":"d8291cc7ad6e1607c344ed2ed1368ea3.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when dropdown expanded not enough space, vega-breadcrumb with dropdown expanded not enough space","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9cbaa2c7","image":"6542deed80a8908b2ba2e40b482a5829.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when hover items, vega-breadcrumb hover style","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":564,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1930f531","image":"bea6a7939bf5c8f3034f9f36d3aa83a0.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when items is default, vega-breadcrumb default display","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"90e0d64d","image":"b74e84ef684b263e0390552911c7b630.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when max items greater than 4, vega-breadcrumb with max items greater than 4","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"857127e9","image":"b74e84ef684b263e0390552911c7b630.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when max items is none, vega-breadcrumb with max items is none","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0240e396","image":"b74e84ef684b263e0390552911c7b630.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when max items less than 4, vega-breadcrumb with max items less than 4","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"12f32cee","image":"69cdde73ed1979a49fa379514fb747ea.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when nest in flex , vega-breadcrumb with nest in flex","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"53dfaedd","image":"69cdde73ed1979a49fa379514fb747ea.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when set items, vega-breadcrumb default display","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4a7a94ba","image":"e302c8e4a9ea160a0a19968825d55dab.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when set max items, vega-breadcrumb max items display","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"eae7e2d6","image":"d43099f8107adb7d25c029fd861236c7.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when with tooltip in dark mode, vega-breadcrumb with tooltip in dark mode","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c0b2706e","image":"c6835996ac4b2b3f962a7c89245faa9e.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal when with tooltip, vega-breadcrumb with tooltip","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc1b7ef3","image":"b43533c13c416aad326bc67d0f44929e.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal with only one label, vega-breadcrumb with only one label","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"491422b5","image":"ee2e3f6e90b8c2a479d187d5c33257d9.png","userAgent":"default","desc":"Basic breadcrumb should render breadcrumb normal with TAB, vega-breadcrumb with TAB","testPath":"./src/components/vega-breadcrumb/test/vega-breadcrumb.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f7dec8ba","image":"16548b7507dad1afa018cf73f656e123.png","userAgent":"default","desc":"Basic Dropdown should render normal when search nonexistent word in dark mode, vega-dropdown when dark mode and focus in search input","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b80ada13","image":"9ee6d0e821a1f9c789514aef157a40ee.png","userAgent":"default","desc":"Basic Dropdown should render dropdown normal when change ResponsiveType window size in dark mode, vega-dropdown with ResponsiveType size in dark mode","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":100,"height":187,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8e81a09c","image":"70b41db21992f19bda5e6b0f70c1fc09.png","userAgent":"default","desc":"Basic Dropdown should render dropdown normal when click element,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":102,"height":138,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ac03fb6a","image":"30423ab0c5ce8c26a9b4e30fb4ad50b5.png","userAgent":"default","desc":"Basic Dropdown should render newline when label is too long,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c18a762c","image":"2e8755615c5b55dfeb5ced872b9b89f6.png","userAgent":"default","desc":"Basic Dropdown should render normal with match-target-width in default size, vega-dropdown with match-target-width in default size","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cf329bf3","image":"aa4abb72226bb8321d4b9258f9857b71.png","userAgent":"default","desc":"Basic Dropdown should render normal with match-target-width in large size, vega-dropdown with match-target-width in large size","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fab5bade","image":"a09b998ff83fe0c8ba190c43be2c8281.png","userAgent":"default","desc":"Basic Dropdown should render proper whole item in dropdown,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b38d1f95","image":"7e8b4c9c2ac796fd5c5c730a430ef2e4.png","userAgent":"default","desc":"Basic Dropdown should render scrollable dropdown list normal of source mode,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":206,"height":206,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"695359a8","image":"bed34ed4f9077f51952b51283f4b473b.png","userAgent":"default","desc":"Basic Table should render a table with strip and selected row, vega-table with strip selected row","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"99800b23","image":"7b89bf68bb12f5cee6947bd5af2520d7.png","userAgent":"default","desc":"Basic Table should render empty empty description when set the empty description, vega-table with set description","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b994d65f","image":"7c7593da4f5a9d04f800284023edb554.png","userAgent":"default","desc":"Basic Table should render empty empty description when there is no data source in dark mode, vega-table with no data source","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc9419a6","image":"7b05dd84aacb821c812f835a0580c001.png","userAgent":"default","desc":"Basic Table should render empty empty description when there is no data source, vega-table with no data source","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6ecc543a","image":"5b424b673e5f6814bbcc687a2f5ba7ff.png","userAgent":"default","desc":"Basic Table should render table with body children components and columns prop, vega-table with body children components and columns prop","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87928609","image":"2b8df5a2aa5bea6bb21551b1ea4a5fe3.png","userAgent":"default","desc":"Basic Table should render table with columnDivider and rowDivider prop true in dark mode, vega-table columnDivider and rowDivider prop in dark mode","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"58118192","image":"051edd1219d1ddca517459b788cc9d2b.png","userAgent":"default","desc":"Basic Table should render table with columnDivider and rowDivider prop true, vega-table columnDivider and rowDivider prop true","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b41ae3a1","image":"7b90db4c1dcaeed7cf71f5bae65d327a.png","userAgent":"default","desc":"Basic Table should render table with columns and showHeader props false, vega-table with showHeader false","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":126,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8f403a25","image":"0918181ef6fad9b51bbf411785719c7f.png","userAgent":"default","desc":"Basic Table should render table with custom width of the column, vega-table with body children components and columns prop","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"829baf3d","image":"4060b53b47c6e063d1770980ecb101b2.png","userAgent":"default","desc":"Basic Table should render table with density compact, vega-table with compact density","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":104,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"abf74a36","image":"363f015a5323e01c8f7c421607ba7a85.png","userAgent":"default","desc":"Basic Table should render table with density relaxed, vega-table with relaxed density","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6591a8a6","image":"b27ff00e501d23c43b509c1a0168ef39.png","userAgent":"default","desc":"Basic Table should render table with fixHeader and tooltip, vega-table with body children components and fixHeader and tooltip","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":106,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8db83690","image":"bfbf13672d796f88652747c1c627c225.png","userAgent":"default","desc":"Basic Table should render table with paddingX prop and text align, vega-table with paddingX","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c32240d1","image":"d95148fef77af3db17d99a9e6d582f37.png","userAgent":"default","desc":"Basic Table should render table with striped prop false, vega-table striped prop false","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a70b6375","image":"f8b36602184f5158860506fe64079c89.png","userAgent":"default","desc":"Basic Table should render table with striped prop true in dark mode, vega-table striped in dark mode","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5543149e","image":"9bdf5a8be0ecbe48e58b74552e4c5888.png","userAgent":"default","desc":"Complex Table should render table with rowSelection and rowExpandable and cell overflow ellipsis, rowSelection and rowExpandable","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":353,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"96e6a117","image":"2c532e1252a0775b10aed847a4f06e4a.png","userAgent":"default","desc":"Complex Table should render table with rowSelection and rowExpandable and cell overflow scroll, overflow set scroll","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":763,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"607b4bd1","image":"33519a891e6922542f2b3fc18ab26670.png","userAgent":"default","desc":"Custom Column Table should render custom column, vega-table with custom column","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":192,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"32b0fd16","image":"6a1e34197166e3475343c3ba9a4ce398.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with not enough array placement, vega-dropdown with not enough array placement","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":450,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67d5b75e","image":"7845c6559ae2b8cfa3eec51d52e628c1.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with bottom placement and center alignment , vega-dropdown with bottom and center","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"439f8d12","image":"db9207243bf814e40de5d4f04ca70316.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with bottom placement and end alignment, vega-dropdown with bottom and end","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0015c434","image":"e6d939c8648a17c13549f5f2adb346e7.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with bottom placement and start alignment, vega-dropdown with bottom and start","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"996b5680","image":"914841508f534fc579907f3ff4e94eda.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with center alignment, vega-dropdown with center alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fcc7e81a","image":"db9207243bf814e40de5d4f04ca70316.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with end alignment, vega-dropdown with end alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67a4ce14","image":"8f1c9b14d29c9264c5491f98fa9de9e8.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with not enough array alignment, vega-dropdown with not enough array alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":390,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"350c6500","image":"8ed1408bb2065b8a868349005c1f140d.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with not enough string alignment, vega-dropdown with string alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":254,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0fedff14","image":"e6d939c8648a17c13549f5f2adb346e7.png","userAgent":"default","desc":"Dropdown Placement and Alignment should render vega-dropdown with start alignment, vega-dropdown with start alignment","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"21c062af","image":"eb89e9322f47193680a195eedec9ca1f.png","userAgent":"default","desc":"Dropdown Position should render correct position of dropdown when set position-relative-to, vega-dropdown with position-relative-to","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"848d4cb2","image":"f3492d235f8072e4adf1060958453ee6.png","userAgent":"default","desc":"Dropdown Position should render correct position of slot dropdown when set position-relative-to, vega-dropdown with position-relative-to","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35e0c1b5","image":"b702cca4b4fe43f208a58f37e4a7d0c8.png","userAgent":"default","desc":"Dropdown Position should render dropdown fully in container when container space is enough and match-container-height is true, container has space enough when match-container-height is true","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3d76e741","image":"d3f2e40808a135432120eec842002667.png","userAgent":"default","desc":"Dropdown Position should render dropdown to correct position when set translocation, with translocation","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"30f366a6","image":"ec801a1f7ded7e4f72b3b83d56ef137b.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown in bottom of target in modal when bottom has enough space ,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bf7632cb","image":"faf67bf2491d228a3147ca1b197ce7c0.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown in top of target in modal when has not enough space in bottom,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b3898759","image":"396af4eab814a3a2dc1429581b3452b3.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown normal when open dropdown with selected-source-key in dark mode,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"777a618c","image":"44eaf11aa4495c9d8d76941a1254dcb0.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown normal when search existent key in dark mode, vega-dropdown when search existent key in dark mode","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0b5759c8","image":"a75a60a4aa5b275fd399051abf56d08e.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown normal when searchable is true, vega-dropdown when searchable is true","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"312a66c3","image":"d9df19d7691aa789d2a8bc95bf35da2c.png","userAgent":"default","desc":"Dropdown Searchable should render dropdown with scroll in contain when container height less than source with match-container-height,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c58d696c","image":"7476eb8a4b6b6c21d7366cd7b839cd8e.png","userAgent":"default","desc":"Dropdown Searchable should render normal when have long menu label,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":620,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"66e045fd","image":"64174556b9d8b4d18b7b8cfd531987a7.png","userAgent":"default","desc":"Dropdown Searchable should render proper counter badge in dropdown,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":202,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cb02bf74","image":"af77365d82e0f07b3957f3c77dfa5810.png","userAgent":"default","desc":"Dropdown Searchable should search automatically after input when searchable is true , vega-dropdown when searchable is true and input search","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5d3a9423","image":"5b2591966426d8c77601565dfa914b5c.png","userAgent":"default","desc":"Dropdown Searchable should show newline style when group is longer than max-width,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":320,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"80fd8cf8","image":"3263cb4ecdc16ecec1cf03d96c1d83d1.png","userAgent":"default","desc":"Expandable Table should render a table with expanded and selected row in dark mode, vega-table with expanded row","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":253,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8dac98eb","image":"8e8f3e052eed01419d45167ec3d31705.png","userAgent":"default","desc":"Expandable Table should render a table with expanded and selected row, vega-table with expanded row","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":253,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"003fb076","image":"4d34a53adeaf6b96b5f910e0e57f91f7.png","userAgent":"default","desc":"Group Dropdown should render dropdown normal with group in dark, group in dark","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9ed46127","image":"6355a9180ed5c4dd8df56c9ead71b0c8.png","userAgent":"default","desc":"Group Dropdown should render dropdown normal with group, default group","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4052fe32","image":"b513f66c5fdbab3a28e7db1b23bfb8c2.png","userAgent":"default","desc":"Group Dropdown should render dropdown normal with multiple select in group, multiple select in group","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"32dfa148","image":"f4a592740204a611f064fd861eea879f.png","userAgent":"default","desc":"Group Dropdown should render dropdown normal with single select in group, single select in group","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a59c26ab","image":"b35f5b3650f7806ab3390e0ba67df1a4.png","userAgent":"default","desc":"Group Dropdown should render separator line normal when select-type to multiple, separator with multiple","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7367e094","image":"05395d74d64a1da223fb94b2874f2d66.png","userAgent":"default","desc":"Group Dropdown should render separator line normal when select-type to none, separator with none","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b2533a89","image":"fedb6514016e34df2fcb29eef107d385.png","userAgent":"default","desc":"Group Dropdown should render separator line normal when select-type to single, separator with single","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0c7f123e","image":"65147f30150f68dd99a34e3de9adb4a2.png","userAgent":"default","desc":"Selection Dropdown should render dropdown normal with multiple select in dark, multiple select in dark","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"66967567","image":"32009df7a0440dc1227d6c59fcdc22a8.png","userAgent":"default","desc":"Selection Dropdown should render dropdown normal with multiple select, multiple select","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"805d1843","image":"3221fe82f718cdb8d3a013e35e75d966.png","userAgent":"default","desc":"Selection Dropdown should render dropdown normal with single select and disabled, single select and disabled","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"429243c4","image":"3221fe82f718cdb8d3a013e35e75d966.png","userAgent":"default","desc":"Selection Dropdown should render dropdown normal with single select, single select","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ddc7554b","image":"428ec68c1c5771403f8939976018c14e.png","userAgent":"default","desc":"Selection Table should render table when select All, vega-table header rowSelection","testPath":"./src/components/vega-table/test/vega-table-with-children-components.visual.e2e.tsx","width":564,"height":168,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6e786d15","image":"c14ed538a5d1e19c581b8a480a410873.png","userAgent":"default","desc":"should get expect background color when set different type in mobile dark mode, vega-banner set different type in dark mode","testPath":"./src/components/vega-banner/test/vega-banner.visual.e2e.ts","width":359,"height":736,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c6e8f14","image":"5505895e66a4d80a8eb40be714de2da1.png","userAgent":"default","desc":"should get expect background color when set different type, vega-banner set different type in dark mode","testPath":"./src/components/vega-banner/test/vega-banner.visual.e2e.ts","width":584,"height":490,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"339deb3a","image":"7c8e1def6b12da12f07536140e2b88b3.png","userAgent":"default","desc":"should render vega-accordion with basic property should render as expected when both set accordion-title and slot, both set accordion-title and slot","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":304,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"56ea6bd0","image":"2c20e396014f9b12f047545579b878ca.png","userAgent":"default","desc":"should render vega-accordion with basic property should render as expected when set icon-position as center, vega-accordion set icon-position as center","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":304,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1967988d","image":"ee880fd8c1965895a4c79cf4c744feac.png","userAgent":"default","desc":"should render vega-accordion with basic property should render as expected when set icon-position as top, vega-accordion set icon-position as top","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":304,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c9e871f","image":"3d7ee9ac11ff5492525a094beaa220b1.png","userAgent":"default","desc":"should render vega-accordion with basic property should render as expected when title contains special symbol, title contains special symbol","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":304,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7186b7a5","image":"2aa7766d32787734fc8a534acc98bf77.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when click expand icon twice, vega-accordion without group id","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"157c09b5","image":"aa9b522302f4dd7150ecbfbb275320e6.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when not set group id, vega-accordion without group id","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":246,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"adfd3fcb","image":"e39ce053c84fc3a5528ac4b5641ac9cf.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set drawsBackground in dark mode, vega-accordion with drawsBackground in dark mode","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":264,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f5bc4c4","image":"94a53d14a1e5f3fcb2f22b91642dc2cb.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set drawsBackground in normal mode, vega-accordion with drawsBackground","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":264,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae64bc62","image":"e43a752514e8b393cb628520b605b584.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set expand icon align, vega-accordion collapsed with chevron on left","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":388,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b17c427b","image":"5aeed5c2ec2ca7b5ae286bae76bb6f72.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set group id, vega-accordion with group id","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":222,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"296a065a","image":"f14f173c0407db4e2e0d465809e3035f.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when set long text content of accordion-content, vega-accordion without group id","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"84c5579e","image":"f1c37fd272da405acfb07e2bcd9e2e86.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion when show-expand-icon set false, vega-accordion when show-expand-icon set false","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4cc4a691","image":"69c6368a387225497235ea4cabbbe05d.png","userAgent":"default","desc":"should render vega-accordion with basic property should render vega-accordion, vega-accordion default states","testPath":"./src/components/vega-accordion/test/vaga-accordion.visual.e2e.ts","width":584,"height":142,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"532b7912","image":"bb551e3ba230869e0f7f74597ebdc929.png","userAgent":"default","desc":"should render vega-button-circle basic property should render as expected when set label, label","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"73baddc7","image":"e2c01035d03336301a1d9b296c8d9ab3.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when have line-height defined in outer, vega-button-circle when have line-height defined in outer","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":40,"height":43,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"387fa3b4","image":"f3e92ee96aa91f49801ea4202f6081ac.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set danger and disabled, danger and disabled","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"611f8dfa","image":"1d1444203dac3cbe71c951d381126d03.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set danger, danger","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"12909cc7","image":"f3e92ee96aa91f49801ea4202f6081ac.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set disabled, disabled","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5192366c","image":"0ee82b520727d5a484ae47df46170f6b.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set size, size","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b2abcdfc","image":"ed32af8a6de2ef712782d8c700d5ea9c.png","userAgent":"default","desc":"should render vega-button-circle basic property should render vega-button-circle when set variant, variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":40,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"efb0007f","image":"b4b41ceb35d80f9f629859558b75b19e.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle pressed with danger secondary variant, vega-button-circle pressed with danger secondary variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"66a7a358","image":"b16111054dc7e5c31d822180d54ea0e6.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with danger icon-only variant, vega-button-circle pressed with danger icon-only variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6b0a2763","image":"e5ade203143dc82491aa076121660e52.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with danger primary variant, pressed with danger primary variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f1d3c091","image":"0545ef2f0796fa5f1d878254825adaf4.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with icon-only variant, pressed with icon-only variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"be39d8b9","image":"9554d90e572ac282fec64cefe1d65eae.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with primary variant, vega-button-circle pressed with primary variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bee9f92b","image":"dfd25ea8862f0ef09292b87930278f8b.png","userAgent":"default","desc":"should render vega-button-circle when focused or use key board should render vega-button-circle when pressed with secondary variant, vega-button-circle pressed with secondary variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":60,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e2f5be92","image":"cc690d6b70d361022b64cfd7e15aced7.png","userAgent":"default","desc":"should render vega-button-circle when in dark mode should render vega-button-circle when set danger and disabled in dark, danger and disabled","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bbf89087","image":"909185691877d3ab730fbc98e563b5cc.png","userAgent":"default","desc":"should render vega-button-circle when in dark mode should render vega-button-circle when set danger in dark, danger","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ad9d0c41","image":"cc690d6b70d361022b64cfd7e15aced7.png","userAgent":"default","desc":"should render vega-button-circle when in dark mode should render vega-button-circle when set disabled in dark, disabled","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"136be31c","image":"c76344aa17e7856258e6a7aba903caab.png","userAgent":"default","desc":"should render vega-button-circle when in dark mode should render vega-button-circle when set variant in dark mode, variant","testPath":"./src/components/vega-button-circle/test/vaga-button-circle.visual.e2e.ts","width":40,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a0d3dfee","image":"9a5b6ff3d85a26850b93d3129de94bbc.png","userAgent":"default","desc":"should render vega-button-link basic property should render as expected when set label, label","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fe1c4c8a","image":"3079876e71da7c207489af4b38314ca3.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when focus on it, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1b2ea956","image":"5ebfae0149ca72238011292fa3e486cb.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when hover on it, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e6fd19f","image":"5436543a753e26c1c2224e9b8ed3f30c.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set danger, danger","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8f1f3d33","image":"439f69b339c6f6ca820a4b62382ca877.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set disabled and danger, disabled and danger","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c6038e5","image":"a9a1de0b8dd7b6ccab5b47f73dd7f842.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set disabled, disabled","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"26fc36a3","image":"f02927c03369f309483a9c4ddf1dd918.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set icon-align, icon-align","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"befbf465","image":"1dac4a7712234a30253ab6f9160d50a6.png","userAgent":"default","desc":"should render vega-button-link basic property should render vega-button-link when set icon-type, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cc670703","image":"d6242fd259465d2ba316d672684afcf7.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render as expected when set label in dark, label","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3f3e691a","image":"ddcd258c6ad4c8489c1b51df313691e9.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when focus on it in dark, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b60beced","image":"0b462aed27368fadffaf4042b4bf124f.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when hover on it in dark, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8780e988","image":"8b7cd1fafd046cdd7200189a3a8e424f.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when set danger in dark, danger","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fd3067e4","image":"080f0f2d3f06372a9302e80f14aeb74e.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when set disabled and danger in dark, disabled and danger","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"777e6c1a","image":"a19c2ba30b43cb891f2536ebda33b5b9.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when set disabled in dark, disabled","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3bf59a09","image":"fe4603d37d7b7abc55ebda66bb81b8d9.png","userAgent":"default","desc":"should render vega-button-link when in dark mode should render vega-button-link when set icon-type in dark, icon-type","testPath":"./src/components/vega-button-link/test/vaga-button-link.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6e34d358","image":"5aa02d6e18a0fa7b46ad23263f5372f9.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render day vega-calendar normal when set view-mode and scroll to the bottom in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4e368ee6","image":"97e8a0e95dcff699c46f9b1b88b87d8a.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render day vega-calendar normal when set view-mode in large screen in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ac141e3","image":"065795600809ccab42d0f13ba71eb633.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render disabled event normal in month view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"280a3c8e","image":"1ebaf53fb8db94bb9a8154e86a3e5ed2.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render disabled hour normal in day view-mode when set variant is primary secondary or tertiary in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"64ab570d","image":"6478d52ea2380b15c4b549d9a1f77bac.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render disabled hour normal in month view-mode when set variant is primary secondary or tertiary in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0f34c10f","image":"2d76b6c335af030ecc073359d3565529.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render disabled hour normal in week view-mode when set variant is primary secondary or tertiary in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"00985f6c","image":"8252196c9f384ba181cc026acd29d928.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render event normal in day view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5c040a6a","image":"065795600809ccab42d0f13ba71eb633.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render event normal in month view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"76a6772a","image":"073d4f053baf4c24d6af8de20eeae2aa.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render event normal in week view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2b1ff59f","image":"8e4e5baa65c536003c41d48d4a9d468c.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render limit height month vega-calendar normal when set view-mode in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":330,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b682cfe7","image":"f692554ff308ca1cd0fbe7a22b3b22ca.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render month vega-calendar normal when set view-mode in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dd1937cd","image":"3ff96bd3c1034fe2a3af47eb4f729eeb.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render month vega-calendar normal when set view-mode in large screen in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"310f0e01","image":"e1e5fe1fd5d6ee275513f269c86d6305.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render scroll bar normal of month vega-calendar in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":330,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2054dc74","image":"6ecd70c7e06430c86fd514a412dcc6f4.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render specific time event normal in day view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1faa4329","image":"32b3faa4eb5356a1ac8b30c722b7f282.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render specific time event normal in week view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c07053f","image":"a56c0004f5f488bc5f4f8812479ff919.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render startDate normal in month view-mode when set startDate is new Date(2024,7,2) in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"27b78e84","image":"abb03b840550301215bf11bcfc214de4.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render week vega-calendar normal when set view-mode and scroll to the bottom in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc1d4ac5","image":"58cd807e8212d20223020a0c6404765b.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render week vega-calendar normal when set view-mode in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d71a776a","image":"58cd807e8212d20223020a0c6404765b.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render week vega-calendar normal when set view-mode in large screen in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c7d54e7c","image":"9e08fce5233bbc69e681eb1ef349acc0.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should render weekly event normal in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e688c564","image":"1ec0c1febc3f0dd1786eea003e0dee38.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should show left align popover event normal in month view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"83812d3e","image":"e874c84e2c3efc6531e1ed444ef48e0c.png","userAgent":"default","desc":"should render vega-calendar dark mode normal should show previous month event normal in month view-mode when exists multiple events in dark mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"05b1bdb0","image":"bedd63152750246fbfff2f3b8694840a.png","userAgent":"default","desc":"should render vega-calendar event normal should render disabled event normal in month view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dafeb83e","image":"d6069a71d1cf53673964d866460d32c8.png","userAgent":"default","desc":"should render vega-calendar event normal should render disabled hour normal in day view-mode when set variant is primary secondary or tertiary, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6fe5a424","image":"9d3806b2870669edff4fea8574250bf7.png","userAgent":"default","desc":"should render vega-calendar event normal should render disabled hour normal in month view-mode when set variant is primary secondary or tertiary, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"86ef485e","image":"a267c84cc70ffcfd9f9098872b4d0e33.png","userAgent":"default","desc":"should render vega-calendar event normal should render disabled hour normal in week view-mode when set variant is primary secondary or tertiary, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"03ee7a39","image":"fad9c13edad825e537ef70d1f5ac9ffc.png","userAgent":"default","desc":"should render vega-calendar event normal should render event hover style normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":1020,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c03c814","image":"9f3bdce5cba7a4c333f3e4e32697ed1e.png","userAgent":"default","desc":"should render vega-calendar event normal should render event normal in day view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2dfaded6","image":"bedd63152750246fbfff2f3b8694840a.png","userAgent":"default","desc":"should render vega-calendar event normal should render event normal in month view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87925a7b","image":"e35d22101819324c038cd263e9c8f518.png","userAgent":"default","desc":"should render vega-calendar event normal should render event normal in week view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7b9846c0","image":"2f2a4fe573c824c9c651ae5fb24e26f6.png","userAgent":"default","desc":"should render vega-calendar event normal should render long time interval event normal in day view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2e1f3368","image":"cba574213771f455a9bd90fdd5711b82.png","userAgent":"default","desc":"should render vega-calendar event normal should render long time interval event normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"54f43890","image":"2efe3ccdf954982fb10f12ceb79cc902.png","userAgent":"default","desc":"should render vega-calendar event normal should render long time interval event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc32ae36","image":"d8560f2f2aeb2cf5601aac513f502b55.png","userAgent":"default","desc":"should render vega-calendar event normal should render long title event normal in day view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"39b44b64","image":"cba574213771f455a9bd90fdd5711b82.png","userAgent":"default","desc":"should render vega-calendar event normal should render long title event normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"14c43518","image":"d6c65a3c2f45d3f68984a0be5f3490bb.png","userAgent":"default","desc":"should render vega-calendar event normal should render long title event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"52cbeacb","image":"e888e0e6d4a78e02b76328fa84356ca8.png","userAgent":"default","desc":"should render vega-calendar event normal should render month vega-calendar normal when nested in modal, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":820,"height":658,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aaadcc1f","image":"0fe5e32a6e5d62baa9eb9e9ef32b8ac0.png","userAgent":"default","desc":"should render vega-calendar event normal should render one quarter event normal in day view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7cbaa422","image":"cba574213771f455a9bd90fdd5711b82.png","userAgent":"default","desc":"should render vega-calendar event normal should render one quarter event normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1da59abf","image":"590d2d0fa1c7e1204816f4badda94716.png","userAgent":"default","desc":"should render vega-calendar event normal should render one quarter event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b03c6c34","image":"ce3c54aab036c6395dd8817abc6acfc6.png","userAgent":"default","desc":"should render vega-calendar event normal should render specific time event normal in day view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2d12ff51","image":"3c101349056155ee16f6d40d67566bb2.png","userAgent":"default","desc":"should render vega-calendar event normal should render specific time event normal in week view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e600a08c","image":"11809d0dd4f56bd7e75c1ee424ea6049.png","userAgent":"default","desc":"should render vega-calendar event normal should render startDate normal in month view-mode when set startDate is new Date(2024,7,2), label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d7f8f012","image":"d8560f2f2aeb2cf5601aac513f502b55.png","userAgent":"default","desc":"should render vega-calendar event normal should render weekly event normal in day view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d5fc0438","image":"3666d49f301336a1d92abe8c48811dd0.png","userAgent":"default","desc":"should render vega-calendar event normal should render weekly event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cd07d59f","image":"9997cd9e92d50b13a900ecb22fc74e83.png","userAgent":"default","desc":"should render vega-calendar event normal should render weekly event normal, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f309986","image":"d6f1781682597261b255669cebe81e42.png","userAgent":"default","desc":"should render vega-calendar event normal should show left align popover event normal in month view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"76868d89","image":"d055162ca44e10714f581c72517de67a.png","userAgent":"default","desc":"should render vega-calendar event normal should show previous month event normal in month view-mode when exists multiple events, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d6a5db6a","image":"4cf7eb7fbbfcbad4194ef321b793a243.png","userAgent":"default","desc":"should render vega-calendar group event normal should render cross week group event sorting normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"21185234","image":"e83fb6530e1c56b78ecf6b7ecf9093b4.png","userAgent":"default","desc":"should render vega-calendar group event normal should render event normal in day view-mode in 12-hour, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b2586c1f","image":"70bdf7355dba6c76a2d79bde106e6d1d.png","userAgent":"default","desc":"should render vega-calendar group event normal should render event normal in month view-mode in 12-hour, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"979cd53b","image":"e716cb5e49fdadf37afefab471babf94.png","userAgent":"default","desc":"should render vega-calendar group event normal should render group event normal in week view-mode when set same start time, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"117f44b8","image":"b651f7f296cf9f30e419d94a8c4895cf.png","userAgent":"default","desc":"should render vega-calendar group event normal should render group event normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fef59338","image":"13b9e970f1e6fc8dde0c10722f66bb73.png","userAgent":"default","desc":"should render vega-calendar group event normal should render group event popover normal in month view-mode when set same start time, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1fc6ffec","image":"133df50a253039a25dc23c11be89ceb7.png","userAgent":"default","desc":"should render vega-calendar group event normal should render non time set event normal in day view-mode in 12-hour, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ea1cb164","image":"93f5b096a1eb89744a98d090479f90c9.png","userAgent":"default","desc":"should render vega-calendar group event normal should render previous month group event normal in month view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a0993fe0","image":"706755c17ed932b4bef33524f6daa4f5.png","userAgent":"default","desc":"should render vega-calendar group event normal should render the second week group event sorting normal in week view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":1008,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cad03fb0","image":"e9690ff4793f30325dfc007d07f11515.png","userAgent":"default","desc":"should render vega-calendar normal should render day vega-calendar normal when set view-mode and scroll to the bottom, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f793cf8b","image":"ad74bf7ecefe38d32f843eac59d05bcf.png","userAgent":"default","desc":"should render vega-calendar normal should render day vega-calendar normal when set view-mode in large screen, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc9563a9","image":"c2a8fd8eb01504bdf199bc631948fd65.png","userAgent":"default","desc":"should render vega-calendar normal should render limit height month vega-calendar normal when set view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":330,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab8da907","image":"459214ef33a21425f776796767256e3c.png","userAgent":"default","desc":"should render vega-calendar normal should render month vega-calendar normal when set view-mode in large screen, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d01d1e7f","image":"f5a634ee1f8883b9a9910709b1a70dd9.png","userAgent":"default","desc":"should render vega-calendar normal should render month vega-calendar normal when set view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e33dac88","image":"da3533dfa11d516896891b192864e447.png","userAgent":"default","desc":"should render vega-calendar normal should render scroll bar normal of month vega-calendar, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":584,"height":330,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f9d6c1df","image":"df8a111e64e1601833438a267e53d53e.png","userAgent":"default","desc":"should render vega-calendar normal should render week vega-calendar normal when set view-mode and scroll to the bottom, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"760243a2","image":"c45a7afc0498379e5b620ff4394e1759.png","userAgent":"default","desc":"should render vega-calendar normal should render week vega-calendar normal when set view-mode in large screen, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a75720db","image":"c45a7afc0498379e5b620ff4394e1759.png","userAgent":"default","desc":"should render vega-calendar normal should render week vega-calendar normal when set view-mode, label","testPath":"./src/components/vega-calendar/test/vega-calendar.visual.e2e.ts","width":752,"height":530,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9b2f3c93","image":"3bfdd784ff28564271d8067439c72fb2.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render as expected when set size, vega-checkbox default state","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ca57cf99","image":"c1a6e457a74e6f1e39d8056a575c6b61.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when click checkbox, vega-checkbox when focus with checked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ff4680d","image":"10dc76469583d7bb071c415b4c2500f5.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when click checkbox, vega-checkbox when set checked as false","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dcd5784b","image":"d9d48b2652b1aec6a09d29ff489a2559.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when disabled with checked in dark mode, vega-checkbox when disabled with checked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"54d7cc49","image":"7c82ecbc586641289f31f0cc27b017cd.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when disabled with checked, vega-checkbox when disabled with checked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"60ad4d16","image":"7c82ecbc586641289f31f0cc27b017cd.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when disabled with unchecked, vega-checkbox when disabled with unchecked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"599b52c3","image":"ca32c8781f959efc16e24eeda14cc2d5.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when focus with unchecked, vega-checkbox when focus with unchecked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fb8ffacb","image":"7c916534306207f114d952bfe9340e5e.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox when in text align center container, vega-checkbox in text align center container","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":44,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d77d5a8e","image":"f1d9cb85975d8f2259098078a9801e0f.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with checked and then click the checkbox again, vega-checkbox with checked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"977fc364","image":"540524e243acf3f3f5bfa8c392ffba52.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with checked and then click the checkbox again, vega-checkbox with checked and then click","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ac5cf87e","image":"bb6a7307e19bf9e4c588df181c01cf82.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with checked in dark mode, vega-checkbox with checked in dark mode","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c6af6989","image":"5cb10edf424ba13d586e83e60ac14a2d.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with required on mobile mode, vega-checkbox with required","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":359,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c07586b8","image":"1acd824e815dd8290f73aa3eac0e9aa7.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with required, vega-checkbox with required","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dd685176","image":"afc1be11da46a18bb8982a85c65fb4b0.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox with unchecked, vega-checkbox with unchecked","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":24,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"59672db1","image":"7da3d1c71e1e4b088f77e751a940b6a2.png","userAgent":"default","desc":"should render vega-checkbox with basic property should render vega-checkbox, vega-checkbox default state","testPath":"./src/components/vega-checkbox/test/vega-checkbox.visual.e2e.ts","width":44,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"25fadf47","image":"81c89f3dbeafdd793458d9339c7c607b.png","userAgent":"default","desc":"should show full filled container width when nested in flex and modal, vega-banner nested in flex and modal","testPath":"./src/components/vega-banner/test/vega-banner.visual.e2e.ts","width":772,"height":114,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e87dd849","image":"4abedbcd1f3c2b3cb5af44393cc4edd3.png","userAgent":"default","desc":"Slot Dropdown should align item in template dropdown when set prefixIconSlot as true,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"086e264b","image":"a1c13afc2158133f6f248eeec0c213c9.png","userAgent":"default","desc":"Slot Dropdown should not align item in template dropdown when set prefixIconSlot as false ,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2acb9a0f","image":"70a28845b5c345c56575b55667b70da1.png","userAgent":"default","desc":"Slot Dropdown should render dropdown list loading style normal, select-type to none by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"871532a6","image":"69995300e1755ca4f61767ebb603e28d.png","userAgent":"default","desc":"Slot Dropdown should render dropdown list on the top layer,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":473,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47bb11a1","image":"42ed1e77d86bf5e0d7a8f90acf2ab6b2.png","userAgent":"default","desc":"Slot Dropdown should render dropdown normal with default template in dark mode, default template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c803f6e1","image":"a1c13afc2158133f6f248eeec0c213c9.png","userAgent":"default","desc":"Slot Dropdown should render dropdown normal with default template, default template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fedcbae2","image":"32009df7a0440dc1227d6c59fcdc22a8.png","userAgent":"default","desc":"Slot Dropdown should render dropdown normal with multiple select template, multiple select template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":190,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"48e88e08","image":"cb4e5d44970f3d22cfd664c95d5c23c6.png","userAgent":"default","desc":"Slot Dropdown should render dropdown normal with single select template, single select template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":203,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3ad67ae8","image":"317b0753146b2d6c57ef618e2d6c9aff.png","userAgent":"default","desc":"Slot Dropdown should render ellipsis style dropdown list normal, select-type to none by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":150,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5626116b","image":"51923db19fef9e029f0893a8a2003614.png","userAgent":"default","desc":"Slot Dropdown should render nested date-picker normal in slot dropdown,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":473,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"17c5f0e4","image":"69995300e1755ca4f61767ebb603e28d.png","userAgent":"default","desc":"Slot Dropdown should render nested elements normal in slot dropdown,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":473,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ebc2b30c","image":"9da4037f79a0f2ad50f8adc04687eb12.png","userAgent":"default","desc":"Slot Dropdown should render newline style dropdown list normal, select-type to none by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":150,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"855bc99d","image":"2517969a2f9a119f248ef574ce68957a.png","userAgent":"default","desc":"Slot Dropdown should render scrollable dropdown list normal,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":473,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"45a86920","image":"1a6407989995cf5d9451432c30bd8af5.png","userAgent":"default","desc":"Slot Dropdown should render separator line normal when select-type to multiple by template, select-type to multiple by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae7ede4c","image":"4ac246764de2e6eaea78d1eee8fa0680.png","userAgent":"default","desc":"Slot Dropdown should render separator line normal when select-type to none by template, select-type to none by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"79b0ab46","image":"3598a332200dbe7f32ab86015e6cd61e.png","userAgent":"default","desc":"Slot Dropdown should render separator line normal when select-type to single by template, select-type to single by template","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":584,"height":340,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87f9d9bb","image":"c4bd15f6119ec6a9f86c7311605b8e9a.png","userAgent":"default","desc":"Slot Dropdown should render slot dropdown in modal,","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":480,"height":424,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"75e86f13","image":"2694ff3a617c6cf218bdd37a19c83b8a.png","userAgent":"default","desc":"Slot Dropdown should render slot dropdown to correct position when set translocation, with translocation","testPath":"./src/components/vega-dropdown/test/vega-dropdown.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2710feb5","image":"01a0575c0db1270ea83316b5c6c20601.png","userAgent":"default","desc":"vega-app-footer should render as expected when set additionalLinks, additionalLinks","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":82,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a5589522","image":"b9b032bae3f927fc7492af0717480a7c.png","userAgent":"default","desc":"vega-app-footer should render as expected when set content, content","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":82,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dd04bdbf","image":"68b78b4cec15c23fa5e7d0148bead95f.png","userAgent":"default","desc":"vega-app-footer should render as expected when set hide-default-links, hide-default-links","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2d7f24e4","image":"bc812929e7194062888770b42ea680fa.png","userAgent":"default","desc":"vega-app-footer should render as expected when set show-disclaimer in dark, show-disclaimer in dark","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":171,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50cb326d","image":"f0ca029abc93f4e8105da3e5ab56e1c4.png","userAgent":"default","desc":"vega-app-footer should render as expected when set show-disclaimer, show-disclaimer","testPath":"./src/components/vega-app-footer/test/vega-app-footer.visual.e2e.ts","width":304,"height":171,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5f28ac24","image":"1bcb2ad6de61cbc5cb2bfbc40dcf3c75.png","userAgent":"default","desc":"vega-app-header-button profile type should render normal when configured the VegaAppHeaderButtonDropdownConfig, app header dropdown config","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"db48045d","image":"70be87330902c743947ed9e77285f871.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button when set size, size","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7a1df5bc","image":"675177ec55467292992f6c641b44352e.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar and label in dark, avatar and label in dark","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":180,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8c77d3ee","image":"f44444b4e7bcd9cc38987cfbca3c88bc.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar and label, avatar and label","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":228,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3eb3488a","image":"8375d9df6b63faa9f30eda79e8c80a83.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar only, avatar only","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dae543fb","image":"4b49f29e64109f5d844bae574d9368e9.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar postion without menu, avatar postion without menu","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"71bab6c1","image":"65be34b043114b668dad4ce359310ad3.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with avatar postion, avatar postion","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5e0f4deb","image":"bbfc81ede881c3480dedc09c932b357c.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with icon only expanded, icon only expanded","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"38b62680","image":"332160dde332162d8e3b9e12dd376546.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with icon right expanded menu, avatar postion","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08056df2","image":"322755f4d634ab3e62663c98413cf4bb.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with selected in dark, avatar and label in dark","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d04e4934","image":"f4d48a8d20e7217ab3bd4eb920e2e90b.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with selected, avatar and label in dark","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f31d99ee","image":"b3f19d58a18bfd34f92764ec41877c3c.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with show-border, show-border","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":584,"height":74,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4e1d3634","image":"2239056187956d81a9a7a3ff086123ec.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with show-label, show-label","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0013791a","image":"b6d2d0f7d50094fd163351d07a5e9251.png","userAgent":"default","desc":"vega-app-header-button profile type should render vega-app-header-button with show-menu-arrow-icon, show-menu-arrow-icon","testPath":"./src/components/vega-app-header-button/test/vega-app-header-button.visual.e2e.ts","width":304,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"decbfd60","image":"4d9140a7a2defdf17daec4df653cccb8.png","userAgent":"default","desc":"vega-bar-chart with horizontal style should render chart with correct style, vega-bar-chart default horizontal","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":500,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"524b6b88","image":"a59e098a82b3b2b4a8e6e6e0ae9a82ee.png","userAgent":"default","desc":"vega-bar-chart with horizontal style should render chart with have max value, vega-bar-chart with max value","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87432f0a","image":"7daca2b5b705d27e8d5090f7dbb8acac.png","userAgent":"default","desc":"vega-bar-chart with horizontal style should render chart with margin, vega-bar-chart with margin","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"11721ca0","image":"8d8c786a27f502d297333e0f65e5fe7e.png","userAgent":"default","desc":"vega-bar-chart with horizontal style should render chart with negative value in horizontal, vega-bar-chart negative horizontal","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af6672be","image":"48812bb1c24cf4529f36152c045aefe4.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart mobile style normal in modal, vega-bar-chart default state","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ea586fd8","image":"076e14b0ccac0c02052e66256be50d47.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart normal nested in grid and tab-group, vega-bar-chart default horizontal","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":1008,"height":282,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc87a801","image":"b63069789fa7ac11755ea759d30a64a5.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart with change dataSource, vega-bar-chart default state","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c397f45","image":"4708081357611e1ad1adb36ea5f91ebe.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart with dark mode, vega-bar-chart with dark mode","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6df79e97","image":"791f88fcb8a69681a876b21c6059e038.png","userAgent":"default","desc":"vega-bar-chart with vertical style should render chart with negative value, vega-bar-chart with negative","testPath":"./src/components/vega-chart/vega-bar-chart/test/vega-bar-chart.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae017e17","image":"b85b4a6d8172ec3d4fe3875d1d5be438.png","userAgent":"default","desc":"vega-box set display with different value should render normal when set display with different value for vega-box, vega-box set display with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":54,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"81cb2a55","image":"9fa64b6dd5e2432e5ac5be0125de88c5.png","userAgent":"default","desc":"vega-box set display with different value should render normal when set display with inline-block value for vega-box, vega-box set display with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":450,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5e7308d7","image":"4c007d54467c97735191d53b1b89700a.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with different value for vega-box nest in vega-box both nest in vega-flex, vega-box display normal when set vega-box nest in vega-box both nest in vega-flex","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"83b53c14","image":"ebea496ec420dde6eb11929ef25c9d4e.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with different value for vega-box nested in vega-flex, vega-box display when set alignSelf with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":500,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"521b080c","image":"976ebf4299d8ca702219b1e74419f704.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with different value for vega-box nested in vega-grid, vega-box display when set alignSelf with different value in vega-grid","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d1f49667","image":"85d83f9f94a1adc9dcb60e0c13db29c1.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-flex, vega-box with alignSelf ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ad26506","image":"c7de1a12552658b7fe3ce32a7f7ffb3e.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-flex, vega-box with alignSelf ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"42a400b3","image":"0528ddc76f74747fa440e96db6907a43.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-flex, vega-box with alignSelf ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"761d0159","image":"bc69c3fc828d0ccd43620f5d7789f687.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-grid, vega-box with alignSelf ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"64638ba0","image":"953979d501129c69e5cc0e1fd9acedf9.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-grid, vega-box with alignSelf ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c067c9e4","image":"8f5f36e9fcfb73d98fc44d844ead6bcd.png","userAgent":"default","desc":"vega-box with alignSelf should render normal when set alignSelf with ResponsiveType for vega-box nested in vega-grid, vega-box with alignSelf ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"79e3b85e","image":"e9f7a5fc6028e6009408ba7587604837.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with different value for vega-box nested in vega-flex in dark mode, vega-box display when set flex in dark mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":350,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"abe8dfdf","image":"e9f7a5fc6028e6009408ba7587604837.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with different value for vega-box nested in vega-flex, vega-box display when set flex with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":350,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"336f0b18","image":"329d69f11e6409b7e7855c3e576057f6.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with ResponsiveType for vega-box nested in vega-flex, vega-box with flex ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a25f90b3","image":"091c16a1900c15eaf442677f7b7712a4.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with ResponsiveType for vega-box nested in vega-flex, vega-box with flex ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"82845226","image":"52525fe087784b1fdffe1cfc03eed02d.png","userAgent":"default","desc":"vega-box with flex should render normal when set flex with ResponsiveType for vega-box nested in vega-flex, vega-box with flex ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"62a6efd4","image":"343327cf17cc3b6a5e451c4d86577491.png","userAgent":"default","desc":"vega-box with flexBasis should render normal when set flexBasis with content for vega-box nested in vega-flex, vega-box display when set flexBasis with content display","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c3fbbeaf","image":"ec06a26e681c9d07ecb4aa29d4e551f4.png","userAgent":"default","desc":"vega-box with flexBasis should render normal when set flexBasis with different value and same value for flex-grow for vega-box nested in vega-flex, vega-box display when set flexBasis with 100px","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2104e8ad","image":"08cfa8c87053192e64e3b0b448d0dfaa.png","userAgent":"default","desc":"vega-box with flexBasis should render normal when set flexBasis with min-content and max-content for vega-box nested in vega-flex, vega-box display when set flexBasis with min-content and max-content","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"38f7d51a","image":"b141a65b0038d524dd290c00eddace3d.png","userAgent":"default","desc":"vega-box with flexGrow should render normal when set flexGrow with different value for vega-box nested in vega-flex, vega-box display when set flexGrow with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"478a1fdc","image":"7329d3d684fa7430845616c496c3e3d5.png","userAgent":"default","desc":"vega-box with flexGrow should render normal when set flexGrow with ResponsiveType for vega-box nested in vega-flex, vega-box with flexGrow ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"392a30d9","image":"b468a14b6c8e54db94b61c71b9662af0.png","userAgent":"default","desc":"vega-box with flexGrow should render normal when set flexGrow with ResponsiveType for vega-box nested in vega-flex, vega-box with flexGrow ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"282452e0","image":"14b81ce49feb5c4033d2b6bf9ce8b584.png","userAgent":"default","desc":"vega-box with flexGrow should render normal when set flexGrow with ResponsiveType for vega-box nested in vega-flex, vega-box with flexGrow ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"80158e44","image":"257aafcb25e5c45c1fdb794c500845af.png","userAgent":"default","desc":"vega-box with flexShrink should render normal when set flexShrink with different value for vega-box nested in vega-flex, vega-box display when set flexShrink with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":350,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"93fde60c","image":"e2d8e8137e7670d15c4607f1d656477f.png","userAgent":"default","desc":"vega-box with flexShrink should render normal when set flexShrink with ResponsiveType for vega-box nested in vega-flex, vega-box with flexShrink ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2a2c935f","image":"04eef932b78ca112212112ce585f27ab.png","userAgent":"default","desc":"vega-box with flexShrink should render normal when set flexShrink with ResponsiveType for vega-box nested in vega-flex, vega-box with flexShrink ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1c9b06ea","image":"6289549bdd1f3ba4ee0ffa76fa3a8636.png","userAgent":"default","desc":"vega-box with flexShrink should render normal when set flexShrink with ResponsiveType for vega-box nested in vega-flex, vega-box with flexShrink ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cbf69626","image":"906cf5fcfc43ec7f7a1743b1fbba08d0.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render gridArea value when both set gridColumn gridRow and gridArea for vega-box nested in vega-grid, vega-box display when both set girdArea gridColumn and gridRow","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fdcf39aa","image":"855d767000e9a4a272a2e753628a8474.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdArea value as ResponsiveType for vega-box nested in vega-grid, vega-box display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3a265282","image":"0d7e570e1a0f76d5114975280c8e36dc.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdArea value as ResponsiveType for vega-box nested in vega-grid, vega-box display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":31,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1e344059","image":"e58ef5ed950fbb2b1079d74d45b7c881.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdArea value as ResponsiveType for vega-box nested in vega-grid, vega-box display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2aee076a","image":"add742b5f9addb0c591ef066157dd0d7.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdColumn and gridRow for vega-box nested in vega-grid, vega-box display when set girdColumn and gridRow","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc24b40c","image":"5add1e2e0f9c785f9e969cce0b11e0a6.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdColumn and gridRow value as ResponsiveType for vega-box nested in vega-grid, vega-box display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0e54cc61","image":"0d7e570e1a0f76d5114975280c8e36dc.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdColumn and gridRow value as ResponsiveType for vega-box nested in vega-grid, vega-box display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":31,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c99f2448","image":"e58ef5ed950fbb2b1079d74d45b7c881.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set girdColumn and gridRow value as ResponsiveType for vega-box nested in vega-grid, vega-box display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8b9284eb","image":"eb321262ddafb26c0121bd595505ffd4.png","userAgent":"default","desc":"vega-box with girdColumn, gridRow and gridArea should render normal when set gridArea for vega-box nested in vega-grid, vega-box display when set girdArea","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":564,"height":152,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"20faeed0","image":"f033f0f98be280ace4c6d4b0366bb46f.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with different value for vega-box nest in vega-box both nest in vega-grid, vega-box display normal when set vega-box nest in vega-box both nest in vega-grid","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5f059cc7","image":"4f9cf3ca13066408925b4d1cdc856337.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with different value for vega-box nested in vega-grid, vega-box display when set justifySelf with different value in vega-grid","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3a7624c5","image":"53e6290d0b3f1294543ba28828558bae.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with ResponsiveType for vega-box nested in vega-grid, vega-box with justifySelf ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"46151142","image":"f04add34ff27aa15ee72e77d143d3ed8.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with ResponsiveType for vega-box nested in vega-grid, vega-box with justifySelf ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a378dfff","image":"b5160b2c865a5e7b7d8b1e1abbf8d002.png","userAgent":"default","desc":"vega-box with justifySelf should render normal when set justifySelf with ResponsiveType for vega-box nested in vega-grid, vega-box with justifySelf ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0051173e","image":"30efef6537f882daf60ba808d25ab35c.png","userAgent":"default","desc":"vega-box with margin should render normal when set both border-style and border, vega-box border style","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1008,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"12b761fd","image":"0aecce7dd5c65d8a1cd2bc3007aa039c.png","userAgent":"default","desc":"vega-box with margin should render vega-box when set margin as direction, vega-box margin is direction","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":66,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c063bd1","image":"101fe127c73e1204c7b0a9532ddf5f33.png","userAgent":"default","desc":"vega-box with margin should render vega-box when set margin as X and Y, vega-box margin is X Y","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"13d4fafd","image":"651e96edc124365985fcf260c7695452.png","userAgent":"default","desc":"vega-box with margin should render vega-box when set margin is 0, vega-box margin is 0","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9942a16c","image":"edea0089834ada9ac7c1955bbc7b60e8.png","userAgent":"default","desc":"vega-box with margin should render vega-box when set margin is max, vega-box margin is max","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"58dfcc14","image":"0eb8a80ddc22191daad2b765098af978.png","userAgent":"default","desc":"vega-box with order should render normal when set order with different value for vega-box nested in vega-flex, vega-box display when set flexShrink with different value","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":350,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"433fde8f","image":"04bb561662f78f189085275de6678f41.png","userAgent":"default","desc":"vega-box with order should render normal when set order with ResponsiveType for vega-box nested in vega-flex, vega-box with order ResponsiveType display on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1008,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"75682f29","image":"1c1622f4ff1c0169e2efe5af5fab7238.png","userAgent":"default","desc":"vega-box with order should render normal when set order with ResponsiveType for vega-box nested in vega-flex, vega-box with order ResponsiveType display on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":304,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"41bf6990","image":"90b4a73410a4a0f48bf9d2803fc71b38.png","userAgent":"default","desc":"vega-box with order should render normal when set order with ResponsiveType for vega-box nested in vega-flex, vega-box with order ResponsiveType display on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c3ce15d","image":"08fc2250530bdc6b684a493406e75dcb.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as direction, vega-box padding is direction","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":66,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d24d73cf","image":"95a3854979faaf7e3da15b81212fdddd.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as responsiveType, vega-box padding on desktop mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":1424,"height":182,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67c2c4cb","image":"0182583c546dba469600a0251240cf21.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as responsiveType, vega-box padding on mobile mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":359,"height":22,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2d5afe08","image":"3474b54aac010b234998e46521894bde.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as responsiveType, vega-box padding on tablet mode","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":752,"height":86,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"702b4997","image":"e7fa6277441b9b69cc3b5306e16b7cf1.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding as X and Y, vega-box padding is X Y","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6443b559","image":"651e96edc124365985fcf260c7695452.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding is 0, vega-box padding is 0","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d3b063cf","image":"ceca1dbf2a40a6524da989acf8c45825.png","userAgent":"default","desc":"vega-box with padding should render vega-box when set padding is max, vega-box padding is 112","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":244,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8ca9e123","image":"f5f5aa0c94bc0096ca632bde832e4ac0.png","userAgent":"default","desc":"vega-box with padding should render vega-box, vega-box default state","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f79f47b8","image":"5beea7f2f00f4db6f09fcf15bd6b73de.png","userAgent":"default","desc":"vega-box with width and height should render normal when both set width and height with different value for vega-box nested in vega-flex, vega-box display when set width and height with different value in vega-flex","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":580,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"683baff8","image":"a87075c6eb331fcab77dedffee6c8321.png","userAgent":"default","desc":"vega-box with width and height should render normal when set height with different value for vega-box nested in vega-flex, vega-box display when set height with different value in vega-flex","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":580,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3fdf2da0","image":"80bbb318ca9792a3f16de017ea346d0c.png","userAgent":"default","desc":"vega-box with width and height should render normal when set width with different value for vega-box nested in vega-flex, vega-box display when set width with different value in vega-flex","testPath":"./src/components/vega-box/test/vega-box.visual.e2e.ts","width":584,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bd880500","image":"251e0de35a82707d6372ae27e6a28f19.png","userAgent":"default","desc":"vega-button should render as expected keep default, default","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c4d6ce22","image":"dbc774ff92faa624b4987219fa52042d.png","userAgent":"default","desc":"vega-button should render as expected when set block, set block","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b3b8c255","image":"423ae4e26846f800ea31ed24d79e7472.png","userAgent":"default","desc":"vega-button should render as expected when set danger in dark, set danger","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"874a4956","image":"11f85d78db6278a0b9309de5e1971968.png","userAgent":"default","desc":"vega-button should render as expected when set danger, set danger","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1c340e15","image":"02ba6083bbf1c0e01a725f1f9f92aff9.png","userAgent":"default","desc":"vega-button should render as expected when set disabled in dark, set disabled","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ef7577c3","image":"ae308ee925b5ad76aea7d7c989003c6c.png","userAgent":"default","desc":"vega-button should render as expected when set disabled, set disabled","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a3ffbf82","image":"1823fb8764090e5f139555434673b999.png","userAgent":"default","desc":"vega-button should render as expected when set label in dark , set label","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c67a73ca","image":"70c8dce297f073384a4e8079bff68adf.png","userAgent":"default","desc":"vega-button should render as expected when set label, set label","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c88ed9e3","image":"e7441187368963e6b130042df812ef91.png","userAgent":"default","desc":"vega-button should render as expected when set long label and icon, set long text and icon","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3510e1db","image":"8c2a062564d8b55e5686d80995c0132e.png","userAgent":"default","desc":"vega-button should render as expected when set long label, set long text","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1213082b","image":"8b12f8f1234a0fdcd5cb800f5fdd4704.png","userAgent":"default","desc":"vega-button should render as expected when set size and icon-align, set size and icon-align","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a67d1148","image":"d9ccd1f0853f04288d98faaa99ffd839.png","userAgent":"default","desc":"vega-button should render as expected when set size, size","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":584,"height":76,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e5d31e15","image":"743a4ff37dbc8c26ed1379fad764407d.png","userAgent":"default","desc":"vega-button should render as expected when set variant, set variant","testPath":"./src/components/vega-button/test/vega-button.visual.e2e.ts","width":304,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"482f30ba","image":"7fc57b3e4c1d14d0a86891a6c80ff12f.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when only set label, vega-button-group set icon-only","testPath":"./src/components/vega-button-group/test/vega-button-group.visual.e2e.ts","width":584,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2ba0725d","image":"592abe77a6d530f6d9c77c1fe68d1315.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set dropdown child source, vega-button-group set dropdown","testPath":"./src/components/vega-button-group/vega-button-group-item/test/vega-button-group-item.visual.e2e.ts","width":400,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"42df8ebf","image":"e880df04bcd581fdc14320972bb587c7.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set dropdownProps, vega-button-group set dropdown","testPath":"./src/components/vega-button-group/vega-button-group-item/test/vega-button-group-item.visual.e2e.ts","width":400,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"004d7c0a","image":"a0273543e221b5e74f2f92eedff87bbf.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set icon-only not set icon, vega-button-group set icon-only not set icon","testPath":"./src/components/vega-button-group/test/vega-button-group.visual.e2e.ts","width":584,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0bd58b86","image":"09271a89642f3deb1534537363d82adf.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set icon-only, vega-button-group set icon-only","testPath":"./src/components/vega-button-group/vega-button-group-item/test/vega-button-group-item.visual.e2e.ts","width":584,"height":118,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"afbf1895","image":"d0dbadb5f8a71fe6a666cf4741ba583e.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set size, default","testPath":"./src/components/vega-button-group/test/vega-button-group.visual.e2e.ts","width":584,"height":184,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"98465f57","image":"6b443b374cbe7fd349b21cd82a439dd6.png","userAgent":"default","desc":"vega-button-group should render vega-button-group as expected when set variant with icon-align , vega-button-group set icon-only","testPath":"./src/components/vega-button-group/test/vega-button-group.visual.e2e.ts","width":584,"height":166,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3152e9ab","image":"ff5d801d62c71a38028c2d406af30b8f.png","userAgent":"default","desc":"vega-card should render vega-card in dark mode, vega-card in dark mode","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":48,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d10065f7","image":"cc30aaecf3c497e88d6e7aecae1b7583.png","userAgent":"default","desc":"vega-card should render vega-card when card in flex, when card in flex","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0f948ecb","image":"830ba1a526dd905bce415b056de3ddb9.png","userAgent":"default","desc":"vega-card should render vega-card when set background-color both in parent and child, vega-card when set background-color both in parent and child","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6f554e76","image":"62a7d5f3d5afe23177d5dbab5f1e4c79.png","userAgent":"default","desc":"vega-card should render vega-card when set variant both in parent and child, vega-card when set variant both in parent and child","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"36bf97a4","image":"9dcd7eda71b2347d026409b2342b3e39.png","userAgent":"default","desc":"vega-card should render vega-card with padding and margin when set background-color, vega-card with padding and margin","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":48,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4e9c3e67","image":"4291cb1eaed75fba4800f0033b689208.png","userAgent":"default","desc":"vega-card should render vega-card with responsive map, vega-card with responsive map","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":1008,"height":48,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c2c8db20","image":"098cf2d4feb36daa5935d431b4cc2af9.png","userAgent":"default","desc":"vega-card should render vega-card with variant in dark, vega-card with variant in dark","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":178,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"106f6ed9","image":"a4f5b46346578f27b509ab8ba9062b2a.png","userAgent":"default","desc":"vega-card should render vega-card with variant, vega-card with variant","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":178,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"34d3a0a3","image":"ac5b064d25b63e5ecd63a91d495dfe5b.png","userAgent":"default","desc":"vega-card should render vega-card, vega-card default state","testPath":"./src/components/vega-card/test/vega-card.visual.e2e.ts","width":584,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0ac2d3dc","image":"a5b60fb10746df7698e43bccb21df11b.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with four per-page, with four per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f4fe232f","image":"605d581f35cd72dc9d7083dcc8066af1.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with one per-page, with one per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35a60c06","image":"184a290d2680a6b9ed5fd3e875866f6c.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with spacing, with spacing","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"002d7b75","image":"c7295480cd7fd4a11a50458bb4bfc9c3.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with three per-page, with three per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7fc0d075","image":"9026dfe577f38e5be6fec9dafa010056.png","userAgent":"default","desc":"vega-carousel with basic property [deprecated] should render vega-carousel with two per-page in dark mode, with two per-page in dark mode","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"545d221b","image":"35ea4500d8a65ff3e52c0404ded68018.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with five items-per-page, with four items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8e2fd77d","image":"a5b60fb10746df7698e43bccb21df11b.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with four items-per-page, with four items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f6abf048","image":"605d581f35cd72dc9d7083dcc8066af1.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with one items-per-page, with one items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3bd4b3a1","image":"184a290d2680a6b9ed5fd3e875866f6c.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with spacing, with spacing","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c7247c66","image":"c7295480cd7fd4a11a50458bb4bfc9c3.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with three items-per-page, with three items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e8785102","image":"9026dfe577f38e5be6fec9dafa010056.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with two items-per-page in dark mode, with two items-per-page in dark mode","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"83b2a986","image":"9ce93b76501e11f52d1d6c27c6d3afb7.png","userAgent":"default","desc":"vega-carousel with basic property should render vega-carousel with two items-per-page, with two items-per-page","testPath":"./src/components/vega-carousel/test/vaga-carousel.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b7152802","image":"e9da22cdb0b57bbbb78d72fa243613f1.png","userAgent":"default","desc":"vega-checkbox-group should render checkbox group normal when set disabled for child checkbox, vega-checkbox-group when set disabled for child checkbox","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":145.640625,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08ec7e52","image":"f05fc5650db3e0ecc2baf3860da0d195.png","userAgent":"default","desc":"vega-checkbox-group should render checkbox group normal when set disabled, vega-checkbox-group when set disabled","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":84,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7fa05e41","image":"2a8fce144b32ae297bcc8650d13cdb1c.png","userAgent":"default","desc":"vega-checkbox-group should render checkbox group normal when set vega-flex-prop, vega-checkbox-group when set vega-flex-prop","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":209.640625,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0ac30968","image":"0f20d9909852d49d83662e354d774330.png","userAgent":"default","desc":"vega-checkbox-group should render normal when set required is false, vega-checkbox-group when set required is false","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":584,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50cbad58","image":"5d8f7a0eff0b6d546331f921490f25b9.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set col direction, col direction","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":154,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"259c11dd","image":"b52890091cf696f0150eae61232cb1dd.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set hint, hint","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":178,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"146e4975","image":"036795373db4daaf365beee11d8c25a7.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set label, vega-checkbox-group when set label","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e4c62bba","image":"bd3c8aca71ef1e1bfcf54c9bdf7ec0c1.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set row direction, row direction","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":359,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"794602f5","image":"a5760e6af3aac912f3c69d88eabc9571.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group set value, vega-checkbox-group when set value","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":44,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3422aa9d","image":"e7e9cbbc3d0dd144406d6a315ec0ddc0.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group when set child checked, vega-checkbox-group when set child checked","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":223.515625,"height":130,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f362fae4","image":"fc344f5b8408cc30060f888515927391.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group when set child checked, vega-checkbox-group when set value","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":223.515625,"height":130,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"148dba3d","image":"b4edb5a1c390edd5c541c18e1a4ab68f.png","userAgent":"default","desc":"vega-checkbox-group should render vega-checkbox-group when set value if checkbox is checked, vega-checkbox-group when set value if checkbox is checked","testPath":"./src/components/vega-checkbox/vega-checkbox-group/test/vega-checkbox-group.visual.e2e.ts","width":44,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"77f953e3","image":"e51ca2c2a84b03fc98f79f02fe7068aa.png","userAgent":"default","desc":"vega-chip should render as expected when set color, color check","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1743cba1","image":"0b0e6917a067495e267dea6d4f1d2c89.png","userAgent":"default","desc":"vega-chip should render as expected when set properties in dark mode, dark mode check","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":106,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dfe0a1ce","image":"1b8acd3ed0bb87d0b41963d3c4566324.png","userAgent":"default","desc":"vega-chip should render as expected when set properties, multiple properties check","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":106,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c1a64276","image":"2430226e2b211252d8793d0b24bd105b.png","userAgent":"default","desc":"vega-chip should render normal when chipType set to status and statusColor set bg-danger, color check and chip type","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35b6847a","image":"e16f3ba70a3637f3220f043e2135e130.png","userAgent":"default","desc":"vega-chip should render normal when size set to extra-small and left icon, left icon and extra small","testPath":"./src/components/vega-chip/test/vega-chip.visual.e2e.ts","width":584,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d2a3a9fc","image":"a234da24efdb5886b5017293c9ec4983.png","userAgent":"default","desc":"vega-color-picker should render normal when add or minus colors nested in modal and flex, vega-color-picker with add colors","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"190a3baa","image":"7005941c708d4fec5abcdc7e6e10bab8.png","userAgent":"default","desc":"vega-color-picker should render normal when add or minus colors nested in modal and flex, vega-color-picker with minus colors","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e6fd5f57","image":"09afb7f891103d16ca4e69cced183010.png","userAgent":"default","desc":"vega-color-picker should render normal when nested in modal, vega-color-picker with mobile and nested in modal","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":375,"height":812,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"68e7760a","image":"05feee4ecb06f066f3dafb653f33b6fb.png","userAgent":"default","desc":"vega-color-picker should render normal when nested in modal, vega-color-picker with nested in modal","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"73841fe4","image":"00deb6ff94de798b3fcc6414aedc040c.png","userAgent":"default","desc":"vega-color-picker should render normal with required true and default value for it when call valid method, vega-color-picker with when with default value","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a016817e","image":"eb8ba90ad716449ab1fbe18715131465.png","userAgent":"default","desc":"vega-color-picker should render normal with required true and hint when call valid method, vega-color-picker with required true","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a3558481","image":"8245fbfd4b80b96b0254563f86b726ba.png","userAgent":"default","desc":"vega-color-picker should render normal with required true when call valid method, vega-color-picker with required true","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":118,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"52f84d27","image":"cf8ad194e11dfdb8aea6017def809c6f.png","userAgent":"default","desc":"vega-color-picker should render normal with required true when call valid method, vega-color-picker with valid false","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"59fe10f5","image":"dfb1101ae11b4e4cbcd14e109f2c2810.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker on mobile mode, vega-color-picker with mobile mode","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":359,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"85c7d3a1","image":"74d2a451e8fe666e4cdd4ee104e3fbcb.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with black and light checkmark icon, vega-color-picker with default","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":164,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"16ae975a","image":"a122b735ee40793efef3ad06ff66c62a.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with dark mode, vega-color-picker with dark mode","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":174,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"22c3d181","image":"7c096666a0954392e0d657c8759963eb.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with default, vega-color-picker with default","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":144,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bf052692","image":"9b594e815378bc9a2ef6cd6251dc9d6b.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with disabled true, vega-color-picker with disabled true","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e0a08e34","image":"1a396fba8af913178a057a63bc2812ef.png","userAgent":"default","desc":"vega-color-picker should render vega-color-picker with long label and long hint, vega-color-picker with long label and long hint","testPath":"./src/components/vega-color-picker/test/vega-color-picker.visual.e2e.ts","width":584,"height":154,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c587cea","image":"d5ea4a9c77534f236c32e8f31e078587.png","userAgent":"default","desc":"vega-combo-box should not show add button with delete type content, vega-combo-box not show add button with delete type content","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6357c8ce","image":"5a98898f2c6c913e34e6370769a2e419.png","userAgent":"default","desc":"vega-combo-box should not show add button with dynamicOption and filter is true, vega-combo-box not show add button with dynamicOption and filter is true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8bfa41cc","image":"f43fae61c6f1cfb638fd3741f3742d5b.png","userAgent":"default","desc":"vega-combo-box should not show dropdown with use default filter is false, vega-combo-box not show dropdown with use default filter is false","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"92da97ce","image":"b76dc3cd48583a70f3f99348e259a192.png","userAgent":"default","desc":"vega-combo-box should render proper when select scrollable dropdown, should render proper when select scrollable dropdown","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bca43c68","image":"2b3af1d887b41d5123e82575fbfa3958.png","userAgent":"default","desc":"vega-combo-box should show add button and loading with dynamicOption and filter is true in dark, vega-combo-box with dynamicOption and filter is true in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"51ffd681","image":"8514c1d4ee26054ee07d11a0fe33f0db.png","userAgent":"default","desc":"vega-combo-box should show add button with dynamicOption and filter is true, vega-combo-box show add button with dynamicOption and filter is true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7031a6d4","image":"8731210b8a1307c635c914344026cd7c.png","userAgent":"default","desc":"vega-combo-box should show dropdown with use default filter is true, vega-combo-box show dropdown with use default filter is true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"59a4dfaf","image":"12ff293bb7a3fb35ba9e71b36d1ede58.png","userAgent":"default","desc":"vega-combo-box should show loading with isLoading and filter is true in dark, vega-combo-box show loading with isLoading and filter is true in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"044685d7","image":"aa30e7b644de69d60faa5380ca95c5a1.png","userAgent":"default","desc":"vega-combo-box should show loading with isLoading and filter is true, vega-combo-box show loading with isLoading and filter is true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"03598d04","image":"7d3331d3cf93defe00a04cd10c57c6c6.png","userAgent":"default","desc":"vega-combo-box should show normal style with selected dropdown in dark mode, vega-combo-box show selected in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":400,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7b4dc878","image":"1a334e822ac119215ecd18f1289048cf.png","userAgent":"default","desc":"vega-combo-box should show normal when hover on it in dark, vega-combo-box when hover on it in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1d6573d3","image":"aed0d8ffabcb9d4680499b39bb909cfb.png","userAgent":"default","desc":"vega-combo-box should show normal when hover on it, vega-combo-box when hover on it","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"69e094c9","image":"be343f108940ac377accd7cd07cdd1e7.png","userAgent":"default","desc":"vega-combo-box should show normal with default props, vega-combo-box with default","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab4b6c71","image":"e019e72c9310bf80c7d8a060b05b9c37.png","userAgent":"default","desc":"vega-combo-box should show normal with error when focus it, vega-combo-box with error when focus it","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"22c0d637","image":"86fd1791a257ca240a96d32f587a6798.png","userAgent":"default","desc":"vega-combo-box should show normal with error when hover it, vega-combo-box with error when hover it","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"686b15b1","image":"3b19874ff7c8b2b92d6e200634b760c5.png","userAgent":"default","desc":"vega-combo-box should show normal with hint and required error in dark, vega-combo-box with hint and required error in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":1008,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0398f9ed","image":"d42695727875489f5c823fc6a7637fc0.png","userAgent":"default","desc":"vega-combo-box should show normal with hint and required error, vega-combo-box with error when hover it","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":1008,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"58d3aae7","image":"0cdf8442f9e597e7782a97d05b9f0167.png","userAgent":"default","desc":"vega-combo-box should show normal with hint, vega-combo-box with hint","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":106,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cbd7f840","image":"db68bc1a1dabafb95a485a230f9a8891.png","userAgent":"default","desc":"vega-combo-box should show normal with manual select dropdown items, vega-combo-box normal with manual select dropdown items","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08039993","image":"be343f108940ac377accd7cd07cdd1e7.png","userAgent":"default","desc":"vega-combo-box should show normal with medium size and no label, vega-combo-box with medium medium size and no label","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8b9ce283","image":"698be3296b927df039453c078d8c5e90.png","userAgent":"default","desc":"vega-combo-box should show normal with medium size, vega-combo-box with medium size","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"659a2d6c","image":"14391d1ca80560f5e01b72b0a32a2e43.png","userAgent":"default","desc":"vega-combo-box should show normal with no option in dark, vega-combo-box with no option in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dba19888","image":"4f8cc269620de9911fba4dff6724c7a5.png","userAgent":"default","desc":"vega-combo-box should show normal with no option, vega-combo-box with no option","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"758cd224","image":"604007e0cd1142f4e425d57ad9a1c5ef.png","userAgent":"default","desc":"vega-combo-box should show normal with placeholder and disabled, vega-combo-box with placeholder and disabled","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e01571d","image":"926a60a1ac5968259e786e8c4c8c9d26.png","userAgent":"default","desc":"vega-combo-box should show normal with placeholder, vega-combo-box with placeholder","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"02c35d0d","image":"73ff7a530dde350815d23ff6a24031a0.png","userAgent":"default","desc":"vega-combo-box should show normal with required set true in dark, vega-combo-box with required set true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"515b7555","image":"438f453be7d1213a8e2872e4608a410c.png","userAgent":"default","desc":"vega-combo-box should show normal with required set true, vega-combo-box with required set true","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":88,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5db82103","image":"c3de791621e788d6d096d488fdbf7eb7.png","userAgent":"default","desc":"vega-combo-box should show normal with selected items in dark, vega-combo-box normal with selected items in dark","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":304,"height":270,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"18f22cdc","image":"fdf7376c972f3c4f40789c0f217c0480.png","userAgent":"default","desc":"vega-combo-box should show normal with selected value and disabled, vega-combo-box with selected value","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":58,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fbd302fd","image":"59d0c2dc9de3c7ca52811e6d03005db0.png","userAgent":"default","desc":"vega-combo-box should show normal with small size, vega-combo-box with small size","testPath":"./src/components/vega-combo-box/test/vega-combo-box.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc1f598c","image":"17f1ac08aef0b15a2a93576bd0c69a8b.png","userAgent":"default","desc":"vega-counter-badge should render counter badge in dark mode, vega-counter-badge in dark mode","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":90,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"95ae55fc","image":"fe2c4234c413f4ad2d054fd091242f8e.png","userAgent":"default","desc":"vega-counter-badge should render counter badge with count, count check","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":584,"height":172,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"123e1689","image":"6874ed35cef726f65cda16ed1d544b35.png","userAgent":"default","desc":"vega-counter-badge should render counter badge with dot and color, dot check","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"37a9d333","image":"ec418171a7341bd39a64ee5e1405de5c.png","userAgent":"default","desc":"vega-counter-badge should render counter badge with not dot, dot check","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a707a7f4","image":"9f268b6848b910b5d9c8094077405609.png","userAgent":"default","desc":"vega-counter-badge should render counter badge with offset, dot check","testPath":"./src/components/vega-counter-badge/test/vega-counter-badge.visual.e2e.ts","width":584,"height":180,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"63e213fd","image":"7245e631025f99f3554df69b14a843fa.png","userAgent":"default","desc":"vega-date-picker should range as expected when set clearButton,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c56501fd","image":"b45844d5501be7c8431cc1306e3f3ae5.png","userAgent":"default","desc":"vega-date-picker should render as expected when set disabled , disabled","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"21b6f334","image":"febb9b60ded19124b91a836fcbc37936.png","userAgent":"default","desc":"vega-date-picker should render as expected when set disabled in dark , disabled","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"675fc867","image":"d3f4fb7a3520050add88a228446786c0.png","userAgent":"default","desc":"vega-date-picker should render as expected when set disabled with value , disabled with value","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"987fbafc","image":"2f8832e36833e875c53bdf68ac53de11.png","userAgent":"default","desc":"vega-date-picker should render as expected when set disabled with value in dark, disabled with value in dark","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"eb2860a0","image":"2f4e9578c9f11b5c8e2d034824689dce.png","userAgent":"default","desc":"vega-date-picker should render as expected when set mode, mode","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"acbd229a","image":"494f07c31c273d35487cbacefb179211.png","userAgent":"default","desc":"vega-date-picker should render as expected when set placeholder, set placeholder","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"22e9bb1c","image":"8923cdd532219aac9e71558dbd1186f9.png","userAgent":"default","desc":"vega-date-picker should render normal when set size, set size","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3ee7a923","image":"bab341bf211ffe1d1cdcff9735458a37.png","userAgent":"default","desc":"vega-date-picker should show clear button when set it in range mode, clear button","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"643dc081","image":"f781be55c666aac6c83ca4d07e9c42ca.png","userAgent":"default","desc":"vega-date-picker should show clearButton in dark ,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"efcbe2aa","image":"b4382971635528760348cbe2b70605fe.png","userAgent":"default","desc":"vega-date-picker should show dropdown selected style when select date in range mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a6bd8657","image":"5909df37c419a947f3725ea71a9680c3.png","userAgent":"default","desc":"vega-date-picker should show dropdown selected style when select date,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6623716c","image":"47d36e03c0973961a65d47f31bbce64d.png","userAgent":"default","desc":"vega-date-picker should show error message in dark mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3774cb8b","image":"4be0509c9e49770d5d3ab93a9d824c0c.png","userAgent":"default","desc":"vega-date-picker should show format style of date value,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d156786b","image":"6fa2cf8bec030e4a0749e769ba026482.png","userAgent":"default","desc":"vega-date-picker should show label and required in range mobile ,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":359,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"342c2e48","image":"7a14e2ed34311c3ddd03ab2b7e8b57e5.png","userAgent":"default","desc":"vega-date-picker should show min and max date range in dropdown in dark mode ,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"92d3b97b","image":"97cf49835bd0c2bf7811a7bdf3be89bc.png","userAgent":"default","desc":"vega-date-picker should show min and max date range in dropdown,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"77933d2e","image":"2cebfc565448f890d0a3fa2de61cfd61.png","userAgent":"default","desc":"vega-date-picker should show normal in the modal, when in the modal","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":440,"height":510,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9dba9f53","image":"ce639e1186fedb84b5d709bf36126612.png","userAgent":"default","desc":"vega-date-picker should show normal style when input date out of scope in range mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":740,"height":740,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"03280c91","image":"58b847761ee38a8c47f208aeb558e0a9.png","userAgent":"default","desc":"vega-date-picker should show normal style with label, label check","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2a04e56b","image":"7f06654399aca40b333099bec24468af.png","userAgent":"default","desc":"vega-date-picker should show selected in dark mode with range mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":752,"height":540,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8e9ee55e","image":"5158dd83988845a3839627ad959dbb01.png","userAgent":"default","desc":"vega-date-picker should show selected style when default value of date out of scope in single mode,","testPath":"./src/components/vega-date-picker/test/vega-date-picker.visual.e2e.ts","width":740,"height":740,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"effbbc9d","image":"6a2d5d8d6ff350c3b22a97e221506c72.png","userAgent":"default","desc":"vega-dialog should show normal with button size, vega-dialog with default","testPath":"./src/components/vega-dialog/test/vega-dialog.visual.e2e.ts","width":480,"height":204,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae8c8d7c","image":"0700cef6f6f83545e2e7d3ecedc042d4.png","userAgent":"default","desc":"vega-divider should render as expected when set multiple horizontal divider, horizontal check","testPath":"./src/components/vega-divider/test/vega-divider.visual.e2e.ts","width":584,"height":204,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"04734627","image":"4c04913dd6ac89f9c03580ffcfc9dce2.png","userAgent":"default","desc":"vega-divider should render as expected when set multiple vertical divider, vertical check","testPath":"./src/components/vega-divider/test/vega-divider.visual.e2e.ts","width":584,"height":42,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a9cc1db5","image":"8cc5eded9abb67747e8a18cefb51df6d.png","userAgent":"default","desc":"vega-field-error should render normal with field error in dark mode, vega-field-error with field error","testPath":"./src/components/vega-field-error/test/vega-field-error.visual.e2e.ts","width":584,"height":248,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"538dd26e","image":"aaa1b0619e13093f63d4156375b60010.png","userAgent":"default","desc":"vega-field-error should render normal with field error, vega-field-error with field error","testPath":"./src/components/vega-field-error/test/vega-field-error.visual.e2e.ts","width":584,"height":298,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"743cc670","image":"cf95c3fcdb08ca9fd096c2aa90538a9f.png","userAgent":"default","desc":"vega-file-uploader should render danger vega-file-uploader normal, default vega-file-uploader","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":162,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c60d9d3","image":"5838b2544ecf964a999cab746d5bd97d.png","userAgent":"default","desc":"vega-file-uploader should render danger vega-file-uploader uploadButton normal, default vega-file-uploader","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d026bd3e","image":"c66f1911986c1798aa132cfda4c757c1.png","userAgent":"default","desc":"vega-file-uploader should render default vega-file-uploader normal in mobile mode, default vega-file-uploader","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":359,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"619067fc","image":"cda5b907bdad7cc13b55cb525ff72402.png","userAgent":"default","desc":"vega-file-uploader should render vega-file-uploader uploadButton normal, default vega-file-uploader","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":94,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"48a6ed3a","image":"c1e92e74a76d59360620dd36a44b48d7.png","userAgent":"default","desc":"vega-file-uploader should show disabled status when the file number is bigger than maxCount value,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":514,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"070e1057","image":"d4cb357a97d0069493f671c36973b023.png","userAgent":"default","desc":"vega-file-uploader should show disabled status when the file number is equal with maxCount value in dark mode ,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":305,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"437be79e","image":"a0d9fd7c91a3666c82a8a1d1473647ff.png","userAgent":"default","desc":"vega-file-uploader should show file status normal in dark mode,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":432,"height":575,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"989139f6","image":"f7bf00972a29fdf599c8217b28de96d6.png","userAgent":"default","desc":"vega-file-uploader should show file status normal in mobile,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":359,"height":660,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"eaf82a68","image":"8816c9e1431fdfd5465d5a40c052309b.png","userAgent":"default","desc":"vega-file-uploader should show no disabled status when the file number is less than maxCount value,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":514,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ddc48cf1","image":"6415c0bc3637ea962fb1761ae69b5dda.png","userAgent":"default","desc":"vega-file-uploader should show tooltip of file delete button normal,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e8f8707a","image":"7038ca0faeb969aa8e7e62cd4f626e6f.png","userAgent":"default","desc":"vega-file-uploader should show tooltip of file preview button normal,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"96f91fd4","image":"1cdb0dbdb6a4398f94988e3d40162f2c.png","userAgent":"default","desc":"vega-file-uploader should show tooltip of file retry button normal,","testPath":"./src/components/vega-file-uploader/test/vega-file-uploader.visual.e2e.ts","width":584,"height":167,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"18a6b302","image":"453742c5e578099953f9bff69e3982ef.png","userAgent":"default","desc":"vega-flex should render as expected when set direction, direction","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":216,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0b3508c6","image":"77555003b57945e07b81f4bbc8da45a5.png","userAgent":"default","desc":"vega-flex should render as expected when set width, vega-flex with widths","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":138,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0d4a90f9","image":"e23bd037d12d40a0719647cc0e872a58.png","userAgent":"default","desc":"vega-flex should render normal when align-item is baseline,","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":100,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"87dfd06e","image":"9681d81d32fb1f90ca44c3f69b9f0921.png","userAgent":"default","desc":"vega-flex should render normal when align-item is stretch,","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":100,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"21f54352","image":"19cb20f82a883631ec08e6fce09c9346.png","userAgent":"default","desc":"vega-flex should render normal when justify-content is space-evenly,","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":584,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c19a8ae9","image":"2a3e1613614fa6bf58ebcb820d6fc84f.png","userAgent":"default","desc":"vega-flex should render normal when set flex-wrap,","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":584,"height":1322.65625,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fa1694e0","image":"bcf29c250245fcd6d4cd80fbb2076fe6.png","userAgent":"default","desc":"vega-flex should render normal with col direction and align-item, col direction and align-item","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":288,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4e0ae2d5","image":"700ade8610923958d3f90d68dfa4e05b.png","userAgent":"default","desc":"vega-flex should render normal with col direction and justify-content, col direction and justify-content","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":748,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b3687394","image":"f136123d6a6e67a75080296043b5e5de.png","userAgent":"default","desc":"vega-flex should render normal with row direction and align-item, raw direction and align-item","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":308,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2e252777","image":"54cf609aa15fa2609c3079a322e9f60a.png","userAgent":"default","desc":"vega-flex should render normal with row direction and justify-content, row direction and justify-content","testPath":"./src/components/vega-flex/test/vaga-flex.visual.e2e.ts","width":359,"height":238,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2a225a92","image":"e4d50b654335e71fc4967b82c344dbfe.png","userAgent":"default","desc":"vega-font should render normal when set as, vega-font set as p","testPath":"./src/components/vega-font/test/vaga-font.visual.e2e.ts","width":359,"height":229.4375,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2b1f961b","image":"a770465023ed9653c5209e93264e927e.png","userAgent":"default","desc":"vega-font should render normal when set text-align, vega-font set text-align","testPath":"./src/components/vega-font/test/vaga-font.visual.e2e.ts","width":359,"height":511,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8295eac0","image":"b2aa4c06bcefcb7c92204acdd30d3197.png","userAgent":"default","desc":"vega-font should render normal when with as property, vega-font with as property","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":584,"height":128.71875,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"45fe86df","image":"3b4f2951c9cbd00ad924a358e0f24304.png","userAgent":"default","desc":"vega-font should render normal when with default and tokens in dark mode, vega-font with default and tokens in dark mode","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"98abc0c9","image":"1a4712761391165e44e0399e574800c7.png","userAgent":"default","desc":"vega-font should render normal when with default and tokens, vega-font with default and tokens","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a3178015","image":"fe13a66e7e5ede78792937bf010f022c.png","userAgent":"default","desc":"vega-font should render normal when with disable responsive, vega-font with disable responsive","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":1424,"height":90,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"973ff343","image":"aa51db31d331669430896690342d81dc.png","userAgent":"default","desc":"vega-font should render normal when with responsive font, vega-font with responsive font","testPath":"./src/components/vega-font/test/vega-font.visual.e2e.ts","width":584,"height":56,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6bb96bc4","image":"8431110776be033ec282fd895a9ae813.png","userAgent":"default","desc":"vega-grid should render vega-grid when item greater than dimensional with auto both column and row, vega-grid when item greater than dimensional","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":304,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"720c5d6e","image":"acd224f13e0e43e4d81990ea06b683f1.png","userAgent":"default","desc":"vega-grid should render vega-grid when item greater than dimensional, vega-grid when item greater than dimensional","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":1424,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8dc4a99e","image":"f457b6c69704125d620b062e0a63c81d.png","userAgent":"default","desc":"vega-grid should render vega-grid when item less than dimensional, vega-grid when item less than dimensional","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":1424,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"989d3268","image":"679ff4b5301290556ec91463a47cf018.png","userAgent":"default","desc":"vega-grid should render vega-grid when window size change, vega-grid when window size change","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":359,"height":44,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"184528a8","image":"5cca63b3d493de7befd4382f24a2aabd.png","userAgent":"default","desc":"vega-grid should render vega-grid with column, vega-grid with column","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":304,"height":74,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cf21b4e6","image":"3111d7bc39ef23e1d19a8022f2f78d4f.png","userAgent":"default","desc":"vega-grid should render vega-grid with gap, vega-grid with gap","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":1424,"height":18,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"774a290a","image":"495c33cb81b92e71a59064b036deacb3.png","userAgent":"default","desc":"vega-grid should render vega-grid with responsive map, vega-grid with responsive map","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":1008,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1aaac3aa","image":"21a4579340bd071933dc4222aca885e8.png","userAgent":"default","desc":"vega-grid should render vega-grid with row, vega-grid with row","testPath":"./src/components/vega-grid/test/vega-grid.visual.e2e.ts","width":304,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"44a0c411","image":"df18d193dd77c73ceb593e100945b30d.png","userAgent":"default","desc":"vega-icon should render vega-icon when change color, change color","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":584,"height":41,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"be11c39d","image":"2c2c8816739b979c0a3dbdcbea9c8f98.png","userAgent":"default","desc":"vega-icon should render vega-icon when set size, vega-icon under sticky element","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":20,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d20ddd61","image":"98ee9e5fb88515a8dbf5fe0e091c993a.png","userAgent":"default","desc":"vega-icon should render vega-icon while icon under sticky element, vega-icon under sticky element","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":16,"height":16,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8380a5d5","image":"ac1974812f40ea59d34307ac02a5f70c.png","userAgent":"default","desc":"vega-icon should render vega-icon with Font Awesome in dark mode, vega-icon Font Awesome in dark","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":584,"height":41,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"562ffa61","image":"8083c957effa18fb290a5b0bdf2ad6cb.png","userAgent":"default","desc":"vega-icon should render vega-icon with Font Awesome, vega-icon Font Awesome","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":18,"height":20,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"852e6c97","image":"ab5d93b635bae2b5fe23f583eac012ce.png","userAgent":"default","desc":"vega-icon should render vega-icon with vega icon in dark mode, vega-icon in dark","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":584,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b2d46848","image":"a524cc5916040ea0985aa14f5039cd08.png","userAgent":"default","desc":"vega-icon should render with custom icon class, vega-icon custom icon class","testPath":"./src/components/vega-icon/test/vega-icon.visual.e2e.ts","width":36,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b6aa4198","image":"9ebdf4d34c2713e0f0cedb0c778b2c35.png","userAgent":"default","desc":"vega-image-uploader should render action-title and hint normal,","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":150,"height":260,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b456567f","image":"36d5ce3a43f8a8bbaddb83a756174e09.png","userAgent":"default","desc":"vega-image-uploader should render as expected when call valid, show error","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d81b9748","image":"53eeaa26642fb7b44a83b9bf5d285b1a.png","userAgent":"default","desc":"vega-image-uploader should render as expected when focus on image-uploader in dark, focus on image-uploader in dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08a2e1a4","image":"4e52657b6cd66fa0e8da6225c3923833.png","userAgent":"default","desc":"vega-image-uploader should render as expected when focus on image-uploader, focus on image-uploader","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fec0c1f7","image":"4799a82b4f5b3242bcf158dc12aeb8da.png","userAgent":"default","desc":"vega-image-uploader should render as expected when hover on delete-button, hover on delete-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e1b87bea","image":"f095476fc0248cf27fa814706177534f.png","userAgent":"default","desc":"vega-image-uploader should render as expected when hover on preview-button, hover on preview-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b1914a0b","image":"12fd30dca14bdb10e138bf9957cb67d6.png","userAgent":"default","desc":"vega-image-uploader should render as expected when hover on replace-button, hover on replace-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c2da506","image":"1aad56b95fdc16ee9739410e31f4b04b.png","userAgent":"default","desc":"vega-image-uploader should render as expected when set show-preview-button to false, false show-preview-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47593e00","image":"bb9c61c2c52257e6ac08122fc873e0a5.png","userAgent":"default","desc":"vega-image-uploader should render as expected when set show-remove-button to false, false show-remove-button","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9f42bfbf","image":"a8b8f7209998b3d0a72b9719083dc02a.png","userAgent":"default","desc":"vega-image-uploader should render as expected when show error on dark, show error on dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7479d502","image":"22a392ca2f7b01e9145de8a1d16d8ac1.png","userAgent":"default","desc":"vega-image-uploader should render as expected when show error, show error","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":584,"height":170,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e7354f1e","image":"745ce91134a9c726aee22be8e5dfcd28.png","userAgent":"default","desc":"vega-image-uploader should render normal when set width and height less than min value,","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":180,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f898d8cf","image":"8fbd2b83ca71d26193f78355c1a7469d.png","userAgent":"default","desc":"vega-image-uploader should render uploading states as expected in dark, vega-image-uploader uploading status in dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6daf2299","image":"e166d553d849e0c78ef876004aad7a5f.png","userAgent":"default","desc":"vega-image-uploader should render uploading states as expected, vega-image-uploader uploading status","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9cf4ddcb","image":"874d6a50e723c879a585b73e4e54229b.png","userAgent":"default","desc":"vega-image-uploader should show delete modal when click delete button, vega-image-uploader hover","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":480,"height":242,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"998b25ce","image":"0640963c7a9fddb30a953c2624ba42eb.png","userAgent":"default","desc":"vega-image-uploader should show disabled style when set true , vega-image-uploader disabled set true","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":160,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f34c7932","image":"4f3481e7bcab3c6a115931bdc7bde793.png","userAgent":"default","desc":"vega-image-uploader should show disabled style when set true in dark , vega-image-uploader disabled set true in dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":160,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a91ff7ce","image":"9b07449ac15dc7e1d1deb9b825be0924.png","userAgent":"default","desc":"vega-image-uploader should show normal in mobile,","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d4b83e6c","image":"b6fe711492d73a1ad83be68fd782b5be.png","userAgent":"default","desc":"vega-image-uploader should show normal when keep default in dark , vega-image-uploader keep default in dark","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3bde661a","image":"bd742a3ba78f04988baceee07b34b4c8.png","userAgent":"default","desc":"vega-image-uploader should show preview image when click preview button, vega-image-uploader hover","testPath":"./src/components/vega-image-uploader/test/vega-image-uploader.visual.e2e.ts","width":480,"height":532,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"baad13bc","image":"48b348f52bcf73e7b84273b59414d9c0.png","userAgent":"default","desc":"vega-input prefix-icon should render normal when required with label suffix button, vega-input required with label suffix button","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":82,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4557605d","image":"4be038b7049b5639096cdf45dc0166d5.png","userAgent":"default","desc":"vega-input prefix-icon should render normal when set prefix-icon by slot with image-uploader content, vega-input with prefix-icon by slot with image uploader content","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d52eac09","image":"7bb540ca4abee17cdffe6944c8ff0948.png","userAgent":"default","desc":"vega-input prefix-icon should render normal when set prefix-icon by slot with text content and trigger as hover, vega-input with prefix-icon by slot with text content and hover it","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47c72c20","image":"d10379d630b08ba69cdbadef68160b74.png","userAgent":"default","desc":"vega-input prefix-icon should render normal when set prefix-icon by slot with text content, vega-input with prefix-icon by slot with text content","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a7ad22fb","image":"9a0b82d87e48b2c9e146bfbd4b51a177.png","userAgent":"default","desc":"vega-input should render normal when input is number, vega-input when input is number","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":526,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"35247026","image":"8bfc88f25acf24bb557f3790231b9cc5.png","userAgent":"default","desc":"vega-input should render normal with default input, vega-input with default","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":526,"height":24,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f83ba384","image":"6a7102578dc5e69e6eed2dd81169959d.png","userAgent":"default","desc":"vega-input should render normal with focus dark mode, vega-input with focus dark mode","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"76196c10","image":"4eb94875d887dfece7a7e2cc00425848.png","userAgent":"default","desc":"vega-input should render normal with input disabled, vega-input with input disabled","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"455dc1d7","image":"851318a57f46c9da1144fe8faf984da4.png","userAgent":"default","desc":"vega-input should render normal with long label, vega-input with long label","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":102,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e4d04502","image":"d0907dbf3bbf9051d9ab0090a74eb8a2.png","userAgent":"default","desc":"vega-input should render normal with long placeholder, vega-input with long placeholder","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1560d3f5","image":"390f5b1f49dc988e023255d1878b769a.png","userAgent":"default","desc":"vega-input should render normal with placeholder and hint, vega-input with placeholder and hint","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a4d43ec4","image":"ba2cbf010b08ef17e500a9a6f09756eb.png","userAgent":"default","desc":"vega-input should render normal with required error in dark, vega-input with required error in dark","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":160,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"435be71d","image":"dae067c3ccb9466b05711591ecd99896.png","userAgent":"default","desc":"vega-input should render normal with required error, vega-input when input has required","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a1930b85","image":"ac03f528e1ea478ed33ba9fb5322e3fb.png","userAgent":"default","desc":"vega-input should render normal with required error, vega-input when input has required error","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8636324a","image":"e442163823ed8edcc7160818be69b398.png","userAgent":"default","desc":"vega-input should render normal with small and default size, vega-input with small and default size","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aac70289","image":"e442163823ed8edcc7160818be69b398.png","userAgent":"default","desc":"vega-input should render normal with small and default size, vega-input with text and email","testPath":"./src/components/vega-input/test/vaga-input.visual.e2e.ts","width":584,"height":92,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5da521e5","image":"5273adef332dbb60fac11c48a989c42d.png","userAgent":"default","desc":"vega-input-credit-card render vega-input-credit-card should support keyboard input,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4417340c","image":"f97ab81b758db662a2eb1617a6efe217.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with dark mode style,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ea25d538","image":"6f5da1c8d233cf9d5e8e88fd2ef3ec0a.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with long label and long hint,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":142,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"664ac660","image":"c25a03ca4b6a75b60ca989c922a8c0ea.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal modal width in mobile mode,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":375,"height":812,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"121c92b5","image":"1917b4c75462018e96fd444a55f92fdb.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style ,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"55525f9a","image":"bd2c0d240faaa73548693dd8792bd334.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input American Express number of 15 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d11d5364","image":"b65b9d44dcba156ab3152a6ee2592277.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input discover number of 16 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"870bb757","image":"8c98ce176a13df14843cbb6423fd6440.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input invalid number,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c2f20477","image":"394ab2b92eacbc9f634b3d0618b877d0.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input master number of 16 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fb57a2bd","image":"f43bdfc49eaa4bc64a3d388173c76744.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input special visa number without label,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7a4a9c0d","image":"f5f154f17b8ddd7fe6584229e3e433dc.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input visa number of 13 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fe3783a4","image":"6bb098fcece5553a617d03e539e2b14d.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when input visa number of 16 digits,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b911b616","image":"adfd03e01df5610028a7b8c22de1d1b5.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when keyboard input is a 15 digits American express number,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cca8d575","image":"2729771eeefd444ff898c491f1273357.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with normal style when keyboard input is a visa number,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"202460f1","image":"25596d87f964d9e9e48bcdcb815d97b0.png","userAgent":"default","desc":"vega-input-credit-card should render vega-input-credit-card with small size,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":102,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c6ada2d","image":"597612a74ca61e8e3cee1183251cac24.png","userAgent":"default","desc":"vega-input-credit-card should show default input container normal,","testPath":"./src/components/vega-input-credit-card/test/vega-input-credit-card.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"04889cf4","image":"45c1ac110c0dc20d35d2c2be1e469e49.png","userAgent":"default","desc":"vega-input-numeric should render long input with ellipsis normal,","testPath":"./src/components/vega-input-numeric/test/vega-input-numeric.visual.e2e.ts","width":304,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"885a9b3a","image":"4f7e9c28d6d15df090c3857fe8172a90.png","userAgent":"default","desc":"vega-input-numeric should render placeholder normal with both prefixText and suffixText in dark mode,","testPath":"./src/components/vega-input-numeric/test/vega-input-numeric.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d3e1588f","image":"bc6a45c5e234c06fe2909be16df5cd68.png","userAgent":"default","desc":"vega-input-numeric should render whole numeric normal,","testPath":"./src/components/vega-input-numeric/test/vega-input-numeric.visual.e2e.ts","width":304,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af8102c8","image":"b5af14253c4cc74f16ddb0b6164f185c.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when nested in modal and flex, nested in modal and flex","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":616,"height":134,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9a548341","image":"3d5e1f1170e3c54f19f3966925138df0.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with disabled in dark, disabled in dark","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"06bec96b","image":"d507e6178365edabfc44712f507b1ad4.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with disabled, disabled","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"428e9bc4","image":"94f93fc2109c3efac0cc508846fc09c6.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with hint in error states in dark, dropdown in dark","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":752,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"75fa2e5c","image":"7b6e5af31520f5e8813017dd4f98c8d6.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with hint in error states, dropdown","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":752,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0ef328e5","image":"698a7f9c8600bee3c0154879e8642fb8.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with hint, hint","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"810b5c17","image":"be2d1a5e2a20ec9e70974dfd8ad15c05.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with label, label","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d7e4771c","image":"d9d72a2b10b10048726ee220b48fa527.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with long hint, long hint","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":304,"height":116,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"079be02f","image":"365a47a407c464a973116590d1280542.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with Placeholder in dark, Placeholder in dark","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bceaf804","image":"5f153464c343cd768216633b852073e7.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with Placeholder, Placeholder","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a486268e","image":"0666dfce480647c3cb8857d2bb059847.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with required in dark, required in dark","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b99adef6","image":"3961f21e98b5d1f616215c9588f0c8ea.png","userAgent":"default","desc":"vega-input-phone-number Should display normal when with required, required","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"890158dc","image":"c645ca1d792395177ed9f550dc65ef98.png","userAgent":"default","desc":"vega-input-phone-number Should show the selected country as expected in dark, dropdown","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":726,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fb179d45","image":"260117a8a096031e2d4a00137e1fb6e7.png","userAgent":"default","desc":"vega-input-phone-number Should show the selected country as expected, dropdown","testPath":"./src/components/vega-input-phone-number/test/vega-input-phone-number.visual.e2e.ts","width":726,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"68908461","image":"a62e4c8295a725e4a66cc2ec4408c4bd.png","userAgent":"default","desc":"vega-input-range should render long label normal, vega-input with long label","testPath":"./src/components/vega-input-range/test/vaga-input-range.visual.e2e.ts","width":304,"height":132,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3d5f1c05","image":"5d8110526b6ba5e9621d0f2fa57aa132.png","userAgent":"default","desc":"vega-input-range should render long placeholder normal, vega-input with long placeholder","testPath":"./src/components/vega-input-range/test/vaga-input-range.visual.e2e.ts","width":304,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ad535be","image":"d1ecf153cbe7e6e5ab9df3ba963ac56a.png","userAgent":"default","desc":"vega-input-range should render long value normal, vega-input with long value","testPath":"./src/components/vega-input-range/test/vaga-input-range.visual.e2e.ts","width":304,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8dd209a8","image":"946bbf46e754018058a8a17e5781b37c.png","userAgent":"default","desc":"vega-input-range should render normal when show-clear-icon is false, vega-input with show-clear-icon false","testPath":"./src/components/vega-input-range/test/vaga-input-range.visual.e2e.ts","width":584,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d85b360e","image":"43f6607e4b8ff0d5f6c4c5d323c96677.png","userAgent":"default","desc":"vega-input-select should render hint and error as expected when set hint and show error, vega-input-select set hint and show error","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5f5a47cf","image":"f95685e60e185b4b3da22bb8bf70e7e2.png","userAgent":"default","desc":"vega-input-select should render label as expected when set label and required, vega-input-select set label and required","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":359,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e239726","image":"31bb19c3949134774cce7f0af132f001.png","userAgent":"default","desc":"vega-input-select should render normal dropdown opened in Dark Mode, vega-input-select with menu open in dark mode","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"81cc23ac","image":"30ac31802c8421ee59c2b0e64fdd40d1.png","userAgent":"default","desc":"vega-input-select should render normal when change icon, vega-input-select when change prefix-icon","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"415d41b1","image":"d465de97945852f83e9cfec896fda7fd.png","userAgent":"default","desc":"vega-input-select should render normal when change source, vega-input-select when change source","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f85b7489","image":"2b1b3ff73541c559ff4f0f22f70db3d1.png","userAgent":"default","desc":"vega-input-select should render normal when search invalid value in Dark Mode, vega-input-select input invalid search in dark mode","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9e35360b","image":"c9861de44663e597f55adc84ea88e5fc.png","userAgent":"default","desc":"vega-input-select should render normal when search invalid value, vega-input-select search invalid value","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3b330a3d","image":"90c068953b90c743da83a12da5204a0e.png","userAgent":"default","desc":"vega-input-select should render normal when search valid option in Dark Mode, vega-input-select when search valid option","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"befea0a1","image":"d5f1ba6ddf9bbc40e86be0e2b82118af.png","userAgent":"default","desc":"vega-input-select should render normal when select valid search result, vega-input-select when select valid search option","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"99f97a43","image":"ffb7b8ff61c2ce675eaeaa8104a3f178.png","userAgent":"default","desc":"vega-input-select should render normal when set caseSensitive to true, vega-input-select when set caseSensitive to true","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"95d65354","image":"7b11547ab77114942b3590f5274ccb36.png","userAgent":"default","desc":"vega-input-select should render normal when with value and disabled in dark mode, have value and disabled in dark mode","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"38432e91","image":"593cacdf991a89066c6887dda6214279.png","userAgent":"default","desc":"vega-input-select should render normal with disable and value, vega-input-select with disable and value","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b32da74a","image":"073c1445dacdaac8c0aa6480212492f9.png","userAgent":"default","desc":"vega-input-select should render normal with disable without value in Dark Mode, vega-input-select with disable and without value","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0845873a","image":"5c0c0f1dbdb3aca383c35ec0cb67c599.png","userAgent":"default","desc":"vega-input-select should render normal with error in Dark Mode, vega-input-select with error","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":130,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"260b69b5","image":"eb1e5e278264b3344fd8251f8e3a567c.png","userAgent":"default","desc":"vega-input-select should render normal with hint in Dark Mode, vega-input-select with hint","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1e55d2a0","image":"3715717d75b5ec943086b9392d05747a.png","userAgent":"default","desc":"vega-input-select should render normal with label and required in Dark Mode, vega-input-select with label and required","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6891ec6a","image":"7da65ded5bfe4c858e0c24ff1e1aa22d.png","userAgent":"default","desc":"vega-input-select should render normal with multiple type, vega-input-select with multiple type","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":370,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"31aa998b","image":"33b0ac3141f5f2ea19f81d742269bcab.png","userAgent":"default","desc":"vega-input-select should render normal with null and long placeholder, vega-input-select with null and long placeholder","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":180,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"32dc814f","image":"58cae6127379fa56b766c6c3528a286a.png","userAgent":"default","desc":"vega-input-select should render normal with prefix-icon in Dark Mode, vega-input-select with prefix-icon","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":70,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b71bc58a","image":"ba900133c62ae20a043c8145deb72e61.png","userAgent":"default","desc":"vega-input-select should render normal with selected long value, vega-input-select with selected long value","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"62238542","image":"e8b5543222dd07074f913c0ee347cc2a.png","userAgent":"default","desc":"vega-input-select should render normal with single type, vega-input-select with single type","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":370,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ed117a60","image":"b10ed3d6ec38c9c253a4446e106e75ea.png","userAgent":"default","desc":"vega-input-select should render normal with small and default size, vega-input-select with small and default size","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6b236a4c","image":"3829933c4a23d7033a63119484708ab4.png","userAgent":"default","desc":"vega-input-select should render normal without search in Dark Mode, vega-input-select without search","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c6b435a","image":"5a0638a95840412ad0883e0e14dd22f4.png","userAgent":"default","desc":"vega-input-select should render placeholder as expected when set long placeholder, vega-input-select set set long placeholder","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":359,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"57f88049","image":"1b83910bbcff965492bf79d17f7f3952.png","userAgent":"default","desc":"vega-input-select should show checked style when reopen dropdown, vega-input-select show checked style when reopen dropdown","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":564,"height":147,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6fe1ac7e","image":"7a5376f8127ccbce92efa2dc7d6e434a.png","userAgent":"default","desc":"vega-input-select should show normal display while source is empty, vega-input-select show normal display","testPath":"./src/components/vega-input-select/test/vaga-input-select.visual.e2e.ts","width":359,"height":107,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af62a2c0","image":"fced6958bf1d22d95b4609bb6cb90c07.png","userAgent":"default","desc":"vega-item-toggle [deprecated] should display normal when set item-toggle-status-map, set item-toggle-status-map","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4312bb35","image":"b3e5876c63e8256843b4090dc4b441ad.png","userAgent":"default","desc":"vega-item-toggle should display No label defined when set status-map with empty label, set item-toggle-status-map","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ad07a540","image":"fced6958bf1d22d95b4609bb6cb90c07.png","userAgent":"default","desc":"vega-item-toggle should display normal when set status-map, set item-toggle-status-map","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6ae26668","image":"0ef7219055c2204179e5a87ce6393ecd.png","userAgent":"default","desc":"vega-item-toggle should display normal with is-toggled in dark, with is-toggled in dark","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b16e3d8b","image":"0b422eacde0c1264cc993d15ce94f3f2.png","userAgent":"default","desc":"vega-item-toggle should display normal with is-toggled, with is-toggled","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a65c77bb","image":"64443c554e8813c1fff9032b53c52b76.png","userAgent":"default","desc":"vega-item-toggle should render vega-item-toggle after click tab key, keyboard action","testPath":"./src/components/vega-item-toggle/test/vega-item-toggle.visual.e2e.ts","width":91.875,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7164bf03","image":"a3b55159499c5529bdb159350ea483f8.png","userAgent":"default","desc":"vega-left-nav [deprecated] should render vega-left-nav correctly when third level with data source, vega-left-nav third level with data source","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7506b2cd","image":"3205ce4d4ec27524cb360e23cb250a2e.png","userAgent":"default","desc":"vega-left-nav dark mode should render vega-left-nav-group with dark mode when use html tag, vega-left-nav-group with dark mode","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1953c1dd","image":"249af52548a661890ebb3990c81e7bec.png","userAgent":"default","desc":"vega-left-nav dark mode should render vega-left-nav-group with dark mode when use source, vega-left-nav-group with source and dark mode","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ae26a792","image":"c7c0f8a05585087c37d8209208bbcb54.png","userAgent":"default","desc":"vega-left-nav dark mode should update selected item when update source, vega-left-nav-group with update source","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"89a134eb","image":"e8ae475c96c0350cab5788186441a468.png","userAgent":"default","desc":"vega-left-nav should render normal when pop modal in content with html, vega-left-nav with modal","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":1440,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d1e95638","image":"e3a3c7767a5eb9522dea438bff6728cc.png","userAgent":"default","desc":"vega-left-nav should render scroll normal for left-nav with html, vega-left-nav with scroll","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b4187173","image":"d1dec19c84cc7d9d44d9bdbdc4ed0113.png","userAgent":"default","desc":"vega-left-nav should render scroll normal for left-nav with source, vega-left-nav with scroll","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5e0408b0","image":"964706df4434f4e905f967de3d3dc125.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav correctly when selected third level, vega-left-nav when selected third level","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ec98a77e","image":"a3b55159499c5529bdb159350ea483f8.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav correctly when third level with data source, vega-left-nav third level with data source","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ca43d8d2","image":"a331b266be3fe60d1510fc44c8462f8b.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with icon and title, vega-left-nav with icon","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8da817c2","image":"a83dbd9419c386d226bee5eda2e6673b.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with only title, vega-left-nav with title","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4ecad7c8","image":"9093d74b6c429faa6d6098bb3b42122e.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with slot footer and slot header, vega-left-nav with slot","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2bc2b039","image":"b65482e30ffb8bec6c85103dcb71113d.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with subtitle, vega-left-nav with subtitle","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9652bcd0","image":"fa7325e4f52bb809c79c2f8df2699b93.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav with title and counter, vega-left-nav with counter","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c9bf260","image":"e92d837bf473dd88b1644ce81eeb8271.png","userAgent":"default","desc":"vega-left-nav should render vega-left-nav-group with correctly selected style, vega-left-nav-group with correctly selected style","testPath":"./src/components/vega-nav/vega-left-nav/test/vega-left-nav.visual.e2e.ts","width":300,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7f4f9313","image":"1c01fa461439431ed056e345914504aa.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart correct in modal when the call reRender method, vega-line-chart in modal","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8fb82b49","image":"59e20e58e24364f8ea8e94f2708de92f.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal nested in flex,","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2c4ec276","image":"11e8c569dc91a4263915d38d41797b7c.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal when exists decimal, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":400,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7000b293","image":"c914e1a43cca34efae86f296ac56fdee.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal when exists negative, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":400,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3f038252","image":"b0dfa6af25989c4c3d2e9aef64daab17.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal when set the same source, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e27736ab","image":"b0dfa6af25989c4c3d2e9aef64daab17.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart normal when update dataSource, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b438767e","image":"6a76062bfc3391871480fbaed258138f.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with correct stroke when set the different value, vega-line-chart default state","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4809a36a","image":"b1776e0a89f070ea680f256ed27ebf1e.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with correct stroke when set the same colors value, vega-line-chart set the same colors value","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8e70388d","image":"b1776e0a89f070ea680f256ed27ebf1e.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with correct with number type, vega-line-chart with number type","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"78348671","image":"be0d5c5d87ffd9eb20686d37ded21477.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with weekly value, vega-line-chart with weekly value","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9a9203ab","image":"602fb4d5d2c9707f008b0d6a1a0487a7.png","userAgent":"default","desc":"vega-line-chart with basic property should render chart with yearly value, vega-line-chart with weekly value","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e231422e","image":"b4a02c9fc04ef4dc159e7beccd7ccfa7.png","userAgent":"default","desc":"vega-line-chart with basic property should render normal nested in tab-group,","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fd64b656","image":"04a8eee512eeb23c1c2b87cda93a6776.png","userAgent":"default","desc":"vega-line-chart with basic property should render normal nested in table,","testPath":"./src/components/vega-chart/vega-line-chart/test/vega-line-chart.visual.e2e.ts","width":584,"height":465,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d5fad682","image":"a5823b26b36bef69818dc786e72722c7.png","userAgent":"default","desc":"vega-loading-indicator should render normal in mobile mode, vega-loading-indicator in mobile mode","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":68,"height":109,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e6108ba5","image":"116f44589ef708d63b88f72c07020d65.png","userAgent":"default","desc":"vega-loading-indicator should render normal in modal, vega-loading-indicator in modal","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":432,"height":38,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"89f26c1e","image":"a0860b4739ea0bf437f0fa1dc983edcc.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set determinate with bar , determinate with bar","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":110,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b1d275b5","image":"ac8524eb52a8b18d3727f9755658f457.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set determinate with circle , determinate with circle","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"81404869","image":"b936ab1e543d95bd0c818b0d2ddade05.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set label and hint, label and hint","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":304,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9268dc2b","image":"b9239778dee867ed3f14d2f3ffecd8d5.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set long label and long hint and special symbol, label and hint","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":304,"height":368,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4660a852","image":"2f426e5f71eae6eaf7bb54b4aafa88d6.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set size with bar , size with bar","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":94,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5e0f13f2","image":"bb5dc88ef581957bcde4779c0b6f96be.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set size with circle , size with circle","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":144,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dce3bd1a","image":"ba1fea1b865b3beef1a1135bd779a706.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set status with bar in dark, status with bar","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":74,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c9245e3","image":"00c9dbc329ca6b1ad78ea743b91ee0bc.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set status with bar, status with bar","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":74,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8459e51b","image":"9b4014c74037f975344b9ac678229e65.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set status with circle in dark , status with circle in dark","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"42c126a6","image":"ac4258921c4fac19bf9d885fe18d1783.png","userAgent":"default","desc":"vega-loading-indicator should render normal when set status with circle, status with circle","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4655ea6e","image":"f9080ba22d397d83f09047ebdfe84239.png","userAgent":"default","desc":"vega-loading-indicator should render partial filled loader bar if the status is 75, label and hint","testPath":"./src/components/vega-loading-indicator/test/vega-loading-indicator.visual.e2e.ts","width":584,"height":90,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab862ce3","image":"67d9619b97865d42f5617413a025f62a.png","userAgent":"default","desc":"vega-modal [deprecated] should display normal with vertically-center, vega-modal with vertically-center","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a9646dbc","image":"419a4e8e4b8708b8e6ff45f643a7cf5d.png","userAgent":"default","desc":"vega-modal should display normal with modal-title, vega-modal with modal-title","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"06d2309c","image":"3c24263abc9fe6f48efe83953f33d38f.png","userAgent":"default","desc":"vega-modal should display normal when change value by property,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":378,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"745edbe0","image":"ccc7eefe88ff7124ce9b7256a2754224.png","userAgent":"default","desc":"vega-modal should display normal when nested date picker opened, vega-modal when nested date picker","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":616,"height":552,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7e150a6d","image":"35a2ea7b24e787bdea1313703512d37f.png","userAgent":"default","desc":"vega-modal should display normal when set value by property,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":378,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"27e409b0","image":"45a13beb6b9356d7b1b4690370914252.png","userAgent":"default","desc":"vega-modal should display normal with default backdrop-color in dark, vega-modal default backdrop-color in dark","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d7f1d8b2","image":"f63233f9dc04d7dcfd4ff56369f0b130.png","userAgent":"default","desc":"vega-modal should display normal with default props, vega-modal default states","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":102,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0353973c","image":"67d9619b97865d42f5617413a025f62a.png","userAgent":"default","desc":"vega-modal should display normal with is-vertically-centered, vega-modal with is-vertically-centered","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"20ff55dc","image":"8062b189081773e44a640a8d067046a0.png","userAgent":"default","desc":"vega-modal should display normal with nested modal in dark, vega-modal with nested modal in dark","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2e4bb061","image":"e703bac13e2532ce5533d2a57a8a5fa6.png","userAgent":"default","desc":"vega-modal should display normal with none backdrop, none backdrop","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"285b401a","image":"83080cdc524b169211c70c9dfdb6fd9e.png","userAgent":"default","desc":"vega-modal should display normal with none backdrop-color in dark, vega-modal none backdrop-color in dark","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0b0f5713","image":"9a41a04f72770185eb42d3941627c6a1.png","userAgent":"default","desc":"vega-modal should display normal with none backdrop-color, vega-modal none backdrop-color","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"95bd95d5","image":"d98fa9b6727f84959b2953eb2fb4bbd9.png","userAgent":"default","desc":"vega-modal should display normal with semi backdrop-color in dark, vega-modal with semi backdrop-color in dark","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"df1ee829","image":"f4fa32cbd842631dda4967bb7b0805f4.png","userAgent":"default","desc":"vega-modal should display normal with semi backdrop-color, vega-modal with semi backdrop-color","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"92e10e80","image":"5022d94c55bd146ad125a05b5c9f15dd.png","userAgent":"default","desc":"vega-modal should display normal with set size with number, set size with number","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"841f40b1","image":"3f1b42c8f0cb41c374b0893eb31f2fda.png","userAgent":"default","desc":"vega-modal should show normal when has long label and placeholder in mobile mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":304,"height":452,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1ceef89e","image":"f87eb71c300ab4b2d498be9a55ee1618.png","userAgent":"default","desc":"vega-modal should show normal when has no label and no clear button,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":304,"height":446,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"57068165","image":"6e42402b7dd8bc3a23292b766284e384.png","userAgent":"default","desc":"vega-modal should show normal when keep default controls in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9dfc38ad","image":"6cae73cd2745b0af1530ae4e9cb9ebfa.png","userAgent":"default","desc":"vega-modal should show normal when keep default controls,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"78b46262","image":"b68eacd41b21135a2c2431a3ddc2dae5.png","userAgent":"default","desc":"vega-modal should show normal when nested in flex,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c805b260","image":"3d82c97ab6d96c4026d0f3ca072b02ae.png","userAgent":"default","desc":"vega-modal should show normal when set value and disabled it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9c6dd6e8","image":"c4347eb0e8a14227ad18be6b9de1cbc7.png","userAgent":"default","desc":"vega-modal should show normal when set value and disabled it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"97730280","image":"2395e15caf0facec892a787fbf1baa61.png","userAgent":"default","desc":"vega-modal should show normal when set value and focus it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1f61bfc3","image":"3c4b7cb9bc584cc8d417763e4e332cad.png","userAgent":"default","desc":"vega-modal should show normal when set value and focus it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9e792f59","image":"55b1e1c7415f8f22ab377f2e4fd5a91d.png","userAgent":"default","desc":"vega-modal should show normal when set value and hover it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7f842c63","image":"9a9397907d86e4bdce381d4017ec5c33.png","userAgent":"default","desc":"vega-modal should show normal when set value and hover it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"066a9856","image":"faab9362d2ff082b2ec255bd3f87f52c.png","userAgent":"default","desc":"vega-modal should show normal when show error and focus it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7af3b942","image":"626302e61eedc90d62298f66f46b8ec0.png","userAgent":"default","desc":"vega-modal should show normal when show error and focus it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"17641c6a","image":"132fad75fe05d0c78d642c7d18b36364.png","userAgent":"default","desc":"vega-modal should show normal when show error and hover it in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0e75fe89","image":"8b674a86e1db9dda1dedaa07cc25a569.png","userAgent":"default","desc":"vega-modal should show normal when show error and hover it,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bb090c06","image":"784772bde66cc378572a46b681b6cafe.png","userAgent":"default","desc":"vega-modal should show normal when show error in dark mode,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c6a46d7c","image":"41c7990e66fbed660d2b55e76fd2ea25.png","userAgent":"default","desc":"vega-modal should show normal when show error,","testPath":"./src/components/vega-signature-capture/test/vega-signature-capture.visual.e2e.ts","width":584,"height":408,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"faa4ea51","image":"12f9db657f5f215db4fd81d60e61ac05.png","userAgent":"default","desc":"vega-modal structure [deprecated] should display normal with ESS edit tax Modal, vega-modal with ESS edit tax Modal","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":820,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4226e7f3","image":"54e4e6b63e13d2f360b1bd0d1ade4ebd.png","userAgent":"default","desc":"vega-modal structure should display as expected when set long modal-title, vega-modal with long modal-title","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":256,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c867ba89","image":"af5ce31cf5f312b6bda76f748fabb52f.png","userAgent":"default","desc":"vega-modal structure should display as expected when set title/content and footer with max-height, vega-modal with max-height","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":204,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"28f4098e","image":"c29a6ce74d404486b42547c80ac64827.png","userAgent":"default","desc":"vega-modal structure should display as expected when set title/content and footer without max-height, vega-modal without max-height","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":156,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ef17f50e","image":"2609faace1c9661a650574dcc408030d.png","userAgent":"default","desc":"vega-modal structure should display as expected when title have special word connector, vega-modal with special word connector","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":288,"height":352,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aee1a411","image":"772fd7072ade47ddd50f5daf9fe78b06.png","userAgent":"default","desc":"vega-modal structure should display normal when contains date picker, vega-modal contains components","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":772,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6f9c18b5","image":"0723f0263fa389ae876735ff57f46681.png","userAgent":"default","desc":"vega-modal structure should display normal when contains pagination checkbox radio and tooltip, vega-modal contains components","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":484,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8543d01b","image":"059772f121132ead0d6fa0a48168338b.png","userAgent":"default","desc":"vega-modal structure should display normal when contains table, vega-modal contains table","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":616,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"52efc30c","image":"5fd1665ddd85bf70339a29ddf3a98915.png","userAgent":"default","desc":"vega-modal structure should display normal when contains vega-carousel, vega-modal contains vega-carousel","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":146,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ff5aa14e","image":"95f250a29638c7a592e162fe065bc851.png","userAgent":"default","desc":"vega-modal structure should display normal when contains vega-progress-tracker, vega-modal contains vega-progress-tracker","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":616,"height":162,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab5500f1","image":"d7d9fb5a7dfc870527fb24b3642a56e3.png","userAgent":"default","desc":"vega-modal structure should display normal when have footer and content and with scroll and without close button, vega-modal when have footer and content but no close button","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":286,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"112a566d","image":"0582c1933e54f696b632a1e1659073b2.png","userAgent":"default","desc":"vega-modal structure should display normal when have header, footer and content and with scroll, vega-modal when have header, footer and content","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":286,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"607dac80","image":"28cf1d93f7722430ee1437df8a14127f.png","userAgent":"default","desc":"vega-modal structure should display normal when have header, footer and content, vega-modal when have header, footer and content","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":156,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f1178efe","image":"08872613981eb5e038fd62286300c583.png","userAgent":"default","desc":"vega-modal structure should display normal when have long header, long header","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":320,"height":128,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"18ea31f6","image":"a9c7c835f865512a77038fc5c15de21b.png","userAgent":"default","desc":"vega-modal structure should display normal when no footer and with scroll, vega-modal when no footer","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":220,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e08a199f","image":"9ec5435fc1248519bcc369f282c010c9.png","userAgent":"default","desc":"vega-modal structure should display normal when no footer, vega-modal when no footer","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":114,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3b1a4e5e","image":"69d4879c64376442acf44968fb02d9a6.png","userAgent":"default","desc":"vega-modal structure should display normal when no header and with scroll, vega-modal when no header","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":214,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a2f524a8","image":"24adff266f0ccc120bbab22610a7afef.png","userAgent":"default","desc":"vega-modal structure should display normal when no header, vega-modal when no header","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"386a9467","image":"82497fc1570674a5421e926475feac1b.png","userAgent":"default","desc":"vega-modal structure should display normal when no title and with scroll, vega-modal when no title","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":208,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c056661","image":"46ffc37786e06461d5ffc3c101841ea6.png","userAgent":"default","desc":"vega-modal structure should display normal when no title, vega-modal when no title","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":102,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6ff1d5ad","image":"ac2cf23c673a4453be9f71a678bf457e.png","userAgent":"default","desc":"vega-modal structure should display normal when not set content-max-height without header, vega-modal contains components","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":478,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6b10493f","image":"0a8740f45dfa3ef686362af82744d0f8.png","userAgent":"default","desc":"vega-modal structure should display normal when set content-max-height with header/content/footer, vega-modal contains components","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fd4c4976","image":"5c02af94f4d5ed86c881612dcfb31b02.png","userAgent":"default","desc":"vega-modal structure should display normal when set long modal-footer, vega-modal with when set long modal-footer","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":256,"height":228,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2f6ee0ca","image":"55c30ec12d513e3c365e94ef76330703.png","userAgent":"default","desc":"vega-modal structure should display normal when set padding, set padding","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":320,"height":108,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f380cd9e","image":"acd8684a795357b531129eb92d03dbf0.png","userAgent":"default","desc":"vega-modal structure should display normal with content-max-height by normal size, vega-modal with normal size","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":480,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fc132633","image":"12f9db657f5f215db4fd81d60e61ac05.png","userAgent":"default","desc":"vega-modal structure should display normal with ESS edit tax Modal, vega-modal with ESS edit tax Modal","testPath":"./src/components/vega-modal/test/vega-modal.visual.e2e.ts","width":820,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e24439fd","image":"f49bdba18143e37cebfccebb84983aaa.png","userAgent":"default","desc":"vega-nav-card of dark modes should render vega-nav-card correctly in dark mode when render with html, vega-nav-card in dark mode","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":473,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3cd95233","image":"839c2b39bcaa6830906b9da5d890c1ae.png","userAgent":"default","desc":"vega-nav-card of dark modes should render vega-nav-card correctly in dark mode when render with source, vega-nav-card in dark mode","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"00a3dd9a","image":"400b3fe6558f8ae340d796c834456f82.png","userAgent":"default","desc":"vega-nav-card of dark modes should render vega-nav-card match correctly max height, vega-nav-card match max height","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"76174807","image":"eceac800e5e5ec35a7ac973102588b9a.png","userAgent":"default","desc":"vega-nav-card of source [deprecated] should render vega-nav-card correctly when third level with data source, vega-nav-card third level with data source","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cc1f572f","image":"7f8ae3d8e54291115e892c51d485df16.png","userAgent":"default","desc":"vega-nav-card of source [deprecated] should render vega-nav-card show correctly selected style, vega-nav-card show correctly selected style","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d31e78aa","image":"5018ce083222fefeb9e4686ed2e1edaf.png","userAgent":"default","desc":"vega-nav-card of source should render normal when contains section header and action title for source, vega-nav-card with section header and action title","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7ced6007","image":"b0bff9f5d7141b079b666e5fb16abd22.png","userAgent":"default","desc":"vega-nav-card of source should render normal when only contains section header title for source, vega-nav-card with section header title","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":56,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3fabefa8","image":"eceac800e5e5ec35a7ac973102588b9a.png","userAgent":"default","desc":"vega-nav-card of source should render vega-nav-card correctly when third level with data source, vega-nav-card third level with data source","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5851fae4","image":"7f8ae3d8e54291115e892c51d485df16.png","userAgent":"default","desc":"vega-nav-card of source should render vega-nav-card show correctly selected style, vega-nav-card show correctly selected style","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":500,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0763ff59","image":"c5d033ba89e8621d33f0c1251f26cb94.png","userAgent":"default","desc":"vega-nav-card should render normal when contains section header and action title, vega-nav-card with section header and action title","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f6933841","image":"b0dbbbef7ff3804d58ce28e9685b88e0.png","userAgent":"default","desc":"vega-nav-card should render normal when only contains section header title, vega-nav-card with section header title","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":56,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"10dd4577","image":"fe9188d474135ba66971a9ea60921c3d.png","userAgent":"default","desc":"vega-nav-card should render normal when pop modal in content with html, vega-nav-card with modal","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":1424,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c001e5c9","image":"e34b18aac8583e91e021b41bbfd7fd5f.png","userAgent":"default","desc":"vega-nav-card should render scroll normal, vega-nav-card with scroll","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ff3984db","image":"b9afd9043e717ea55cd0a7c2e8768ec0.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card correctly when selected items, vega-nav-card when selected items","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":225,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"48a48f0a","image":"e4b10dde183f07a84513d76d429a6958.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card correctly when selected second level, vega-nav-card when selected second level","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":473,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"33747248","image":"4313e10ac1318b7526eed35c0d704f05.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card correctly when selected third level, vega-nav-card when selected third level","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":473,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"174f330e","image":"34a84ed26a53ffb27dbcdabeaf10c665.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card with long items, vega-nav-card with long items","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":280,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7b582bf0","image":"5f69e3fcc20bdb527e040185048788e4.png","userAgent":"default","desc":"vega-nav-card should render vega-nav-card with only title, vega-nav-card default states","testPath":"./src/components/vega-nav/vega-nav-card/test/vega-nav-card.visual.e2e.ts","width":300,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0b92b6dd","image":"466d83d9df37025413fcc77e2528d150.png","userAgent":"default","desc":"vega-page-notification should render as expected when set show-close-button , title","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":584,"height":126,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4aefbcc2","image":"1cfacd6c8ac80ee3c4a7f8584bd1441c.png","userAgent":"default","desc":"vega-page-notification should render as expected when set title and message, title and message","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":304,"height":134,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"faba7152","image":"1ec3bebcdac3683aad4e93ea70ee4a1e.png","userAgent":"default","desc":"vega-page-notification should render as expected when set type , title","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":584,"height":232,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"85a3b5e6","image":"5c520e4228567e2374f5d96b7f15c0d9.png","userAgent":"default","desc":"vega-page-notification should render as expected when set type in dark mode , title","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":584,"height":232,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6fb071ae","image":"686cdd39835b173225bd0b6ce4448b88.png","userAgent":"default","desc":"vega-page-notification should show focus style when tab, title","testPath":"./src/components/vega-page-notification/test/vaga-page-notification.visual.e2e.ts","width":584,"height":126,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9e4ffc11","image":"5266c70656af2dd7ea757c126c555489.png","userAgent":"default","desc":"vega-pagination should render normal in dark mode when focus arrow, in dark mode","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"656768f7","image":"ce19129cba94fa6ccfd2ab5416d93033.png","userAgent":"default","desc":"vega-pagination should render normal in dark mode, in dark mode","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c79291ea","image":"b65b4bdb5c82820722ea76182517bc74.png","userAgent":"default","desc":"vega-pagination should render normal when click next nav button, when click next nav button","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8c12bd1a","image":"81d7507828e5d8d66f7e161f74e45405.png","userAgent":"default","desc":"vega-pagination should render normal when click page number, when click page number","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b4832cc3","image":"5737582ac302d9b30b549c875dc0e823.png","userAgent":"default","desc":"vega-pagination should render normal when click pre nav button, when click page number","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aec3bca5","image":"962f28dd09eac1fa2811894bf4be9b70.png","userAgent":"default","desc":"vega-pagination should render normal with center page, with center page","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"02bf946f","image":"a3d54f0bbe60534633595f92c0af0606.png","userAgent":"default","desc":"vega-pagination should render normal with ellipsis in dark mode, with ellipsis in dark mode","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"14c6c4dc","image":"11f644637e7bf9e488c92e597243b372.png","userAgent":"default","desc":"vega-pagination should render normal with first page, with first page","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":564,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8cb9cf72","image":"d5c0ef8532ff82ac36069cd1a325ef27.png","userAgent":"default","desc":"vega-pagination should render normal with last page, with last page","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ef0b2a22","image":"427c562ebb511d853cd3437eb8c73c0f.png","userAgent":"default","desc":"vega-pagination should render normal, with default state","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":584,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"421a073d","image":"a0a9b6948dfa55de2c2391e66f116bef.png","userAgent":"default","desc":"vega-pagination should show normal dropdown item when set pageSizeSelectorOptions value, show normal dropdown item","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":200,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ba961b97","image":"a6cfa33b833e8507b5f3cbfa260ee54f.png","userAgent":"default","desc":"vega-pagination should show normal dropdown item, show normal dropdown item","testPath":"./src/components/vega-pagination/test/vaga-pagination.visual.e2e.ts","width":200,"height":300,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"671007f2","image":"eb270de24170c48625abe27e1add013b.png","userAgent":"default","desc":"vega-pie-chart with basic style should not render chart with donutRadius style when set pie, vega-pie-chart pie donutRadius style","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bfb35b49","image":"e129f142d3b5053ef5be1eb5b2c3e892.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with Donut style, vega-pie-chart Donut state","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ce3f5bba","image":"16bbd810a35c9542672c143620dd124b.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with donutRadius style, vega-pie-chart donutRadius style","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fbf34078","image":"eb270de24170c48625abe27e1add013b.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with pie style in mobile, vega-pie-chart pie state","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"451c7d1a","image":"adad3039bbf24803cc0c800fa1ab52b2.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with pie style in modal, vega-pie-chart pie state","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":480,"height":284,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e457e591","image":"eb270de24170c48625abe27e1add013b.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart with pie style, vega-pie-chart pie state","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":200,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5a2fa8f8","image":"e6595c721f80b610721aaeeb5e2f75a6.png","userAgent":"default","desc":"vega-pie-chart with basic style should render chart without legends and same name, vega-pie-chart no legends and same name","testPath":"./src/components/vega-chart/vega-pie-chart/test/vega-pie-chart.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6461638a","image":"b10bf8e372bca5d68241320f75bc1748.png","userAgent":"default","desc":"vega-popover should render normal when nest in modal, vega-popover with right and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":772,"height":550,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"71d7a435","image":"ee5c6318a17593c06dc4893c84e64535.png","userAgent":"default","desc":"vega-popover should render normal when nest in scroll div, vega-popover with right and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":304,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"865a6a20","image":"68a92328d49b056ca74e3abe51c91d76.png","userAgent":"default","desc":"vega-popover should render normal when only set title, only set title","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fd0db6d3","image":"8f69a3e8bb80e42b327daa0413f484a3.png","userAgent":"default","desc":"vega-popover should render normal when section-title in dark mode, section-title in dark mode","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":208,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8a05867e","image":"9ae63f1d387740d15676acf9a5bc48b8.png","userAgent":"default","desc":"vega-popover should render normal when set title and description with icon, set title and description with icon","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":208,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"01508df9","image":"5acd13c49bb19fc300b6a7c2460945db.png","userAgent":"default","desc":"vega-popover should render normal when set title and description, set title and description","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":204,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d0f2bb3c","image":"6d8758b4434c1abb115eb61256323a84.png","userAgent":"default","desc":"vega-popover should render normal when set title and icon, set title and icon","testPath":"./src/components/vega-section-title/test/vega-section-title.visual.e2e.ts","width":304,"height":124,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6add34fe","image":"621e7fcf64cbb08d121b599a81acb46a.png","userAgent":"default","desc":"vega-popover should render normal when with bottom and center, vega-popover with bottom and center","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dae3d8e4","image":"6abbbe132416f98c6a1cb3a1897cc551.png","userAgent":"default","desc":"vega-popover should render normal when with bottom and end, vega-popover with bottom and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6f2e1532","image":"f27d1e0db5abfe19d41b8158d4d2e864.png","userAgent":"default","desc":"vega-popover should render normal when with bottom and start, vega-popover with bottom and start","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fce9984c","image":"8ba1ee43c2d10f779da98898000d6d6f.png","userAgent":"default","desc":"vega-popover should render normal when with left and center, vega-popover with left and center","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f4f2f53","image":"2f5ec86f7334a79914c09ee94eae2f8d.png","userAgent":"default","desc":"vega-popover should render normal when with left and end, vega-popover with left and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":456,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d8add6d4","image":"f039bdda30367e329cf997e85fe4c5e8.png","userAgent":"default","desc":"vega-popover should render normal when with left and start, vega-popover with left and start","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":456,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ba100982","image":"a5e9bd136ccd404fa0c0a275e757246f.png","userAgent":"default","desc":"vega-popover should render normal when with right and center, vega-popover with right and center","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"17149214","image":"3531a86fca237cc6d8764eb9eeb8e394.png","userAgent":"default","desc":"vega-popover should render normal when with right and end, vega-popover with right and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"180bc588","image":"f1ec44ad9bd197b6cf6709425b1f493c.png","userAgent":"default","desc":"vega-popover should render normal when with right and start, vega-popover with right and start","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":268,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"033e60fa","image":"1a9961bc790f0e542d0e1df7ec61162c.png","userAgent":"default","desc":"vega-popover should render normal when with top and center, vega-popover with top and center","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":520,"height":264,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5a2a1373","image":"82706af2011a1e7149813131c420a1fa.png","userAgent":"default","desc":"vega-popover should render normal when with top and end, vega-popover with top and end","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":252,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cb6a52d1","image":"63bd485372b912309753349358f50eda.png","userAgent":"default","desc":"vega-popover should render normal when with top and start, vega-popover with top and start","testPath":"./src/components/vega-popover/test/vega-popover.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c10dcdd8","image":"de538ffe7bb41fe54ed51f548dbe2fba.png","userAgent":"default","desc":"vega-progress-tracker [deprecated] should render vega-progress-tracker in mobile, in mobile","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":359,"height":64,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"23c25368","image":"b8fd7356a98d56ee49951392bc0a19f5.png","userAgent":"default","desc":"vega-progress-tracker [deprecated] should render vega-progress-tracker with completedStepArray in horizontal, with completedIndex in horizontal","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":78,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e0880a34","image":"adf3ec3a8e97c3b33e77394946ad2434.png","userAgent":"default","desc":"vega-progress-tracker [deprecated] should render vega-progress-tracker with completedStepArray in vertical, with completedIndex in vertical","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"64e048ac","image":"40f479e6d12eaa5687a4ac9784aa717e.png","userAgent":"default","desc":"vega-progress-tracker should render focus icon when tab it, render focus icon when tab it","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":78,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"02b9c97f","image":"65f1fc5ed87fb18c756988c6719c3b05.png","userAgent":"default","desc":"vega-progress-tracker should render normal when nested in modal and accordion, nested in modal","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1134,"height":314,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"380c02e0","image":"c7bbfb83d1e415c898256cc0fdcce3ca.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker in center step, in center step","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"141eb850","image":"ddcf43a676ca66b76dd293e2217bff54.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker in last step, in last step","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc3dae92","image":"64f2a771825679d512c73923c1bd5184.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker in mobile, in mobile","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":359,"height":114,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"42476c90","image":"63981d8aaadcbe9b9e73af3669b3c180.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker in vertical, in vertical","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4419be12","image":"9b5118241eb4c97880a8a53129b9ea63.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker with basics property, in first step","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b8700112","image":"b8fd7356a98d56ee49951392bc0a19f5.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker with completedSteps in horizontal, with completedIndex in horizontal","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":78,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c6e25053","image":"adf3ec3a8e97c3b33e77394946ad2434.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker with completedSteps in vertical, with completedIndex in vertical","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":210,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8d26d1e4","image":"b79d300707e6efd85959e1727354cda9.png","userAgent":"default","desc":"vega-progress-tracker should render vega-progress-tracker with long step title in vertical direction, long step title in vertical direction","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":1424,"height":140,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9038f871","image":"3cb9028699d3dc4a5ff9ed62acf26f38.png","userAgent":"default","desc":"vega-progress-tracker should render wrap long label in mobile mode, vega-popover render wrap label in mobile mode","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":359,"height":134,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fc302e14","image":"ce4c143e3f25acaecf95fc6c74091386.png","userAgent":"default","desc":"vega-progress-tracker should render wrap long label, vega-popover render wrap label","testPath":"./src/components/vega-progress-tracker/test/vaga-progress-tracker.visual.e2e.ts","width":752,"height":322,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9baec596","image":"d26da906f6e40a9f2de474ef00ffe192.png","userAgent":"default","desc":"vega-rich-text-content should render vega-rich-text-content normal with basics items,","testPath":"./src/components/vega-rich-text-content/test/vega-rich-text-content.visual.e2e.ts","width":584,"height":776,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0a0f3ebf","image":"1c2ae0a43c9aea9e17e639f2486ad76c.png","userAgent":"default","desc":"vega-rich-text-editor bold and textStyle should render dropdown list checkmark of text style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":338,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e21b21fc","image":"59b59b3d221c4be96d27770926f6eb7c.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style should render all blocks with bold italic underline strikethrough style,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":256,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ec65309e","image":"cecd8cd95992457e1748c3bb0dd14f35.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style should render default dark mode normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":294,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e002e1d0","image":"d8ba46aafe0f9c6e1a513c118e4ed9bc.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style should render default link and text color normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":438,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8897678c","image":"250d4d8b44fd5e3f83114560684c7a33.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style show cancel edit style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":288,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0abbaa62","image":"bc7fbfc8cfa6fbaf42c181a83bc8f12e.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style show popover content of link normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"45777957","image":"bde82fcc550d92789d65c593e33b9fa1.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style show the wrapped link normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":304,"height":288,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"265de2c6","image":"b3dd87d68dcdfd82fa97cdf4e39c2b27.png","userAgent":"default","desc":"vega-rich-text-editor bold italic underline strikethrough style show url normal when delete text of link,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":288,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"06562171","image":"d9d8147e7f3bb24b517f342fcccde022.png","userAgent":"default","desc":"vega-rich-text-editor button should show justified styles normal when click align button,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":304,"height":378,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"20cdde96","image":"36be2d1cc4bbea216ebfa024f2b5d9d3.png","userAgent":"default","desc":"vega-rich-text-editor button show bold button focus style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"77d5152b","image":"6c91461ed0c3153c9c403d1ab687dbe5.png","userAgent":"default","desc":"vega-rich-text-editor button show bold button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a65778ff","image":"efcf97ad2d48fcce21b8052fb8e1f02d.png","userAgent":"default","desc":"vega-rich-text-editor button show clearStyle hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b241394b","image":"6d470bf081f9dfcf72f63d5ef93e627e.png","userAgent":"default","desc":"vega-rich-text-editor button show code button focus and hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"432a73dc","image":"a6492327cb0dabcd2d74dbd1816f422d.png","userAgent":"default","desc":"vega-rich-text-editor button show code button focus style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2651996c","image":"82a37a51e30a418ac408149f02adbbee.png","userAgent":"default","desc":"vega-rich-text-editor button show code button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"79953b2c","image":"38c924efe546ddde14e0cb343a2ed551.png","userAgent":"default","desc":"vega-rich-text-editor button show dropdown list of textStyles style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":350,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"94b091c1","image":"b6ec4162d1414d4011b787dd127bad96.png","userAgent":"default","desc":"vega-rich-text-editor button show dropdown list of textStyles style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":350,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f214f8d7","image":"ad0b716887153cae4ebdd7a50e332ad1.png","userAgent":"default","desc":"vega-rich-text-editor button show horizontalAlignment button pressed style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e2b516e2","image":"da1074f521e0588e392120962859f25f.png","userAgent":"default","desc":"vega-rich-text-editor button show horizontalAlignment hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"007cf8e6","image":"df7a11e9552448272332cb2a6d8194b8.png","userAgent":"default","desc":"vega-rich-text-editor button show horizontalAlignment popover style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b897a7e3","image":"e605ecbc474952712389539463a04aa7.png","userAgent":"default","desc":"vega-rich-text-editor button show image button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e07d389b","image":"014c955d050d2ebb917fd03590730572.png","userAgent":"default","desc":"vega-rich-text-editor button show image button pressed style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"53113687","image":"2939e1e89e29a3b71f5be665edf472c2.png","userAgent":"default","desc":"vega-rich-text-editor button show image hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d435aea7","image":"5ab4fc80d22b19429b70cd3a6ab8bb05.png","userAgent":"default","desc":"vega-rich-text-editor button show lessIndent hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d8f5a522","image":"ea87140d4d01e99436eb8517e1a59744.png","userAgent":"default","desc":"vega-rich-text-editor button show link button style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1ee5f993","image":"9b00734aa8cbf1a9acd3fbf08c137b0a.png","userAgent":"default","desc":"vega-rich-text-editor button show link edit style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":350,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6e6a200d","image":"f93aaf6c9ea9f70abb350f5255767c3f.png","userAgent":"default","desc":"vega-rich-text-editor button show link edit style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":350,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1fb75eac","image":"bf1e7977779e36731e8cf90de8a2c018.png","userAgent":"default","desc":"vega-rich-text-editor button show list button pressed style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f042f646","image":"126484246367b441a4874bf1c80eb701.png","userAgent":"default","desc":"vega-rich-text-editor button show list hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e43991f","image":"8da3dcbc2a7e12489844a3d5e034ce78.png","userAgent":"default","desc":"vega-rich-text-editor button show list popover style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"072eaeb4","image":"078f2e93590c93c74f514e02ac05e4a3.png","userAgent":"default","desc":"vega-rich-text-editor button show moreIndent hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8979f986","image":"6f3b3334cd7e0046e583348aa29babcf.png","userAgent":"default","desc":"vega-rich-text-editor button show numbers list popover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a9387270","image":"6a98dfe1e3633e72cf1fc24d6f6b641b.png","userAgent":"default","desc":"vega-rich-text-editor button show render default style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":314,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ab829005","image":"97660bd70cc5e96d6258c1ed95c0935c.png","userAgent":"default","desc":"vega-rich-text-editor button show render normal when set button reverse order and disabled,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":1008,"height":272,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6d41e54c","image":"2bb42f7f640cb97e6ddd996cc4bdf0da.png","userAgent":"default","desc":"vega-rich-text-editor button show render strikethrough button tooltip normal in dark mode, size","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":250,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ad3f7354","image":"0ce13d831ed54f898c0ddc60c7a3bfe9.png","userAgent":"default","desc":"vega-rich-text-editor button show render strikethrough button tooltip normal, size","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":250,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a85c14b7","image":"503a0b5aa58f32f0892efbb58b46b996.png","userAgent":"default","desc":"vega-rich-text-editor button show render vega-rich-text-editor-toolbar-button normal, size","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":54,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1402222d","image":"f2e3472901c35c71c0182432ed609d7f.png","userAgent":"default","desc":"vega-rich-text-editor button show text container danger focus style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"46b4d0d6","image":"4f831bf4925c85ef517fd84fed27cefc.png","userAgent":"default","desc":"vega-rich-text-editor button show text container danger focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"30fe2f21","image":"1d73f593bed08ad694e2b573a39ae06f.png","userAgent":"default","desc":"vega-rich-text-editor button show text container danger hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"521edd09","image":"dda39199ff0717086ab54dd718ad525f.png","userAgent":"default","desc":"vega-rich-text-editor button show text container danger hover style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":324,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2fa84680","image":"33a7eaf167f347d52bc910511d2fc029.png","userAgent":"default","desc":"vega-rich-text-editor button show textColor button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3c762526","image":"5d5ef2d78f31c874edb28ebdfbfbd8f9.png","userAgent":"default","desc":"vega-rich-text-editor button show textColor button pressed style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"03f1a8ab","image":"71efbcd39c9d1ace0e25003ceb0db23e.png","userAgent":"default","desc":"vega-rich-text-editor button show textColor hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4369d4a8","image":"13d533f8842a49a2a160723a46eb8a32.png","userAgent":"default","desc":"vega-rich-text-editor button show textColor popover style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a0742d32","image":"ffa3e2813a91c22ec33346792ba47461.png","userAgent":"default","desc":"vega-rich-text-editor button show textStyles hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8089f59f","image":"f2a9936c632f6d5df93af4b94ca90234.png","userAgent":"default","desc":"vega-rich-text-editor button show underline button focus style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a585f93b","image":"6c156cba7e8245e73aefe4afbd35276d.png","userAgent":"default","desc":"vega-rich-text-editor button show underline button focus style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50842ec1","image":"e6d314422345a30bf6c0ef3e18e583a0.png","userAgent":"default","desc":"vega-rich-text-editor button show underline button hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"849ea211","image":"e6d314422345a30bf6c0ef3e18e583a0.png","userAgent":"default","desc":"vega-rich-text-editor button show underline hover style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d9f687bd","image":"e6d314422345a30bf6c0ef3e18e583a0.png","userAgent":"default","desc":"vega-rich-text-editor button show underline tooltip style normal in dark mode,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"45ec0d6a","image":"f611a4b1de325f7426c8b29b43cfae35.png","userAgent":"default","desc":"vega-rich-text-editor button show underline tooltip style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cb595cee","image":"a00ff5334e96e86b5de74ca70e158365.png","userAgent":"default","desc":"vega-rich-text-editor content should render list with code style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":248,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6f7ecc7b","image":"dd3dcde1007bc96a7e41eeb1436699a5.png","userAgent":"default","desc":"vega-rich-text-editor content should render list with inline style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":248,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0bce625a","image":"87eeecd4041819cac6f766c67f879a0d.png","userAgent":"default","desc":"vega-rich-text-editor content should render vega-rich-text-editor normal in modal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":480,"height":570,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"417892f2","image":"db652f7540592f22fce8d51c2db86e93.png","userAgent":"default","desc":"vega-rich-text-editor content should render vega-rich-text-editor normal with basics items,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":893,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ba25826b","image":"2b8c160de3305bb7deef1bd108bd0850.png","userAgent":"default","desc":"vega-rich-text-editor content should render vega-rich-text-editor normal with clear style at the end by default,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":893,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a15597dc","image":"be40fd335f837d2f5a1d803b3aed4c94.png","userAgent":"default","desc":"vega-rich-text-editor content show default image width normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":417,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"46aaca60","image":"6a152f420237560d826a59b1ba95c6e8.png","userAgent":"default","desc":"vega-rich-text-editor delete should delete all content normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"34335267","image":"ddf8772071d057082129df7ddb91cb63.png","userAgent":"default","desc":"vega-rich-text-editor delete should delete partial text normal by select,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":454,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aa2c7ef7","image":"c2b2a82c12745e02edc5a4296e64952e.png","userAgent":"default","desc":"vega-rich-text-editor delete should delete the start text normal by select,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":454,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af01db00","image":"2ae27049402468e5e2baf2b664365f8a.png","userAgent":"default","desc":"vega-rich-text-editor image should show default image text normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":351.5,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9ee0747d","image":"0afce1548cbbf477be056364879ed645.png","userAgent":"default","desc":"vega-rich-text-editor image should show image text normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":489,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8f06c532","image":"40dd05574156c243449caad139d9b9a2.png","userAgent":"default","desc":"vega-rich-text-editor image show image center align style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":459,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"08f97368","image":"4169f0823fcd903e16d7c3f9344cc491.png","userAgent":"default","desc":"vega-rich-text-editor image show large image style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":550,"height":550,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e85f984f","image":"bb9d4ba104d323a504b867a9e7c26fa7.png","userAgent":"default","desc":"vega-rich-text-editor image show small image style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":321.5,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bb2a6cb3","image":"bd0adcbbc6b9f54fd8dc2c45f91118cf.png","userAgent":"default","desc":"vega-rich-text-editor indent should show more and less indent normal in different block,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cc2b6284","image":"3718308a2535e0badb74e0ed39da3e98.png","userAgent":"default","desc":"vega-rich-text-editor indent should show more and less indent normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"67952567","image":"6fe1a8093050cb06ea5b1c3334503e24.png","userAgent":"default","desc":"vega-rich-text-editor indent should show no indent normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d30450ef","image":"b2fef056d1f15f4ba8619f31541dd0e5.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert new line text normal by Enter after select block,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":292,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"05c54dad","image":"48ccc273160dcf8a8eee6caa44dacdd1.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert new line text normal by Enter when select multiple row block ,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":236,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50eb921d","image":"d7deed321c78b937b9aac780d75a67e6.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert new line text with current selected block text style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":290,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e303b35c","image":"0de77d7c6aedecc1948bf82730e77f9b.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert new line text with text style normal in multiple row block,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d1390728","image":"4988de5d9c64f2451adb83cc9781f31d.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert text with current selected block text style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":550,"height":112,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a97605fd","image":"9de702c3bb72425b0e61d0b4d5a30b82.png","userAgent":"default","desc":"vega-rich-text-editor insert should insert text with text style normal in multiple row block,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":550,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"47c1af9f","image":"894bd3d4137d2ca7f4f71b2d53de379c.png","userAgent":"default","desc":"vega-rich-text-editor insert should show wrapped link normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":534,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"852b8ccb","image":"5118ecf3e50d06897080ed1b2bafcef3.png","userAgent":"default","desc":"vega-rich-text-editor list should change bullet list to number list style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":320,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1a107e32","image":"1a66f2485b63b12007df9713afc7abbd.png","userAgent":"default","desc":"vega-rich-text-editor list should change list style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":566,"height":186,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"81770df8","image":"7fb8ddb922c39be025d60076f51efcbd.png","userAgent":"default","desc":"vega-rich-text-editor list style should cancel list style normal when click list button twice,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5cc90c5a","image":"ace6a74377e1fd6f83aa5dba48c8f4ee.png","userAgent":"default","desc":"vega-rich-text-editor list style should show default list align style normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":232,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f0b6d04f","image":"c5f4925f4e800c08c097ac6cb57973c4.png","userAgent":"default","desc":"vega-rich-text-editor list style should show indent of list normal,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3ec910ec","image":"d21f0611ffb064596292ba09f7ae0aa7.png","userAgent":"default","desc":"vega-rich-text-editor list style should show no list style when enter to a new line by shift and enter,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":254,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c99f6565","image":"f75eda47bbe4bbe2ea30a65b7856a44b.png","userAgent":"default","desc":"vega-rich-text-editor list style should show number list style normal when first click list button,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"62571334","image":"3bc5adf4dec1f65342d09fa825073ee7.png","userAgent":"default","desc":"vega-rich-text-editor list style should show selected list style when click toolbar button,","testPath":"./src/components/vega-rich-text-editor/test/vega-rich-text-editor.visual.e2e.ts","width":584,"height":254,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"aa1b17cf","image":"9bc0a1284fc2c56e95ff22ae764e02c0.png","userAgent":"default","desc":"vega-segment-control should render normal when set multiple items, multiple items","testPath":"./src/components/vega-segment-control/test/vega-segment-control.visual.e2e.ts","width":584,"height":112,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2010d860","image":"c2e70eb9bba973017e04fde58f20439f.png","userAgent":"default","desc":"vega-segment-control should render normal when set selected, set selected","testPath":"./src/components/vega-segment-control/test/vega-segment-control.visual.e2e.ts","width":584,"height":66,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3235dfaa","image":"b6a9a44405f5e4034c95f55ee8aed681.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when in dark mode, set props in dark","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1cf10f5e","image":"51f5169578f81f7fb04205fa02f761c6.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when in light mode, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f6486d7a","image":"9ea6570856b521aa566047e92d0f8305.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when nested in modal, block nested in modal","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":480,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"0e0db08a","image":"b011549fe677ebb17fa307dbc03d36d9.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set block nested in flex, block nested in flex","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1ce36c5e","image":"47cd6b92f4697a387f4392729f019da0.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set block, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":230,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c9c2d88a","image":"2cdd6aee7de3219ce296baef83119f45.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set long label, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":304,"height":112,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"48a12131","image":"19d6ef3f0f09ad264bd4565a890f4de3.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set size, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":104,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2be8e005","image":"2f76ed17b978cfa3e663760d5c651b0f.png","userAgent":"default","desc":"vega-selection-chip Visual should render normal when set swatch-color, set props","testPath":"./src/components/vega-selection-chip/test/vaga-selection-chip.visual.e2e.ts","width":584,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f9bb1a44","image":"5a251791db123f6cf0fc8207cd34d605.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with checked in dark, checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ee0295d6","image":"95d64ce8dc7d7f80747dbb433cbd69b2.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with checked, checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d8904d39","image":"f4b874f85d61abcdb5d4dac56574e983.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with disabled and checked in dark, disabled and checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c2f8c677","image":"c99d35eeb0dc348c34f4c8a9fe1c5f1d.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with disabled and checked, disabled and checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4f57c43b","image":"2d7f41ff4f3900f029adbcdbdfdef905.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with disabled in dark, disabled section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"70934dd7","image":"2fe54d475ff814eaf2b323bfa6990a25.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with disabled, disabled section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ba364d92","image":"a19daa3bfb03b36036e5954c38b3c09b.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with title note and icon in dark, radio section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1561a6d7","image":"3155c15ead85acf928e71fc4958b1e65.png","userAgent":"default","desc":"vega-selection-tile-group checkbox should render normal with title note and icon, radio section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1f893c71","image":"db9f75240f51bca9b761494cedeccff2.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with checked in dark, checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":312,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"5d69e2fe","image":"c1bf639cb4ef73d3097a86bbe242e67b.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with checked, checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":312,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1970533f","image":"86236e1f7726cc775fdfbd9d967b892e.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with disabled and checked in dark, disabled and checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":309,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7fe80a19","image":"5fb4421e5a6d1eaef21a54bb431bdacb.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with disabled and checked, disabled and checked section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":309,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"88088593","image":"8d31ec4d9f7bbc9f753f70f2e2fe7781.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with disabled in dark, disabled section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":309,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1607cbb5","image":"54c4e2aa7af0622b71ab1b91e0216497.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with disabled, disabled section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":309,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dbef306c","image":"7c01812ede9c4d58571ccf59904bb1b1.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with title note and icon in dark, radio section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7521f65b","image":"45a569fd48a72db5047a02e192c35363.png","userAgent":"default","desc":"vega-selection-tile-group radio should render normal with title note and icon, radio section-title","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":386,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"873b52de","image":"e010fa0f10828dfec180f664eb3b904e.png","userAgent":"default","desc":"vega-selection-tile-group with slot should render normal when hover on it with radio, hover on it with checkbox","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7c17dec2","image":"50a9c832d93ea3ba546abb94fd08af87.png","userAgent":"default","desc":"vega-selection-tile-group with slot should render normal when use slot nested in modal, use slot nested in modal","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":288,"height":380,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"18ea6439","image":"47a4ae1ed1de0348708e630718bf58e0.png","userAgent":"default","desc":"vega-selection-tile-group with slot should render normal when use slot with checkbox, use slot","testPath":"./src/components/vega-selection-tile/vega-selection-tile-group/test/vega-section-tile-group.visual.e2e.ts","width":304,"height":262,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3d92525d","image":"d0fc1daaab9d8154ac99b9923aca965e.png","userAgent":"default","desc":"vega-skeleton should render normal in dark mode, vega-skeleton with default status in dark mode","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":400,"height":724,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7bcbb04c","image":"bb54094e275897982cdadf3573cae164.png","userAgent":"default","desc":"vega-skeleton should render normal when nested in vega-accordion, vega-skeleton nested in vega-accordion","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":584,"height":308,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"801045b8","image":"1c2c279749b3bab613be5efd8411a9fb.png","userAgent":"default","desc":"vega-skeleton should render normal when nested in vega-dropdown, vega-skeleton nested in vega-dropdown","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":584,"height":100,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e6c7585e","image":"885b77ceaf7e7a8908fd5b147c5a5217.png","userAgent":"default","desc":"vega-skeleton should render normal when nested in vega-modal, vega-skeleton with default status in dark mode","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":480,"height":400,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"65d34477","image":"bf112e6d28f4ea8ab3c84b88d685cb92.png","userAgent":"default","desc":"vega-skeleton should render normal when type is ellipse, type is ellipse","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":120,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"702eff78","image":"8753b744d14e6bf1be2fd926a564c3e9.png","userAgent":"default","desc":"vega-skeleton should render normal when type is full-width-paragraph, type is full-width-paragraph","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":584,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a6498d53","image":"f8ee607f6421ba60f973b9bff376ae28.png","userAgent":"default","desc":"vega-skeleton should render normal when type is image, type is image","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":180,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f1b7e8c2","image":"a4da8641e0ebce45d567a27b1b9d71c9.png","userAgent":"default","desc":"vega-skeleton should render normal when type is paragraph, type is paragraph","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":320,"height":80,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"50387804","image":"5bd4d4b7e0890bcb1d81ede114ee4b72.png","userAgent":"default","desc":"vega-skeleton should render normal when type is table in S view, table in S view","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":304,"height":260,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ce62c6ce","image":"6d8bd755e87330765b74bce670116692.png","userAgent":"default","desc":"vega-skeleton should render normal when type is table, type is table","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":300,"height":260,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b0c4a385","image":"0dd901512ef46e6320b55ebb543c7a38.png","userAgent":"default","desc":"vega-skeleton should render normal when type is text, type is text","testPath":"./src/components/vega-skeleton/test/vaga-skeleton.visual.e2e.ts","width":180,"height":16,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c5cbc16f","image":"ed996049ed03540673123208a1939af9.png","userAgent":"default","desc":"vega-stepper should render dark mode with error, vega-stepper with error in dark mode","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f7c31a66","image":"d9579cafca730bedcd047d6b5e00d6a4.png","userAgent":"default","desc":"vega-stepper should render default status in dark mode, vega-stepper with default status in dark mode","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"beee245e","image":"2c0ab17426c134629732d0a71b6a0745.png","userAgent":"default","desc":"vega-stepper should render default status, vega-stepper with default status","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"af489c4f","image":"d5d677892ed26746228c30990678ac38.png","userAgent":"default","desc":"vega-stepper should render error, vega-stepper with error","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"871dc441","image":"68bca5cfcf4cb2cf91bbae3869730a14.png","userAgent":"default","desc":"vega-stepper should render focus style with error , vega-stepper with error focus","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b9a1ef1d","image":"868a694b756597afd5cbd8991ed9fa6e.png","userAgent":"default","desc":"vega-stepper should render focus style, vega-stepper with focus","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8a212197","image":"3be29fbf67e05c10ef9effda5b0d1b9c.png","userAgent":"default","desc":"vega-stepper should render with label in dark mode, vega-stepper with label in dark mode","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":72,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1bb76955","image":"a29ab04f7b14796a43ec1004d07e1191.png","userAgent":"default","desc":"vega-stepper should show long label style, vega-stepper with long label","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":359,"height":114,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4c586b0b","image":"4fe4b5357ee618b9ca1265408d74ad97.png","userAgent":"default","desc":"vega-stepper should show normal when disabled, vega-stepper when disabled","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":128,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cf8dcc80","image":"82045c605de46b4aa7f386601ddb8884.png","userAgent":"default","desc":"vega-stepper should show normal when input with max value, vega-stepper with max input","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":154,"height":50,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"63fbd7e6","image":"6710405c63cd71667e3533429bc8ac74.png","userAgent":"default","desc":"vega-stepper should show normal when with input disabled in dark, vega-stepper with input disabled in dark","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3f83aad4","image":"5a8cf1ada7ead3e071e59c233e45d826.png","userAgent":"default","desc":"vega-stepper should show normal when with label and no input filed in dark mode, vega-stepper with label and no input filed in dark","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":112,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"86abc601","image":"5328d69dc10bb02003c30fed0e25a64b.png","userAgent":"default","desc":"vega-stepper should show normal when with label and no input filed, vega-stepper with label and no input filed","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":112,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ad4a533c","image":"f28b1b0716ee2f45646a13b5b5c25ece.png","userAgent":"default","desc":"vega-stepper should show normal when with label and variant, vega-stepper with label and variant","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":584,"height":186,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"64b48b9c","image":"8a801b5532051d67612de96df713f59a.png","userAgent":"default","desc":"vega-stepper should show normal when without label and disabled, vega-stepper without label and no input filed when set min is negative number","testPath":"./src/components/vega-stepper/test/vaga-stepper.visual.e2e.ts","width":584,"height":60,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"750b3bf6","image":"a1595ea5cac31981a01027ab16de609d.png","userAgent":"default","desc":"vega-tab-group disabled items should render dropdown normal when set disabled items in dark mode, vega-tab-group","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2ea7d7dc","image":"36a3aa27abb0e8fb45cbe4e842bb793b.png","userAgent":"default","desc":"vega-tab-group disabled items should render dropdown normal when set disabled items, vega-tab-group","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":150,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7b0fafa5","image":"27f11a528d6b5f15d45f2c420edc00fb.png","userAgent":"default","desc":"vega-tab-group disabled items should render vega-tab-group disabled items in dark mode, vega-tab-group with dark mode","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":300,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"f2e6a25b","image":"e84d5f9378fbad753243b00f534b5a2b.png","userAgent":"default","desc":"vega-tab-group disabled items should render vega-tab-group disabled items with second variant in dark mode, vega-tab-group with dark mode","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":300,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cc808115","image":"865d7994dfb71cc52f659c784ab77089.png","userAgent":"default","desc":"vega-tab-group disabled items should render vega-tab-group disabled items, vega-tab-group","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":300,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3e978867","image":"867dba1a3a0e5d10d9852a57eaf4f7f2.png","userAgent":"default","desc":"vega-tab-group disabled items should render vega-tab-group disabled items with second variant, vega-tab-group","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":300,"height":36,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ebae0f14","image":"649745ba63be2d7bf9d4f766d7b8ca38.png","userAgent":"default","desc":"vega-tab-group should render counter badge normal in secondary tab,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":134,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3d043a93","image":"3a3ec2d1cafe6685d14ef24be74aace4.png","userAgent":"default","desc":"vega-tab-group should render normal line chart in nest tab in modal,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":480,"height":518,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b407d1f7","image":"0e588e87d0e0617c6fefe1e8203ceaf5.png","userAgent":"default","desc":"vega-tab-group should render normal table in nest tab,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":732,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"2ebda645","image":"2613cd2759c32063cc30bd0bd33358dc.png","userAgent":"default","desc":"vega-tab-group should render three level tab group,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":188,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"41beb5ab","image":"8aca19545cb02a7fd00f5d84a1fc4ee1.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group more than one screen on mobile, vega-tab-group more than one screen on mobile","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":350,"height":116,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"10309d40","image":"8aca19545cb02a7fd00f5d84a1fc4ee1.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group more than one screen, vega-tab-group more than one screen","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":350,"height":116,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4965cfd8","image":"ca9c87751da7c73377da05d1cbf34974.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group when set icon, set icon","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e526c642","image":"cd0ec559f03f247915ac7f28d051477f.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group when set variant in dark, set variant in dark","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9adb0b8f","image":"111ceb449af342ffefc9bf18313e9f2d.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group when set variant, set variant","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"1cb532af","image":"1b7e059b6e4adb5f3a15dc7737195bef.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group with dark mode, vega-tab-group with dark mode","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":350,"height":116,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"bc2d5b85","image":"554637773a92e812811d95933b06d047.png","userAgent":"default","desc":"vega-tab-group should render vega-tab-group without show-close-button, without show-close-button","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":584,"height":136,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c3a6eeb9","image":"050cba57fa9a35e3803c85fbb59b4024.png","userAgent":"default","desc":"vega-tab-group should show counter badge normal in mobile mode,","testPath":"./src/components/vega-tab-group/test/vega-tab-group.visual.e2e.ts","width":374,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d501d134","image":"cab16e07722c54b790e38a8b9995af8f.png","userAgent":"default","desc":"vega-text should show normal when text in accordion component, vega-text with normal text in accordion component","testPath":"./src/components/vega-text/test/vaga-text.visual.e2e.ts","width":584,"height":122,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4b0add4c","image":"404d5c7fe65c1df1162feb7af57adadd.png","userAgent":"default","desc":"vega-textarea should render as expected when set value, mobile horizontal mode","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":552,"height":222,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"eb9d264e","image":"1f7f87a3bfb22d7b6d5489170a691439.png","userAgent":"default","desc":"vega-textarea should render scroll vega-textarea with long content in mobile mode, vega-textarea set long content","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":278,"height":162,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e62123a0","image":"027defd97df9a5b4a7653be56ccdb0ac.png","userAgent":"default","desc":"vega-textarea should render textarea correct when show hint and error position right, show hint and error position right","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":584,"height":222,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c6e28144","image":"bb671a54edc0e2807e0ee792010765ce.png","userAgent":"default","desc":"vega-textarea should render vega-textarea correct when set placeholder and long hint and long label, vega-textarea set placeholder and long hint","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":584,"height":292,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e887aec8","image":"37ff2d44fb6261e53203d05e1d130b48.png","userAgent":"default","desc":"vega-textarea should render vega-textarea in table, in table","testPath":"./src/components/vega-textarea/test/vega-textarea.visual.e2e.ts","width":340,"height":287,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"caf16a8b","image":"5ecd509cfe196a8262a7e85d3d4c64b0.png","userAgent":"default","desc":"vega-time-picker with range mode should render vega-time-picker range with disable, vega-time-picker range with disabled","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":584,"height":62,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8bde70f6","image":"2d8b857c7a81cd7e90b75c9fcb974e09.png","userAgent":"default","desc":"vega-time-picker with range mode should render vega-time-picker range with required, vega-time-picker range with required","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":584,"height":152,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"39eb2585","image":"4d614a3bd7821f52b699427abf3440e2.png","userAgent":"default","desc":"vega-time-picker with range mode should render vega-time-picker range with small size, vega-time-picker range with small size","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":304,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"de7584f8","image":"4c39dc9b5530f8cfa389453f323f2562.png","userAgent":"default","desc":"vega-time-picker with single mode should render vega-time-picker with dark mode, vega-time-picker with dark mode","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":584,"height":142,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"365b1d43","image":"fca29f7a114d6e4df2ca093e1d9cf90a.png","userAgent":"default","desc":"vega-time-picker with single mode should render vega-time-picker with disabled, vega-time-picker with disabled","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":584,"height":94,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a3def9f9","image":"715b51ef2b67f378bba07e7ad9343754.png","userAgent":"default","desc":"vega-time-picker with single mode should render vega-time-picker with small size, vega-time-picker with small size","testPath":"./src/components/vega-time-picker/test/vaga-time-picker.visual.e2e.ts","width":304,"height":142,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4fe96a79","image":"21e702dbfac3ae3c84ad5cf4a3a5fd33.png","userAgent":"default","desc":"vega-toggle-switch should render as expected when set label, set label","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":304,"height":96,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"153036db","image":"9b18a6ddb96cbd44795e2bbc536f4f2a.png","userAgent":"default","desc":"vega-toggle-switch should render as expected when set size, set size","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":584,"height":52,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"950fc1b6","image":"8d4761d0c860b4bdc923c78a60c6c7db.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with disabled, vega-toggle-switch with disabled","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3408d081","image":"68c9260329ceafbae03b1cf59a2dc832.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with checked and disabled in dark mode, vega-toggle-switch with checked and disabled in dark mode","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d315d46d","image":"ae5ba79ab620185002de1e0e2869fea8.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with checked and disabled, vega-toggle-switch with checked and disabled","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dc2d4aaa","image":"2e1f9e506e8e09a191c0d86899e8975a.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with checked in dark mode, vega-toggle-switch with checked in dark mode","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c0eb99ef","image":"e356cf56ccaa076bbc8d34dc8f793843.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with checked, vega-toggle-switch with checked","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e4ba02a1","image":"b7f774a62a166681f5e34f4f92e7df96.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with default status, vega-toggle-switch with default status","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"fa880ff7","image":"0bd41559a47131117d6b5d48f9384e2b.png","userAgent":"default","desc":"vega-toggle-switch should render vega-toggle-switch with disabled in dark mode, vega-toggle-switch with disabled in dark mode","testPath":"./src/components/vega-toggle-switch/test/vaga-toggle-switch.visual.e2e.ts","width":56,"height":32,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4485e4fd","image":"40f48b85da52ec3ef05fa4696c72f7ff.png","userAgent":"default","desc":"vega-tooltip should render as expected when set size, vega-tooltip with not enough array alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":366,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a58771b3","image":"f2357c90c5bc52def3fac87e0ec9997a.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with not enough array placement, vega-tooltip with not enough array placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":450,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"7dd8a6c5","image":"cb99b0bf33401c42eebea1020004a1a8.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with not enough string placement, vega-tooltip with not enough string placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":430,"height":200,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"25e41303","image":"2205a5e15323173cf82e53036b89f3d2.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with bottom placement and center alignment , vega-tooltip with bottom and center","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e9fb1804","image":"a481b24ed810261cbae6bce62a1fd6da.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with bottom placement and end alignment, vega-tooltip with bottom and end","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b6476c57","image":"d6b1c4c2db737fef0105bc33cda83309.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with bottom placement and start alignment, vega-tooltip with bottom and start","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"3cd2957c","image":"2205a5e15323173cf82e53036b89f3d2.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with bottom placement, vega-tooltip with bottom placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"77300299","image":"7268f09b0b1a0e124434eca4bbd818fa.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with center alignment, vega-tooltip with center alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"23f1bec7","image":"a4e17fa06168594ff442f3d84ca346e0.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with dark mode, top with dark mode","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cca6c0b7","image":"3ae1c7c33ebd96fe70ad90acc7b1d693.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with end alignment, vega-tooltip with end alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"6216836d","image":"7129b9342de7f5e37c6eeeb9e174e2de.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with enough array placement, vega-tooltip with enough array placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":450,"height":120,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"a6d7fa58","image":"74a5d110629e8bed44951ecc69d46e37.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with left placement and center alignment, vega-tooltip with left and center","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"ddb0eabb","image":"0968ada1c88a12c121d7e4cd9d1a4c31.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with left placement and end alignment, vega-tooltip with left and end","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"649eb740","image":"098ee2f12b7cd94ed7e3d9678dca8d9d.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with left placement and start alignment, vega-tooltip with left and start","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"b09e6011","image":"a3f82ac3c6348fa4452a198cb503860d.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with left placement, vega-tooltip with left placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"39b2a226","image":"fb21968682604e963f859ce4a3063449.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with not enough array alignment, vega-tooltip with not enough array alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":366,"height":40,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"8983555d","image":"8c0bc63f7d57338b59338292b4d20e1c.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with not enough string alignment, vega-tooltip with string alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":254,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c419b48a","image":"ced9cb27f2fe15debe7cae42e1b6347d.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with position-relative-to, vega-tooltip with position-relative-to","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":600,"height":600,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"d6cddd0f","image":"e6262e247906000955ae8374d655a906.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with right placement and center alignment, vega-tooltip with right and center","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"dfe2c3ae","image":"0775b2b66ba608e1677bb4bd032f707e.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with right placement and end alignment, vega-tooltip with right and end","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"4d12f56e","image":"9f1bfd0ae43a5c83303dcf205dc86aac.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with right placement and start alignment, vega-tooltip with right and start","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":304,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e41450e7","image":"b56bb2b3dd4141b8e698820a515b8798.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with right placement, vega-tooltip with right placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"cd16d2b0","image":"4f736b3787086298b179837d13ea2e27.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with start alignment, vega-tooltip with start alignment","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"c74a52e1","image":"7268f09b0b1a0e124434eca4bbd818fa.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with top placement and center alignment, vega-tooltip with top and center","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"360bdc55","image":"3ae1c7c33ebd96fe70ad90acc7b1d693.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with top placement and end alignment, vega-tooltip with top and end","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"e45027aa","image":"4f736b3787086298b179837d13ea2e27.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with top placement and start alignment, vega-tooltip with top and start","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false},{"id":"9d18a701","image":"7268f09b0b1a0e124434eca4bbd818fa.png","userAgent":"default","desc":"vega-tooltip should render vega-tooltip with top placement, vega-tooltip with top placement","testPath":"./src/components/vega-tooltip/test/vaga-tooltip.visual.e2e.ts","width":550,"height":240,"deviceScaleFactor":1,"hasTouch":false,"isLandscape":false,"isMobile":false}]};
22
+ document.body.appendChild(app);
23
+ })();
24
+ </script>
25
+ </body>
26
+ </html>