@carbon/web-components 2.0.0-beta.0 → 2.0.0-beta.2

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 (2017) hide show
  1. package/custom-elements.json +5992 -3869
  2. package/es/components/breadcrumb/breadcrumb-skeleton.d.ts.map +1 -1
  3. package/es/components/breadcrumb/breadcrumb-skeleton.js.map +1 -1
  4. package/es/components/button/button-set.d.ts +2 -2
  5. package/es/components/button/button-set.d.ts.map +1 -1
  6. package/es/components/button/button-set.js +4 -4
  7. package/es/components/button/button-set.js.map +1 -1
  8. package/es/components/button/button-skeleton.d.ts +3 -3
  9. package/es/components/button/button-skeleton.d.ts.map +1 -1
  10. package/es/components/button/button-skeleton.js +6 -6
  11. package/es/components/button/button-skeleton.js.map +1 -1
  12. package/es/components/button/button.css.js +1 -1
  13. package/es/components/button/button.d.ts +5 -5
  14. package/es/components/button/button.d.ts.map +1 -1
  15. package/es/components/button/button.js +6 -6
  16. package/es/components/button/button.js.map +1 -1
  17. package/es/components/button/button.rtl.css.js +1 -1
  18. package/es/components/button/defs.d.ts +4 -0
  19. package/es/components/button/defs.d.ts.map +1 -1
  20. package/es/components/button/defs.js +1 -0
  21. package/es/components/button/defs.js.map +1 -1
  22. package/es/components/checkbox/checkbox-skeleton.d.ts +19 -0
  23. package/es/components/checkbox/checkbox-skeleton.d.ts.map +1 -0
  24. package/es/components/checkbox/checkbox-skeleton.js +55 -0
  25. package/es/components/checkbox/checkbox-skeleton.js.map +1 -0
  26. package/es/components/checkbox/checkbox.css.js +1 -1
  27. package/es/components/checkbox/checkbox.d.ts +21 -8
  28. package/es/components/checkbox/checkbox.d.ts.map +1 -1
  29. package/es/components/checkbox/checkbox.js +65 -17
  30. package/es/components/checkbox/checkbox.js.map +1 -1
  31. package/es/components/checkbox/checkbox.rtl.css.js +1 -1
  32. package/es/components/checkbox/index.d.ts +2 -1
  33. package/es/components/checkbox/index.d.ts.map +1 -1
  34. package/es/components/checkbox/index.js +2 -1
  35. package/es/components/checkbox/index.js.map +1 -1
  36. package/es/components/code-snippet/code-snippet.d.ts +0 -8
  37. package/es/components/code-snippet/code-snippet.d.ts.map +1 -1
  38. package/es/components/code-snippet/code-snippet.js +20 -56
  39. package/es/components/code-snippet/code-snippet.js.map +1 -1
  40. package/es/components/combo-box/combo-box-item.d.ts +3 -3
  41. package/es/components/combo-box/combo-box-item.d.ts.map +1 -1
  42. package/es/components/combo-box/combo-box-item.js +6 -6
  43. package/es/components/combo-box/combo-box-item.js.map +1 -1
  44. package/es/components/combo-box/combo-box.css.js +1 -1
  45. package/es/components/combo-box/combo-box.d.ts +11 -11
  46. package/es/components/combo-box/combo-box.d.ts.map +1 -1
  47. package/es/components/combo-box/combo-box.js +40 -19
  48. package/es/components/combo-box/combo-box.js.map +1 -1
  49. package/es/components/combo-box/combo-box.rtl.css.js +1 -1
  50. package/es/components/content-switcher/content-switcher.css.js +1 -1
  51. package/es/components/content-switcher/content-switcher.rtl.css.js +1 -1
  52. package/es/components/copy/copy.d.ts +49 -0
  53. package/es/components/copy/copy.d.ts.map +1 -0
  54. package/es/components/copy/copy.js +183 -0
  55. package/es/components/copy/copy.js.map +1 -0
  56. package/es/components/copy-button/copy-button.css.js +1 -1
  57. package/es/components/copy-button/copy-button.d.ts +8 -53
  58. package/es/components/copy-button/copy-button.d.ts.map +1 -1
  59. package/es/components/copy-button/copy-button.js +22 -150
  60. package/es/components/copy-button/copy-button.js.map +1 -1
  61. package/es/components/copy-button/copy-button.rtl.css.js +1 -1
  62. package/es/components/data-table/data-table.css.js +1 -1
  63. package/es/components/data-table/data-table.rtl.css.js +1 -1
  64. package/es/components/data-table/table-header-cell.d.ts.map +1 -1
  65. package/es/components/data-table/table-header-cell.js +2 -2
  66. package/es/components/data-table/table-header-cell.js.map +1 -1
  67. package/es/components/data-table/table-toolbar-search.d.ts +3 -3
  68. package/es/components/data-table/table-toolbar-search.d.ts.map +1 -1
  69. package/es/components/data-table/table-toolbar-search.js +3 -3
  70. package/es/components/data-table/table-toolbar-search.js.map +1 -1
  71. package/es/components/date-picker/date-picker-input-skeleton.d.ts +2 -2
  72. package/es/components/date-picker/date-picker-input-skeleton.d.ts.map +1 -1
  73. package/es/components/date-picker/date-picker-input-skeleton.js +4 -4
  74. package/es/components/date-picker/date-picker-input-skeleton.js.map +1 -1
  75. package/es/components/date-picker/date-picker-input.d.ts +38 -352
  76. package/es/components/date-picker/date-picker-input.d.ts.map +1 -1
  77. package/es/components/date-picker/date-picker-input.js +138 -97
  78. package/es/components/date-picker/date-picker-input.js.map +1 -1
  79. package/es/components/date-picker/date-picker.css.js +1 -1
  80. package/es/components/date-picker/date-picker.d.ts +23 -3
  81. package/es/components/date-picker/date-picker.d.ts.map +1 -1
  82. package/es/components/date-picker/date-picker.js +100 -24
  83. package/es/components/date-picker/date-picker.js.map +1 -1
  84. package/es/components/date-picker/date-picker.rtl.css.js +1 -1
  85. package/es/components/date-picker/defs.d.ts +1 -14
  86. package/es/components/date-picker/defs.d.ts.map +1 -1
  87. package/es/components/date-picker/defs.js +1 -10
  88. package/es/components/date-picker/defs.js.map +1 -1
  89. package/es/components/date-picker/fix-events-plugin.d.ts +6 -6
  90. package/es/components/date-picker/fix-events-plugin.d.ts.map +1 -1
  91. package/es/components/date-picker/fix-events-plugin.js +8 -8
  92. package/es/components/date-picker/fix-events-plugin.js.map +1 -1
  93. package/es/components/date-picker/focus-plugin.d.ts +9 -9
  94. package/es/components/date-picker/focus-plugin.d.ts.map +1 -1
  95. package/es/components/date-picker/focus-plugin.js +17 -17
  96. package/es/components/date-picker/focus-plugin.js.map +1 -1
  97. package/es/components/date-picker/shadow-dom-events-plugin.d.ts +2 -2
  98. package/es/components/date-picker/shadow-dom-events-plugin.d.ts.map +1 -1
  99. package/es/components/date-picker/shadow-dom-events-plugin.js +5 -5
  100. package/es/components/date-picker/shadow-dom-events-plugin.js.map +1 -1
  101. package/es/components/date-picker/state-handshake-plugin.d.ts +2 -2
  102. package/es/components/date-picker/state-handshake-plugin.d.ts.map +1 -1
  103. package/es/components/date-picker/state-handshake-plugin.js.map +1 -1
  104. package/es/components/dropdown/defs.d.ts +16 -3
  105. package/es/components/dropdown/defs.d.ts.map +1 -1
  106. package/es/components/dropdown/defs.js +11 -2
  107. package/es/components/dropdown/defs.js.map +1 -1
  108. package/es/components/dropdown/dropdown-item.d.ts +2 -2
  109. package/es/components/dropdown/dropdown-item.d.ts.map +1 -1
  110. package/es/components/dropdown/dropdown-item.js +4 -4
  111. package/es/components/dropdown/dropdown-item.js.map +1 -1
  112. package/es/components/dropdown/dropdown-skeleton.d.ts +2 -2
  113. package/es/components/dropdown/dropdown-skeleton.d.ts.map +1 -1
  114. package/es/components/dropdown/dropdown-skeleton.js +4 -4
  115. package/es/components/dropdown/dropdown-skeleton.js.map +1 -1
  116. package/es/components/dropdown/dropdown.css.js +1 -1
  117. package/es/components/dropdown/dropdown.d.ts +48 -21
  118. package/es/components/dropdown/dropdown.d.ts.map +1 -1
  119. package/es/components/dropdown/dropdown.js +156 -65
  120. package/es/components/dropdown/dropdown.js.map +1 -1
  121. package/es/components/dropdown/dropdown.rtl.css.js +1 -1
  122. package/es/components/file-uploader/defs.d.ts +6 -10
  123. package/es/components/file-uploader/defs.d.ts.map +1 -1
  124. package/es/components/file-uploader/defs.js +3 -4
  125. package/es/components/file-uploader/defs.js.map +1 -1
  126. package/es/components/file-uploader/demo-file-uploader.d.ts +33 -10
  127. package/es/components/file-uploader/demo-file-uploader.d.ts.map +1 -1
  128. package/es/components/file-uploader/demo-file-uploader.js +108 -27
  129. package/es/components/file-uploader/demo-file-uploader.js.map +1 -1
  130. package/es/components/file-uploader/file-uploader-button.d.ts +396 -0
  131. package/es/components/file-uploader/file-uploader-button.d.ts.map +1 -0
  132. package/es/components/file-uploader/file-uploader-button.js +295 -0
  133. package/es/components/file-uploader/file-uploader-button.js.map +1 -0
  134. package/es/components/file-uploader/file-uploader-drop-container.d.ts +389 -0
  135. package/es/components/file-uploader/file-uploader-drop-container.d.ts.map +1 -0
  136. package/es/components/file-uploader/file-uploader-drop-container.js +274 -0
  137. package/es/components/file-uploader/file-uploader-drop-container.js.map +1 -0
  138. package/es/components/file-uploader/file-uploader-item.d.ts +7 -11
  139. package/es/components/file-uploader/file-uploader-item.d.ts.map +1 -1
  140. package/es/components/file-uploader/file-uploader-item.js +35 -45
  141. package/es/components/file-uploader/file-uploader-item.js.map +1 -1
  142. package/es/components/file-uploader/file-uploader-skeleton.d.ts +22 -0
  143. package/es/components/file-uploader/file-uploader-skeleton.d.ts.map +1 -0
  144. package/es/components/file-uploader/file-uploader-skeleton.js +50 -0
  145. package/es/components/file-uploader/file-uploader-skeleton.js.map +1 -0
  146. package/es/components/file-uploader/file-uploader.css.js +1 -1
  147. package/es/components/file-uploader/file-uploader.d.ts +17 -8
  148. package/es/components/file-uploader/file-uploader.d.ts.map +1 -1
  149. package/es/components/file-uploader/file-uploader.js +71 -24
  150. package/es/components/file-uploader/file-uploader.js.map +1 -1
  151. package/es/components/file-uploader/file-uploader.rtl.css.js +1 -1
  152. package/es/components/file-uploader/index.d.ts +4 -2
  153. package/es/components/file-uploader/index.d.ts.map +1 -1
  154. package/es/components/file-uploader/index.js +4 -2
  155. package/es/components/file-uploader/index.js.map +1 -1
  156. package/es/components/icon-button/defs.d.ts +64 -0
  157. package/es/components/icon-button/defs.d.ts.map +1 -0
  158. package/es/components/icon-button/defs.js +34 -0
  159. package/es/components/icon-button/defs.js.map +1 -0
  160. package/es/components/icon-button/icon-button.css.js +12 -0
  161. package/es/components/icon-button/icon-button.d.ts +50 -0
  162. package/es/components/icon-button/icon-button.d.ts.map +1 -0
  163. package/es/components/icon-button/icon-button.js +176 -0
  164. package/es/components/icon-button/icon-button.js.map +1 -0
  165. package/es/components/icon-button/icon-button.rtl.css.js +12 -0
  166. package/es/components/icon-button/index.d.ts +11 -0
  167. package/es/components/icon-button/index.d.ts.map +1 -0
  168. package/es/components/icon-button/index.js +11 -0
  169. package/es/components/icon-button/index.js.map +1 -0
  170. package/es/components/inline-loading/inline-loading.d.ts +6 -2
  171. package/es/components/inline-loading/inline-loading.d.ts.map +1 -1
  172. package/es/components/inline-loading/inline-loading.js +20 -5
  173. package/es/components/inline-loading/inline-loading.js.map +1 -1
  174. package/es/components/layer/layer.css.js +1 -1
  175. package/es/components/layer/layer.rtl.css.js +1 -1
  176. package/es/components/list/list.css.js +1 -1
  177. package/es/components/list/list.rtl.css.js +1 -1
  178. package/es/components/list/ordered-list.d.ts +3 -3
  179. package/es/components/list/ordered-list.d.ts.map +1 -1
  180. package/es/components/list/ordered-list.js +6 -6
  181. package/es/components/list/ordered-list.js.map +1 -1
  182. package/es/components/list/unordered-list.d.ts +2 -2
  183. package/es/components/list/unordered-list.d.ts.map +1 -1
  184. package/es/components/list/unordered-list.js +5 -5
  185. package/es/components/list/unordered-list.js.map +1 -1
  186. package/es/components/loading/loading.css.js +1 -1
  187. package/es/components/loading/loading.d.ts +2 -2
  188. package/es/components/loading/loading.d.ts.map +1 -1
  189. package/es/components/loading/loading.js +4 -4
  190. package/es/components/loading/loading.js.map +1 -1
  191. package/es/components/loading/loading.rtl.css.js +1 -1
  192. package/es/components/modal/modal-footer-button.d.ts +3 -3
  193. package/es/components/modal/modal-footer-button.d.ts.map +1 -1
  194. package/es/components/modal/modal-footer-button.js +6 -6
  195. package/es/components/modal/modal-footer-button.js.map +1 -1
  196. package/es/components/modal/modal-footer.d.ts.map +1 -1
  197. package/es/components/modal/modal-footer.js +1 -1
  198. package/es/components/modal/modal-footer.js.map +1 -1
  199. package/es/components/modal/modal.css.js +1 -1
  200. package/es/components/modal/modal.d.ts.map +1 -1
  201. package/es/components/modal/modal.js +2 -2
  202. package/es/components/modal/modal.js.map +1 -1
  203. package/es/components/modal/modal.rtl.css.js +1 -1
  204. package/es/components/multi-select/multi-select-item.d.ts +3 -3
  205. package/es/components/multi-select/multi-select-item.d.ts.map +1 -1
  206. package/es/components/multi-select/multi-select-item.js +6 -6
  207. package/es/components/multi-select/multi-select-item.js.map +1 -1
  208. package/es/components/multi-select/multi-select.css.js +1 -1
  209. package/es/components/multi-select/multi-select.d.ts +9 -9
  210. package/es/components/multi-select/multi-select.d.ts.map +1 -1
  211. package/es/components/multi-select/multi-select.js +17 -17
  212. package/es/components/multi-select/multi-select.js.map +1 -1
  213. package/es/components/multi-select/multi-select.rtl.css.js +1 -1
  214. package/es/components/notification/actionable-notification-button.d.ts +21 -0
  215. package/es/components/notification/actionable-notification-button.d.ts.map +1 -0
  216. package/es/components/notification/actionable-notification-button.js +56 -0
  217. package/es/components/notification/actionable-notification-button.js.map +1 -0
  218. package/es/components/notification/actionable-notification.css.js +12 -0
  219. package/es/components/notification/actionable-notification.d.ts +370 -0
  220. package/es/components/notification/actionable-notification.d.ts.map +1 -0
  221. package/es/components/notification/actionable-notification.js +281 -0
  222. package/es/components/notification/actionable-notification.js.map +1 -0
  223. package/es/components/notification/actionable-notification.rtl.css.js +12 -0
  224. package/es/components/notification/defs.d.ts +17 -1
  225. package/es/components/notification/defs.d.ts.map +1 -1
  226. package/es/components/notification/defs.js +3 -0
  227. package/es/components/notification/defs.js.map +1 -1
  228. package/es/components/notification/index.d.ts +2 -0
  229. package/es/components/notification/index.d.ts.map +1 -1
  230. package/es/components/notification/index.js +2 -0
  231. package/es/components/notification/index.js.map +1 -1
  232. package/es/components/notification/inline-notification.css.js +1 -1
  233. package/es/components/notification/inline-notification.d.ts +8 -8
  234. package/es/components/notification/inline-notification.d.ts.map +1 -1
  235. package/es/components/notification/inline-notification.js +23 -18
  236. package/es/components/notification/inline-notification.js.map +1 -1
  237. package/es/components/notification/inline-notification.rtl.css.js +1 -1
  238. package/es/components/notification/toast-notification.css.js +1 -1
  239. package/es/components/notification/toast-notification.d.ts +4 -4
  240. package/es/components/notification/toast-notification.d.ts.map +1 -1
  241. package/es/components/notification/toast-notification.js +7 -7
  242. package/es/components/notification/toast-notification.js.map +1 -1
  243. package/es/components/notification/toast-notification.rtl.css.js +1 -1
  244. package/es/components/number-input/index.d.ts +2 -1
  245. package/es/components/number-input/index.d.ts.map +1 -1
  246. package/es/components/number-input/index.js +2 -1
  247. package/es/components/number-input/index.js.map +1 -1
  248. package/es/components/number-input/number-input-skeleton.d.ts +2 -2
  249. package/es/components/number-input/number-input-skeleton.d.ts.map +1 -1
  250. package/es/components/number-input/number-input-skeleton.js +4 -4
  251. package/es/components/number-input/number-input-skeleton.js.map +1 -1
  252. package/es/components/number-input/number-input.css.js +1 -1
  253. package/es/components/number-input/number-input.d.ts +12 -25
  254. package/es/components/number-input/number-input.d.ts.map +1 -1
  255. package/es/components/number-input/number-input.js +85 -106
  256. package/es/components/number-input/number-input.js.map +1 -1
  257. package/es/components/number-input/number-input.rtl.css.js +1 -1
  258. package/es/components/pagination/pagination.css.js +1 -1
  259. package/es/components/pagination/pagination.rtl.css.js +1 -1
  260. package/es/components/popover/defs.d.ts +63 -0
  261. package/es/components/popover/defs.d.ts.map +1 -0
  262. package/es/components/popover/defs.js +28 -0
  263. package/es/components/popover/defs.js.map +1 -0
  264. package/es/components/popover/index.d.ts +12 -0
  265. package/es/components/popover/index.d.ts.map +1 -0
  266. package/es/components/popover/index.js +12 -0
  267. package/es/components/popover/index.js.map +1 -0
  268. package/es/components/popover/popover-content.d.ts +45 -0
  269. package/es/components/popover/popover-content.d.ts.map +1 -0
  270. package/es/components/popover/popover-content.js +141 -0
  271. package/es/components/popover/popover-content.js.map +1 -0
  272. package/es/components/popover/popover.css.js +12 -0
  273. package/es/components/popover/popover.d.ts +54 -0
  274. package/es/components/popover/popover.d.ts.map +1 -0
  275. package/es/components/popover/popover.js +201 -0
  276. package/es/components/popover/popover.js.map +1 -0
  277. package/es/components/popover/popover.rtl.css.js +12 -0
  278. package/es/components/progress-bar/defs.d.ts +57 -0
  279. package/es/components/progress-bar/defs.d.ts.map +1 -0
  280. package/es/components/progress-bar/defs.js +38 -0
  281. package/es/components/progress-bar/defs.js.map +1 -0
  282. package/es/components/progress-bar/index.d.ts +11 -0
  283. package/es/components/progress-bar/index.d.ts.map +1 -0
  284. package/es/components/progress-bar/index.js +11 -0
  285. package/es/components/progress-bar/index.js.map +1 -0
  286. package/es/components/progress-bar/progress-bar.css.js +12 -0
  287. package/es/components/progress-bar/progress-bar.d.ts +57 -0
  288. package/es/components/progress-bar/progress-bar.d.ts.map +1 -0
  289. package/es/components/progress-bar/progress-bar.js +260 -0
  290. package/es/components/progress-bar/progress-bar.js.map +1 -0
  291. package/es/components/progress-bar/progress-bar.rtl.css.js +12 -0
  292. package/es/components/progress-indicator/progress-indicator.css.js +1 -1
  293. package/es/components/progress-indicator/progress-indicator.rtl.css.js +1 -1
  294. package/es/components/radio-button/radio-button.css.js +1 -1
  295. package/es/components/radio-button/radio-button.rtl.css.js +1 -1
  296. package/es/components/search/search-skeleton.d.ts +3 -3
  297. package/es/components/search/search-skeleton.d.ts.map +1 -1
  298. package/es/components/search/search-skeleton.js +6 -6
  299. package/es/components/search/search-skeleton.js.map +1 -1
  300. package/es/components/search/search.css.js +1 -1
  301. package/es/components/search/search.d.ts +361 -19
  302. package/es/components/search/search.d.ts.map +1 -1
  303. package/es/components/search/search.js +136 -29
  304. package/es/components/search/search.js.map +1 -1
  305. package/es/components/search/search.rtl.css.js +1 -1
  306. package/es/components/select/index.d.ts +2 -1
  307. package/es/components/select/index.d.ts.map +1 -1
  308. package/es/components/select/index.js +2 -1
  309. package/es/components/select/index.js.map +1 -1
  310. package/es/components/select/select-item-group.d.ts +2 -2
  311. package/es/components/select/select-item-group.d.ts.map +1 -1
  312. package/es/components/select/select-item-group.js +4 -4
  313. package/es/components/select/select-item-group.js.map +1 -1
  314. package/es/components/select/select-item.d.ts +2 -2
  315. package/es/components/select/select-item.d.ts.map +1 -1
  316. package/es/components/select/select-item.js +4 -4
  317. package/es/components/select/select-item.js.map +1 -1
  318. package/es/components/select/select-skeleton.d.ts +23 -0
  319. package/es/components/select/select-skeleton.d.ts.map +1 -0
  320. package/es/components/select/select-skeleton.js +72 -0
  321. package/es/components/select/select-skeleton.js.map +1 -0
  322. package/es/components/select/select.css.js +1 -1
  323. package/es/components/select/select.d.ts +29 -331
  324. package/es/components/select/select.d.ts.map +1 -1
  325. package/es/components/select/select.js +151 -74
  326. package/es/components/select/select.js.map +1 -1
  327. package/es/components/select/select.rtl.css.js +1 -1
  328. package/es/components/skeleton-placeholder/skeleton-placeholder.d.ts +2 -2
  329. package/es/components/skeleton-placeholder/skeleton-placeholder.d.ts.map +1 -1
  330. package/es/components/skeleton-placeholder/skeleton-placeholder.js +4 -4
  331. package/es/components/skeleton-placeholder/skeleton-placeholder.js.map +1 -1
  332. package/es/components/skeleton-text/defs.d.ts +2 -6
  333. package/es/components/skeleton-text/defs.d.ts.map +1 -1
  334. package/es/components/skeleton-text/defs.js +1 -2
  335. package/es/components/skeleton-text/defs.js.map +1 -1
  336. package/es/components/skeleton-text/skeleton-text.css.js +1 -1
  337. package/es/components/skeleton-text/skeleton-text.d.ts +2 -2
  338. package/es/components/skeleton-text/skeleton-text.d.ts.map +1 -1
  339. package/es/components/skeleton-text/skeleton-text.js +4 -4
  340. package/es/components/skeleton-text/skeleton-text.js.map +1 -1
  341. package/es/components/skeleton-text/skeleton-text.rtl.css.js +1 -1
  342. package/es/components/slider/slider-input.d.ts +11 -9
  343. package/es/components/slider/slider-input.d.ts.map +1 -1
  344. package/es/components/slider/slider-input.js +36 -18
  345. package/es/components/slider/slider-input.js.map +1 -1
  346. package/es/components/slider/slider-skeleton.d.ts +2 -2
  347. package/es/components/slider/slider-skeleton.d.ts.map +1 -1
  348. package/es/components/slider/slider-skeleton.js +4 -4
  349. package/es/components/slider/slider-skeleton.js.map +1 -1
  350. package/es/components/slider/slider.css.js +1 -1
  351. package/es/components/slider/slider.d.ts +35 -19
  352. package/es/components/slider/slider.d.ts.map +1 -1
  353. package/es/components/slider/slider.js +119 -54
  354. package/es/components/slider/slider.js.map +1 -1
  355. package/es/components/slider/slider.rtl.css.js +1 -1
  356. package/es/components/structured-list/structured-list-row.d.ts +3 -0
  357. package/es/components/structured-list/structured-list-row.d.ts.map +1 -1
  358. package/es/components/structured-list/structured-list.css.js +1 -1
  359. package/es/components/structured-list/structured-list.rtl.css.js +1 -1
  360. package/es/components/tabs/tabs.css.js +1 -1
  361. package/es/components/tabs/tabs.rtl.css.js +1 -1
  362. package/es/components/text-input/defs.d.ts +44 -0
  363. package/es/components/text-input/defs.d.ts.map +1 -0
  364. package/es/components/text-input/defs.js +36 -0
  365. package/es/components/text-input/defs.js.map +1 -0
  366. package/es/components/text-input/index.d.ts +12 -0
  367. package/es/components/text-input/index.d.ts.map +1 -0
  368. package/es/components/text-input/index.js +12 -0
  369. package/es/components/text-input/index.js.map +1 -0
  370. package/es/components/text-input/text-input-skeleton.d.ts +23 -0
  371. package/es/components/text-input/text-input-skeleton.d.ts.map +1 -0
  372. package/es/components/text-input/text-input-skeleton.js +72 -0
  373. package/es/components/text-input/text-input-skeleton.js.map +1 -0
  374. package/es/components/text-input/text-input.css.js +12 -0
  375. package/es/components/text-input/text-input.d.ts +786 -0
  376. package/es/components/text-input/text-input.d.ts.map +1 -0
  377. package/es/components/text-input/text-input.js +657 -0
  378. package/es/components/text-input/text-input.js.map +1 -0
  379. package/es/components/text-input/text-input.rtl.css.js +12 -0
  380. package/es/components/textarea/textarea-skeleton.d.ts +2 -2
  381. package/es/components/textarea/textarea-skeleton.d.ts.map +1 -1
  382. package/es/components/textarea/textarea-skeleton.js +4 -4
  383. package/es/components/textarea/textarea-skeleton.js.map +1 -1
  384. package/es/components/textarea/textarea.css.js +1 -1
  385. package/es/components/textarea/textarea.d.ts +6 -681
  386. package/es/components/textarea/textarea.d.ts.map +1 -1
  387. package/es/components/textarea/textarea.js +63 -197
  388. package/es/components/textarea/textarea.js.map +1 -1
  389. package/es/components/textarea/textarea.rtl.css.js +1 -1
  390. package/es/components/tile/expandable-tile.d.ts +3 -1
  391. package/es/components/tile/expandable-tile.d.ts.map +1 -1
  392. package/es/components/tile/expandable-tile.js +4 -0
  393. package/es/components/tile/expandable-tile.js.map +1 -1
  394. package/es/components/tile/tile.css.js +1 -1
  395. package/es/components/tile/tile.rtl.css.js +1 -1
  396. package/es/components/toggle-tip/toggletip.d.ts +2 -2
  397. package/es/components/toggle-tip/toggletip.d.ts.map +1 -1
  398. package/es/components/toggle-tip/toggletip.js +2 -2
  399. package/es/components/toggle-tip/toggletip.js.map +1 -1
  400. package/es/components/tooltip/index.d.ts +1 -3
  401. package/es/components/tooltip/index.d.ts.map +1 -1
  402. package/es/components/tooltip/index.js +1 -3
  403. package/es/components/tooltip/index.js.map +1 -1
  404. package/es/components/tooltip/tooltip-content.d.ts +20 -0
  405. package/es/components/tooltip/tooltip-content.d.ts.map +1 -0
  406. package/es/components/tooltip/tooltip-content.js +62 -0
  407. package/es/components/tooltip/tooltip-content.js.map +1 -0
  408. package/es/components/tooltip/tooltip.css.js +1 -1
  409. package/es/components/tooltip/tooltip.d.ts +36 -25
  410. package/es/components/tooltip/tooltip.d.ts.map +1 -1
  411. package/es/components/tooltip/tooltip.js +111 -124
  412. package/es/components/tooltip/tooltip.js.map +1 -1
  413. package/es/components/tooltip/tooltip.rtl.css.js +1 -1
  414. package/es/components/ui-shell/side-nav.d.ts.map +1 -1
  415. package/es/components/ui-shell/side-nav.js +1 -1
  416. package/es/components/ui-shell/side-nav.js.map +1 -1
  417. package/es/components-react/button/button-set.js +1 -1
  418. package/es/components-react/button/button-skeleton.d.ts +2 -2
  419. package/es/components-react/button/button-skeleton.js +1 -1
  420. package/es/components-react/button/button.d.ts +2 -2
  421. package/es/components-react/button/button.js +1 -1
  422. package/es/components-react/checkbox/checkbox-skeleton.d.ts +15 -0
  423. package/es/components-react/checkbox/checkbox-skeleton.js +21 -0
  424. package/es/components-react/checkbox/checkbox.d.ts +2 -2
  425. package/es/components-react/combo-box/combo-box-item.d.ts +2 -2
  426. package/es/components-react/combo-box/combo-box.d.ts +2 -2
  427. package/es/components-react/combo-box/combo-box.js +1 -5
  428. package/es/components-react/copy/copy.d.ts +14 -0
  429. package/es/components-react/copy/copy.js +23 -0
  430. package/es/components-react/copy-button/copy-button.d.ts +2 -2
  431. package/es/components-react/date-picker/date-picker-input-skeleton.d.ts +2 -2
  432. package/es/components-react/date-picker/date-picker-input.d.ts +2 -2
  433. package/es/components-react/date-picker/date-picker-input.js +0 -1
  434. package/es/components-react/date-picker/date-picker.d.ts +2 -2
  435. package/es/components-react/dropdown/dropdown-item.d.ts +2 -2
  436. package/es/components-react/dropdown/dropdown-skeleton.d.ts +2 -2
  437. package/es/components-react/dropdown/dropdown.d.ts +2 -2
  438. package/es/components-react/dropdown/dropdown.js +1 -1
  439. package/es/components-react/file-uploader/demo-file-uploader.d.ts +31 -7
  440. package/es/components-react/file-uploader/demo-file-uploader.js +30 -6
  441. package/es/components-react/file-uploader/file-uploader-button.d.ts +19 -0
  442. package/es/components-react/file-uploader/file-uploader-button.js +28 -0
  443. package/es/components-react/file-uploader/file-uploader-drop-container.d.ts +19 -0
  444. package/es/components-react/file-uploader/file-uploader-drop-container.js +28 -0
  445. package/es/components-react/file-uploader/file-uploader-item.d.ts +2 -2
  446. package/es/components-react/file-uploader/file-uploader-skeleton.d.ts +15 -0
  447. package/es/components-react/file-uploader/file-uploader-skeleton.js +21 -0
  448. package/es/components-react/file-uploader/file-uploader.d.ts +2 -2
  449. package/es/components-react/icon-button/defs.js +9 -0
  450. package/es/components-react/icon-button/icon-button.d.ts +14 -0
  451. package/es/components-react/icon-button/icon-button.js +24 -0
  452. package/es/components-react/inline-loading/inline-loading.d.ts +2 -2
  453. package/es/components-react/list/ordered-list.d.ts +2 -2
  454. package/es/components-react/list/unordered-list.d.ts +2 -2
  455. package/es/components-react/loading/loading.d.ts +2 -2
  456. package/es/components-react/modal/modal-footer-button.d.ts +2 -2
  457. package/es/components-react/multi-select/multi-select-item.d.ts +2 -2
  458. package/es/components-react/multi-select/multi-select.d.ts +2 -2
  459. package/es/components-react/multi-select/multi-select.js +1 -5
  460. package/es/components-react/notification/actionable-notification-button.d.ts +15 -0
  461. package/es/components-react/notification/actionable-notification-button.js +23 -0
  462. package/es/components-react/notification/actionable-notification.d.ts +14 -0
  463. package/es/components-react/notification/actionable-notification.js +23 -0
  464. package/es/components-react/notification/inline-notification.d.ts +2 -2
  465. package/es/components-react/notification/toast-notification.d.ts +2 -2
  466. package/es/components-react/number-input/number-input-skeleton.d.ts +2 -2
  467. package/es/components-react/number-input/number-input.d.ts +3 -3
  468. package/es/components-react/number-input/number-input.js +3 -6
  469. package/es/components-react/popover/defs.js +9 -0
  470. package/es/components-react/popover/index.js +8 -0
  471. package/es/components-react/popover/popover-content.d.ts +15 -0
  472. package/es/components-react/popover/popover-content.js +21 -0
  473. package/es/components-react/popover/popover.d.ts +15 -0
  474. package/es/components-react/popover/popover.js +21 -0
  475. package/es/components-react/progress-bar/defs.js +9 -0
  476. package/es/components-react/progress-bar/index.d.ts +14 -0
  477. package/es/components-react/progress-bar/index.js +8 -0
  478. package/es/components-react/progress-bar/progress-bar.d.ts +15 -0
  479. package/es/components-react/progress-bar/progress-bar.js +26 -0
  480. package/es/components-react/search/search-skeleton.d.ts +2 -2
  481. package/es/components-react/search/search.d.ts +2 -2
  482. package/es/components-react/search/search.js +0 -1
  483. package/es/components-react/select/select-item-group.d.ts +2 -2
  484. package/es/components-react/select/select-item.d.ts +2 -2
  485. package/es/components-react/select/select-skeleton.d.ts +15 -0
  486. package/es/components-react/select/select-skeleton.js +21 -0
  487. package/es/components-react/select/select.d.ts +2 -2
  488. package/es/components-react/select/select.js +0 -1
  489. package/es/components-react/skeleton-placeholder/skeleton-placeholder.d.ts +2 -2
  490. package/es/components-react/skeleton-text/skeleton-text.d.ts +2 -2
  491. package/es/components-react/slider/slider-input.d.ts +2 -2
  492. package/es/components-react/slider/slider-input.js +0 -1
  493. package/es/components-react/slider/slider-skeleton.d.ts +2 -2
  494. package/es/components-react/slider/slider.d.ts +2 -2
  495. package/es/components-react/text-input/defs.d.ts +14 -0
  496. package/es/components-react/text-input/defs.js +9 -0
  497. package/es/components-react/text-input/index.d.ts +14 -0
  498. package/es/components-react/text-input/index.js +8 -0
  499. package/es/components-react/text-input/text-input-skeleton.d.ts +15 -0
  500. package/es/components-react/text-input/text-input-skeleton.js +21 -0
  501. package/es/components-react/text-input/text-input.d.ts +15 -0
  502. package/es/components-react/text-input/text-input.js +22 -0
  503. package/es/components-react/textarea/textarea-skeleton.d.ts +2 -2
  504. package/es/components-react/textarea/textarea.d.ts +4 -5
  505. package/es/components-react/textarea/textarea.js +4 -3
  506. package/es/components-react/tooltip/tooltip-content.d.ts +14 -0
  507. package/es/components-react/tooltip/tooltip-content.js +23 -0
  508. package/es/components-react/tooltip/tooltip.d.ts +4 -5
  509. package/es/components-react/tooltip/tooltip.js +4 -2
  510. package/es/globals/mixins/form.d.ts +1 -1
  511. package/es/globals/mixins/form.d.ts.map +1 -1
  512. package/es/globals/mixins/form.js +2 -2
  513. package/es/globals/mixins/form.js.map +1 -1
  514. package/es/globals/mixins/host-listener.d.ts +1 -1
  515. package/es/globals/mixins/host-listener.d.ts.map +1 -1
  516. package/es/globals/mixins/host-listener.js +2 -2
  517. package/es/globals/mixins/host-listener.js.map +1 -1
  518. package/es/globals/mixins/on.d.ts +11 -0
  519. package/es/globals/mixins/on.d.ts.map +1 -0
  520. package/es/globals/mixins/on.js +17 -0
  521. package/es/globals/mixins/on.js.map +1 -0
  522. package/es/globals/settings.d.ts.map +1 -1
  523. package/es/globals/settings.js +1 -1
  524. package/es/globals/settings.js.map +1 -1
  525. package/es/globals/wrappers/createReactCustomElementType.d.ts +3 -3
  526. package/es/globals/wrappers/createReactCustomElementType.d.ts.map +1 -1
  527. package/es/globals/wrappers/createReactCustomElementType.js +4 -4
  528. package/es/globals/wrappers/createReactCustomElementType.js.map +1 -1
  529. package/es/icons/SLM/16.js +15 -0
  530. package/es/icons/SLM/20.js +15 -0
  531. package/es/icons/SLM/24.js +15 -0
  532. package/es/icons/SLM/32.js +15 -0
  533. package/es/icons/add/16.js +1 -1
  534. package/es/icons/apple--dash/16.js +15 -0
  535. package/es/icons/apple--dash/20.js +15 -0
  536. package/es/icons/apple--dash/24.js +15 -0
  537. package/es/icons/apple--dash/32.js +15 -0
  538. package/es/icons/arrows--vertical/16.js +1 -1
  539. package/es/icons/batch-job/16.js +15 -0
  540. package/es/icons/batch-job/20.js +15 -0
  541. package/es/icons/batch-job/24.js +15 -0
  542. package/es/icons/batch-job/32.js +15 -0
  543. package/es/icons/batch-job--step/16.js +15 -0
  544. package/es/icons/batch-job--step/20.js +15 -0
  545. package/es/icons/batch-job--step/24.js +15 -0
  546. package/es/icons/batch-job--step/32.js +15 -0
  547. package/es/icons/boot-volume/16.js +15 -0
  548. package/es/icons/boot-volume/20.js +15 -0
  549. package/es/icons/boot-volume/24.js +15 -0
  550. package/es/icons/boot-volume/32.js +15 -0
  551. package/es/icons/boot-volume--alt/16.js +15 -0
  552. package/es/icons/boot-volume--alt/20.js +15 -0
  553. package/es/icons/boot-volume--alt/24.js +15 -0
  554. package/es/icons/boot-volume--alt/32.js +15 -0
  555. package/es/icons/bottles--01/16.js +15 -0
  556. package/es/icons/bottles--01/20.js +15 -0
  557. package/es/icons/bottles--01/24.js +15 -0
  558. package/es/icons/bottles--01/32.js +15 -0
  559. package/es/icons/bottles--01--dash/16.js +15 -0
  560. package/es/icons/bottles--01--dash/20.js +15 -0
  561. package/es/icons/bottles--01--dash/24.js +15 -0
  562. package/es/icons/bottles--01--dash/32.js +15 -0
  563. package/es/icons/bottles--02/16.js +15 -0
  564. package/es/icons/bottles--02/20.js +15 -0
  565. package/es/icons/bottles--02/24.js +15 -0
  566. package/es/icons/bottles--02/32.js +15 -0
  567. package/es/icons/bottles--02--dash/16.js +15 -0
  568. package/es/icons/bottles--02--dash/20.js +15 -0
  569. package/es/icons/bottles--02--dash/24.js +15 -0
  570. package/es/icons/bottles--02--dash/32.js +15 -0
  571. package/es/icons/bottles--container/16.js +15 -0
  572. package/es/icons/bottles--container/20.js +15 -0
  573. package/es/icons/bottles--container/24.js +15 -0
  574. package/es/icons/bottles--container/32.js +15 -0
  575. package/es/icons/build-tool/16.js +15 -0
  576. package/es/icons/build-tool/20.js +15 -0
  577. package/es/icons/build-tool/24.js +15 -0
  578. package/es/icons/build-tool/32.js +15 -0
  579. package/es/icons/calendar--add/16.js +15 -0
  580. package/es/icons/calendar--add/20.js +15 -0
  581. package/es/icons/calendar--add/24.js +15 -0
  582. package/es/icons/calendar--add/32.js +15 -0
  583. package/es/icons/calendar--add--alt/16.js +15 -0
  584. package/es/icons/calendar--add--alt/20.js +15 -0
  585. package/es/icons/calendar--add--alt/24.js +15 -0
  586. package/es/icons/calendar--add--alt/32.js +15 -0
  587. package/es/icons/carbon--ui-builder/16.js +15 -0
  588. package/es/icons/carbon--ui-builder/20.js +15 -0
  589. package/es/icons/carbon--ui-builder/24.js +15 -0
  590. package/es/icons/carbon--ui-builder/32.js +15 -0
  591. package/es/icons/caret--down/16.js +1 -1
  592. package/es/icons/caret--up/16.js +1 -1
  593. package/es/icons/catalog--publish/16.js +15 -0
  594. package/es/icons/catalog--publish/20.js +15 -0
  595. package/es/icons/catalog--publish/24.js +15 -0
  596. package/es/icons/catalog--publish/32.js +15 -0
  597. package/es/icons/cics--db2-connection/16.js +15 -0
  598. package/es/icons/cics--db2-connection/20.js +15 -0
  599. package/es/icons/cics--db2-connection/24.js +15 -0
  600. package/es/icons/cics--db2-connection/32.js +15 -0
  601. package/es/icons/cics--program/16.js +15 -0
  602. package/es/icons/cics--program/20.js +15 -0
  603. package/es/icons/cics--program/24.js +15 -0
  604. package/es/icons/cics--program/32.js +15 -0
  605. package/es/icons/cics--sit/16.js +15 -0
  606. package/es/icons/cics--sit/20.js +15 -0
  607. package/es/icons/cics--sit/24.js +15 -0
  608. package/es/icons/cics--sit/32.js +15 -0
  609. package/es/icons/cics--sit-overrides/16.js +15 -0
  610. package/es/icons/cics--sit-overrides/20.js +15 -0
  611. package/es/icons/cics--sit-overrides/24.js +15 -0
  612. package/es/icons/cics--sit-overrides/32.js +15 -0
  613. package/es/icons/cics--transaction-server-zos/16.js +15 -0
  614. package/es/icons/cics--transaction-server-zos/20.js +15 -0
  615. package/es/icons/cics--transaction-server-zos/24.js +15 -0
  616. package/es/icons/cics--transaction-server-zos/32.js +15 -0
  617. package/es/icons/cics-region--alt/16.js +15 -0
  618. package/es/icons/cics-region--alt/20.js +15 -0
  619. package/es/icons/cics-region--alt/24.js +15 -0
  620. package/es/icons/cics-region--alt/32.js +15 -0
  621. package/es/icons/connect--reference/16.js +15 -0
  622. package/es/icons/connect--reference/20.d.ts +17 -0
  623. package/es/icons/connect--reference/20.js +15 -0
  624. package/es/icons/connect--reference/24.d.ts +17 -0
  625. package/es/icons/connect--reference/24.js +15 -0
  626. package/es/icons/connect--reference/32.d.ts +17 -0
  627. package/es/icons/connect--reference/32.js +15 -0
  628. package/es/icons/continuous-deployment/16.d.ts +17 -0
  629. package/es/icons/continuous-deployment/16.js +15 -0
  630. package/es/icons/continuous-deployment/20.d.ts +17 -0
  631. package/es/icons/continuous-deployment/20.js +15 -0
  632. package/es/icons/continuous-deployment/24.d.ts +17 -0
  633. package/es/icons/continuous-deployment/24.js +15 -0
  634. package/es/icons/continuous-deployment/32.d.ts +17 -0
  635. package/es/icons/continuous-deployment/32.js +15 -0
  636. package/es/icons/continuous-integration/16.d.ts +17 -0
  637. package/es/icons/continuous-integration/16.js +15 -0
  638. package/es/icons/continuous-integration/20.d.ts +17 -0
  639. package/es/icons/continuous-integration/20.js +15 -0
  640. package/es/icons/continuous-integration/24.d.ts +17 -0
  641. package/es/icons/continuous-integration/24.js +15 -0
  642. package/es/icons/continuous-integration/32.d.ts +17 -0
  643. package/es/icons/continuous-integration/32.js +15 -0
  644. package/es/icons/data-enrichment/16.js +1 -1
  645. package/es/icons/data-enrichment/20.js +1 -1
  646. package/es/icons/data-enrichment/24.js +1 -1
  647. package/es/icons/data-enrichment/32.js +1 -1
  648. package/es/icons/data-enrichment--add/16.d.ts +17 -0
  649. package/es/icons/data-enrichment--add/16.js +15 -0
  650. package/es/icons/data-enrichment--add/20.d.ts +17 -0
  651. package/es/icons/data-enrichment--add/20.js +15 -0
  652. package/es/icons/data-enrichment--add/24.d.ts +17 -0
  653. package/es/icons/data-enrichment--add/24.js +15 -0
  654. package/es/icons/data-enrichment--add/32.d.ts +17 -0
  655. package/es/icons/data-enrichment--add/32.js +15 -0
  656. package/es/icons/data-quality-definition/16.d.ts +17 -0
  657. package/es/icons/data-quality-definition/16.js +15 -0
  658. package/es/icons/data-quality-definition/20.d.ts +17 -0
  659. package/es/icons/data-quality-definition/20.js +15 -0
  660. package/es/icons/data-quality-definition/24.d.ts +17 -0
  661. package/es/icons/data-quality-definition/24.js +15 -0
  662. package/es/icons/data-quality-definition/32.d.ts +17 -0
  663. package/es/icons/data-quality-definition/32.js +15 -0
  664. package/es/icons/data-volume/16.d.ts +17 -0
  665. package/es/icons/data-volume/16.js +15 -0
  666. package/es/icons/data-volume/20.d.ts +17 -0
  667. package/es/icons/data-volume/20.js +15 -0
  668. package/es/icons/data-volume/24.d.ts +17 -0
  669. package/es/icons/data-volume/24.js +15 -0
  670. package/es/icons/data-volume/32.d.ts +17 -0
  671. package/es/icons/data-volume/32.js +15 -0
  672. package/es/icons/data-volume--alt/16.d.ts +17 -0
  673. package/es/icons/data-volume--alt/16.js +15 -0
  674. package/es/icons/data-volume--alt/20.d.ts +17 -0
  675. package/es/icons/data-volume--alt/20.js +15 -0
  676. package/es/icons/data-volume--alt/24.d.ts +17 -0
  677. package/es/icons/data-volume--alt/24.js +15 -0
  678. package/es/icons/data-volume--alt/32.d.ts +17 -0
  679. package/es/icons/data-volume--alt/32.js +15 -0
  680. package/es/icons/db2--buffer-pool/16.d.ts +17 -0
  681. package/es/icons/db2--buffer-pool/16.js +15 -0
  682. package/es/icons/db2--buffer-pool/20.d.ts +17 -0
  683. package/es/icons/db2--buffer-pool/20.js +15 -0
  684. package/es/icons/db2--buffer-pool/24.d.ts +17 -0
  685. package/es/icons/db2--buffer-pool/24.js +15 -0
  686. package/es/icons/db2--buffer-pool/32.d.ts +17 -0
  687. package/es/icons/db2--buffer-pool/32.js +15 -0
  688. package/es/icons/db2--data-sharing-group/16.d.ts +17 -0
  689. package/es/icons/db2--data-sharing-group/16.js +15 -0
  690. package/es/icons/db2--data-sharing-group/20.d.ts +17 -0
  691. package/es/icons/db2--data-sharing-group/20.js +15 -0
  692. package/es/icons/db2--data-sharing-group/24.d.ts +17 -0
  693. package/es/icons/db2--data-sharing-group/24.js +15 -0
  694. package/es/icons/db2--data-sharing-group/32.d.ts +17 -0
  695. package/es/icons/db2--data-sharing-group/32.js +15 -0
  696. package/es/icons/db2--database/16.d.ts +17 -0
  697. package/es/icons/db2--database/16.js +15 -0
  698. package/es/icons/db2--database/20.d.ts +17 -0
  699. package/es/icons/db2--database/20.js +15 -0
  700. package/es/icons/db2--database/24.d.ts +17 -0
  701. package/es/icons/db2--database/24.js +15 -0
  702. package/es/icons/db2--database/32.d.ts +17 -0
  703. package/es/icons/db2--database/32.js +15 -0
  704. package/es/icons/diamond-fill/index.d.ts +17 -0
  705. package/es/icons/document--multiple-01/16.d.ts +17 -0
  706. package/es/icons/document--multiple-01/16.js +15 -0
  707. package/es/icons/document--multiple-01/20.d.ts +17 -0
  708. package/es/icons/document--multiple-01/20.js +15 -0
  709. package/es/icons/document--multiple-01/24.d.ts +17 -0
  710. package/es/icons/document--multiple-01/24.js +15 -0
  711. package/es/icons/document--multiple-01/32.d.ts +17 -0
  712. package/es/icons/document--multiple-01/32.js +15 -0
  713. package/es/icons/document--multiple-02/16.d.ts +17 -0
  714. package/es/icons/document--multiple-02/16.js +15 -0
  715. package/es/icons/document--multiple-02/20.d.ts +17 -0
  716. package/es/icons/document--multiple-02/20.js +15 -0
  717. package/es/icons/document--multiple-02/24.d.ts +17 -0
  718. package/es/icons/document--multiple-02/24.js +15 -0
  719. package/es/icons/document--multiple-02/32.d.ts +17 -0
  720. package/es/icons/document--multiple-02/32.js +15 -0
  721. package/es/icons/drink--01/16.d.ts +17 -0
  722. package/es/icons/drink--01/16.js +15 -0
  723. package/es/icons/drink--01/20.d.ts +17 -0
  724. package/es/icons/drink--01/20.js +15 -0
  725. package/es/icons/drink--01/24.d.ts +17 -0
  726. package/es/icons/drink--01/24.js +15 -0
  727. package/es/icons/drink--01/32.d.ts +17 -0
  728. package/es/icons/drink--01/32.js +15 -0
  729. package/es/icons/drink--02/16.d.ts +17 -0
  730. package/es/icons/drink--02/16.js +15 -0
  731. package/es/icons/drink--02/20.d.ts +17 -0
  732. package/es/icons/drink--02/20.js +15 -0
  733. package/es/icons/drink--02/24.d.ts +17 -0
  734. package/es/icons/drink--02/24.js +15 -0
  735. package/es/icons/drink--02/32.d.ts +17 -0
  736. package/es/icons/drink--02/32.js +15 -0
  737. package/es/icons/executable-program/16.d.ts +17 -0
  738. package/es/icons/executable-program/16.js +15 -0
  739. package/es/icons/executable-program/20.d.ts +17 -0
  740. package/es/icons/executable-program/20.js +15 -0
  741. package/es/icons/executable-program/24.d.ts +17 -0
  742. package/es/icons/executable-program/24.js +15 -0
  743. package/es/icons/executable-program/32.d.ts +17 -0
  744. package/es/icons/executable-program/32.js +15 -0
  745. package/es/icons/ibm--bluepay/16.d.ts +17 -0
  746. package/es/icons/ibm--bluepay/16.js +15 -0
  747. package/es/icons/ibm--bluepay/20.d.ts +17 -0
  748. package/es/icons/ibm--bluepay/20.js +15 -0
  749. package/es/icons/ibm--bluepay/24.d.ts +17 -0
  750. package/es/icons/ibm--bluepay/24.js +15 -0
  751. package/es/icons/ibm--bluepay/32.d.ts +17 -0
  752. package/es/icons/ibm--bluepay/32.js +15 -0
  753. package/es/icons/ibm--content-services/16.d.ts +17 -0
  754. package/es/icons/ibm--content-services/16.js +15 -0
  755. package/es/icons/ibm--content-services/20.d.ts +17 -0
  756. package/es/icons/ibm--content-services/20.js +15 -0
  757. package/es/icons/ibm--content-services/24.d.ts +17 -0
  758. package/es/icons/ibm--content-services/24.js +15 -0
  759. package/es/icons/ibm--content-services/32.d.ts +17 -0
  760. package/es/icons/ibm--content-services/32.js +15 -0
  761. package/es/icons/ibm--datastage/16.d.ts +17 -0
  762. package/es/icons/ibm--datastage/16.js +15 -0
  763. package/es/icons/ibm--datastage/20.d.ts +17 -0
  764. package/es/icons/ibm--datastage/20.js +15 -0
  765. package/es/icons/ibm--datastage/24.d.ts +17 -0
  766. package/es/icons/ibm--datastage/24.js +15 -0
  767. package/es/icons/ibm--datastage/32.d.ts +17 -0
  768. package/es/icons/ibm--datastage/32.js +15 -0
  769. package/es/icons/ibm--db2/16.d.ts +17 -0
  770. package/es/icons/ibm--db2/16.js +15 -0
  771. package/es/icons/ibm--db2/20.d.ts +17 -0
  772. package/es/icons/ibm--db2/20.js +15 -0
  773. package/es/icons/ibm--db2/24.d.ts +17 -0
  774. package/es/icons/ibm--db2/24.js +15 -0
  775. package/es/icons/ibm--db2/32.d.ts +17 -0
  776. package/es/icons/ibm--db2/32.js +15 -0
  777. package/es/icons/ibm--db2--alt/16.d.ts +17 -0
  778. package/es/icons/ibm--db2--alt/16.js +15 -0
  779. package/es/icons/ibm--db2--alt/20.d.ts +17 -0
  780. package/es/icons/ibm--db2--alt/20.js +15 -0
  781. package/es/icons/ibm--db2--alt/24.d.ts +17 -0
  782. package/es/icons/ibm--db2--alt/24.js +15 -0
  783. package/es/icons/ibm--db2--alt/32.d.ts +17 -0
  784. package/es/icons/ibm--db2--alt/32.js +15 -0
  785. package/es/icons/ibm--mq/16.d.ts +17 -0
  786. package/es/icons/ibm--mq/16.js +15 -0
  787. package/es/icons/ibm--mq/20.d.ts +17 -0
  788. package/es/icons/ibm--mq/20.js +15 -0
  789. package/es/icons/ibm--mq/24.d.ts +17 -0
  790. package/es/icons/ibm--mq/24.js +15 -0
  791. package/es/icons/ibm--mq/32.d.ts +17 -0
  792. package/es/icons/ibm--mq/32.js +15 -0
  793. package/es/icons/ibm--open-enterprise-languages/16.d.ts +17 -0
  794. package/es/icons/ibm--open-enterprise-languages/16.js +15 -0
  795. package/es/icons/ibm--open-enterprise-languages/20.d.ts +17 -0
  796. package/es/icons/ibm--open-enterprise-languages/20.js +15 -0
  797. package/es/icons/ibm--open-enterprise-languages/24.d.ts +17 -0
  798. package/es/icons/ibm--open-enterprise-languages/24.js +15 -0
  799. package/es/icons/ibm--open-enterprise-languages/32.d.ts +17 -0
  800. package/es/icons/ibm--open-enterprise-languages/32.js +15 -0
  801. package/es/icons/ibm--power-vs/16.d.ts +17 -0
  802. package/es/icons/ibm--power-vs/16.js +15 -0
  803. package/es/icons/ibm--power-vs/20.d.ts +17 -0
  804. package/es/icons/ibm--power-vs/20.js +15 -0
  805. package/es/icons/ibm--power-vs/24.d.ts +17 -0
  806. package/es/icons/ibm--power-vs/24.js +15 -0
  807. package/es/icons/ibm--power-vs/32.d.ts +17 -0
  808. package/es/icons/ibm--power-vs/32.js +15 -0
  809. package/es/icons/ibm--process-mining/16.d.ts +17 -0
  810. package/es/icons/ibm--process-mining/16.js +15 -0
  811. package/es/icons/ibm--process-mining/20.d.ts +17 -0
  812. package/es/icons/ibm--process-mining/20.js +15 -0
  813. package/es/icons/ibm--process-mining/24.d.ts +17 -0
  814. package/es/icons/ibm--process-mining/24.js +15 -0
  815. package/es/icons/ibm--process-mining/32.d.ts +17 -0
  816. package/es/icons/ibm--process-mining/32.js +15 -0
  817. package/es/icons/ibm--telehealth/16.d.ts +17 -0
  818. package/es/icons/ibm--telehealth/16.js +15 -0
  819. package/es/icons/ibm--telehealth/20.d.ts +17 -0
  820. package/es/icons/ibm--telehealth/20.js +15 -0
  821. package/es/icons/ibm--telehealth/24.d.ts +17 -0
  822. package/es/icons/ibm--telehealth/24.js +15 -0
  823. package/es/icons/ibm--telehealth/32.d.ts +17 -0
  824. package/es/icons/ibm--telehealth/32.js +15 -0
  825. package/es/icons/ibm--tenet/16.d.ts +17 -0
  826. package/es/icons/ibm--tenet/16.js +15 -0
  827. package/es/icons/ibm--tenet/20.d.ts +17 -0
  828. package/es/icons/ibm--tenet/20.js +15 -0
  829. package/es/icons/ibm--tenet/24.d.ts +17 -0
  830. package/es/icons/ibm--tenet/24.js +15 -0
  831. package/es/icons/ibm--tenet/32.d.ts +17 -0
  832. package/es/icons/ibm--tenet/32.js +15 -0
  833. package/es/icons/ibm--toolchain/16.d.ts +17 -0
  834. package/es/icons/ibm--toolchain/16.js +15 -0
  835. package/es/icons/ibm--toolchain/20.d.ts +17 -0
  836. package/es/icons/ibm--toolchain/20.js +15 -0
  837. package/es/icons/ibm--toolchain/24.d.ts +17 -0
  838. package/es/icons/ibm--toolchain/24.js +15 -0
  839. package/es/icons/ibm--toolchain/32.d.ts +17 -0
  840. package/es/icons/ibm--toolchain/32.js +15 -0
  841. package/es/icons/ibm-cloud--HSM/16.d.ts +17 -0
  842. package/es/icons/ibm-cloud--HSM/16.js +15 -0
  843. package/es/icons/ibm-cloud--HSM/20.d.ts +17 -0
  844. package/es/icons/ibm-cloud--HSM/20.js +15 -0
  845. package/es/icons/ibm-cloud--HSM/24.d.ts +17 -0
  846. package/es/icons/ibm-cloud--HSM/24.js +15 -0
  847. package/es/icons/ibm-cloud--HSM/32.d.ts +17 -0
  848. package/es/icons/ibm-cloud--HSM/32.js +15 -0
  849. package/es/icons/ibm-cloud--app-id/16.d.ts +17 -0
  850. package/es/icons/ibm-cloud--app-id/16.js +15 -0
  851. package/es/icons/ibm-cloud--app-id/20.d.ts +17 -0
  852. package/es/icons/ibm-cloud--app-id/20.js +15 -0
  853. package/es/icons/ibm-cloud--app-id/24.d.ts +17 -0
  854. package/es/icons/ibm-cloud--app-id/24.js +15 -0
  855. package/es/icons/ibm-cloud--app-id/32.d.ts +17 -0
  856. package/es/icons/ibm-cloud--app-id/32.js +15 -0
  857. package/es/icons/ibm-cloud--citrix-daas/16.d.ts +17 -0
  858. package/es/icons/ibm-cloud--citrix-daas/16.js +15 -0
  859. package/es/icons/ibm-cloud--citrix-daas/20.d.ts +17 -0
  860. package/es/icons/ibm-cloud--citrix-daas/20.js +15 -0
  861. package/es/icons/ibm-cloud--citrix-daas/24.d.ts +17 -0
  862. package/es/icons/ibm-cloud--citrix-daas/24.js +15 -0
  863. package/es/icons/ibm-cloud--citrix-daas/32.d.ts +17 -0
  864. package/es/icons/ibm-cloud--citrix-daas/32.js +15 -0
  865. package/es/icons/ibm-cloud--continuous-delivery/16.d.ts +17 -0
  866. package/es/icons/ibm-cloud--continuous-delivery/16.js +15 -0
  867. package/es/icons/ibm-cloud--continuous-delivery/20.d.ts +17 -0
  868. package/es/icons/ibm-cloud--continuous-delivery/20.js +15 -0
  869. package/es/icons/ibm-cloud--continuous-delivery/24.d.ts +17 -0
  870. package/es/icons/ibm-cloud--continuous-delivery/24.js +15 -0
  871. package/es/icons/ibm-cloud--continuous-delivery/32.d.ts +17 -0
  872. package/es/icons/ibm-cloud--continuous-delivery/32.js +15 -0
  873. package/es/icons/ibm-cloud--direct-link-1--connect/16.d.ts +17 -0
  874. package/es/icons/ibm-cloud--direct-link-1--connect/16.js +15 -0
  875. package/es/icons/ibm-cloud--direct-link-1--connect/20.d.ts +17 -0
  876. package/es/icons/ibm-cloud--direct-link-1--connect/20.js +15 -0
  877. package/es/icons/ibm-cloud--direct-link-1--connect/24.d.ts +17 -0
  878. package/es/icons/ibm-cloud--direct-link-1--connect/24.js +15 -0
  879. package/es/icons/ibm-cloud--direct-link-1--connect/32.d.ts +17 -0
  880. package/es/icons/ibm-cloud--direct-link-1--connect/32.js +15 -0
  881. package/es/icons/ibm-cloud--direct-link-1--dedicated/16.d.ts +17 -0
  882. package/es/icons/ibm-cloud--direct-link-1--dedicated/16.js +15 -0
  883. package/es/icons/ibm-cloud--direct-link-1--dedicated/20.d.ts +17 -0
  884. package/es/icons/ibm-cloud--direct-link-1--dedicated/20.js +15 -0
  885. package/es/icons/ibm-cloud--direct-link-1--dedicated/24.d.ts +17 -0
  886. package/es/icons/ibm-cloud--direct-link-1--dedicated/24.js +15 -0
  887. package/es/icons/ibm-cloud--direct-link-1--dedicated/32.d.ts +17 -0
  888. package/es/icons/ibm-cloud--direct-link-1--dedicated/32.js +15 -0
  889. package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/16.d.ts +17 -0
  890. package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/16.js +15 -0
  891. package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/20.d.ts +17 -0
  892. package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/20.js +15 -0
  893. package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/24.d.ts +17 -0
  894. package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/24.js +15 -0
  895. package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/32.d.ts +17 -0
  896. package/es/icons/ibm-cloud--direct-link-1--dedicated-hosting/32.js +15 -0
  897. package/es/icons/ibm-cloud--direct-link-1--exchange/16.d.ts +17 -0
  898. package/es/icons/ibm-cloud--direct-link-1--exchange/16.js +15 -0
  899. package/es/icons/ibm-cloud--direct-link-1--exchange/20.d.ts +17 -0
  900. package/es/icons/ibm-cloud--direct-link-1--exchange/20.js +15 -0
  901. package/es/icons/ibm-cloud--direct-link-1--exchange/24.d.ts +17 -0
  902. package/es/icons/ibm-cloud--direct-link-1--exchange/24.js +15 -0
  903. package/es/icons/ibm-cloud--direct-link-1--exchange/32.d.ts +17 -0
  904. package/es/icons/ibm-cloud--direct-link-1--exchange/32.js +15 -0
  905. package/es/icons/ibm-cloud--direct-link-2--connect/16.d.ts +17 -0
  906. package/es/icons/ibm-cloud--direct-link-2--connect/16.js +15 -0
  907. package/es/icons/ibm-cloud--direct-link-2--connect/20.d.ts +17 -0
  908. package/es/icons/ibm-cloud--direct-link-2--connect/20.js +15 -0
  909. package/es/icons/ibm-cloud--direct-link-2--connect/24.d.ts +17 -0
  910. package/es/icons/ibm-cloud--direct-link-2--connect/24.js +15 -0
  911. package/es/icons/ibm-cloud--direct-link-2--connect/32.d.ts +17 -0
  912. package/es/icons/ibm-cloud--direct-link-2--connect/32.js +15 -0
  913. package/es/icons/ibm-cloud--direct-link-2--dedicated/16.d.ts +17 -0
  914. package/es/icons/ibm-cloud--direct-link-2--dedicated/16.js +15 -0
  915. package/es/icons/ibm-cloud--direct-link-2--dedicated/20.d.ts +17 -0
  916. package/es/icons/ibm-cloud--direct-link-2--dedicated/20.js +15 -0
  917. package/es/icons/ibm-cloud--direct-link-2--dedicated/24.d.ts +17 -0
  918. package/es/icons/ibm-cloud--direct-link-2--dedicated/24.js +15 -0
  919. package/es/icons/ibm-cloud--direct-link-2--dedicated/32.d.ts +17 -0
  920. package/es/icons/ibm-cloud--direct-link-2--dedicated/32.js +15 -0
  921. package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/16.d.ts +17 -0
  922. package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/16.js +15 -0
  923. package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/20.d.ts +17 -0
  924. package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/20.js +15 -0
  925. package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/24.d.ts +17 -0
  926. package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/24.js +15 -0
  927. package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/32.d.ts +17 -0
  928. package/es/icons/ibm-cloud--direct-link-2--dedicated-hosting/32.js +15 -0
  929. package/es/icons/ibm-cloud--event-notification/16.d.ts +17 -0
  930. package/es/icons/ibm-cloud--event-notification/16.js +15 -0
  931. package/es/icons/ibm-cloud--event-notification/20.d.ts +17 -0
  932. package/es/icons/ibm-cloud--event-notification/20.js +15 -0
  933. package/es/icons/ibm-cloud--event-notification/24.d.ts +17 -0
  934. package/es/icons/ibm-cloud--event-notification/24.js +15 -0
  935. package/es/icons/ibm-cloud--event-notification/32.d.ts +17 -0
  936. package/es/icons/ibm-cloud--event-notification/32.js +15 -0
  937. package/es/icons/ibm-cloud--event-streams/16.d.ts +17 -0
  938. package/es/icons/ibm-cloud--event-streams/16.js +15 -0
  939. package/es/icons/ibm-cloud--event-streams/20.d.ts +17 -0
  940. package/es/icons/ibm-cloud--event-streams/20.js +15 -0
  941. package/es/icons/ibm-cloud--event-streams/24.d.ts +17 -0
  942. package/es/icons/ibm-cloud--event-streams/24.js +15 -0
  943. package/es/icons/ibm-cloud--event-streams/32.d.ts +17 -0
  944. package/es/icons/ibm-cloud--event-streams/32.js +15 -0
  945. package/es/icons/ibm-cloud--for-education/16.d.ts +17 -0
  946. package/es/icons/ibm-cloud--for-education/16.js +15 -0
  947. package/es/icons/ibm-cloud--for-education/20.d.ts +17 -0
  948. package/es/icons/ibm-cloud--for-education/20.js +15 -0
  949. package/es/icons/ibm-cloud--for-education/24.d.ts +17 -0
  950. package/es/icons/ibm-cloud--for-education/24.js +15 -0
  951. package/es/icons/ibm-cloud--for-education/32.d.ts +17 -0
  952. package/es/icons/ibm-cloud--for-education/32.js +15 -0
  953. package/es/icons/ibm-cloud--hyper-protect-crypto-services/16.d.ts +17 -0
  954. package/es/icons/ibm-cloud--hyper-protect-crypto-services/16.js +15 -0
  955. package/es/icons/ibm-cloud--hyper-protect-crypto-services/20.d.ts +17 -0
  956. package/es/icons/ibm-cloud--hyper-protect-crypto-services/20.js +15 -0
  957. package/es/icons/ibm-cloud--hyper-protect-crypto-services/24.d.ts +17 -0
  958. package/es/icons/ibm-cloud--hyper-protect-crypto-services/24.js +15 -0
  959. package/es/icons/ibm-cloud--hyper-protect-crypto-services/32.d.ts +17 -0
  960. package/es/icons/ibm-cloud--hyper-protect-crypto-services/32.js +15 -0
  961. package/es/icons/ibm-cloud--hyper-protect-dbaas/16.d.ts +17 -0
  962. package/es/icons/ibm-cloud--hyper-protect-dbaas/16.js +15 -0
  963. package/es/icons/ibm-cloud--hyper-protect-dbaas/20.d.ts +17 -0
  964. package/es/icons/ibm-cloud--hyper-protect-dbaas/20.js +15 -0
  965. package/es/icons/ibm-cloud--hyper-protect-dbaas/24.d.ts +17 -0
  966. package/es/icons/ibm-cloud--hyper-protect-dbaas/24.js +15 -0
  967. package/es/icons/ibm-cloud--hyper-protect-dbaas/32.d.ts +17 -0
  968. package/es/icons/ibm-cloud--hyper-protect-dbaas/32.js +15 -0
  969. package/es/icons/ibm-cloud--hyper-protect-vs/16.d.ts +17 -0
  970. package/es/icons/ibm-cloud--hyper-protect-vs/16.js +15 -0
  971. package/es/icons/ibm-cloud--hyper-protect-vs/20.d.ts +17 -0
  972. package/es/icons/ibm-cloud--hyper-protect-vs/20.js +15 -0
  973. package/es/icons/ibm-cloud--hyper-protect-vs/24.d.ts +17 -0
  974. package/es/icons/ibm-cloud--hyper-protect-vs/24.js +15 -0
  975. package/es/icons/ibm-cloud--hyper-protect-vs/32.d.ts +17 -0
  976. package/es/icons/ibm-cloud--hyper-protect-vs/32.js +15 -0
  977. package/es/icons/ibm-cloud--internet-services/16.js +1 -1
  978. package/es/icons/ibm-cloud--internet-services/20.js +1 -1
  979. package/es/icons/ibm-cloud--internet-services/24.js +1 -1
  980. package/es/icons/ibm-cloud--internet-services/32.js +1 -1
  981. package/es/icons/ibm-cloud--ipsec-vpn/16.d.ts +17 -0
  982. package/es/icons/ibm-cloud--ipsec-vpn/16.js +15 -0
  983. package/es/icons/ibm-cloud--ipsec-vpn/20.d.ts +17 -0
  984. package/es/icons/ibm-cloud--ipsec-vpn/20.js +15 -0
  985. package/es/icons/ibm-cloud--ipsec-vpn/24.d.ts +17 -0
  986. package/es/icons/ibm-cloud--ipsec-vpn/24.js +15 -0
  987. package/es/icons/ibm-cloud--ipsec-vpn/32.d.ts +17 -0
  988. package/es/icons/ibm-cloud--ipsec-vpn/32.js +15 -0
  989. package/es/icons/ibm-cloud--key-protect/16.d.ts +17 -0
  990. package/es/icons/ibm-cloud--key-protect/16.js +15 -0
  991. package/es/icons/ibm-cloud--key-protect/20.d.ts +17 -0
  992. package/es/icons/ibm-cloud--key-protect/20.js +15 -0
  993. package/es/icons/ibm-cloud--key-protect/24.d.ts +17 -0
  994. package/es/icons/ibm-cloud--key-protect/24.js +15 -0
  995. package/es/icons/ibm-cloud--key-protect/32.d.ts +17 -0
  996. package/es/icons/ibm-cloud--key-protect/32.js +15 -0
  997. package/es/icons/ibm-cloud--kubernetes-service/16.d.ts +17 -0
  998. package/es/icons/ibm-cloud--kubernetes-service/16.js +15 -0
  999. package/es/icons/ibm-cloud--kubernetes-service/20.d.ts +17 -0
  1000. package/es/icons/ibm-cloud--kubernetes-service/20.js +15 -0
  1001. package/es/icons/ibm-cloud--kubernetes-service/24.d.ts +17 -0
  1002. package/es/icons/ibm-cloud--kubernetes-service/24.js +15 -0
  1003. package/es/icons/ibm-cloud--kubernetes-service/32.d.ts +17 -0
  1004. package/es/icons/ibm-cloud--kubernetes-service/32.js +15 -0
  1005. package/es/icons/ibm-cloud--logging/16.d.ts +17 -0
  1006. package/es/icons/ibm-cloud--logging/16.js +15 -0
  1007. package/es/icons/ibm-cloud--logging/20.d.ts +17 -0
  1008. package/es/icons/ibm-cloud--logging/20.js +15 -0
  1009. package/es/icons/ibm-cloud--logging/24.d.ts +17 -0
  1010. package/es/icons/ibm-cloud--logging/24.js +15 -0
  1011. package/es/icons/ibm-cloud--logging/32.d.ts +17 -0
  1012. package/es/icons/ibm-cloud--logging/32.js +15 -0
  1013. package/es/icons/ibm-cloud--mass-data-migration/16.d.ts +17 -0
  1014. package/es/icons/ibm-cloud--mass-data-migration/16.js +15 -0
  1015. package/es/icons/ibm-cloud--mass-data-migration/20.d.ts +17 -0
  1016. package/es/icons/ibm-cloud--mass-data-migration/20.js +15 -0
  1017. package/es/icons/ibm-cloud--mass-data-migration/24.d.ts +17 -0
  1018. package/es/icons/ibm-cloud--mass-data-migration/24.js +15 -0
  1019. package/es/icons/ibm-cloud--mass-data-migration/32.d.ts +17 -0
  1020. package/es/icons/ibm-cloud--mass-data-migration/32.js +15 -0
  1021. package/es/icons/ibm-cloud--pal/16.d.ts +17 -0
  1022. package/es/icons/ibm-cloud--pal/16.js +15 -0
  1023. package/es/icons/ibm-cloud--pal/20.d.ts +17 -0
  1024. package/es/icons/ibm-cloud--pal/20.js +15 -0
  1025. package/es/icons/ibm-cloud--pal/24.d.ts +17 -0
  1026. package/es/icons/ibm-cloud--pal/24.js +15 -0
  1027. package/es/icons/ibm-cloud--pal/32.d.ts +17 -0
  1028. package/es/icons/ibm-cloud--pal/32.js +15 -0
  1029. package/es/icons/ibm-cloud--privileged-access-gateway/16.d.ts +17 -0
  1030. package/es/icons/ibm-cloud--privileged-access-gateway/16.js +15 -0
  1031. package/es/icons/ibm-cloud--privileged-access-gateway/20.d.ts +17 -0
  1032. package/es/icons/ibm-cloud--privileged-access-gateway/20.js +15 -0
  1033. package/es/icons/ibm-cloud--privileged-access-gateway/24.d.ts +17 -0
  1034. package/es/icons/ibm-cloud--privileged-access-gateway/24.js +15 -0
  1035. package/es/icons/ibm-cloud--privileged-access-gateway/32.d.ts +17 -0
  1036. package/es/icons/ibm-cloud--privileged-access-gateway/32.js +15 -0
  1037. package/es/icons/ibm-cloud--secrets-manager/16.d.ts +17 -0
  1038. package/es/icons/ibm-cloud--secrets-manager/16.js +15 -0
  1039. package/es/icons/ibm-cloud--secrets-manager/20.d.ts +17 -0
  1040. package/es/icons/ibm-cloud--secrets-manager/20.js +15 -0
  1041. package/es/icons/ibm-cloud--secrets-manager/24.d.ts +17 -0
  1042. package/es/icons/ibm-cloud--secrets-manager/24.js +15 -0
  1043. package/es/icons/ibm-cloud--secrets-manager/32.d.ts +17 -0
  1044. package/es/icons/ibm-cloud--secrets-manager/32.js +15 -0
  1045. package/es/icons/ibm-cloud--sysdig-secure/16.d.ts +17 -0
  1046. package/es/icons/ibm-cloud--sysdig-secure/16.js +15 -0
  1047. package/es/icons/ibm-cloud--sysdig-secure/20.d.ts +17 -0
  1048. package/es/icons/ibm-cloud--sysdig-secure/20.js +15 -0
  1049. package/es/icons/ibm-cloud--sysdig-secure/24.d.ts +17 -0
  1050. package/es/icons/ibm-cloud--sysdig-secure/24.js +15 -0
  1051. package/es/icons/ibm-cloud--sysdig-secure/32.d.ts +17 -0
  1052. package/es/icons/ibm-cloud--sysdig-secure/32.js +15 -0
  1053. package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/16.d.ts +17 -0
  1054. package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/16.js +15 -0
  1055. package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/20.d.ts +17 -0
  1056. package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/20.js +15 -0
  1057. package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/24.d.ts +17 -0
  1058. package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/24.js +15 -0
  1059. package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/32.d.ts +17 -0
  1060. package/es/icons/ibm-cloud-pak--MANTA-automated-data-lineage/32.js +15 -0
  1061. package/es/icons/ibm-cloud-pak--business-automation/16.d.ts +17 -0
  1062. package/es/icons/ibm-cloud-pak--business-automation/16.js +15 -0
  1063. package/es/icons/ibm-cloud-pak--business-automation/20.d.ts +17 -0
  1064. package/es/icons/ibm-cloud-pak--business-automation/20.js +15 -0
  1065. package/es/icons/ibm-cloud-pak--business-automation/24.d.ts +17 -0
  1066. package/es/icons/ibm-cloud-pak--business-automation/24.js +15 -0
  1067. package/es/icons/ibm-cloud-pak--business-automation/32.d.ts +17 -0
  1068. package/es/icons/ibm-cloud-pak--business-automation/32.js +15 -0
  1069. package/es/icons/ibm-cloud-pak--netezza/16.d.ts +17 -0
  1070. package/es/icons/ibm-cloud-pak--netezza/16.js +15 -0
  1071. package/es/icons/ibm-cloud-pak--netezza/20.d.ts +17 -0
  1072. package/es/icons/ibm-cloud-pak--netezza/20.js +15 -0
  1073. package/es/icons/ibm-cloud-pak--netezza/24.d.ts +17 -0
  1074. package/es/icons/ibm-cloud-pak--netezza/24.js +15 -0
  1075. package/es/icons/ibm-cloud-pak--netezza/32.d.ts +17 -0
  1076. package/es/icons/ibm-cloud-pak--netezza/32.js +15 -0
  1077. package/es/icons/ibm-watson--assistant/16.d.ts +17 -0
  1078. package/es/icons/ibm-watson--assistant/16.js +15 -0
  1079. package/es/icons/ibm-watson--assistant/20.d.ts +17 -0
  1080. package/es/icons/ibm-watson--assistant/20.js +15 -0
  1081. package/es/icons/ibm-watson--assistant/24.d.ts +17 -0
  1082. package/es/icons/ibm-watson--assistant/24.js +15 -0
  1083. package/es/icons/ibm-watson--assistant/32.d.ts +17 -0
  1084. package/es/icons/ibm-watson--assistant/32.js +15 -0
  1085. package/es/icons/ibm-watson--discovery/16.d.ts +17 -0
  1086. package/es/icons/ibm-watson--discovery/16.js +15 -0
  1087. package/es/icons/ibm-watson--discovery/20.d.ts +17 -0
  1088. package/es/icons/ibm-watson--discovery/20.js +15 -0
  1089. package/es/icons/ibm-watson--discovery/24.d.ts +17 -0
  1090. package/es/icons/ibm-watson--discovery/24.js +15 -0
  1091. package/es/icons/ibm-watson--discovery/32.d.ts +17 -0
  1092. package/es/icons/ibm-watson--discovery/32.js +15 -0
  1093. package/es/icons/ibm-watson--knowledge-catalog/16.d.ts +17 -0
  1094. package/es/icons/ibm-watson--knowledge-catalog/16.js +15 -0
  1095. package/es/icons/ibm-watson--knowledge-catalog/20.d.ts +17 -0
  1096. package/es/icons/ibm-watson--knowledge-catalog/20.js +15 -0
  1097. package/es/icons/ibm-watson--knowledge-catalog/24.d.ts +17 -0
  1098. package/es/icons/ibm-watson--knowledge-catalog/24.js +15 -0
  1099. package/es/icons/ibm-watson--knowledge-catalog/32.d.ts +17 -0
  1100. package/es/icons/ibm-watson--knowledge-catalog/32.js +15 -0
  1101. package/es/icons/ibm-watson--knowledge-studio/16.d.ts +17 -0
  1102. package/es/icons/ibm-watson--knowledge-studio/16.js +15 -0
  1103. package/es/icons/ibm-watson--knowledge-studio/20.d.ts +17 -0
  1104. package/es/icons/ibm-watson--knowledge-studio/20.js +15 -0
  1105. package/es/icons/ibm-watson--knowledge-studio/24.d.ts +17 -0
  1106. package/es/icons/ibm-watson--knowledge-studio/24.js +15 -0
  1107. package/es/icons/ibm-watson--knowledge-studio/32.d.ts +17 -0
  1108. package/es/icons/ibm-watson--knowledge-studio/32.js +15 -0
  1109. package/es/icons/ibm-watson--language-translator/16.d.ts +17 -0
  1110. package/es/icons/ibm-watson--language-translator/16.js +15 -0
  1111. package/es/icons/ibm-watson--language-translator/20.d.ts +17 -0
  1112. package/es/icons/ibm-watson--language-translator/20.js +15 -0
  1113. package/es/icons/ibm-watson--language-translator/24.d.ts +17 -0
  1114. package/es/icons/ibm-watson--language-translator/24.js +15 -0
  1115. package/es/icons/ibm-watson--language-translator/32.d.ts +17 -0
  1116. package/es/icons/ibm-watson--language-translator/32.js +15 -0
  1117. package/es/icons/ibm-watson--machine-learning/16.d.ts +17 -0
  1118. package/es/icons/ibm-watson--machine-learning/16.js +15 -0
  1119. package/es/icons/ibm-watson--machine-learning/20.d.ts +17 -0
  1120. package/es/icons/ibm-watson--machine-learning/20.js +15 -0
  1121. package/es/icons/ibm-watson--machine-learning/24.d.ts +17 -0
  1122. package/es/icons/ibm-watson--machine-learning/24.js +15 -0
  1123. package/es/icons/ibm-watson--machine-learning/32.d.ts +17 -0
  1124. package/es/icons/ibm-watson--machine-learning/32.js +15 -0
  1125. package/es/icons/ibm-watson--natural-language-classifier/16.d.ts +17 -0
  1126. package/es/icons/ibm-watson--natural-language-classifier/16.js +15 -0
  1127. package/es/icons/ibm-watson--natural-language-classifier/20.d.ts +17 -0
  1128. package/es/icons/ibm-watson--natural-language-classifier/20.js +15 -0
  1129. package/es/icons/ibm-watson--natural-language-classifier/24.d.ts +17 -0
  1130. package/es/icons/ibm-watson--natural-language-classifier/24.js +15 -0
  1131. package/es/icons/ibm-watson--natural-language-classifier/32.d.ts +17 -0
  1132. package/es/icons/ibm-watson--natural-language-classifier/32.js +15 -0
  1133. package/es/icons/ibm-watson--natural-language-understanding/16.d.ts +17 -0
  1134. package/es/icons/ibm-watson--natural-language-understanding/16.js +15 -0
  1135. package/es/icons/ibm-watson--natural-language-understanding/20.d.ts +17 -0
  1136. package/es/icons/ibm-watson--natural-language-understanding/20.js +15 -0
  1137. package/es/icons/ibm-watson--natural-language-understanding/24.d.ts +17 -0
  1138. package/es/icons/ibm-watson--natural-language-understanding/24.js +15 -0
  1139. package/es/icons/ibm-watson--natural-language-understanding/32.d.ts +17 -0
  1140. package/es/icons/ibm-watson--natural-language-understanding/32.js +15 -0
  1141. package/es/icons/ibm-watson--openscale/16.d.ts +17 -0
  1142. package/es/icons/ibm-watson--openscale/16.js +15 -0
  1143. package/es/icons/ibm-watson--openscale/20.d.ts +17 -0
  1144. package/es/icons/ibm-watson--openscale/20.js +15 -0
  1145. package/es/icons/ibm-watson--openscale/24.d.ts +17 -0
  1146. package/es/icons/ibm-watson--openscale/24.js +15 -0
  1147. package/es/icons/ibm-watson--openscale/32.d.ts +17 -0
  1148. package/es/icons/ibm-watson--openscale/32.js +15 -0
  1149. package/es/icons/ibm-watson--query/16.d.ts +17 -0
  1150. package/es/icons/ibm-watson--query/16.js +15 -0
  1151. package/es/icons/ibm-watson--query/20.d.ts +17 -0
  1152. package/es/icons/ibm-watson--query/20.js +15 -0
  1153. package/es/icons/ibm-watson--query/24.d.ts +17 -0
  1154. package/es/icons/ibm-watson--query/24.js +15 -0
  1155. package/es/icons/ibm-watson--query/32.d.ts +17 -0
  1156. package/es/icons/ibm-watson--query/32.js +15 -0
  1157. package/es/icons/ibm-watson--speech-to-text/16.d.ts +17 -0
  1158. package/es/icons/ibm-watson--speech-to-text/16.js +15 -0
  1159. package/es/icons/ibm-watson--speech-to-text/20.d.ts +17 -0
  1160. package/es/icons/ibm-watson--speech-to-text/20.js +15 -0
  1161. package/es/icons/ibm-watson--speech-to-text/24.d.ts +17 -0
  1162. package/es/icons/ibm-watson--speech-to-text/24.js +15 -0
  1163. package/es/icons/ibm-watson--speech-to-text/32.d.ts +17 -0
  1164. package/es/icons/ibm-watson--speech-to-text/32.js +15 -0
  1165. package/es/icons/ibm-watson--studio/16.d.ts +17 -0
  1166. package/es/icons/ibm-watson--studio/16.js +15 -0
  1167. package/es/icons/ibm-watson--studio/20.d.ts +17 -0
  1168. package/es/icons/ibm-watson--studio/20.js +15 -0
  1169. package/es/icons/ibm-watson--studio/24.d.ts +17 -0
  1170. package/es/icons/ibm-watson--studio/24.js +15 -0
  1171. package/es/icons/ibm-watson--studio/32.d.ts +17 -0
  1172. package/es/icons/ibm-watson--studio/32.js +15 -0
  1173. package/es/icons/ibm-watson--text-to-speech/16.d.ts +17 -0
  1174. package/es/icons/ibm-watson--text-to-speech/16.js +15 -0
  1175. package/es/icons/ibm-watson--text-to-speech/20.d.ts +17 -0
  1176. package/es/icons/ibm-watson--text-to-speech/20.js +15 -0
  1177. package/es/icons/ibm-watson--text-to-speech/24.d.ts +17 -0
  1178. package/es/icons/ibm-watson--text-to-speech/24.js +15 -0
  1179. package/es/icons/ibm-watson--text-to-speech/32.d.ts +17 -0
  1180. package/es/icons/ibm-watson--text-to-speech/32.js +15 -0
  1181. package/es/icons/ibm-watson--tone-analyzer/16.d.ts +17 -0
  1182. package/es/icons/ibm-watson--tone-analyzer/16.js +15 -0
  1183. package/es/icons/ibm-watson--tone-analyzer/20.d.ts +17 -0
  1184. package/es/icons/ibm-watson--tone-analyzer/20.js +15 -0
  1185. package/es/icons/ibm-watson--tone-analyzer/24.d.ts +17 -0
  1186. package/es/icons/ibm-watson--tone-analyzer/24.js +15 -0
  1187. package/es/icons/ibm-watson--tone-analyzer/32.d.ts +17 -0
  1188. package/es/icons/ibm-watson--tone-analyzer/32.js +15 -0
  1189. package/es/icons/ibm-z--cloud-mod-stack/16.d.ts +17 -0
  1190. package/es/icons/ibm-z--cloud-mod-stack/16.js +15 -0
  1191. package/es/icons/ibm-z--cloud-mod-stack/20.d.ts +17 -0
  1192. package/es/icons/ibm-z--cloud-mod-stack/20.js +15 -0
  1193. package/es/icons/ibm-z--cloud-mod-stack/24.d.ts +17 -0
  1194. package/es/icons/ibm-z--cloud-mod-stack/24.js +15 -0
  1195. package/es/icons/ibm-z--cloud-mod-stack/32.d.ts +17 -0
  1196. package/es/icons/ibm-z--cloud-mod-stack/32.js +15 -0
  1197. package/es/icons/ibm-z-cloud--provisioning/16.d.ts +17 -0
  1198. package/es/icons/ibm-z-cloud--provisioning/16.js +15 -0
  1199. package/es/icons/ibm-z-cloud--provisioning/20.d.ts +17 -0
  1200. package/es/icons/ibm-z-cloud--provisioning/20.js +15 -0
  1201. package/es/icons/ibm-z-cloud--provisioning/24.d.ts +17 -0
  1202. package/es/icons/ibm-z-cloud--provisioning/24.js +15 -0
  1203. package/es/icons/ibm-z-cloud--provisioning/32.d.ts +17 -0
  1204. package/es/icons/ibm-z-cloud--provisioning/32.js +15 -0
  1205. package/es/icons/ibm-z-os--package-manager/16.d.ts +17 -0
  1206. package/es/icons/ibm-z-os--package-manager/16.js +15 -0
  1207. package/es/icons/ibm-z-os--package-manager/20.d.ts +17 -0
  1208. package/es/icons/ibm-z-os--package-manager/20.js +15 -0
  1209. package/es/icons/ibm-z-os--package-manager/24.d.ts +17 -0
  1210. package/es/icons/ibm-z-os--package-manager/24.js +15 -0
  1211. package/es/icons/ibm-z-os--package-manager/32.d.ts +17 -0
  1212. package/es/icons/ibm-z-os--package-manager/32.js +15 -0
  1213. package/es/icons/information/16.js +1 -1
  1214. package/es/icons/information--filled/20.js +1 -1
  1215. package/es/icons/information--square--filled/20.js +1 -1
  1216. package/es/icons/keyboard--off/16.d.ts +17 -0
  1217. package/es/icons/keyboard--off/16.js +15 -0
  1218. package/es/icons/keyboard--off/20.d.ts +17 -0
  1219. package/es/icons/keyboard--off/20.js +15 -0
  1220. package/es/icons/keyboard--off/24.d.ts +17 -0
  1221. package/es/icons/keyboard--off/24.js +15 -0
  1222. package/es/icons/keyboard--off/32.d.ts +17 -0
  1223. package/es/icons/keyboard--off/32.js +15 -0
  1224. package/es/icons/list--checked/16.js +1 -1
  1225. package/es/icons/list--checked/20.js +1 -1
  1226. package/es/icons/list--checked/24.js +1 -1
  1227. package/es/icons/list--checked/32.js +1 -1
  1228. package/es/icons/list--checked--mirror/16.d.ts +17 -0
  1229. package/es/icons/list--checked--mirror/16.js +15 -0
  1230. package/es/icons/list--checked--mirror/20.d.ts +17 -0
  1231. package/es/icons/list--checked--mirror/20.js +15 -0
  1232. package/es/icons/list--checked--mirror/24.d.ts +17 -0
  1233. package/es/icons/list--checked--mirror/24.js +15 -0
  1234. package/es/icons/list--checked--mirror/32.d.ts +17 -0
  1235. package/es/icons/list--checked--mirror/32.js +15 -0
  1236. package/es/icons/list--numbered--mirror/16.d.ts +17 -0
  1237. package/es/icons/list--numbered--mirror/16.js +15 -0
  1238. package/es/icons/list--numbered--mirror/20.d.ts +17 -0
  1239. package/es/icons/list--numbered--mirror/20.js +15 -0
  1240. package/es/icons/list--numbered--mirror/24.d.ts +17 -0
  1241. package/es/icons/list--numbered--mirror/24.js +15 -0
  1242. package/es/icons/list--numbered--mirror/32.d.ts +17 -0
  1243. package/es/icons/list--numbered--mirror/32.js +15 -0
  1244. package/es/icons/logical-partition/16.js +1 -1
  1245. package/es/icons/logical-partition/20.js +1 -1
  1246. package/es/icons/logical-partition/24.js +1 -1
  1247. package/es/icons/logical-partition/32.js +1 -1
  1248. package/es/icons/logo--angular/16.d.ts +17 -0
  1249. package/es/icons/logo--angular/16.js +15 -0
  1250. package/es/icons/logo--angular/20.d.ts +17 -0
  1251. package/es/icons/logo--angular/20.js +15 -0
  1252. package/es/icons/logo--angular/24.d.ts +17 -0
  1253. package/es/icons/logo--angular/24.js +15 -0
  1254. package/es/icons/logo--angular/32.d.ts +17 -0
  1255. package/es/icons/logo--angular/32.js +15 -0
  1256. package/es/icons/logo--ansible-community/16.d.ts +17 -0
  1257. package/es/icons/logo--ansible-community/16.js +15 -0
  1258. package/es/icons/logo--ansible-community/20.d.ts +17 -0
  1259. package/es/icons/logo--ansible-community/20.js +15 -0
  1260. package/es/icons/logo--ansible-community/24.d.ts +17 -0
  1261. package/es/icons/logo--ansible-community/24.js +15 -0
  1262. package/es/icons/logo--ansible-community/32.d.ts +17 -0
  1263. package/es/icons/logo--ansible-community/32.js +15 -0
  1264. package/es/icons/logo--discord/16.js +1 -1
  1265. package/es/icons/logo--discord/20.js +1 -1
  1266. package/es/icons/logo--discord/24.js +1 -1
  1267. package/es/icons/logo--discord/32.js +1 -1
  1268. package/es/icons/logo--figma/16.d.ts +17 -0
  1269. package/es/icons/logo--figma/16.js +15 -0
  1270. package/es/icons/logo--figma/20.d.ts +17 -0
  1271. package/es/icons/logo--figma/20.js +15 -0
  1272. package/es/icons/logo--figma/24.d.ts +17 -0
  1273. package/es/icons/logo--figma/24.js +15 -0
  1274. package/es/icons/logo--figma/32.d.ts +17 -0
  1275. package/es/icons/logo--figma/32.js +15 -0
  1276. package/es/icons/logo--invision/16.d.ts +17 -0
  1277. package/es/icons/logo--invision/16.js +15 -0
  1278. package/es/icons/logo--invision/20.d.ts +17 -0
  1279. package/es/icons/logo--invision/20.js +15 -0
  1280. package/es/icons/logo--invision/24.d.ts +17 -0
  1281. package/es/icons/logo--invision/24.js +15 -0
  1282. package/es/icons/logo--invision/32.d.ts +17 -0
  1283. package/es/icons/logo--invision/32.js +15 -0
  1284. package/es/icons/logo--kubernetes/16.d.ts +17 -0
  1285. package/es/icons/logo--kubernetes/16.js +15 -0
  1286. package/es/icons/logo--kubernetes/20.d.ts +17 -0
  1287. package/es/icons/logo--kubernetes/20.js +15 -0
  1288. package/es/icons/logo--kubernetes/24.d.ts +17 -0
  1289. package/es/icons/logo--kubernetes/24.js +15 -0
  1290. package/es/icons/logo--kubernetes/32.d.ts +17 -0
  1291. package/es/icons/logo--kubernetes/32.js +15 -0
  1292. package/es/icons/logo--medium/16.js +1 -1
  1293. package/es/icons/logo--medium/20.js +1 -1
  1294. package/es/icons/logo--medium/24.js +1 -1
  1295. package/es/icons/logo--medium/32.js +1 -1
  1296. package/es/icons/logo--npm/16.d.ts +17 -0
  1297. package/es/icons/logo--npm/16.js +15 -0
  1298. package/es/icons/logo--npm/20.d.ts +17 -0
  1299. package/es/icons/logo--npm/20.js +15 -0
  1300. package/es/icons/logo--npm/24.d.ts +17 -0
  1301. package/es/icons/logo--npm/24.js +15 -0
  1302. package/es/icons/logo--npm/32.d.ts +17 -0
  1303. package/es/icons/logo--npm/32.js +15 -0
  1304. package/es/icons/logo--react/16.d.ts +17 -0
  1305. package/es/icons/logo--react/16.js +15 -0
  1306. package/es/icons/logo--react/20.d.ts +17 -0
  1307. package/es/icons/logo--react/20.js +15 -0
  1308. package/es/icons/logo--react/24.d.ts +17 -0
  1309. package/es/icons/logo--react/24.js +15 -0
  1310. package/es/icons/logo--react/32.d.ts +17 -0
  1311. package/es/icons/logo--react/32.js +15 -0
  1312. package/es/icons/logo--red-hat-ansible/16.d.ts +17 -0
  1313. package/es/icons/logo--red-hat-ansible/16.js +15 -0
  1314. package/es/icons/logo--red-hat-ansible/20.d.ts +17 -0
  1315. package/es/icons/logo--red-hat-ansible/20.js +15 -0
  1316. package/es/icons/logo--red-hat-ansible/24.d.ts +17 -0
  1317. package/es/icons/logo--red-hat-ansible/24.js +15 -0
  1318. package/es/icons/logo--red-hat-ansible/32.d.ts +17 -0
  1319. package/es/icons/logo--red-hat-ansible/32.js +15 -0
  1320. package/es/icons/logo--sketch/16.d.ts +17 -0
  1321. package/es/icons/logo--sketch/16.js +15 -0
  1322. package/es/icons/logo--sketch/20.d.ts +17 -0
  1323. package/es/icons/logo--sketch/20.js +15 -0
  1324. package/es/icons/logo--sketch/24.d.ts +17 -0
  1325. package/es/icons/logo--sketch/24.js +15 -0
  1326. package/es/icons/logo--sketch/32.d.ts +17 -0
  1327. package/es/icons/logo--sketch/32.js +15 -0
  1328. package/es/icons/logo--svelte/16.d.ts +17 -0
  1329. package/es/icons/logo--svelte/16.js +15 -0
  1330. package/es/icons/logo--svelte/20.d.ts +17 -0
  1331. package/es/icons/logo--svelte/20.js +15 -0
  1332. package/es/icons/logo--svelte/24.d.ts +17 -0
  1333. package/es/icons/logo--svelte/24.js +15 -0
  1334. package/es/icons/logo--svelte/32.d.ts +17 -0
  1335. package/es/icons/logo--svelte/32.js +15 -0
  1336. package/es/icons/logo--twitter/16.js +1 -1
  1337. package/es/icons/logo--twitter/20.js +1 -1
  1338. package/es/icons/logo--twitter/24.js +1 -1
  1339. package/es/icons/logo--twitter/32.js +1 -1
  1340. package/es/icons/logo--vmware/16.js +1 -1
  1341. package/es/icons/logo--vmware/20.js +1 -1
  1342. package/es/icons/logo--vmware/24.js +1 -1
  1343. package/es/icons/logo--vmware/32.js +1 -1
  1344. package/es/icons/logo--vmware--alt/16.d.ts +17 -0
  1345. package/es/icons/logo--vmware--alt/16.js +15 -0
  1346. package/es/icons/logo--vmware--alt/20.d.ts +17 -0
  1347. package/es/icons/logo--vmware--alt/20.js +15 -0
  1348. package/es/icons/logo--vmware--alt/24.d.ts +17 -0
  1349. package/es/icons/logo--vmware--alt/24.js +15 -0
  1350. package/es/icons/logo--vmware--alt/32.d.ts +17 -0
  1351. package/es/icons/logo--vmware--alt/32.js +15 -0
  1352. package/es/icons/logo--vue/16.d.ts +17 -0
  1353. package/es/icons/logo--vue/16.js +15 -0
  1354. package/es/icons/logo--vue/20.d.ts +17 -0
  1355. package/es/icons/logo--vue/20.js +15 -0
  1356. package/es/icons/logo--vue/24.d.ts +17 -0
  1357. package/es/icons/logo--vue/24.js +15 -0
  1358. package/es/icons/logo--vue/32.d.ts +17 -0
  1359. package/es/icons/logo--vue/32.js +15 -0
  1360. package/es/icons/logo--yelp/16.js +1 -1
  1361. package/es/icons/logo--yelp/20.js +1 -1
  1362. package/es/icons/logo--yelp/24.js +1 -1
  1363. package/es/icons/logo--yelp/32.js +1 -1
  1364. package/es/icons/microservices--1/16.d.ts +17 -0
  1365. package/es/icons/microservices--1/16.js +15 -0
  1366. package/es/icons/microservices--1/20.d.ts +17 -0
  1367. package/es/icons/microservices--1/20.js +15 -0
  1368. package/es/icons/microservices--1/24.d.ts +17 -0
  1369. package/es/icons/microservices--1/24.js +15 -0
  1370. package/es/icons/microservices--1/32.d.ts +17 -0
  1371. package/es/icons/microservices--1/32.js +15 -0
  1372. package/es/icons/microservices--2/16.d.ts +17 -0
  1373. package/es/icons/microservices--2/16.js +15 -0
  1374. package/es/icons/microservices--2/20.d.ts +17 -0
  1375. package/es/icons/microservices--2/20.js +15 -0
  1376. package/es/icons/microservices--2/24.d.ts +17 -0
  1377. package/es/icons/microservices--2/24.js +15 -0
  1378. package/es/icons/microservices--2/32.d.ts +17 -0
  1379. package/es/icons/microservices--2/32.js +15 -0
  1380. package/es/icons/plan/16.d.ts +17 -0
  1381. package/es/icons/plan/16.js +15 -0
  1382. package/es/icons/plan/20.d.ts +17 -0
  1383. package/es/icons/plan/20.js +15 -0
  1384. package/es/icons/plan/24.d.ts +17 -0
  1385. package/es/icons/plan/24.js +15 -0
  1386. package/es/icons/plan/32.d.ts +17 -0
  1387. package/es/icons/plan/32.js +15 -0
  1388. package/es/icons/port--input/16.d.ts +17 -0
  1389. package/es/icons/port--input/16.js +15 -0
  1390. package/es/icons/port--input/20.d.ts +17 -0
  1391. package/es/icons/port--input/20.js +15 -0
  1392. package/es/icons/port--input/24.d.ts +17 -0
  1393. package/es/icons/port--input/24.js +15 -0
  1394. package/es/icons/port--input/32.d.ts +17 -0
  1395. package/es/icons/port--input/32.js +15 -0
  1396. package/es/icons/port--output/16.d.ts +17 -0
  1397. package/es/icons/port--output/16.js +15 -0
  1398. package/es/icons/port--output/20.d.ts +17 -0
  1399. package/es/icons/port--output/20.js +15 -0
  1400. package/es/icons/port--output/24.d.ts +17 -0
  1401. package/es/icons/port--output/24.js +15 -0
  1402. package/es/icons/port--output/32.d.ts +17 -0
  1403. package/es/icons/port--output/32.js +15 -0
  1404. package/es/icons/promote/16.d.ts +17 -0
  1405. package/es/icons/promote/16.js +15 -0
  1406. package/es/icons/promote/20.d.ts +17 -0
  1407. package/es/icons/promote/20.js +15 -0
  1408. package/es/icons/promote/24.d.ts +17 -0
  1409. package/es/icons/promote/24.js +15 -0
  1410. package/es/icons/promote/32.d.ts +17 -0
  1411. package/es/icons/promote/32.js +15 -0
  1412. package/es/icons/recycle/16.d.ts +17 -0
  1413. package/es/icons/recycle/16.js +15 -0
  1414. package/es/icons/recycle/20.d.ts +17 -0
  1415. package/es/icons/recycle/20.js +15 -0
  1416. package/es/icons/recycle/24.d.ts +17 -0
  1417. package/es/icons/recycle/24.js +15 -0
  1418. package/es/icons/recycle/32.d.ts +17 -0
  1419. package/es/icons/recycle/32.js +15 -0
  1420. package/es/icons/reference-architecture/16.d.ts +17 -0
  1421. package/es/icons/reference-architecture/16.js +15 -0
  1422. package/es/icons/reference-architecture/20.d.ts +17 -0
  1423. package/es/icons/reference-architecture/20.js +15 -0
  1424. package/es/icons/reference-architecture/24.d.ts +17 -0
  1425. package/es/icons/reference-architecture/24.js +15 -0
  1426. package/es/icons/reference-architecture/32.d.ts +17 -0
  1427. package/es/icons/reference-architecture/32.js +15 -0
  1428. package/es/icons/repo--artifact/16.d.ts +17 -0
  1429. package/es/icons/repo--artifact/16.js +15 -0
  1430. package/es/icons/repo--artifact/20.d.ts +17 -0
  1431. package/es/icons/repo--artifact/20.js +15 -0
  1432. package/es/icons/repo--artifact/24.d.ts +17 -0
  1433. package/es/icons/repo--artifact/24.js +15 -0
  1434. package/es/icons/repo--artifact/32.d.ts +17 -0
  1435. package/es/icons/repo--artifact/32.js +15 -0
  1436. package/es/icons/repo--source-code/16.d.ts +17 -0
  1437. package/es/icons/repo--source-code/16.js +15 -0
  1438. package/es/icons/repo--source-code/20.d.ts +17 -0
  1439. package/es/icons/repo--source-code/20.js +15 -0
  1440. package/es/icons/repo--source-code/24.d.ts +17 -0
  1441. package/es/icons/repo--source-code/24.js +15 -0
  1442. package/es/icons/repo--source-code/32.d.ts +17 -0
  1443. package/es/icons/repo--source-code/32.js +15 -0
  1444. package/es/icons/rule--data-quality/16.d.ts +17 -0
  1445. package/es/icons/rule--data-quality/16.js +15 -0
  1446. package/es/icons/rule--data-quality/20.d.ts +17 -0
  1447. package/es/icons/rule--data-quality/20.js +15 -0
  1448. package/es/icons/rule--data-quality/24.d.ts +17 -0
  1449. package/es/icons/rule--data-quality/24.js +15 -0
  1450. package/es/icons/rule--data-quality/32.d.ts +17 -0
  1451. package/es/icons/rule--data-quality/32.js +15 -0
  1452. package/es/icons/run--mirror/16.d.ts +17 -0
  1453. package/es/icons/run--mirror/16.js +15 -0
  1454. package/es/icons/run--mirror/20.d.ts +17 -0
  1455. package/es/icons/run--mirror/20.js +15 -0
  1456. package/es/icons/run--mirror/24.d.ts +17 -0
  1457. package/es/icons/run--mirror/24.js +15 -0
  1458. package/es/icons/run--mirror/32.d.ts +17 -0
  1459. package/es/icons/run--mirror/32.js +15 -0
  1460. package/es/icons/screen-map/16.d.ts +17 -0
  1461. package/es/icons/screen-map/16.js +15 -0
  1462. package/es/icons/screen-map/20.d.ts +17 -0
  1463. package/es/icons/screen-map/20.js +15 -0
  1464. package/es/icons/screen-map/24.d.ts +17 -0
  1465. package/es/icons/screen-map/24.js +15 -0
  1466. package/es/icons/screen-map/32.d.ts +17 -0
  1467. package/es/icons/screen-map/32.js +15 -0
  1468. package/es/icons/screen-map--set/16.d.ts +17 -0
  1469. package/es/icons/screen-map--set/16.js +15 -0
  1470. package/es/icons/screen-map--set/20.d.ts +17 -0
  1471. package/es/icons/screen-map--set/20.js +15 -0
  1472. package/es/icons/screen-map--set/24.d.ts +17 -0
  1473. package/es/icons/screen-map--set/24.js +15 -0
  1474. package/es/icons/screen-map--set/32.d.ts +17 -0
  1475. package/es/icons/screen-map--set/32.js +15 -0
  1476. package/es/icons/search--locate--mirror/16.d.ts +17 -0
  1477. package/es/icons/search--locate--mirror/16.js +15 -0
  1478. package/es/icons/search--locate--mirror/20.d.ts +17 -0
  1479. package/es/icons/search--locate--mirror/20.js +15 -0
  1480. package/es/icons/search--locate--mirror/24.d.ts +17 -0
  1481. package/es/icons/search--locate--mirror/24.js +15 -0
  1482. package/es/icons/search--locate--mirror/32.d.ts +17 -0
  1483. package/es/icons/search--locate--mirror/32.js +15 -0
  1484. package/es/icons/service-id/16.d.ts +17 -0
  1485. package/es/icons/service-id/16.js +15 -0
  1486. package/es/icons/service-id/20.d.ts +17 -0
  1487. package/es/icons/service-id/20.js +15 -0
  1488. package/es/icons/service-id/24.d.ts +17 -0
  1489. package/es/icons/service-id/24.js +15 -0
  1490. package/es/icons/service-id/32.d.ts +17 -0
  1491. package/es/icons/service-id/32.js +15 -0
  1492. package/es/icons/side-panel--close/16.d.ts +17 -0
  1493. package/es/icons/side-panel--close/16.js +15 -0
  1494. package/es/icons/side-panel--close/20.d.ts +17 -0
  1495. package/es/icons/side-panel--close/20.js +15 -0
  1496. package/es/icons/side-panel--close/24.d.ts +17 -0
  1497. package/es/icons/side-panel--close/24.js +15 -0
  1498. package/es/icons/side-panel--close/32.d.ts +17 -0
  1499. package/es/icons/side-panel--close/32.js +15 -0
  1500. package/es/icons/side-panel--close--filled/16.d.ts +17 -0
  1501. package/es/icons/side-panel--close--filled/16.js +15 -0
  1502. package/es/icons/side-panel--close--filled/20.d.ts +17 -0
  1503. package/es/icons/side-panel--close--filled/20.js +15 -0
  1504. package/es/icons/side-panel--close--filled/24.d.ts +17 -0
  1505. package/es/icons/side-panel--close--filled/24.js +15 -0
  1506. package/es/icons/side-panel--close--filled/32.d.ts +17 -0
  1507. package/es/icons/side-panel--close--filled/32.js +15 -0
  1508. package/es/icons/side-panel--open/16.d.ts +17 -0
  1509. package/es/icons/side-panel--open/16.js +15 -0
  1510. package/es/icons/side-panel--open/20.d.ts +17 -0
  1511. package/es/icons/side-panel--open/20.js +15 -0
  1512. package/es/icons/side-panel--open/24.d.ts +17 -0
  1513. package/es/icons/side-panel--open/24.js +15 -0
  1514. package/es/icons/side-panel--open/32.d.ts +17 -0
  1515. package/es/icons/side-panel--open/32.js +15 -0
  1516. package/es/icons/side-panel--open--filled/16.d.ts +17 -0
  1517. package/es/icons/side-panel--open--filled/16.js +15 -0
  1518. package/es/icons/side-panel--open--filled/20.d.ts +17 -0
  1519. package/es/icons/side-panel--open--filled/20.js +15 -0
  1520. package/es/icons/side-panel--open--filled/24.d.ts +17 -0
  1521. package/es/icons/side-panel--open--filled/24.js +15 -0
  1522. package/es/icons/side-panel--open--filled/32.d.ts +17 -0
  1523. package/es/icons/side-panel--open--filled/32.js +15 -0
  1524. package/es/icons/subtract/16.js +1 -1
  1525. package/es/icons/summary--KPI--mirror/16.d.ts +17 -0
  1526. package/es/icons/summary--KPI--mirror/16.js +15 -0
  1527. package/es/icons/summary--KPI--mirror/20.d.ts +17 -0
  1528. package/es/icons/summary--KPI--mirror/20.js +15 -0
  1529. package/es/icons/summary--KPI--mirror/24.d.ts +17 -0
  1530. package/es/icons/summary--KPI--mirror/24.js +15 -0
  1531. package/es/icons/summary--KPI--mirror/32.d.ts +17 -0
  1532. package/es/icons/summary--KPI--mirror/32.js +15 -0
  1533. package/es/icons/tcp-ip-service/16.d.ts +17 -0
  1534. package/es/icons/tcp-ip-service/16.js +15 -0
  1535. package/es/icons/tcp-ip-service/20.d.ts +17 -0
  1536. package/es/icons/tcp-ip-service/20.js +15 -0
  1537. package/es/icons/tcp-ip-service/24.d.ts +17 -0
  1538. package/es/icons/tcp-ip-service/24.js +15 -0
  1539. package/es/icons/tcp-ip-service/32.d.ts +17 -0
  1540. package/es/icons/tcp-ip-service/32.js +15 -0
  1541. package/es/icons/test-tool/16.d.ts +17 -0
  1542. package/es/icons/test-tool/16.js +15 -0
  1543. package/es/icons/test-tool/20.d.ts +17 -0
  1544. package/es/icons/test-tool/20.js +15 -0
  1545. package/es/icons/test-tool/24.d.ts +17 -0
  1546. package/es/icons/test-tool/24.js +15 -0
  1547. package/es/icons/test-tool/32.d.ts +17 -0
  1548. package/es/icons/test-tool/32.js +15 -0
  1549. package/es/icons/tools--alt/16.js +1 -1
  1550. package/es/icons/tools--alt/20.js +1 -1
  1551. package/es/icons/tools--alt/24.js +1 -1
  1552. package/es/icons/tools--alt/32.js +1 -1
  1553. package/es/icons/transform--binary/16.d.ts +17 -0
  1554. package/es/icons/transform--binary/16.js +15 -0
  1555. package/es/icons/transform--binary/20.d.ts +17 -0
  1556. package/es/icons/transform--binary/20.js +15 -0
  1557. package/es/icons/transform--binary/24.d.ts +17 -0
  1558. package/es/icons/transform--binary/24.js +15 -0
  1559. package/es/icons/transform--binary/32.d.ts +17 -0
  1560. package/es/icons/transform--binary/32.js +15 -0
  1561. package/es/icons/transform--instructions/16.d.ts +17 -0
  1562. package/es/icons/transform--instructions/16.js +15 -0
  1563. package/es/icons/transform--instructions/20.d.ts +17 -0
  1564. package/es/icons/transform--instructions/20.js +15 -0
  1565. package/es/icons/transform--instructions/24.d.ts +17 -0
  1566. package/es/icons/transform--instructions/24.js +15 -0
  1567. package/es/icons/transform--instructions/32.d.ts +17 -0
  1568. package/es/icons/transform--instructions/32.js +15 -0
  1569. package/es/icons/transform--language/16.d.ts +17 -0
  1570. package/es/icons/transform--language/16.js +15 -0
  1571. package/es/icons/transform--language/20.d.ts +17 -0
  1572. package/es/icons/transform--language/20.js +15 -0
  1573. package/es/icons/transform--language/24.d.ts +17 -0
  1574. package/es/icons/transform--language/24.js +15 -0
  1575. package/es/icons/transform--language/32.d.ts +17 -0
  1576. package/es/icons/transform--language/32.js +15 -0
  1577. package/es/icons/tsq/16.d.ts +17 -0
  1578. package/es/icons/tsq/16.js +15 -0
  1579. package/es/icons/tsq/20.d.ts +17 -0
  1580. package/es/icons/tsq/20.js +15 -0
  1581. package/es/icons/tsq/24.d.ts +17 -0
  1582. package/es/icons/tsq/24.js +15 -0
  1583. package/es/icons/tsq/32.d.ts +17 -0
  1584. package/es/icons/tsq/32.js +15 -0
  1585. package/es/icons/unsaved/16.d.ts +17 -0
  1586. package/es/icons/unsaved/16.js +15 -0
  1587. package/es/icons/unsaved/20.d.ts +17 -0
  1588. package/es/icons/unsaved/20.js +15 -0
  1589. package/es/icons/unsaved/24.d.ts +17 -0
  1590. package/es/icons/unsaved/24.js +15 -0
  1591. package/es/icons/unsaved/32.d.ts +17 -0
  1592. package/es/icons/unsaved/32.js +15 -0
  1593. package/es/icons/user--sponsor/16.d.ts +17 -0
  1594. package/es/icons/user--sponsor/16.js +15 -0
  1595. package/es/icons/user--sponsor/20.d.ts +17 -0
  1596. package/es/icons/user--sponsor/20.js +15 -0
  1597. package/es/icons/user--sponsor/24.d.ts +17 -0
  1598. package/es/icons/user--sponsor/24.js +15 -0
  1599. package/es/icons/user--sponsor/32.d.ts +17 -0
  1600. package/es/icons/user--sponsor/32.js +15 -0
  1601. package/es/icons/warning--alt--filled/16.js +1 -1
  1602. package/es/icons/warning--alt--filled/20.js +1 -1
  1603. package/es/icons/watson-health/image-availability--local/16.d.ts +17 -0
  1604. package/es/icons/watson-health/image-availability--local/16.js +15 -0
  1605. package/es/icons/watson-health/image-availability--local/20.d.ts +17 -0
  1606. package/es/icons/watson-health/image-availability--local/20.js +15 -0
  1607. package/es/icons/watson-health/image-availability--local/24.d.ts +17 -0
  1608. package/es/icons/watson-health/image-availability--local/24.js +15 -0
  1609. package/es/icons/watson-health/image-availability--local/32.d.ts +17 -0
  1610. package/es/icons/watson-health/image-availability--local/32.js +15 -0
  1611. package/es/icons/watson-health/image-availability--retrieving/16.d.ts +17 -0
  1612. package/es/icons/watson-health/image-availability--retrieving/16.js +15 -0
  1613. package/es/icons/watson-health/image-availability--retrieving/20.d.ts +17 -0
  1614. package/es/icons/watson-health/image-availability--retrieving/20.js +15 -0
  1615. package/es/icons/watson-health/image-availability--retrieving/24.d.ts +17 -0
  1616. package/es/icons/watson-health/image-availability--retrieving/24.js +15 -0
  1617. package/es/icons/watson-health/image-availability--retrieving/32.d.ts +17 -0
  1618. package/es/icons/watson-health/image-availability--retrieving/32.js +15 -0
  1619. package/es/icons/watson-health/image-availability--unavailable/16.d.ts +17 -0
  1620. package/es/icons/watson-health/image-availability--unavailable/16.js +15 -0
  1621. package/es/icons/watson-health/image-availability--unavailable/20.d.ts +17 -0
  1622. package/es/icons/watson-health/image-availability--unavailable/20.js +15 -0
  1623. package/es/icons/watson-health/image-availability--unavailable/24.d.ts +17 -0
  1624. package/es/icons/watson-health/image-availability--unavailable/24.js +15 -0
  1625. package/es/icons/watson-health/image-availability--unavailable/32.d.ts +17 -0
  1626. package/es/icons/watson-health/image-availability--unavailable/32.js +15 -0
  1627. package/es/icons/white-paper/16.d.ts +17 -0
  1628. package/es/icons/white-paper/16.js +15 -0
  1629. package/es/icons/white-paper/20.d.ts +17 -0
  1630. package/es/icons/white-paper/20.js +15 -0
  1631. package/es/icons/white-paper/24.d.ts +17 -0
  1632. package/es/icons/white-paper/24.js +15 -0
  1633. package/es/icons/white-paper/32.d.ts +17 -0
  1634. package/es/icons/white-paper/32.js +15 -0
  1635. package/es/icons/workflow-automation/16.d.ts +17 -0
  1636. package/es/icons/workflow-automation/16.js +15 -0
  1637. package/es/icons/workflow-automation/20.d.ts +17 -0
  1638. package/es/icons/workflow-automation/20.js +15 -0
  1639. package/es/icons/workflow-automation/24.d.ts +17 -0
  1640. package/es/icons/workflow-automation/24.js +15 -0
  1641. package/es/icons/workflow-automation/32.d.ts +17 -0
  1642. package/es/icons/workflow-automation/32.js +15 -0
  1643. package/es/icons/z--lpar/16.d.ts +17 -0
  1644. package/es/icons/z--lpar/16.js +15 -0
  1645. package/es/icons/z--lpar/20.d.ts +17 -0
  1646. package/es/icons/z--lpar/20.js +15 -0
  1647. package/es/icons/z--lpar/24.d.ts +17 -0
  1648. package/es/icons/z--lpar/24.js +15 -0
  1649. package/es/icons/z--lpar/32.d.ts +17 -0
  1650. package/es/icons/z--lpar/32.js +15 -0
  1651. package/es/icons/z--systems/16.d.ts +17 -0
  1652. package/es/icons/z--systems/16.js +15 -0
  1653. package/es/icons/z--systems/20.d.ts +17 -0
  1654. package/es/icons/z--systems/20.js +15 -0
  1655. package/es/icons/z--systems/24.d.ts +17 -0
  1656. package/es/icons/z--systems/24.js +15 -0
  1657. package/es/icons/z--systems/32.d.ts +17 -0
  1658. package/es/icons/z--systems/32.js +15 -0
  1659. package/es/icons/zos/16.d.ts +17 -0
  1660. package/es/icons/zos/16.js +15 -0
  1661. package/es/icons/zos/20.d.ts +17 -0
  1662. package/es/icons/zos/20.js +15 -0
  1663. package/es/icons/zos/24.d.ts +17 -0
  1664. package/es/icons/zos/24.js +15 -0
  1665. package/es/icons/zos/32.d.ts +17 -0
  1666. package/es/icons/zos/32.js +15 -0
  1667. package/es/icons/zos--sysplex/16.d.ts +17 -0
  1668. package/es/icons/zos--sysplex/16.js +15 -0
  1669. package/es/icons/zos--sysplex/20.d.ts +17 -0
  1670. package/es/icons/zos--sysplex/20.js +15 -0
  1671. package/es/icons/zos--sysplex/24.d.ts +17 -0
  1672. package/es/icons/zos--sysplex/24.js +15 -0
  1673. package/es/icons/zos--sysplex/32.d.ts +17 -0
  1674. package/es/icons/zos--sysplex/32.js +15 -0
  1675. package/es/index.d.ts +116 -108
  1676. package/es/index.d.ts.map +1 -1
  1677. package/es/index.js +116 -108
  1678. package/es/index.js.map +1 -1
  1679. package/lib/components/button/defs.js +1 -0
  1680. package/lib/components/button/defs.js.map +1 -1
  1681. package/lib/components/date-picker/defs.js +2 -11
  1682. package/lib/components/date-picker/defs.js.map +1 -1
  1683. package/lib/components/dropdown/defs.js +12 -3
  1684. package/lib/components/dropdown/defs.js.map +1 -1
  1685. package/lib/components/file-uploader/defs.js +3 -4
  1686. package/lib/components/file-uploader/defs.js.map +1 -1
  1687. package/lib/components/icon-button/defs.js +40 -0
  1688. package/lib/components/icon-button/defs.js.map +1 -0
  1689. package/lib/components/notification/defs.js +3 -0
  1690. package/lib/components/notification/defs.js.map +1 -1
  1691. package/lib/components/popover/defs.js +34 -0
  1692. package/lib/components/popover/defs.js.map +1 -0
  1693. package/lib/components/progress-bar/defs.js +44 -0
  1694. package/lib/components/progress-bar/defs.js.map +1 -0
  1695. package/lib/components/skeleton-text/defs.js +1 -2
  1696. package/lib/components/skeleton-text/defs.js.map +1 -1
  1697. package/lib/components/text-input/defs.js +47 -0
  1698. package/lib/components/text-input/defs.js.map +1 -0
  1699. package/lib/components-react-node/button/button-set.js +1 -1
  1700. package/lib/components-react-node/button/button-skeleton.js +1 -1
  1701. package/lib/components-react-node/button/button.js +1 -1
  1702. package/lib/components-react-node/checkbox/checkbox-skeleton.js +36 -0
  1703. package/lib/components-react-node/combo-box/combo-box.js +2 -8
  1704. package/lib/components-react-node/copy/copy.js +37 -0
  1705. package/lib/components-react-node/date-picker/date-picker-input.js +0 -6
  1706. package/lib/components-react-node/dropdown/dropdown.js +2 -2
  1707. package/lib/components-react-node/file-uploader/demo-file-uploader.js +30 -6
  1708. package/lib/components-react-node/file-uploader/file-uploader-button.js +49 -0
  1709. package/lib/components-react-node/file-uploader/file-uploader-drop-container.js +49 -0
  1710. package/lib/components-react-node/file-uploader/file-uploader-skeleton.js +36 -0
  1711. package/lib/components-react-node/icon-button/defs.js +24 -0
  1712. package/lib/components-react-node/icon-button/icon-button.js +50 -0
  1713. package/lib/components-react-node/multi-select/multi-select.js +0 -6
  1714. package/lib/components-react-node/notification/actionable-notification-button.js +37 -0
  1715. package/lib/components-react-node/notification/actionable-notification.js +37 -0
  1716. package/lib/components-react-node/number-input/number-input.js +3 -9
  1717. package/lib/components-react-node/popover/defs.js +24 -0
  1718. package/lib/components-react-node/popover/index.js +9 -0
  1719. package/lib/components-react-node/popover/popover-content.js +36 -0
  1720. package/lib/components-react-node/popover/popover.js +36 -0
  1721. package/lib/components-react-node/progress-bar/defs.js +24 -0
  1722. package/lib/components-react-node/progress-bar/index.js +9 -0
  1723. package/lib/components-react-node/progress-bar/progress-bar.js +55 -0
  1724. package/lib/components-react-node/search/search.js +0 -7
  1725. package/lib/components-react-node/select/select-skeleton.js +36 -0
  1726. package/lib/components-react-node/select/select.js +0 -7
  1727. package/lib/components-react-node/slider/slider-input.js +0 -7
  1728. package/lib/components-react-node/text-input/defs.js +24 -0
  1729. package/lib/components-react-node/text-input/index.js +9 -0
  1730. package/lib/components-react-node/text-input/text-input-skeleton.js +36 -0
  1731. package/lib/components-react-node/text-input/text-input.js +55 -0
  1732. package/lib/components-react-node/textarea/textarea.js +3 -9
  1733. package/lib/components-react-node/tooltip/tooltip-content.js +37 -0
  1734. package/lib/components-react-node/tooltip/tooltip.js +3 -2
  1735. package/lib/globals/settings.js +1 -1
  1736. package/lib/globals/settings.js.map +1 -1
  1737. package/lib/globals/wrappers/createReactCustomElementType.js +4 -4
  1738. package/lib/globals/wrappers/createReactCustomElementType.js.map +1 -1
  1739. package/package.json +5 -5
  1740. package/scss/components/button/button.scss +5 -5
  1741. package/scss/components/checkbox/checkbox.scss +9 -1
  1742. package/scss/components/combo-box/combo-box.scss +51 -42
  1743. package/scss/components/copy-button/copy-button.scss +20 -0
  1744. package/scss/components/date-picker/date-picker.scss +28 -14
  1745. package/scss/components/dropdown/dropdown.scss +87 -34
  1746. package/scss/components/file-uploader/file-uploader.scss +22 -23
  1747. package/scss/components/icon-button/icon-button.scss +14 -0
  1748. package/scss/components/layer/layer.scss +0 -6
  1749. package/scss/components/list/list.scss +0 -5
  1750. package/scss/components/loading/loading.scss +1 -0
  1751. package/scss/components/modal/modal.scss +2 -2
  1752. package/scss/components/notification/actionable-notification.scss +170 -0
  1753. package/scss/components/notification/inline-notification.scss +26 -0
  1754. package/scss/components/notification/toast-notification.scss +26 -0
  1755. package/scss/components/number-input/number-input.scss +13 -0
  1756. package/scss/components/popover/popover.scss +122 -0
  1757. package/scss/components/progress-bar/progress-bar.scss +10 -0
  1758. package/scss/components/search/search.scss +54 -21
  1759. package/scss/components/select/select.scss +20 -4
  1760. package/scss/components/skeleton-text/skeleton-text.scss +4 -0
  1761. package/scss/components/slider/slider.scss +9 -1
  1762. package/scss/components/text-input/text-input.scss +38 -0
  1763. package/scss/components/textarea/textarea.scss +7 -0
  1764. package/scss/components/tile/tile.scss +4 -0
  1765. package/scss/components/tooltip/tooltip.scss +5 -135
  1766. package/es/components/file-uploader/drop-container.d.ts +0 -385
  1767. package/es/components/file-uploader/drop-container.d.ts.map +0 -1
  1768. package/es/components/file-uploader/drop-container.js +0 -264
  1769. package/es/components/file-uploader/drop-container.js.map +0 -1
  1770. package/es/components/input/defs.d.ts +0 -44
  1771. package/es/components/input/defs.d.ts.map +0 -1
  1772. package/es/components/input/defs.js +0 -36
  1773. package/es/components/input/defs.js.map +0 -1
  1774. package/es/components/input/index.d.ts +0 -11
  1775. package/es/components/input/index.d.ts.map +0 -1
  1776. package/es/components/input/index.js +0 -11
  1777. package/es/components/input/index.js.map +0 -1
  1778. package/es/components/input/input.css.js +0 -12
  1779. package/es/components/input/input.d.ts +0 -762
  1780. package/es/components/input/input.d.ts.map +0 -1
  1781. package/es/components/input/input.js +0 -497
  1782. package/es/components/input/input.js.map +0 -1
  1783. package/es/components/input/input.rtl.css.js +0 -12
  1784. package/es/components/search/defs.d.ts +0 -11
  1785. package/es/components/search/defs.d.ts.map +0 -1
  1786. package/es/components/search/defs.js +0 -11
  1787. package/es/components/search/defs.js.map +0 -1
  1788. package/es/components/slider/defs.d.ts +0 -11
  1789. package/es/components/slider/defs.d.ts.map +0 -1
  1790. package/es/components/slider/defs.js +0 -11
  1791. package/es/components/slider/defs.js.map +0 -1
  1792. package/es/components/tooltip/defs.d.ts +0 -84
  1793. package/es/components/tooltip/defs.d.ts.map +0 -1
  1794. package/es/components/tooltip/defs.js +0 -39
  1795. package/es/components/tooltip/defs.js.map +0 -1
  1796. package/es/components/tooltip/tooltip-body.d.ts +0 -40
  1797. package/es/components/tooltip/tooltip-body.d.ts.map +0 -1
  1798. package/es/components/tooltip/tooltip-body.js +0 -175
  1799. package/es/components/tooltip/tooltip-body.js.map +0 -1
  1800. package/es/components/tooltip/tooltip-footer.d.ts +0 -19
  1801. package/es/components/tooltip/tooltip-footer.d.ts.map +0 -1
  1802. package/es/components/tooltip/tooltip-footer.js +0 -49
  1803. package/es/components/tooltip/tooltip-footer.js.map +0 -1
  1804. package/es/components-react/file-uploader/drop-container.d.ts +0 -19
  1805. package/es/components-react/file-uploader/drop-container.js +0 -28
  1806. package/es/components-react/input/defs.js +0 -9
  1807. package/es/components-react/input/input.d.ts +0 -15
  1808. package/es/components-react/input/input.js +0 -22
  1809. package/es/components-react/search/defs.js +0 -9
  1810. package/es/components-react/slider/defs.js +0 -9
  1811. package/es/components-react/tooltip/defs.js +0 -9
  1812. package/es/components-react/tooltip/tooltip-body.d.ts +0 -14
  1813. package/es/components-react/tooltip/tooltip-body.js +0 -23
  1814. package/es/components-react/tooltip/tooltip-footer.d.ts +0 -15
  1815. package/es/components-react/tooltip/tooltip-footer.js +0 -21
  1816. package/es/icons/app-switcher/16.js +0 -15
  1817. package/es/icons/app-switcher/20.js +0 -15
  1818. package/es/icons/app-switcher/24.js +0 -15
  1819. package/es/icons/app-switcher/32.js +0 -15
  1820. package/es/icons/arrows/16.js +0 -15
  1821. package/es/icons/arrows/20.js +0 -15
  1822. package/es/icons/arrows/24.js +0 -15
  1823. package/es/icons/arrows/32.js +0 -15
  1824. package/es/icons/back-to-top/16.js +0 -15
  1825. package/es/icons/back-to-top/20.js +0 -15
  1826. package/es/icons/back-to-top/24.js +0 -15
  1827. package/es/icons/back-to-top/32.js +0 -15
  1828. package/es/icons/checkbox--undeterminate/16.js +0 -15
  1829. package/es/icons/checkbox--undeterminate/20.js +0 -15
  1830. package/es/icons/checkbox--undeterminate/24.js +0 -15
  1831. package/es/icons/checkbox--undeterminate/32.js +0 -15
  1832. package/es/icons/checkbox--undeterminate--filled/16.js +0 -15
  1833. package/es/icons/checkbox--undeterminate--filled/20.js +0 -15
  1834. package/es/icons/checkbox--undeterminate--filled/24.js +0 -15
  1835. package/es/icons/checkbox--undeterminate--filled/32.js +0 -15
  1836. package/es/icons/cloud--lightning/16.js +0 -15
  1837. package/es/icons/cloud--lightning/20.js +0 -15
  1838. package/es/icons/cloud--lightning/24.js +0 -15
  1839. package/es/icons/cloud--lightning/32.js +0 -15
  1840. package/es/icons/cloud--rain/16.js +0 -15
  1841. package/es/icons/cloud--rain/20.js +0 -15
  1842. package/es/icons/cloud--rain/24.js +0 -15
  1843. package/es/icons/cloud--rain/32.js +0 -15
  1844. package/es/icons/cloud--snow/16.js +0 -15
  1845. package/es/icons/cloud--snow/20.js +0 -15
  1846. package/es/icons/cloud--snow/24.js +0 -15
  1847. package/es/icons/cloud--snow/32.js +0 -15
  1848. package/es/icons/delete/16.js +0 -15
  1849. package/es/icons/delete/20.js +0 -15
  1850. package/es/icons/delete/24.js +0 -15
  1851. package/es/icons/delete/32.js +0 -15
  1852. package/es/icons/glyph--caution/index.js +0 -15
  1853. package/es/icons/glyph--caution-inverted/index.js +0 -15
  1854. package/es/icons/glyph--circle-fill/index.js +0 -15
  1855. package/es/icons/glyph--circle-stroke/index.js +0 -15
  1856. package/es/icons/glyph--critical/index.js +0 -15
  1857. package/es/icons/glyph--incomplete/index.js +0 -15
  1858. package/es/icons/glyph--square-fill/index.js +0 -15
  1859. package/es/icons/letter--Aa--large/16.js +0 -15
  1860. package/es/icons/letter--Aa--large/20.js +0 -15
  1861. package/es/icons/letter--Aa--large/24.js +0 -15
  1862. package/es/icons/letter--Aa--large/32.js +0 -15
  1863. package/es/icons/logo--delicious/16.js +0 -15
  1864. package/es/icons/logo--delicious/20.js +0 -15
  1865. package/es/icons/logo--delicious/24.js +0 -15
  1866. package/es/icons/logo--delicious/32.js +0 -15
  1867. package/es/icons/logo--google/16.js +0 -15
  1868. package/es/icons/logo--google/20.js +0 -15
  1869. package/es/icons/logo--google/24.js +0 -15
  1870. package/es/icons/logo--google/32.js +0 -15
  1871. package/es/icons/logo--stumbleupon/16.js +0 -15
  1872. package/es/icons/logo--stumbleupon/20.js +0 -15
  1873. package/es/icons/logo--stumbleupon/24.js +0 -15
  1874. package/es/icons/logo--stumbleupon/32.js +0 -15
  1875. package/es/icons/mammogram--stacked/16.js +0 -15
  1876. package/es/icons/mammogram--stacked/20.js +0 -15
  1877. package/es/icons/mammogram--stacked/24.js +0 -15
  1878. package/es/icons/mammogram--stacked/32.js +0 -15
  1879. package/es/icons/misuse--alt/16.js +0 -15
  1880. package/es/icons/misuse--alt/20.js +0 -15
  1881. package/es/icons/misuse--alt/24.js +0 -15
  1882. package/es/icons/misuse--alt/32.js +0 -15
  1883. package/es/icons/research--bloch-sphere/16.js +0 -15
  1884. package/es/icons/research--bloch-sphere/20.js +0 -15
  1885. package/es/icons/research--bloch-sphere/24.js +0 -15
  1886. package/es/icons/research--bloch-sphere/32.js +0 -15
  1887. package/es/icons/research--hinton-plot/16.js +0 -15
  1888. package/es/icons/research--hinton-plot/20.js +0 -15
  1889. package/es/icons/research--hinton-plot/24.js +0 -15
  1890. package/es/icons/research--hinton-plot/32.js +0 -15
  1891. package/es/icons/research--matrix/16.js +0 -15
  1892. package/es/icons/research--matrix/20.js +0 -15
  1893. package/es/icons/research--matrix/24.js +0 -15
  1894. package/es/icons/research--matrix/32.js +0 -15
  1895. package/es/icons/sunny/16.js +0 -15
  1896. package/es/icons/sunny/20.js +0 -15
  1897. package/es/icons/sunny/24.js +0 -15
  1898. package/es/icons/sunny/32.js +0 -15
  1899. package/es/icons/undefined/index.js +0 -15
  1900. package/es/icons/watson-health/edit-filter/16.js +0 -15
  1901. package/es/icons/watson-health/edit-filter/20.js +0 -15
  1902. package/es/icons/watson-health/edit-filter/24.js +0 -15
  1903. package/es/icons/watson-health/edit-filter/32.js +0 -15
  1904. package/lib/components/input/defs.js +0 -47
  1905. package/lib/components/input/defs.js.map +0 -1
  1906. package/lib/components/search/defs.js +0 -21
  1907. package/lib/components/search/defs.js.map +0 -1
  1908. package/lib/components/slider/defs.js +0 -21
  1909. package/lib/components/slider/defs.js.map +0 -1
  1910. package/lib/components/tooltip/defs.js +0 -45
  1911. package/lib/components/tooltip/defs.js.map +0 -1
  1912. package/lib/components-react-node/file-uploader/drop-container.js +0 -49
  1913. package/lib/components-react-node/input/defs.js +0 -24
  1914. package/lib/components-react-node/input/input.js +0 -55
  1915. package/lib/components-react-node/search/defs.js +0 -24
  1916. package/lib/components-react-node/slider/defs.js +0 -24
  1917. package/lib/components-react-node/tooltip/defs.js +0 -24
  1918. package/lib/components-react-node/tooltip/tooltip-body.js +0 -37
  1919. package/lib/components-react-node/tooltip/tooltip-footer.js +0 -36
  1920. package/scss/components/input/input.scss +0 -37
  1921. /package/es/components-react/{input → icon-button}/defs.d.ts +0 -0
  1922. /package/es/components-react/{input → icon-button}/index.d.ts +0 -0
  1923. /package/es/components-react/{input → icon-button}/index.js +0 -0
  1924. /package/es/components-react/{search → popover}/defs.d.ts +0 -0
  1925. /package/es/components-react/{slider/defs.d.ts → popover/index.d.ts} +0 -0
  1926. /package/es/components-react/{tooltip → progress-bar}/defs.d.ts +0 -0
  1927. /package/es/icons/{app-switcher → SLM}/16.d.ts +0 -0
  1928. /package/es/icons/{app-switcher → SLM}/20.d.ts +0 -0
  1929. /package/es/icons/{app-switcher → SLM}/24.d.ts +0 -0
  1930. /package/es/icons/{app-switcher → SLM}/32.d.ts +0 -0
  1931. /package/es/icons/{arrows → apple--dash}/16.d.ts +0 -0
  1932. /package/es/icons/{arrows → apple--dash}/20.d.ts +0 -0
  1933. /package/es/icons/{arrows → apple--dash}/24.d.ts +0 -0
  1934. /package/es/icons/{arrows → apple--dash}/32.d.ts +0 -0
  1935. /package/es/icons/{checkbox--undeterminate--filled → batch-job}/16.d.ts +0 -0
  1936. /package/es/icons/{checkbox--undeterminate--filled → batch-job}/20.d.ts +0 -0
  1937. /package/es/icons/{checkbox--undeterminate--filled → batch-job}/24.d.ts +0 -0
  1938. /package/es/icons/{checkbox--undeterminate--filled → batch-job}/32.d.ts +0 -0
  1939. /package/es/icons/{back-to-top → batch-job--step}/16.d.ts +0 -0
  1940. /package/es/icons/{back-to-top → batch-job--step}/20.d.ts +0 -0
  1941. /package/es/icons/{back-to-top → batch-job--step}/24.d.ts +0 -0
  1942. /package/es/icons/{back-to-top → batch-job--step}/32.d.ts +0 -0
  1943. /package/es/icons/{cloud--lightning → boot-volume}/16.d.ts +0 -0
  1944. /package/es/icons/{cloud--lightning → boot-volume}/20.d.ts +0 -0
  1945. /package/es/icons/{cloud--lightning → boot-volume}/24.d.ts +0 -0
  1946. /package/es/icons/{cloud--lightning → boot-volume}/32.d.ts +0 -0
  1947. /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/16.d.ts +0 -0
  1948. /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/20.d.ts +0 -0
  1949. /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/24.d.ts +0 -0
  1950. /package/es/icons/{checkbox--undeterminate → boot-volume--alt}/32.d.ts +0 -0
  1951. /package/es/icons/{cloud--snow → bottles--01}/16.d.ts +0 -0
  1952. /package/es/icons/{cloud--snow → bottles--01}/20.d.ts +0 -0
  1953. /package/es/icons/{cloud--snow → bottles--01}/24.d.ts +0 -0
  1954. /package/es/icons/{cloud--snow → bottles--01}/32.d.ts +0 -0
  1955. /package/es/icons/{cloud--rain → bottles--01--dash}/16.d.ts +0 -0
  1956. /package/es/icons/{cloud--rain → bottles--01--dash}/20.d.ts +0 -0
  1957. /package/es/icons/{cloud--rain → bottles--01--dash}/24.d.ts +0 -0
  1958. /package/es/icons/{cloud--rain → bottles--01--dash}/32.d.ts +0 -0
  1959. /package/es/icons/{letter--Aa--large → bottles--02}/16.d.ts +0 -0
  1960. /package/es/icons/{letter--Aa--large → bottles--02}/20.d.ts +0 -0
  1961. /package/es/icons/{letter--Aa--large → bottles--02}/24.d.ts +0 -0
  1962. /package/es/icons/{letter--Aa--large → bottles--02}/32.d.ts +0 -0
  1963. /package/es/icons/{delete → bottles--02--dash}/16.d.ts +0 -0
  1964. /package/es/icons/{delete → bottles--02--dash}/20.d.ts +0 -0
  1965. /package/es/icons/{delete → bottles--02--dash}/24.d.ts +0 -0
  1966. /package/es/icons/{delete → bottles--02--dash}/32.d.ts +0 -0
  1967. /package/es/icons/{logo--delicious → bottles--container}/16.d.ts +0 -0
  1968. /package/es/icons/{logo--delicious → bottles--container}/20.d.ts +0 -0
  1969. /package/es/icons/{logo--delicious → bottles--container}/24.d.ts +0 -0
  1970. /package/es/icons/{logo--delicious → bottles--container}/32.d.ts +0 -0
  1971. /package/es/icons/{logo--google → build-tool}/16.d.ts +0 -0
  1972. /package/es/icons/{logo--google → build-tool}/20.d.ts +0 -0
  1973. /package/es/icons/{logo--google → build-tool}/24.d.ts +0 -0
  1974. /package/es/icons/{logo--google → build-tool}/32.d.ts +0 -0
  1975. /package/es/icons/{mammogram--stacked → calendar--add}/16.d.ts +0 -0
  1976. /package/es/icons/{mammogram--stacked → calendar--add}/20.d.ts +0 -0
  1977. /package/es/icons/{mammogram--stacked → calendar--add}/24.d.ts +0 -0
  1978. /package/es/icons/{mammogram--stacked → calendar--add}/32.d.ts +0 -0
  1979. /package/es/icons/{logo--stumbleupon → calendar--add--alt}/16.d.ts +0 -0
  1980. /package/es/icons/{logo--stumbleupon → calendar--add--alt}/20.d.ts +0 -0
  1981. /package/es/icons/{logo--stumbleupon → calendar--add--alt}/24.d.ts +0 -0
  1982. /package/es/icons/{logo--stumbleupon → calendar--add--alt}/32.d.ts +0 -0
  1983. /package/es/icons/{misuse--alt → carbon--ui-builder}/16.d.ts +0 -0
  1984. /package/es/icons/{misuse--alt → carbon--ui-builder}/20.d.ts +0 -0
  1985. /package/es/icons/{misuse--alt → carbon--ui-builder}/24.d.ts +0 -0
  1986. /package/es/icons/{misuse--alt → carbon--ui-builder}/32.d.ts +0 -0
  1987. /package/es/icons/{research--bloch-sphere → catalog--publish}/16.d.ts +0 -0
  1988. /package/es/icons/{research--bloch-sphere → catalog--publish}/20.d.ts +0 -0
  1989. /package/es/icons/{research--bloch-sphere → catalog--publish}/24.d.ts +0 -0
  1990. /package/es/icons/{research--bloch-sphere → catalog--publish}/32.d.ts +0 -0
  1991. /package/es/icons/{research--hinton-plot → cics--db2-connection}/16.d.ts +0 -0
  1992. /package/es/icons/{research--hinton-plot → cics--db2-connection}/20.d.ts +0 -0
  1993. /package/es/icons/{research--hinton-plot → cics--db2-connection}/24.d.ts +0 -0
  1994. /package/es/icons/{research--hinton-plot → cics--db2-connection}/32.d.ts +0 -0
  1995. /package/es/icons/{research--matrix → cics--program}/16.d.ts +0 -0
  1996. /package/es/icons/{research--matrix → cics--program}/20.d.ts +0 -0
  1997. /package/es/icons/{research--matrix → cics--program}/24.d.ts +0 -0
  1998. /package/es/icons/{research--matrix → cics--program}/32.d.ts +0 -0
  1999. /package/es/icons/{watson-health/edit-filter → cics--sit}/16.d.ts +0 -0
  2000. /package/es/icons/{watson-health/edit-filter → cics--sit}/20.d.ts +0 -0
  2001. /package/es/icons/{watson-health/edit-filter → cics--sit}/24.d.ts +0 -0
  2002. /package/es/icons/{watson-health/edit-filter → cics--sit}/32.d.ts +0 -0
  2003. /package/es/icons/{sunny → cics--sit-overrides}/16.d.ts +0 -0
  2004. /package/es/icons/{sunny → cics--sit-overrides}/20.d.ts +0 -0
  2005. /package/es/icons/{sunny → cics--sit-overrides}/24.d.ts +0 -0
  2006. /package/es/icons/{sunny → cics--sit-overrides}/32.d.ts +0 -0
  2007. /package/es/icons/{glyph--caution-inverted/index.d.ts → cics--transaction-server-zos/16.d.ts} +0 -0
  2008. /package/es/icons/{glyph--caution/index.d.ts → cics--transaction-server-zos/20.d.ts} +0 -0
  2009. /package/es/icons/{glyph--circle-fill/index.d.ts → cics--transaction-server-zos/24.d.ts} +0 -0
  2010. /package/es/icons/{glyph--circle-stroke/index.d.ts → cics--transaction-server-zos/32.d.ts} +0 -0
  2011. /package/es/icons/{glyph--critical/index.d.ts → cics-region--alt/16.d.ts} +0 -0
  2012. /package/es/icons/{glyph--incomplete/index.d.ts → cics-region--alt/20.d.ts} +0 -0
  2013. /package/es/icons/{glyph--square-fill/index.d.ts → cics-region--alt/24.d.ts} +0 -0
  2014. /package/es/icons/{glyph--undefined/index.d.ts → cics-region--alt/32.d.ts} +0 -0
  2015. /package/es/icons/{undefined/index.d.ts → connect--reference/16.d.ts} +0 -0
  2016. /package/es/icons/{glyph--undefined → diamond-fill}/index.js +0 -0
  2017. /package/lib/components-react-node/{input → icon-button}/index.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"modal-footer.js","names":["classMap","LitElement","html","customElement","prefix","styles","BXModalFooter","_decorate","_initialize","_LitElement","constructor","args","F","d","kind","key","value","_handleSlotChange","event","selectorButtons","_hasMoreThanTwoButtons","target","assignedNodes","filter","node","nodeType","Node","ELEMENT_NODE","matches","length","requestUpdate","render","hasMoreThanTwoButtons","handleSlotChange","classes","_t","_","static"],"sources":["components/modal/modal-footer.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './modal.scss';\n\n/**\n * Modal footer.\n *\n * @element cds-modal-footer\n */\n@customElement(`${prefix}-modal-footer`)\nclass BXModalFooter extends LitElement {\n /**\n * `true` if this modal footer has more than two buttons.\n */\n private _hasMoreThanTwoButtons = false;\n\n /**\n * Handles `slotchange` event.\n */\n private _handleSlotChange(event: Event) {\n const { selectorButtons } = this.constructor as typeof BXModalFooter;\n this._hasMoreThanTwoButtons =\n (event.target as HTMLSlotElement)\n .assignedNodes()\n .filter(\n (node) =>\n node.nodeType === Node.ELEMENT_NODE &&\n (node as Element).matches(selectorButtons)\n ).length > 2;\n this.requestUpdate();\n }\n\n render() {\n const {\n _hasMoreThanTwoButtons: hasMoreThanTwoButtons,\n _handleSlotChange: handleSlotChange,\n } = this;\n const classes = classMap({\n [`${prefix}--modal-footer`]: true,\n [`${prefix}--modal-footer--three-button`]: hasMoreThanTwoButtons,\n });\n return html`\n <div class=\"${classes}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n </div>\n `;\n }\n\n /**\n * A selector that selects the child buttons.\n */\n static get selectorButtons() {\n return `${prefix}-btn,${prefix}-modal-footer-button`;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default BXModalFooter;\n"],"mappings":";;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,QAAQ,QAAQ,6BAA6B;AACtD,SAASC,UAAU,EAAEC,IAAI,QAAQ,KAAK;AACtC,SAASC,aAAa,QAAQ,mBAAmB;AACjD,SAASC,MAAM,QAAQ,wBAAwB;AAC/C,OAAOC,MAAM,MAAM,kBAAc;;AAEjC;AACA;AACA;AACA;AACA,GAJA;AACA;AACA;AACA;AACA;AAJA,IAMMC,aAAa,GAAAC,SAAA,EADlBJ,aAAa,CAAE,GAAEC,MAAO,eAAc,CAAC,aAAAI,WAAA,EAAAC,WAAA;EAAxC,MACMH,aAAa,SAAAG,WAAA,CAAoB;IAAAC,YAAA,GAAAC,IAAA;MAAA,SAAAA,IAAA;MAAAH,WAAA;IAAA;EA8CvC;EAAC;IAAAI,CAAA,EA9CKN,aAAa;IAAAO,CAAA;MAAAC,IAAA;MAAAC,GAAA;MAAAC,MAAA;QAAA,OAIgB,KAAK;MAAA;IAAA;MAAAF,IAAA;MAAAC,GAAA;MAAAC,KAAA;MAHtC;AACF;AACA;;MAGE;AACF;AACA;MACE,SAAAC,kBAA0BC,KAAY,EAAE;QACtC,MAAM;UAAEC;QAAgB,CAAC,GAAG,IAAI,CAACT,WAAmC;QACpE,IAAI,CAACU,sBAAsB,GACxBF,KAAK,CAACG,MAAM,CACVC,aAAa,EAAE,CACfC,MAAM,CACJC,IAAI,IACHA,IAAI,CAACC,QAAQ,KAAKC,IAAI,CAACC,YAAY,IAClCH,IAAI,CAAaI,OAAO,CAACT,eAAe,CAAC,CAC7C,CAACU,MAAM,GAAG,CAAC;QAChB,IAAI,CAACC,aAAa,EAAE;MACtB;IAAC;MAAAhB,IAAA;MAAAC,GAAA;MAAAC,KAAA,EAED,SAAAe,OAAA,EAAS;QACP,MAAM;UACJX,sBAAsB,EAAEY,qBAAqB;UAC7Cf,iBAAiB,EAAEgB;QACrB,CAAC,GAAG,IAAI;QACR,MAAMC,OAAO,GAAGlC,QAAQ,CAAC;UACvB,CAAE,GAAEI,MAAO,gBAAe,GAAG,IAAI;UACjC,CAAE,GAAEA,MAAO,8BAA6B,GAAG4B;QAC7C,CAAC,CAAC;QACF,OAAO9B,IAAI,CAAAiC,EAAA,KAAAA,EAAA,GAAAC,CAAC;AAChB,oBAAkB,CAAU;AAC5B,6BAA2B,CAAmB;AAC9C;AACA,KAAI,GAHgBF,OAAO,EACED,gBAAgB;MAG3C;;MAEA;AACF;AACA;IAFE;MAAAnB,IAAA;MAAAuB,MAAA;MAAAtB,GAAA;MAAAC,KAAA,EAGA,SAAAG,gBAAA,EAA6B;QAC3B,OAAQ,GAAEf,MAAO,QAAOA,MAAO,sBAAqB;MACtD;IAAC;MAAAU,IAAA;MAAAuB,MAAA;MAAAtB,GAAA;MAAAC,MAAA;QAAA,OAEeX,MAAM;MAAA;IAAA;EAAA;AAAA,GA7CIJ,UAAU;AAgDtC,eAAeK,aAAa"}
1
+ {"version":3,"file":"modal-footer.js","names":["classMap","LitElement","html","customElement","prefix","styles","BXModalFooter","_decorate","_initialize","_LitElement","constructor","args","F","d","kind","key","value","_handleSlotChange","event","selectorButtons","_hasMoreThanTwoButtons","target","assignedNodes","filter","node","nodeType","Node","ELEMENT_NODE","matches","length","requestUpdate","render","hasMoreThanTwoButtons","handleSlotChange","classes","_t","_","static"],"sources":["components/modal/modal-footer.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport styles from './modal.scss';\n\n/**\n * Modal footer.\n *\n * @element cds-modal-footer\n */\n@customElement(`${prefix}-modal-footer`)\nclass BXModalFooter extends LitElement {\n /**\n * `true` if this modal footer has more than two buttons.\n */\n private _hasMoreThanTwoButtons = false;\n\n /**\n * Handles `slotchange` event.\n */\n private _handleSlotChange(event: Event) {\n const { selectorButtons } = this.constructor as typeof BXModalFooter;\n this._hasMoreThanTwoButtons =\n (event.target as HTMLSlotElement)\n .assignedNodes()\n .filter(\n (node) =>\n node.nodeType === Node.ELEMENT_NODE &&\n (node as Element).matches(selectorButtons)\n ).length > 2;\n this.requestUpdate();\n }\n\n render() {\n const {\n _hasMoreThanTwoButtons: hasMoreThanTwoButtons,\n _handleSlotChange: handleSlotChange,\n } = this;\n const classes = classMap({\n [`${prefix}--modal-footer`]: true,\n [`${prefix}--modal-footer--three-button`]: hasMoreThanTwoButtons,\n });\n return html`\n <div class=\"${classes}\">\n <slot @slotchange=\"${handleSlotChange}\"></slot>\n </div>\n `;\n }\n\n /**\n * A selector that selects the child buttons.\n */\n static get selectorButtons() {\n return `${prefix}-button,${prefix}-modal-footer-button`;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default BXModalFooter;\n"],"mappings":";;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,QAAQ,QAAQ,6BAA6B;AACtD,SAASC,UAAU,EAAEC,IAAI,QAAQ,KAAK;AACtC,SAASC,aAAa,QAAQ,mBAAmB;AACjD,SAASC,MAAM,QAAQ,wBAAwB;AAC/C,OAAOC,MAAM,MAAM,kBAAc;;AAEjC;AACA;AACA;AACA;AACA,GAJA;AACA;AACA;AACA;AACA;AAJA,IAMMC,aAAa,GAAAC,SAAA,EADlBJ,aAAa,CAAE,GAAEC,MAAO,eAAc,CAAC,aAAAI,WAAA,EAAAC,WAAA;EAAxC,MACMH,aAAa,SAAAG,WAAA,CAAoB;IAAAC,YAAA,GAAAC,IAAA;MAAA,SAAAA,IAAA;MAAAH,WAAA;IAAA;EA8CvC;EAAC;IAAAI,CAAA,EA9CKN,aAAa;IAAAO,CAAA;MAAAC,IAAA;MAAAC,GAAA;MAAAC,MAAA;QAAA,OAIgB,KAAK;MAAA;IAAA;MAAAF,IAAA;MAAAC,GAAA;MAAAC,KAAA;MAHtC;AACF;AACA;;MAGE;AACF;AACA;MACE,SAAAC,kBAA0BC,KAAY,EAAE;QACtC,MAAM;UAAEC;QAAgB,CAAC,GAAG,IAAI,CAACT,WAAmC;QACpE,IAAI,CAACU,sBAAsB,GACxBF,KAAK,CAACG,MAAM,CACVC,aAAa,EAAE,CACfC,MAAM,CACJC,IAAI,IACHA,IAAI,CAACC,QAAQ,KAAKC,IAAI,CAACC,YAAY,IAClCH,IAAI,CAAaI,OAAO,CAACT,eAAe,CAAC,CAC7C,CAACU,MAAM,GAAG,CAAC;QAChB,IAAI,CAACC,aAAa,EAAE;MACtB;IAAC;MAAAhB,IAAA;MAAAC,GAAA;MAAAC,KAAA,EAED,SAAAe,OAAA,EAAS;QACP,MAAM;UACJX,sBAAsB,EAAEY,qBAAqB;UAC7Cf,iBAAiB,EAAEgB;QACrB,CAAC,GAAG,IAAI;QACR,MAAMC,OAAO,GAAGlC,QAAQ,CAAC;UACvB,CAAE,GAAEI,MAAO,gBAAe,GAAG,IAAI;UACjC,CAAE,GAAEA,MAAO,8BAA6B,GAAG4B;QAC7C,CAAC,CAAC;QACF,OAAO9B,IAAI,CAAAiC,EAAA,KAAAA,EAAA,GAAAC,CAAC;AAChB,oBAAkB,CAAU;AAC5B,6BAA2B,CAAmB;AAC9C;AACA,KAAI,GAHgBF,OAAO,EACED,gBAAgB;MAG3C;;MAEA;AACF;AACA;IAFE;MAAAnB,IAAA;MAAAuB,MAAA;MAAAtB,GAAA;MAAAC,KAAA,EAGA,SAAAG,gBAAA,EAA6B;QAC3B,OAAQ,GAAEf,MAAO,WAAUA,MAAO,sBAAqB;MACzD;IAAC;MAAAU,IAAA;MAAAuB,MAAA;MAAAtB,GAAA;MAAAC,MAAA;QAAA,OAEeX,MAAM;MAAA;IAAA;EAAA;AAAA,GA7CIJ,UAAU;AAgDtC,eAAeK,aAAa"}
@@ -8,5 +8,5 @@
8
8
  */
9
9
  import { css } from 'lit';
10
10
  export default css([
11
- '@keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@keyframes skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}100%{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds--assistive-text,.cds--visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);visibility:inherit;white-space:nowrap}.cds--btn{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;display:inline-flex;width:-moz-max-content;width:max-content;max-width:20rem;min-height:3rem;flex-shrink:0;align-items:center;justify-content:space-between;padding:calc(.875rem - 3px) 63px calc(.875rem - 3px) 15px;margin:0;border-radius:0;cursor:pointer;outline:0;text-align:left;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds--btn *,.cds--btn ::after,.cds--btn ::before{box-sizing:inherit}.cds--btn.cds--btn--disabled,.cds--btn.cds--btn--disabled:focus,.cds--btn.cds--btn--disabled:hover,.cds--btn:disabled,.cds--btn:focus:disabled,.cds--btn:hover:disabled{border-color:var(--cds-button-disabled,#c6c6c6);background:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds--btn .cds--btn__icon{position:absolute;right:1rem;width:1rem;height:1rem;flex-shrink:0}.cds--btn::-moz-focus-inner{padding:0;border:0}.cds--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-primary,#0f62fe);color:var(--cds-text-on-color,#fff)}.cds--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}.cds--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--primary:active{background-color:var(--cds-button-primary-active,#002d9c)}.cds--btn--primary .cds--btn__icon,.cds--btn--primary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--primary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-secondary,#393939);color:var(--cds-text-on-color,#fff)}.cds--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}.cds--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--secondary:active{background-color:var(--cds-button-secondary-active,#6f6f6f)}.cds--btn--secondary .cds--btn__icon,.cds--btn--secondary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--secondary:focus,.cds--btn--secondary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-tertiary,#0f62fe);background-color:transparent;color:var(--cds-button-tertiary,#0f62fe)}.cds--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}.cds--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c)}.cds--btn--tertiary .cds--btn__icon,.cds--btn--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:active{border-color:transparent;background-color:var(--cds-button-tertiary-active,#002d9c);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary.cds--btn--disabled,.cds--btn--tertiary.cds--btn--disabled:focus,.cds--btn--tertiary.cds--btn--disabled:hover,.cds--btn--tertiary:disabled,.cds--btn--tertiary:focus:disabled,.cds--btn--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-link-primary,#0f62fe);padding:calc(.875rem - 3px) 16px}.cds--btn--ghost:hover{background-color:var(--cds-layer-hover)}.cds--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--ghost:active{background-color:var(--cds-layer-active)}.cds--btn--ghost .cds--btn__icon,.cds--btn--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--ghost .cds--btn__icon{position:static;margin-left:.5rem}.cds--btn--ghost:active,.cds--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds--btn--ghost:active{background-color:var(--cds-background-active,rgba(141,141,141,.5))}.cds--btn--ghost.cds--btn--disabled,.cds--btn--ghost.cds--btn--disabled:focus,.cds--btn--ghost.cds--btn--disabled:hover,.cds--btn--ghost:disabled,.cds--btn--ghost:focus:disabled,.cds--btn--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 16px}.cds--btn--ghost.cds--btn--field,.cds--btn--ghost.cds--btn--md{padding:calc(.675rem - 3px) 16px}.cds--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds--btn--icon-only{padding-right:.9375rem;padding-left:.9375rem}.cds--btn--icon-only .cds--btn__icon{position:static}.cds--btn--icon-only.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--icon-only.cds--btn--ghost .cds--btn__icon{margin:0}.cds--btn--icon-only.cds--btn--selected{background:var(--cds-background-selected,rgba(141,141,141,.2))}.cds--btn path[data-icon-path=inner-path]{fill:none}.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-icon-primary,#161616)}.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon path:not([data-icon-path]):not([fill=none]),.cds--btn.cds--btn--icon-only.cds--btn--ghost[disabled]:hover .cds--btn__icon{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn--ghost.cds--btn--icon-only[disabled]{cursor:not-allowed}.cds--btn--field.cds--btn--icon-only,.cds--btn--md.cds--btn--icon-only{padding-right:.6875rem;padding-left:.6875rem}.cds--btn--sm.cds--btn--icon-only{padding-right:.4375rem;padding-left:.4375rem}.cds--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger .cds--btn__icon,.cds--btn--danger .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-danger-secondary,#da1e28);background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}.cds--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--tertiary:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--tertiary .cds--btn__icon,.cds--btn--danger--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:active{border-color:var(--cds-button-danger-active,#750e13);background-color:var(--cds-button-danger-active,#750e13);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary.cds--btn--disabled,.cds--btn--danger--tertiary.cds--btn--disabled:focus,.cds--btn--danger--tertiary.cds--btn--disabled:hover,.cds--btn--danger--tertiary:disabled,.cds--btn--danger--tertiary:focus:disabled,.cds--btn--danger--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28);padding:calc(.875rem - 3px) 16px}.cds--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--ghost:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--danger--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--ghost .cds--btn__icon{position:static;margin-left:.5rem}.cds--btn--danger--ghost:active,.cds--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--ghost.cds--btn--disabled,.cds--btn--danger--ghost.cds--btn--disabled:focus,.cds--btn--danger--ghost.cds--btn--disabled:hover,.cds--btn--danger--ghost:disabled,.cds--btn--danger--ghost:focus:disabled,.cds--btn--danger--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:0}.cds--btn--danger--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 16px}.cds--btn--danger--ghost.cds--btn--field,.cds--btn--danger--ghost.cds--btn--md{padding:calc(.675rem - 3px) 16px}.cds--btn--sm{min-height:2rem;padding:calc(.375rem - 3px) 60px calc(.375rem - 3px) 12px}.cds--btn--2xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-right:4rem;padding-left:1rem;min-height:5rem}.cds--btn--xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-right:4rem;padding-left:1rem;min-height:4rem}.cds--btn--field,.cds--btn--md{min-height:2.5rem;padding:calc(.675rem - 3px) 60px calc(.675rem - 3px) 12px}.cds--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);min-height:3rem}.cds--btn--icon-only.cds--btn--expressive{padding:12px 13px}.cds--btn.cds--btn--expressive .cds--btn__icon{width:1.25rem;height:1.25rem}.cds--btn-set .cds--btn.cds--btn--expressive{max-width:20rem}.cds--btn.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:9.375rem}.cds--btn.cds--skeleton:active,.cds--btn.cds--skeleton:focus,.cds--btn.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--btn.cds--skeleton::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--btn.cds--skeleton::before{animation:none}}.cds--btn-set{display:flex}.cds--btn-set--stacked{flex-direction:column}.cds--btn-set .cds--btn{width:100%;max-width:12.25rem}.cds--btn-set .cds--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn:focus+.cds--btn{box-shadow:inherit}.cds--btn-set--stacked .cds--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set--stacked .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn.cds--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn-set .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}.cds--btn-set--stacked .cds--btn.cds--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-layer-selected-disabled,#8d8d8d)}.cds--btn-set--stacked .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn:focus{color:Highlight;outline:1px solid Highlight}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:ButtonText}}.cds--modal,:host(cds-modal[open]){position:fixed;z-index:9000;top:0;left:0;display:flex;width:100vw;height:100vh;align-items:center;justify-content:center;background-color:var(--cds-overlay,rgba(22,22,22,.5));content:"";opacity:0;transition:opacity 240ms cubic-bezier(.4,.14,1,1),visibility 0s linear 240ms;visibility:hidden}.cds--modal.is-visible,:host(cds-modal[open]){opacity:1;transition:opacity 240ms cubic-bezier(0,0,.3,1),visibility 0s linear;visibility:inherit}@media screen and (prefers-reduced-motion:reduce){.cds--modal.is-visible,:host(cds-modal[open]){transition:none}}.cds--modal .cds--date-picker__input,.cds--modal .cds--dropdown,.cds--modal .cds--dropdown-list,.cds--modal .cds--multi-select,.cds--modal .cds--number input[type=number],.cds--modal .cds--number__control-btn::after,.cds--modal .cds--number__control-btn::before,.cds--modal .cds--pagination,.cds--modal .cds--pagination__control-buttons,.cds--modal .cds--search-input,.cds--modal .cds--select-input,.cds--modal .cds--text-area,.cds--modal .cds--text-input,:host(cds-modal[open]) .cds--date-picker__input,:host(cds-modal[open]) .cds--dropdown,:host(cds-modal[open]) .cds--dropdown-list,:host(cds-modal[open]) .cds--multi-select,:host(cds-modal[open]) .cds--number input[type=number],:host(cds-modal[open]) .cds--number__control-btn::after,:host(cds-modal[open]) .cds--number__control-btn::before,:host(cds-modal[open]) .cds--pagination,:host(cds-modal[open]) .cds--pagination__control-buttons,:host(cds-modal[open]) .cds--search-input,:host(cds-modal[open]) .cds--select-input,:host(cds-modal[open]) .cds--text-area,:host(cds-modal[open]) .cds--text-input{background-color:var(--cds-field-02,#fff)}.cds--modal .cds--number__rule-divider,:host(cds-modal[open]) .cds--number__rule-divider{background-color:var(--cds-border-subtle-02,#e0e0e0)}.cds--modal.is-visible .cds--modal-container,:host(cds-modal[open]) .cds--modal-container{transform:translate3d(0,0,0);transition:transform 240ms cubic-bezier(0,0,.3,1)}.cds--modal-container{position:fixed;top:0;display:grid;overflow:hidden;width:100%;height:100%;max-height:100%;background-color:var(--cds-layer);grid-template-columns:100%;grid-template-rows:auto 1fr auto;outline:3px solid transparent;outline-offset:-3px;transform:translate3d(0,-24px,0);transform-origin:top center;transition:transform 240ms cubic-bezier(.4,.14,1,1)}@media (min-width:42rem){.cds--modal-container{position:static;width:84%;height:auto;max-height:90%}}@media (min-width:66rem){.cds--modal-container{width:60%;max-height:84%}}@media (min-width:82rem){.cds--modal-container{width:48%}}.cds--modal-container .cds--modal-container-body{display:contents}.cds--modal-content,:host(cds-modal-body){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);position:relative;padding-top:.5rem;padding-right:1rem;padding-left:1rem;margin-bottom:3rem;color:var(--cds-text-primary,#161616);font-weight:400;grid-column:1/-1;grid-row:2/-2;overflow-y:auto}.cds--modal-content:focus,:focus:host(cds-modal-body){outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--modal-content:focus,:focus:host(cds-modal-body){outline-style:dotted}}.cds--modal-content>p,.cds--modal-content__regular-content,:host(cds-modal-body)>p{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);padding-right:calc(20% - 2rem)}.cds--modal-content--with-form{padding-right:1rem}.cds--modal-header,:host(cds-modal-header){padding-top:1rem;padding-right:3rem;padding-left:1rem;margin-bottom:.5rem;grid-column:1/-1;grid-row:1/1}.cds--modal-header__label,:host(cds-modal-label){font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);margin-bottom:.25rem;color:var(--cds-text-secondary,#525252)}.cds--modal-header__heading,:host(cds-modal-heading){font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);line-height:var(--cds-heading-03-line-height,1.4);letter-spacing:var(--cds-heading-03-letter-spacing,0);color:var(--cds-text-primary,#161616)}.cds--modal-container--xs .cds--modal-content__regular-content{padding-right:1rem}.cds--modal-container--xs .cds--modal-content>p,.cds--modal-container--xs :host(cds-modal-body)>p{padding-right:0}@media (min-width:42rem){.cds--modal-container--xs{width:48%}}@media (min-width:66rem){.cds--modal-container--xs{width:32%;max-height:48%}}@media (min-width:82rem){.cds--modal-container--xs{width:24%}}.cds--modal-container--sm .cds--modal-content__regular-content{padding-right:1rem}.cds--modal-container--sm .cds--modal-content>p,.cds--modal-container--sm :host(cds-modal-body)>p{padding-right:0}@media (min-width:42rem){.cds--modal-container--sm{width:60%}}@media (min-width:66rem){.cds--modal-container--sm{width:42%;max-height:72%}.cds--modal-container--sm .cds--modal-content>p,.cds--modal-container--sm .cds--modal-content__regular-content,.cds--modal-container--sm :host(cds-modal-body)>p{padding-right:20%}}@media (min-width:82rem){.cds--modal-container--sm{width:36%}}@media (min-width:42rem){.cds--modal-container--lg{width:96%}}@media (min-width:66rem){.cds--modal-container--lg{width:84%;max-height:96%}}@media (min-width:82rem){.cds--modal-container--lg{width:72%}}.cds--modal-scroll-content>:last-child{padding-bottom:2rem}.cds--modal-content--overflow-indicator{position:absolute;bottom:3rem;left:0;width:100%;height:2rem;background-image:linear-gradient(to bottom,transparent,var(--cds-layer));content:"";grid-column:1/-1;grid-row:2/-2;pointer-events:none}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.cds--modal-content--overflow-indicator{background-image:linear-gradient(to bottom,rgba(var(--cds-layer),0),var(--cds-layer))}}}.cds--modal-content:focus~.cds--modal-content--overflow-indicator,:focus:host(cds-modal-body)~.cds--modal-content--overflow-indicator{width:calc(100% - 4px);margin:0 2px 2px}@media screen and (-ms-high-contrast:active){.cds--modal-scroll-content>:last-child{padding-bottom:0}.cds--modal-content--overflow-indicator{display:none}}.cds--modal-footer{display:flex;height:4rem;justify-content:flex-end;margin-top:auto;grid-column:1/-1;grid-row:-1/-1}.cds--modal-footer .cds--btn{max-width:none;height:4rem;flex:0 1 50%;padding-top:1rem;padding-bottom:2rem;margin:0}.cds--modal-footer--three-button .cds--btn{flex:0 1 25%;align-items:flex-start}.cds--modal-close{position:absolute;z-index:2;top:0;right:0;overflow:hidden;width:3rem;height:3rem;padding:.75rem;border:2px solid transparent;background-color:transparent;cursor:pointer;transition:background-color 110ms cubic-bezier(.2,0,.38,.9)}.cds--modal-close:hover{background-color:var(--cds-layer-hover)}.cds--modal-close:focus{border-color:var(--cds-focus,#0f62fe);outline:0}.cds--modal-close::-moz-focus-inner{border:0}.cds--modal-close__icon{width:1.25rem;height:1.25rem;fill:var(--cds-icon-primary,#161616)}.cds--body--with-modal-open{overflow:hidden}.cds--body--with-modal-open .cds--modal .cds--overflow-menu-options,.cds--body--with-modal-open .cds--modal .cds--tooltip,.cds--body--with-modal-open :host(cds-modal[open]) .cds--overflow-menu-options,.cds--body--with-modal-open :host(cds-modal[open]) .cds--tooltip{z-index:9000}.cds--modal-container--full-width .cds--modal-content,.cds--modal-container--full-width :host(cds-modal-body){padding:0;margin:0}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--modal-close__icon{fill:ButtonText}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--modal-close:focus{color:Highlight;outline:1px solid Highlight}}:host(cds-modal){position:fixed;top:0;bottom:0;width:100vw;height:100vh;z-index:z("modal");display:flex;align-items:center;justify-content:center;content:"";background-color:var(--cds-overlay,rgba(22,22,22,.5));opacity:0;visibility:hidden;transition:background-color .7s cubic-bezier(.4,.14,1,1),opacity 240ms cubic-bezier(.4,.14,1,1),z-index .7s cubic-bezier(.4,.14,1,1),visibility 240ms cubic-bezier(.4,.14,1,1)}:host(cds-modal) .cds--select-input,:host(cds-modal) .cds--text-input{background-color:var(--cds-field-02,#fff)}@media (min-width:42rem){:host(cds-modal) .cds--modal-container ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container ::slotted(cds-modal-header){padding-right:20%}}:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-header),:host(cds-modal) .cds--modal-container--xl ::slotted(cds-modal-header),:host(cds-modal) .cds--modal-container--xs ::slotted(cds-modal-header){padding-right:3rem}:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--xl ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--xs ::slotted(cds-modal-body){padding-right:1rem}@media (min-width:82rem){:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-header){padding-right:20%}}@media (min-width:42rem){:host(cds-modal) .cds--modal-container--lg ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--lg ::slotted(cds-modal-header){padding-right:20%}}:host(cds-modal[open]){opacity:1;visibility:inherit}:host(cds-modal-close-button){outline:0}:host(cds-modal-heading),:host(cds-modal-label){display:block}:host(cds-modal-footer) .cds--modal-footer--three-button ::slotted(cds-btn),:host(cds-modal-footer) .cds--modal-footer--three-button ::slotted(cds-modal-footer-button){flex:0 1 25%}:host(cds-modal-footer) ::slotted(cds-btn),:host(cds-modal-footer-button){flex:0 1 50%;max-width:none;width:50%;height:4rem;margin:0;padding-bottom:2rem}:host(cds-modal-footer-button) .cds--btn{padding-top:1rem;padding-bottom:2rem;box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}:host(cds-modal-footer-button:first-of-type) .cds--btn{box-shadow:inherit}:host(cds-modal-footer-button) .cds--btn:focus,:host(cds-modal-footer-button):first-of-type .cds--btn:focus{box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe),inset 0 0 0 2px var(--cds-background,#fff)}',
11
+ '@keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@keyframes skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}100%{opacity:.3;transform:scaleX(0);transform-origin:left}}.cds--assistive-text,.cds--visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);visibility:inherit;white-space:nowrap}.cds--btn{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;display:inline-flex;width:-moz-max-content;width:max-content;max-width:20rem;min-height:3rem;flex-shrink:0;align-items:center;justify-content:space-between;padding:calc(.875rem - 3px) calc(4rem - 1px) calc(.875rem - 3px) calc(1rem - 1px);margin:0;border-radius:0;cursor:pointer;outline:0;text-align:left;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds--btn *,.cds--btn ::after,.cds--btn ::before{box-sizing:inherit}.cds--btn.cds--btn--disabled,.cds--btn.cds--btn--disabled:focus,.cds--btn.cds--btn--disabled:hover,.cds--btn:disabled,.cds--btn:focus:disabled,.cds--btn:hover:disabled{border-color:var(--cds-button-disabled,#c6c6c6);background:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds--btn .cds--btn__icon{position:absolute;right:1rem;width:1rem;height:1rem;flex-shrink:0}.cds--btn::-moz-focus-inner{padding:0;border:0}.cds--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-primary,#0f62fe);color:var(--cds-text-on-color,#fff)}.cds--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}.cds--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--primary:active{background-color:var(--cds-button-primary-active,#002d9c)}.cds--btn--primary .cds--btn__icon,.cds--btn--primary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--primary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-secondary,#393939);color:var(--cds-text-on-color,#fff)}.cds--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}.cds--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--secondary:active{background-color:var(--cds-button-secondary-active,#6f6f6f)}.cds--btn--secondary .cds--btn__icon,.cds--btn--secondary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--secondary:focus,.cds--btn--secondary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-tertiary,#0f62fe);background-color:transparent;color:var(--cds-button-tertiary,#0f62fe)}.cds--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}.cds--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c)}.cds--btn--tertiary .cds--btn__icon,.cds--btn--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:active{border-color:transparent;background-color:var(--cds-button-tertiary-active,#002d9c);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary.cds--btn--disabled,.cds--btn--tertiary.cds--btn--disabled:focus,.cds--btn--tertiary.cds--btn--disabled:hover,.cds--btn--tertiary:disabled,.cds--btn--tertiary:focus:disabled,.cds--btn--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-link-primary,#0f62fe);padding:calc(.875rem - 3px) 1rem}.cds--btn--ghost:hover{background-color:var(--cds-layer-hover)}.cds--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--ghost:active{background-color:var(--cds-layer-active)}.cds--btn--ghost .cds--btn__icon,.cds--btn--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--ghost .cds--btn__icon{position:static;margin-left:.5rem}.cds--btn--ghost:active,.cds--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds--btn--ghost:active{background-color:var(--cds-background-active,rgba(141,141,141,.5))}.cds--btn--ghost.cds--btn--disabled,.cds--btn--ghost.cds--btn--disabled:focus,.cds--btn--ghost.cds--btn--disabled:hover,.cds--btn--ghost:disabled,.cds--btn--ghost:focus:disabled,.cds--btn--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 1rem}.cds--btn--ghost.cds--btn--field,.cds--btn--ghost.cds--btn--md{padding:calc(.675rem - 3px) 1rem}.cds--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds--btn--icon-only{padding-right:.9375rem;padding-left:.9375rem}.cds--btn--icon-only .cds--btn__icon{position:static}.cds--btn--icon-only.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--icon-only.cds--btn--ghost .cds--btn__icon{margin:0}.cds--btn--icon-only.cds--btn--selected{background:var(--cds-background-selected,rgba(141,141,141,.2))}.cds--btn path[data-icon-path=inner-path]{fill:none}.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-icon-primary,#161616)}.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon path:not([data-icon-path]):not([fill=none]),.cds--btn.cds--btn--icon-only.cds--btn--ghost[disabled]:hover .cds--btn__icon{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn--ghost.cds--btn--icon-only[disabled]{cursor:not-allowed}.cds--btn--field.cds--btn--icon-only,.cds--btn--md.cds--btn--icon-only{padding-right:.6875rem;padding-left:.6875rem}.cds--btn--sm.cds--btn--icon-only{padding-right:.4375rem;padding-left:.4375rem}.cds--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger .cds--btn__icon,.cds--btn--danger .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-danger-secondary,#da1e28);background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}.cds--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--tertiary:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--tertiary .cds--btn__icon,.cds--btn--danger--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:active{border-color:var(--cds-button-danger-active,#750e13);background-color:var(--cds-button-danger-active,#750e13);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary.cds--btn--disabled,.cds--btn--danger--tertiary.cds--btn--disabled:focus,.cds--btn--danger--tertiary.cds--btn--disabled:hover,.cds--btn--danger--tertiary:disabled,.cds--btn--danger--tertiary:focus:disabled,.cds--btn--danger--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28);padding:calc(.875rem - 3px) 1rem}.cds--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--ghost:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--danger--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--ghost .cds--btn__icon{position:static;margin-left:.5rem}.cds--btn--danger--ghost:active,.cds--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--ghost.cds--btn--disabled,.cds--btn--danger--ghost.cds--btn--disabled:focus,.cds--btn--danger--ghost.cds--btn--disabled:hover,.cds--btn--danger--ghost:disabled,.cds--btn--danger--ghost:focus:disabled,.cds--btn--danger--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:0}.cds--btn--danger--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 1rem}.cds--btn--danger--ghost.cds--btn--field,.cds--btn--danger--ghost.cds--btn--md{padding:calc(.675rem - 3px) 1rem}.cds--btn--sm{min-height:2rem;padding:calc(.375rem - 3px) calc(4rem - 4px) calc(.375rem - 3px) calc(1rem - 4px)}.cds--btn--2xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-right:4rem;padding-left:1rem;min-height:5rem}.cds--btn--xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-right:4rem;padding-left:1rem;min-height:4rem}.cds--btn--field,.cds--btn--md{min-height:2.5rem;padding:calc(.675rem - 3px) calc(4rem - 4px) calc(.675rem - 3px) calc(1rem - 4px)}.cds--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);min-height:3rem}.cds--btn--icon-only.cds--btn--expressive{padding:12px 13px}.cds--btn.cds--btn--expressive .cds--btn__icon{width:1.25rem;height:1.25rem}.cds--btn-set .cds--btn.cds--btn--expressive{max-width:20rem}.cds--btn.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:9.375rem}.cds--btn.cds--skeleton:active,.cds--btn.cds--skeleton:focus,.cds--btn.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--btn.cds--skeleton::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--btn.cds--skeleton::before{animation:none}}.cds--btn-set{display:flex}.cds--btn-set--stacked{flex-direction:column}.cds--btn-set .cds--btn{width:100%;max-width:12.25rem}.cds--btn-set .cds--btn:not(:focus){box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn:focus+.cds--btn{box-shadow:inherit}.cds--btn-set--stacked .cds--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set--stacked .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn.cds--btn--disabled{box-shadow:-.0625rem 0 0 0 var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn-set .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}.cds--btn-set--stacked .cds--btn.cds--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-layer-selected-disabled,#8d8d8d)}.cds--btn-set--stacked .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn:focus{color:Highlight;outline:1px solid Highlight}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:ButtonText}}.cds--modal,:host(cds-modal[open]){position:fixed;z-index:9000;top:0;left:0;display:flex;width:100vw;height:100vh;align-items:center;justify-content:center;background-color:var(--cds-overlay,rgba(22,22,22,.5));content:"";opacity:0;transition:opacity 240ms cubic-bezier(.4,.14,1,1),visibility 0s linear 240ms;visibility:hidden}.cds--modal.is-visible,:host(cds-modal[open]){opacity:1;transition:opacity 240ms cubic-bezier(0,0,.3,1),visibility 0s linear;visibility:inherit}@media screen and (prefers-reduced-motion:reduce){.cds--modal.is-visible,:host(cds-modal[open]){transition:none}}.cds--modal .cds--date-picker__input,.cds--modal .cds--dropdown,.cds--modal .cds--dropdown-list,.cds--modal .cds--multi-select,.cds--modal .cds--number input[type=number],.cds--modal .cds--number__control-btn::after,.cds--modal .cds--number__control-btn::before,.cds--modal .cds--pagination,.cds--modal .cds--pagination__control-buttons,.cds--modal .cds--search-input,.cds--modal .cds--select-input,.cds--modal .cds--text-area,.cds--modal .cds--text-input,:host(cds-modal[open]) .cds--date-picker__input,:host(cds-modal[open]) .cds--dropdown,:host(cds-modal[open]) .cds--dropdown-list,:host(cds-modal[open]) .cds--multi-select,:host(cds-modal[open]) .cds--number input[type=number],:host(cds-modal[open]) .cds--number__control-btn::after,:host(cds-modal[open]) .cds--number__control-btn::before,:host(cds-modal[open]) .cds--pagination,:host(cds-modal[open]) .cds--pagination__control-buttons,:host(cds-modal[open]) .cds--search-input,:host(cds-modal[open]) .cds--select-input,:host(cds-modal[open]) .cds--text-area,:host(cds-modal[open]) .cds--text-input{background-color:var(--cds-field-02,#fff)}.cds--modal .cds--number__rule-divider,:host(cds-modal[open]) .cds--number__rule-divider{background-color:var(--cds-border-subtle-02,#e0e0e0)}.cds--modal .cds--date-picker--fluid .ccdsds--date-picker-input__wrapper .cds--date-picker__input,.cds--modal .cds--list-box__wrapper--fluid .cds--list-box,.cds--modal .cds--list-box__wrapper--fluid.cds--list-box__wrapper,.cds--modal .cds--number-input--fluid .cds--number__control-btn::after,.cds--modal .cds--number-input--fluid .cds--number__control-btn::before,.cds--modal .cds--number-input--fluid input[type=number],.cds--modal .cds--search--fluid .cds--search-input,.cds--modal .cds--select--fluid .cds--select-input,.cds--modal .cds--text-area--fluid .cds--text-area,.cds--modal .cds--text-area--fluid .cds--text-area__wrapper,.cds--modal .cds--text-area--fluid .cds--text-area__wrapper[data-invalid] .cds--text-area__divider+.cds--form-requirement,.cds--modal .cds--text-input--fluid .cds--text-input,:host(cds-modal[open]) .cds--date-picker--fluid .ccdsds--date-picker-input__wrapper .cds--date-picker__input,:host(cds-modal[open]) .cds--list-box__wrapper--fluid .cds--list-box,:host(cds-modal[open]) .cds--list-box__wrapper--fluid.cds--list-box__wrapper,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn::after,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn::before,:host(cds-modal[open]) .cds--number-input--fluid input[type=number],:host(cds-modal[open]) .cds--search--fluid .cds--search-input,:host(cds-modal[open]) .cds--select--fluid .cds--select-input,:host(cds-modal[open]) .cds--text-area--fluid .cds--text-area,:host(cds-modal[open]) .cds--text-area--fluid .cds--text-area__wrapper,:host(cds-modal[open]) .cds--text-area--fluid .cds--text-area__wrapper[data-invalid] .cds--text-area__divider+.cds--form-requirement,:host(cds-modal[open]) .cds--text-input--fluid .cds--text-input{background-color:var(--cds-field-01,#f4f4f4)}.cds--modal .cds--number-input--fluid .cds--number__control-btn:hover::after,.cds--modal .cds--number-input--fluid .cds--number__control-btn:hover::before,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn:hover::after,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn:hover::before{background-color:var(--cds-field-hover)}.cds--modal .cds--number-input--fluid .cds--number__control-btn:focus::after,.cds--modal .cds--number-input--fluid .cds--number__control-btn:focus::before,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn:focus::after,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn:focus::before{border-left:2px solid var(--cds-focus,#0f62fe)}.cds--modal.is-visible .cds--modal-container,:host(cds-modal[open]) .cds--modal-container{transform:translate3d(0,0,0);transition:transform 240ms cubic-bezier(0,0,.3,1)}.cds--modal-container{position:fixed;top:0;display:grid;overflow:hidden;width:100%;height:100%;max-height:100%;background-color:var(--cds-layer);grid-template-columns:100%;grid-template-rows:auto 1fr auto;outline:3px solid transparent;outline-offset:-3px;transform:translate3d(0,-24px,0);transform-origin:top center;transition:transform 240ms cubic-bezier(.4,.14,1,1)}@media (min-width:42rem){.cds--modal-container{position:static;width:84%;height:auto;max-height:90%}}@media (min-width:66rem){.cds--modal-container{width:60%;max-height:84%}}@media (min-width:82rem){.cds--modal-container{width:48%}}.cds--modal-container .cds--modal-container-body{display:contents}.cds--modal-content,:host(cds-modal-body){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);position:relative;padding-top:.5rem;padding-right:1rem;padding-left:1rem;margin-bottom:3rem;color:var(--cds-text-primary,#161616);font-weight:400;grid-column:1/-1;grid-row:2/-2;overflow-y:auto}.cds--modal-content:focus,:focus:host(cds-modal-body){outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--modal-content:focus,:focus:host(cds-modal-body){outline-style:dotted}}.cds--modal-content .cds--form--fluid,:host(cds-modal-body) .cds--form--fluid{margin-right:-1rem;margin-left:-1rem}.cds--modal-content>p,.cds--modal-content__regular-content,:host(cds-modal-body)>p{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);padding-right:calc(20% - 2rem)}.cds--modal-content--with-form{padding-right:1rem}.cds--modal-header,:host(cds-modal-header){padding-top:1rem;padding-right:3rem;padding-left:1rem;margin-bottom:.5rem;grid-column:1/-1;grid-row:1/1}.cds--modal-header__label,:host(cds-modal-label){font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);margin-bottom:.25rem;color:var(--cds-text-secondary,#525252)}.cds--modal-header__heading,:host(cds-modal-heading){font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);line-height:var(--cds-heading-03-line-height,1.4);letter-spacing:var(--cds-heading-03-letter-spacing,0);padding-right:calc(20% - 3rem);color:var(--cds-text-primary,#161616)}.cds--modal-container--xs .cds--modal-content__regular-content{padding-right:1rem}.cds--modal-container--xs .cds--modal-content>p,.cds--modal-container--xs :host(cds-modal-body)>p{padding-right:0}@media (min-width:42rem){.cds--modal-container--xs{width:48%}}@media (min-width:66rem){.cds--modal-container--xs{width:32%;max-height:48%}}@media (min-width:82rem){.cds--modal-container--xs{width:24%}}.cds--modal-container--sm .cds--modal-content__regular-content{padding-right:1rem}.cds--modal-container--sm .cds--modal-content>p,.cds--modal-container--sm :host(cds-modal-body)>p{padding-right:0}@media (min-width:42rem){.cds--modal-container--sm{width:60%}}@media (min-width:66rem){.cds--modal-container--sm{width:42%;max-height:72%}.cds--modal-container--sm .cds--modal-content>p,.cds--modal-container--sm .cds--modal-content__regular-content,.cds--modal-container--sm :host(cds-modal-body)>p{padding-right:20%}}@media (min-width:82rem){.cds--modal-container--sm{width:36%}}@media (min-width:42rem){.cds--modal-container--lg{width:96%}}@media (min-width:66rem){.cds--modal-container--lg{width:84%;max-height:96%}}@media (min-width:82rem){.cds--modal-container--lg{width:72%}}.cds--modal-scroll-content>:last-child{padding-bottom:2rem}.cds--modal-content--overflow-indicator{position:absolute;bottom:3rem;left:0;width:100%;height:2rem;background-image:linear-gradient(to bottom,transparent,var(--cds-layer));content:"";grid-column:1/-1;grid-row:2/-2;pointer-events:none}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.cds--modal-content--overflow-indicator{background-image:linear-gradient(to bottom,rgba(var(--cds-layer),0),var(--cds-layer))}}}.cds--modal-content:focus~.cds--modal-content--overflow-indicator,:focus:host(cds-modal-body)~.cds--modal-content--overflow-indicator{width:calc(100% - 4px);margin:0 2px 2px}@media screen and (-ms-high-contrast:active){.cds--modal-scroll-content>:last-child{padding-bottom:0}.cds--modal-content--overflow-indicator{display:none}}.cds--modal-footer{display:flex;height:4rem;justify-content:flex-end;margin-top:auto;grid-column:1/-1;grid-row:-1/-1}.cds--modal-footer .cds--btn{max-width:none;height:4rem;flex:0 1 50%;align-items:baseline;padding-top:.875rem;padding-bottom:2rem;margin:0}.cds--modal-footer--three-button .cds--btn{flex:0 1 25%;align-items:flex-start}.cds--modal-close{position:absolute;z-index:2;top:0;right:0;overflow:hidden;width:3rem;height:3rem;padding:.75rem;border:2px solid transparent;background-color:transparent;cursor:pointer;transition:background-color 110ms cubic-bezier(.2,0,.38,.9)}.cds--modal-close:hover{background-color:var(--cds-layer-hover)}.cds--modal-close:focus{border-color:var(--cds-focus,#0f62fe);outline:0}.cds--modal-close::-moz-focus-inner{border:0}.cds--modal-close__icon{width:1.25rem;height:1.25rem;fill:var(--cds-icon-primary,#161616)}.cds--body--with-modal-open{overflow:hidden}.cds--body--with-modal-open .cds--modal .cds--overflow-menu-options,.cds--body--with-modal-open .cds--modal .cds--tooltip,.cds--body--with-modal-open :host(cds-modal[open]) .cds--overflow-menu-options,.cds--body--with-modal-open :host(cds-modal[open]) .cds--tooltip{z-index:9000}.cds--modal-container--full-width .cds--modal-content,.cds--modal-container--full-width :host(cds-modal-body){padding:0;margin:0}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--modal-close__icon{fill:ButtonText}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--modal-close:focus{color:Highlight;outline:1px solid Highlight}}:host(cds-modal){position:fixed;top:0;bottom:0;width:100vw;height:100vh;z-index:z("modal");display:flex;align-items:center;justify-content:center;content:"";background-color:var(--cds-overlay,rgba(22,22,22,.5));opacity:0;visibility:hidden;transition:background-color .7s cubic-bezier(.4,.14,1,1),opacity 240ms cubic-bezier(.4,.14,1,1),z-index .7s cubic-bezier(.4,.14,1,1),visibility 240ms cubic-bezier(.4,.14,1,1)}:host(cds-modal) .cds--select-input,:host(cds-modal) .cds--text-input{background-color:var(--cds-field-02,#fff)}@media (min-width:42rem){:host(cds-modal) .cds--modal-container ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container ::slotted(cds-modal-header){padding-right:20%}}:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-header),:host(cds-modal) .cds--modal-container--xl ::slotted(cds-modal-header),:host(cds-modal) .cds--modal-container--xs ::slotted(cds-modal-header){padding-right:3rem}:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--xl ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--xs ::slotted(cds-modal-body){padding-right:1rem}@media (min-width:82rem){:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-header){padding-right:20%}}@media (min-width:42rem){:host(cds-modal) .cds--modal-container--lg ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--lg ::slotted(cds-modal-header){padding-right:20%}}:host(cds-modal[open]){opacity:1;visibility:inherit}:host(cds-modal-close-button){outline:0}:host(cds-modal-heading),:host(cds-modal-label){display:block}:host(cds-modal-footer) .cds--modal-footer--three-button ::slotted(cds-button),:host(cds-modal-footer) .cds--modal-footer--three-button ::slotted(cds-modal-footer-button){flex:0 1 25%}:host(cds-modal-footer) ::slotted(cds-button),:host(cds-modal-footer-button){flex:0 1 50%;max-width:none;width:50%;height:4rem;margin:0;padding-bottom:2rem}:host(cds-modal-footer-button) .cds--btn{padding-top:1rem;padding-bottom:2rem;box-shadow:-.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}:host(cds-modal-footer-button:first-of-type) .cds--btn{box-shadow:inherit}:host(cds-modal-footer-button) .cds--btn:focus,:host(cds-modal-footer-button):first-of-type .cds--btn:focus{box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe),inset 0 0 0 2px var(--cds-background,#fff)}',
12
12
  ]);
@@ -1 +1 @@
1
- {"version":3,"sources":["components/modal/modal.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAKvC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAIpC,OAAO,EAAE,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwCtB;;;;;;;;;GASG;AACH,cACM,OAAQ,SAAQ,YAA6B;IACjD;;OAEG;IACH,OAAO,CAAC,SAAS,CAAwB;IAEzC;;OAEG;IAEH,OAAO,CAAC,kBAAkB,CAAqB;IAE/C;;OAEG;IAEH,OAAO,CAAC,gBAAgB,CAAqB;IAE7C;;;;OAIG;IAGH,OAAO,CAAC,YAAY,CAIlB;IAEF;;;;OAIG;IAGH,OAAO,CAAC,WAAW,CA+CjB;IAIF,OAAO,CAAC,cAAc,CAIpB;IAEF;;;;OAIG;IACH,OAAO,CAAC,qBAAqB;IAU7B;;;;OAIG;IACH,OAAO,CAAC,yBAAyB;IA0BjC;;OAEG;IAEH,cAAc,SAAM;IAEpB;;OAEG;IAEH,IAAI,UAAS;IAEb;;OAEG;IAEH,IAAI,aAAsB;IAE1B,MAAM;IAiCA,OAAO,CAAC,iBAAiB,KAAA;IAgC/B;;;OAGG;IACH,OAAO,CAAC,MAAM,CAAC,MAAM;IAMrB;;OAEG;IACH,MAAM,KAAK,mBAAmB,WAE7B;IAED;;OAEG;IACH,MAAM,KAAK,gBAAgB,WAE1B;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED;;;OAGG;IACH,MAAM,KAAK,gBAAgB,WAE1B;IAED;;OAEG;IACH,MAAM,KAAK,UAAU,WAEpB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,OAAO,CAAC","file":"modal.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { property, customElement, query } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport { MODAL_SIZE } from './defs';\nimport styles from './modal.scss';\nimport { selectorTabbable } from '../../globals/settings';\n\nexport { MODAL_SIZE };\n\n// eslint-disable-next-line no-bitwise\nconst PRECEDING =\n Node.DOCUMENT_POSITION_PRECEDING | Node.DOCUMENT_POSITION_CONTAINS;\n// eslint-disable-next-line no-bitwise\nconst FOLLOWING =\n Node.DOCUMENT_POSITION_FOLLOWING | Node.DOCUMENT_POSITION_CONTAINED_BY;\n\n/**\n * Tries to focus on the given elements and bails out if one of them is successful.\n *\n * @param elems The elements.\n * @param reverse `true` to go through the list in reverse order.\n * @returns `true` if one of the attempts is successful, `false` otherwise.\n */\nfunction tryFocusElems(\n elems: NodeListOf<HTMLElement>,\n reverse: boolean = false\n) {\n if (!reverse) {\n for (let i = 0; i < elems.length; ++i) {\n const elem = elems[i];\n elem.focus();\n if (elem.ownerDocument!.activeElement === elem) {\n return true;\n }\n }\n } else {\n for (let i = elems.length - 1; i >= 0; --i) {\n const elem = elems[i];\n elem.focus();\n if (elem.ownerDocument!.activeElement === elem) {\n return true;\n }\n }\n }\n return false;\n}\n\n/**\n * Modal.\n *\n * @element cds-modal\n * @csspart dialog The dialog.\n * @fires cds-modal-beingclosed\n * The custom event fired before this modal is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this modal.\n * @fires cds-modal-closed - The custom event fired after this modal is closed upon a user gesture.\n */\n@customElement(`${prefix}-modal`)\nclass BXModal extends HostListenerMixin(LitElement) {\n /**\n * The element that had focus before this modal gets open.\n */\n private _launcher: Element | null = null;\n\n /**\n * Node to track focus going outside of modal content.\n */\n @query('#start-sentinel')\n private _startSentinelNode!: HTMLAnchorElement;\n\n /**\n * Node to track focus going outside of modal content.\n */\n @query('#end-sentinel')\n private _endSentinelNode!: HTMLAnchorElement;\n\n /**\n * Handles `click` event on this element.\n *\n * @param event The event.\n */\n @HostListener('click')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleClick = (event: MouseEvent) => {\n if (event.composedPath().indexOf(this.shadowRoot!) < 0) {\n this._handleUserInitiatedClose(event.target);\n }\n };\n\n /**\n * Handles `blur` event on this element.\n *\n * @param event The event.\n */\n @HostListener('shadowRoot:focusout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleBlur = async ({ target, relatedTarget }: FocusEvent) => {\n const {\n open,\n _startSentinelNode: startSentinelNode,\n _endSentinelNode: endSentinelNode,\n } = this;\n const oldContains = target !== this && this.contains(target as Node);\n const currentContains =\n relatedTarget !== this &&\n (this.contains(relatedTarget as Node) ||\n (this.shadowRoot?.contains(relatedTarget as Node) &&\n relatedTarget !== (endSentinelNode as Node)));\n\n // Performs focus wrapping if _all_ of the following is met:\n // * This modal is open\n // * The viewport still has focus\n // * Modal body used to have focus but no longer has focus\n const { selectorTabbable: selectorTabbableForModal } = this\n .constructor as typeof BXModal;\n if (open && relatedTarget && oldContains && !currentContains) {\n const comparisonResult = (target as Node).compareDocumentPosition(\n relatedTarget as Node\n );\n // eslint-disable-next-line no-bitwise\n if (relatedTarget === startSentinelNode || comparisonResult & PRECEDING) {\n await (this.constructor as typeof BXModal)._delay();\n if (\n !tryFocusElems(\n this.querySelectorAll(selectorTabbableForModal),\n true\n ) &&\n relatedTarget !== this\n ) {\n this.focus();\n }\n }\n // eslint-disable-next-line no-bitwise\n else if (\n relatedTarget === endSentinelNode ||\n comparisonResult & FOLLOWING\n ) {\n await (this.constructor as typeof BXModal)._delay();\n if (!tryFocusElems(this.querySelectorAll(selectorTabbableForModal))) {\n this.focus();\n }\n }\n }\n };\n\n @HostListener('document:keydown')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleKeydown = ({ key, target }: KeyboardEvent) => {\n if (key === 'Esc' || key === 'Escape') {\n this._handleUserInitiatedClose(target);\n }\n };\n\n /**\n * Handles `click` event on the modal container.\n *\n * @param event The event.\n */\n private _handleClickContainer(event: MouseEvent) {\n if (\n (event.target as Element).matches(\n (this.constructor as typeof BXModal).selectorCloseButton\n )\n ) {\n this._handleUserInitiatedClose(event.target);\n }\n }\n\n /**\n * Handles user-initiated close request of this modal.\n *\n * @param triggeredBy The element that triggered this close request.\n */\n private _handleUserInitiatedClose(triggeredBy: EventTarget | null) {\n if (this.open) {\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n triggeredBy,\n },\n };\n if (\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof BXModal).eventBeforeClose,\n init\n )\n )\n ) {\n this.open = false;\n this.dispatchEvent(\n new CustomEvent((this.constructor as typeof BXModal).eventClose, init)\n );\n }\n }\n }\n\n /**\n * The additional CSS class names for the container <div> of the element.\n */\n @property({ attribute: 'container-class' })\n containerClass = '';\n\n /**\n * `true` if the modal should be open.\n */\n @property({ type: Boolean, reflect: true })\n open = false;\n\n /**\n * Modal size.\n */\n @property({ reflect: true })\n size = MODAL_SIZE.REGULAR;\n\n render() {\n const { size } = this;\n const containerClass = this.containerClass\n .split(' ')\n .filter(Boolean)\n .reduce((acc, item) => ({ ...acc, [item]: true }), {});\n const containerClasses = classMap({\n [`${prefix}--modal-container`]: true,\n [`${prefix}--modal-container--${size}`]: size,\n ...containerClass,\n });\n return html`\n <a\n id=\"start-sentinel\"\n class=\"${prefix}--visually-hidden\"\n href=\"javascript:void 0\"\n role=\"navigation\"></a>\n <div\n part=\"dialog\"\n class=${containerClasses}\n role=\"dialog\"\n tabindex=\"-1\"\n @click=${this._handleClickContainer}>\n <slot></slot>\n </div>\n <a\n id=\"end-sentinel\"\n class=\"${prefix}--visually-hidden\"\n href=\"javascript:void 0\"\n role=\"navigation\"></a>\n `;\n }\n\n async updated(changedProperties) {\n if (changedProperties.has('open')) {\n if (this.open) {\n this._launcher = this.ownerDocument!.activeElement;\n const primaryFocusNode = this.querySelector(\n (this.constructor as typeof BXModal).selectorPrimaryFocus\n );\n await (this.constructor as typeof BXModal)._delay();\n if (primaryFocusNode) {\n // For cases where a `carbon-web-components` component (e.g. `<cds-btn>`) being `primaryFocusNode`,\n // where its first update/render cycle that makes it focusable happens after `<cds-modal>`'s first update/render cycle\n (primaryFocusNode as HTMLElement).focus();\n } else if (\n !tryFocusElems(\n this.querySelectorAll(\n (this.constructor as typeof BXModal).selectorTabbable\n ),\n true\n )\n ) {\n this.focus();\n }\n } else if (\n this._launcher &&\n typeof (this._launcher as HTMLElement).focus === 'function'\n ) {\n (this._launcher as HTMLElement).focus();\n this._launcher = null;\n }\n }\n }\n\n /**\n * @param ms The number of milliseconds.\n * @returns A promise that is resolves after the given milliseconds.\n */\n private static _delay(ms: number = 0) {\n return new Promise((resolve) => {\n setTimeout(resolve, ms);\n });\n }\n\n /**\n * A selector selecting buttons that should close this modal.\n */\n static get selectorCloseButton() {\n return `[data-modal-close],${prefix}-modal-close-button`;\n }\n\n /**\n * A selector selecting tabbable nodes.\n */\n static get selectorTabbable() {\n return selectorTabbable;\n }\n\n /**\n * A selector selecting the nodes that should be focused when modal gets open.\n */\n static get selectorPrimaryFocus() {\n return `[data-modal-primary-focus],${prefix}-modal-footer ${prefix}-btn[kind=\"primary\"]`;\n }\n\n /**\n * The name of the custom event fired before this modal is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this modal.\n */\n static get eventBeforeClose() {\n return `${prefix}-modal-beingclosed`;\n }\n\n /**\n * The name of the custom event fired after this modal is closed upon a user gesture.\n */\n static get eventClose() {\n return `${prefix}-modal-closed`;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default BXModal;\n"]}
1
+ {"version":3,"sources":["components/modal/modal.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAGH,OAAO,EAAE,UAAU,EAAQ,MAAM,KAAK,CAAC;AAKvC,OAAO,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AAIpC,OAAO,EAAE,UAAU,EAAE,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwCtB;;;;;;;;;GASG;AACH,cACM,OAAQ,SAAQ,YAA6B;IACjD;;OAEG;IACH,OAAO,CAAC,SAAS,CAAwB;IAEzC;;OAEG;IAEH,OAAO,CAAC,kBAAkB,CAAqB;IAE/C;;OAEG;IAEH,OAAO,CAAC,gBAAgB,CAAqB;IAE7C;;;;OAIG;IAGH,OAAO,CAAC,YAAY,CAIlB;IAEF;;;;OAIG;IAGH,OAAO,CAAC,WAAW,CA+CjB;IAIF,OAAO,CAAC,cAAc,CAIpB;IAEF;;;;OAIG;IACH,OAAO,CAAC,qBAAqB;IAU7B;;;;OAIG;IACH,OAAO,CAAC,yBAAyB;IA0BjC;;OAEG;IAEH,cAAc,SAAM;IAEpB;;OAEG;IAEH,IAAI,UAAS;IAEb;;OAEG;IAEH,IAAI,aAAsB;IAE1B,MAAM;IAiCA,OAAO,CAAC,iBAAiB,KAAA;IAgC/B;;;OAGG;IACH,OAAO,CAAC,MAAM,CAAC,MAAM;IAMrB;;OAEG;IACH,MAAM,KAAK,mBAAmB,WAE7B;IAED;;OAEG;IACH,MAAM,KAAK,gBAAgB,WAE1B;IAED;;OAEG;IACH,MAAM,KAAK,oBAAoB,WAE9B;IAED;;;OAGG;IACH,MAAM,KAAK,gBAAgB,WAE1B;IAED;;OAEG;IACH,MAAM,KAAK,UAAU,WAEpB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,OAAO,CAAC","file":"modal.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { property, customElement, query } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport { MODAL_SIZE } from './defs';\nimport styles from './modal.scss';\nimport { selectorTabbable } from '../../globals/settings';\n\nexport { MODAL_SIZE };\n\n// eslint-disable-next-line no-bitwise\nconst PRECEDING =\n Node.DOCUMENT_POSITION_PRECEDING | Node.DOCUMENT_POSITION_CONTAINS;\n// eslint-disable-next-line no-bitwise\nconst FOLLOWING =\n Node.DOCUMENT_POSITION_FOLLOWING | Node.DOCUMENT_POSITION_CONTAINED_BY;\n\n/**\n * Tries to focus on the given elements and bails out if one of them is successful.\n *\n * @param elems The elements.\n * @param reverse `true` to go through the list in reverse order.\n * @returns `true` if one of the attempts is successful, `false` otherwise.\n */\nfunction tryFocusElems(\n elems: NodeListOf<HTMLElement>,\n reverse: boolean = false\n) {\n if (!reverse) {\n for (let i = 0; i < elems.length; ++i) {\n const elem = elems[i];\n elem.focus();\n if (elem.ownerDocument!.activeElement === elem) {\n return true;\n }\n }\n } else {\n for (let i = elems.length - 1; i >= 0; --i) {\n const elem = elems[i];\n elem.focus();\n if (elem.ownerDocument!.activeElement === elem) {\n return true;\n }\n }\n }\n return false;\n}\n\n/**\n * Modal.\n *\n * @element cds-modal\n * @csspart dialog The dialog.\n * @fires cds-modal-beingclosed\n * The custom event fired before this modal is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this modal.\n * @fires cds-modal-closed - The custom event fired after this modal is closed upon a user gesture.\n */\n@customElement(`${prefix}-modal`)\nclass BXModal extends HostListenerMixin(LitElement) {\n /**\n * The element that had focus before this modal gets open.\n */\n private _launcher: Element | null = null;\n\n /**\n * Node to track focus going outside of modal content.\n */\n @query('#start-sentinel')\n private _startSentinelNode!: HTMLAnchorElement;\n\n /**\n * Node to track focus going outside of modal content.\n */\n @query('#end-sentinel')\n private _endSentinelNode!: HTMLAnchorElement;\n\n /**\n * Handles `click` event on this element.\n *\n * @param event The event.\n */\n @HostListener('click')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleClick = (event: MouseEvent) => {\n if (event.composedPath().indexOf(this.shadowRoot!) < 0) {\n this._handleUserInitiatedClose(event.target);\n }\n };\n\n /**\n * Handles `blur` event on this element.\n *\n * @param event The event.\n */\n @HostListener('shadowRoot:focusout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleBlur = async ({ target, relatedTarget }: FocusEvent) => {\n const {\n open,\n _startSentinelNode: startSentinelNode,\n _endSentinelNode: endSentinelNode,\n } = this;\n const oldContains = target !== this && this.contains(target as Node);\n const currentContains =\n relatedTarget !== this &&\n (this.contains(relatedTarget as Node) ||\n (this.shadowRoot?.contains(relatedTarget as Node) &&\n relatedTarget !== (endSentinelNode as Node)));\n\n // Performs focus wrapping if _all_ of the following is met:\n // * This modal is open\n // * The viewport still has focus\n // * Modal body used to have focus but no longer has focus\n const { selectorTabbable: selectorTabbableForModal } = this\n .constructor as typeof BXModal;\n if (open && relatedTarget && oldContains && !currentContains) {\n const comparisonResult = (target as Node).compareDocumentPosition(\n relatedTarget as Node\n );\n // eslint-disable-next-line no-bitwise\n if (relatedTarget === startSentinelNode || comparisonResult & PRECEDING) {\n await (this.constructor as typeof BXModal)._delay();\n if (\n !tryFocusElems(\n this.querySelectorAll(selectorTabbableForModal),\n true\n ) &&\n relatedTarget !== this\n ) {\n this.focus();\n }\n }\n // eslint-disable-next-line no-bitwise\n else if (\n relatedTarget === endSentinelNode ||\n comparisonResult & FOLLOWING\n ) {\n await (this.constructor as typeof BXModal)._delay();\n if (!tryFocusElems(this.querySelectorAll(selectorTabbableForModal))) {\n this.focus();\n }\n }\n }\n };\n\n @HostListener('document:keydown')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleKeydown = ({ key, target }: KeyboardEvent) => {\n if (key === 'Esc' || key === 'Escape') {\n this._handleUserInitiatedClose(target);\n }\n };\n\n /**\n * Handles `click` event on the modal container.\n *\n * @param event The event.\n */\n private _handleClickContainer(event: MouseEvent) {\n if (\n (event.target as Element).matches(\n (this.constructor as typeof BXModal).selectorCloseButton\n )\n ) {\n this._handleUserInitiatedClose(event.target);\n }\n }\n\n /**\n * Handles user-initiated close request of this modal.\n *\n * @param triggeredBy The element that triggered this close request.\n */\n private _handleUserInitiatedClose(triggeredBy: EventTarget | null) {\n if (this.open) {\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n triggeredBy,\n },\n };\n if (\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof BXModal).eventBeforeClose,\n init\n )\n )\n ) {\n this.open = false;\n this.dispatchEvent(\n new CustomEvent((this.constructor as typeof BXModal).eventClose, init)\n );\n }\n }\n }\n\n /**\n * The additional CSS class names for the container <div> of the element.\n */\n @property({ attribute: 'container-class' })\n containerClass = '';\n\n /**\n * `true` if the modal should be open.\n */\n @property({ type: Boolean, reflect: true })\n open = false;\n\n /**\n * Modal size.\n */\n @property({ reflect: true })\n size = MODAL_SIZE.REGULAR;\n\n render() {\n const { size } = this;\n const containerClass = this.containerClass\n .split(' ')\n .filter(Boolean)\n .reduce((acc, item) => ({ ...acc, [item]: true }), {});\n const containerClasses = classMap({\n [`${prefix}--modal-container`]: true,\n [`${prefix}--modal-container--${size}`]: size,\n ...containerClass,\n });\n return html`\n <a\n id=\"start-sentinel\"\n class=\"${prefix}--visually-hidden\"\n href=\"javascript:void 0\"\n role=\"navigation\"></a>\n <div\n part=\"dialog\"\n class=${containerClasses}\n role=\"dialog\"\n tabindex=\"-1\"\n @click=${this._handleClickContainer}>\n <slot></slot>\n </div>\n <a\n id=\"end-sentinel\"\n class=\"${prefix}--visually-hidden\"\n href=\"javascript:void 0\"\n role=\"navigation\"></a>\n `;\n }\n\n async updated(changedProperties) {\n if (changedProperties.has('open')) {\n if (this.open) {\n this._launcher = this.ownerDocument!.activeElement;\n const primaryFocusNode = this.querySelector(\n (this.constructor as typeof BXModal).selectorPrimaryFocus\n );\n await (this.constructor as typeof BXModal)._delay();\n if (primaryFocusNode) {\n // For cases where a `carbon-web-components` component (e.g. `<cds-button>`) being `primaryFocusNode`,\n // where its first update/render cycle that makes it focusable happens after `<cds-modal>`'s first update/render cycle\n (primaryFocusNode as HTMLElement).focus();\n } else if (\n !tryFocusElems(\n this.querySelectorAll(\n (this.constructor as typeof BXModal).selectorTabbable\n ),\n true\n )\n ) {\n this.focus();\n }\n } else if (\n this._launcher &&\n typeof (this._launcher as HTMLElement).focus === 'function'\n ) {\n (this._launcher as HTMLElement).focus();\n this._launcher = null;\n }\n }\n }\n\n /**\n * @param ms The number of milliseconds.\n * @returns A promise that is resolves after the given milliseconds.\n */\n private static _delay(ms: number = 0) {\n return new Promise((resolve) => {\n setTimeout(resolve, ms);\n });\n }\n\n /**\n * A selector selecting buttons that should close this modal.\n */\n static get selectorCloseButton() {\n return `[data-modal-close],${prefix}-modal-close-button`;\n }\n\n /**\n * A selector selecting tabbable nodes.\n */\n static get selectorTabbable() {\n return selectorTabbable;\n }\n\n /**\n * A selector selecting the nodes that should be focused when modal gets open.\n */\n static get selectorPrimaryFocus() {\n return `[data-modal-primary-focus],${prefix}-modal-footer ${prefix}-button[kind=\"primary\"]`;\n }\n\n /**\n * The name of the custom event fired before this modal is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this modal.\n */\n static get eventBeforeClose() {\n return `${prefix}-modal-beingclosed`;\n }\n\n /**\n * The name of the custom event fired after this modal is closed upon a user gesture.\n */\n static get eventClose() {\n return `${prefix}-modal-closed`;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default BXModal;\n"]}
@@ -306,7 +306,7 @@ let BXModal = _decorate([customElement(`${prefix}-modal`)], function (_initializ
306
306
  const primaryFocusNode = this.querySelector(this.constructor.selectorPrimaryFocus);
307
307
  await this.constructor._delay();
308
308
  if (primaryFocusNode) {
309
- // For cases where a `carbon-web-components` component (e.g. `<cds-btn>`) being `primaryFocusNode`,
309
+ // For cases where a `carbon-web-components` component (e.g. `<cds-button>`) being `primaryFocusNode`,
310
310
  // where its first update/render cycle that makes it focusable happens after `<cds-modal>`'s first update/render cycle
311
311
  primaryFocusNode.focus();
312
312
  } else if (!tryFocusElems(this.querySelectorAll(this.constructor.selectorTabbable), true)) {
@@ -363,7 +363,7 @@ let BXModal = _decorate([customElement(`${prefix}-modal`)], function (_initializ
363
363
  static: true,
364
364
  key: "selectorPrimaryFocus",
365
365
  value: function selectorPrimaryFocus() {
366
- return `[data-modal-primary-focus],${prefix}-modal-footer ${prefix}-btn[kind="primary"]`;
366
+ return `[data-modal-primary-focus],${prefix}-modal-footer ${prefix}-button[kind="primary"]`;
367
367
  }
368
368
 
369
369
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"modal.js","names":["classMap","LitElement","html","property","customElement","query","prefix","HostListener","HostListenerMixin","MODAL_SIZE","styles","selectorTabbable","PRECEDING","Node","DOCUMENT_POSITION_PRECEDING","DOCUMENT_POSITION_CONTAINS","FOLLOWING","DOCUMENT_POSITION_FOLLOWING","DOCUMENT_POSITION_CONTAINED_BY","tryFocusElems","elems","reverse","i","length","elem","focus","ownerDocument","activeElement","BXModal","_decorate","_initialize","_HostListenerMixin","constructor","args","F","d","kind","key","value","decorators","event","composedPath","indexOf","shadowRoot","_handleUserInitiatedClose","target","relatedTarget","_this$shadowRoot","open","_startSentinelNode","startSentinelNode","_endSentinelNode","endSentinelNode","oldContains","contains","currentContains","selectorTabbableForModal","comparisonResult","compareDocumentPosition","_delay","querySelectorAll","_handleClickContainer","matches","selectorCloseButton","triggeredBy","init","bubbles","cancelable","composed","detail","dispatchEvent","CustomEvent","eventBeforeClose","eventClose","attribute","type","Boolean","reflect","REGULAR","render","size","containerClass","split","filter","reduce","acc","item","_objectSpread","containerClasses","_t","_","updated","changedProperties","has","_launcher","primaryFocusNode","querySelector","selectorPrimaryFocus","static","ms","Promise","resolve","setTimeout"],"sources":["components/modal/modal.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { property, customElement, query } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport { MODAL_SIZE } from './defs';\nimport styles from './modal.scss';\nimport { selectorTabbable } from '../../globals/settings';\n\nexport { MODAL_SIZE };\n\n// eslint-disable-next-line no-bitwise\nconst PRECEDING =\n Node.DOCUMENT_POSITION_PRECEDING | Node.DOCUMENT_POSITION_CONTAINS;\n// eslint-disable-next-line no-bitwise\nconst FOLLOWING =\n Node.DOCUMENT_POSITION_FOLLOWING | Node.DOCUMENT_POSITION_CONTAINED_BY;\n\n/**\n * Tries to focus on the given elements and bails out if one of them is successful.\n *\n * @param elems The elements.\n * @param reverse `true` to go through the list in reverse order.\n * @returns `true` if one of the attempts is successful, `false` otherwise.\n */\nfunction tryFocusElems(\n elems: NodeListOf<HTMLElement>,\n reverse: boolean = false\n) {\n if (!reverse) {\n for (let i = 0; i < elems.length; ++i) {\n const elem = elems[i];\n elem.focus();\n if (elem.ownerDocument!.activeElement === elem) {\n return true;\n }\n }\n } else {\n for (let i = elems.length - 1; i >= 0; --i) {\n const elem = elems[i];\n elem.focus();\n if (elem.ownerDocument!.activeElement === elem) {\n return true;\n }\n }\n }\n return false;\n}\n\n/**\n * Modal.\n *\n * @element cds-modal\n * @csspart dialog The dialog.\n * @fires cds-modal-beingclosed\n * The custom event fired before this modal is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this modal.\n * @fires cds-modal-closed - The custom event fired after this modal is closed upon a user gesture.\n */\n@customElement(`${prefix}-modal`)\nclass BXModal extends HostListenerMixin(LitElement) {\n /**\n * The element that had focus before this modal gets open.\n */\n private _launcher: Element | null = null;\n\n /**\n * Node to track focus going outside of modal content.\n */\n @query('#start-sentinel')\n private _startSentinelNode!: HTMLAnchorElement;\n\n /**\n * Node to track focus going outside of modal content.\n */\n @query('#end-sentinel')\n private _endSentinelNode!: HTMLAnchorElement;\n\n /**\n * Handles `click` event on this element.\n *\n * @param event The event.\n */\n @HostListener('click')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleClick = (event: MouseEvent) => {\n if (event.composedPath().indexOf(this.shadowRoot!) < 0) {\n this._handleUserInitiatedClose(event.target);\n }\n };\n\n /**\n * Handles `blur` event on this element.\n *\n * @param event The event.\n */\n @HostListener('shadowRoot:focusout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleBlur = async ({ target, relatedTarget }: FocusEvent) => {\n const {\n open,\n _startSentinelNode: startSentinelNode,\n _endSentinelNode: endSentinelNode,\n } = this;\n const oldContains = target !== this && this.contains(target as Node);\n const currentContains =\n relatedTarget !== this &&\n (this.contains(relatedTarget as Node) ||\n (this.shadowRoot?.contains(relatedTarget as Node) &&\n relatedTarget !== (endSentinelNode as Node)));\n\n // Performs focus wrapping if _all_ of the following is met:\n // * This modal is open\n // * The viewport still has focus\n // * Modal body used to have focus but no longer has focus\n const { selectorTabbable: selectorTabbableForModal } = this\n .constructor as typeof BXModal;\n if (open && relatedTarget && oldContains && !currentContains) {\n const comparisonResult = (target as Node).compareDocumentPosition(\n relatedTarget as Node\n );\n // eslint-disable-next-line no-bitwise\n if (relatedTarget === startSentinelNode || comparisonResult & PRECEDING) {\n await (this.constructor as typeof BXModal)._delay();\n if (\n !tryFocusElems(\n this.querySelectorAll(selectorTabbableForModal),\n true\n ) &&\n relatedTarget !== this\n ) {\n this.focus();\n }\n }\n // eslint-disable-next-line no-bitwise\n else if (\n relatedTarget === endSentinelNode ||\n comparisonResult & FOLLOWING\n ) {\n await (this.constructor as typeof BXModal)._delay();\n if (!tryFocusElems(this.querySelectorAll(selectorTabbableForModal))) {\n this.focus();\n }\n }\n }\n };\n\n @HostListener('document:keydown')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleKeydown = ({ key, target }: KeyboardEvent) => {\n if (key === 'Esc' || key === 'Escape') {\n this._handleUserInitiatedClose(target);\n }\n };\n\n /**\n * Handles `click` event on the modal container.\n *\n * @param event The event.\n */\n private _handleClickContainer(event: MouseEvent) {\n if (\n (event.target as Element).matches(\n (this.constructor as typeof BXModal).selectorCloseButton\n )\n ) {\n this._handleUserInitiatedClose(event.target);\n }\n }\n\n /**\n * Handles user-initiated close request of this modal.\n *\n * @param triggeredBy The element that triggered this close request.\n */\n private _handleUserInitiatedClose(triggeredBy: EventTarget | null) {\n if (this.open) {\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n triggeredBy,\n },\n };\n if (\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof BXModal).eventBeforeClose,\n init\n )\n )\n ) {\n this.open = false;\n this.dispatchEvent(\n new CustomEvent((this.constructor as typeof BXModal).eventClose, init)\n );\n }\n }\n }\n\n /**\n * The additional CSS class names for the container <div> of the element.\n */\n @property({ attribute: 'container-class' })\n containerClass = '';\n\n /**\n * `true` if the modal should be open.\n */\n @property({ type: Boolean, reflect: true })\n open = false;\n\n /**\n * Modal size.\n */\n @property({ reflect: true })\n size = MODAL_SIZE.REGULAR;\n\n render() {\n const { size } = this;\n const containerClass = this.containerClass\n .split(' ')\n .filter(Boolean)\n .reduce((acc, item) => ({ ...acc, [item]: true }), {});\n const containerClasses = classMap({\n [`${prefix}--modal-container`]: true,\n [`${prefix}--modal-container--${size}`]: size,\n ...containerClass,\n });\n return html`\n <a\n id=\"start-sentinel\"\n class=\"${prefix}--visually-hidden\"\n href=\"javascript:void 0\"\n role=\"navigation\"></a>\n <div\n part=\"dialog\"\n class=${containerClasses}\n role=\"dialog\"\n tabindex=\"-1\"\n @click=${this._handleClickContainer}>\n <slot></slot>\n </div>\n <a\n id=\"end-sentinel\"\n class=\"${prefix}--visually-hidden\"\n href=\"javascript:void 0\"\n role=\"navigation\"></a>\n `;\n }\n\n async updated(changedProperties) {\n if (changedProperties.has('open')) {\n if (this.open) {\n this._launcher = this.ownerDocument!.activeElement;\n const primaryFocusNode = this.querySelector(\n (this.constructor as typeof BXModal).selectorPrimaryFocus\n );\n await (this.constructor as typeof BXModal)._delay();\n if (primaryFocusNode) {\n // For cases where a `carbon-web-components` component (e.g. `<cds-btn>`) being `primaryFocusNode`,\n // where its first update/render cycle that makes it focusable happens after `<cds-modal>`'s first update/render cycle\n (primaryFocusNode as HTMLElement).focus();\n } else if (\n !tryFocusElems(\n this.querySelectorAll(\n (this.constructor as typeof BXModal).selectorTabbable\n ),\n true\n )\n ) {\n this.focus();\n }\n } else if (\n this._launcher &&\n typeof (this._launcher as HTMLElement).focus === 'function'\n ) {\n (this._launcher as HTMLElement).focus();\n this._launcher = null;\n }\n }\n }\n\n /**\n * @param ms The number of milliseconds.\n * @returns A promise that is resolves after the given milliseconds.\n */\n private static _delay(ms: number = 0) {\n return new Promise((resolve) => {\n setTimeout(resolve, ms);\n });\n }\n\n /**\n * A selector selecting buttons that should close this modal.\n */\n static get selectorCloseButton() {\n return `[data-modal-close],${prefix}-modal-close-button`;\n }\n\n /**\n * A selector selecting tabbable nodes.\n */\n static get selectorTabbable() {\n return selectorTabbable;\n }\n\n /**\n * A selector selecting the nodes that should be focused when modal gets open.\n */\n static get selectorPrimaryFocus() {\n return `[data-modal-primary-focus],${prefix}-modal-footer ${prefix}-btn[kind=\"primary\"]`;\n }\n\n /**\n * The name of the custom event fired before this modal is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this modal.\n */\n static get eventBeforeClose() {\n return `${prefix}-modal-beingclosed`;\n }\n\n /**\n * The name of the custom event fired after this modal is closed upon a user gesture.\n */\n static get eventClose() {\n return `${prefix}-modal-closed`;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default BXModal;\n"],"mappings":"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"}
1
+ {"version":3,"file":"modal.js","names":["classMap","LitElement","html","property","customElement","query","prefix","HostListener","HostListenerMixin","MODAL_SIZE","styles","selectorTabbable","PRECEDING","Node","DOCUMENT_POSITION_PRECEDING","DOCUMENT_POSITION_CONTAINS","FOLLOWING","DOCUMENT_POSITION_FOLLOWING","DOCUMENT_POSITION_CONTAINED_BY","tryFocusElems","elems","reverse","i","length","elem","focus","ownerDocument","activeElement","BXModal","_decorate","_initialize","_HostListenerMixin","constructor","args","F","d","kind","key","value","decorators","event","composedPath","indexOf","shadowRoot","_handleUserInitiatedClose","target","relatedTarget","_this$shadowRoot","open","_startSentinelNode","startSentinelNode","_endSentinelNode","endSentinelNode","oldContains","contains","currentContains","selectorTabbableForModal","comparisonResult","compareDocumentPosition","_delay","querySelectorAll","_handleClickContainer","matches","selectorCloseButton","triggeredBy","init","bubbles","cancelable","composed","detail","dispatchEvent","CustomEvent","eventBeforeClose","eventClose","attribute","type","Boolean","reflect","REGULAR","render","size","containerClass","split","filter","reduce","acc","item","_objectSpread","containerClasses","_t","_","updated","changedProperties","has","_launcher","primaryFocusNode","querySelector","selectorPrimaryFocus","static","ms","Promise","resolve","setTimeout"],"sources":["components/modal/modal.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { classMap } from 'lit/directives/class-map.js';\nimport { LitElement, html } from 'lit';\nimport { property, customElement, query } from 'lit/decorators.js';\nimport { prefix } from '../../globals/settings';\nimport HostListener from '../../globals/decorators/host-listener';\nimport HostListenerMixin from '../../globals/mixins/host-listener';\nimport { MODAL_SIZE } from './defs';\nimport styles from './modal.scss';\nimport { selectorTabbable } from '../../globals/settings';\n\nexport { MODAL_SIZE };\n\n// eslint-disable-next-line no-bitwise\nconst PRECEDING =\n Node.DOCUMENT_POSITION_PRECEDING | Node.DOCUMENT_POSITION_CONTAINS;\n// eslint-disable-next-line no-bitwise\nconst FOLLOWING =\n Node.DOCUMENT_POSITION_FOLLOWING | Node.DOCUMENT_POSITION_CONTAINED_BY;\n\n/**\n * Tries to focus on the given elements and bails out if one of them is successful.\n *\n * @param elems The elements.\n * @param reverse `true` to go through the list in reverse order.\n * @returns `true` if one of the attempts is successful, `false` otherwise.\n */\nfunction tryFocusElems(\n elems: NodeListOf<HTMLElement>,\n reverse: boolean = false\n) {\n if (!reverse) {\n for (let i = 0; i < elems.length; ++i) {\n const elem = elems[i];\n elem.focus();\n if (elem.ownerDocument!.activeElement === elem) {\n return true;\n }\n }\n } else {\n for (let i = elems.length - 1; i >= 0; --i) {\n const elem = elems[i];\n elem.focus();\n if (elem.ownerDocument!.activeElement === elem) {\n return true;\n }\n }\n }\n return false;\n}\n\n/**\n * Modal.\n *\n * @element cds-modal\n * @csspart dialog The dialog.\n * @fires cds-modal-beingclosed\n * The custom event fired before this modal is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this modal.\n * @fires cds-modal-closed - The custom event fired after this modal is closed upon a user gesture.\n */\n@customElement(`${prefix}-modal`)\nclass BXModal extends HostListenerMixin(LitElement) {\n /**\n * The element that had focus before this modal gets open.\n */\n private _launcher: Element | null = null;\n\n /**\n * Node to track focus going outside of modal content.\n */\n @query('#start-sentinel')\n private _startSentinelNode!: HTMLAnchorElement;\n\n /**\n * Node to track focus going outside of modal content.\n */\n @query('#end-sentinel')\n private _endSentinelNode!: HTMLAnchorElement;\n\n /**\n * Handles `click` event on this element.\n *\n * @param event The event.\n */\n @HostListener('click')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleClick = (event: MouseEvent) => {\n if (event.composedPath().indexOf(this.shadowRoot!) < 0) {\n this._handleUserInitiatedClose(event.target);\n }\n };\n\n /**\n * Handles `blur` event on this element.\n *\n * @param event The event.\n */\n @HostListener('shadowRoot:focusout')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleBlur = async ({ target, relatedTarget }: FocusEvent) => {\n const {\n open,\n _startSentinelNode: startSentinelNode,\n _endSentinelNode: endSentinelNode,\n } = this;\n const oldContains = target !== this && this.contains(target as Node);\n const currentContains =\n relatedTarget !== this &&\n (this.contains(relatedTarget as Node) ||\n (this.shadowRoot?.contains(relatedTarget as Node) &&\n relatedTarget !== (endSentinelNode as Node)));\n\n // Performs focus wrapping if _all_ of the following is met:\n // * This modal is open\n // * The viewport still has focus\n // * Modal body used to have focus but no longer has focus\n const { selectorTabbable: selectorTabbableForModal } = this\n .constructor as typeof BXModal;\n if (open && relatedTarget && oldContains && !currentContains) {\n const comparisonResult = (target as Node).compareDocumentPosition(\n relatedTarget as Node\n );\n // eslint-disable-next-line no-bitwise\n if (relatedTarget === startSentinelNode || comparisonResult & PRECEDING) {\n await (this.constructor as typeof BXModal)._delay();\n if (\n !tryFocusElems(\n this.querySelectorAll(selectorTabbableForModal),\n true\n ) &&\n relatedTarget !== this\n ) {\n this.focus();\n }\n }\n // eslint-disable-next-line no-bitwise\n else if (\n relatedTarget === endSentinelNode ||\n comparisonResult & FOLLOWING\n ) {\n await (this.constructor as typeof BXModal)._delay();\n if (!tryFocusElems(this.querySelectorAll(selectorTabbableForModal))) {\n this.focus();\n }\n }\n }\n };\n\n @HostListener('document:keydown')\n // @ts-ignore: The decorator refers to this method but TS thinks this method is not referred to\n private _handleKeydown = ({ key, target }: KeyboardEvent) => {\n if (key === 'Esc' || key === 'Escape') {\n this._handleUserInitiatedClose(target);\n }\n };\n\n /**\n * Handles `click` event on the modal container.\n *\n * @param event The event.\n */\n private _handleClickContainer(event: MouseEvent) {\n if (\n (event.target as Element).matches(\n (this.constructor as typeof BXModal).selectorCloseButton\n )\n ) {\n this._handleUserInitiatedClose(event.target);\n }\n }\n\n /**\n * Handles user-initiated close request of this modal.\n *\n * @param triggeredBy The element that triggered this close request.\n */\n private _handleUserInitiatedClose(triggeredBy: EventTarget | null) {\n if (this.open) {\n const init = {\n bubbles: true,\n cancelable: true,\n composed: true,\n detail: {\n triggeredBy,\n },\n };\n if (\n this.dispatchEvent(\n new CustomEvent(\n (this.constructor as typeof BXModal).eventBeforeClose,\n init\n )\n )\n ) {\n this.open = false;\n this.dispatchEvent(\n new CustomEvent((this.constructor as typeof BXModal).eventClose, init)\n );\n }\n }\n }\n\n /**\n * The additional CSS class names for the container <div> of the element.\n */\n @property({ attribute: 'container-class' })\n containerClass = '';\n\n /**\n * `true` if the modal should be open.\n */\n @property({ type: Boolean, reflect: true })\n open = false;\n\n /**\n * Modal size.\n */\n @property({ reflect: true })\n size = MODAL_SIZE.REGULAR;\n\n render() {\n const { size } = this;\n const containerClass = this.containerClass\n .split(' ')\n .filter(Boolean)\n .reduce((acc, item) => ({ ...acc, [item]: true }), {});\n const containerClasses = classMap({\n [`${prefix}--modal-container`]: true,\n [`${prefix}--modal-container--${size}`]: size,\n ...containerClass,\n });\n return html`\n <a\n id=\"start-sentinel\"\n class=\"${prefix}--visually-hidden\"\n href=\"javascript:void 0\"\n role=\"navigation\"></a>\n <div\n part=\"dialog\"\n class=${containerClasses}\n role=\"dialog\"\n tabindex=\"-1\"\n @click=${this._handleClickContainer}>\n <slot></slot>\n </div>\n <a\n id=\"end-sentinel\"\n class=\"${prefix}--visually-hidden\"\n href=\"javascript:void 0\"\n role=\"navigation\"></a>\n `;\n }\n\n async updated(changedProperties) {\n if (changedProperties.has('open')) {\n if (this.open) {\n this._launcher = this.ownerDocument!.activeElement;\n const primaryFocusNode = this.querySelector(\n (this.constructor as typeof BXModal).selectorPrimaryFocus\n );\n await (this.constructor as typeof BXModal)._delay();\n if (primaryFocusNode) {\n // For cases where a `carbon-web-components` component (e.g. `<cds-button>`) being `primaryFocusNode`,\n // where its first update/render cycle that makes it focusable happens after `<cds-modal>`'s first update/render cycle\n (primaryFocusNode as HTMLElement).focus();\n } else if (\n !tryFocusElems(\n this.querySelectorAll(\n (this.constructor as typeof BXModal).selectorTabbable\n ),\n true\n )\n ) {\n this.focus();\n }\n } else if (\n this._launcher &&\n typeof (this._launcher as HTMLElement).focus === 'function'\n ) {\n (this._launcher as HTMLElement).focus();\n this._launcher = null;\n }\n }\n }\n\n /**\n * @param ms The number of milliseconds.\n * @returns A promise that is resolves after the given milliseconds.\n */\n private static _delay(ms: number = 0) {\n return new Promise((resolve) => {\n setTimeout(resolve, ms);\n });\n }\n\n /**\n * A selector selecting buttons that should close this modal.\n */\n static get selectorCloseButton() {\n return `[data-modal-close],${prefix}-modal-close-button`;\n }\n\n /**\n * A selector selecting tabbable nodes.\n */\n static get selectorTabbable() {\n return selectorTabbable;\n }\n\n /**\n * A selector selecting the nodes that should be focused when modal gets open.\n */\n static get selectorPrimaryFocus() {\n return `[data-modal-primary-focus],${prefix}-modal-footer ${prefix}-button[kind=\"primary\"]`;\n }\n\n /**\n * The name of the custom event fired before this modal is being closed upon a user gesture.\n * Cancellation of this event stops the user-initiated action of closing this modal.\n */\n static get eventBeforeClose() {\n return `${prefix}-modal-beingclosed`;\n }\n\n /**\n * The name of the custom event fired after this modal is closed upon a user gesture.\n */\n static get eventClose() {\n return `${prefix}-modal-closed`;\n }\n\n static styles = styles; // `styles` here is a `CSSResult` generated by custom WebPack loader\n}\n\nexport default BXModal;\n"],"mappings":"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"}
@@ -8,5 +8,5 @@
8
8
  */
9
9
  import { css } from 'lit';
10
10
  export default css([
11
- '@keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@keyframes skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:right}20%{opacity:1;transform:scaleX(1);transform-origin:right}28%{transform:scaleX(1);transform-origin:left}51%{transform:scaleX(0);transform-origin:left}58%{transform:scaleX(0);transform-origin:left}82%{transform:scaleX(1);transform-origin:left}83%{transform:scaleX(1);transform-origin:right}96%{transform:scaleX(0);transform-origin:right}100%{opacity:.3;transform:scaleX(0);transform-origin:right}}.cds--assistive-text,.cds--visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);visibility:inherit;white-space:nowrap}.cds--btn{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;display:inline-flex;width:-moz-max-content;width:max-content;max-width:20rem;min-height:3rem;flex-shrink:0;align-items:center;justify-content:space-between;padding:calc(.875rem - 3px) 15px calc(.875rem - 3px) 63px;margin:0;border-radius:0;cursor:pointer;outline:0;text-align:right;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds--btn *,.cds--btn ::after,.cds--btn ::before{box-sizing:inherit}.cds--btn.cds--btn--disabled,.cds--btn.cds--btn--disabled:focus,.cds--btn.cds--btn--disabled:hover,.cds--btn:disabled,.cds--btn:focus:disabled,.cds--btn:hover:disabled{border-color:var(--cds-button-disabled,#c6c6c6);background:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds--btn .cds--btn__icon{position:absolute;left:1rem;width:1rem;height:1rem;flex-shrink:0}.cds--btn::-moz-focus-inner{padding:0;border:0}.cds--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-primary,#0f62fe);color:var(--cds-text-on-color,#fff)}.cds--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}.cds--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--primary:active{background-color:var(--cds-button-primary-active,#002d9c)}.cds--btn--primary .cds--btn__icon,.cds--btn--primary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--primary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-secondary,#393939);color:var(--cds-text-on-color,#fff)}.cds--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}.cds--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--secondary:active{background-color:var(--cds-button-secondary-active,#6f6f6f)}.cds--btn--secondary .cds--btn__icon,.cds--btn--secondary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--secondary:focus,.cds--btn--secondary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-tertiary,#0f62fe);background-color:transparent;color:var(--cds-button-tertiary,#0f62fe)}.cds--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}.cds--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c)}.cds--btn--tertiary .cds--btn__icon,.cds--btn--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:active{border-color:transparent;background-color:var(--cds-button-tertiary-active,#002d9c);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary.cds--btn--disabled,.cds--btn--tertiary.cds--btn--disabled:focus,.cds--btn--tertiary.cds--btn--disabled:hover,.cds--btn--tertiary:disabled,.cds--btn--tertiary:focus:disabled,.cds--btn--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-link-primary,#0f62fe);padding:calc(.875rem - 3px) 16px}.cds--btn--ghost:hover{background-color:var(--cds-layer-hover)}.cds--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--ghost:active{background-color:var(--cds-layer-active)}.cds--btn--ghost .cds--btn__icon,.cds--btn--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--ghost .cds--btn__icon{position:static;margin-right:.5rem}.cds--btn--ghost:active,.cds--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds--btn--ghost:active{background-color:var(--cds-background-active,rgba(141,141,141,.5))}.cds--btn--ghost.cds--btn--disabled,.cds--btn--ghost.cds--btn--disabled:focus,.cds--btn--ghost.cds--btn--disabled:hover,.cds--btn--ghost:disabled,.cds--btn--ghost:focus:disabled,.cds--btn--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 16px}.cds--btn--ghost.cds--btn--field,.cds--btn--ghost.cds--btn--md{padding:calc(.675rem - 3px) 16px}.cds--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds--btn--icon-only{padding-left:.9375rem;padding-right:.9375rem}.cds--btn--icon-only .cds--btn__icon{position:static}.cds--btn--icon-only.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--icon-only.cds--btn--ghost .cds--btn__icon{margin:0}.cds--btn--icon-only.cds--btn--selected{background:var(--cds-background-selected,rgba(141,141,141,.2))}.cds--btn path[data-icon-path=inner-path]{fill:none}.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-icon-primary,#161616)}.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon path:not([data-icon-path]):not([fill=none]),.cds--btn.cds--btn--icon-only.cds--btn--ghost[disabled]:hover .cds--btn__icon{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn--ghost.cds--btn--icon-only[disabled]{cursor:not-allowed}.cds--btn--field.cds--btn--icon-only,.cds--btn--md.cds--btn--icon-only{padding-left:.6875rem;padding-right:.6875rem}.cds--btn--sm.cds--btn--icon-only{padding-left:.4375rem;padding-right:.4375rem}.cds--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger .cds--btn__icon,.cds--btn--danger .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-danger-secondary,#da1e28);background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}.cds--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--tertiary:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--tertiary .cds--btn__icon,.cds--btn--danger--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:active{border-color:var(--cds-button-danger-active,#750e13);background-color:var(--cds-button-danger-active,#750e13);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary.cds--btn--disabled,.cds--btn--danger--tertiary.cds--btn--disabled:focus,.cds--btn--danger--tertiary.cds--btn--disabled:hover,.cds--btn--danger--tertiary:disabled,.cds--btn--danger--tertiary:focus:disabled,.cds--btn--danger--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28);padding:calc(.875rem - 3px) 16px}.cds--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--ghost:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--danger--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--ghost .cds--btn__icon{position:static;margin-right:.5rem}.cds--btn--danger--ghost:active,.cds--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--ghost.cds--btn--disabled,.cds--btn--danger--ghost.cds--btn--disabled:focus,.cds--btn--danger--ghost.cds--btn--disabled:hover,.cds--btn--danger--ghost:disabled,.cds--btn--danger--ghost:focus:disabled,.cds--btn--danger--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:0}.cds--btn--danger--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 16px}.cds--btn--danger--ghost.cds--btn--field,.cds--btn--danger--ghost.cds--btn--md{padding:calc(.675rem - 3px) 16px}.cds--btn--sm{min-height:2rem;padding:calc(.375rem - 3px) 12px calc(.375rem - 3px) 60px}.cds--btn--2xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-left:4rem;padding-right:1rem;min-height:5rem}.cds--btn--xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-left:4rem;padding-right:1rem;min-height:4rem}.cds--btn--field,.cds--btn--md{min-height:2.5rem;padding:calc(.675rem - 3px) 12px calc(.675rem - 3px) 60px}.cds--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);min-height:3rem}.cds--btn--icon-only.cds--btn--expressive{padding:12px 13px}.cds--btn.cds--btn--expressive .cds--btn__icon{width:1.25rem;height:1.25rem}.cds--btn-set .cds--btn.cds--btn--expressive{max-width:20rem}.cds--btn.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:9.375rem}.cds--btn.cds--skeleton:active,.cds--btn.cds--skeleton:focus,.cds--btn.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--btn.cds--skeleton::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--btn.cds--skeleton::before{animation:none}}.cds--btn-set{display:flex}.cds--btn-set--stacked{flex-direction:column}.cds--btn-set .cds--btn{width:100%;max-width:12.25rem}.cds--btn-set .cds--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn:focus+.cds--btn{box-shadow:inherit}.cds--btn-set--stacked .cds--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set--stacked .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn.cds--btn--disabled{box-shadow:.0625rem 0 0 0 var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn-set .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}.cds--btn-set--stacked .cds--btn.cds--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-layer-selected-disabled,#8d8d8d)}.cds--btn-set--stacked .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn:focus{color:Highlight;outline:1px solid Highlight}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:ButtonText}}.cds--modal,:host(cds-modal[open]){position:fixed;z-index:9000;top:0;right:0;display:flex;width:100vw;height:100vh;align-items:center;justify-content:center;background-color:var(--cds-overlay,rgba(22,22,22,.5));content:"";opacity:0;transition:opacity 240ms cubic-bezier(.4,.14,1,1),visibility 0s linear 240ms;visibility:hidden}.cds--modal.is-visible,:host(cds-modal[open]){opacity:1;transition:opacity 240ms cubic-bezier(0,0,.3,1),visibility 0s linear;visibility:inherit}@media screen and (prefers-reduced-motion:reduce){.cds--modal.is-visible,:host(cds-modal[open]){transition:none}}.cds--modal .cds--date-picker__input,.cds--modal .cds--dropdown,.cds--modal .cds--dropdown-list,.cds--modal .cds--multi-select,.cds--modal .cds--number input[type=number],.cds--modal .cds--number__control-btn::after,.cds--modal .cds--number__control-btn::before,.cds--modal .cds--pagination,.cds--modal .cds--pagination__control-buttons,.cds--modal .cds--search-input,.cds--modal .cds--select-input,.cds--modal .cds--text-area,.cds--modal .cds--text-input,:host(cds-modal[open]) .cds--date-picker__input,:host(cds-modal[open]) .cds--dropdown,:host(cds-modal[open]) .cds--dropdown-list,:host(cds-modal[open]) .cds--multi-select,:host(cds-modal[open]) .cds--number input[type=number],:host(cds-modal[open]) .cds--number__control-btn::after,:host(cds-modal[open]) .cds--number__control-btn::before,:host(cds-modal[open]) .cds--pagination,:host(cds-modal[open]) .cds--pagination__control-buttons,:host(cds-modal[open]) .cds--search-input,:host(cds-modal[open]) .cds--select-input,:host(cds-modal[open]) .cds--text-area,:host(cds-modal[open]) .cds--text-input{background-color:var(--cds-field-02,#fff)}.cds--modal .cds--number__rule-divider,:host(cds-modal[open]) .cds--number__rule-divider{background-color:var(--cds-border-subtle-02,#e0e0e0)}.cds--modal.is-visible .cds--modal-container,:host(cds-modal[open]) .cds--modal-container{transform:translate3d(0,0,0);transition:transform 240ms cubic-bezier(0,0,.3,1)}.cds--modal-container{position:fixed;top:0;display:grid;overflow:hidden;width:100%;height:100%;max-height:100%;background-color:var(--cds-layer);grid-template-columns:100%;grid-template-rows:auto 1fr auto;outline:3px solid transparent;outline-offset:-3px;transform:translate3d(0,-24px,0);transform-origin:top center;transition:transform 240ms cubic-bezier(.4,.14,1,1)}@media (min-width:42rem){.cds--modal-container{position:static;width:84%;height:auto;max-height:90%}}@media (min-width:66rem){.cds--modal-container{width:60%;max-height:84%}}@media (min-width:82rem){.cds--modal-container{width:48%}}.cds--modal-container .cds--modal-container-body{display:contents}.cds--modal-content,:host(cds-modal-body){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);position:relative;padding-top:.5rem;padding-left:1rem;padding-right:1rem;margin-bottom:3rem;color:var(--cds-text-primary,#161616);font-weight:400;grid-column:1/-1;grid-row:2/-2;overflow-y:auto}.cds--modal-content:focus,:host(cds-modal-body:focus){outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--modal-content:focus,:host(cds-modal-body:focus){outline-style:dotted}}.cds--modal-content>p,.cds--modal-content__regular-content,:host(cds-modal-body)>p{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);padding-left:calc(20% - 2rem)}.cds--modal-content--with-form{padding-left:1rem}.cds--modal-header,:host(cds-modal-header){padding-top:1rem;padding-left:3rem;padding-right:1rem;margin-bottom:.5rem;grid-column:1/-1;grid-row:1/1}.cds--modal-header__label,:host(cds-modal-label){font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);margin-bottom:.25rem;color:var(--cds-text-secondary,#525252)}.cds--modal-header__heading,:host(cds-modal-heading){font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);line-height:var(--cds-heading-03-line-height,1.4);letter-spacing:var(--cds-heading-03-letter-spacing,0);color:var(--cds-text-primary,#161616)}.cds--modal-container--xs .cds--modal-content__regular-content{padding-left:1rem}.cds--modal-container--xs .cds--modal-content>p,.cds--modal-container--xs :host(cds-modal-body)>p{padding-left:0}@media (min-width:42rem){.cds--modal-container--xs{width:48%}}@media (min-width:66rem){.cds--modal-container--xs{width:32%;max-height:48%}}@media (min-width:82rem){.cds--modal-container--xs{width:24%}}.cds--modal-container--sm .cds--modal-content__regular-content{padding-left:1rem}.cds--modal-container--sm .cds--modal-content>p,.cds--modal-container--sm :host(cds-modal-body)>p{padding-left:0}@media (min-width:42rem){.cds--modal-container--sm{width:60%}}@media (min-width:66rem){.cds--modal-container--sm{width:42%;max-height:72%}.cds--modal-container--sm .cds--modal-content>p,.cds--modal-container--sm .cds--modal-content__regular-content,.cds--modal-container--sm :host(cds-modal-body)>p{padding-left:20%}}@media (min-width:82rem){.cds--modal-container--sm{width:36%}}@media (min-width:42rem){.cds--modal-container--lg{width:96%}}@media (min-width:66rem){.cds--modal-container--lg{width:84%;max-height:96%}}@media (min-width:82rem){.cds--modal-container--lg{width:72%}}.cds--modal-scroll-content>:last-child{padding-bottom:2rem}.cds--modal-content--overflow-indicator{position:absolute;bottom:3rem;right:0;width:100%;height:2rem;background-image:linear-gradient(to bottom,transparent,var(--cds-layer));content:"";grid-column:1/-1;grid-row:2/-2;pointer-events:none}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.cds--modal-content--overflow-indicator{background-image:linear-gradient(to bottom,rgba(var(--cds-layer),0),var(--cds-layer))}}}.cds--modal-content:focus~.cds--modal-content--overflow-indicator,:host(cds-modal-body:focus)~.cds--modal-content--overflow-indicator{width:calc(100% - 4px);margin:0 2px 2px}@media screen and (-ms-high-contrast:active){.cds--modal-scroll-content>:last-child{padding-bottom:0}.cds--modal-content--overflow-indicator{display:none}}.cds--modal-footer{display:flex;height:4rem;justify-content:flex-end;margin-top:auto;grid-column:1/-1;grid-row:-1/-1}.cds--modal-footer .cds--btn{max-width:none;height:4rem;flex:0 1 50%;padding-top:1rem;padding-bottom:2rem;margin:0}.cds--modal-footer--three-button .cds--btn{flex:0 1 25%;align-items:flex-start}.cds--modal-close{position:absolute;z-index:2;top:0;left:0;overflow:hidden;width:3rem;height:3rem;padding:.75rem;border:2px solid transparent;background-color:transparent;cursor:pointer;transition:background-color 110ms cubic-bezier(.2,0,.38,.9)}.cds--modal-close:hover{background-color:var(--cds-layer-hover)}.cds--modal-close:focus{border-color:var(--cds-focus,#0f62fe);outline:0}.cds--modal-close::-moz-focus-inner{border:0}.cds--modal-close__icon{width:1.25rem;height:1.25rem;fill:var(--cds-icon-primary,#161616)}.cds--body--with-modal-open{overflow:hidden}.cds--body--with-modal-open .cds--modal .cds--overflow-menu-options,.cds--body--with-modal-open .cds--modal .cds--tooltip,.cds--body--with-modal-open :host(cds-modal[open]) .cds--overflow-menu-options,.cds--body--with-modal-open :host(cds-modal[open]) .cds--tooltip{z-index:9000}.cds--modal-container--full-width .cds--modal-content,.cds--modal-container--full-width :host(cds-modal-body){padding:0;margin:0}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--modal-close__icon{fill:ButtonText}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--modal-close:focus{color:Highlight;outline:1px solid Highlight}}:host(cds-modal){position:fixed;top:0;bottom:0;width:100vw;height:100vh;z-index:z("modal");display:flex;align-items:center;justify-content:center;content:"";background-color:var(--cds-overlay,rgba(22,22,22,.5));opacity:0;visibility:hidden;transition:background-color .7s cubic-bezier(.4,.14,1,1),opacity 240ms cubic-bezier(.4,.14,1,1),z-index .7s cubic-bezier(.4,.14,1,1),visibility 240ms cubic-bezier(.4,.14,1,1)}:host(cds-modal) .cds--select-input,:host(cds-modal) .cds--text-input{background-color:var(--cds-field-02,#fff)}@media (min-width:42rem){:host(cds-modal) .cds--modal-container ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container ::slotted(cds-modal-header){padding-left:20%}}:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-header),:host(cds-modal) .cds--modal-container--xl ::slotted(cds-modal-header),:host(cds-modal) .cds--modal-container--xs ::slotted(cds-modal-header){padding-left:3rem}:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--xl ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--xs ::slotted(cds-modal-body){padding-left:1rem}@media (min-width:82rem){:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-header){padding-left:20%}}@media (min-width:42rem){:host(cds-modal) .cds--modal-container--lg ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--lg ::slotted(cds-modal-header){padding-left:20%}}:host(cds-modal[open]){opacity:1;visibility:inherit}:host(cds-modal-close-button){outline:0}:host(cds-modal-heading),:host(cds-modal-label){display:block}:host(cds-modal-footer) .cds--modal-footer--three-button ::slotted(cds-btn),:host(cds-modal-footer) .cds--modal-footer--three-button ::slotted(cds-modal-footer-button){flex:0 1 25%}:host(cds-modal-footer) ::slotted(cds-btn),:host(cds-modal-footer-button){flex:0 1 50%;max-width:none;width:50%;height:4rem;margin:0;padding-bottom:2rem}:host(cds-modal-footer-button) .cds--btn{padding-top:1rem;padding-bottom:2rem;box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}:host(cds-modal-footer-button:first-of-type) .cds--btn{box-shadow:inherit}:host(cds-modal-footer-button) .cds--btn:focus,:host(cds-modal-footer-button:first-of-type) .cds--btn:focus{box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe),inset 0 0 0 2px var(--cds-background,#fff)}',
11
+ '@keyframes hide-feedback{0%{opacity:1;visibility:inherit}100%{opacity:0;visibility:hidden}}@keyframes show-feedback{0%{opacity:0;visibility:hidden}100%{opacity:1;visibility:inherit}}@keyframes skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:right}20%{opacity:1;transform:scaleX(1);transform-origin:right}28%{transform:scaleX(1);transform-origin:left}51%{transform:scaleX(0);transform-origin:left}58%{transform:scaleX(0);transform-origin:left}82%{transform:scaleX(1);transform-origin:left}83%{transform:scaleX(1);transform-origin:right}96%{transform:scaleX(0);transform-origin:right}100%{opacity:.3;transform:scaleX(0);transform-origin:right}}.cds--assistive-text,.cds--visually-hidden{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip:rect(0,0,0,0);visibility:inherit;white-space:nowrap}.cds--btn{box-sizing:border-box;padding:0;border:0;margin:0;font-family:inherit;font-size:100%;vertical-align:baseline;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);line-height:var(--cds-body-compact-01-line-height,1.28572);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);position:relative;display:inline-flex;width:-moz-max-content;width:max-content;max-width:20rem;min-height:3rem;flex-shrink:0;align-items:center;justify-content:space-between;padding:calc(.875rem - 3px) calc(1rem - 1px) calc(.875rem - 3px) calc(4rem - 1px);margin:0;border-radius:0;cursor:pointer;outline:0;text-align:right;text-decoration:none;transition:background 70ms cubic-bezier(0,0,.38,.9),box-shadow 70ms cubic-bezier(0,0,.38,.9),border-color 70ms cubic-bezier(0,0,.38,.9),outline 70ms cubic-bezier(0,0,.38,.9);vertical-align:top}.cds--btn *,.cds--btn ::after,.cds--btn ::before{box-sizing:inherit}.cds--btn.cds--btn--disabled,.cds--btn.cds--btn--disabled:focus,.cds--btn.cds--btn--disabled:hover,.cds--btn:disabled,.cds--btn:focus:disabled,.cds--btn:hover:disabled{border-color:var(--cds-button-disabled,#c6c6c6);background:var(--cds-button-disabled,#c6c6c6);box-shadow:none;color:var(--cds-text-on-color-disabled,#8d8d8d);cursor:not-allowed}.cds--btn .cds--btn__icon{position:absolute;left:1rem;width:1rem;height:1rem;flex-shrink:0}.cds--btn::-moz-focus-inner{padding:0;border:0}.cds--btn--primary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-primary,#0f62fe);color:var(--cds-text-on-color,#fff)}.cds--btn--primary:hover{background-color:var(--cds-button-primary-hover,#0050e6)}.cds--btn--primary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--primary:active{background-color:var(--cds-button-primary-active,#002d9c)}.cds--btn--primary .cds--btn__icon,.cds--btn--primary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--primary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--secondary{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-secondary,#393939);color:var(--cds-text-on-color,#fff)}.cds--btn--secondary:hover{background-color:var(--cds-button-secondary-hover,#474747)}.cds--btn--secondary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--secondary:active{background-color:var(--cds-button-secondary-active,#6f6f6f)}.cds--btn--secondary .cds--btn__icon,.cds--btn--secondary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--secondary:focus,.cds--btn--secondary:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-tertiary,#0f62fe);background-color:transparent;color:var(--cds-button-tertiary,#0f62fe)}.cds--btn--tertiary:hover{background-color:var(--cds-button-tertiary-hover,#0050e6)}.cds--btn--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--tertiary:active{background-color:var(--cds-button-tertiary-active,#002d9c)}.cds--btn--tertiary .cds--btn__icon,.cds--btn--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--tertiary:hover{color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:focus{background-color:var(--cds-button-tertiary,#0f62fe);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary:active{border-color:transparent;background-color:var(--cds-button-tertiary-active,#002d9c);color:var(--cds-text-inverse,#fff)}.cds--btn--tertiary.cds--btn--disabled,.cds--btn--tertiary.cds--btn--disabled:focus,.cds--btn--tertiary.cds--btn--disabled:hover,.cds--btn--tertiary:disabled,.cds--btn--tertiary:focus:disabled,.cds--btn--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-link-primary,#0f62fe);padding:calc(.875rem - 3px) 1rem}.cds--btn--ghost:hover{background-color:var(--cds-layer-hover)}.cds--btn--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--ghost:active{background-color:var(--cds-layer-active)}.cds--btn--ghost .cds--btn__icon,.cds--btn--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--ghost .cds--btn__icon{position:static;margin-right:.5rem}.cds--btn--ghost:active,.cds--btn--ghost:hover{color:var(--cds-link-primary-hover,#0043ce)}.cds--btn--ghost:active{background-color:var(--cds-background-active,rgba(141,141,141,.5))}.cds--btn--ghost.cds--btn--disabled,.cds--btn--ghost.cds--btn--disabled:focus,.cds--btn--ghost.cds--btn--disabled:hover,.cds--btn--ghost:disabled,.cds--btn--ghost:focus:disabled,.cds--btn--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 1rem}.cds--btn--ghost.cds--btn--field,.cds--btn--ghost.cds--btn--md{padding:calc(.675rem - 3px) 1rem}.cds--btn--ghost:not([disabled]) svg{fill:var(--cds-icon-primary,#161616)}.cds--btn--icon-only{padding-left:.9375rem;padding-right:.9375rem}.cds--btn--icon-only .cds--btn__icon{position:static}.cds--btn--icon-only.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--icon-only.cds--btn--ghost .cds--btn__icon{margin:0}.cds--btn--icon-only.cds--btn--selected{background:var(--cds-background-selected,rgba(141,141,141,.2))}.cds--btn path[data-icon-path=inner-path]{fill:none}.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:var(--cds-icon-primary,#161616)}.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only[disabled] .cds--btn__icon path:not([data-icon-path]):not([fill=none]),.cds--btn.cds--btn--icon-only.cds--btn--ghost[disabled]:hover .cds--btn__icon{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn--ghost.cds--btn--icon-only[disabled]{cursor:not-allowed}.cds--btn--field.cds--btn--icon-only,.cds--btn--md.cds--btn--icon-only{padding-left:.6875rem;padding-right:.6875rem}.cds--btn--sm.cds--btn--icon-only{padding-left:.4375rem;padding-right:.4375rem}.cds--btn--danger{border-width:1px;border-style:solid;border-color:transparent;background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger .cds--btn__icon,.cds--btn--danger .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary{border-width:1px;border-style:solid;border-color:var(--cds-button-danger-secondary,#da1e28);background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28)}.cds--btn--danger--tertiary:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--tertiary:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--tertiary:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--tertiary .cds--btn__icon,.cds--btn--danger--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--tertiary:hover{border-color:var(--cds-button-danger-hover,#b81921);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:focus{background-color:var(--cds-button-danger-primary,#da1e28);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary:active{border-color:var(--cds-button-danger-active,#750e13);background-color:var(--cds-button-danger-active,#750e13);color:var(--cds-text-on-color,#fff)}.cds--btn--danger--tertiary.cds--btn--disabled,.cds--btn--danger--tertiary.cds--btn--disabled:focus,.cds--btn--danger--tertiary.cds--btn--disabled:hover,.cds--btn--danger--tertiary:disabled,.cds--btn--danger--tertiary:focus:disabled,.cds--btn--danger--tertiary:hover:disabled{background:0 0;color:var(--cds-text-on-color-disabled,#8d8d8d);outline:0}.cds--btn--danger--ghost{border-width:1px;border-style:solid;border-color:transparent;background-color:transparent;color:var(--cds-button-danger-secondary,#da1e28);padding:calc(.875rem - 3px) 1rem}.cds--btn--danger--ghost:hover{background-color:var(--cds-button-danger-hover,#b81921)}.cds--btn--danger--ghost:focus{border-color:var(--cds-button-focus-color,var(--cds-focus,#0f62fe));box-shadow:inset 0 0 0 1px var(--cds-button-focus-color,var(--cds-focus,#0f62fe)),inset 0 0 0 2px var(--cds-background,#fff)}.cds--btn--danger--ghost:active{background-color:var(--cds-button-danger-active,#750e13)}.cds--btn--danger--ghost .cds--btn__icon,.cds--btn--danger--ghost .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:currentColor}.cds--btn--danger--ghost .cds--btn__icon{position:static;margin-right:.5rem}.cds--btn--danger--ghost:active,.cds--btn--danger--ghost:hover{color:var(--cds-text-on-color,#fff)}.cds--btn--danger--ghost.cds--btn--disabled,.cds--btn--danger--ghost.cds--btn--disabled:focus,.cds--btn--danger--ghost.cds--btn--disabled:hover,.cds--btn--danger--ghost:disabled,.cds--btn--danger--ghost:focus:disabled,.cds--btn--danger--ghost:hover:disabled{border-color:transparent;background:0 0;color:var(--cds-text-disabled,rgba(22,22,22,.25));outline:0}.cds--btn--danger--ghost.cds--btn--sm{padding:calc(.375rem - 3px) 1rem}.cds--btn--danger--ghost.cds--btn--field,.cds--btn--danger--ghost.cds--btn--md{padding:calc(.675rem - 3px) 1rem}.cds--btn--sm{min-height:2rem;padding:calc(.375rem - 3px) calc(1rem - 4px) calc(.375rem - 3px) calc(4rem - 4px)}.cds--btn--2xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-left:4rem;padding-right:1rem;min-height:5rem}.cds--btn--xl:not(.cds--btn--icon-only){align-items:baseline;padding-top:1rem;padding-left:4rem;padding-right:1rem;min-height:4rem}.cds--btn--field,.cds--btn--md{min-height:2.5rem;padding:calc(.675rem - 3px) calc(1rem - 4px) calc(.675rem - 3px) calc(4rem - 4px)}.cds--btn--expressive{font-size:var(--cds-body-compact-02-font-size,1rem);font-weight:var(--cds-body-compact-02-font-weight,400);line-height:var(--cds-body-compact-02-line-height,1.375);letter-spacing:var(--cds-body-compact-02-letter-spacing,0);min-height:3rem}.cds--btn--icon-only.cds--btn--expressive{padding:12px 13px}.cds--btn.cds--btn--expressive .cds--btn__icon{width:1.25rem;height:1.25rem}.cds--btn-set .cds--btn.cds--btn--expressive{max-width:20rem}.cds--btn.cds--skeleton{position:relative;padding:0;border:none;background:var(--cds-skeleton-background,#e8e8e8);box-shadow:none;pointer-events:none;width:9.375rem}.cds--btn.cds--skeleton:active,.cds--btn.cds--skeleton:focus,.cds--btn.cds--skeleton:hover{border:none;cursor:default;outline:0}.cds--btn.cds--skeleton::before{position:absolute;width:100%;height:100%;animation:3s ease-in-out skeleton infinite;background:var(--cds-skeleton-element,#c6c6c6);content:"";will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds--btn.cds--skeleton::before{animation:none}}.cds--btn-set{display:flex}.cds--btn-set--stacked{flex-direction:column}.cds--btn-set .cds--btn{width:100%;max-width:12.25rem}.cds--btn-set .cds--btn:not(:focus){box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn:focus+.cds--btn{box-shadow:inherit}.cds--btn-set--stacked .cds--btn:not(:focus){box-shadow:0 -.0625rem 0 0 var(--cds-button-separator,#e0e0e0)}.cds--btn-set--stacked .cds--btn:first-of-type:not(:focus){box-shadow:inherit}.cds--btn-set .cds--btn.cds--btn--disabled{box-shadow:.0625rem 0 0 0 var(--cds-icon-on-color-disabled,#8d8d8d)}.cds--btn-set .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}.cds--btn-set--stacked .cds--btn.cds--btn--disabled{box-shadow:0 -.0625rem 0 0 var(--cds-layer-selected-disabled,#8d8d8d)}.cds--btn-set--stacked .cds--btn.cds--btn--disabled:first-of-type{box-shadow:none}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn:focus{color:Highlight;outline:1px solid Highlight}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon,.cds--btn--ghost.cds--btn--icon-only .cds--btn__icon path:not([data-icon-path]):not([fill=none]){fill:ButtonText}}.cds--modal,:host(cds-modal[open]){position:fixed;z-index:9000;top:0;right:0;display:flex;width:100vw;height:100vh;align-items:center;justify-content:center;background-color:var(--cds-overlay,rgba(22,22,22,.5));content:"";opacity:0;transition:opacity 240ms cubic-bezier(.4,.14,1,1),visibility 0s linear 240ms;visibility:hidden}.cds--modal.is-visible,:host(cds-modal[open]){opacity:1;transition:opacity 240ms cubic-bezier(0,0,.3,1),visibility 0s linear;visibility:inherit}@media screen and (prefers-reduced-motion:reduce){.cds--modal.is-visible,:host(cds-modal[open]){transition:none}}.cds--modal .cds--date-picker__input,.cds--modal .cds--dropdown,.cds--modal .cds--dropdown-list,.cds--modal .cds--multi-select,.cds--modal .cds--number input[type=number],.cds--modal .cds--number__control-btn::after,.cds--modal .cds--number__control-btn::before,.cds--modal .cds--pagination,.cds--modal .cds--pagination__control-buttons,.cds--modal .cds--search-input,.cds--modal .cds--select-input,.cds--modal .cds--text-area,.cds--modal .cds--text-input,:host(cds-modal[open]) .cds--date-picker__input,:host(cds-modal[open]) .cds--dropdown,:host(cds-modal[open]) .cds--dropdown-list,:host(cds-modal[open]) .cds--multi-select,:host(cds-modal[open]) .cds--number input[type=number],:host(cds-modal[open]) .cds--number__control-btn::after,:host(cds-modal[open]) .cds--number__control-btn::before,:host(cds-modal[open]) .cds--pagination,:host(cds-modal[open]) .cds--pagination__control-buttons,:host(cds-modal[open]) .cds--search-input,:host(cds-modal[open]) .cds--select-input,:host(cds-modal[open]) .cds--text-area,:host(cds-modal[open]) .cds--text-input{background-color:var(--cds-field-02,#fff)}.cds--modal .cds--number__rule-divider,:host(cds-modal[open]) .cds--number__rule-divider{background-color:var(--cds-border-subtle-02,#e0e0e0)}.cds--modal .cds--date-picker--fluid .ccdsds--date-picker-input__wrapper .cds--date-picker__input,.cds--modal .cds--list-box__wrapper--fluid .cds--list-box,.cds--modal .cds--list-box__wrapper--fluid.cds--list-box__wrapper,.cds--modal .cds--number-input--fluid .cds--number__control-btn::after,.cds--modal .cds--number-input--fluid .cds--number__control-btn::before,.cds--modal .cds--number-input--fluid input[type=number],.cds--modal .cds--search--fluid .cds--search-input,.cds--modal .cds--select--fluid .cds--select-input,.cds--modal .cds--text-area--fluid .cds--text-area,.cds--modal .cds--text-area--fluid .cds--text-area__wrapper,.cds--modal .cds--text-area--fluid .cds--text-area__wrapper[data-invalid] .cds--text-area__divider+.cds--form-requirement,.cds--modal .cds--text-input--fluid .cds--text-input,:host(cds-modal[open]) .cds--date-picker--fluid .ccdsds--date-picker-input__wrapper .cds--date-picker__input,:host(cds-modal[open]) .cds--list-box__wrapper--fluid .cds--list-box,:host(cds-modal[open]) .cds--list-box__wrapper--fluid.cds--list-box__wrapper,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn::after,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn::before,:host(cds-modal[open]) .cds--number-input--fluid input[type=number],:host(cds-modal[open]) .cds--search--fluid .cds--search-input,:host(cds-modal[open]) .cds--select--fluid .cds--select-input,:host(cds-modal[open]) .cds--text-area--fluid .cds--text-area,:host(cds-modal[open]) .cds--text-area--fluid .cds--text-area__wrapper,:host(cds-modal[open]) .cds--text-area--fluid .cds--text-area__wrapper[data-invalid] .cds--text-area__divider+.cds--form-requirement,:host(cds-modal[open]) .cds--text-input--fluid .cds--text-input{background-color:var(--cds-field-01,#f4f4f4)}.cds--modal .cds--number-input--fluid .cds--number__control-btn:hover::after,.cds--modal .cds--number-input--fluid .cds--number__control-btn:hover::before,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn:hover::after,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn:hover::before{background-color:var(--cds-field-hover)}.cds--modal .cds--number-input--fluid .cds--number__control-btn:focus::after,.cds--modal .cds--number-input--fluid .cds--number__control-btn:focus::before,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn:focus::after,:host(cds-modal[open]) .cds--number-input--fluid .cds--number__control-btn:focus::before{border-right:2px solid var(--cds-focus,#0f62fe)}.cds--modal.is-visible .cds--modal-container,:host(cds-modal[open]) .cds--modal-container{transform:translate3d(0,0,0);transition:transform 240ms cubic-bezier(0,0,.3,1)}.cds--modal-container{position:fixed;top:0;display:grid;overflow:hidden;width:100%;height:100%;max-height:100%;background-color:var(--cds-layer);grid-template-columns:100%;grid-template-rows:auto 1fr auto;outline:3px solid transparent;outline-offset:-3px;transform:translate3d(0,-24px,0);transform-origin:top center;transition:transform 240ms cubic-bezier(.4,.14,1,1)}@media (min-width:42rem){.cds--modal-container{position:static;width:84%;height:auto;max-height:90%}}@media (min-width:66rem){.cds--modal-container{width:60%;max-height:84%}}@media (min-width:82rem){.cds--modal-container{width:48%}}.cds--modal-container .cds--modal-container-body{display:contents}.cds--modal-content,:host(cds-modal-body){font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);position:relative;padding-top:.5rem;padding-left:1rem;padding-right:1rem;margin-bottom:3rem;color:var(--cds-text-primary,#161616);font-weight:400;grid-column:1/-1;grid-row:2/-2;overflow-y:auto}.cds--modal-content:focus,:host(cds-modal-body:focus){outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds--modal-content:focus,:host(cds-modal-body:focus){outline-style:dotted}}.cds--modal-content .cds--form--fluid,:host(cds-modal-body) .cds--form--fluid{margin-left:-1rem;margin-right:-1rem}.cds--modal-content>p,.cds--modal-content__regular-content,:host(cds-modal-body)>p{font-size:var(--cds-body-01-font-size,.875rem);font-weight:var(--cds-body-01-font-weight,400);line-height:var(--cds-body-01-line-height,1.42857);letter-spacing:var(--cds-body-01-letter-spacing,.16px);padding-left:calc(20% - 2rem)}.cds--modal-content--with-form{padding-left:1rem}.cds--modal-header,:host(cds-modal-header){padding-top:1rem;padding-left:3rem;padding-right:1rem;margin-bottom:.5rem;grid-column:1/-1;grid-row:1/1}.cds--modal-header__label,:host(cds-modal-label){font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333);letter-spacing:var(--cds-label-01-letter-spacing,.32px);margin-bottom:.25rem;color:var(--cds-text-secondary,#525252)}.cds--modal-header__heading,:host(cds-modal-heading){font-size:var(--cds-heading-03-font-size,1.25rem);font-weight:var(--cds-heading-03-font-weight,400);line-height:var(--cds-heading-03-line-height,1.4);letter-spacing:var(--cds-heading-03-letter-spacing,0);padding-left:calc(20% - 3rem);color:var(--cds-text-primary,#161616)}.cds--modal-container--xs .cds--modal-content__regular-content{padding-left:1rem}.cds--modal-container--xs .cds--modal-content>p,.cds--modal-container--xs :host(cds-modal-body)>p{padding-left:0}@media (min-width:42rem){.cds--modal-container--xs{width:48%}}@media (min-width:66rem){.cds--modal-container--xs{width:32%;max-height:48%}}@media (min-width:82rem){.cds--modal-container--xs{width:24%}}.cds--modal-container--sm .cds--modal-content__regular-content{padding-left:1rem}.cds--modal-container--sm .cds--modal-content>p,.cds--modal-container--sm :host(cds-modal-body)>p{padding-left:0}@media (min-width:42rem){.cds--modal-container--sm{width:60%}}@media (min-width:66rem){.cds--modal-container--sm{width:42%;max-height:72%}.cds--modal-container--sm .cds--modal-content>p,.cds--modal-container--sm .cds--modal-content__regular-content,.cds--modal-container--sm :host(cds-modal-body)>p{padding-left:20%}}@media (min-width:82rem){.cds--modal-container--sm{width:36%}}@media (min-width:42rem){.cds--modal-container--lg{width:96%}}@media (min-width:66rem){.cds--modal-container--lg{width:84%;max-height:96%}}@media (min-width:82rem){.cds--modal-container--lg{width:72%}}.cds--modal-scroll-content>:last-child{padding-bottom:2rem}.cds--modal-content--overflow-indicator{position:absolute;bottom:3rem;right:0;width:100%;height:2rem;background-image:linear-gradient(to bottom,transparent,var(--cds-layer));content:"";grid-column:1/-1;grid-row:2/-2;pointer-events:none}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none) and (stroke-color:transparent){.cds--modal-content--overflow-indicator{background-image:linear-gradient(to bottom,rgba(var(--cds-layer),0),var(--cds-layer))}}}.cds--modal-content:focus~.cds--modal-content--overflow-indicator,:host(cds-modal-body:focus)~.cds--modal-content--overflow-indicator{width:calc(100% - 4px);margin:0 2px 2px}@media screen and (-ms-high-contrast:active){.cds--modal-scroll-content>:last-child{padding-bottom:0}.cds--modal-content--overflow-indicator{display:none}}.cds--modal-footer{display:flex;height:4rem;justify-content:flex-end;margin-top:auto;grid-column:1/-1;grid-row:-1/-1}.cds--modal-footer .cds--btn{max-width:none;height:4rem;flex:0 1 50%;align-items:baseline;padding-top:.875rem;padding-bottom:2rem;margin:0}.cds--modal-footer--three-button .cds--btn{flex:0 1 25%;align-items:flex-start}.cds--modal-close{position:absolute;z-index:2;top:0;left:0;overflow:hidden;width:3rem;height:3rem;padding:.75rem;border:2px solid transparent;background-color:transparent;cursor:pointer;transition:background-color 110ms cubic-bezier(.2,0,.38,.9)}.cds--modal-close:hover{background-color:var(--cds-layer-hover)}.cds--modal-close:focus{border-color:var(--cds-focus,#0f62fe);outline:0}.cds--modal-close::-moz-focus-inner{border:0}.cds--modal-close__icon{width:1.25rem;height:1.25rem;fill:var(--cds-icon-primary,#161616)}.cds--body--with-modal-open{overflow:hidden}.cds--body--with-modal-open .cds--modal .cds--overflow-menu-options,.cds--body--with-modal-open .cds--modal .cds--tooltip,.cds--body--with-modal-open :host(cds-modal[open]) .cds--overflow-menu-options,.cds--body--with-modal-open :host(cds-modal[open]) .cds--tooltip{z-index:9000}.cds--modal-container--full-width .cds--modal-content,.cds--modal-container--full-width :host(cds-modal-body){padding:0;margin:0}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--modal-close__icon{fill:ButtonText}}@media screen and (-ms-high-contrast:active),(forced-colors:active){.cds--modal-close:focus{color:Highlight;outline:1px solid Highlight}}:host(cds-modal){position:fixed;top:0;bottom:0;width:100vw;height:100vh;z-index:z("modal");display:flex;align-items:center;justify-content:center;content:"";background-color:var(--cds-overlay,rgba(22,22,22,.5));opacity:0;visibility:hidden;transition:background-color .7s cubic-bezier(.4,.14,1,1),opacity 240ms cubic-bezier(.4,.14,1,1),z-index .7s cubic-bezier(.4,.14,1,1),visibility 240ms cubic-bezier(.4,.14,1,1)}:host(cds-modal) .cds--select-input,:host(cds-modal) .cds--text-input{background-color:var(--cds-field-02,#fff)}@media (min-width:42rem){:host(cds-modal) .cds--modal-container ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container ::slotted(cds-modal-header){padding-left:20%}}:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-header),:host(cds-modal) .cds--modal-container--xl ::slotted(cds-modal-header),:host(cds-modal) .cds--modal-container--xs ::slotted(cds-modal-header){padding-left:3rem}:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--xl ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--xs ::slotted(cds-modal-body){padding-left:1rem}@media (min-width:82rem){:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--sm ::slotted(cds-modal-header){padding-left:20%}}@media (min-width:42rem){:host(cds-modal) .cds--modal-container--lg ::slotted(cds-modal-body),:host(cds-modal) .cds--modal-container--lg ::slotted(cds-modal-header){padding-left:20%}}:host(cds-modal[open]){opacity:1;visibility:inherit}:host(cds-modal-close-button){outline:0}:host(cds-modal-heading),:host(cds-modal-label){display:block}:host(cds-modal-footer) .cds--modal-footer--three-button ::slotted(cds-button),:host(cds-modal-footer) .cds--modal-footer--three-button ::slotted(cds-modal-footer-button){flex:0 1 25%}:host(cds-modal-footer) ::slotted(cds-button),:host(cds-modal-footer-button){flex:0 1 50%;max-width:none;width:50%;height:4rem;margin:0;padding-bottom:2rem}:host(cds-modal-footer-button) .cds--btn{padding-top:1rem;padding-bottom:2rem;box-shadow:.0625rem 0 0 0 var(--cds-button-separator,#e0e0e0)}:host(cds-modal-footer-button:first-of-type) .cds--btn{box-shadow:inherit}:host(cds-modal-footer-button) .cds--btn:focus,:host(cds-modal-footer-button:first-of-type) .cds--btn:focus{box-shadow:inset 0 0 0 1px var(--cds-focus,#0f62fe),inset 0 0 0 2px var(--cds-background,#fff)}',
12
12
  ]);
@@ -6,13 +6,13 @@
6
6
  * This source code is licensed under the Apache-2.0 license found in the
7
7
  * LICENSE file in the root directory of this source tree.
8
8
  */
9
- import BXDropdownItem from '../dropdown/dropdown-item';
9
+ import CDSDropdownItem from '../dropdown/dropdown-item';
10
10
  /**
11
11
  * Multi select item.
12
12
  *
13
13
  * @element cds-multi-select-item
14
14
  */
15
- declare class BXMultiSelectItem extends BXDropdownItem {
15
+ declare class CDSMultiSelectItem extends CDSDropdownItem {
16
16
  /**
17
17
  * The property to hide when item is filtered from input
18
18
  */
@@ -28,6 +28,6 @@ declare class BXMultiSelectItem extends BXDropdownItem {
28
28
  static get selectorList(): string;
29
29
  static styles: any;
30
30
  }
31
- export default BXMultiSelectItem;
31
+ export default CDSMultiSelectItem;
32
32
 
33
33
  //# sourceMappingURL=multi-select-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["components/multi-select/multi-select-item.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAMH,OAAO,cAAc,MAAM,2BAA2B,CAAC;AAGvD;;;;GAIG;AACH,cACM,iBAAkB,SAAQ,cAAc;IAC5C;;OAEG;IAEH,QAAQ,MAAC;IAET;;OAEG;IAEH,aAAa,SAAM;IAEnB,MAAM;IAuBN;;OAEG;IACH,MAAM,KAAK,YAAY,WAEtB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,iBAAiB,CAAC","file":"multi-select-item.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { html } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\nimport { ifDefined } from 'lit/directives/if-defined';\nimport { prefix } from '../../globals/settings';\nimport BXDropdownItem from '../dropdown/dropdown-item';\nimport styles from './multi-select.scss';\n\n/**\n * Multi select item.\n *\n * @element cds-multi-select-item\n */\n@customElement(`${prefix}-multi-select-item`)\nclass BXMultiSelectItem extends BXDropdownItem {\n /**\n * The property to hide when item is filtered from input\n */\n @property({ type: Boolean })\n filtered;\n\n /**\n * The `name` attribute for the `<input>` for selection.\n */\n @property({ attribute: 'selection-name' })\n selectionName = '';\n\n render() {\n const { disabled, selected, selectionName, value } = this;\n return html`\n <div class=\"${prefix}--list-box__menu-item__option\">\n <div class=\"${prefix}--form-item ${prefix}--checkbox-wrapper\">\n <input\n id=\"input\"\n type=\"checkbox\"\n class=\"${prefix}--checkbox\"\n tabindex=\"-1\"\n readonly\n ?disabled=${disabled}\n .checked=${selected}\n name=\"${ifDefined(selectionName || undefined)}\"\n value=\"${value}\" />\n <label for=\"input\" class=\"${prefix}--checkbox-label\">\n <span class=\"${prefix}--checkbox-label-text\"><slot></slot></span>\n </label>\n </div>\n </div>\n `;\n }\n\n /**\n * A selector that will return multi select.\n */\n static get selectorList() {\n return `${prefix}-multi-select`;\n }\n\n static styles = styles;\n}\n\nexport default BXMultiSelectItem;\n"]}
1
+ {"version":3,"sources":["components/multi-select/multi-select-item.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAMH,OAAO,eAAe,MAAM,2BAA2B,CAAC;AAGxD;;;;GAIG;AACH,cACM,kBAAmB,SAAQ,eAAe;IAC9C;;OAEG;IAEH,QAAQ,MAAC;IAET;;OAEG;IAEH,aAAa,SAAM;IAEnB,MAAM;IAuBN;;OAEG;IACH,MAAM,KAAK,YAAY,WAEtB;IAED,MAAM,CAAC,MAAM,MAAU;CACxB;AAED,eAAe,kBAAkB,CAAC","file":"multi-select-item.d.ts","sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { html } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\nimport { ifDefined } from 'lit/directives/if-defined';\nimport { prefix } from '../../globals/settings';\nimport CDSDropdownItem from '../dropdown/dropdown-item';\nimport styles from './multi-select.scss';\n\n/**\n * Multi select item.\n *\n * @element cds-multi-select-item\n */\n@customElement(`${prefix}-multi-select-item`)\nclass CDSMultiSelectItem extends CDSDropdownItem {\n /**\n * The property to hide when item is filtered from input\n */\n @property({ type: Boolean })\n filtered;\n\n /**\n * The `name` attribute for the `<input>` for selection.\n */\n @property({ attribute: 'selection-name' })\n selectionName = '';\n\n render() {\n const { disabled, selected, selectionName, value } = this;\n return html`\n <div class=\"${prefix}--list-box__menu-item__option\">\n <div class=\"${prefix}--form-item ${prefix}--checkbox-wrapper\">\n <input\n id=\"input\"\n type=\"checkbox\"\n class=\"${prefix}--checkbox\"\n tabindex=\"-1\"\n readonly\n ?disabled=${disabled}\n .checked=${selected}\n name=\"${ifDefined(selectionName || undefined)}\"\n value=\"${value}\" />\n <label for=\"input\" class=\"${prefix}--checkbox-label\">\n <span class=\"${prefix}--checkbox-label-text\"><slot></slot></span>\n </label>\n </div>\n </div>\n `;\n }\n\n /**\n * A selector that will return multi select.\n */\n static get selectorList() {\n return `${prefix}-multi-select`;\n }\n\n static styles = styles;\n}\n\nexport default CDSMultiSelectItem;\n"]}
@@ -14,7 +14,7 @@ import { html } from 'lit';
14
14
  import { property, customElement } from 'lit/decorators.js';
15
15
  import { ifDefined } from 'lit/directives/if-defined';
16
16
  import { prefix } from '../../globals/settings';
17
- import BXDropdownItem from '../dropdown/dropdown-item';
17
+ import CDSDropdownItem from '../dropdown/dropdown-item';
18
18
  import styles from "././multi-select.css.js";
19
19
 
20
20
  /**
@@ -26,15 +26,15 @@ import styles from "././multi-select.css.js";
26
26
  *
27
27
  * @element cds-multi-select-item
28
28
  */
29
- let BXMultiSelectItem = _decorate([customElement(`${prefix}-multi-select-item`)], function (_initialize, _BXDropdownItem) {
30
- class BXMultiSelectItem extends _BXDropdownItem {
29
+ let CDSMultiSelectItem = _decorate([customElement(`${prefix}-multi-select-item`)], function (_initialize, _CDSDropdownItem) {
30
+ class CDSMultiSelectItem extends _CDSDropdownItem {
31
31
  constructor(...args) {
32
32
  super(...args);
33
33
  _initialize(this);
34
34
  }
35
35
  }
36
36
  return {
37
- F: BXMultiSelectItem,
37
+ F: CDSMultiSelectItem,
38
38
  d: [{
39
39
  kind: "field",
40
40
  decorators: [property({
@@ -110,6 +110,6 @@ let BXMultiSelectItem = _decorate([customElement(`${prefix}-multi-select-item`)]
110
110
  }
111
111
  }]
112
112
  };
113
- }, BXDropdownItem);
114
- export default BXMultiSelectItem;
113
+ }, CDSDropdownItem);
114
+ export default CDSMultiSelectItem;
115
115
  //# sourceMappingURL=multi-select-item.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"multi-select-item.js","names":["html","property","customElement","ifDefined","prefix","BXDropdownItem","styles","BXMultiSelectItem","_decorate","_initialize","_BXDropdownItem","constructor","args","F","d","kind","decorators","type","Boolean","key","value","attribute","render","disabled","selected","selectionName","_t","_","undefined","static","selectorList"],"sources":["components/multi-select/multi-select-item.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { html } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\nimport { ifDefined } from 'lit/directives/if-defined';\nimport { prefix } from '../../globals/settings';\nimport BXDropdownItem from '../dropdown/dropdown-item';\nimport styles from './multi-select.scss';\n\n/**\n * Multi select item.\n *\n * @element cds-multi-select-item\n */\n@customElement(`${prefix}-multi-select-item`)\nclass BXMultiSelectItem extends BXDropdownItem {\n /**\n * The property to hide when item is filtered from input\n */\n @property({ type: Boolean })\n filtered;\n\n /**\n * The `name` attribute for the `<input>` for selection.\n */\n @property({ attribute: 'selection-name' })\n selectionName = '';\n\n render() {\n const { disabled, selected, selectionName, value } = this;\n return html`\n <div class=\"${prefix}--list-box__menu-item__option\">\n <div class=\"${prefix}--form-item ${prefix}--checkbox-wrapper\">\n <input\n id=\"input\"\n type=\"checkbox\"\n class=\"${prefix}--checkbox\"\n tabindex=\"-1\"\n readonly\n ?disabled=${disabled}\n .checked=${selected}\n name=\"${ifDefined(selectionName || undefined)}\"\n value=\"${value}\" />\n <label for=\"input\" class=\"${prefix}--checkbox-label\">\n <span class=\"${prefix}--checkbox-label-text\"><slot></slot></span>\n </label>\n </div>\n </div>\n `;\n }\n\n /**\n * A selector that will return multi select.\n */\n static get selectorList() {\n return `${prefix}-multi-select`;\n }\n\n static styles = styles;\n}\n\nexport default BXMultiSelectItem;\n"],"mappings":";;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,IAAI,QAAQ,KAAK;AAC1B,SAASC,QAAQ,EAAEC,aAAa,QAAQ,mBAAmB;AAC3D,SAASC,SAAS,QAAQ,2BAA2B;AACrD,SAASC,MAAM,QAAQ,wBAAwB;AAC/C,OAAOC,cAAc,MAAM,2BAA2B;AACtD,OAAOC,MAAM,MAAM,yBAAqB;;AAExC;AACA;AACA;AACA;AACA,GAJA;AACA;AACA;AACA;AACA;AAJA,IAMMC,iBAAiB,GAAAC,SAAA,EADtBN,aAAa,CAAE,GAAEE,MAAO,oBAAmB,CAAC,aAAAK,WAAA,EAAAC,eAAA;EAA7C,MACMH,iBAAiB,SAAAG,eAAA,CAAwB;IAAAC,YAAA,GAAAC,IAAA;MAAA,SAAAA,IAAA;MAAAH,WAAA;IAAA;EA4C/C;EAAC;IAAAI,CAAA,EA5CKN,iBAAiB;IAAAO,CAAA;MAAAC,IAAA;MAAAC,UAAA,GAIpBf,QAAQ,CAAC;QAAEgB,IAAI,EAAEC;MAAQ,CAAC,CAAC;MAAAC,GAAA;MAAAC,KAAA;IAAA;MAAAL,IAAA;MAAAC,UAAA,GAM3Bf,QAAQ,CAAC;QAAEoB,SAAS,EAAE;MAAiB,CAAC,CAAC;MAAAF,GAAA;MAAAC,MAAA;QAAA,OAC1B,EAAE;MAAA;IAAA;MAAAL,IAAA;MAAAI,GAAA;MAAAC,KAAA;MAVlB;AACF;AACA;;MAIE;AACF;AACA;;MAIE,SAAAE,OAAA,EAAS;QACP,MAAM;UAAEC,QAAQ;UAAEC,QAAQ;UAAEC,aAAa;UAAEL;QAAM,CAAC,GAAG,IAAI;QACzD,OAAOpB,IAAI,CAAA0B,EAAA,KAAAA,EAAA,GAAAC,CAAC;AAChB,oBAAkB,CAAS;AAC3B,sBAAoB,CAAS,eAAY,CAAS;AAClD;AACA;AACA;AACA,qBAAmB,CAAS;AAC5B;AACA;AACA,wBAAsB,CAAW;AACjC,uBAAqB,CAAW;AAChC,oBAAkB,CAAwC;AAC1D,qBAAmB,CAAQ;AAC3B,sCAAoC,CAAS;AAC7C,2BAAyB,CAAS;AAClC;AACA;AACA;AACA,KAAI,GAjBgBvB,MAAM,EACJA,MAAM,EAAeA,MAAM,EAI5BA,MAAM,EAGHmB,QAAQ,EACTC,QAAQ,EACXrB,SAAS,CAACsB,aAAa,IAAIG,SAAS,CAAC,EACpCR,KAAK,EACYhB,MAAM,EACjBA,MAAM;MAK/B;;MAEA;AACF;AACA;IAFE;MAAAW,IAAA;MAAAc,MAAA;MAAAV,GAAA;MAAAC,KAAA,EAGA,SAAAU,aAAA,EAA0B;QACxB,OAAQ,GAAE1B,MAAO,eAAc;MACjC;IAAC;MAAAW,IAAA;MAAAc,MAAA;MAAAV,GAAA;MAAAC,MAAA;QAAA,OAEed,MAAM;MAAA;IAAA;EAAA;AAAA,GA3CQD,cAAc;AA8C9C,eAAeE,iBAAiB"}
1
+ {"version":3,"file":"multi-select-item.js","names":["html","property","customElement","ifDefined","prefix","CDSDropdownItem","styles","CDSMultiSelectItem","_decorate","_initialize","_CDSDropdownItem","constructor","args","F","d","kind","decorators","type","Boolean","key","value","attribute","render","disabled","selected","selectionName","_t","_","undefined","static","selectorList"],"sources":["components/multi-select/multi-select-item.ts"],"sourcesContent":["/**\n * @license\n *\n * Copyright IBM Corp. 2019, 2023\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { html } from 'lit';\nimport { property, customElement } from 'lit/decorators.js';\nimport { ifDefined } from 'lit/directives/if-defined';\nimport { prefix } from '../../globals/settings';\nimport CDSDropdownItem from '../dropdown/dropdown-item';\nimport styles from './multi-select.scss';\n\n/**\n * Multi select item.\n *\n * @element cds-multi-select-item\n */\n@customElement(`${prefix}-multi-select-item`)\nclass CDSMultiSelectItem extends CDSDropdownItem {\n /**\n * The property to hide when item is filtered from input\n */\n @property({ type: Boolean })\n filtered;\n\n /**\n * The `name` attribute for the `<input>` for selection.\n */\n @property({ attribute: 'selection-name' })\n selectionName = '';\n\n render() {\n const { disabled, selected, selectionName, value } = this;\n return html`\n <div class=\"${prefix}--list-box__menu-item__option\">\n <div class=\"${prefix}--form-item ${prefix}--checkbox-wrapper\">\n <input\n id=\"input\"\n type=\"checkbox\"\n class=\"${prefix}--checkbox\"\n tabindex=\"-1\"\n readonly\n ?disabled=${disabled}\n .checked=${selected}\n name=\"${ifDefined(selectionName || undefined)}\"\n value=\"${value}\" />\n <label for=\"input\" class=\"${prefix}--checkbox-label\">\n <span class=\"${prefix}--checkbox-label-text\"><slot></slot></span>\n </label>\n </div>\n </div>\n `;\n }\n\n /**\n * A selector that will return multi select.\n */\n static get selectorList() {\n return `${prefix}-multi-select`;\n }\n\n static styles = styles;\n}\n\nexport default CDSMultiSelectItem;\n"],"mappings":";;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,IAAI,QAAQ,KAAK;AAC1B,SAASC,QAAQ,EAAEC,aAAa,QAAQ,mBAAmB;AAC3D,SAASC,SAAS,QAAQ,2BAA2B;AACrD,SAASC,MAAM,QAAQ,wBAAwB;AAC/C,OAAOC,eAAe,MAAM,2BAA2B;AACvD,OAAOC,MAAM,MAAM,yBAAqB;;AAExC;AACA;AACA;AACA;AACA,GAJA;AACA;AACA;AACA;AACA;AAJA,IAMMC,kBAAkB,GAAAC,SAAA,EADvBN,aAAa,CAAE,GAAEE,MAAO,oBAAmB,CAAC,aAAAK,WAAA,EAAAC,gBAAA;EAA7C,MACMH,kBAAkB,SAAAG,gBAAA,CAAyB;IAAAC,YAAA,GAAAC,IAAA;MAAA,SAAAA,IAAA;MAAAH,WAAA;IAAA;EA4CjD;EAAC;IAAAI,CAAA,EA5CKN,kBAAkB;IAAAO,CAAA;MAAAC,IAAA;MAAAC,UAAA,GAIrBf,QAAQ,CAAC;QAAEgB,IAAI,EAAEC;MAAQ,CAAC,CAAC;MAAAC,GAAA;MAAAC,KAAA;IAAA;MAAAL,IAAA;MAAAC,UAAA,GAM3Bf,QAAQ,CAAC;QAAEoB,SAAS,EAAE;MAAiB,CAAC,CAAC;MAAAF,GAAA;MAAAC,MAAA;QAAA,OAC1B,EAAE;MAAA;IAAA;MAAAL,IAAA;MAAAI,GAAA;MAAAC,KAAA;MAVlB;AACF;AACA;;MAIE;AACF;AACA;;MAIE,SAAAE,OAAA,EAAS;QACP,MAAM;UAAEC,QAAQ;UAAEC,QAAQ;UAAEC,aAAa;UAAEL;QAAM,CAAC,GAAG,IAAI;QACzD,OAAOpB,IAAI,CAAA0B,EAAA,KAAAA,EAAA,GAAAC,CAAC;AAChB,oBAAkB,CAAS;AAC3B,sBAAoB,CAAS,eAAY,CAAS;AAClD;AACA;AACA;AACA,qBAAmB,CAAS;AAC5B;AACA;AACA,wBAAsB,CAAW;AACjC,uBAAqB,CAAW;AAChC,oBAAkB,CAAwC;AAC1D,qBAAmB,CAAQ;AAC3B,sCAAoC,CAAS;AAC7C,2BAAyB,CAAS;AAClC;AACA;AACA;AACA,KAAI,GAjBgBvB,MAAM,EACJA,MAAM,EAAeA,MAAM,EAI5BA,MAAM,EAGHmB,QAAQ,EACTC,QAAQ,EACXrB,SAAS,CAACsB,aAAa,IAAIG,SAAS,CAAC,EACpCR,KAAK,EACYhB,MAAM,EACjBA,MAAM;MAK/B;;MAEA;AACF;AACA;IAFE;MAAAW,IAAA;MAAAc,MAAA;MAAAV,GAAA;MAAAC,KAAA,EAGA,SAAAU,aAAA,EAA0B;QACxB,OAAQ,GAAE1B,MAAO,eAAc;MACjC;IAAC;MAAAW,IAAA;MAAAc,MAAA;MAAAV,GAAA;MAAAC,MAAA;QAAA,OAEed,MAAM;MAAA;IAAA;EAAA;AAAA,GA3CSD,eAAe;AA8ChD,eAAeE,kBAAkB"}