@react-spectrum/s2 0.9.2 → 0.10.1

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 (2069) hide show
  1. package/dist/Accordion.cjs +2 -2
  2. package/dist/Accordion.cjs.map +1 -1
  3. package/dist/Accordion.css +2 -2
  4. package/dist/Accordion.css.map +1 -1
  5. package/dist/Accordion.mjs +2 -2
  6. package/dist/Accordion.mjs.map +1 -1
  7. package/dist/ActionBar.cjs +62 -60
  8. package/dist/ActionBar.cjs.map +1 -1
  9. package/dist/ActionBar.css +74 -68
  10. package/dist/ActionBar.css.map +1 -1
  11. package/dist/ActionBar.mjs +62 -60
  12. package/dist/ActionBar.mjs.map +1 -1
  13. package/dist/ActionButton.cjs +203 -187
  14. package/dist/ActionButton.cjs.map +1 -1
  15. package/dist/ActionButton.css +183 -157
  16. package/dist/ActionButton.css.map +1 -1
  17. package/dist/ActionButton.mjs +203 -187
  18. package/dist/ActionButton.mjs.map +1 -1
  19. package/dist/ActionButtonGroup.cjs +15 -15
  20. package/dist/ActionButtonGroup.css +9 -9
  21. package/dist/ActionButtonGroup.mjs +15 -15
  22. package/dist/Add.cjs +10 -10
  23. package/dist/Add.css +6 -6
  24. package/dist/Add.mjs +10 -10
  25. package/dist/AlertDialog.cjs +6 -3
  26. package/dist/AlertDialog.cjs.map +1 -1
  27. package/dist/AlertDialog.css +3 -3
  28. package/dist/AlertDialog.css.map +1 -1
  29. package/dist/AlertDialog.mjs +6 -3
  30. package/dist/AlertDialog.mjs.map +1 -1
  31. package/dist/Asterisk.cjs +6 -6
  32. package/dist/Asterisk.css +4 -4
  33. package/dist/Asterisk.mjs +6 -6
  34. package/dist/Avatar.cjs +14 -14
  35. package/dist/Avatar.css +14 -14
  36. package/dist/Avatar.mjs +14 -14
  37. package/dist/AvatarGroup.cjs +134 -120
  38. package/dist/AvatarGroup.cjs.map +1 -1
  39. package/dist/AvatarGroup.css +64 -70
  40. package/dist/AvatarGroup.css.map +1 -1
  41. package/dist/AvatarGroup.mjs +134 -120
  42. package/dist/AvatarGroup.mjs.map +1 -1
  43. package/dist/Badge.cjs +206 -196
  44. package/dist/Badge.cjs.map +1 -1
  45. package/dist/Badge.css +154 -152
  46. package/dist/Badge.css.map +1 -1
  47. package/dist/Badge.mjs +206 -196
  48. package/dist/Badge.mjs.map +1 -1
  49. package/dist/Breadcrumbs.cjs +255 -232
  50. package/dist/Breadcrumbs.cjs.map +1 -1
  51. package/dist/Breadcrumbs.css +166 -128
  52. package/dist/Breadcrumbs.css.map +1 -1
  53. package/dist/Breadcrumbs.mjs +255 -232
  54. package/dist/Breadcrumbs.mjs.map +1 -1
  55. package/dist/Button.cjs +341 -328
  56. package/dist/Button.cjs.map +1 -1
  57. package/dist/Button.css +213 -199
  58. package/dist/Button.css.map +1 -1
  59. package/dist/Button.mjs +341 -328
  60. package/dist/Button.mjs.map +1 -1
  61. package/dist/ButtonGroup.cjs +20 -20
  62. package/dist/ButtonGroup.css +15 -15
  63. package/dist/ButtonGroup.mjs +20 -20
  64. package/dist/Calendar.cjs +489 -0
  65. package/dist/Calendar.cjs.map +1 -0
  66. package/dist/Calendar.css +559 -0
  67. package/dist/Calendar.css.map +1 -0
  68. package/dist/Calendar.mjs +480 -0
  69. package/dist/Calendar.mjs.map +1 -0
  70. package/dist/Card.cjs +304 -294
  71. package/dist/Card.cjs.map +1 -1
  72. package/dist/Card.css +248 -234
  73. package/dist/Card.css.map +1 -1
  74. package/dist/Card.mjs +304 -294
  75. package/dist/Card.mjs.map +1 -1
  76. package/dist/CardView.cjs +37 -25
  77. package/dist/CardView.cjs.map +1 -1
  78. package/dist/CardView.css +19 -23
  79. package/dist/CardView.css.map +1 -1
  80. package/dist/CardView.mjs +38 -26
  81. package/dist/CardView.mjs.map +1 -1
  82. package/dist/CenterBaseline.cjs +1 -1
  83. package/dist/CenterBaseline.css +2 -2
  84. package/dist/CenterBaseline.mjs +1 -1
  85. package/dist/Checkbox.cjs +170 -160
  86. package/dist/Checkbox.cjs.map +1 -1
  87. package/dist/Checkbox.css +117 -119
  88. package/dist/Checkbox.css.map +1 -1
  89. package/dist/Checkbox.mjs +170 -160
  90. package/dist/Checkbox.mjs.map +1 -1
  91. package/dist/CheckboxGroup.cjs +45 -43
  92. package/dist/CheckboxGroup.cjs.map +1 -1
  93. package/dist/CheckboxGroup.css +50 -64
  94. package/dist/CheckboxGroup.css.map +1 -1
  95. package/dist/CheckboxGroup.mjs +45 -43
  96. package/dist/CheckboxGroup.mjs.map +1 -1
  97. package/dist/Checkmark.cjs +12 -12
  98. package/dist/Checkmark.css +8 -8
  99. package/dist/Checkmark.mjs +12 -12
  100. package/dist/Chevron.cjs +12 -12
  101. package/dist/Chevron.css +10 -10
  102. package/dist/Chevron.mjs +12 -12
  103. package/dist/ClearButton.cjs +29 -29
  104. package/dist/ClearButton.css +29 -29
  105. package/dist/ClearButton.mjs +29 -29
  106. package/dist/CloseButton.cjs +54 -54
  107. package/dist/CloseButton.css +46 -46
  108. package/dist/CloseButton.mjs +54 -54
  109. package/dist/ColorArea.cjs +16 -16
  110. package/dist/ColorArea.cjs.map +1 -1
  111. package/dist/ColorArea.css +16 -16
  112. package/dist/ColorArea.css.map +1 -1
  113. package/dist/ColorArea.mjs +16 -16
  114. package/dist/ColorArea.mjs.map +1 -1
  115. package/dist/ColorField.cjs +32 -34
  116. package/dist/ColorField.cjs.map +1 -1
  117. package/dist/ColorField.css +40 -54
  118. package/dist/ColorField.css.map +1 -1
  119. package/dist/ColorField.mjs +32 -34
  120. package/dist/ColorField.mjs.map +1 -1
  121. package/dist/ColorHandle.cjs +27 -27
  122. package/dist/ColorHandle.css +42 -42
  123. package/dist/ColorHandle.mjs +27 -27
  124. package/dist/ColorSlider.cjs +118 -108
  125. package/dist/ColorSlider.cjs.map +1 -1
  126. package/dist/ColorSlider.css +79 -81
  127. package/dist/ColorSlider.css.map +1 -1
  128. package/dist/ColorSlider.mjs +118 -108
  129. package/dist/ColorSlider.mjs.map +1 -1
  130. package/dist/ColorSwatch.cjs +29 -29
  131. package/dist/ColorSwatch.cjs.map +1 -1
  132. package/dist/ColorSwatch.css +29 -29
  133. package/dist/ColorSwatch.css.map +1 -1
  134. package/dist/ColorSwatch.mjs +29 -29
  135. package/dist/ColorSwatch.mjs.map +1 -1
  136. package/dist/ColorSwatchPicker.cjs +27 -27
  137. package/dist/ColorSwatchPicker.css +46 -46
  138. package/dist/ColorSwatchPicker.mjs +27 -27
  139. package/dist/ColorWheel.cjs +26 -26
  140. package/dist/ColorWheel.cjs.map +1 -1
  141. package/dist/ColorWheel.css +17 -17
  142. package/dist/ColorWheel.css.map +1 -1
  143. package/dist/ColorWheel.mjs +26 -26
  144. package/dist/ColorWheel.mjs.map +1 -1
  145. package/dist/ComboBox.cjs +397 -377
  146. package/dist/ComboBox.cjs.map +1 -1
  147. package/dist/ComboBox.css +226 -202
  148. package/dist/ComboBox.css.map +1 -1
  149. package/dist/ComboBox.mjs +398 -378
  150. package/dist/ComboBox.mjs.map +1 -1
  151. package/dist/Content.cjs.map +1 -1
  152. package/dist/Content.mjs.map +1 -1
  153. package/dist/ContextualHelp.cjs +5 -5
  154. package/dist/ContextualHelp.css +112 -62
  155. package/dist/ContextualHelp.css.map +1 -1
  156. package/dist/ContextualHelp.mjs +5 -5
  157. package/dist/Cross.cjs +14 -14
  158. package/dist/Cross.css +10 -10
  159. package/dist/Cross.mjs +14 -14
  160. package/dist/CustomDialog.cjs +25 -25
  161. package/dist/CustomDialog.cjs.map +1 -1
  162. package/dist/CustomDialog.css +25 -25
  163. package/dist/CustomDialog.css.map +1 -1
  164. package/dist/CustomDialog.mjs +25 -25
  165. package/dist/CustomDialog.mjs.map +1 -1
  166. package/dist/Dash.cjs +10 -10
  167. package/dist/Dash.css +6 -6
  168. package/dist/Dash.mjs +10 -10
  169. package/dist/DateField.cjs +224 -0
  170. package/dist/DateField.cjs.map +1 -0
  171. package/dist/DateField.css +325 -0
  172. package/dist/DateField.css.map +1 -0
  173. package/dist/DateField.mjs +215 -0
  174. package/dist/DateField.mjs.map +1 -0
  175. package/dist/DatePicker.cjs +432 -0
  176. package/dist/DatePicker.cjs.map +1 -0
  177. package/dist/DatePicker.css +539 -0
  178. package/dist/DatePicker.css.map +1 -0
  179. package/dist/DatePicker.mjs +423 -0
  180. package/dist/DatePicker.mjs.map +1 -0
  181. package/dist/DateRangePicker.cjs +255 -0
  182. package/dist/DateRangePicker.cjs.map +1 -0
  183. package/dist/DateRangePicker.css +253 -0
  184. package/dist/DateRangePicker.css.map +1 -0
  185. package/dist/DateRangePicker.mjs +249 -0
  186. package/dist/DateRangePicker.mjs.map +1 -0
  187. package/dist/Dialog.cjs +17 -17
  188. package/dist/Dialog.cjs.map +1 -1
  189. package/dist/Dialog.css +135 -89
  190. package/dist/Dialog.css.map +1 -1
  191. package/dist/Dialog.mjs +17 -17
  192. package/dist/Dialog.mjs.map +1 -1
  193. package/dist/Disclosure.cjs +135 -129
  194. package/dist/Disclosure.cjs.map +1 -1
  195. package/dist/Disclosure.css +131 -125
  196. package/dist/Disclosure.css.map +1 -1
  197. package/dist/Disclosure.mjs +135 -129
  198. package/dist/Disclosure.mjs.map +1 -1
  199. package/dist/Divider.cjs +25 -25
  200. package/dist/Divider.cjs.map +1 -1
  201. package/dist/Divider.css +25 -25
  202. package/dist/Divider.css.map +1 -1
  203. package/dist/Divider.mjs +25 -25
  204. package/dist/Divider.mjs.map +1 -1
  205. package/dist/DropZone.cjs +62 -58
  206. package/dist/DropZone.cjs.map +1 -1
  207. package/dist/DropZone.css +73 -55
  208. package/dist/DropZone.css.map +1 -1
  209. package/dist/DropZone.mjs +62 -58
  210. package/dist/DropZone.mjs.map +1 -1
  211. package/dist/Field.cjs +374 -341
  212. package/dist/Field.cjs.map +1 -1
  213. package/dist/Field.css +181 -179
  214. package/dist/Field.css.map +1 -1
  215. package/dist/Field.mjs +374 -341
  216. package/dist/Field.mjs.map +1 -1
  217. package/dist/Fonts.cjs +109 -0
  218. package/dist/Fonts.cjs.map +1 -0
  219. package/dist/Fonts.mjs +100 -0
  220. package/dist/Fonts.mjs.map +1 -0
  221. package/dist/Form.cjs +9 -9
  222. package/dist/Form.cjs.map +1 -1
  223. package/dist/Form.css +9 -9
  224. package/dist/Form.css.map +1 -1
  225. package/dist/Form.mjs +9 -9
  226. package/dist/Form.mjs.map +1 -1
  227. package/dist/FullscreenDialog.cjs +5 -5
  228. package/dist/FullscreenDialog.cjs.map +1 -1
  229. package/dist/FullscreenDialog.css +144 -98
  230. package/dist/FullscreenDialog.css.map +1 -1
  231. package/dist/FullscreenDialog.mjs +5 -5
  232. package/dist/FullscreenDialog.mjs.map +1 -1
  233. package/dist/IllustratedMessage.cjs +256 -219
  234. package/dist/IllustratedMessage.cjs.map +1 -1
  235. package/dist/IllustratedMessage.css +135 -109
  236. package/dist/IllustratedMessage.css.map +1 -1
  237. package/dist/IllustratedMessage.mjs +256 -219
  238. package/dist/IllustratedMessage.mjs.map +1 -1
  239. package/dist/Image.cjs +13 -13
  240. package/dist/Image.css +14 -14
  241. package/dist/Image.mjs +13 -13
  242. package/dist/InlineAlert.cjs +117 -108
  243. package/dist/InlineAlert.cjs.map +1 -1
  244. package/dist/InlineAlert.css +131 -101
  245. package/dist/InlineAlert.css.map +1 -1
  246. package/dist/InlineAlert.mjs +117 -108
  247. package/dist/InlineAlert.mjs.map +1 -1
  248. package/dist/Link.cjs +54 -49
  249. package/dist/Link.cjs.map +1 -1
  250. package/dist/Link.css +70 -52
  251. package/dist/Link.css.map +1 -1
  252. package/dist/Link.mjs +54 -49
  253. package/dist/Link.mjs.map +1 -1
  254. package/dist/LinkOut.cjs +8 -8
  255. package/dist/LinkOut.css +8 -8
  256. package/dist/LinkOut.mjs +8 -8
  257. package/dist/Menu.cjs +459 -422
  258. package/dist/Menu.cjs.map +1 -1
  259. package/dist/Menu.css +242 -212
  260. package/dist/Menu.css.map +1 -1
  261. package/dist/Menu.mjs +459 -422
  262. package/dist/Menu.mjs.map +1 -1
  263. package/dist/Meter.cjs +163 -153
  264. package/dist/Meter.cjs.map +1 -1
  265. package/dist/Meter.css +118 -120
  266. package/dist/Meter.css.map +1 -1
  267. package/dist/Meter.mjs +163 -153
  268. package/dist/Meter.mjs.map +1 -1
  269. package/dist/Modal.cjs +58 -58
  270. package/dist/Modal.css +50 -50
  271. package/dist/Modal.mjs +58 -58
  272. package/dist/NotificationBadge.cjs +58 -56
  273. package/dist/NotificationBadge.cjs.map +1 -1
  274. package/dist/NotificationBadge.css +66 -68
  275. package/dist/NotificationBadge.css.map +1 -1
  276. package/dist/NotificationBadge.mjs +58 -56
  277. package/dist/NotificationBadge.mjs.map +1 -1
  278. package/dist/NumberField.cjs +116 -117
  279. package/dist/NumberField.cjs.map +1 -1
  280. package/dist/NumberField.css +112 -126
  281. package/dist/NumberField.css.map +1 -1
  282. package/dist/NumberField.mjs +116 -117
  283. package/dist/NumberField.mjs.map +1 -1
  284. package/dist/Picker.cjs +284 -272
  285. package/dist/Picker.cjs.map +1 -1
  286. package/dist/Picker.css +202 -192
  287. package/dist/Picker.css.map +1 -1
  288. package/dist/Picker.mjs +285 -273
  289. package/dist/Picker.mjs.map +1 -1
  290. package/dist/Popover.cjs +86 -85
  291. package/dist/Popover.cjs.map +1 -1
  292. package/dist/Popover.css +66 -66
  293. package/dist/Popover.css.map +1 -1
  294. package/dist/Popover.mjs +86 -85
  295. package/dist/Popover.mjs.map +1 -1
  296. package/dist/ProgressBar.cjs +173 -163
  297. package/dist/ProgressBar.cjs.map +1 -1
  298. package/dist/ProgressBar.css +126 -128
  299. package/dist/ProgressBar.css.map +1 -1
  300. package/dist/ProgressBar.mjs +173 -163
  301. package/dist/ProgressBar.mjs.map +1 -1
  302. package/dist/ProgressCircle.cjs +49 -23
  303. package/dist/ProgressCircle.cjs.map +1 -1
  304. package/dist/ProgressCircle.css +46 -18
  305. package/dist/ProgressCircle.css.map +1 -1
  306. package/dist/ProgressCircle.mjs +49 -23
  307. package/dist/ProgressCircle.mjs.map +1 -1
  308. package/dist/Provider.cjs +20 -13
  309. package/dist/Provider.cjs.map +1 -1
  310. package/dist/Provider.css +15 -9
  311. package/dist/Provider.css.map +1 -1
  312. package/dist/Provider.mjs +21 -14
  313. package/dist/Provider.mjs.map +1 -1
  314. package/dist/Radio.cjs +154 -144
  315. package/dist/Radio.cjs.map +1 -1
  316. package/dist/Radio.css +104 -106
  317. package/dist/Radio.css.map +1 -1
  318. package/dist/Radio.mjs +154 -144
  319. package/dist/Radio.mjs.map +1 -1
  320. package/dist/RadioGroup.cjs +42 -41
  321. package/dist/RadioGroup.cjs.map +1 -1
  322. package/dist/RadioGroup.css +50 -64
  323. package/dist/RadioGroup.css.map +1 -1
  324. package/dist/RadioGroup.mjs +42 -41
  325. package/dist/RadioGroup.mjs.map +1 -1
  326. package/dist/RangeCalendar.cjs +130 -0
  327. package/dist/RangeCalendar.cjs.map +1 -0
  328. package/dist/RangeCalendar.css +42 -0
  329. package/dist/RangeCalendar.css.map +1 -0
  330. package/dist/RangeCalendar.mjs +124 -0
  331. package/dist/RangeCalendar.mjs.map +1 -0
  332. package/dist/RangeSlider.cjs +13 -7
  333. package/dist/RangeSlider.cjs.map +1 -1
  334. package/dist/RangeSlider.mjs +13 -7
  335. package/dist/RangeSlider.mjs.map +1 -1
  336. package/dist/SearchField.cjs +42 -41
  337. package/dist/SearchField.cjs.map +1 -1
  338. package/dist/SearchField.css +65 -75
  339. package/dist/SearchField.css.map +1 -1
  340. package/dist/SearchField.mjs +42 -41
  341. package/dist/SearchField.mjs.map +1 -1
  342. package/dist/SegmentedControl.cjs +189 -173
  343. package/dist/SegmentedControl.cjs.map +1 -1
  344. package/dist/SegmentedControl.css +153 -151
  345. package/dist/SegmentedControl.css.map +1 -1
  346. package/dist/SegmentedControl.mjs +189 -173
  347. package/dist/SegmentedControl.mjs.map +1 -1
  348. package/dist/Slider.cjs +300 -288
  349. package/dist/Slider.cjs.map +1 -1
  350. package/dist/Slider.css +179 -177
  351. package/dist/Slider.css.map +1 -1
  352. package/dist/Slider.mjs +300 -288
  353. package/dist/Slider.mjs.map +1 -1
  354. package/dist/StatusLight.cjs +125 -115
  355. package/dist/StatusLight.cjs.map +1 -1
  356. package/dist/StatusLight.css +88 -86
  357. package/dist/StatusLight.css.map +1 -1
  358. package/dist/StatusLight.mjs +125 -115
  359. package/dist/StatusLight.mjs.map +1 -1
  360. package/dist/Switch.cjs +191 -174
  361. package/dist/Switch.cjs.map +1 -1
  362. package/dist/Switch.css +99 -101
  363. package/dist/Switch.css.map +1 -1
  364. package/dist/Switch.mjs +192 -175
  365. package/dist/Switch.mjs.map +1 -1
  366. package/dist/TableView.cjs +325 -317
  367. package/dist/TableView.cjs.map +1 -1
  368. package/dist/TableView.css +195 -193
  369. package/dist/TableView.css.map +1 -1
  370. package/dist/TableView.mjs +326 -318
  371. package/dist/TableView.mjs.map +1 -1
  372. package/dist/Tabs.cjs +223 -226
  373. package/dist/Tabs.cjs.map +1 -1
  374. package/dist/Tabs.css +146 -116
  375. package/dist/Tabs.css.map +1 -1
  376. package/dist/Tabs.mjs +227 -230
  377. package/dist/Tabs.mjs.map +1 -1
  378. package/dist/TabsPicker.cjs +127 -123
  379. package/dist/TabsPicker.cjs.map +1 -1
  380. package/dist/TabsPicker.css +133 -135
  381. package/dist/TabsPicker.css.map +1 -1
  382. package/dist/TabsPicker.mjs +127 -123
  383. package/dist/TabsPicker.mjs.map +1 -1
  384. package/dist/TagGroup.cjs +213 -202
  385. package/dist/TagGroup.cjs.map +1 -1
  386. package/dist/TagGroup.css +190 -180
  387. package/dist/TagGroup.css.map +1 -1
  388. package/dist/TagGroup.mjs +213 -202
  389. package/dist/TagGroup.mjs.map +1 -1
  390. package/dist/TextField.cjs +59 -60
  391. package/dist/TextField.cjs.map +1 -1
  392. package/dist/TextField.css +67 -81
  393. package/dist/TextField.css.map +1 -1
  394. package/dist/TextField.mjs +59 -60
  395. package/dist/TextField.mjs.map +1 -1
  396. package/dist/TimeField.cjs +172 -0
  397. package/dist/TimeField.cjs.map +1 -0
  398. package/dist/TimeField.css +205 -0
  399. package/dist/TimeField.css.map +1 -0
  400. package/dist/TimeField.mjs +166 -0
  401. package/dist/TimeField.mjs.map +1 -0
  402. package/dist/Toast.cjs +120 -118
  403. package/dist/Toast.cjs.map +1 -1
  404. package/dist/Toast.css +120 -114
  405. package/dist/Toast.css.map +1 -1
  406. package/dist/Toast.mjs +120 -118
  407. package/dist/Toast.mjs.map +1 -1
  408. package/dist/ToggleButton.cjs +3 -3
  409. package/dist/ToggleButton.cjs.map +1 -1
  410. package/dist/ToggleButton.css +12 -12
  411. package/dist/ToggleButton.css.map +1 -1
  412. package/dist/ToggleButton.mjs +3 -3
  413. package/dist/ToggleButton.mjs.map +1 -1
  414. package/dist/ToggleButtonGroup.cjs.map +1 -1
  415. package/dist/ToggleButtonGroup.mjs.map +1 -1
  416. package/dist/Tooltip.cjs +83 -81
  417. package/dist/Tooltip.cjs.map +1 -1
  418. package/dist/Tooltip.css +83 -77
  419. package/dist/Tooltip.css.map +1 -1
  420. package/dist/Tooltip.mjs +83 -81
  421. package/dist/Tooltip.mjs.map +1 -1
  422. package/dist/TreeView.cjs +176 -148
  423. package/dist/TreeView.cjs.map +1 -1
  424. package/dist/TreeView.css +182 -164
  425. package/dist/TreeView.css.map +1 -1
  426. package/dist/TreeView.mjs +178 -151
  427. package/dist/TreeView.mjs.map +1 -1
  428. package/dist/ar-AE.cjs +10 -3
  429. package/dist/ar-AE.cjs.map +1 -1
  430. package/dist/ar-AE.mjs +10 -3
  431. package/dist/ar-AE.mjs.map +1 -1
  432. package/dist/bg-BG.cjs +10 -3
  433. package/dist/bg-BG.cjs.map +1 -1
  434. package/dist/bg-BG.mjs +10 -3
  435. package/dist/bg-BG.mjs.map +1 -1
  436. package/dist/cs-CZ.cjs +11 -7
  437. package/dist/cs-CZ.cjs.map +1 -1
  438. package/dist/cs-CZ.mjs +11 -7
  439. package/dist/cs-CZ.mjs.map +1 -1
  440. package/dist/da-DK.cjs +10 -3
  441. package/dist/da-DK.cjs.map +1 -1
  442. package/dist/da-DK.mjs +10 -3
  443. package/dist/da-DK.mjs.map +1 -1
  444. package/dist/de-DE.cjs +12 -4
  445. package/dist/de-DE.cjs.map +1 -1
  446. package/dist/de-DE.mjs +12 -4
  447. package/dist/de-DE.mjs.map +1 -1
  448. package/dist/el-GR.cjs +11 -4
  449. package/dist/el-GR.cjs.map +1 -1
  450. package/dist/el-GR.mjs +11 -4
  451. package/dist/el-GR.mjs.map +1 -1
  452. package/dist/en-US.cjs +10 -3
  453. package/dist/en-US.cjs.map +1 -1
  454. package/dist/en-US.mjs +10 -3
  455. package/dist/en-US.mjs.map +1 -1
  456. package/dist/es-ES.cjs +12 -4
  457. package/dist/es-ES.cjs.map +1 -1
  458. package/dist/es-ES.mjs +12 -4
  459. package/dist/es-ES.mjs.map +1 -1
  460. package/dist/et-EE.cjs +10 -3
  461. package/dist/et-EE.cjs.map +1 -1
  462. package/dist/et-EE.mjs +10 -3
  463. package/dist/et-EE.mjs.map +1 -1
  464. package/dist/fi-FI.cjs +11 -4
  465. package/dist/fi-FI.cjs.map +1 -1
  466. package/dist/fi-FI.mjs +11 -4
  467. package/dist/fi-FI.mjs.map +1 -1
  468. package/dist/font-faces.cjs +3 -0
  469. package/dist/font-faces.cjs.map +1 -0
  470. package/dist/font-faces.css +99 -0
  471. package/dist/font-faces.css.map +1 -0
  472. package/dist/font-faces.mjs +5 -0
  473. package/dist/font-faces.mjs.map +1 -0
  474. package/dist/fr-FR.cjs +12 -4
  475. package/dist/fr-FR.cjs.map +1 -1
  476. package/dist/fr-FR.mjs +12 -4
  477. package/dist/fr-FR.mjs.map +1 -1
  478. package/dist/he-IL.cjs +14 -6
  479. package/dist/he-IL.cjs.map +1 -1
  480. package/dist/he-IL.mjs +14 -6
  481. package/dist/he-IL.mjs.map +1 -1
  482. package/dist/hr-HR.cjs +11 -7
  483. package/dist/hr-HR.cjs.map +1 -1
  484. package/dist/hr-HR.mjs +11 -7
  485. package/dist/hr-HR.mjs.map +1 -1
  486. package/dist/hu-HU.cjs +10 -3
  487. package/dist/hu-HU.cjs.map +1 -1
  488. package/dist/hu-HU.mjs +10 -3
  489. package/dist/hu-HU.mjs.map +1 -1
  490. package/dist/it-IT.cjs +11 -3
  491. package/dist/it-IT.cjs.map +1 -1
  492. package/dist/it-IT.mjs +11 -3
  493. package/dist/it-IT.mjs.map +1 -1
  494. package/dist/ja-JP.cjs +11 -4
  495. package/dist/ja-JP.cjs.map +1 -1
  496. package/dist/ja-JP.mjs +11 -4
  497. package/dist/ja-JP.mjs.map +1 -1
  498. package/dist/ko-KR.cjs +11 -4
  499. package/dist/ko-KR.cjs.map +1 -1
  500. package/dist/ko-KR.mjs +11 -4
  501. package/dist/ko-KR.mjs.map +1 -1
  502. package/dist/lt-LT.cjs +13 -6
  503. package/dist/lt-LT.cjs.map +1 -1
  504. package/dist/lt-LT.mjs +13 -6
  505. package/dist/lt-LT.mjs.map +1 -1
  506. package/dist/lv-LV.cjs +13 -6
  507. package/dist/lv-LV.cjs.map +1 -1
  508. package/dist/lv-LV.mjs +13 -6
  509. package/dist/lv-LV.mjs.map +1 -1
  510. package/dist/main.cjs +26 -0
  511. package/dist/main.cjs.map +1 -1
  512. package/dist/module.mjs +15 -2
  513. package/dist/module.mjs.map +1 -1
  514. package/dist/nb-NO.cjs +11 -7
  515. package/dist/nb-NO.cjs.map +1 -1
  516. package/dist/nb-NO.mjs +11 -7
  517. package/dist/nb-NO.mjs.map +1 -1
  518. package/dist/nl-NL.cjs +10 -3
  519. package/dist/nl-NL.cjs.map +1 -1
  520. package/dist/nl-NL.mjs +10 -3
  521. package/dist/nl-NL.mjs.map +1 -1
  522. package/dist/pl-PL.cjs +11 -7
  523. package/dist/pl-PL.cjs.map +1 -1
  524. package/dist/pl-PL.mjs +11 -7
  525. package/dist/pl-PL.mjs.map +1 -1
  526. package/dist/pt-BR.cjs +10 -3
  527. package/dist/pt-BR.cjs.map +1 -1
  528. package/dist/pt-BR.mjs +10 -3
  529. package/dist/pt-BR.mjs.map +1 -1
  530. package/dist/pt-PT.cjs +10 -3
  531. package/dist/pt-PT.cjs.map +1 -1
  532. package/dist/pt-PT.mjs +10 -3
  533. package/dist/pt-PT.mjs.map +1 -1
  534. package/dist/ro-RO.cjs +11 -3
  535. package/dist/ro-RO.cjs.map +1 -1
  536. package/dist/ro-RO.mjs +11 -3
  537. package/dist/ro-RO.mjs.map +1 -1
  538. package/dist/ru-RU.cjs +11 -7
  539. package/dist/ru-RU.cjs.map +1 -1
  540. package/dist/ru-RU.mjs +11 -7
  541. package/dist/ru-RU.mjs.map +1 -1
  542. package/dist/sk-SK.cjs +11 -7
  543. package/dist/sk-SK.cjs.map +1 -1
  544. package/dist/sk-SK.mjs +11 -7
  545. package/dist/sk-SK.mjs.map +1 -1
  546. package/dist/sl-SI.cjs +11 -7
  547. package/dist/sl-SI.cjs.map +1 -1
  548. package/dist/sl-SI.mjs +11 -7
  549. package/dist/sl-SI.mjs.map +1 -1
  550. package/dist/sr-SP.cjs +11 -7
  551. package/dist/sr-SP.cjs.map +1 -1
  552. package/dist/sr-SP.mjs +11 -7
  553. package/dist/sr-SP.mjs.map +1 -1
  554. package/dist/sv-SE.cjs +11 -3
  555. package/dist/sv-SE.cjs.map +1 -1
  556. package/dist/sv-SE.mjs +11 -3
  557. package/dist/sv-SE.mjs.map +1 -1
  558. package/dist/tr-TR.cjs +11 -4
  559. package/dist/tr-TR.cjs.map +1 -1
  560. package/dist/tr-TR.mjs +11 -4
  561. package/dist/tr-TR.mjs.map +1 -1
  562. package/dist/types.d.ts +197 -103
  563. package/dist/types.d.ts.map +1 -1
  564. package/dist/uk-UA.cjs +11 -7
  565. package/dist/uk-UA.cjs.map +1 -1
  566. package/dist/uk-UA.mjs +11 -7
  567. package/dist/uk-UA.mjs.map +1 -1
  568. package/dist/zh-CN.cjs +10 -3
  569. package/dist/zh-CN.cjs.map +1 -1
  570. package/dist/zh-CN.mjs +10 -3
  571. package/dist/zh-CN.mjs.map +1 -1
  572. package/dist/zh-TW.cjs +10 -3
  573. package/dist/zh-TW.cjs.map +1 -1
  574. package/dist/zh-TW.mjs +10 -3
  575. package/dist/zh-TW.mjs.map +1 -1
  576. package/icons/CloseCaptions.cjs +2 -2
  577. package/icons/CloseCaptions.cjs.map +1 -1
  578. package/icons/CloseCaptions.mjs +2 -2
  579. package/icons/CloseCaptions.mjs.map +1 -1
  580. package/icons/CloudStateDisconnected.cjs +42 -0
  581. package/icons/CloudStateDisconnected.cjs.map +1 -0
  582. package/icons/CloudStateDisconnected.mjs +31 -0
  583. package/icons/CloudStateDisconnected.mjs.map +1 -0
  584. package/icons/CloudStateError.cjs +42 -0
  585. package/icons/CloudStateError.cjs.map +1 -0
  586. package/icons/CloudStateError.d.ts +5 -0
  587. package/icons/CloudStateError.mjs +31 -0
  588. package/icons/CloudStateError.mjs.map +1 -0
  589. package/icons/CloudStateInProgress.cjs +42 -0
  590. package/icons/CloudStateInProgress.cjs.map +1 -0
  591. package/icons/CloudStateInProgress.d.ts +5 -0
  592. package/icons/CloudStateInProgress.mjs +31 -0
  593. package/icons/CloudStateInProgress.mjs.map +1 -0
  594. package/icons/CloudStateOnline.cjs +50 -0
  595. package/icons/CloudStateOnline.cjs.map +1 -0
  596. package/icons/CloudStateOnline.d.ts +5 -0
  597. package/icons/CloudStateOnline.mjs +39 -0
  598. package/icons/CloudStateOnline.mjs.map +1 -0
  599. package/icons/CloudStatePaused.cjs +42 -0
  600. package/icons/CloudStatePaused.cjs.map +1 -0
  601. package/icons/CloudStatePaused.d.ts +5 -0
  602. package/icons/CloudStatePaused.mjs +31 -0
  603. package/icons/CloudStatePaused.mjs.map +1 -0
  604. package/icons/CloudStatePending.cjs +50 -0
  605. package/icons/CloudStatePending.cjs.map +1 -0
  606. package/icons/CloudStatePending.d.ts +5 -0
  607. package/icons/CloudStatePending.mjs +39 -0
  608. package/icons/CloudStatePending.mjs.map +1 -0
  609. package/icons/CloudStateSlowConnection.cjs +42 -0
  610. package/icons/CloudStateSlowConnection.cjs.map +1 -0
  611. package/icons/CloudStateSlowConnection.d.ts +5 -0
  612. package/icons/CloudStateSlowConnection.mjs +31 -0
  613. package/icons/CloudStateSlowConnection.mjs.map +1 -0
  614. package/icons/CommentHide.cjs.map +1 -1
  615. package/icons/CommentHide.mjs.map +1 -1
  616. package/icons/Community.cjs +1 -1
  617. package/icons/Community.cjs.map +1 -1
  618. package/icons/Community.mjs +1 -1
  619. package/icons/Community.mjs.map +1 -1
  620. package/icons/Erase.cjs +1 -1
  621. package/icons/Erase.cjs.map +1 -1
  622. package/icons/Erase.mjs +1 -1
  623. package/icons/Erase.mjs.map +1 -1
  624. package/icons/FlipHorizontal.cjs +23 -3
  625. package/icons/FlipHorizontal.cjs.map +1 -1
  626. package/icons/FlipHorizontal.mjs +23 -3
  627. package/icons/FlipHorizontal.mjs.map +1 -1
  628. package/icons/FlipVertical.cjs +22 -2
  629. package/icons/FlipVertical.cjs.map +1 -1
  630. package/icons/FlipVertical.mjs +22 -2
  631. package/icons/FlipVertical.mjs.map +1 -1
  632. package/icons/Icon.cjs +13 -12
  633. package/icons/Icon.cjs.map +1 -1
  634. package/icons/Icon.css +9 -9
  635. package/icons/Icon.css.map +1 -1
  636. package/icons/Icon.mjs +13 -12
  637. package/icons/Icon.mjs.map +1 -1
  638. package/icons/ImageAdd.cjs +1 -1
  639. package/icons/ImageAdd.cjs.map +1 -1
  640. package/icons/ImageAdd.mjs +1 -1
  641. package/icons/ImageAdd.mjs.map +1 -1
  642. package/icons/Images.cjs +7 -5
  643. package/icons/Images.cjs.map +1 -1
  644. package/icons/Images.mjs +7 -5
  645. package/icons/Images.mjs.map +1 -1
  646. package/icons/Pattern.cjs +11 -5
  647. package/icons/Pattern.cjs.map +1 -1
  648. package/icons/Pattern.mjs +12 -6
  649. package/icons/Pattern.mjs.map +1 -1
  650. package/icons/Play.cjs +5 -11
  651. package/icons/Play.cjs.map +1 -1
  652. package/icons/Play.mjs +6 -12
  653. package/icons/Play.mjs.map +1 -1
  654. package/icons/Skeleton.cjs +3 -3
  655. package/icons/Skeleton.cjs.map +1 -1
  656. package/icons/Skeleton.css +6 -6
  657. package/icons/Skeleton.css.map +1 -1
  658. package/icons/Skeleton.mjs +3 -3
  659. package/icons/Skeleton.mjs.map +1 -1
  660. package/icons/StrokeDotted.cjs +1 -1
  661. package/icons/StrokeDotted.cjs.map +1 -1
  662. package/icons/StrokeDotted.mjs +1 -1
  663. package/icons/StrokeDotted.mjs.map +1 -1
  664. package/icons/Template.cjs +2 -2
  665. package/icons/Template.cjs.map +1 -1
  666. package/icons/Template.mjs +2 -2
  667. package/icons/Template.mjs.map +1 -1
  668. package/icons/UserAvatarCursor.cjs +4 -4
  669. package/icons/UserAvatarCursor.cjs.map +1 -1
  670. package/icons/UserAvatarCursor.mjs +4 -4
  671. package/icons/UserAvatarCursor.mjs.map +1 -1
  672. package/icons/UserSettings.cjs +1 -1
  673. package/icons/UserSettings.cjs.map +1 -1
  674. package/icons/UserSettings.mjs +1 -1
  675. package/icons/UserSettings.mjs.map +1 -1
  676. package/illustrations/gradient/generic1/3D.cjs.map +1 -1
  677. package/illustrations/gradient/generic1/3D.mjs.map +1 -1
  678. package/illustrations/gradient/generic1/3Dasset.cjs.map +1 -1
  679. package/illustrations/gradient/generic1/3Dasset.mjs.map +1 -1
  680. package/illustrations/gradient/generic1/AIGenerate.cjs.map +1 -1
  681. package/illustrations/gradient/generic1/AIGenerate.mjs.map +1 -1
  682. package/illustrations/gradient/generic1/AIGenerateImage.cjs.map +1 -1
  683. package/illustrations/gradient/generic1/AIGenerateImage.mjs.map +1 -1
  684. package/illustrations/gradient/generic1/AIchat.cjs.map +1 -1
  685. package/illustrations/gradient/generic1/AIchat.mjs.map +1 -1
  686. package/illustrations/gradient/generic1/Accessibility.cjs.map +1 -1
  687. package/illustrations/gradient/generic1/Accessibility.mjs.map +1 -1
  688. package/illustrations/gradient/generic1/Animation.cjs.map +1 -1
  689. package/illustrations/gradient/generic1/Animation.mjs.map +1 -1
  690. package/illustrations/gradient/generic1/Apps.cjs.map +1 -1
  691. package/illustrations/gradient/generic1/Apps.mjs.map +1 -1
  692. package/illustrations/gradient/generic1/Artboard.cjs.map +1 -1
  693. package/illustrations/gradient/generic1/Artboard.mjs.map +1 -1
  694. package/illustrations/gradient/generic1/Assets.cjs.map +1 -1
  695. package/illustrations/gradient/generic1/Assets.mjs.map +1 -1
  696. package/illustrations/gradient/generic1/AudioWave.cjs.map +1 -1
  697. package/illustrations/gradient/generic1/AudioWave.mjs.map +1 -1
  698. package/illustrations/gradient/generic1/BadgeVerified.cjs.map +1 -1
  699. package/illustrations/gradient/generic1/BadgeVerified.mjs.map +1 -1
  700. package/illustrations/gradient/generic1/Bell.cjs.map +1 -1
  701. package/illustrations/gradient/generic1/Bell.mjs.map +1 -1
  702. package/illustrations/gradient/generic1/Bolt.cjs.map +1 -1
  703. package/illustrations/gradient/generic1/Bolt.mjs.map +1 -1
  704. package/illustrations/gradient/generic1/Brand.cjs.map +1 -1
  705. package/illustrations/gradient/generic1/Brand.mjs.map +1 -1
  706. package/illustrations/gradient/generic1/Briefcase.cjs.map +1 -1
  707. package/illustrations/gradient/generic1/Briefcase.mjs.map +1 -1
  708. package/illustrations/gradient/generic1/BrightnessContrast.cjs.map +1 -1
  709. package/illustrations/gradient/generic1/BrightnessContrast.mjs.map +1 -1
  710. package/illustrations/gradient/generic1/Browser.cjs.map +1 -1
  711. package/illustrations/gradient/generic1/Browser.mjs.map +1 -1
  712. package/illustrations/gradient/generic1/Brush.cjs.map +1 -1
  713. package/illustrations/gradient/generic1/Brush.mjs.map +1 -1
  714. package/illustrations/gradient/generic1/BuildTable.cjs.map +1 -1
  715. package/illustrations/gradient/generic1/BuildTable.mjs.map +1 -1
  716. package/illustrations/gradient/generic1/Buildings.cjs.map +1 -1
  717. package/illustrations/gradient/generic1/Buildings.mjs.map +1 -1
  718. package/illustrations/gradient/generic1/Calendar.cjs.map +1 -1
  719. package/illustrations/gradient/generic1/Calendar.mjs.map +1 -1
  720. package/illustrations/gradient/generic1/Camera.cjs.map +1 -1
  721. package/illustrations/gradient/generic1/Camera.mjs.map +1 -1
  722. package/illustrations/gradient/generic1/CardTapPayment.cjs.map +1 -1
  723. package/illustrations/gradient/generic1/CardTapPayment.mjs.map +1 -1
  724. package/illustrations/gradient/generic1/Channel.cjs.map +1 -1
  725. package/illustrations/gradient/generic1/Channel.mjs.map +1 -1
  726. package/illustrations/gradient/generic1/ChartAreaStack.cjs.map +1 -1
  727. package/illustrations/gradient/generic1/ChartAreaStack.mjs.map +1 -1
  728. package/illustrations/gradient/generic1/Chatbubble.cjs.map +1 -1
  729. package/illustrations/gradient/generic1/Chatbubble.mjs.map +1 -1
  730. package/illustrations/gradient/generic1/Checkmark.cjs.map +1 -1
  731. package/illustrations/gradient/generic1/Checkmark.mjs.map +1 -1
  732. package/illustrations/gradient/generic1/Clipboard.cjs.map +1 -1
  733. package/illustrations/gradient/generic1/Clipboard.mjs.map +1 -1
  734. package/illustrations/gradient/generic1/Clock.cjs.map +1 -1
  735. package/illustrations/gradient/generic1/Clock.mjs.map +1 -1
  736. package/illustrations/gradient/generic1/Cloud.cjs.map +1 -1
  737. package/illustrations/gradient/generic1/Cloud.mjs.map +1 -1
  738. package/illustrations/gradient/generic1/CloudUpload.cjs.map +1 -1
  739. package/illustrations/gradient/generic1/CloudUpload.mjs.map +1 -1
  740. package/illustrations/gradient/generic1/CodeBrackets.cjs.map +1 -1
  741. package/illustrations/gradient/generic1/CodeBrackets.mjs.map +1 -1
  742. package/illustrations/gradient/generic1/Color.cjs.map +1 -1
  743. package/illustrations/gradient/generic1/Color.mjs.map +1 -1
  744. package/illustrations/gradient/generic1/CommentText.cjs.map +1 -1
  745. package/illustrations/gradient/generic1/CommentText.mjs.map +1 -1
  746. package/illustrations/gradient/generic1/Confetti.cjs.map +1 -1
  747. package/illustrations/gradient/generic1/Confetti.mjs.map +1 -1
  748. package/illustrations/gradient/generic1/Conversationbubbles.cjs.map +1 -1
  749. package/illustrations/gradient/generic1/Conversationbubbles.mjs.map +1 -1
  750. package/illustrations/gradient/generic1/Crop.cjs.map +1 -1
  751. package/illustrations/gradient/generic1/Crop.mjs.map +1 -1
  752. package/illustrations/gradient/generic1/Cursor.cjs.map +1 -1
  753. package/illustrations/gradient/generic1/Cursor.mjs.map +1 -1
  754. package/illustrations/gradient/generic1/Cut.cjs.map +1 -1
  755. package/illustrations/gradient/generic1/Cut.mjs.map +1 -1
  756. package/illustrations/gradient/generic1/Data.cjs.map +1 -1
  757. package/illustrations/gradient/generic1/Data.mjs.map +1 -1
  758. package/illustrations/gradient/generic1/DataAnalytics.cjs.map +1 -1
  759. package/illustrations/gradient/generic1/DataAnalytics.mjs.map +1 -1
  760. package/illustrations/gradient/generic1/Desktop.cjs.map +1 -1
  761. package/illustrations/gradient/generic1/Desktop.mjs.map +1 -1
  762. package/illustrations/gradient/generic1/Diamond.cjs.map +1 -1
  763. package/illustrations/gradient/generic1/Diamond.mjs.map +1 -1
  764. package/illustrations/gradient/generic1/Document.cjs.map +1 -1
  765. package/illustrations/gradient/generic1/Document.mjs.map +1 -1
  766. package/illustrations/gradient/generic1/Download.cjs.map +1 -1
  767. package/illustrations/gradient/generic1/Download.mjs.map +1 -1
  768. package/illustrations/gradient/generic1/DropToUpload.cjs.map +1 -1
  769. package/illustrations/gradient/generic1/DropToUpload.mjs.map +1 -1
  770. package/illustrations/gradient/generic1/Education.cjs.map +1 -1
  771. package/illustrations/gradient/generic1/Education.mjs.map +1 -1
  772. package/illustrations/gradient/generic1/Effects.cjs.map +1 -1
  773. package/illustrations/gradient/generic1/Effects.mjs.map +1 -1
  774. package/illustrations/gradient/generic1/Emoji.cjs.map +1 -1
  775. package/illustrations/gradient/generic1/Emoji.mjs.map +1 -1
  776. package/illustrations/gradient/generic1/EmptyStateExport.cjs.map +1 -1
  777. package/illustrations/gradient/generic1/EmptyStateExport.mjs.map +1 -1
  778. package/illustrations/gradient/generic1/Explosion.cjs.map +1 -1
  779. package/illustrations/gradient/generic1/Explosion.mjs.map +1 -1
  780. package/illustrations/gradient/generic1/ExportTo.cjs.map +1 -1
  781. package/illustrations/gradient/generic1/ExportTo.mjs.map +1 -1
  782. package/illustrations/gradient/generic1/Exposure.cjs.map +1 -1
  783. package/illustrations/gradient/generic1/Exposure.mjs.map +1 -1
  784. package/illustrations/gradient/generic1/FileImage.cjs.map +1 -1
  785. package/illustrations/gradient/generic1/FileImage.mjs.map +1 -1
  786. package/illustrations/gradient/generic1/FileShared.cjs.map +1 -1
  787. package/illustrations/gradient/generic1/FileShared.mjs.map +1 -1
  788. package/illustrations/gradient/generic1/FileText.cjs.map +1 -1
  789. package/illustrations/gradient/generic1/FileText.mjs.map +1 -1
  790. package/illustrations/gradient/generic1/FileVideo.cjs.map +1 -1
  791. package/illustrations/gradient/generic1/FileVideo.mjs.map +1 -1
  792. package/illustrations/gradient/generic1/FileZip.cjs.map +1 -1
  793. package/illustrations/gradient/generic1/FileZip.mjs.map +1 -1
  794. package/illustrations/gradient/generic1/Filmstrip.cjs.map +1 -1
  795. package/illustrations/gradient/generic1/Filmstrip.mjs.map +1 -1
  796. package/illustrations/gradient/generic1/Filter.cjs.map +1 -1
  797. package/illustrations/gradient/generic1/Filter.mjs.map +1 -1
  798. package/illustrations/gradient/generic1/Filters.cjs.map +1 -1
  799. package/illustrations/gradient/generic1/Filters.mjs.map +1 -1
  800. package/illustrations/gradient/generic1/Fireworks.cjs.map +1 -1
  801. package/illustrations/gradient/generic1/Fireworks.mjs.map +1 -1
  802. package/illustrations/gradient/generic1/Flag.cjs.map +1 -1
  803. package/illustrations/gradient/generic1/Flag.mjs.map +1 -1
  804. package/illustrations/gradient/generic1/FlagCheckmark.cjs.map +1 -1
  805. package/illustrations/gradient/generic1/FlagCheckmark.mjs.map +1 -1
  806. package/illustrations/gradient/generic1/FlagCross.cjs.map +1 -1
  807. package/illustrations/gradient/generic1/FlagCross.mjs.map +1 -1
  808. package/illustrations/gradient/generic1/FolderClose.cjs.map +1 -1
  809. package/illustrations/gradient/generic1/FolderClose.mjs.map +1 -1
  810. package/illustrations/gradient/generic1/FolderOpen.cjs.map +1 -1
  811. package/illustrations/gradient/generic1/FolderOpen.mjs.map +1 -1
  812. package/illustrations/gradient/generic1/FolderShared.cjs.map +1 -1
  813. package/illustrations/gradient/generic1/FolderShared.mjs.map +1 -1
  814. package/illustrations/gradient/generic1/GearSetting.cjs.map +1 -1
  815. package/illustrations/gradient/generic1/GearSetting.mjs.map +1 -1
  816. package/illustrations/gradient/generic1/Gift.cjs.map +1 -1
  817. package/illustrations/gradient/generic1/Gift.mjs.map +1 -1
  818. package/illustrations/gradient/generic1/Globe.cjs.map +1 -1
  819. package/illustrations/gradient/generic1/Globe.mjs.map +1 -1
  820. package/illustrations/gradient/generic1/GlobeGrid.cjs.map +1 -1
  821. package/illustrations/gradient/generic1/GlobeGrid.mjs.map +1 -1
  822. package/illustrations/gradient/generic1/GraphBarChart.cjs.map +1 -1
  823. package/illustrations/gradient/generic1/GraphBarChart.mjs.map +1 -1
  824. package/illustrations/gradient/generic1/Hand.cjs.map +1 -1
  825. package/illustrations/gradient/generic1/Hand.mjs.map +1 -1
  826. package/illustrations/gradient/generic1/Handshake.cjs.map +1 -1
  827. package/illustrations/gradient/generic1/Handshake.mjs.map +1 -1
  828. package/illustrations/gradient/generic1/Heart.cjs.map +1 -1
  829. package/illustrations/gradient/generic1/Heart.mjs.map +1 -1
  830. package/illustrations/gradient/generic1/HelpCircle.cjs.map +1 -1
  831. package/illustrations/gradient/generic1/HelpCircle.mjs.map +1 -1
  832. package/illustrations/gradient/generic1/Home.cjs.map +1 -1
  833. package/illustrations/gradient/generic1/Home.mjs.map +1 -1
  834. package/illustrations/gradient/generic1/Illustration.cjs +1 -1
  835. package/illustrations/gradient/generic1/Illustration.cjs.map +1 -1
  836. package/illustrations/gradient/generic1/Illustration.mjs +1 -1
  837. package/illustrations/gradient/generic1/Illustration.mjs.map +1 -1
  838. package/illustrations/gradient/generic1/Image.cjs +1 -1
  839. package/illustrations/gradient/generic1/Image.cjs.map +1 -1
  840. package/illustrations/gradient/generic1/Image.mjs +1 -1
  841. package/illustrations/gradient/generic1/Image.mjs.map +1 -1
  842. package/illustrations/gradient/generic1/ImageStack.cjs +1 -1
  843. package/illustrations/gradient/generic1/ImageStack.cjs.map +1 -1
  844. package/illustrations/gradient/generic1/ImageStack.mjs +1 -1
  845. package/illustrations/gradient/generic1/ImageStack.mjs.map +1 -1
  846. package/illustrations/gradient/generic1/InfiniteLooping.cjs +1 -1
  847. package/illustrations/gradient/generic1/InfiniteLooping.cjs.map +1 -1
  848. package/illustrations/gradient/generic1/InfiniteLooping.mjs +1 -1
  849. package/illustrations/gradient/generic1/InfiniteLooping.mjs.map +1 -1
  850. package/illustrations/gradient/generic1/Information.cjs +1 -1
  851. package/illustrations/gradient/generic1/Information.cjs.map +1 -1
  852. package/illustrations/gradient/generic1/Information.mjs +1 -1
  853. package/illustrations/gradient/generic1/Information.mjs.map +1 -1
  854. package/illustrations/gradient/generic1/Interaction.cjs +1 -1
  855. package/illustrations/gradient/generic1/Interaction.cjs.map +1 -1
  856. package/illustrations/gradient/generic1/Interaction.mjs +1 -1
  857. package/illustrations/gradient/generic1/Interaction.mjs.map +1 -1
  858. package/illustrations/gradient/generic1/Laptop.cjs +1 -1
  859. package/illustrations/gradient/generic1/Laptop.cjs.map +1 -1
  860. package/illustrations/gradient/generic1/Laptop.mjs +1 -1
  861. package/illustrations/gradient/generic1/Laptop.mjs.map +1 -1
  862. package/illustrations/gradient/generic1/Layers.cjs +1 -1
  863. package/illustrations/gradient/generic1/Layers.cjs.map +1 -1
  864. package/illustrations/gradient/generic1/Layers.mjs +1 -1
  865. package/illustrations/gradient/generic1/Layers.mjs.map +1 -1
  866. package/illustrations/gradient/generic1/Libraries.cjs +1 -1
  867. package/illustrations/gradient/generic1/Libraries.cjs.map +1 -1
  868. package/illustrations/gradient/generic1/Libraries.mjs +1 -1
  869. package/illustrations/gradient/generic1/Libraries.mjs.map +1 -1
  870. package/illustrations/gradient/generic1/Lightbulb.cjs +1 -1
  871. package/illustrations/gradient/generic1/Lightbulb.cjs.map +1 -1
  872. package/illustrations/gradient/generic1/Lightbulb.mjs +1 -1
  873. package/illustrations/gradient/generic1/Lightbulb.mjs.map +1 -1
  874. package/illustrations/gradient/generic1/LightbulbRays.cjs +1 -1
  875. package/illustrations/gradient/generic1/LightbulbRays.cjs.map +1 -1
  876. package/illustrations/gradient/generic1/LightbulbRays.mjs +1 -1
  877. package/illustrations/gradient/generic1/LightbulbRays.mjs.map +1 -1
  878. package/illustrations/gradient/generic1/Lighten.cjs +1 -1
  879. package/illustrations/gradient/generic1/Lighten.cjs.map +1 -1
  880. package/illustrations/gradient/generic1/Lighten.mjs +1 -1
  881. package/illustrations/gradient/generic1/Lighten.mjs.map +1 -1
  882. package/illustrations/gradient/generic1/Link.cjs +1 -1
  883. package/illustrations/gradient/generic1/Link.cjs.map +1 -1
  884. package/illustrations/gradient/generic1/Link.mjs +1 -1
  885. package/illustrations/gradient/generic1/Link.mjs.map +1 -1
  886. package/illustrations/gradient/generic1/Location.cjs +1 -1
  887. package/illustrations/gradient/generic1/Location.cjs.map +1 -1
  888. package/illustrations/gradient/generic1/Location.mjs +1 -1
  889. package/illustrations/gradient/generic1/Location.mjs.map +1 -1
  890. package/illustrations/gradient/generic1/LockClose.cjs +1 -1
  891. package/illustrations/gradient/generic1/LockClose.cjs.map +1 -1
  892. package/illustrations/gradient/generic1/LockClose.mjs +1 -1
  893. package/illustrations/gradient/generic1/LockClose.mjs.map +1 -1
  894. package/illustrations/gradient/generic1/LockOpen.cjs +1 -1
  895. package/illustrations/gradient/generic1/LockOpen.cjs.map +1 -1
  896. package/illustrations/gradient/generic1/LockOpen.mjs +1 -1
  897. package/illustrations/gradient/generic1/LockOpen.mjs.map +1 -1
  898. package/illustrations/gradient/generic1/Logo.cjs +1 -1
  899. package/illustrations/gradient/generic1/Logo.cjs.map +1 -1
  900. package/illustrations/gradient/generic1/Logo.mjs +1 -1
  901. package/illustrations/gradient/generic1/Logo.mjs.map +1 -1
  902. package/illustrations/gradient/generic1/MagicWand.cjs +1 -1
  903. package/illustrations/gradient/generic1/MagicWand.cjs.map +1 -1
  904. package/illustrations/gradient/generic1/MagicWand.mjs +1 -1
  905. package/illustrations/gradient/generic1/MagicWand.mjs.map +1 -1
  906. package/illustrations/gradient/generic1/MailClose.cjs +1 -1
  907. package/illustrations/gradient/generic1/MailClose.cjs.map +1 -1
  908. package/illustrations/gradient/generic1/MailClose.mjs +1 -1
  909. package/illustrations/gradient/generic1/MailClose.mjs.map +1 -1
  910. package/illustrations/gradient/generic1/MailOpen.cjs +1 -1
  911. package/illustrations/gradient/generic1/MailOpen.cjs.map +1 -1
  912. package/illustrations/gradient/generic1/MailOpen.mjs +1 -1
  913. package/illustrations/gradient/generic1/MailOpen.mjs.map +1 -1
  914. package/illustrations/gradient/generic1/Market.cjs +1 -1
  915. package/illustrations/gradient/generic1/Market.cjs.map +1 -1
  916. package/illustrations/gradient/generic1/Market.mjs +1 -1
  917. package/illustrations/gradient/generic1/Market.mjs.map +1 -1
  918. package/illustrations/gradient/generic1/MegaphonePromote.cjs +1 -1
  919. package/illustrations/gradient/generic1/MegaphonePromote.cjs.map +1 -1
  920. package/illustrations/gradient/generic1/MegaphonePromote.mjs +1 -1
  921. package/illustrations/gradient/generic1/MegaphonePromote.mjs.map +1 -1
  922. package/illustrations/gradient/generic1/MegaphonePromote2.cjs +1 -1
  923. package/illustrations/gradient/generic1/MegaphonePromote2.cjs.map +1 -1
  924. package/illustrations/gradient/generic1/MegaphonePromote2.mjs +1 -1
  925. package/illustrations/gradient/generic1/MegaphonePromote2.mjs.map +1 -1
  926. package/illustrations/gradient/generic1/Mention.cjs +1 -1
  927. package/illustrations/gradient/generic1/Mention.cjs.map +1 -1
  928. package/illustrations/gradient/generic1/Mention.mjs +1 -1
  929. package/illustrations/gradient/generic1/Mention.mjs.map +1 -1
  930. package/illustrations/gradient/generic1/Microphone.cjs +1 -1
  931. package/illustrations/gradient/generic1/Microphone.cjs.map +1 -1
  932. package/illustrations/gradient/generic1/Microphone.mjs +1 -1
  933. package/illustrations/gradient/generic1/Microphone.mjs.map +1 -1
  934. package/illustrations/gradient/generic1/Minimize.cjs +1 -1
  935. package/illustrations/gradient/generic1/Minimize.cjs.map +1 -1
  936. package/illustrations/gradient/generic1/Minimize.mjs +1 -1
  937. package/illustrations/gradient/generic1/Minimize.mjs.map +1 -1
  938. package/illustrations/gradient/generic1/MovieCamera.cjs +1 -1
  939. package/illustrations/gradient/generic1/MovieCamera.cjs.map +1 -1
  940. package/illustrations/gradient/generic1/MovieCamera.mjs +1 -1
  941. package/illustrations/gradient/generic1/MovieCamera.mjs.map +1 -1
  942. package/illustrations/gradient/generic1/MusicNote.cjs +1 -1
  943. package/illustrations/gradient/generic1/MusicNote.cjs.map +1 -1
  944. package/illustrations/gradient/generic1/MusicNote.mjs +1 -1
  945. package/illustrations/gradient/generic1/MusicNote.mjs.map +1 -1
  946. package/illustrations/gradient/generic1/NoElements.cjs +1 -1
  947. package/illustrations/gradient/generic1/NoElements.cjs.map +1 -1
  948. package/illustrations/gradient/generic1/NoElements.mjs +1 -1
  949. package/illustrations/gradient/generic1/NoElements.mjs.map +1 -1
  950. package/illustrations/gradient/generic1/Paperairplane.cjs +1 -1
  951. package/illustrations/gradient/generic1/Paperairplane.cjs.map +1 -1
  952. package/illustrations/gradient/generic1/Paperairplane.mjs +1 -1
  953. package/illustrations/gradient/generic1/Paperairplane.mjs.map +1 -1
  954. package/illustrations/gradient/generic1/Paperclip.cjs +1 -1
  955. package/illustrations/gradient/generic1/Paperclip.cjs.map +1 -1
  956. package/illustrations/gradient/generic1/Paperclip.mjs +1 -1
  957. package/illustrations/gradient/generic1/Paperclip.mjs.map +1 -1
  958. package/illustrations/gradient/generic1/Pause.cjs +1 -1
  959. package/illustrations/gradient/generic1/Pause.cjs.map +1 -1
  960. package/illustrations/gradient/generic1/Pause.mjs +1 -1
  961. package/illustrations/gradient/generic1/Pause.mjs.map +1 -1
  962. package/illustrations/gradient/generic1/Pencil.cjs +1 -1
  963. package/illustrations/gradient/generic1/Pencil.cjs.map +1 -1
  964. package/illustrations/gradient/generic1/Pencil.mjs +1 -1
  965. package/illustrations/gradient/generic1/Pencil.mjs.map +1 -1
  966. package/illustrations/gradient/generic1/Phone.cjs +1 -1
  967. package/illustrations/gradient/generic1/Phone.cjs.map +1 -1
  968. package/illustrations/gradient/generic1/Phone.mjs +1 -1
  969. package/illustrations/gradient/generic1/Phone.mjs.map +1 -1
  970. package/illustrations/gradient/generic1/PieChart.cjs +1 -1
  971. package/illustrations/gradient/generic1/PieChart.cjs.map +1 -1
  972. package/illustrations/gradient/generic1/PieChart.mjs +1 -1
  973. package/illustrations/gradient/generic1/PieChart.mjs.map +1 -1
  974. package/illustrations/gradient/generic1/PiggyBank.cjs +1 -1
  975. package/illustrations/gradient/generic1/PiggyBank.cjs.map +1 -1
  976. package/illustrations/gradient/generic1/PiggyBank.mjs +1 -1
  977. package/illustrations/gradient/generic1/PiggyBank.mjs.map +1 -1
  978. package/illustrations/gradient/generic1/Pin.cjs +1 -1
  979. package/illustrations/gradient/generic1/Pin.cjs.map +1 -1
  980. package/illustrations/gradient/generic1/Pin.mjs +1 -1
  981. package/illustrations/gradient/generic1/Pin.mjs.map +1 -1
  982. package/illustrations/gradient/generic1/Play.cjs +1 -1
  983. package/illustrations/gradient/generic1/Play.cjs.map +1 -1
  984. package/illustrations/gradient/generic1/Play.mjs +1 -1
  985. package/illustrations/gradient/generic1/Play.mjs.map +1 -1
  986. package/illustrations/gradient/generic1/PlayTriangle.cjs +1 -1
  987. package/illustrations/gradient/generic1/PlayTriangle.cjs.map +1 -1
  988. package/illustrations/gradient/generic1/PlayTriangle.mjs +1 -1
  989. package/illustrations/gradient/generic1/PlayTriangle.mjs.map +1 -1
  990. package/illustrations/gradient/generic1/Plugin.cjs +1 -1
  991. package/illustrations/gradient/generic1/Plugin.cjs.map +1 -1
  992. package/illustrations/gradient/generic1/Plugin.mjs +1 -1
  993. package/illustrations/gradient/generic1/Plugin.mjs.map +1 -1
  994. package/illustrations/gradient/generic1/Prompt.cjs +1 -1
  995. package/illustrations/gradient/generic1/Prompt.cjs.map +1 -1
  996. package/illustrations/gradient/generic1/Prompt.mjs +1 -1
  997. package/illustrations/gradient/generic1/Prompt.mjs.map +1 -1
  998. package/illustrations/gradient/generic1/Properties.cjs +1 -1
  999. package/illustrations/gradient/generic1/Properties.cjs.map +1 -1
  1000. package/illustrations/gradient/generic1/Properties.mjs +1 -1
  1001. package/illustrations/gradient/generic1/Properties.mjs.map +1 -1
  1002. package/illustrations/gradient/generic1/Redo.cjs.map +1 -1
  1003. package/illustrations/gradient/generic1/Redo.mjs.map +1 -1
  1004. package/illustrations/gradient/generic1/Remix.cjs.map +1 -1
  1005. package/illustrations/gradient/generic1/Remix.mjs.map +1 -1
  1006. package/illustrations/gradient/generic1/Replace.cjs.map +1 -1
  1007. package/illustrations/gradient/generic1/Replace.mjs.map +1 -1
  1008. package/illustrations/gradient/generic1/Revert.cjs.map +1 -1
  1009. package/illustrations/gradient/generic1/Revert.mjs.map +1 -1
  1010. package/illustrations/gradient/generic1/Ribbon.cjs.map +1 -1
  1011. package/illustrations/gradient/generic1/Ribbon.mjs.map +1 -1
  1012. package/illustrations/gradient/generic1/Rocket.cjs.map +1 -1
  1013. package/illustrations/gradient/generic1/Rocket.mjs.map +1 -1
  1014. package/illustrations/gradient/generic1/RotateCCW.cjs.map +1 -1
  1015. package/illustrations/gradient/generic1/RotateCCW.mjs.map +1 -1
  1016. package/illustrations/gradient/generic1/RotateCW.cjs.map +1 -1
  1017. package/illustrations/gradient/generic1/RotateCW.mjs.map +1 -1
  1018. package/illustrations/gradient/generic1/Ruler.cjs.map +1 -1
  1019. package/illustrations/gradient/generic1/Ruler.mjs.map +1 -1
  1020. package/illustrations/gradient/generic1/Search.cjs.map +1 -1
  1021. package/illustrations/gradient/generic1/Search.mjs.map +1 -1
  1022. package/illustrations/gradient/generic1/Segmentation.cjs.map +1 -1
  1023. package/illustrations/gradient/generic1/Segmentation.mjs.map +1 -1
  1024. package/illustrations/gradient/generic1/Server.cjs.map +1 -1
  1025. package/illustrations/gradient/generic1/Server.mjs.map +1 -1
  1026. package/illustrations/gradient/generic1/Shapes.cjs.map +1 -1
  1027. package/illustrations/gradient/generic1/Shapes.mjs.map +1 -1
  1028. package/illustrations/gradient/generic1/ShoppingBag.cjs.map +1 -1
  1029. package/illustrations/gradient/generic1/ShoppingBag.mjs.map +1 -1
  1030. package/illustrations/gradient/generic1/ShoppingCart.cjs.map +1 -1
  1031. package/illustrations/gradient/generic1/ShoppingCart.mjs.map +1 -1
  1032. package/illustrations/gradient/generic1/Sparkles.cjs.map +1 -1
  1033. package/illustrations/gradient/generic1/Sparkles.mjs.map +1 -1
  1034. package/illustrations/gradient/generic1/SpeedFast.cjs.map +1 -1
  1035. package/illustrations/gradient/generic1/SpeedFast.mjs.map +1 -1
  1036. package/illustrations/gradient/generic1/StampClone.cjs.map +1 -1
  1037. package/illustrations/gradient/generic1/StampClone.mjs.map +1 -1
  1038. package/illustrations/gradient/generic1/Star.cjs.map +1 -1
  1039. package/illustrations/gradient/generic1/Star.mjs.map +1 -1
  1040. package/illustrations/gradient/generic1/StepForward.cjs.map +1 -1
  1041. package/illustrations/gradient/generic1/StepForward.mjs.map +1 -1
  1042. package/illustrations/gradient/generic1/Switch.cjs.map +1 -1
  1043. package/illustrations/gradient/generic1/Switch.mjs.map +1 -1
  1044. package/illustrations/gradient/generic1/Tablet.cjs.map +1 -1
  1045. package/illustrations/gradient/generic1/Tablet.mjs.map +1 -1
  1046. package/illustrations/gradient/generic1/Tag.cjs.map +1 -1
  1047. package/illustrations/gradient/generic1/Tag.mjs.map +1 -1
  1048. package/illustrations/gradient/generic1/Targeted.cjs.map +1 -1
  1049. package/illustrations/gradient/generic1/Targeted.mjs.map +1 -1
  1050. package/illustrations/gradient/generic1/Text.cjs.map +1 -1
  1051. package/illustrations/gradient/generic1/Text.mjs.map +1 -1
  1052. package/illustrations/gradient/generic1/ThreeArrowsCircle.cjs.map +1 -1
  1053. package/illustrations/gradient/generic1/ThreeArrowsCircle.mjs.map +1 -1
  1054. package/illustrations/gradient/generic1/ThumbsUp.cjs.map +1 -1
  1055. package/illustrations/gradient/generic1/ThumbsUp.mjs.map +1 -1
  1056. package/illustrations/gradient/generic1/Transform.cjs.map +1 -1
  1057. package/illustrations/gradient/generic1/Transform.mjs.map +1 -1
  1058. package/illustrations/gradient/generic1/Translate.cjs.map +1 -1
  1059. package/illustrations/gradient/generic1/Translate.mjs.map +1 -1
  1060. package/illustrations/gradient/generic1/Trash.cjs.map +1 -1
  1061. package/illustrations/gradient/generic1/Trash.mjs.map +1 -1
  1062. package/illustrations/gradient/generic1/Trophy.cjs.map +1 -1
  1063. package/illustrations/gradient/generic1/Trophy.mjs.map +1 -1
  1064. package/illustrations/gradient/generic1/Update.cjs.map +1 -1
  1065. package/illustrations/gradient/generic1/Update.mjs.map +1 -1
  1066. package/illustrations/gradient/generic1/Upload.cjs.map +1 -1
  1067. package/illustrations/gradient/generic1/Upload.mjs.map +1 -1
  1068. package/illustrations/gradient/generic1/User.cjs.map +1 -1
  1069. package/illustrations/gradient/generic1/User.mjs.map +1 -1
  1070. package/illustrations/gradient/generic1/UserAvatar.cjs.map +1 -1
  1071. package/illustrations/gradient/generic1/UserAvatar.mjs.map +1 -1
  1072. package/illustrations/gradient/generic1/UserGroup.cjs.map +1 -1
  1073. package/illustrations/gradient/generic1/UserGroup.mjs.map +1 -1
  1074. package/illustrations/gradient/generic1/VectorDraw.cjs.map +1 -1
  1075. package/illustrations/gradient/generic1/VectorDraw.mjs.map +1 -1
  1076. package/illustrations/gradient/generic1/Video.cjs.map +1 -1
  1077. package/illustrations/gradient/generic1/Video.mjs.map +1 -1
  1078. package/illustrations/gradient/generic1/Volume.cjs.map +1 -1
  1079. package/illustrations/gradient/generic1/Volume.mjs.map +1 -1
  1080. package/illustrations/gradient/generic1/VolumeOne.cjs.map +1 -1
  1081. package/illustrations/gradient/generic1/VolumeOne.mjs.map +1 -1
  1082. package/illustrations/gradient/generic1/Wallet.cjs.map +1 -1
  1083. package/illustrations/gradient/generic1/Wallet.mjs.map +1 -1
  1084. package/illustrations/gradient/generic2/3D.cjs.map +1 -1
  1085. package/illustrations/gradient/generic2/3D.mjs.map +1 -1
  1086. package/illustrations/gradient/generic2/3Dasset.cjs.map +1 -1
  1087. package/illustrations/gradient/generic2/3Dasset.mjs.map +1 -1
  1088. package/illustrations/gradient/generic2/AIGenerate.cjs.map +1 -1
  1089. package/illustrations/gradient/generic2/AIGenerate.mjs.map +1 -1
  1090. package/illustrations/gradient/generic2/AIGenerateImage.cjs.map +1 -1
  1091. package/illustrations/gradient/generic2/AIGenerateImage.mjs.map +1 -1
  1092. package/illustrations/gradient/generic2/AIchat.cjs.map +1 -1
  1093. package/illustrations/gradient/generic2/AIchat.mjs.map +1 -1
  1094. package/illustrations/gradient/generic2/Accessibility.cjs.map +1 -1
  1095. package/illustrations/gradient/generic2/Accessibility.mjs.map +1 -1
  1096. package/illustrations/gradient/generic2/Animation.cjs.map +1 -1
  1097. package/illustrations/gradient/generic2/Animation.mjs.map +1 -1
  1098. package/illustrations/gradient/generic2/Apps.cjs.map +1 -1
  1099. package/illustrations/gradient/generic2/Apps.mjs.map +1 -1
  1100. package/illustrations/gradient/generic2/Artboard.cjs.map +1 -1
  1101. package/illustrations/gradient/generic2/Artboard.mjs.map +1 -1
  1102. package/illustrations/gradient/generic2/Assets.cjs.map +1 -1
  1103. package/illustrations/gradient/generic2/Assets.mjs.map +1 -1
  1104. package/illustrations/gradient/generic2/AudioWave.cjs.map +1 -1
  1105. package/illustrations/gradient/generic2/AudioWave.mjs.map +1 -1
  1106. package/illustrations/gradient/generic2/BadgeVerified.cjs.map +1 -1
  1107. package/illustrations/gradient/generic2/BadgeVerified.mjs.map +1 -1
  1108. package/illustrations/gradient/generic2/Bell.cjs.map +1 -1
  1109. package/illustrations/gradient/generic2/Bell.mjs.map +1 -1
  1110. package/illustrations/gradient/generic2/Bolt.cjs.map +1 -1
  1111. package/illustrations/gradient/generic2/Bolt.mjs.map +1 -1
  1112. package/illustrations/gradient/generic2/Brand.cjs.map +1 -1
  1113. package/illustrations/gradient/generic2/Brand.mjs.map +1 -1
  1114. package/illustrations/gradient/generic2/Briefcase.cjs.map +1 -1
  1115. package/illustrations/gradient/generic2/Briefcase.mjs.map +1 -1
  1116. package/illustrations/gradient/generic2/BrightnessContrast.cjs.map +1 -1
  1117. package/illustrations/gradient/generic2/BrightnessContrast.mjs.map +1 -1
  1118. package/illustrations/gradient/generic2/Browser.cjs.map +1 -1
  1119. package/illustrations/gradient/generic2/Browser.mjs.map +1 -1
  1120. package/illustrations/gradient/generic2/Brush.cjs.map +1 -1
  1121. package/illustrations/gradient/generic2/Brush.mjs.map +1 -1
  1122. package/illustrations/gradient/generic2/BuildTable.cjs.map +1 -1
  1123. package/illustrations/gradient/generic2/BuildTable.mjs.map +1 -1
  1124. package/illustrations/gradient/generic2/Buildings.cjs.map +1 -1
  1125. package/illustrations/gradient/generic2/Buildings.mjs.map +1 -1
  1126. package/illustrations/gradient/generic2/Calendar.cjs.map +1 -1
  1127. package/illustrations/gradient/generic2/Calendar.mjs.map +1 -1
  1128. package/illustrations/gradient/generic2/Camera.cjs.map +1 -1
  1129. package/illustrations/gradient/generic2/Camera.mjs.map +1 -1
  1130. package/illustrations/gradient/generic2/CardTapPayment.cjs.map +1 -1
  1131. package/illustrations/gradient/generic2/CardTapPayment.mjs.map +1 -1
  1132. package/illustrations/gradient/generic2/Channel.cjs.map +1 -1
  1133. package/illustrations/gradient/generic2/Channel.mjs.map +1 -1
  1134. package/illustrations/gradient/generic2/ChartAreaStack.cjs.map +1 -1
  1135. package/illustrations/gradient/generic2/ChartAreaStack.mjs.map +1 -1
  1136. package/illustrations/gradient/generic2/Chatbubble.cjs.map +1 -1
  1137. package/illustrations/gradient/generic2/Chatbubble.mjs.map +1 -1
  1138. package/illustrations/gradient/generic2/Checkmark.cjs.map +1 -1
  1139. package/illustrations/gradient/generic2/Checkmark.mjs.map +1 -1
  1140. package/illustrations/gradient/generic2/Clipboard.cjs.map +1 -1
  1141. package/illustrations/gradient/generic2/Clipboard.mjs.map +1 -1
  1142. package/illustrations/gradient/generic2/Clock.cjs.map +1 -1
  1143. package/illustrations/gradient/generic2/Clock.mjs.map +1 -1
  1144. package/illustrations/gradient/generic2/Cloud.cjs.map +1 -1
  1145. package/illustrations/gradient/generic2/Cloud.mjs.map +1 -1
  1146. package/illustrations/gradient/generic2/CloudUpload.cjs.map +1 -1
  1147. package/illustrations/gradient/generic2/CloudUpload.mjs.map +1 -1
  1148. package/illustrations/gradient/generic2/CodeBrackets.cjs.map +1 -1
  1149. package/illustrations/gradient/generic2/CodeBrackets.mjs.map +1 -1
  1150. package/illustrations/gradient/generic2/Color.cjs.map +1 -1
  1151. package/illustrations/gradient/generic2/Color.mjs.map +1 -1
  1152. package/illustrations/gradient/generic2/CommentText.cjs.map +1 -1
  1153. package/illustrations/gradient/generic2/CommentText.mjs.map +1 -1
  1154. package/illustrations/gradient/generic2/Confetti.cjs.map +1 -1
  1155. package/illustrations/gradient/generic2/Confetti.mjs.map +1 -1
  1156. package/illustrations/gradient/generic2/Conversationbubbles.cjs.map +1 -1
  1157. package/illustrations/gradient/generic2/Conversationbubbles.mjs.map +1 -1
  1158. package/illustrations/gradient/generic2/Crop.cjs.map +1 -1
  1159. package/illustrations/gradient/generic2/Crop.mjs.map +1 -1
  1160. package/illustrations/gradient/generic2/Cursor.cjs.map +1 -1
  1161. package/illustrations/gradient/generic2/Cursor.mjs.map +1 -1
  1162. package/illustrations/gradient/generic2/Cut.cjs.map +1 -1
  1163. package/illustrations/gradient/generic2/Cut.mjs.map +1 -1
  1164. package/illustrations/gradient/generic2/Data.cjs.map +1 -1
  1165. package/illustrations/gradient/generic2/Data.mjs.map +1 -1
  1166. package/illustrations/gradient/generic2/DataAnalytics.cjs.map +1 -1
  1167. package/illustrations/gradient/generic2/DataAnalytics.mjs.map +1 -1
  1168. package/illustrations/gradient/generic2/Desktop.cjs.map +1 -1
  1169. package/illustrations/gradient/generic2/Desktop.mjs.map +1 -1
  1170. package/illustrations/gradient/generic2/Diamond.cjs.map +1 -1
  1171. package/illustrations/gradient/generic2/Diamond.mjs.map +1 -1
  1172. package/illustrations/gradient/generic2/Document.cjs.map +1 -1
  1173. package/illustrations/gradient/generic2/Document.mjs.map +1 -1
  1174. package/illustrations/gradient/generic2/Download.cjs.map +1 -1
  1175. package/illustrations/gradient/generic2/Download.mjs.map +1 -1
  1176. package/illustrations/gradient/generic2/DropToUpload.cjs.map +1 -1
  1177. package/illustrations/gradient/generic2/DropToUpload.mjs.map +1 -1
  1178. package/illustrations/gradient/generic2/Education.cjs.map +1 -1
  1179. package/illustrations/gradient/generic2/Education.mjs.map +1 -1
  1180. package/illustrations/gradient/generic2/Effects.cjs.map +1 -1
  1181. package/illustrations/gradient/generic2/Effects.mjs.map +1 -1
  1182. package/illustrations/gradient/generic2/Emoji.cjs.map +1 -1
  1183. package/illustrations/gradient/generic2/Emoji.mjs.map +1 -1
  1184. package/illustrations/gradient/generic2/EmptyStateExport.cjs.map +1 -1
  1185. package/illustrations/gradient/generic2/EmptyStateExport.mjs.map +1 -1
  1186. package/illustrations/gradient/generic2/Explosion.cjs.map +1 -1
  1187. package/illustrations/gradient/generic2/Explosion.mjs.map +1 -1
  1188. package/illustrations/gradient/generic2/ExportTo.cjs.map +1 -1
  1189. package/illustrations/gradient/generic2/ExportTo.mjs.map +1 -1
  1190. package/illustrations/gradient/generic2/Exposure.cjs.map +1 -1
  1191. package/illustrations/gradient/generic2/Exposure.mjs.map +1 -1
  1192. package/illustrations/gradient/generic2/FileImage.cjs.map +1 -1
  1193. package/illustrations/gradient/generic2/FileImage.mjs.map +1 -1
  1194. package/illustrations/gradient/generic2/FileShared.cjs.map +1 -1
  1195. package/illustrations/gradient/generic2/FileShared.mjs.map +1 -1
  1196. package/illustrations/gradient/generic2/FileText.cjs.map +1 -1
  1197. package/illustrations/gradient/generic2/FileText.mjs.map +1 -1
  1198. package/illustrations/gradient/generic2/FileVideo.cjs.map +1 -1
  1199. package/illustrations/gradient/generic2/FileVideo.mjs.map +1 -1
  1200. package/illustrations/gradient/generic2/FileZip.cjs.map +1 -1
  1201. package/illustrations/gradient/generic2/FileZip.mjs.map +1 -1
  1202. package/illustrations/gradient/generic2/Filmstrip.cjs.map +1 -1
  1203. package/illustrations/gradient/generic2/Filmstrip.mjs.map +1 -1
  1204. package/illustrations/gradient/generic2/Filter.cjs.map +1 -1
  1205. package/illustrations/gradient/generic2/Filter.mjs.map +1 -1
  1206. package/illustrations/gradient/generic2/Filters.cjs.map +1 -1
  1207. package/illustrations/gradient/generic2/Filters.mjs.map +1 -1
  1208. package/illustrations/gradient/generic2/Fireworks.cjs.map +1 -1
  1209. package/illustrations/gradient/generic2/Fireworks.mjs.map +1 -1
  1210. package/illustrations/gradient/generic2/Flag.cjs.map +1 -1
  1211. package/illustrations/gradient/generic2/Flag.mjs.map +1 -1
  1212. package/illustrations/gradient/generic2/FlagCheckmark.cjs.map +1 -1
  1213. package/illustrations/gradient/generic2/FlagCheckmark.mjs.map +1 -1
  1214. package/illustrations/gradient/generic2/FlagCross.cjs.map +1 -1
  1215. package/illustrations/gradient/generic2/FlagCross.mjs.map +1 -1
  1216. package/illustrations/gradient/generic2/FolderClose.cjs.map +1 -1
  1217. package/illustrations/gradient/generic2/FolderClose.mjs.map +1 -1
  1218. package/illustrations/gradient/generic2/FolderOpen.cjs.map +1 -1
  1219. package/illustrations/gradient/generic2/FolderOpen.mjs.map +1 -1
  1220. package/illustrations/gradient/generic2/FolderShared.cjs.map +1 -1
  1221. package/illustrations/gradient/generic2/FolderShared.mjs.map +1 -1
  1222. package/illustrations/gradient/generic2/GearSetting.cjs.map +1 -1
  1223. package/illustrations/gradient/generic2/GearSetting.mjs.map +1 -1
  1224. package/illustrations/gradient/generic2/Gift.cjs.map +1 -1
  1225. package/illustrations/gradient/generic2/Gift.mjs.map +1 -1
  1226. package/illustrations/gradient/generic2/Globe.cjs.map +1 -1
  1227. package/illustrations/gradient/generic2/Globe.mjs.map +1 -1
  1228. package/illustrations/gradient/generic2/GlobeGrid.cjs.map +1 -1
  1229. package/illustrations/gradient/generic2/GlobeGrid.mjs.map +1 -1
  1230. package/illustrations/gradient/generic2/GraphBarChart.cjs.map +1 -1
  1231. package/illustrations/gradient/generic2/GraphBarChart.mjs.map +1 -1
  1232. package/illustrations/gradient/generic2/Hand.cjs.map +1 -1
  1233. package/illustrations/gradient/generic2/Hand.mjs.map +1 -1
  1234. package/illustrations/gradient/generic2/Handshake.cjs.map +1 -1
  1235. package/illustrations/gradient/generic2/Handshake.mjs.map +1 -1
  1236. package/illustrations/gradient/generic2/Heart.cjs.map +1 -1
  1237. package/illustrations/gradient/generic2/Heart.mjs.map +1 -1
  1238. package/illustrations/gradient/generic2/HelpCircle.cjs.map +1 -1
  1239. package/illustrations/gradient/generic2/HelpCircle.mjs.map +1 -1
  1240. package/illustrations/gradient/generic2/Home.cjs.map +1 -1
  1241. package/illustrations/gradient/generic2/Home.mjs.map +1 -1
  1242. package/illustrations/gradient/generic2/Illustration.cjs +1 -1
  1243. package/illustrations/gradient/generic2/Illustration.cjs.map +1 -1
  1244. package/illustrations/gradient/generic2/Illustration.mjs +1 -1
  1245. package/illustrations/gradient/generic2/Illustration.mjs.map +1 -1
  1246. package/illustrations/gradient/generic2/Image.cjs +1 -1
  1247. package/illustrations/gradient/generic2/Image.cjs.map +1 -1
  1248. package/illustrations/gradient/generic2/Image.mjs +1 -1
  1249. package/illustrations/gradient/generic2/Image.mjs.map +1 -1
  1250. package/illustrations/gradient/generic2/ImageStack.cjs +1 -1
  1251. package/illustrations/gradient/generic2/ImageStack.cjs.map +1 -1
  1252. package/illustrations/gradient/generic2/ImageStack.mjs +1 -1
  1253. package/illustrations/gradient/generic2/ImageStack.mjs.map +1 -1
  1254. package/illustrations/gradient/generic2/InfiniteLooping.cjs +1 -1
  1255. package/illustrations/gradient/generic2/InfiniteLooping.cjs.map +1 -1
  1256. package/illustrations/gradient/generic2/InfiniteLooping.mjs +1 -1
  1257. package/illustrations/gradient/generic2/InfiniteLooping.mjs.map +1 -1
  1258. package/illustrations/gradient/generic2/Information.cjs +1 -1
  1259. package/illustrations/gradient/generic2/Information.cjs.map +1 -1
  1260. package/illustrations/gradient/generic2/Information.mjs +1 -1
  1261. package/illustrations/gradient/generic2/Information.mjs.map +1 -1
  1262. package/illustrations/gradient/generic2/Interaction.cjs +1 -1
  1263. package/illustrations/gradient/generic2/Interaction.cjs.map +1 -1
  1264. package/illustrations/gradient/generic2/Interaction.mjs +1 -1
  1265. package/illustrations/gradient/generic2/Interaction.mjs.map +1 -1
  1266. package/illustrations/gradient/generic2/Laptop.cjs +1 -1
  1267. package/illustrations/gradient/generic2/Laptop.cjs.map +1 -1
  1268. package/illustrations/gradient/generic2/Laptop.mjs +1 -1
  1269. package/illustrations/gradient/generic2/Laptop.mjs.map +1 -1
  1270. package/illustrations/gradient/generic2/Layers.cjs +1 -1
  1271. package/illustrations/gradient/generic2/Layers.cjs.map +1 -1
  1272. package/illustrations/gradient/generic2/Layers.mjs +1 -1
  1273. package/illustrations/gradient/generic2/Layers.mjs.map +1 -1
  1274. package/illustrations/gradient/generic2/Libraries.cjs +1 -1
  1275. package/illustrations/gradient/generic2/Libraries.cjs.map +1 -1
  1276. package/illustrations/gradient/generic2/Libraries.mjs +1 -1
  1277. package/illustrations/gradient/generic2/Libraries.mjs.map +1 -1
  1278. package/illustrations/gradient/generic2/Lightbulb.cjs +1 -1
  1279. package/illustrations/gradient/generic2/Lightbulb.cjs.map +1 -1
  1280. package/illustrations/gradient/generic2/Lightbulb.mjs +1 -1
  1281. package/illustrations/gradient/generic2/Lightbulb.mjs.map +1 -1
  1282. package/illustrations/gradient/generic2/LightbulbRays.cjs +1 -1
  1283. package/illustrations/gradient/generic2/LightbulbRays.cjs.map +1 -1
  1284. package/illustrations/gradient/generic2/LightbulbRays.mjs +1 -1
  1285. package/illustrations/gradient/generic2/LightbulbRays.mjs.map +1 -1
  1286. package/illustrations/gradient/generic2/Lighten.cjs +1 -1
  1287. package/illustrations/gradient/generic2/Lighten.cjs.map +1 -1
  1288. package/illustrations/gradient/generic2/Lighten.mjs +1 -1
  1289. package/illustrations/gradient/generic2/Lighten.mjs.map +1 -1
  1290. package/illustrations/gradient/generic2/Link.cjs +1 -1
  1291. package/illustrations/gradient/generic2/Link.cjs.map +1 -1
  1292. package/illustrations/gradient/generic2/Link.mjs +1 -1
  1293. package/illustrations/gradient/generic2/Link.mjs.map +1 -1
  1294. package/illustrations/gradient/generic2/Location.cjs +1 -1
  1295. package/illustrations/gradient/generic2/Location.cjs.map +1 -1
  1296. package/illustrations/gradient/generic2/Location.mjs +1 -1
  1297. package/illustrations/gradient/generic2/Location.mjs.map +1 -1
  1298. package/illustrations/gradient/generic2/LockClose.cjs +1 -1
  1299. package/illustrations/gradient/generic2/LockClose.cjs.map +1 -1
  1300. package/illustrations/gradient/generic2/LockClose.mjs +1 -1
  1301. package/illustrations/gradient/generic2/LockClose.mjs.map +1 -1
  1302. package/illustrations/gradient/generic2/LockOpen.cjs +1 -1
  1303. package/illustrations/gradient/generic2/LockOpen.cjs.map +1 -1
  1304. package/illustrations/gradient/generic2/LockOpen.mjs +1 -1
  1305. package/illustrations/gradient/generic2/LockOpen.mjs.map +1 -1
  1306. package/illustrations/gradient/generic2/Logo.cjs +1 -1
  1307. package/illustrations/gradient/generic2/Logo.cjs.map +1 -1
  1308. package/illustrations/gradient/generic2/Logo.mjs +1 -1
  1309. package/illustrations/gradient/generic2/Logo.mjs.map +1 -1
  1310. package/illustrations/gradient/generic2/MagicWand.cjs +1 -1
  1311. package/illustrations/gradient/generic2/MagicWand.cjs.map +1 -1
  1312. package/illustrations/gradient/generic2/MagicWand.mjs +1 -1
  1313. package/illustrations/gradient/generic2/MagicWand.mjs.map +1 -1
  1314. package/illustrations/gradient/generic2/MailClose.cjs +1 -1
  1315. package/illustrations/gradient/generic2/MailClose.cjs.map +1 -1
  1316. package/illustrations/gradient/generic2/MailClose.mjs +1 -1
  1317. package/illustrations/gradient/generic2/MailClose.mjs.map +1 -1
  1318. package/illustrations/gradient/generic2/MailOpen.cjs +1 -1
  1319. package/illustrations/gradient/generic2/MailOpen.cjs.map +1 -1
  1320. package/illustrations/gradient/generic2/MailOpen.mjs +1 -1
  1321. package/illustrations/gradient/generic2/MailOpen.mjs.map +1 -1
  1322. package/illustrations/gradient/generic2/Market.cjs +1 -1
  1323. package/illustrations/gradient/generic2/Market.cjs.map +1 -1
  1324. package/illustrations/gradient/generic2/Market.mjs +1 -1
  1325. package/illustrations/gradient/generic2/Market.mjs.map +1 -1
  1326. package/illustrations/gradient/generic2/MegaphonePromote.cjs +1 -1
  1327. package/illustrations/gradient/generic2/MegaphonePromote.cjs.map +1 -1
  1328. package/illustrations/gradient/generic2/MegaphonePromote.mjs +1 -1
  1329. package/illustrations/gradient/generic2/MegaphonePromote.mjs.map +1 -1
  1330. package/illustrations/gradient/generic2/MegaphonePromote2.cjs +1 -1
  1331. package/illustrations/gradient/generic2/MegaphonePromote2.cjs.map +1 -1
  1332. package/illustrations/gradient/generic2/MegaphonePromote2.mjs +1 -1
  1333. package/illustrations/gradient/generic2/MegaphonePromote2.mjs.map +1 -1
  1334. package/illustrations/gradient/generic2/Mention.cjs +1 -1
  1335. package/illustrations/gradient/generic2/Mention.cjs.map +1 -1
  1336. package/illustrations/gradient/generic2/Mention.mjs +1 -1
  1337. package/illustrations/gradient/generic2/Mention.mjs.map +1 -1
  1338. package/illustrations/gradient/generic2/Microphone.cjs +1 -1
  1339. package/illustrations/gradient/generic2/Microphone.cjs.map +1 -1
  1340. package/illustrations/gradient/generic2/Microphone.mjs +1 -1
  1341. package/illustrations/gradient/generic2/Microphone.mjs.map +1 -1
  1342. package/illustrations/gradient/generic2/Minimize.cjs +1 -1
  1343. package/illustrations/gradient/generic2/Minimize.cjs.map +1 -1
  1344. package/illustrations/gradient/generic2/Minimize.mjs +1 -1
  1345. package/illustrations/gradient/generic2/Minimize.mjs.map +1 -1
  1346. package/illustrations/gradient/generic2/MovieCamera.cjs +1 -1
  1347. package/illustrations/gradient/generic2/MovieCamera.cjs.map +1 -1
  1348. package/illustrations/gradient/generic2/MovieCamera.mjs +1 -1
  1349. package/illustrations/gradient/generic2/MovieCamera.mjs.map +1 -1
  1350. package/illustrations/gradient/generic2/MusicNote.cjs +1 -1
  1351. package/illustrations/gradient/generic2/MusicNote.cjs.map +1 -1
  1352. package/illustrations/gradient/generic2/MusicNote.mjs +1 -1
  1353. package/illustrations/gradient/generic2/MusicNote.mjs.map +1 -1
  1354. package/illustrations/gradient/generic2/NoElements.cjs +1 -1
  1355. package/illustrations/gradient/generic2/NoElements.cjs.map +1 -1
  1356. package/illustrations/gradient/generic2/NoElements.mjs +1 -1
  1357. package/illustrations/gradient/generic2/NoElements.mjs.map +1 -1
  1358. package/illustrations/gradient/generic2/Paperairplane.cjs +1 -1
  1359. package/illustrations/gradient/generic2/Paperairplane.cjs.map +1 -1
  1360. package/illustrations/gradient/generic2/Paperairplane.mjs +1 -1
  1361. package/illustrations/gradient/generic2/Paperairplane.mjs.map +1 -1
  1362. package/illustrations/gradient/generic2/Paperclip.cjs +1 -1
  1363. package/illustrations/gradient/generic2/Paperclip.cjs.map +1 -1
  1364. package/illustrations/gradient/generic2/Paperclip.mjs +1 -1
  1365. package/illustrations/gradient/generic2/Paperclip.mjs.map +1 -1
  1366. package/illustrations/gradient/generic2/Pause.cjs +1 -1
  1367. package/illustrations/gradient/generic2/Pause.cjs.map +1 -1
  1368. package/illustrations/gradient/generic2/Pause.mjs +1 -1
  1369. package/illustrations/gradient/generic2/Pause.mjs.map +1 -1
  1370. package/illustrations/gradient/generic2/Pencil.cjs +1 -1
  1371. package/illustrations/gradient/generic2/Pencil.cjs.map +1 -1
  1372. package/illustrations/gradient/generic2/Pencil.mjs +1 -1
  1373. package/illustrations/gradient/generic2/Pencil.mjs.map +1 -1
  1374. package/illustrations/gradient/generic2/Phone.cjs +1 -1
  1375. package/illustrations/gradient/generic2/Phone.cjs.map +1 -1
  1376. package/illustrations/gradient/generic2/Phone.mjs +1 -1
  1377. package/illustrations/gradient/generic2/Phone.mjs.map +1 -1
  1378. package/illustrations/gradient/generic2/PieChart.cjs +1 -1
  1379. package/illustrations/gradient/generic2/PieChart.cjs.map +1 -1
  1380. package/illustrations/gradient/generic2/PieChart.mjs +1 -1
  1381. package/illustrations/gradient/generic2/PieChart.mjs.map +1 -1
  1382. package/illustrations/gradient/generic2/PiggyBank.cjs +1 -1
  1383. package/illustrations/gradient/generic2/PiggyBank.cjs.map +1 -1
  1384. package/illustrations/gradient/generic2/PiggyBank.mjs +1 -1
  1385. package/illustrations/gradient/generic2/PiggyBank.mjs.map +1 -1
  1386. package/illustrations/gradient/generic2/Pin.cjs +1 -1
  1387. package/illustrations/gradient/generic2/Pin.cjs.map +1 -1
  1388. package/illustrations/gradient/generic2/Pin.mjs +1 -1
  1389. package/illustrations/gradient/generic2/Pin.mjs.map +1 -1
  1390. package/illustrations/gradient/generic2/Play.cjs +1 -1
  1391. package/illustrations/gradient/generic2/Play.cjs.map +1 -1
  1392. package/illustrations/gradient/generic2/Play.mjs +1 -1
  1393. package/illustrations/gradient/generic2/Play.mjs.map +1 -1
  1394. package/illustrations/gradient/generic2/PlayTriangle.cjs +1 -1
  1395. package/illustrations/gradient/generic2/PlayTriangle.cjs.map +1 -1
  1396. package/illustrations/gradient/generic2/PlayTriangle.mjs +1 -1
  1397. package/illustrations/gradient/generic2/PlayTriangle.mjs.map +1 -1
  1398. package/illustrations/gradient/generic2/Plugin.cjs +1 -1
  1399. package/illustrations/gradient/generic2/Plugin.cjs.map +1 -1
  1400. package/illustrations/gradient/generic2/Plugin.mjs +1 -1
  1401. package/illustrations/gradient/generic2/Plugin.mjs.map +1 -1
  1402. package/illustrations/gradient/generic2/Prompt.cjs +1 -1
  1403. package/illustrations/gradient/generic2/Prompt.cjs.map +1 -1
  1404. package/illustrations/gradient/generic2/Prompt.mjs +1 -1
  1405. package/illustrations/gradient/generic2/Prompt.mjs.map +1 -1
  1406. package/illustrations/gradient/generic2/Properties.cjs +1 -1
  1407. package/illustrations/gradient/generic2/Properties.cjs.map +1 -1
  1408. package/illustrations/gradient/generic2/Properties.mjs +1 -1
  1409. package/illustrations/gradient/generic2/Properties.mjs.map +1 -1
  1410. package/illustrations/gradient/generic2/Redo.cjs.map +1 -1
  1411. package/illustrations/gradient/generic2/Redo.mjs.map +1 -1
  1412. package/illustrations/gradient/generic2/Remix.cjs.map +1 -1
  1413. package/illustrations/gradient/generic2/Remix.mjs.map +1 -1
  1414. package/illustrations/gradient/generic2/Replace.cjs.map +1 -1
  1415. package/illustrations/gradient/generic2/Replace.mjs.map +1 -1
  1416. package/illustrations/gradient/generic2/Revert.cjs.map +1 -1
  1417. package/illustrations/gradient/generic2/Revert.mjs.map +1 -1
  1418. package/illustrations/gradient/generic2/Ribbon.cjs.map +1 -1
  1419. package/illustrations/gradient/generic2/Ribbon.mjs.map +1 -1
  1420. package/illustrations/gradient/generic2/Rocket.cjs.map +1 -1
  1421. package/illustrations/gradient/generic2/Rocket.mjs.map +1 -1
  1422. package/illustrations/gradient/generic2/RotateCCW.cjs.map +1 -1
  1423. package/illustrations/gradient/generic2/RotateCCW.mjs.map +1 -1
  1424. package/illustrations/gradient/generic2/RotateCW.cjs.map +1 -1
  1425. package/illustrations/gradient/generic2/RotateCW.mjs.map +1 -1
  1426. package/illustrations/gradient/generic2/Ruler.cjs.map +1 -1
  1427. package/illustrations/gradient/generic2/Ruler.mjs.map +1 -1
  1428. package/illustrations/gradient/generic2/Search.cjs.map +1 -1
  1429. package/illustrations/gradient/generic2/Search.mjs.map +1 -1
  1430. package/illustrations/gradient/generic2/Segmentation.cjs.map +1 -1
  1431. package/illustrations/gradient/generic2/Segmentation.mjs.map +1 -1
  1432. package/illustrations/gradient/generic2/Server.cjs.map +1 -1
  1433. package/illustrations/gradient/generic2/Server.mjs.map +1 -1
  1434. package/illustrations/gradient/generic2/Shapes.cjs.map +1 -1
  1435. package/illustrations/gradient/generic2/Shapes.mjs.map +1 -1
  1436. package/illustrations/gradient/generic2/ShoppingBag.cjs.map +1 -1
  1437. package/illustrations/gradient/generic2/ShoppingBag.mjs.map +1 -1
  1438. package/illustrations/gradient/generic2/ShoppingCart.cjs.map +1 -1
  1439. package/illustrations/gradient/generic2/ShoppingCart.mjs.map +1 -1
  1440. package/illustrations/gradient/generic2/Sparkles.cjs.map +1 -1
  1441. package/illustrations/gradient/generic2/Sparkles.mjs.map +1 -1
  1442. package/illustrations/gradient/generic2/SpeedFast.cjs.map +1 -1
  1443. package/illustrations/gradient/generic2/SpeedFast.mjs.map +1 -1
  1444. package/illustrations/gradient/generic2/StampClone.cjs.map +1 -1
  1445. package/illustrations/gradient/generic2/StampClone.mjs.map +1 -1
  1446. package/illustrations/gradient/generic2/Star.cjs.map +1 -1
  1447. package/illustrations/gradient/generic2/Star.mjs.map +1 -1
  1448. package/illustrations/gradient/generic2/StepForward.cjs.map +1 -1
  1449. package/illustrations/gradient/generic2/StepForward.mjs.map +1 -1
  1450. package/illustrations/gradient/generic2/Switch.cjs.map +1 -1
  1451. package/illustrations/gradient/generic2/Switch.mjs.map +1 -1
  1452. package/illustrations/gradient/generic2/Tablet.cjs.map +1 -1
  1453. package/illustrations/gradient/generic2/Tablet.mjs.map +1 -1
  1454. package/illustrations/gradient/generic2/Tag.cjs.map +1 -1
  1455. package/illustrations/gradient/generic2/Tag.mjs.map +1 -1
  1456. package/illustrations/gradient/generic2/Targeted.cjs.map +1 -1
  1457. package/illustrations/gradient/generic2/Targeted.mjs.map +1 -1
  1458. package/illustrations/gradient/generic2/Text.cjs.map +1 -1
  1459. package/illustrations/gradient/generic2/Text.mjs.map +1 -1
  1460. package/illustrations/gradient/generic2/ThreeArrowsCircle.cjs.map +1 -1
  1461. package/illustrations/gradient/generic2/ThreeArrowsCircle.mjs.map +1 -1
  1462. package/illustrations/gradient/generic2/ThumbsUp.cjs.map +1 -1
  1463. package/illustrations/gradient/generic2/ThumbsUp.mjs.map +1 -1
  1464. package/illustrations/gradient/generic2/Transform.cjs.map +1 -1
  1465. package/illustrations/gradient/generic2/Transform.mjs.map +1 -1
  1466. package/illustrations/gradient/generic2/Translate.cjs.map +1 -1
  1467. package/illustrations/gradient/generic2/Translate.mjs.map +1 -1
  1468. package/illustrations/gradient/generic2/Trash.cjs.map +1 -1
  1469. package/illustrations/gradient/generic2/Trash.mjs.map +1 -1
  1470. package/illustrations/gradient/generic2/Trophy.cjs.map +1 -1
  1471. package/illustrations/gradient/generic2/Trophy.mjs.map +1 -1
  1472. package/illustrations/gradient/generic2/Update.cjs.map +1 -1
  1473. package/illustrations/gradient/generic2/Update.mjs.map +1 -1
  1474. package/illustrations/gradient/generic2/Upload.cjs.map +1 -1
  1475. package/illustrations/gradient/generic2/Upload.mjs.map +1 -1
  1476. package/illustrations/gradient/generic2/User.cjs.map +1 -1
  1477. package/illustrations/gradient/generic2/User.mjs.map +1 -1
  1478. package/illustrations/gradient/generic2/UserAvatar.cjs.map +1 -1
  1479. package/illustrations/gradient/generic2/UserAvatar.mjs.map +1 -1
  1480. package/illustrations/gradient/generic2/UserGroup.cjs.map +1 -1
  1481. package/illustrations/gradient/generic2/UserGroup.mjs.map +1 -1
  1482. package/illustrations/gradient/generic2/VectorDraw.cjs.map +1 -1
  1483. package/illustrations/gradient/generic2/VectorDraw.mjs.map +1 -1
  1484. package/illustrations/gradient/generic2/Video.cjs.map +1 -1
  1485. package/illustrations/gradient/generic2/Video.mjs.map +1 -1
  1486. package/illustrations/gradient/generic2/Volume.cjs.map +1 -1
  1487. package/illustrations/gradient/generic2/Volume.mjs.map +1 -1
  1488. package/illustrations/gradient/generic2/VolumeOne.cjs.map +1 -1
  1489. package/illustrations/gradient/generic2/VolumeOne.mjs.map +1 -1
  1490. package/illustrations/gradient/generic2/Wallet.cjs.map +1 -1
  1491. package/illustrations/gradient/generic2/Wallet.mjs.map +1 -1
  1492. package/illustrations/linear/3D.cjs.map +1 -1
  1493. package/illustrations/linear/3D.mjs.map +1 -1
  1494. package/illustrations/linear/3Dasset.cjs.map +1 -1
  1495. package/illustrations/linear/3Dasset.mjs.map +1 -1
  1496. package/illustrations/linear/AIChat.cjs.map +1 -1
  1497. package/illustrations/linear/AIChat.mjs.map +1 -1
  1498. package/illustrations/linear/AIGenerate.cjs.map +1 -1
  1499. package/illustrations/linear/AIGenerate.mjs.map +1 -1
  1500. package/illustrations/linear/AIGenerateImage.cjs.map +1 -1
  1501. package/illustrations/linear/AIGenerateImage.mjs.map +1 -1
  1502. package/illustrations/linear/Accessibility.cjs.map +1 -1
  1503. package/illustrations/linear/Accessibility.mjs.map +1 -1
  1504. package/illustrations/linear/Addproject.cjs.map +1 -1
  1505. package/illustrations/linear/Addproject.mjs.map +1 -1
  1506. package/illustrations/linear/AlertNotice.cjs.map +1 -1
  1507. package/illustrations/linear/AlertNotice.mjs.map +1 -1
  1508. package/illustrations/linear/Animation.cjs.map +1 -1
  1509. package/illustrations/linear/Animation.mjs.map +1 -1
  1510. package/illustrations/linear/Apps.cjs.map +1 -1
  1511. package/illustrations/linear/Apps.mjs.map +1 -1
  1512. package/illustrations/linear/ArrowDown.cjs.map +1 -1
  1513. package/illustrations/linear/ArrowDown.mjs.map +1 -1
  1514. package/illustrations/linear/ArrowLeft.cjs.map +1 -1
  1515. package/illustrations/linear/ArrowLeft.mjs.map +1 -1
  1516. package/illustrations/linear/ArrowRight.cjs.map +1 -1
  1517. package/illustrations/linear/ArrowRight.mjs.map +1 -1
  1518. package/illustrations/linear/ArrowUp.cjs.map +1 -1
  1519. package/illustrations/linear/ArrowUp.mjs.map +1 -1
  1520. package/illustrations/linear/Artboard.cjs.map +1 -1
  1521. package/illustrations/linear/Artboard.mjs.map +1 -1
  1522. package/illustrations/linear/Assets.cjs.map +1 -1
  1523. package/illustrations/linear/Assets.mjs.map +1 -1
  1524. package/illustrations/linear/AudioWave.cjs.map +1 -1
  1525. package/illustrations/linear/AudioWave.mjs.map +1 -1
  1526. package/illustrations/linear/BadgeVerified.cjs.map +1 -1
  1527. package/illustrations/linear/BadgeVerified.mjs.map +1 -1
  1528. package/illustrations/linear/Bell.cjs.map +1 -1
  1529. package/illustrations/linear/Bell.mjs.map +1 -1
  1530. package/illustrations/linear/Bolt.cjs.map +1 -1
  1531. package/illustrations/linear/Bolt.mjs.map +1 -1
  1532. package/illustrations/linear/Brand.cjs.map +1 -1
  1533. package/illustrations/linear/Brand.mjs.map +1 -1
  1534. package/illustrations/linear/Briefcase.cjs.map +1 -1
  1535. package/illustrations/linear/Briefcase.mjs.map +1 -1
  1536. package/illustrations/linear/BrightnessContrast.cjs.map +1 -1
  1537. package/illustrations/linear/BrightnessContrast.mjs.map +1 -1
  1538. package/illustrations/linear/Browser.cjs.map +1 -1
  1539. package/illustrations/linear/Browser.mjs.map +1 -1
  1540. package/illustrations/linear/BrowserError.cjs.map +1 -1
  1541. package/illustrations/linear/BrowserError.mjs.map +1 -1
  1542. package/illustrations/linear/BrowserNotCompatible.cjs.map +1 -1
  1543. package/illustrations/linear/BrowserNotCompatible.mjs.map +1 -1
  1544. package/illustrations/linear/Brush.cjs.map +1 -1
  1545. package/illustrations/linear/Brush.mjs.map +1 -1
  1546. package/illustrations/linear/Bug.cjs.map +1 -1
  1547. package/illustrations/linear/Bug.mjs.map +1 -1
  1548. package/illustrations/linear/BuildTable.cjs.map +1 -1
  1549. package/illustrations/linear/BuildTable.mjs.map +1 -1
  1550. package/illustrations/linear/Buildings.cjs.map +1 -1
  1551. package/illustrations/linear/Buildings.mjs.map +1 -1
  1552. package/illustrations/linear/Calendar.cjs.map +1 -1
  1553. package/illustrations/linear/Calendar.mjs.map +1 -1
  1554. package/illustrations/linear/Camera.cjs.map +1 -1
  1555. package/illustrations/linear/Camera.mjs.map +1 -1
  1556. package/illustrations/linear/CardTapPayment.cjs.map +1 -1
  1557. package/illustrations/linear/CardTapPayment.mjs.map +1 -1
  1558. package/illustrations/linear/Channel.cjs.map +1 -1
  1559. package/illustrations/linear/Channel.mjs.map +1 -1
  1560. package/illustrations/linear/ChartAreaStack.cjs.map +1 -1
  1561. package/illustrations/linear/ChartAreaStack.mjs.map +1 -1
  1562. package/illustrations/linear/Chatbubble.cjs.map +1 -1
  1563. package/illustrations/linear/Chatbubble.mjs.map +1 -1
  1564. package/illustrations/linear/Check.cjs.map +1 -1
  1565. package/illustrations/linear/Check.mjs.map +1 -1
  1566. package/illustrations/linear/Clipboard.cjs.map +1 -1
  1567. package/illustrations/linear/Clipboard.mjs.map +1 -1
  1568. package/illustrations/linear/Clock.cjs.map +1 -1
  1569. package/illustrations/linear/Clock.mjs.map +1 -1
  1570. package/illustrations/linear/Close.cjs.map +1 -1
  1571. package/illustrations/linear/Close.mjs.map +1 -1
  1572. package/illustrations/linear/Cloud.cjs.map +1 -1
  1573. package/illustrations/linear/Cloud.mjs.map +1 -1
  1574. package/illustrations/linear/CloudStateDisconnected.cjs.map +1 -1
  1575. package/illustrations/linear/CloudStateDisconnected.mjs.map +1 -1
  1576. package/illustrations/linear/CloudStateError.cjs.map +1 -1
  1577. package/illustrations/linear/CloudStateError.mjs.map +1 -1
  1578. package/illustrations/linear/CloudUpload.cjs.map +1 -1
  1579. package/illustrations/linear/CloudUpload.mjs.map +1 -1
  1580. package/illustrations/linear/CodeBrackets.cjs.map +1 -1
  1581. package/illustrations/linear/CodeBrackets.mjs.map +1 -1
  1582. package/illustrations/linear/Color.cjs.map +1 -1
  1583. package/illustrations/linear/Color.mjs.map +1 -1
  1584. package/illustrations/linear/CommentText.cjs.map +1 -1
  1585. package/illustrations/linear/CommentText.mjs.map +1 -1
  1586. package/illustrations/linear/ConfettiCelebration.cjs.map +1 -1
  1587. package/illustrations/linear/ConfettiCelebration.mjs.map +1 -1
  1588. package/illustrations/linear/Conversationbubbles.cjs.map +1 -1
  1589. package/illustrations/linear/Conversationbubbles.mjs.map +1 -1
  1590. package/illustrations/linear/Crop.cjs.map +1 -1
  1591. package/illustrations/linear/Crop.mjs.map +1 -1
  1592. package/illustrations/linear/Cursor.cjs.map +1 -1
  1593. package/illustrations/linear/Cursor.mjs.map +1 -1
  1594. package/illustrations/linear/Cut.cjs.map +1 -1
  1595. package/illustrations/linear/Cut.mjs.map +1 -1
  1596. package/illustrations/linear/Data.cjs.map +1 -1
  1597. package/illustrations/linear/Data.mjs.map +1 -1
  1598. package/illustrations/linear/DataAnalytics.cjs.map +1 -1
  1599. package/illustrations/linear/DataAnalytics.mjs.map +1 -1
  1600. package/illustrations/linear/Desktop.cjs.map +1 -1
  1601. package/illustrations/linear/Desktop.mjs.map +1 -1
  1602. package/illustrations/linear/Diamond.cjs.map +1 -1
  1603. package/illustrations/linear/Diamond.mjs.map +1 -1
  1604. package/illustrations/linear/Document.cjs.map +1 -1
  1605. package/illustrations/linear/Document.mjs.map +1 -1
  1606. package/illustrations/linear/Download.cjs.map +1 -1
  1607. package/illustrations/linear/Download.mjs.map +1 -1
  1608. package/illustrations/linear/DropToUpload.cjs.map +1 -1
  1609. package/illustrations/linear/DropToUpload.mjs.map +1 -1
  1610. package/illustrations/linear/Education.cjs.map +1 -1
  1611. package/illustrations/linear/Education.mjs.map +1 -1
  1612. package/illustrations/linear/Effects.cjs.map +1 -1
  1613. package/illustrations/linear/Effects.mjs.map +1 -1
  1614. package/illustrations/linear/Emoji160.cjs.map +1 -1
  1615. package/illustrations/linear/Emoji160.mjs.map +1 -1
  1616. package/illustrations/linear/EmptyStateExport.cjs.map +1 -1
  1617. package/illustrations/linear/EmptyStateExport.mjs.map +1 -1
  1618. package/illustrations/linear/Error.cjs.map +1 -1
  1619. package/illustrations/linear/Error.mjs.map +1 -1
  1620. package/illustrations/linear/Explosion.cjs.map +1 -1
  1621. package/illustrations/linear/Explosion.mjs.map +1 -1
  1622. package/illustrations/linear/ExportTo.cjs.map +1 -1
  1623. package/illustrations/linear/ExportTo.mjs.map +1 -1
  1624. package/illustrations/linear/Exposure.cjs.map +1 -1
  1625. package/illustrations/linear/Exposure.mjs.map +1 -1
  1626. package/illustrations/linear/FileAlert.cjs.map +1 -1
  1627. package/illustrations/linear/FileAlert.mjs.map +1 -1
  1628. package/illustrations/linear/FileImage.cjs.map +1 -1
  1629. package/illustrations/linear/FileImage.mjs.map +1 -1
  1630. package/illustrations/linear/FileText.cjs.map +1 -1
  1631. package/illustrations/linear/FileText.mjs.map +1 -1
  1632. package/illustrations/linear/FileVideo.cjs.map +1 -1
  1633. package/illustrations/linear/FileVideo.mjs.map +1 -1
  1634. package/illustrations/linear/FileZip.cjs.map +1 -1
  1635. package/illustrations/linear/FileZip.mjs.map +1 -1
  1636. package/illustrations/linear/Filmstrip.cjs.map +1 -1
  1637. package/illustrations/linear/Filmstrip.mjs.map +1 -1
  1638. package/illustrations/linear/Filter.cjs.map +1 -1
  1639. package/illustrations/linear/Filter.mjs.map +1 -1
  1640. package/illustrations/linear/Filters.cjs.map +1 -1
  1641. package/illustrations/linear/Filters.mjs.map +1 -1
  1642. package/illustrations/linear/Fireworks.cjs.map +1 -1
  1643. package/illustrations/linear/Fireworks.mjs.map +1 -1
  1644. package/illustrations/linear/Flag.cjs.map +1 -1
  1645. package/illustrations/linear/Flag.mjs.map +1 -1
  1646. package/illustrations/linear/FlagCheckmark.cjs.map +1 -1
  1647. package/illustrations/linear/FlagCheckmark.mjs.map +1 -1
  1648. package/illustrations/linear/FlagCross.cjs.map +1 -1
  1649. package/illustrations/linear/FlagCross.mjs.map +1 -1
  1650. package/illustrations/linear/FolderClose.cjs.map +1 -1
  1651. package/illustrations/linear/FolderClose.mjs.map +1 -1
  1652. package/illustrations/linear/FolderOpen.cjs.map +1 -1
  1653. package/illustrations/linear/FolderOpen.mjs.map +1 -1
  1654. package/illustrations/linear/FolderShared.cjs.map +1 -1
  1655. package/illustrations/linear/FolderShared.mjs.map +1 -1
  1656. package/illustrations/linear/GearSetting.cjs.map +1 -1
  1657. package/illustrations/linear/GearSetting.mjs.map +1 -1
  1658. package/illustrations/linear/Gift.cjs.map +1 -1
  1659. package/illustrations/linear/Gift.mjs.map +1 -1
  1660. package/illustrations/linear/Globe.cjs.map +1 -1
  1661. package/illustrations/linear/Globe.mjs.map +1 -1
  1662. package/illustrations/linear/GlobeGrid.cjs.map +1 -1
  1663. package/illustrations/linear/GlobeGrid.mjs.map +1 -1
  1664. package/illustrations/linear/GraphBarChart.cjs.map +1 -1
  1665. package/illustrations/linear/GraphBarChart.mjs.map +1 -1
  1666. package/illustrations/linear/Hand.cjs.map +1 -1
  1667. package/illustrations/linear/Hand.mjs.map +1 -1
  1668. package/illustrations/linear/Handshake.cjs.map +1 -1
  1669. package/illustrations/linear/Handshake.mjs.map +1 -1
  1670. package/illustrations/linear/Heart.cjs.map +1 -1
  1671. package/illustrations/linear/Heart.mjs.map +1 -1
  1672. package/illustrations/linear/HelpCircle.cjs.map +1 -1
  1673. package/illustrations/linear/HelpCircle.mjs.map +1 -1
  1674. package/illustrations/linear/Home.cjs.map +1 -1
  1675. package/illustrations/linear/Home.mjs.map +1 -1
  1676. package/illustrations/linear/Illustration.cjs +1 -1
  1677. package/illustrations/linear/Illustration.cjs.map +1 -1
  1678. package/illustrations/linear/Illustration.mjs +1 -1
  1679. package/illustrations/linear/Illustration.mjs.map +1 -1
  1680. package/illustrations/linear/Image.cjs +1 -1
  1681. package/illustrations/linear/Image.cjs.map +1 -1
  1682. package/illustrations/linear/Image.mjs +1 -1
  1683. package/illustrations/linear/Image.mjs.map +1 -1
  1684. package/illustrations/linear/ImageStack.cjs +1 -1
  1685. package/illustrations/linear/ImageStack.cjs.map +1 -1
  1686. package/illustrations/linear/ImageStack.mjs +1 -1
  1687. package/illustrations/linear/ImageStack.mjs.map +1 -1
  1688. package/illustrations/linear/InfiniteLooping.cjs +1 -1
  1689. package/illustrations/linear/InfiniteLooping.cjs.map +1 -1
  1690. package/illustrations/linear/InfiniteLooping.mjs +1 -1
  1691. package/illustrations/linear/InfiniteLooping.mjs.map +1 -1
  1692. package/illustrations/linear/Information.cjs +1 -1
  1693. package/illustrations/linear/Information.cjs.map +1 -1
  1694. package/illustrations/linear/Information.mjs +1 -1
  1695. package/illustrations/linear/Information.mjs.map +1 -1
  1696. package/illustrations/linear/Interaction.cjs +1 -1
  1697. package/illustrations/linear/Interaction.cjs.map +1 -1
  1698. package/illustrations/linear/Interaction.mjs +1 -1
  1699. package/illustrations/linear/Interaction.mjs.map +1 -1
  1700. package/illustrations/linear/Laptop.cjs +1 -1
  1701. package/illustrations/linear/Laptop.cjs.map +1 -1
  1702. package/illustrations/linear/Laptop.mjs +1 -1
  1703. package/illustrations/linear/Laptop.mjs.map +1 -1
  1704. package/illustrations/linear/Layers.cjs +1 -1
  1705. package/illustrations/linear/Layers.cjs.map +1 -1
  1706. package/illustrations/linear/Layers.mjs +1 -1
  1707. package/illustrations/linear/Layers.mjs.map +1 -1
  1708. package/illustrations/linear/Libraries.cjs +1 -1
  1709. package/illustrations/linear/Libraries.cjs.map +1 -1
  1710. package/illustrations/linear/Libraries.mjs +1 -1
  1711. package/illustrations/linear/Libraries.mjs.map +1 -1
  1712. package/illustrations/linear/Lightbulb.cjs +1 -1
  1713. package/illustrations/linear/Lightbulb.cjs.map +1 -1
  1714. package/illustrations/linear/Lightbulb.mjs +1 -1
  1715. package/illustrations/linear/Lightbulb.mjs.map +1 -1
  1716. package/illustrations/linear/LightbulbRays.cjs +1 -1
  1717. package/illustrations/linear/LightbulbRays.cjs.map +1 -1
  1718. package/illustrations/linear/LightbulbRays.mjs +1 -1
  1719. package/illustrations/linear/LightbulbRays.mjs.map +1 -1
  1720. package/illustrations/linear/Lighten.cjs +1 -1
  1721. package/illustrations/linear/Lighten.cjs.map +1 -1
  1722. package/illustrations/linear/Lighten.mjs +1 -1
  1723. package/illustrations/linear/Lighten.mjs.map +1 -1
  1724. package/illustrations/linear/Link.cjs +1 -1
  1725. package/illustrations/linear/Link.cjs.map +1 -1
  1726. package/illustrations/linear/Link.mjs +1 -1
  1727. package/illustrations/linear/Link.mjs.map +1 -1
  1728. package/illustrations/linear/Location.cjs +1 -1
  1729. package/illustrations/linear/Location.cjs.map +1 -1
  1730. package/illustrations/linear/Location.mjs +1 -1
  1731. package/illustrations/linear/Location.mjs.map +1 -1
  1732. package/illustrations/linear/LockClose.cjs +1 -1
  1733. package/illustrations/linear/LockClose.cjs.map +1 -1
  1734. package/illustrations/linear/LockClose.mjs +1 -1
  1735. package/illustrations/linear/LockClose.mjs.map +1 -1
  1736. package/illustrations/linear/LockOpen.cjs +1 -1
  1737. package/illustrations/linear/LockOpen.cjs.map +1 -1
  1738. package/illustrations/linear/LockOpen.mjs +1 -1
  1739. package/illustrations/linear/LockOpen.mjs.map +1 -1
  1740. package/illustrations/linear/Logo.cjs +1 -1
  1741. package/illustrations/linear/Logo.cjs.map +1 -1
  1742. package/illustrations/linear/Logo.mjs +1 -1
  1743. package/illustrations/linear/Logo.mjs.map +1 -1
  1744. package/illustrations/linear/MagicWand.cjs +1 -1
  1745. package/illustrations/linear/MagicWand.cjs.map +1 -1
  1746. package/illustrations/linear/MagicWand.mjs +1 -1
  1747. package/illustrations/linear/MagicWand.mjs.map +1 -1
  1748. package/illustrations/linear/MailClose.cjs +1 -1
  1749. package/illustrations/linear/MailClose.cjs.map +1 -1
  1750. package/illustrations/linear/MailClose.mjs +1 -1
  1751. package/illustrations/linear/MailClose.mjs.map +1 -1
  1752. package/illustrations/linear/MailOpen.cjs +1 -1
  1753. package/illustrations/linear/MailOpen.cjs.map +1 -1
  1754. package/illustrations/linear/MailOpen.mjs +1 -1
  1755. package/illustrations/linear/MailOpen.mjs.map +1 -1
  1756. package/illustrations/linear/Market.cjs +1 -1
  1757. package/illustrations/linear/Market.cjs.map +1 -1
  1758. package/illustrations/linear/Market.mjs +1 -1
  1759. package/illustrations/linear/Market.mjs.map +1 -1
  1760. package/illustrations/linear/MegaphonePromote.cjs +1 -1
  1761. package/illustrations/linear/MegaphonePromote.cjs.map +1 -1
  1762. package/illustrations/linear/MegaphonePromote.mjs +1 -1
  1763. package/illustrations/linear/MegaphonePromote.mjs.map +1 -1
  1764. package/illustrations/linear/MegaphonePromoteExpressive.cjs +1 -1
  1765. package/illustrations/linear/MegaphonePromoteExpressive.cjs.map +1 -1
  1766. package/illustrations/linear/MegaphonePromoteExpressive.mjs +1 -1
  1767. package/illustrations/linear/MegaphonePromoteExpressive.mjs.map +1 -1
  1768. package/illustrations/linear/Mention.cjs +1 -1
  1769. package/illustrations/linear/Mention.cjs.map +1 -1
  1770. package/illustrations/linear/Mention.mjs +1 -1
  1771. package/illustrations/linear/Mention.mjs.map +1 -1
  1772. package/illustrations/linear/Microphone.cjs +1 -1
  1773. package/illustrations/linear/Microphone.cjs.map +1 -1
  1774. package/illustrations/linear/Microphone.mjs +1 -1
  1775. package/illustrations/linear/Microphone.mjs.map +1 -1
  1776. package/illustrations/linear/MicrophoneOff.cjs +1 -1
  1777. package/illustrations/linear/MicrophoneOff.cjs.map +1 -1
  1778. package/illustrations/linear/MicrophoneOff.mjs +1 -1
  1779. package/illustrations/linear/MicrophoneOff.mjs.map +1 -1
  1780. package/illustrations/linear/Minimize.cjs +1 -1
  1781. package/illustrations/linear/Minimize.cjs.map +1 -1
  1782. package/illustrations/linear/Minimize.mjs +1 -1
  1783. package/illustrations/linear/Minimize.mjs.map +1 -1
  1784. package/illustrations/linear/MovieCamera.cjs +1 -1
  1785. package/illustrations/linear/MovieCamera.cjs.map +1 -1
  1786. package/illustrations/linear/MovieCamera.mjs +1 -1
  1787. package/illustrations/linear/MovieCamera.mjs.map +1 -1
  1788. package/illustrations/linear/MusicNote.cjs +1 -1
  1789. package/illustrations/linear/MusicNote.cjs.map +1 -1
  1790. package/illustrations/linear/MusicNote.mjs +1 -1
  1791. package/illustrations/linear/MusicNote.mjs.map +1 -1
  1792. package/illustrations/linear/NoBrands.cjs +1 -1
  1793. package/illustrations/linear/NoBrands.cjs.map +1 -1
  1794. package/illustrations/linear/NoBrands.mjs +1 -1
  1795. package/illustrations/linear/NoBrands.mjs.map +1 -1
  1796. package/illustrations/linear/NoComment.cjs +1 -1
  1797. package/illustrations/linear/NoComment.cjs.map +1 -1
  1798. package/illustrations/linear/NoComment.mjs +1 -1
  1799. package/illustrations/linear/NoComment.mjs.map +1 -1
  1800. package/illustrations/linear/NoComments.cjs +1 -1
  1801. package/illustrations/linear/NoComments.cjs.map +1 -1
  1802. package/illustrations/linear/NoComments.mjs +1 -1
  1803. package/illustrations/linear/NoComments.mjs.map +1 -1
  1804. package/illustrations/linear/NoElements.cjs +1 -1
  1805. package/illustrations/linear/NoElements.cjs.map +1 -1
  1806. package/illustrations/linear/NoElements.mjs +1 -1
  1807. package/illustrations/linear/NoElements.mjs.map +1 -1
  1808. package/illustrations/linear/NoFile.cjs +1 -1
  1809. package/illustrations/linear/NoFile.cjs.map +1 -1
  1810. package/illustrations/linear/NoFile.mjs +1 -1
  1811. package/illustrations/linear/NoFile.mjs.map +1 -1
  1812. package/illustrations/linear/NoFilter.cjs +1 -1
  1813. package/illustrations/linear/NoFilter.cjs.map +1 -1
  1814. package/illustrations/linear/NoFilter.mjs +1 -1
  1815. package/illustrations/linear/NoFilter.mjs.map +1 -1
  1816. package/illustrations/linear/NoImage.cjs +1 -1
  1817. package/illustrations/linear/NoImage.cjs.map +1 -1
  1818. package/illustrations/linear/NoImage.mjs +1 -1
  1819. package/illustrations/linear/NoImage.mjs.map +1 -1
  1820. package/illustrations/linear/NoLibraries.cjs +1 -1
  1821. package/illustrations/linear/NoLibraries.cjs.map +1 -1
  1822. package/illustrations/linear/NoLibraries.mjs +1 -1
  1823. package/illustrations/linear/NoLibraries.mjs.map +1 -1
  1824. package/illustrations/linear/NoLibrariesBrands.cjs +1 -1
  1825. package/illustrations/linear/NoLibrariesBrands.cjs.map +1 -1
  1826. package/illustrations/linear/NoLibrariesBrands.mjs +1 -1
  1827. package/illustrations/linear/NoLibrariesBrands.mjs.map +1 -1
  1828. package/illustrations/linear/NoReviewLinks.cjs +1 -1
  1829. package/illustrations/linear/NoReviewLinks.cjs.map +1 -1
  1830. package/illustrations/linear/NoReviewLinks.mjs +1 -1
  1831. package/illustrations/linear/NoReviewLinks.mjs.map +1 -1
  1832. package/illustrations/linear/NoSearchResults.cjs +1 -1
  1833. package/illustrations/linear/NoSearchResults.cjs.map +1 -1
  1834. package/illustrations/linear/NoSearchResults.mjs +1 -1
  1835. package/illustrations/linear/NoSearchResults.mjs.map +1 -1
  1836. package/illustrations/linear/NoSharedFile.cjs +1 -1
  1837. package/illustrations/linear/NoSharedFile.cjs.map +1 -1
  1838. package/illustrations/linear/NoSharedFile.mjs +1 -1
  1839. package/illustrations/linear/NoSharedFile.mjs.map +1 -1
  1840. package/illustrations/linear/Paperairplane.cjs +1 -1
  1841. package/illustrations/linear/Paperairplane.cjs.map +1 -1
  1842. package/illustrations/linear/Paperairplane.mjs +1 -1
  1843. package/illustrations/linear/Paperairplane.mjs.map +1 -1
  1844. package/illustrations/linear/Paperclip.cjs +1 -1
  1845. package/illustrations/linear/Paperclip.cjs.map +1 -1
  1846. package/illustrations/linear/Paperclip.mjs +1 -1
  1847. package/illustrations/linear/Paperclip.mjs.map +1 -1
  1848. package/illustrations/linear/Pause.cjs +1 -1
  1849. package/illustrations/linear/Pause.cjs.map +1 -1
  1850. package/illustrations/linear/Pause.mjs +1 -1
  1851. package/illustrations/linear/Pause.mjs.map +1 -1
  1852. package/illustrations/linear/Pencil.cjs +1 -1
  1853. package/illustrations/linear/Pencil.cjs.map +1 -1
  1854. package/illustrations/linear/Pencil.mjs +1 -1
  1855. package/illustrations/linear/Pencil.mjs.map +1 -1
  1856. package/illustrations/linear/Phone.cjs +1 -1
  1857. package/illustrations/linear/Phone.cjs.map +1 -1
  1858. package/illustrations/linear/Phone.mjs +1 -1
  1859. package/illustrations/linear/Phone.mjs.map +1 -1
  1860. package/illustrations/linear/PieChart.cjs +1 -1
  1861. package/illustrations/linear/PieChart.cjs.map +1 -1
  1862. package/illustrations/linear/PieChart.mjs +1 -1
  1863. package/illustrations/linear/PieChart.mjs.map +1 -1
  1864. package/illustrations/linear/PiggyBank.cjs +1 -1
  1865. package/illustrations/linear/PiggyBank.cjs.map +1 -1
  1866. package/illustrations/linear/PiggyBank.mjs +1 -1
  1867. package/illustrations/linear/PiggyBank.mjs.map +1 -1
  1868. package/illustrations/linear/Pin.cjs +1 -1
  1869. package/illustrations/linear/Pin.cjs.map +1 -1
  1870. package/illustrations/linear/Pin.mjs +1 -1
  1871. package/illustrations/linear/Pin.mjs.map +1 -1
  1872. package/illustrations/linear/Play.cjs +1 -1
  1873. package/illustrations/linear/Play.cjs.map +1 -1
  1874. package/illustrations/linear/Play.mjs +1 -1
  1875. package/illustrations/linear/Play.mjs.map +1 -1
  1876. package/illustrations/linear/PlayTriangle.cjs +1 -1
  1877. package/illustrations/linear/PlayTriangle.cjs.map +1 -1
  1878. package/illustrations/linear/PlayTriangle.mjs +1 -1
  1879. package/illustrations/linear/PlayTriangle.mjs.map +1 -1
  1880. package/illustrations/linear/Plugin.cjs +1 -1
  1881. package/illustrations/linear/Plugin.cjs.map +1 -1
  1882. package/illustrations/linear/Plugin.mjs +1 -1
  1883. package/illustrations/linear/Plugin.mjs.map +1 -1
  1884. package/illustrations/linear/Prompt.cjs +1 -1
  1885. package/illustrations/linear/Prompt.cjs.map +1 -1
  1886. package/illustrations/linear/Prompt.mjs +1 -1
  1887. package/illustrations/linear/Prompt.mjs.map +1 -1
  1888. package/illustrations/linear/Properties.cjs +1 -1
  1889. package/illustrations/linear/Properties.cjs.map +1 -1
  1890. package/illustrations/linear/Properties.mjs +1 -1
  1891. package/illustrations/linear/Properties.mjs.map +1 -1
  1892. package/illustrations/linear/Redo.cjs.map +1 -1
  1893. package/illustrations/linear/Redo.mjs.map +1 -1
  1894. package/illustrations/linear/Remix.cjs.map +1 -1
  1895. package/illustrations/linear/Remix.mjs.map +1 -1
  1896. package/illustrations/linear/Replace.cjs.map +1 -1
  1897. package/illustrations/linear/Replace.mjs.map +1 -1
  1898. package/illustrations/linear/ReportAbuse.cjs.map +1 -1
  1899. package/illustrations/linear/ReportAbuse.mjs.map +1 -1
  1900. package/illustrations/linear/Revert.cjs.map +1 -1
  1901. package/illustrations/linear/Revert.mjs.map +1 -1
  1902. package/illustrations/linear/Ribbon.cjs.map +1 -1
  1903. package/illustrations/linear/Ribbon.mjs.map +1 -1
  1904. package/illustrations/linear/Rocket.cjs.map +1 -1
  1905. package/illustrations/linear/Rocket.mjs.map +1 -1
  1906. package/illustrations/linear/RotateCCW.cjs.map +1 -1
  1907. package/illustrations/linear/RotateCCW.mjs.map +1 -1
  1908. package/illustrations/linear/RotateCW.cjs.map +1 -1
  1909. package/illustrations/linear/RotateCW.mjs.map +1 -1
  1910. package/illustrations/linear/Ruler.cjs.map +1 -1
  1911. package/illustrations/linear/Ruler.mjs.map +1 -1
  1912. package/illustrations/linear/Search.cjs.map +1 -1
  1913. package/illustrations/linear/Search.mjs.map +1 -1
  1914. package/illustrations/linear/Segmentation.cjs.map +1 -1
  1915. package/illustrations/linear/Segmentation.mjs.map +1 -1
  1916. package/illustrations/linear/Server.cjs.map +1 -1
  1917. package/illustrations/linear/Server.mjs.map +1 -1
  1918. package/illustrations/linear/Shapes.cjs.map +1 -1
  1919. package/illustrations/linear/Shapes.mjs.map +1 -1
  1920. package/illustrations/linear/ShoppingBag.cjs.map +1 -1
  1921. package/illustrations/linear/ShoppingBag.mjs.map +1 -1
  1922. package/illustrations/linear/ShoppingCart.cjs.map +1 -1
  1923. package/illustrations/linear/ShoppingCart.mjs.map +1 -1
  1924. package/illustrations/linear/Sparkles.cjs.map +1 -1
  1925. package/illustrations/linear/Sparkles.mjs.map +1 -1
  1926. package/illustrations/linear/SpeedFast.cjs.map +1 -1
  1927. package/illustrations/linear/SpeedFast.mjs.map +1 -1
  1928. package/illustrations/linear/StampClone.cjs.map +1 -1
  1929. package/illustrations/linear/StampClone.mjs.map +1 -1
  1930. package/illustrations/linear/Star.cjs.map +1 -1
  1931. package/illustrations/linear/Star.mjs.map +1 -1
  1932. package/illustrations/linear/StepForward.cjs.map +1 -1
  1933. package/illustrations/linear/StepForward.mjs.map +1 -1
  1934. package/illustrations/linear/Stopwatch.cjs.map +1 -1
  1935. package/illustrations/linear/Stopwatch.mjs.map +1 -1
  1936. package/illustrations/linear/Switch.cjs.map +1 -1
  1937. package/illustrations/linear/Switch.mjs.map +1 -1
  1938. package/illustrations/linear/Tablet.cjs.map +1 -1
  1939. package/illustrations/linear/Tablet.mjs.map +1 -1
  1940. package/illustrations/linear/Tag.cjs.map +1 -1
  1941. package/illustrations/linear/Tag.mjs.map +1 -1
  1942. package/illustrations/linear/Targeted.cjs.map +1 -1
  1943. package/illustrations/linear/Targeted.mjs.map +1 -1
  1944. package/illustrations/linear/Text.cjs.map +1 -1
  1945. package/illustrations/linear/Text.mjs.map +1 -1
  1946. package/illustrations/linear/ThreeArrowsCircle.cjs.map +1 -1
  1947. package/illustrations/linear/ThreeArrowsCircle.mjs.map +1 -1
  1948. package/illustrations/linear/ThumbsDown.cjs.map +1 -1
  1949. package/illustrations/linear/ThumbsDown.mjs.map +1 -1
  1950. package/illustrations/linear/ThumbsUp.cjs.map +1 -1
  1951. package/illustrations/linear/ThumbsUp.mjs.map +1 -1
  1952. package/illustrations/linear/Transform.cjs.map +1 -1
  1953. package/illustrations/linear/Transform.mjs.map +1 -1
  1954. package/illustrations/linear/Translate.cjs.map +1 -1
  1955. package/illustrations/linear/Translate.mjs.map +1 -1
  1956. package/illustrations/linear/Trash.cjs.map +1 -1
  1957. package/illustrations/linear/Trash.mjs.map +1 -1
  1958. package/illustrations/linear/Trophy.cjs.map +1 -1
  1959. package/illustrations/linear/Trophy.mjs.map +1 -1
  1960. package/illustrations/linear/Update.cjs.map +1 -1
  1961. package/illustrations/linear/Update.mjs.map +1 -1
  1962. package/illustrations/linear/Upload.cjs.map +1 -1
  1963. package/illustrations/linear/Upload.mjs.map +1 -1
  1964. package/illustrations/linear/User.cjs.map +1 -1
  1965. package/illustrations/linear/User.mjs.map +1 -1
  1966. package/illustrations/linear/UserAvatar.cjs.map +1 -1
  1967. package/illustrations/linear/UserAvatar.mjs.map +1 -1
  1968. package/illustrations/linear/UserGroup.cjs.map +1 -1
  1969. package/illustrations/linear/UserGroup.mjs.map +1 -1
  1970. package/illustrations/linear/VectorDraw.cjs.map +1 -1
  1971. package/illustrations/linear/VectorDraw.mjs.map +1 -1
  1972. package/illustrations/linear/Video.cjs.map +1 -1
  1973. package/illustrations/linear/Video.mjs.map +1 -1
  1974. package/illustrations/linear/Volume.cjs.map +1 -1
  1975. package/illustrations/linear/Volume.mjs.map +1 -1
  1976. package/illustrations/linear/VolumeOff.cjs.map +1 -1
  1977. package/illustrations/linear/VolumeOff.mjs.map +1 -1
  1978. package/illustrations/linear/VolumeOne.cjs.map +1 -1
  1979. package/illustrations/linear/VolumeOne.mjs.map +1 -1
  1980. package/illustrations/linear/Wallet.cjs.map +1 -1
  1981. package/illustrations/linear/Wallet.mjs.map +1 -1
  1982. package/illustrations/linear/Warning.cjs.map +1 -1
  1983. package/illustrations/linear/Warning.mjs.map +1 -1
  1984. package/package.json +24 -21
  1985. package/page.css +2 -0
  1986. package/page.css.map +1 -0
  1987. package/src/Accordion.tsx +2 -2
  1988. package/src/ActionButton.tsx +15 -3
  1989. package/src/AlertDialog.tsx +6 -3
  1990. package/src/Breadcrumbs.tsx +5 -4
  1991. package/src/Button.tsx +3 -3
  1992. package/src/Calendar.tsx +536 -20
  1993. package/src/Card.tsx +2 -2
  1994. package/src/CardView.tsx +25 -8
  1995. package/src/Checkbox.tsx +2 -2
  1996. package/src/CheckboxGroup.tsx +2 -2
  1997. package/src/CoachMark.tsx +2 -2
  1998. package/src/ColorArea.tsx +2 -2
  1999. package/src/ColorField.tsx +3 -3
  2000. package/src/ColorSlider.tsx +2 -2
  2001. package/src/ColorSwatch.tsx +2 -2
  2002. package/src/ColorWheel.tsx +2 -2
  2003. package/src/ComboBox.tsx +7 -7
  2004. package/src/Content.tsx +2 -1
  2005. package/src/CustomDialog.tsx +2 -2
  2006. package/src/DateField.tsx +157 -20
  2007. package/src/DatePicker.tsx +275 -43
  2008. package/src/DateRangePicker.tsx +168 -50
  2009. package/src/Dialog.tsx +2 -2
  2010. package/src/Disclosure.tsx +2 -2
  2011. package/src/Divider.tsx +2 -2
  2012. package/src/DropZone.tsx +2 -2
  2013. package/src/Field.tsx +10 -3
  2014. package/src/Fonts.tsx +99 -0
  2015. package/src/Form.tsx +2 -2
  2016. package/src/FullscreenDialog.tsx +2 -2
  2017. package/src/Icon.tsx +3 -1
  2018. package/src/Link.tsx +2 -2
  2019. package/src/Menu.tsx +5 -5
  2020. package/src/Meter.tsx +2 -2
  2021. package/src/NumberField.tsx +3 -5
  2022. package/src/Picker.tsx +7 -7
  2023. package/src/Popover.tsx +5 -4
  2024. package/src/ProgressBar.tsx +2 -2
  2025. package/src/ProgressCircle.tsx +49 -11
  2026. package/src/Provider.tsx +6 -2
  2027. package/src/Radio.tsx +2 -2
  2028. package/src/RadioGroup.tsx +2 -2
  2029. package/src/RangeCalendar.tsx +96 -21
  2030. package/src/RangeSlider.tsx +17 -2
  2031. package/src/SearchField.tsx +2 -2
  2032. package/src/SegmentedControl.tsx +3 -2
  2033. package/src/Skeleton.tsx +1 -1
  2034. package/src/Slider.tsx +6 -3
  2035. package/src/Switch.tsx +16 -10
  2036. package/src/TableView.tsx +14 -15
  2037. package/src/Tabs.tsx +146 -113
  2038. package/src/TabsPicker.tsx +1 -0
  2039. package/src/TagGroup.tsx +3 -3
  2040. package/src/TextField.tsx +3 -4
  2041. package/src/TimeField.tsx +93 -21
  2042. package/src/ToggleButton.tsx +2 -2
  2043. package/src/ToggleButtonGroup.tsx +2 -1
  2044. package/src/Tooltip.tsx +3 -3
  2045. package/src/TreeView.tsx +50 -15
  2046. package/src/font-faces.css +119 -0
  2047. package/src/index.ts +17 -3
  2048. package/src/page.macro.ts +4 -0
  2049. package/src/progress-utils.tsx +13 -0
  2050. package/style/__tests__/style-macro.test.js +162 -166
  2051. package/style/dist/properties.cjs +1 -1
  2052. package/style/dist/properties.cjs.map +1 -1
  2053. package/style/dist/properties.mjs +1 -1
  2054. package/style/dist/properties.mjs.map +1 -1
  2055. package/style/dist/spectrum-theme.cjs +99 -173
  2056. package/style/dist/spectrum-theme.cjs.map +1 -1
  2057. package/style/dist/spectrum-theme.mjs +99 -173
  2058. package/style/dist/spectrum-theme.mjs.map +1 -1
  2059. package/style/dist/types.d.ts +25 -23
  2060. package/style/dist/types.d.ts.map +1 -1
  2061. package/style/properties.json +20 -4
  2062. package/style/spectrum-theme.ts +53 -18
  2063. package/style/tokens.ts +32 -11
  2064. package/style/types.ts +1 -1
  2065. package/icons/S2_Icon_MediaOffline_N.cjs +0 -36
  2066. package/icons/S2_Icon_MediaOffline_N.cjs.map +0 -1
  2067. package/icons/S2_Icon_MediaOffline_N.mjs +0 -25
  2068. package/icons/S2_Icon_MediaOffline_N.mjs.map +0 -1
  2069. /package/icons/{S2_Icon_MediaOffline_N.d.ts → CloudStateDisconnected.d.ts} +0 -0
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAoB,KAA2C;IAC5E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;IACvC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VectorDraw.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VectorDraw_L from 'illustration:./S2_lin_vectorDraw_160.svg';\nimport VectorDraw_M from 'illustration:./S2_lin_vectorDraw_96.svg';\nimport VectorDraw_S from 'illustration:./S2_lin_vectorDraw_48.svg';\n\nexport default function VectorDraw(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VectorDraw_L {...otherProps} />;\n case 'S':\n return <VectorDraw_S {...otherProps} />;\n case 'M':\n return <VectorDraw_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VectorDraw.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAoB,KAA2C;IAC5E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;QACrC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAW;gBAAG,GAAG,UAAU;;IACvC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VectorDraw.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VectorDraw_L from 'illustration:./S2_lin_vectorDraw_160.svg';\nimport VectorDraw_M from 'illustration:./S2_lin_vectorDraw_96.svg';\nimport VectorDraw_S from 'illustration:./S2_lin_vectorDraw_48.svg';\n\nexport default function VectorDraw(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VectorDraw_L {...otherProps} />;\n case 'S':\n return <VectorDraw_S {...otherProps} />;\n case 'M':\n return <VectorDraw_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VectorDraw.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAe,KAA2C;IACvE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;IAClC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Video.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Video_L from 'illustration:./S2_lin_video_160.svg';\nimport Video_M from 'illustration:./S2_lin_video_96.svg';\nimport Video_S from 'illustration:./S2_lin_video_48.svg';\n\nexport default function Video(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Video_L {...otherProps} />;\n case 'S':\n return <Video_S {...otherProps} />;\n case 'M':\n return <Video_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Video.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAe,KAA2C;IACvE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAM;gBAAG,GAAG,UAAU;;IAClC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Video.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Video_L from 'illustration:./S2_lin_video_160.svg';\nimport Video_M from 'illustration:./S2_lin_video_96.svg';\nimport Video_S from 'illustration:./S2_lin_video_48.svg';\n\nexport default function Video(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Video_L {...otherProps} />;\n case 'S':\n return <Video_S {...otherProps} />;\n case 'M':\n return <Video_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Video.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAe,KAA2C;IACvE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAM;gBAAG,GAAG,UAAU;;IAClC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Video.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Video_L from 'illustration:./S2_lin_video_160.svg';\nimport Video_M from 'illustration:./S2_lin_video_96.svg';\nimport Video_S from 'illustration:./S2_lin_video_48.svg';\n\nexport default function Video(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Video_L {...otherProps} />;\n case 'S':\n return <Video_S {...otherProps} />;\n case 'M':\n return <Video_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Video.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAe,KAA2C;IACvE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAM;gBAAG,GAAG,UAAU;;QAChC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAM;gBAAG,GAAG,UAAU;;IAClC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Video.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Video_L from 'illustration:./S2_lin_video_160.svg';\nimport Video_M from 'illustration:./S2_lin_video_96.svg';\nimport Video_S from 'illustration:./S2_lin_video_48.svg';\n\nexport default function Video(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Video_L {...otherProps} />;\n case 'S':\n return <Video_S {...otherProps} />;\n case 'M':\n return <Video_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Video.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Volume.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Volume_L from 'illustration:./S2_lin_volume_160.svg';\nimport Volume_M from 'illustration:./S2_lin_volume_96.svg';\nimport Volume_S from 'illustration:./S2_lin_volume_48.svg';\n\nexport default function Volume(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Volume_L {...otherProps} />;\n case 'S':\n return <Volume_S {...otherProps} />;\n case 'M':\n return <Volume_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Volume.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Volume.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Volume_L from 'illustration:./S2_lin_volume_160.svg';\nimport Volume_M from 'illustration:./S2_lin_volume_96.svg';\nimport Volume_S from 'illustration:./S2_lin_volume_48.svg';\n\nexport default function Volume(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Volume_L {...otherProps} />;\n case 'S':\n return <Volume_S {...otherProps} />;\n case 'M':\n return <Volume_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Volume.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Volume.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Volume_L from 'illustration:./S2_lin_volume_160.svg';\nimport Volume_M from 'illustration:./S2_lin_volume_96.svg';\nimport Volume_S from 'illustration:./S2_lin_volume_48.svg';\n\nexport default function Volume(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Volume_L {...otherProps} />;\n case 'S':\n return <Volume_S {...otherProps} />;\n case 'M':\n return <Volume_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Volume.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Volume.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Volume_L from 'illustration:./S2_lin_volume_160.svg';\nimport Volume_M from 'illustration:./S2_lin_volume_96.svg';\nimport Volume_S from 'illustration:./S2_lin_volume_48.svg';\n\nexport default function Volume(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Volume_L {...otherProps} />;\n case 'S':\n return <Volume_S {...otherProps} />;\n case 'M':\n return <Volume_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Volume.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VolumeOff.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VolumeOff_L from 'illustration:./S2_lin_volumeOff_160.svg';\nimport VolumeOff_M from 'illustration:./S2_lin_volumeOff_96.svg';\nimport VolumeOff_S from 'illustration:./S2_lin_volumeOff_48.svg';\n\nexport default function VolumeOff(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VolumeOff_L {...otherProps} />;\n case 'S':\n return <VolumeOff_S {...otherProps} />;\n case 'M':\n return <VolumeOff_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VolumeOff.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VolumeOff.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VolumeOff_L from 'illustration:./S2_lin_volumeOff_160.svg';\nimport VolumeOff_M from 'illustration:./S2_lin_volumeOff_96.svg';\nimport VolumeOff_S from 'illustration:./S2_lin_volumeOff_48.svg';\n\nexport default function VolumeOff(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VolumeOff_L {...otherProps} />;\n case 'S':\n return <VolumeOff_S {...otherProps} />;\n case 'M':\n return <VolumeOff_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VolumeOff.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VolumeOff.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VolumeOff_L from 'illustration:./S2_lin_volumeOff_160.svg';\nimport VolumeOff_M from 'illustration:./S2_lin_volumeOff_96.svg';\nimport VolumeOff_S from 'illustration:./S2_lin_volumeOff_48.svg';\n\nexport default function VolumeOff(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VolumeOff_L {...otherProps} />;\n case 'S':\n return <VolumeOff_S {...otherProps} />;\n case 'M':\n return <VolumeOff_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VolumeOff.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VolumeOff.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VolumeOff_L from 'illustration:./S2_lin_volumeOff_160.svg';\nimport VolumeOff_M from 'illustration:./S2_lin_volumeOff_96.svg';\nimport VolumeOff_S from 'illustration:./S2_lin_volumeOff_48.svg';\n\nexport default function VolumeOff(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VolumeOff_L {...otherProps} />;\n case 'S':\n return <VolumeOff_S {...otherProps} />;\n case 'M':\n return <VolumeOff_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VolumeOff.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VolumeOne.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VolumeOne_L from 'illustration:./S2_lin_volumeOne_160.svg';\nimport VolumeOne_M from 'illustration:./S2_lin_volumeOne_96.svg';\nimport VolumeOne_S from 'illustration:./S2_lin_volumeOne_48.svg';\n\nexport default function VolumeOne(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VolumeOne_L {...otherProps} />;\n case 'S':\n return <VolumeOne_S {...otherProps} />;\n case 'M':\n return <VolumeOne_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VolumeOne.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VolumeOne.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VolumeOne_L from 'illustration:./S2_lin_volumeOne_160.svg';\nimport VolumeOne_M from 'illustration:./S2_lin_volumeOne_96.svg';\nimport VolumeOne_S from 'illustration:./S2_lin_volumeOne_48.svg';\n\nexport default function VolumeOne(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VolumeOne_L {...otherProps} />;\n case 'S':\n return <VolumeOne_S {...otherProps} />;\n case 'M':\n return <VolumeOne_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VolumeOne.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VolumeOne.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VolumeOne_L from 'illustration:./S2_lin_volumeOne_160.svg';\nimport VolumeOne_M from 'illustration:./S2_lin_volumeOne_96.svg';\nimport VolumeOne_S from 'illustration:./S2_lin_volumeOne_48.svg';\n\nexport default function VolumeOne(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VolumeOne_L {...otherProps} />;\n case 'S':\n return <VolumeOne_S {...otherProps} />;\n case 'M':\n return <VolumeOne_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VolumeOne.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAmB,KAA2C;IAC3E,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;QACpC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAU;gBAAG,GAAG,UAAU;;IACtC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/VolumeOne.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport VolumeOne_L from 'illustration:./S2_lin_volumeOne_160.svg';\nimport VolumeOne_M from 'illustration:./S2_lin_volumeOne_96.svg';\nimport VolumeOne_S from 'illustration:./S2_lin_volumeOne_48.svg';\n\nexport default function VolumeOne(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <VolumeOne_L {...otherProps} />;\n case 'S':\n return <VolumeOne_S {...otherProps} />;\n case 'M':\n return <VolumeOne_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"VolumeOne.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Wallet.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Wallet_L from 'illustration:./S2_lin_wallet_160.svg';\nimport Wallet_M from 'illustration:./S2_lin_wallet_96.svg';\nimport Wallet_S from 'illustration:./S2_lin_wallet_48.svg';\n\nexport default function Wallet(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Wallet_L {...otherProps} />;\n case 'S':\n return <Wallet_S {...otherProps} />;\n case 'M':\n return <Wallet_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Wallet.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Wallet.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Wallet_L from 'illustration:./S2_lin_wallet_160.svg';\nimport Wallet_M from 'illustration:./S2_lin_wallet_96.svg';\nimport Wallet_S from 'illustration:./S2_lin_wallet_48.svg';\n\nexport default function Wallet(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Wallet_L {...otherProps} />;\n case 'S':\n return <Wallet_S {...otherProps} />;\n case 'M':\n return <Wallet_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Wallet.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Wallet.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Wallet_L from 'illustration:./S2_lin_wallet_160.svg';\nimport Wallet_M from 'illustration:./S2_lin_wallet_96.svg';\nimport Wallet_S from 'illustration:./S2_lin_wallet_48.svg';\n\nexport default function Wallet(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Wallet_L {...otherProps} />;\n case 'S':\n return <Wallet_S {...otherProps} />;\n case 'M':\n return <Wallet_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Wallet.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAgB,KAA2C;IACxE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;QACjC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAO;gBAAG,GAAG,UAAU;;IACnC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Wallet.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Wallet_L from 'illustration:./S2_lin_wallet_160.svg';\nimport Wallet_M from 'illustration:./S2_lin_wallet_96.svg';\nimport Wallet_S from 'illustration:./S2_lin_wallet_48.svg';\n\nexport default function Wallet(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Wallet_L {...otherProps} />;\n case 'S':\n return <Wallet_S {...otherProps} />;\n case 'M':\n return <Wallet_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Wallet.mjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAiB,KAA2C;IACzE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAQ;gBAAG,GAAG,UAAU;;QAClC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAQ;gBAAG,GAAG,UAAU;;QAClC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAQ;gBAAG,GAAG,UAAU;;IACpC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Warning.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Warning_L from 'illustration:./S2_lin_warning_160.svg';\nimport Warning_M from 'illustration:./S2_lin_warning_96.svg';\nimport Warning_S from 'illustration:./S2_lin_warning_48.svg';\n\nexport default function Warning(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Warning_L {...otherProps} />;\n case 'S':\n return <Warning_S {...otherProps} />;\n case 'M':\n return <Warning_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Warning.cjs.map"}
1
+ {"mappings":";;;;;;;;;;;;;;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAiB,KAA2C;IACzE,CAAC,MAAM,GAAG,CAAA,GAAA,0CAAc,EAAE,OAAO,MAAM,CAAA,GAAA,6CAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAQ;gBAAG,GAAG,UAAU;;QAClC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAQ;gBAAG,GAAG,UAAU;;QAClC,KAAK;YACH,qBAAO,gCAAC,CAAA,GAAA,iCAAQ;gBAAG,GAAG,UAAU;;IACpC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Warning.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Warning_L from 'illustration:./S2_lin_warning_160.svg';\nimport Warning_M from 'illustration:./S2_lin_warning_96.svg';\nimport Warning_S from 'illustration:./S2_lin_warning_48.svg';\n\nexport default function Warning(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Warning_L {...otherProps} />;\n case 'S':\n return <Warning_S {...otherProps} />;\n case 'M':\n return <Warning_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Warning.cjs.map"}
@@ -1 +1 @@
1
- {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AAQc,kDAAiB,KAA2C;IACzE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAQ;gBAAG,GAAG,UAAU;;QAClC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAQ;gBAAG,GAAG,UAAU;;QAClC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAQ;gBAAG,GAAG,UAAU;;IACpC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Warning.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Warning_L from 'illustration:./S2_lin_warning_160.svg';\nimport Warning_M from 'illustration:./S2_lin_warning_96.svg';\nimport Warning_S from 'illustration:./S2_lin_warning_48.svg';\n\nexport default function Warning(props: IconProps & {size?: 'L' | 'S' | 'M'}) {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Warning_L {...otherProps} />;\n case 'S':\n return <Warning_S {...otherProps} />;\n case 'M':\n return <Warning_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Warning.mjs.map"}
1
+ {"mappings":";;;;;;;AAAA;;;;;;;;;;CAUC;;;;;;AASc,kDAAiB,KAA2C;IACzE,CAAC,MAAM,GAAG,CAAA,GAAA,sBAAc,EAAE,OAAO,MAAM,CAAA,GAAA,yCAAkB;IACzD,IAAI,QAAC,OAAO,KAAK,GAAG,YAAW,GAAG;IAClC,OAAQ;QACN,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAQ;gBAAG,GAAG,UAAU;;QAClC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAQ;gBAAG,GAAG,UAAU;;QAClC,KAAK;YACH,qBAAO,gBAAC,CAAA,GAAA,wCAAQ;gBAAG,GAAG,UAAU;;IACpC;AACF","sources":["packages/@react-spectrum/s2/spectrum-illustrations/linear/Warning.tsx"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {ReactNode} from 'react';\nimport {IconProps, IllustrationContext} from '../../src/Icon';\nimport {useContextProps} from 'react-aria-components';\nimport Warning_L from 'illustration:./S2_lin_warning_160.svg';\nimport Warning_M from 'illustration:./S2_lin_warning_96.svg';\nimport Warning_S from 'illustration:./S2_lin_warning_48.svg';\n\nexport default function Warning(props: IconProps & {size?: 'L' | 'S' | 'M'}): ReactNode {\n [props] = useContextProps(props, null, IllustrationContext);\n let {size = 'M', ...otherProps} = props;\n switch (size) {\n case 'L':\n return <Warning_L {...otherProps} />;\n case 'S':\n return <Warning_S {...otherProps} />;\n case 'M':\n return <Warning_M {...otherProps} />;\n }\n}\n"],"names":[],"version":3,"file":"Warning.mjs.map"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/s2",
3
- "version": "0.9.2",
3
+ "version": "0.10.1",
4
4
  "description": "Spectrum 2 UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -71,31 +71,34 @@
71
71
  "dist",
72
72
  "style",
73
73
  "page.css",
74
+ "page.css.map",
74
75
  "icons",
75
76
  "illustrations",
76
77
  "src"
77
78
  ],
78
79
  "dependencies": {
79
- "@internationalized/number": "^3.6.3",
80
- "@react-aria/collections": "3.0.0-rc.3",
81
- "@react-aria/focus": "^3.20.5",
82
- "@react-aria/i18n": "^3.12.10",
83
- "@react-aria/interactions": "^3.25.3",
84
- "@react-aria/live-announcer": "^3.4.3",
85
- "@react-aria/utils": "^3.29.1",
86
- "@react-spectrum/utils": "^3.12.6",
87
- "@react-stately/layout": "^4.3.1",
88
- "@react-stately/utils": "^3.10.7",
89
- "@react-types/dialog": "^3.5.19",
90
- "@react-types/grid": "^3.3.3",
91
- "@react-types/provider": "^3.8.10",
92
- "@react-types/shared": "^3.30.0",
93
- "@react-types/table": "^3.13.1",
94
- "@react-types/textfield": "^3.12.3",
80
+ "@internationalized/date": "^3.8.2",
81
+ "@internationalized/number": "^3.6.4",
82
+ "@react-aria/calendar": "^3.9.0",
83
+ "@react-aria/collections": "3.0.0-rc.4",
84
+ "@react-aria/focus": "^3.21.0",
85
+ "@react-aria/i18n": "^3.12.11",
86
+ "@react-aria/interactions": "^3.25.4",
87
+ "@react-aria/live-announcer": "^3.4.4",
88
+ "@react-aria/utils": "^3.30.0",
89
+ "@react-spectrum/utils": "^3.12.7",
90
+ "@react-stately/layout": "^4.4.0",
91
+ "@react-stately/utils": "^3.10.8",
92
+ "@react-types/dialog": "^3.5.20",
93
+ "@react-types/grid": "^3.3.4",
94
+ "@react-types/provider": "^3.8.11",
95
+ "@react-types/shared": "^3.31.0",
96
+ "@react-types/table": "^3.13.2",
97
+ "@react-types/textfield": "^3.12.4",
95
98
  "csstype": "^3.0.2",
96
- "react-aria": "^3.41.1",
97
- "react-aria-components": "^1.10.1",
98
- "react-stately": "^3.39.0"
99
+ "react-aria": "^3.42.0",
100
+ "react-aria-components": "^1.11.0",
101
+ "react-stately": "^3.40.0"
99
102
  },
100
103
  "peerDependencies": {
101
104
  "react": "^18.0.0 || ^19.0.0-rc.1",
@@ -104,5 +107,5 @@
104
107
  "publishConfig": {
105
108
  "access": "public"
106
109
  },
107
- "gitHead": "a063122082d2b372e4846b58c85ae69ec73887ff"
110
+ "gitHead": "da09a6d39294e614822f35b9e7910e1b8a71ce9b"
108
111
  }
package/page.css CHANGED
@@ -5,6 +5,7 @@ html {
5
5
  --s2-container-bg: var(--lightningcss-light, #fff) var(--lightningcss-dark, #111);
6
6
  background: var(--s2-container-bg);
7
7
  --s2-scale: 1;
8
+ --s2-font-size-base: 14;
8
9
  }
9
10
 
10
11
  @media (prefers-color-scheme: dark) {
@@ -17,6 +18,7 @@ html {
17
18
  @media not ((hover: hover) and (pointer: fine)) {
18
19
  html {
19
20
  --s2-scale: 1.25;
21
+ --s2-font-size-base: 17;
20
22
  }
21
23
  }
22
24
 
package/page.css.map ADDED
@@ -0,0 +1 @@
1
+ {"mappings":"AAcA;;;;;;;;;;AAAA;EAAA;;;;;;AAAA;EAAA;;;;;;AAAA;;;;;;AAAA;;;;;;AAAA;;;;AAAA","sources":["packages/@react-spectrum/s2/src/page.ts"],"sourcesContent":["/*\n * Copyright 2024 Adobe. All rights reserved.\n * This file is licensed to you under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License. You may obtain a copy\n * of the License at http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed under\n * the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS\n * OF ANY KIND, either express or implied. See the License for the specific language\n * governing permissions and limitations under the License.\n */\n\nimport {generatePageStyles} from './page.macro' with {type: 'macro'};\n\ngeneratePageStyles();\n"],"names":[],"version":3,"file":"page.css.map"}
package/src/Accordion.tsx CHANGED
@@ -12,14 +12,14 @@
12
12
 
13
13
  import {ContextValue, DisclosureGroup, DisclosureGroupProps, SlotProps} from 'react-aria-components';
14
14
  import {DisclosureContext} from './Disclosure';
15
- import {DOMProps, DOMRef, DOMRefValue} from '@react-types/shared';
15
+ import {DOMProps, DOMRef, DOMRefValue, GlobalDOMAttributes} from '@react-types/shared';
16
16
  import {getAllowedOverrides, StylesPropWithHeight, UnsafeStyles} from './style-utils' with { type: 'macro' };
17
17
  import React, {createContext, forwardRef} from 'react';
18
18
  import {style} from '../style' with { type: 'macro' };
19
19
  import {useDOMRef} from '@react-spectrum/utils';
20
20
  import {useSpectrumContextProps} from './useSpectrumContextProps';
21
21
 
22
- export interface AccordionProps extends Omit<DisclosureGroupProps, 'className' | 'style' | 'children'>, UnsafeStyles, DOMProps, SlotProps {
22
+ export interface AccordionProps extends Omit<DisclosureGroupProps, 'className' | 'style' | 'children' | keyof GlobalDOMAttributes>, UnsafeStyles, DOMProps, SlotProps {
23
23
  /** The disclosure elements in the accordion. */
24
24
  children: React.ReactNode,
25
25
  /** Spectrum-defined styles, returned by the `style()` macro. */
@@ -17,7 +17,7 @@ import {ButtonProps, ButtonRenderProps, ContextValue, OverlayTriggerStateContext
17
17
  import {centerBaseline} from './CenterBaseline';
18
18
  import {control, getAllowedOverrides, staticColor, StyleProps} from './style-utils' with { type: 'macro' };
19
19
  import {createContext, forwardRef, ReactNode, useContext} from 'react';
20
- import {FocusableRef, FocusableRefValue} from '@react-types/shared';
20
+ import {FocusableRef, FocusableRefValue, GlobalDOMAttributes} from '@react-types/shared';
21
21
  import {IconContext} from './Icon';
22
22
  import {NotificationBadgeContext} from './NotificationBadge';
23
23
  import {pressScale} from './pressScale';
@@ -53,13 +53,14 @@ interface ActionGroupItemStyleProps {
53
53
  isJustified?: boolean
54
54
  }
55
55
 
56
- export interface ActionButtonProps extends Omit<ButtonProps, 'className' | 'style' | 'children' | 'onHover' | 'onHoverStart' | 'onHoverEnd' | 'onHoverChange' | 'isPending' | 'onClick'>, StyleProps, ActionButtonStyleProps {
56
+ export interface ActionButtonProps extends Omit<ButtonProps, 'className' | 'style' | 'children' | 'onHover' | 'onHoverStart' | 'onHoverEnd' | 'onHoverChange' | 'isPending' | 'onClick' | keyof GlobalDOMAttributes>, StyleProps, ActionButtonStyleProps {
57
57
  /** The content to display in the ActionButton. */
58
58
  children: ReactNode
59
59
  }
60
60
 
61
61
  // These styles handle both ActionButton and ToggleButton
62
62
  const iconOnly = ':has([slot=icon], [slot=avatar]):not(:has([data-rsp-slot=text]))';
63
+ const avatarOnly = ':has([slot=avatar]):not(:has([slot=icon], [data-rsp-slot=text]))';
63
64
  const textOnly = ':has([data-rsp-slot=text]):not(:has([slot=icon], [slot=avatar]))';
64
65
  const controlStyle = control({shape: 'default', icon: true});
65
66
  export const btnStyles = style<ButtonRenderProps & ActionButtonStyleProps & ToggleButtonStyleProps & ActionGroupItemStyleProps & {isInGroup: boolean, isStaticColor: boolean}>({
@@ -226,6 +227,10 @@ export const btnStyles = style<ButtonRenderProps & ActionButtonStyleProps & Togg
226
227
  [iconOnly]: 'calc(self(minWidth)/2 + var(--iconWidth)/2)',
227
228
  [textOnly]: 'full'
228
229
  }
230
+ },
231
+ paddingX: {
232
+ default: controlStyle.paddingX,
233
+ [avatarOnly]: 0
229
234
  }
230
235
  }, getAllowedOverrides());
231
236
 
@@ -291,7 +296,14 @@ export const ActionButton = forwardRef(function ActionButton(props: ActionButton
291
296
  }],
292
297
  [AvatarContext, {
293
298
  size: avatarSize[size],
294
- styles: style({marginStart: '--iconMargin', flexShrink: 0, order: 0})
299
+ styles: style({
300
+ marginStart: {
301
+ default: '--iconMargin',
302
+ ':last-child': 0
303
+ },
304
+ flexShrink: 0,
305
+ order: 0
306
+ })
295
307
  }],
296
308
  [NotificationBadgeContext, {
297
309
  staticColor: staticColor,
@@ -129,7 +129,8 @@ export const AlertDialog = forwardRef(function AlertDialog(props: AlertDialogPro
129
129
  onPress={() => chain(close(), onCancel())}
130
130
  variant="secondary"
131
131
  fillStyle="outline"
132
- autoFocus={autoFocusButton === 'cancel'}>
132
+ autoFocus={autoFocusButton === 'cancel'}
133
+ data-testid="rsp-AlertDialog-cancelButton">
133
134
  {cancelLabel}
134
135
  </Button>
135
136
  }
@@ -139,7 +140,8 @@ export const AlertDialog = forwardRef(function AlertDialog(props: AlertDialogPro
139
140
  variant="secondary"
140
141
  isDisabled={isSecondaryActionDisabled}
141
142
  fillStyle="outline"
142
- autoFocus={autoFocusButton === 'secondary'}>
143
+ autoFocus={autoFocusButton === 'secondary'}
144
+ data-testid="rsp-AlertDialog-secondaryButton">
143
145
  {secondaryActionLabel}
144
146
  </Button>
145
147
  }
@@ -147,7 +149,8 @@ export const AlertDialog = forwardRef(function AlertDialog(props: AlertDialogPro
147
149
  variant={buttonVariant as 'primary' | 'accent' | 'negative'}
148
150
  isDisabled={isPrimaryActionDisabled}
149
151
  autoFocus={autoFocusButton === 'primary'}
150
- onPress={() => chain(close(), onPrimaryAction())}>
152
+ onPress={() => chain(close(), onPrimaryAction())}
153
+ data-testid="rsp-AlertDialog-confirmButton">
151
154
  {primaryActionLabel}
152
155
  </Button>
153
156
  </ButtonGroup>
@@ -13,6 +13,7 @@
13
13
  import {ActionButton} from './ActionButton';
14
14
  import {
15
15
  Breadcrumb as AriaBreadcrumb,
16
+ BreadcrumbProps as AriaBreadcrumbItemProps,
16
17
  BreadcrumbsProps as AriaBreadcrumbsProps,
17
18
  CollectionRenderer,
18
19
  CollectionRendererContext,
@@ -24,10 +25,9 @@ import {
24
25
  Provider,
25
26
  Breadcrumbs as RACBreadcrumbs
26
27
  } from 'react-aria-components';
27
- import {AriaBreadcrumbItemProps, useLocale} from 'react-aria';
28
28
  import {baseColor, focusRing, size, style} from '../style' with { type: 'macro' };
29
29
  import ChevronIcon from '../ui-icons/Chevron';
30
- import {Collection, DOMRef, DOMRefValue, LinkDOMProps, Node} from '@react-types/shared';
30
+ import {Collection, DOMRef, DOMRefValue, GlobalDOMAttributes, LinkDOMProps, Node} from '@react-types/shared';
31
31
  import {controlFont, controlSize, getAllowedOverrides, StyleProps} from './style-utils' with {type: 'macro'};
32
32
  import {createContext, forwardRef, Fragment, ReactNode, RefObject, useCallback, useContext, useEffect, useMemo, useRef, useState} from 'react';
33
33
  import FolderIcon from '../s2wf-icons/S2_Icon_FolderBreadcrumb_20_N.svg';
@@ -38,6 +38,7 @@ import intlMessages from '../intl/*.json';
38
38
  import {Menu, MenuItem, MenuTrigger} from './Menu';
39
39
  import {Text} from './Content';
40
40
  import {useDOMRef, useResizeObserver} from '@react-spectrum/utils';
41
+ import {useLocale} from 'react-aria';
41
42
  import {useLocalizedStringFormatter} from '@react-aria/i18n';
42
43
  import {useSpectrumContextProps} from './useSpectrumContextProps';
43
44
 
@@ -61,7 +62,7 @@ interface BreadcrumbsStyleProps {
61
62
  // TODO: showRoot?: boolean,
62
63
  }
63
64
 
64
- export interface BreadcrumbsProps<T> extends Omit<AriaBreadcrumbsProps<T>, 'children' | 'items' | 'style' | 'className'>, BreadcrumbsStyleProps, StyleProps {
65
+ export interface BreadcrumbsProps<T> extends Omit<AriaBreadcrumbsProps<T>, 'children' | 'items' | 'style' | 'className' | keyof GlobalDOMAttributes>, BreadcrumbsStyleProps, StyleProps {
65
66
  /** The children of the Breadcrumbs. */
66
67
  children: ReactNode
67
68
  }
@@ -290,7 +291,7 @@ const heading = style({
290
291
  fontWeight: 'extra-bold'
291
292
  });
292
293
 
293
- export interface BreadcrumbProps extends Omit<AriaBreadcrumbItemProps, 'children' | 'style' | 'className' | 'autoFocus' | 'onClick'>, LinkDOMProps {
294
+ export interface BreadcrumbProps extends Omit<AriaBreadcrumbItemProps, 'children' | 'style' | 'className' | 'autoFocus' | 'onClick' | keyof GlobalDOMAttributes>, LinkDOMProps {
294
295
  /** The children of the breadcrumb item. */
295
296
  children: ReactNode
296
297
  }
package/src/Button.tsx CHANGED
@@ -15,7 +15,7 @@ import {ButtonRenderProps, ContextValue, Link, LinkProps, OverlayTriggerStateCon
15
15
  import {centerBaseline} from './CenterBaseline';
16
16
  import {control, getAllowedOverrides, staticColor, StyleProps} from './style-utils' with {type: 'macro'};
17
17
  import {createContext, forwardRef, ReactNode, useContext, useEffect, useState} from 'react';
18
- import {FocusableRef, FocusableRefValue} from '@react-types/shared';
18
+ import {FocusableRef, FocusableRefValue, GlobalDOMAttributes} from '@react-types/shared';
19
19
  import {IconContext} from './Icon';
20
20
  // @ts-ignore
21
21
  import intlMessages from '../intl/*.json';
@@ -51,12 +51,12 @@ interface ButtonStyleProps {
51
51
  staticColor?: 'white' | 'black' | 'auto'
52
52
  }
53
53
 
54
- export interface ButtonProps extends Omit<RACButtonProps, 'className' | 'style' | 'children' | 'onHover' | 'onHoverStart' | 'onHoverEnd' | 'onHoverChange' | 'onClick'>, StyleProps, ButtonStyleProps {
54
+ export interface ButtonProps extends Omit<RACButtonProps, 'className' | 'style' | 'children' | 'onHover' | 'onHoverStart' | 'onHoverEnd' | 'onHoverChange' | 'onClick' | keyof GlobalDOMAttributes>, StyleProps, ButtonStyleProps {
55
55
  /** The content to display in the Button. */
56
56
  children: ReactNode
57
57
  }
58
58
 
59
- export interface LinkButtonProps extends Omit<LinkProps, 'className' | 'style' | 'children' | 'onClick'>, StyleProps, ButtonStyleProps {
59
+ export interface LinkButtonProps extends Omit<LinkProps, 'className' | 'style' | 'children' | 'onClick' | keyof GlobalDOMAttributes>, StyleProps, ButtonStyleProps {
60
60
  /** The content to display in the Button. */
61
61
  children: ReactNode
62
62
  }