@cloudscape-design/components 3.0.216 → 3.0.218

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 (351) hide show
  1. package/internal/environment.js +1 -1
  2. package/internal/manifest.json +1 -1
  3. package/package.json +1 -1
  4. package/popover/styles.css.js +50 -50
  5. package/popover/styles.scoped.css +64 -63
  6. package/popover/styles.selectors.js +50 -50
  7. package/test-utils/dom/alert/index.js +20 -40
  8. package/test-utils/dom/alert/index.js.map +1 -1
  9. package/test-utils/dom/annotation/index.js +24 -44
  10. package/test-utils/dom/annotation/index.js.map +1 -1
  11. package/test-utils/dom/app-layout/index.js +27 -47
  12. package/test-utils/dom/app-layout/index.js.map +1 -1
  13. package/test-utils/dom/area-chart/index.js +12 -32
  14. package/test-utils/dom/area-chart/index.js.map +1 -1
  15. package/test-utils/dom/attribute-editor/index.js +32 -57
  16. package/test-utils/dom/attribute-editor/index.js.map +1 -1
  17. package/test-utils/dom/autosuggest/index.js +76 -114
  18. package/test-utils/dom/autosuggest/index.js.map +1 -1
  19. package/test-utils/dom/badge/index.js +5 -25
  20. package/test-utils/dom/badge/index.js.map +1 -1
  21. package/test-utils/dom/bar-chart/index.js +5 -25
  22. package/test-utils/dom/bar-chart/index.js.map +1 -1
  23. package/test-utils/dom/box/index.js +5 -25
  24. package/test-utils/dom/box/index.js.map +1 -1
  25. package/test-utils/dom/breadcrumb-group/index.js +17 -37
  26. package/test-utils/dom/breadcrumb-group/index.js.map +1 -1
  27. package/test-utils/dom/button/index.js +16 -36
  28. package/test-utils/dom/button/index.js.map +1 -1
  29. package/test-utils/dom/button-dropdown/index.js +38 -59
  30. package/test-utils/dom/button-dropdown/index.js.map +1 -1
  31. package/test-utils/dom/calendar/index.js +20 -40
  32. package/test-utils/dom/calendar/index.js.map +1 -1
  33. package/test-utils/dom/cards/index.js +55 -83
  34. package/test-utils/dom/cards/index.js.map +1 -1
  35. package/test-utils/dom/checkbox/index.js +14 -34
  36. package/test-utils/dom/checkbox/index.js.map +1 -1
  37. package/test-utils/dom/code-editor/index.js +33 -53
  38. package/test-utils/dom/code-editor/index.js.map +1 -1
  39. package/test-utils/dom/collection-preferences/index.js +40 -65
  40. package/test-utils/dom/collection-preferences/index.js.map +1 -1
  41. package/test-utils/dom/collection-preferences/page-size-preference.js +12 -32
  42. package/test-utils/dom/collection-preferences/page-size-preference.js.map +1 -1
  43. package/test-utils/dom/collection-preferences/visible-content-preference.js +18 -38
  44. package/test-utils/dom/collection-preferences/visible-content-preference.js.map +1 -1
  45. package/test-utils/dom/column-layout/index.js +5 -25
  46. package/test-utils/dom/column-layout/index.js.map +1 -1
  47. package/test-utils/dom/container/index.js +11 -31
  48. package/test-utils/dom/container/index.js.map +1 -1
  49. package/test-utils/dom/content-layout/index.js +9 -29
  50. package/test-utils/dom/content-layout/index.js.map +1 -1
  51. package/test-utils/dom/date-input/index.js +5 -25
  52. package/test-utils/dom/date-input/index.js.map +1 -1
  53. package/test-utils/dom/date-picker/index.js +26 -47
  54. package/test-utils/dom/date-picker/index.js.map +1 -1
  55. package/test-utils/dom/date-range-picker/index.js +87 -119
  56. package/test-utils/dom/date-range-picker/index.js.map +1 -1
  57. package/test-utils/dom/expandable-section/index.js +15 -35
  58. package/test-utils/dom/expandable-section/index.js.map +1 -1
  59. package/test-utils/dom/flashbar/flash.js +18 -38
  60. package/test-utils/dom/flashbar/flash.js.map +1 -1
  61. package/test-utils/dom/flashbar/index.js +9 -29
  62. package/test-utils/dom/flashbar/index.js.map +1 -1
  63. package/test-utils/dom/form/index.js +15 -35
  64. package/test-utils/dom/form/index.js.map +1 -1
  65. package/test-utils/dom/form-field/index.js +21 -41
  66. package/test-utils/dom/form-field/index.js.map +1 -1
  67. package/test-utils/dom/grid/index.js +8 -28
  68. package/test-utils/dom/grid/index.js.map +1 -1
  69. package/test-utils/dom/header/index.js +15 -35
  70. package/test-utils/dom/header/index.js.map +1 -1
  71. package/test-utils/dom/help-panel/index.js +11 -31
  72. package/test-utils/dom/help-panel/index.js.map +1 -1
  73. package/test-utils/dom/hotspot/index.js +12 -32
  74. package/test-utils/dom/hotspot/index.js.map +1 -1
  75. package/test-utils/dom/icon/index.js +5 -25
  76. package/test-utils/dom/icon/index.js.map +1 -1
  77. package/test-utils/dom/index.js +133 -134
  78. package/test-utils/dom/index.js.map +1 -1
  79. package/test-utils/dom/input/base-input.js +35 -57
  80. package/test-utils/dom/input/base-input.js.map +1 -1
  81. package/test-utils/dom/input/index.js +7 -27
  82. package/test-utils/dom/input/index.js.map +1 -1
  83. package/test-utils/dom/internal/abstract-switch.js +12 -32
  84. package/test-utils/dom/internal/abstract-switch.js.map +1 -1
  85. package/test-utils/dom/internal/autosuggest-input.js +14 -34
  86. package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  87. package/test-utils/dom/internal/chart-filter.js +11 -31
  88. package/test-utils/dom/internal/chart-filter.js.map +1 -1
  89. package/test-utils/dom/internal/chart-legend.js +13 -33
  90. package/test-utils/dom/internal/chart-legend.js.map +1 -1
  91. package/test-utils/dom/internal/chart-popover.js +14 -34
  92. package/test-utils/dom/internal/chart-popover.js.map +1 -1
  93. package/test-utils/dom/internal/charts.js +20 -40
  94. package/test-utils/dom/internal/charts.js.map +1 -1
  95. package/test-utils/dom/internal/dropdown-host.js +89 -125
  96. package/test-utils/dom/internal/dropdown-host.js.map +1 -1
  97. package/test-utils/dom/internal/dropdown.js +7 -27
  98. package/test-utils/dom/internal/dropdown.js.map +1 -1
  99. package/test-utils/dom/internal/filtering-token.js +13 -33
  100. package/test-utils/dom/internal/filtering-token.js.map +1 -1
  101. package/test-utils/dom/internal/option.js +13 -33
  102. package/test-utils/dom/internal/option.js.map +1 -1
  103. package/test-utils/dom/internal/options-list.js +5 -25
  104. package/test-utils/dom/internal/options-list.js.map +1 -1
  105. package/test-utils/dom/line-chart/index.js +5 -25
  106. package/test-utils/dom/line-chart/index.js.map +1 -1
  107. package/test-utils/dom/link/index.js +5 -25
  108. package/test-utils/dom/link/index.js.map +1 -1
  109. package/test-utils/dom/mixed-line-bar-chart/index.js +29 -54
  110. package/test-utils/dom/mixed-line-bar-chart/index.js.map +1 -1
  111. package/test-utils/dom/modal/index.js +18 -38
  112. package/test-utils/dom/modal/index.js.map +1 -1
  113. package/test-utils/dom/multiselect/index.js +38 -61
  114. package/test-utils/dom/multiselect/index.js.map +1 -1
  115. package/test-utils/dom/pagination/index.js +19 -39
  116. package/test-utils/dom/pagination/index.js.map +1 -1
  117. package/test-utils/dom/pie-chart/index.js +22 -42
  118. package/test-utils/dom/pie-chart/index.js.map +1 -1
  119. package/test-utils/dom/popover/index.js +16 -39
  120. package/test-utils/dom/popover/index.js.map +1 -1
  121. package/test-utils/dom/progress-bar/index.js +13 -33
  122. package/test-utils/dom/progress-bar/index.js.map +1 -1
  123. package/test-utils/dom/property-filter/index.js +15 -35
  124. package/test-utils/dom/property-filter/index.js.map +1 -1
  125. package/test-utils/dom/radio-group/index.js +13 -33
  126. package/test-utils/dom/radio-group/index.js.map +1 -1
  127. package/test-utils/dom/radio-group/radio-button.js +12 -32
  128. package/test-utils/dom/radio-group/radio-button.js.map +1 -1
  129. package/test-utils/dom/s3-resource-selector/index.js +40 -70
  130. package/test-utils/dom/s3-resource-selector/index.js.map +1 -1
  131. package/test-utils/dom/segmented-control/index.js +9 -29
  132. package/test-utils/dom/segmented-control/index.js.map +1 -1
  133. package/test-utils/dom/select/index.js +28 -51
  134. package/test-utils/dom/select/index.js.map +1 -1
  135. package/test-utils/dom/side-navigation/index.js +41 -66
  136. package/test-utils/dom/side-navigation/index.js.map +1 -1
  137. package/test-utils/dom/space-between/index.js +5 -25
  138. package/test-utils/dom/space-between/index.js.map +1 -1
  139. package/test-utils/dom/spinner/index.js +5 -25
  140. package/test-utils/dom/spinner/index.js.map +1 -1
  141. package/test-utils/dom/split-panel/index.js +25 -45
  142. package/test-utils/dom/split-panel/index.js.map +1 -1
  143. package/test-utils/dom/status-indicator/index.js +5 -25
  144. package/test-utils/dom/status-indicator/index.js.map +1 -1
  145. package/test-utils/dom/table/index.js +76 -94
  146. package/test-utils/dom/table/index.js.map +1 -1
  147. package/test-utils/dom/tabs/index.js +19 -39
  148. package/test-utils/dom/tabs/index.js.map +1 -1
  149. package/test-utils/dom/tag-editor/index.js +19 -44
  150. package/test-utils/dom/tag-editor/index.js.map +1 -1
  151. package/test-utils/dom/text-content/index.js +5 -25
  152. package/test-utils/dom/text-content/index.js.map +1 -1
  153. package/test-utils/dom/text-filter/index.js +10 -30
  154. package/test-utils/dom/text-filter/index.js.map +1 -1
  155. package/test-utils/dom/textarea/index.js +16 -36
  156. package/test-utils/dom/textarea/index.js.map +1 -1
  157. package/test-utils/dom/tiles/index.js +17 -37
  158. package/test-utils/dom/tiles/index.js.map +1 -1
  159. package/test-utils/dom/tiles/tile.js +16 -36
  160. package/test-utils/dom/tiles/tile.js.map +1 -1
  161. package/test-utils/dom/time-input/index.js +5 -25
  162. package/test-utils/dom/time-input/index.js.map +1 -1
  163. package/test-utils/dom/toggle/index.js +14 -34
  164. package/test-utils/dom/toggle/index.js.map +1 -1
  165. package/test-utils/dom/token-group/index.js +14 -34
  166. package/test-utils/dom/token-group/index.js.map +1 -1
  167. package/test-utils/dom/token-group/token.js +12 -32
  168. package/test-utils/dom/token-group/token.js.map +1 -1
  169. package/test-utils/dom/top-navigation/1.0-beta/index.js +56 -91
  170. package/test-utils/dom/top-navigation/1.0-beta/index.js.map +1 -1
  171. package/test-utils/dom/top-navigation/index.js +73 -108
  172. package/test-utils/dom/top-navigation/index.js.map +1 -1
  173. package/test-utils/dom/tutorial-panel/index.js +38 -63
  174. package/test-utils/dom/tutorial-panel/index.js.map +1 -1
  175. package/test-utils/dom/tutorial-panel/tutorial.js +29 -49
  176. package/test-utils/dom/tutorial-panel/tutorial.js.map +1 -1
  177. package/test-utils/dom/wizard/index.js +33 -53
  178. package/test-utils/dom/wizard/index.js.map +1 -1
  179. package/test-utils/selectors/alert/index.js +20 -40
  180. package/test-utils/selectors/alert/index.js.map +1 -1
  181. package/test-utils/selectors/annotation/index.js +24 -44
  182. package/test-utils/selectors/annotation/index.js.map +1 -1
  183. package/test-utils/selectors/app-layout/index.js +27 -47
  184. package/test-utils/selectors/app-layout/index.js.map +1 -1
  185. package/test-utils/selectors/area-chart/index.js +12 -32
  186. package/test-utils/selectors/area-chart/index.js.map +1 -1
  187. package/test-utils/selectors/attribute-editor/index.js +32 -57
  188. package/test-utils/selectors/attribute-editor/index.js.map +1 -1
  189. package/test-utils/selectors/autosuggest/index.js +69 -103
  190. package/test-utils/selectors/autosuggest/index.js.map +1 -1
  191. package/test-utils/selectors/badge/index.js +5 -25
  192. package/test-utils/selectors/badge/index.js.map +1 -1
  193. package/test-utils/selectors/bar-chart/index.js +5 -25
  194. package/test-utils/selectors/bar-chart/index.js.map +1 -1
  195. package/test-utils/selectors/box/index.js +5 -25
  196. package/test-utils/selectors/box/index.js.map +1 -1
  197. package/test-utils/selectors/breadcrumb-group/index.js +17 -37
  198. package/test-utils/selectors/breadcrumb-group/index.js.map +1 -1
  199. package/test-utils/selectors/button/index.js +11 -31
  200. package/test-utils/selectors/button/index.js.map +1 -1
  201. package/test-utils/selectors/button-dropdown/index.js +30 -50
  202. package/test-utils/selectors/button-dropdown/index.js.map +1 -1
  203. package/test-utils/selectors/calendar/index.js +20 -40
  204. package/test-utils/selectors/calendar/index.js.map +1 -1
  205. package/test-utils/selectors/cards/index.js +55 -83
  206. package/test-utils/selectors/cards/index.js.map +1 -1
  207. package/test-utils/selectors/checkbox/index.js +14 -34
  208. package/test-utils/selectors/checkbox/index.js.map +1 -1
  209. package/test-utils/selectors/code-editor/index.js +25 -45
  210. package/test-utils/selectors/code-editor/index.js.map +1 -1
  211. package/test-utils/selectors/collection-preferences/index.js +40 -65
  212. package/test-utils/selectors/collection-preferences/index.js.map +1 -1
  213. package/test-utils/selectors/collection-preferences/page-size-preference.js +12 -32
  214. package/test-utils/selectors/collection-preferences/page-size-preference.js.map +1 -1
  215. package/test-utils/selectors/collection-preferences/visible-content-preference.js +18 -38
  216. package/test-utils/selectors/collection-preferences/visible-content-preference.js.map +1 -1
  217. package/test-utils/selectors/column-layout/index.js +5 -25
  218. package/test-utils/selectors/column-layout/index.js.map +1 -1
  219. package/test-utils/selectors/container/index.js +11 -31
  220. package/test-utils/selectors/container/index.js.map +1 -1
  221. package/test-utils/selectors/content-layout/index.js +9 -29
  222. package/test-utils/selectors/content-layout/index.js.map +1 -1
  223. package/test-utils/selectors/date-input/index.js +5 -25
  224. package/test-utils/selectors/date-input/index.js.map +1 -1
  225. package/test-utils/selectors/date-picker/index.js +22 -43
  226. package/test-utils/selectors/date-picker/index.js.map +1 -1
  227. package/test-utils/selectors/date-range-picker/index.js +81 -112
  228. package/test-utils/selectors/date-range-picker/index.js.map +1 -1
  229. package/test-utils/selectors/expandable-section/index.js +15 -35
  230. package/test-utils/selectors/expandable-section/index.js.map +1 -1
  231. package/test-utils/selectors/flashbar/flash.js +18 -38
  232. package/test-utils/selectors/flashbar/flash.js.map +1 -1
  233. package/test-utils/selectors/flashbar/index.js +9 -29
  234. package/test-utils/selectors/flashbar/index.js.map +1 -1
  235. package/test-utils/selectors/form/index.js +15 -35
  236. package/test-utils/selectors/form/index.js.map +1 -1
  237. package/test-utils/selectors/form-field/index.js +21 -41
  238. package/test-utils/selectors/form-field/index.js.map +1 -1
  239. package/test-utils/selectors/grid/index.js +8 -28
  240. package/test-utils/selectors/grid/index.js.map +1 -1
  241. package/test-utils/selectors/header/index.js +15 -35
  242. package/test-utils/selectors/header/index.js.map +1 -1
  243. package/test-utils/selectors/help-panel/index.js +11 -31
  244. package/test-utils/selectors/help-panel/index.js.map +1 -1
  245. package/test-utils/selectors/hotspot/index.js +12 -32
  246. package/test-utils/selectors/hotspot/index.js.map +1 -1
  247. package/test-utils/selectors/icon/index.js +5 -25
  248. package/test-utils/selectors/icon/index.js.map +1 -1
  249. package/test-utils/selectors/index.js +133 -134
  250. package/test-utils/selectors/index.js.map +1 -1
  251. package/test-utils/selectors/input/base-input.js +7 -27
  252. package/test-utils/selectors/input/base-input.js.map +1 -1
  253. package/test-utils/selectors/input/index.js +7 -27
  254. package/test-utils/selectors/input/index.js.map +1 -1
  255. package/test-utils/selectors/internal/abstract-switch.js +12 -32
  256. package/test-utils/selectors/internal/abstract-switch.js.map +1 -1
  257. package/test-utils/selectors/internal/autosuggest-input.js +14 -34
  258. package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  259. package/test-utils/selectors/internal/chart-filter.js +11 -31
  260. package/test-utils/selectors/internal/chart-filter.js.map +1 -1
  261. package/test-utils/selectors/internal/chart-legend.js +13 -33
  262. package/test-utils/selectors/internal/chart-legend.js.map +1 -1
  263. package/test-utils/selectors/internal/chart-popover.js +14 -34
  264. package/test-utils/selectors/internal/chart-popover.js.map +1 -1
  265. package/test-utils/selectors/internal/charts.js +20 -40
  266. package/test-utils/selectors/internal/charts.js.map +1 -1
  267. package/test-utils/selectors/internal/dropdown-host.js +59 -91
  268. package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  269. package/test-utils/selectors/internal/dropdown.js +7 -27
  270. package/test-utils/selectors/internal/dropdown.js.map +1 -1
  271. package/test-utils/selectors/internal/filtering-token.js +13 -33
  272. package/test-utils/selectors/internal/filtering-token.js.map +1 -1
  273. package/test-utils/selectors/internal/option.js +13 -33
  274. package/test-utils/selectors/internal/option.js.map +1 -1
  275. package/test-utils/selectors/internal/options-list.js +5 -25
  276. package/test-utils/selectors/internal/options-list.js.map +1 -1
  277. package/test-utils/selectors/line-chart/index.js +5 -25
  278. package/test-utils/selectors/line-chart/index.js.map +1 -1
  279. package/test-utils/selectors/link/index.js +5 -25
  280. package/test-utils/selectors/link/index.js.map +1 -1
  281. package/test-utils/selectors/mixed-line-bar-chart/index.js +29 -54
  282. package/test-utils/selectors/mixed-line-bar-chart/index.js.map +1 -1
  283. package/test-utils/selectors/modal/index.js +13 -33
  284. package/test-utils/selectors/modal/index.js.map +1 -1
  285. package/test-utils/selectors/multiselect/index.js +38 -61
  286. package/test-utils/selectors/multiselect/index.js.map +1 -1
  287. package/test-utils/selectors/pagination/index.js +19 -39
  288. package/test-utils/selectors/pagination/index.js.map +1 -1
  289. package/test-utils/selectors/pie-chart/index.js +22 -42
  290. package/test-utils/selectors/pie-chart/index.js.map +1 -1
  291. package/test-utils/selectors/popover/index.js +22 -45
  292. package/test-utils/selectors/popover/index.js.map +1 -1
  293. package/test-utils/selectors/progress-bar/index.js +13 -33
  294. package/test-utils/selectors/progress-bar/index.js.map +1 -1
  295. package/test-utils/selectors/property-filter/index.js +15 -35
  296. package/test-utils/selectors/property-filter/index.js.map +1 -1
  297. package/test-utils/selectors/radio-group/index.js +13 -33
  298. package/test-utils/selectors/radio-group/index.js.map +1 -1
  299. package/test-utils/selectors/radio-group/radio-button.js +12 -32
  300. package/test-utils/selectors/radio-group/radio-button.js.map +1 -1
  301. package/test-utils/selectors/s3-resource-selector/index.js +40 -70
  302. package/test-utils/selectors/s3-resource-selector/index.js.map +1 -1
  303. package/test-utils/selectors/segmented-control/index.js +9 -29
  304. package/test-utils/selectors/segmented-control/index.js.map +1 -1
  305. package/test-utils/selectors/select/index.js +28 -51
  306. package/test-utils/selectors/select/index.js.map +1 -1
  307. package/test-utils/selectors/side-navigation/index.js +41 -66
  308. package/test-utils/selectors/side-navigation/index.js.map +1 -1
  309. package/test-utils/selectors/space-between/index.js +5 -25
  310. package/test-utils/selectors/space-between/index.js.map +1 -1
  311. package/test-utils/selectors/spinner/index.js +5 -25
  312. package/test-utils/selectors/spinner/index.js.map +1 -1
  313. package/test-utils/selectors/split-panel/index.js +25 -45
  314. package/test-utils/selectors/split-panel/index.js.map +1 -1
  315. package/test-utils/selectors/status-indicator/index.js +5 -25
  316. package/test-utils/selectors/status-indicator/index.js.map +1 -1
  317. package/test-utils/selectors/table/index.js +76 -94
  318. package/test-utils/selectors/table/index.js.map +1 -1
  319. package/test-utils/selectors/tabs/index.js +19 -39
  320. package/test-utils/selectors/tabs/index.js.map +1 -1
  321. package/test-utils/selectors/tag-editor/index.js +19 -44
  322. package/test-utils/selectors/tag-editor/index.js.map +1 -1
  323. package/test-utils/selectors/text-content/index.js +5 -25
  324. package/test-utils/selectors/text-content/index.js.map +1 -1
  325. package/test-utils/selectors/text-filter/index.js +10 -30
  326. package/test-utils/selectors/text-filter/index.js.map +1 -1
  327. package/test-utils/selectors/textarea/index.js +7 -27
  328. package/test-utils/selectors/textarea/index.js.map +1 -1
  329. package/test-utils/selectors/tiles/index.js +17 -37
  330. package/test-utils/selectors/tiles/index.js.map +1 -1
  331. package/test-utils/selectors/tiles/tile.js +16 -36
  332. package/test-utils/selectors/tiles/tile.js.map +1 -1
  333. package/test-utils/selectors/time-input/index.js +5 -25
  334. package/test-utils/selectors/time-input/index.js.map +1 -1
  335. package/test-utils/selectors/toggle/index.js +14 -34
  336. package/test-utils/selectors/toggle/index.js.map +1 -1
  337. package/test-utils/selectors/token-group/index.js +14 -34
  338. package/test-utils/selectors/token-group/index.js.map +1 -1
  339. package/test-utils/selectors/token-group/token.js +12 -32
  340. package/test-utils/selectors/token-group/token.js.map +1 -1
  341. package/test-utils/selectors/top-navigation/1.0-beta/index.js +56 -91
  342. package/test-utils/selectors/top-navigation/1.0-beta/index.js.map +1 -1
  343. package/test-utils/selectors/top-navigation/index.js +73 -108
  344. package/test-utils/selectors/top-navigation/index.js.map +1 -1
  345. package/test-utils/selectors/tutorial-panel/index.js +38 -63
  346. package/test-utils/selectors/tutorial-panel/index.js.map +1 -1
  347. package/test-utils/selectors/tutorial-panel/tutorial.js +29 -49
  348. package/test-utils/selectors/tutorial-panel/tutorial.js.map +1 -1
  349. package/test-utils/selectors/wizard/index.js +33 -53
  350. package/test-utils/selectors/wizard/index.js.map +1 -1
  351. package/test-utils/tsconfig.tsbuildinfo +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/form-field/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgG;AAChG,+EAA6D;AAC7D;IAA8C,oCAAgB;IAA9D;;IAuBA,CAAC;IArBC,sCAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IACD,oCAAS,GAAT;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,KAAK,CAAC,CAAC;IAC5C,CAAC;IACD,mCAAQ,GAAR;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IACD,yCAAc,GAAd;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAa,6BAAM,CAAC,KAAK,eAAK,6BAAM,CAAC,UAAU,CAAE,CAAC,CAAC;IACtE,CAAC;IACD,oCAAS,GAAT;QACE,OAAO,IAAI,CAAC,IAAI,CAAC,oBAAa,6BAAM,CAAC,KAAK,eAAK,6BAAM,CAAC,KAAK,eAAK,6BAAM,CAAC,cAAc,CAAE,CAAC,CAAC;IAC3F,CAAC;IACD,0CAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,WAAW,CAAC,CAAC;IAClD,CAAC;IACD,+CAAoB,GAApB;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAC3D,CAAC;IArBM,6BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAsB5C,uBAAC;CAAA,AAvBD,CAA8C,4BAAgB,GAuB7D;kBAvBoB,gBAAgB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/form-field/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgG;AAChG,iFAA6D;AAC7D,MAAqB,gBAAiB,SAAQ,4BAAgB;IAE5D,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IACD,SAAS;QACP,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,KAAK,CAAC,CAAC;IAC5C,CAAC;IACD,QAAQ;QACN,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IACD,cAAc;QACZ,OAAO,IAAI,CAAC,IAAI,CAAC,aAAa,6BAAM,CAAC,KAAK,KAAK,6BAAM,CAAC,UAAU,EAAE,CAAC,CAAC;IACtE,CAAC;IACD,SAAS;QACP,OAAO,IAAI,CAAC,IAAI,CAAC,aAAa,6BAAM,CAAC,KAAK,KAAK,6BAAM,CAAC,KAAK,KAAK,6BAAM,CAAC,cAAc,EAAE,CAAC,CAAC;IAC3F,CAAC;IACD,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,WAAW,CAAC,CAAC;IAClD,CAAC;IACD,oBAAoB;QAClB,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAC3D,CAAC;;AAtBH,mCAuBC;AAtBQ,6BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,38 +1,18 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var styles_selectors_js_1 = require("../../../grid/styles.selectors.js");
22
- var GridWrapper = /** @class */ (function (_super) {
23
- __extends(GridWrapper, _super);
24
- function GridWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const styles_selectors_js_1 = require("../../../grid/styles.selectors.js");
7
+ class GridWrapper extends selectors_1.ComponentWrapper {
27
8
  /**
28
9
  * Returns a column from the grid for a given index.
29
10
  * @param columnIndex 1-based index of the column to return.
30
11
  */
31
- GridWrapper.prototype.findColumn = function (columnIndex) {
32
- return this.find(".".concat(styles_selectors_js_1.default['grid-column'], ":nth-child(").concat(columnIndex, ") > div"));
33
- };
34
- GridWrapper.rootSelector = styles_selectors_js_1.default.grid;
35
- return GridWrapper;
36
- }(selectors_1.ComponentWrapper));
12
+ findColumn(columnIndex) {
13
+ return this.find(`.${styles_selectors_js_1.default['grid-column']}:nth-child(${columnIndex}) > div`);
14
+ }
15
+ }
37
16
  exports.default = GridWrapper;
17
+ GridWrapper.rootSelector = styles_selectors_js_1.default.grid;
38
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/grid/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgG;AAChG,yEAAuD;AACvD;IAAyC,+BAAgB;IAAzD;;IAUA,CAAC;IAPC;;;OAGG;IACH,gCAAU,GAAV,UAAW,WAAmB;QAC5B,OAAO,IAAI,CAAC,IAAI,CAAC,WAAI,6BAAM,CAAC,aAAa,CAAC,wBAAc,WAAW,YAAS,CAAC,CAAC;IAChF,CAAC;IARM,wBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAS5C,kBAAC;CAAA,AAVD,CAAyC,4BAAgB,GAUxD;kBAVoB,WAAW"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/grid/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgG;AAChG,2EAAuD;AACvD,MAAqB,WAAY,SAAQ,4BAAgB;IAGvD;;;OAGG;IACH,UAAU,CAAC,WAAmB;QAC5B,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,6BAAM,CAAC,aAAa,CAAC,cAAc,WAAW,SAAS,CAAC,CAAC;IAChF,CAAC;;AATH,8BAUC;AATQ,wBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,46 +1,26 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var styles_selectors_js_1 = require("../../../header/styles.selectors.js");
22
- var HeaderWrapper = /** @class */ (function (_super) {
23
- __extends(HeaderWrapper, _super);
24
- function HeaderWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- HeaderWrapper.prototype.findHeadingText = function () {
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const styles_selectors_js_1 = require("../../../header/styles.selectors.js");
7
+ class HeaderWrapper extends selectors_1.ComponentWrapper {
8
+ findHeadingText() {
28
9
  return this.findByClassName(styles_selectors_js_1.default['heading-text']);
29
- };
30
- HeaderWrapper.prototype.findCounter = function () {
10
+ }
11
+ findCounter() {
31
12
  return this.findByClassName(styles_selectors_js_1.default.counter);
32
- };
33
- HeaderWrapper.prototype.findDescription = function () {
13
+ }
14
+ findDescription() {
34
15
  return this.findByClassName(styles_selectors_js_1.default.description);
35
- };
36
- HeaderWrapper.prototype.findInfo = function () {
16
+ }
17
+ findInfo() {
37
18
  return this.findByClassName(styles_selectors_js_1.default.info);
38
- };
39
- HeaderWrapper.prototype.findActions = function () {
19
+ }
20
+ findActions() {
40
21
  return this.findByClassName(styles_selectors_js_1.default.actions);
41
- };
42
- HeaderWrapper.rootSelector = styles_selectors_js_1.default.root;
43
- return HeaderWrapper;
44
- }(selectors_1.ComponentWrapper));
22
+ }
23
+ }
45
24
  exports.default = HeaderWrapper;
25
+ HeaderWrapper.rootSelector = styles_selectors_js_1.default.root;
46
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/header/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgG;AAChG,2EAAyD;AACzD;IAA2C,iCAAgB;IAA3D;;IAiBA,CAAC;IAfC,uCAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,cAAc,CAAC,CAAE,CAAC;IACvD,CAAC;IACD,mCAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IACD,uCAAe,GAAf;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,WAAW,CAAC,CAAC;IAClD,CAAC;IACD,gCAAQ,GAAR;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IACD,mCAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IAfM,0BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAgB5C,oBAAC;CAAA,AAjBD,CAA2C,4BAAgB,GAiB1D;kBAjBoB,aAAa"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/header/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgG;AAChG,6EAAyD;AACzD,MAAqB,aAAc,SAAQ,4BAAgB;IAEzD,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,cAAc,CAAC,CAAE,CAAC;IACvD,CAAC;IACD,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IACD,eAAe;QACb,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,WAAW,CAAC,CAAC;IAClD,CAAC;IACD,QAAQ;QACN,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,IAAI,CAAC,CAAC;IAC3C,CAAC;IACD,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;;AAhBH,gCAiBC;AAhBQ,0BAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}
@@ -1,40 +1,20 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var styles_selectors_js_1 = require("../../../help-panel/styles.selectors.js");
22
- var HelpPanelWrapper = /** @class */ (function (_super) {
23
- __extends(HelpPanelWrapper, _super);
24
- function HelpPanelWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- HelpPanelWrapper.prototype.findHeader = function () {
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const styles_selectors_js_1 = require("../../../help-panel/styles.selectors.js");
7
+ class HelpPanelWrapper extends selectors_1.ComponentWrapper {
8
+ findHeader() {
28
9
  return this.findByClassName(styles_selectors_js_1.default.header);
29
- };
30
- HelpPanelWrapper.prototype.findContent = function () {
10
+ }
11
+ findContent() {
31
12
  return this.findByClassName(styles_selectors_js_1.default.content);
32
- };
33
- HelpPanelWrapper.prototype.findFooter = function () {
13
+ }
14
+ findFooter() {
34
15
  return this.findByClassName(styles_selectors_js_1.default.footer);
35
- };
36
- HelpPanelWrapper.rootSelector = styles_selectors_js_1.default['help-panel'];
37
- return HelpPanelWrapper;
38
- }(selectors_1.ComponentWrapper));
16
+ }
17
+ }
39
18
  exports.default = HelpPanelWrapper;
19
+ HelpPanelWrapper.rootSelector = styles_selectors_js_1.default['help-panel'];
40
20
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/help-panel/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgG;AAChG,+EAA6D;AAC7D;IAA8C,oCAAgB;IAA9D;;IAWA,CAAC;IATC,qCAAU,GAAV;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IACD,sCAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IACD,qCAAU,GAAV;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IATM,6BAAY,GAAW,6BAAM,CAAC,YAAY,CAAC,CAAC;IAUrD,uBAAC;CAAA,AAXD,CAA8C,4BAAgB,GAW7D;kBAXoB,gBAAgB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/help-panel/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgG;AAChG,iFAA6D;AAC7D,MAAqB,gBAAiB,SAAQ,4BAAgB;IAE5D,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;IACD,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,OAAO,CAAC,CAAC;IAC9C,CAAC;IACD,UAAU;QACR,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAM,CAAC,MAAM,CAAC,CAAC;IAC7C,CAAC;;AAVH,mCAWC;AAVQ,6BAAY,GAAW,6BAAM,CAAC,YAAY,CAAC,CAAC"}
@@ -1,39 +1,19 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var styles_selectors_js_1 = require("../../../hotspot/styles.selectors.js");
22
- var styles_selectors_js_2 = require("../../../annotation-context/annotation/styles.selectors.js");
23
- var index_js_1 = require("../index.js");
24
- var HotspotWrapper = /** @class */ (function (_super) {
25
- __extends(HotspotWrapper, _super);
26
- function HotspotWrapper() {
27
- return _super !== null && _super.apply(this, arguments) || this;
28
- }
29
- HotspotWrapper.prototype.findTrigger = function () {
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const styles_selectors_js_1 = require("../../../hotspot/styles.selectors.js");
7
+ const styles_selectors_js_2 = require("../../../annotation-context/annotation/styles.selectors.js");
8
+ const index_js_1 = require("../index.js");
9
+ class HotspotWrapper extends selectors_1.ComponentWrapper {
10
+ findTrigger() {
30
11
  return this.findByClassName(styles_selectors_js_2.default.hotspot);
31
- };
32
- HotspotWrapper.prototype.findAnnotation = function () {
33
- return this.findComponent(".".concat(styles_selectors_js_2.default.annotation), index_js_1.AnnotationWrapper);
34
- };
35
- HotspotWrapper.rootSelector = styles_selectors_js_1.default.root;
36
- return HotspotWrapper;
37
- }(selectors_1.ComponentWrapper));
12
+ }
13
+ findAnnotation() {
14
+ return this.findComponent(`.${styles_selectors_js_2.default.annotation}`, index_js_1.AnnotationWrapper);
15
+ }
16
+ }
38
17
  exports.default = HotspotWrapper;
18
+ HotspotWrapper.rootSelector = styles_selectors_js_1.default.root;
39
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/hotspot/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgG;AAChG,4EAAiE;AACjE,kGAA0F;AAC1F,wCAAgD;AAChD;IAA4C,kCAAgB;IAA5D;;IAQA,CAAC;IANC,oCAAW,GAAX;QACE,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAgB,CAAC,OAAO,CAAE,CAAC;IACzD,CAAC;IACD,uCAAc,GAAd;QACE,OAAO,IAAI,CAAC,aAAa,CAAC,WAAI,6BAAgB,CAAC,UAAU,CAAE,EAAE,4BAAiB,CAAC,CAAC;IAClF,CAAC;IANM,2BAAY,GAAW,6BAAa,CAAC,IAAI,CAAC;IAOnD,qBAAC;CAAA,AARD,CAA4C,4BAAgB,GAQ3D;kBARoB,cAAc"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/hotspot/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgG;AAChG,8EAAiE;AACjE,oGAA0F;AAC1F,0CAAgD;AAChD,MAAqB,cAAe,SAAQ,4BAAgB;IAE1D,WAAW;QACT,OAAO,IAAI,CAAC,eAAe,CAAC,6BAAgB,CAAC,OAAO,CAAE,CAAC;IACzD,CAAC;IACD,cAAc;QACZ,OAAO,IAAI,CAAC,aAAa,CAAC,IAAI,6BAAgB,CAAC,UAAU,EAAE,EAAE,4BAAiB,CAAC,CAAC;IAClF,CAAC;;AAPH,iCAQC;AAPQ,2BAAY,GAAW,6BAAa,CAAC,IAAI,CAAC"}
@@ -1,31 +1,11 @@
1
1
  "use strict";
2
- var __extends = (this && this.__extends) || (function () {
3
- var extendStatics = function (d, b) {
4
- extendStatics = Object.setPrototypeOf ||
5
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
- return extendStatics(d, b);
8
- };
9
- return function (d, b) {
10
- if (typeof b !== "function" && b !== null)
11
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
- extendStatics(d, b);
13
- function __() { this.constructor = d; }
14
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
- };
16
- })();
17
2
  Object.defineProperty(exports, "__esModule", { value: true });
18
3
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
19
4
  // SPDX-License-Identifier: Apache-2.0
20
- var selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
21
- var styles_selectors_js_1 = require("../../../icon/styles.selectors.js");
22
- var IconWrapper = /** @class */ (function (_super) {
23
- __extends(IconWrapper, _super);
24
- function IconWrapper() {
25
- return _super !== null && _super.apply(this, arguments) || this;
26
- }
27
- IconWrapper.rootSelector = styles_selectors_js_1.default.icon;
28
- return IconWrapper;
29
- }(selectors_1.ComponentWrapper));
5
+ const selectors_1 = require("@cloudscape-design/test-utils-core/selectors");
6
+ const styles_selectors_js_1 = require("../../../icon/styles.selectors.js");
7
+ class IconWrapper extends selectors_1.ComponentWrapper {
8
+ }
30
9
  exports.default = IconWrapper;
10
+ IconWrapper.rootSelector = styles_selectors_js_1.default.icon;
31
11
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/icon/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,0EAAgF;AAChF,yEAAuD;AACvD;IAAyC,+BAAgB;IAAzD;;IAEA,CAAC;IADQ,wBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC;IAC5C,kBAAC;CAAA,AAFD,CAAyC,4BAAgB,GAExD;kBAFoB,WAAW"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/test-utils/selectors/icon/index.ts"],"names":[],"mappings":";;AAAA,qEAAqE;AACrE,sCAAsC;AACtC,4EAAgF;AAChF,2EAAuD;AACvD,MAAqB,WAAY,SAAQ,4BAAgB;;AAAzD,8BAEC;AADQ,wBAAY,GAAW,6BAAM,CAAC,IAAI,CAAC"}