@workday/canvas-kit-preview-react 13.0.0-alpha.996-next.0 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (386) hide show
  1. package/color-picker/lib/parts/ColorReset.tsx +0 -1
  2. package/dist/commonjs/color-picker/lib/ColorPicker.d.ts +1 -1
  3. package/dist/commonjs/color-picker/lib/ColorPicker.js +2 -8
  4. package/dist/commonjs/color-picker/lib/parts/ColorReset.d.ts +1 -2
  5. package/dist/commonjs/color-picker/lib/parts/ColorReset.d.ts.map +1 -1
  6. package/dist/commonjs/color-picker/lib/parts/ColorReset.js +2 -27
  7. package/dist/commonjs/color-picker/lib/parts/SwatchBook.d.ts +1 -2
  8. package/dist/commonjs/color-picker/lib/parts/SwatchBook.d.ts.map +1 -1
  9. package/dist/commonjs/color-picker/lib/parts/SwatchBook.js +9 -33
  10. package/dist/commonjs/divider/lib/Divider.d.ts +2 -2
  11. package/dist/commonjs/divider/lib/Divider.d.ts.map +1 -1
  12. package/dist/commonjs/divider/lib/Divider.js +4 -27
  13. package/dist/commonjs/index.d.ts +1 -2
  14. package/dist/commonjs/index.d.ts.map +1 -1
  15. package/dist/commonjs/index.js +1 -2
  16. package/dist/commonjs/{InformationHighlight → information-highlight}/index.d.ts.map +1 -1
  17. package/dist/commonjs/{InformationHighlight → information-highlight}/lib/InformationHighlight.d.ts +2 -2
  18. package/dist/commonjs/information-highlight/lib/InformationHighlight.d.ts.map +1 -0
  19. package/dist/commonjs/information-highlight/lib/InformationHighlight.js +42 -0
  20. package/dist/commonjs/information-highlight/lib/hooks/useInformationHighlightModel.d.ts.map +1 -0
  21. package/dist/commonjs/information-highlight/lib/parts/Body.d.ts +2 -0
  22. package/dist/commonjs/information-highlight/lib/parts/Body.d.ts.map +1 -0
  23. package/dist/commonjs/information-highlight/lib/parts/Body.js +17 -0
  24. package/dist/commonjs/information-highlight/lib/parts/Heading.d.ts.map +1 -0
  25. package/dist/commonjs/information-highlight/lib/parts/Heading.js +17 -0
  26. package/dist/commonjs/information-highlight/lib/parts/Icon.d.ts.map +1 -0
  27. package/dist/commonjs/information-highlight/lib/parts/Icon.js +19 -0
  28. package/dist/commonjs/information-highlight/lib/parts/Link.d.ts.map +1 -0
  29. package/dist/commonjs/information-highlight/lib/parts/Link.js +17 -0
  30. package/dist/commonjs/loading-sparkles/lib/LoadingSparkles.d.ts +1 -0
  31. package/dist/commonjs/loading-sparkles/lib/LoadingSparkles.d.ts.map +1 -1
  32. package/dist/commonjs/loading-sparkles/lib/LoadingSparkles.js +8 -45
  33. package/dist/commonjs/loading-sparkles/lib/sparkleIcon.js +1 -1
  34. package/dist/commonjs/menu/lib/Menu.d.ts +1 -1
  35. package/dist/commonjs/menu/lib/Menu.d.ts.map +1 -1
  36. package/dist/commonjs/menu/lib/Menu.js +17 -19
  37. package/dist/commonjs/menu/lib/MenuItem.d.ts +1 -1
  38. package/dist/commonjs/menu/lib/MenuItem.js +2 -6
  39. package/dist/commonjs/multi-select/lib/MultiSelect.d.ts +1548 -266
  40. package/dist/commonjs/multi-select/lib/MultiSelect.d.ts.map +1 -1
  41. package/dist/commonjs/multi-select/lib/MultiSelect.js +2 -5
  42. package/dist/commonjs/multi-select/lib/MultiSelectCard.d.ts +464 -59
  43. package/dist/commonjs/multi-select/lib/MultiSelectCard.d.ts.map +1 -1
  44. package/dist/commonjs/multi-select/lib/MultiSelectCard.js +2 -5
  45. package/dist/commonjs/multi-select/lib/MultiSelectInput.d.ts +646 -37
  46. package/dist/commonjs/multi-select/lib/MultiSelectInput.d.ts.map +1 -1
  47. package/dist/commonjs/multi-select/lib/MultiSelectInput.js +7 -25
  48. package/dist/commonjs/multi-select/lib/MultiSelectItem.d.ts +619 -81
  49. package/dist/commonjs/multi-select/lib/MultiSelectItem.d.ts.map +1 -1
  50. package/dist/commonjs/multi-select/lib/MultiSelectItem.js +2 -5
  51. package/dist/commonjs/multi-select/lib/MultiSelectedItem.d.ts +468 -65
  52. package/dist/commonjs/multi-select/lib/MultiSelectedItem.d.ts.map +1 -1
  53. package/dist/commonjs/multi-select/lib/MultiSelectedItem.js +2 -7
  54. package/dist/commonjs/multi-select/lib/MultiSelectedList.d.ts +215 -12
  55. package/dist/commonjs/multi-select/lib/MultiSelectedList.d.ts.map +1 -1
  56. package/dist/commonjs/multi-select/lib/MultiSelectedList.js +2 -7
  57. package/dist/commonjs/multi-select/lib/useMultiSelectItemRemove.d.ts +215 -12
  58. package/dist/commonjs/multi-select/lib/useMultiSelectItemRemove.d.ts.map +1 -1
  59. package/dist/commonjs/multi-select/lib/useMultiSelectModel.d.ts +718 -178
  60. package/dist/commonjs/multi-select/lib/useMultiSelectModel.d.ts.map +1 -1
  61. package/dist/commonjs/pill/index.d.ts +5 -0
  62. package/dist/commonjs/pill/index.d.ts.map +1 -1
  63. package/dist/commonjs/pill/index.js +13 -0
  64. package/dist/commonjs/pill/lib/Pill.d.ts +229 -18
  65. package/dist/commonjs/pill/lib/Pill.d.ts.map +1 -1
  66. package/dist/commonjs/pill/lib/Pill.js +42 -172
  67. package/dist/commonjs/pill/lib/PillAvatar.d.ts +222 -1
  68. package/dist/commonjs/pill/lib/PillAvatar.d.ts.map +1 -1
  69. package/dist/commonjs/pill/lib/PillAvatar.js +12 -10
  70. package/dist/commonjs/pill/lib/PillCount.d.ts +7 -0
  71. package/dist/commonjs/pill/lib/PillCount.d.ts.map +1 -1
  72. package/dist/commonjs/pill/lib/PillCount.js +13 -14
  73. package/dist/commonjs/pill/lib/PillIcon.d.ts +16 -8
  74. package/dist/commonjs/pill/lib/PillIcon.d.ts.map +1 -1
  75. package/dist/commonjs/pill/lib/PillIcon.js +11 -8
  76. package/dist/commonjs/pill/lib/PillIconButton.d.ts +69 -10
  77. package/dist/commonjs/pill/lib/PillIconButton.d.ts.map +1 -1
  78. package/dist/commonjs/pill/lib/PillIconButton.js +11 -50
  79. package/dist/commonjs/pill/lib/PillLabel.d.ts +1 -1
  80. package/dist/commonjs/pill/lib/PillLabel.d.ts.map +1 -1
  81. package/dist/commonjs/pill/lib/PillLabel.js +8 -15
  82. package/dist/commonjs/pill/lib/usePillModel.d.ts +5 -30
  83. package/dist/commonjs/pill/lib/usePillModel.d.ts.map +1 -1
  84. package/dist/commonjs/pill/lib/usePillModel.js +1 -6
  85. package/dist/commonjs/radio/lib/RadioButton.d.ts +2 -3
  86. package/dist/commonjs/radio/lib/RadioButton.d.ts.map +1 -1
  87. package/dist/commonjs/radio/lib/RadioButton.js +2 -7
  88. package/dist/commonjs/radio/lib/RadioGroup.d.ts +12 -13
  89. package/dist/commonjs/radio/lib/RadioGroup.d.ts.map +1 -1
  90. package/dist/commonjs/radio/lib/RadioGroup.js +6 -9
  91. package/dist/commonjs/radio/lib/RadioInput.js +2 -1
  92. package/dist/commonjs/radio/lib/RadioLabel.js +3 -3
  93. package/dist/commonjs/radio/lib/RadioText.js +6 -5
  94. package/dist/commonjs/radio/lib/StyledRadioButton.js +9 -10
  95. package/dist/commonjs/segmented-control/lib/SegmentedControl.d.ts +410 -139
  96. package/dist/commonjs/segmented-control/lib/SegmentedControl.d.ts.map +1 -1
  97. package/dist/commonjs/segmented-control/lib/SegmentedControl.js +2 -5
  98. package/dist/commonjs/segmented-control/lib/SegmentedControlItem.d.ts +81 -6
  99. package/dist/commonjs/segmented-control/lib/SegmentedControlItem.d.ts.map +1 -1
  100. package/dist/commonjs/segmented-control/lib/SegmentedControlItem.js +3 -5
  101. package/dist/commonjs/segmented-control/lib/SegmentedControlList.d.ts +148 -12
  102. package/dist/commonjs/segmented-control/lib/SegmentedControlList.d.ts.map +1 -1
  103. package/dist/commonjs/segmented-control/lib/SegmentedControlList.js +2 -25
  104. package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlItem.d.ts +74 -8
  105. package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlItem.d.ts.map +1 -1
  106. package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlModel.d.ts +412 -142
  107. package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlModel.d.ts.map +1 -1
  108. package/dist/commonjs/segmented-control/lib/hooks/useSegmentedControlModel.js +1 -1
  109. package/dist/commonjs/select/lib/Select.js +3 -2
  110. package/dist/commonjs/select/lib/SelectBase.d.ts +1 -1
  111. package/dist/commonjs/select/lib/SelectBase.d.ts.map +1 -1
  112. package/dist/commonjs/select/lib/SelectBase.js +18 -21
  113. package/dist/commonjs/select/lib/SelectMenu.d.ts +1 -1
  114. package/dist/commonjs/select/lib/SelectMenu.d.ts.map +1 -1
  115. package/dist/commonjs/select/lib/SelectMenu.js +4 -28
  116. package/dist/commonjs/select/lib/SelectOption.d.ts +1 -1
  117. package/dist/commonjs/select/lib/SelectOption.d.ts.map +1 -1
  118. package/dist/commonjs/select/lib/SelectOption.js +2 -25
  119. package/dist/commonjs/side-panel/lib/SidePanel.d.ts +37 -4
  120. package/dist/commonjs/side-panel/lib/SidePanel.d.ts.map +1 -1
  121. package/dist/commonjs/side-panel/lib/SidePanel.js +46 -71
  122. package/dist/commonjs/side-panel/lib/SidePanelToggleButton.d.ts +38 -0
  123. package/dist/commonjs/side-panel/lib/SidePanelToggleButton.d.ts.map +1 -1
  124. package/dist/commonjs/side-panel/lib/SidePanelToggleButton.js +46 -29
  125. package/dist/commonjs/side-panel/lib/hooks.d.ts +2 -1
  126. package/dist/commonjs/side-panel/lib/hooks.d.ts.map +1 -1
  127. package/dist/commonjs/side-panel/lib/hooks.js +1 -0
  128. package/dist/commonjs/status-indicator/lib/StatusIndicator.d.ts.map +1 -1
  129. package/dist/commonjs/status-indicator/lib/StatusIndicator.js +15 -18
  130. package/dist/commonjs/status-indicator/lib/StatusIndicatorIcon.d.ts.map +1 -1
  131. package/dist/commonjs/status-indicator/lib/StatusIndicatorIcon.js +2 -5
  132. package/dist/commonjs/status-indicator/lib/StatusIndicatorLabel.d.ts.map +1 -1
  133. package/dist/commonjs/status-indicator/lib/StatusIndicatorLabel.js +4 -7
  134. package/dist/commonjs/text-area/lib/TextArea.d.ts +6 -6
  135. package/dist/commonjs/text-area/lib/TextArea.js +4 -7
  136. package/dist/commonjs/text-area/lib/TextAreaField.d.ts +2 -2
  137. package/dist/commonjs/text-area/lib/TextAreaField.d.ts.map +1 -1
  138. package/dist/commonjs/text-area/lib/TextAreaField.js +2 -4
  139. package/dist/commonjs/text-input/lib/TextInput.d.ts +7 -7
  140. package/dist/commonjs/text-input/lib/TextInput.js +4 -7
  141. package/dist/commonjs/text-input/lib/TextInputField.d.ts +2 -8
  142. package/dist/commonjs/text-input/lib/TextInputField.d.ts.map +1 -1
  143. package/dist/commonjs/text-input/lib/TextInputField.js +2 -4
  144. package/dist/commonjs/text-input/lib/hooks/useTextInputField.d.ts +1 -1
  145. package/dist/commonjs/text-input/lib/hooks/useTextInputModel.d.ts +5 -5
  146. package/dist/es6/color-picker/lib/ColorPicker.d.ts +1 -1
  147. package/dist/es6/color-picker/lib/ColorPicker.js +2 -8
  148. package/dist/es6/color-picker/lib/parts/ColorReset.d.ts +1 -2
  149. package/dist/es6/color-picker/lib/parts/ColorReset.d.ts.map +1 -1
  150. package/dist/es6/color-picker/lib/parts/ColorReset.js +2 -4
  151. package/dist/es6/color-picker/lib/parts/SwatchBook.d.ts +1 -2
  152. package/dist/es6/color-picker/lib/parts/SwatchBook.d.ts.map +1 -1
  153. package/dist/es6/color-picker/lib/parts/SwatchBook.js +9 -10
  154. package/dist/es6/divider/lib/Divider.d.ts +2 -2
  155. package/dist/es6/divider/lib/Divider.d.ts.map +1 -1
  156. package/dist/es6/divider/lib/Divider.js +4 -4
  157. package/dist/es6/index.d.ts +1 -2
  158. package/dist/es6/index.d.ts.map +1 -1
  159. package/dist/es6/index.js +1 -2
  160. package/dist/es6/{InformationHighlight → information-highlight}/index.d.ts.map +1 -1
  161. package/dist/es6/{InformationHighlight → information-highlight}/lib/InformationHighlight.d.ts +2 -2
  162. package/dist/es6/information-highlight/lib/InformationHighlight.d.ts.map +1 -0
  163. package/dist/es6/{InformationHighlight → information-highlight}/lib/InformationHighlight.js +11 -11
  164. package/dist/es6/information-highlight/lib/hooks/useInformationHighlightModel.d.ts.map +1 -0
  165. package/dist/es6/information-highlight/lib/parts/Body.d.ts +2 -0
  166. package/dist/es6/information-highlight/lib/parts/Body.d.ts.map +1 -0
  167. package/dist/es6/information-highlight/lib/parts/Body.js +14 -0
  168. package/dist/es6/information-highlight/lib/parts/Heading.d.ts.map +1 -0
  169. package/dist/es6/information-highlight/lib/parts/Heading.js +14 -0
  170. package/dist/es6/information-highlight/lib/parts/Icon.d.ts.map +1 -0
  171. package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Icon.js +2 -2
  172. package/dist/es6/information-highlight/lib/parts/Link.d.ts.map +1 -0
  173. package/dist/es6/information-highlight/lib/parts/Link.js +14 -0
  174. package/dist/es6/loading-sparkles/lib/LoadingSparkles.d.ts +1 -0
  175. package/dist/es6/loading-sparkles/lib/LoadingSparkles.d.ts.map +1 -1
  176. package/dist/es6/loading-sparkles/lib/LoadingSparkles.js +10 -24
  177. package/dist/es6/loading-sparkles/lib/sparkleIcon.js +1 -1
  178. package/dist/es6/menu/lib/Menu.d.ts +1 -1
  179. package/dist/es6/menu/lib/Menu.d.ts.map +1 -1
  180. package/dist/es6/menu/lib/Menu.js +18 -20
  181. package/dist/es6/menu/lib/MenuItem.d.ts +1 -1
  182. package/dist/es6/menu/lib/MenuItem.js +2 -6
  183. package/dist/es6/multi-select/lib/MultiSelect.d.ts +1548 -266
  184. package/dist/es6/multi-select/lib/MultiSelect.d.ts.map +1 -1
  185. package/dist/es6/multi-select/lib/MultiSelect.js +2 -2
  186. package/dist/es6/multi-select/lib/MultiSelectCard.d.ts +464 -59
  187. package/dist/es6/multi-select/lib/MultiSelectCard.d.ts.map +1 -1
  188. package/dist/es6/multi-select/lib/MultiSelectCard.js +2 -2
  189. package/dist/es6/multi-select/lib/MultiSelectInput.d.ts +646 -37
  190. package/dist/es6/multi-select/lib/MultiSelectInput.d.ts.map +1 -1
  191. package/dist/es6/multi-select/lib/MultiSelectInput.js +7 -22
  192. package/dist/es6/multi-select/lib/MultiSelectItem.d.ts +619 -81
  193. package/dist/es6/multi-select/lib/MultiSelectItem.d.ts.map +1 -1
  194. package/dist/es6/multi-select/lib/MultiSelectItem.js +2 -2
  195. package/dist/es6/multi-select/lib/MultiSelectedItem.d.ts +468 -65
  196. package/dist/es6/multi-select/lib/MultiSelectedItem.d.ts.map +1 -1
  197. package/dist/es6/multi-select/lib/MultiSelectedItem.js +2 -4
  198. package/dist/es6/multi-select/lib/MultiSelectedList.d.ts +215 -12
  199. package/dist/es6/multi-select/lib/MultiSelectedList.d.ts.map +1 -1
  200. package/dist/es6/multi-select/lib/MultiSelectedList.js +2 -4
  201. package/dist/es6/multi-select/lib/useMultiSelectItemRemove.d.ts +215 -12
  202. package/dist/es6/multi-select/lib/useMultiSelectItemRemove.d.ts.map +1 -1
  203. package/dist/es6/multi-select/lib/useMultiSelectModel.d.ts +718 -178
  204. package/dist/es6/multi-select/lib/useMultiSelectModel.d.ts.map +1 -1
  205. package/dist/es6/pill/index.d.ts +5 -0
  206. package/dist/es6/pill/index.d.ts.map +1 -1
  207. package/dist/es6/pill/index.js +5 -0
  208. package/dist/es6/pill/lib/Pill.d.ts +229 -18
  209. package/dist/es6/pill/lib/Pill.d.ts.map +1 -1
  210. package/dist/es6/pill/lib/Pill.js +46 -173
  211. package/dist/es6/pill/lib/PillAvatar.d.ts +222 -1
  212. package/dist/es6/pill/lib/PillAvatar.d.ts.map +1 -1
  213. package/dist/es6/pill/lib/PillAvatar.js +13 -8
  214. package/dist/es6/pill/lib/PillCount.d.ts +7 -0
  215. package/dist/es6/pill/lib/PillCount.d.ts.map +1 -1
  216. package/dist/es6/pill/lib/PillCount.js +14 -12
  217. package/dist/es6/pill/lib/PillIcon.d.ts +16 -8
  218. package/dist/es6/pill/lib/PillIcon.d.ts.map +1 -1
  219. package/dist/es6/pill/lib/PillIcon.js +11 -5
  220. package/dist/es6/pill/lib/PillIconButton.d.ts +69 -10
  221. package/dist/es6/pill/lib/PillIconButton.d.ts.map +1 -1
  222. package/dist/es6/pill/lib/PillIconButton.js +13 -49
  223. package/dist/es6/pill/lib/PillLabel.d.ts +1 -1
  224. package/dist/es6/pill/lib/PillLabel.d.ts.map +1 -1
  225. package/dist/es6/pill/lib/PillLabel.js +9 -13
  226. package/dist/es6/pill/lib/usePillModel.d.ts +5 -30
  227. package/dist/es6/pill/lib/usePillModel.d.ts.map +1 -1
  228. package/dist/es6/pill/lib/usePillModel.js +1 -6
  229. package/dist/es6/radio/lib/RadioButton.d.ts +2 -3
  230. package/dist/es6/radio/lib/RadioButton.d.ts.map +1 -1
  231. package/dist/es6/radio/lib/RadioButton.js +2 -4
  232. package/dist/es6/radio/lib/RadioGroup.d.ts +12 -13
  233. package/dist/es6/radio/lib/RadioGroup.d.ts.map +1 -1
  234. package/dist/es6/radio/lib/RadioGroup.js +6 -6
  235. package/dist/es6/radio/lib/RadioInput.js +2 -1
  236. package/dist/es6/radio/lib/RadioLabel.js +3 -3
  237. package/dist/es6/radio/lib/RadioText.js +6 -5
  238. package/dist/es6/radio/lib/StyledRadioButton.js +9 -10
  239. package/dist/es6/segmented-control/lib/SegmentedControl.d.ts +410 -139
  240. package/dist/es6/segmented-control/lib/SegmentedControl.d.ts.map +1 -1
  241. package/dist/es6/segmented-control/lib/SegmentedControl.js +2 -2
  242. package/dist/es6/segmented-control/lib/SegmentedControlItem.d.ts +81 -6
  243. package/dist/es6/segmented-control/lib/SegmentedControlItem.d.ts.map +1 -1
  244. package/dist/es6/segmented-control/lib/SegmentedControlItem.js +3 -5
  245. package/dist/es6/segmented-control/lib/SegmentedControlList.d.ts +148 -12
  246. package/dist/es6/segmented-control/lib/SegmentedControlList.d.ts.map +1 -1
  247. package/dist/es6/segmented-control/lib/SegmentedControlList.js +2 -2
  248. package/dist/es6/segmented-control/lib/hooks/useSegmentedControlItem.d.ts +74 -8
  249. package/dist/es6/segmented-control/lib/hooks/useSegmentedControlItem.d.ts.map +1 -1
  250. package/dist/es6/segmented-control/lib/hooks/useSegmentedControlModel.d.ts +412 -142
  251. package/dist/es6/segmented-control/lib/hooks/useSegmentedControlModel.d.ts.map +1 -1
  252. package/dist/es6/segmented-control/lib/hooks/useSegmentedControlModel.js +1 -1
  253. package/dist/es6/select/lib/Select.js +3 -2
  254. package/dist/es6/select/lib/SelectBase.d.ts +1 -1
  255. package/dist/es6/select/lib/SelectBase.d.ts.map +1 -1
  256. package/dist/es6/select/lib/SelectBase.js +18 -21
  257. package/dist/es6/select/lib/SelectMenu.d.ts +1 -1
  258. package/dist/es6/select/lib/SelectMenu.d.ts.map +1 -1
  259. package/dist/es6/select/lib/SelectMenu.js +4 -5
  260. package/dist/es6/select/lib/SelectOption.d.ts +1 -1
  261. package/dist/es6/select/lib/SelectOption.d.ts.map +1 -1
  262. package/dist/es6/select/lib/SelectOption.js +2 -2
  263. package/dist/es6/side-panel/lib/SidePanel.d.ts +37 -4
  264. package/dist/es6/side-panel/lib/SidePanel.d.ts.map +1 -1
  265. package/dist/es6/side-panel/lib/SidePanel.js +46 -71
  266. package/dist/es6/side-panel/lib/SidePanelToggleButton.d.ts +38 -0
  267. package/dist/es6/side-panel/lib/SidePanelToggleButton.d.ts.map +1 -1
  268. package/dist/es6/side-panel/lib/SidePanelToggleButton.js +46 -29
  269. package/dist/es6/side-panel/lib/hooks.d.ts +2 -1
  270. package/dist/es6/side-panel/lib/hooks.d.ts.map +1 -1
  271. package/dist/es6/side-panel/lib/hooks.js +1 -0
  272. package/dist/es6/status-indicator/lib/StatusIndicator.d.ts.map +1 -1
  273. package/dist/es6/status-indicator/lib/StatusIndicator.js +15 -15
  274. package/dist/es6/status-indicator/lib/StatusIndicatorIcon.d.ts.map +1 -1
  275. package/dist/es6/status-indicator/lib/StatusIndicatorIcon.js +2 -2
  276. package/dist/es6/status-indicator/lib/StatusIndicatorLabel.d.ts.map +1 -1
  277. package/dist/es6/status-indicator/lib/StatusIndicatorLabel.js +4 -4
  278. package/dist/es6/text-area/lib/TextArea.d.ts +6 -6
  279. package/dist/es6/text-area/lib/TextArea.js +4 -4
  280. package/dist/es6/text-area/lib/TextAreaField.d.ts +2 -2
  281. package/dist/es6/text-area/lib/TextAreaField.d.ts.map +1 -1
  282. package/dist/es6/text-area/lib/TextAreaField.js +2 -4
  283. package/dist/es6/text-input/lib/TextInput.d.ts +7 -7
  284. package/dist/es6/text-input/lib/TextInput.js +4 -4
  285. package/dist/es6/text-input/lib/TextInputField.d.ts +2 -8
  286. package/dist/es6/text-input/lib/TextInputField.d.ts.map +1 -1
  287. package/dist/es6/text-input/lib/TextInputField.js +2 -4
  288. package/dist/es6/text-input/lib/hooks/useTextInputField.d.ts +1 -1
  289. package/dist/es6/text-input/lib/hooks/useTextInputModel.d.ts +5 -5
  290. package/divider/lib/Divider.tsx +0 -1
  291. package/index.ts +1 -2
  292. package/information-highlight/index.ts +5 -0
  293. package/{InformationHighlight → information-highlight}/lib/InformationHighlight.tsx +2 -2
  294. package/{InformationHighlight → information-highlight}/lib/parts/Body.tsx +3 -4
  295. package/{InformationHighlight → information-highlight}/lib/parts/Heading.tsx +0 -1
  296. package/{InformationHighlight → information-highlight}/lib/parts/Icon.tsx +0 -1
  297. package/{InformationHighlight → information-highlight}/lib/parts/Link.tsx +0 -1
  298. package/information-highlight/package.json +6 -0
  299. package/loading-sparkles/lib/LoadingSparkles.tsx +27 -55
  300. package/loading-sparkles/lib/sparkleIcon.ts +1 -1
  301. package/menu/lib/Menu.tsx +2 -3
  302. package/multi-select/lib/MultiSelectCard.tsx +0 -2
  303. package/multi-select/lib/MultiSelectInput.tsx +2 -1
  304. package/multi-select/lib/MultiSelectItem.tsx +0 -2
  305. package/multi-select/lib/MultiSelectedItem.tsx +1 -3
  306. package/package.json +6 -6
  307. package/pill/index.ts +5 -0
  308. package/pill/lib/Pill.tsx +146 -174
  309. package/pill/lib/PillAvatar.tsx +19 -13
  310. package/pill/lib/PillCount.tsx +32 -27
  311. package/pill/lib/PillIcon.tsx +16 -18
  312. package/pill/lib/PillIconButton.tsx +50 -74
  313. package/pill/lib/PillLabel.tsx +16 -20
  314. package/pill/lib/usePillModel.tsx +1 -6
  315. package/radio/lib/RadioButton.tsx +0 -1
  316. package/radio/lib/RadioGroup.tsx +0 -1
  317. package/segmented-control/lib/hooks/useSegmentedControlModel.tsx +1 -1
  318. package/side-panel/lib/SidePanel.tsx +66 -86
  319. package/side-panel/lib/SidePanelToggleButton.tsx +93 -33
  320. package/side-panel/lib/hooks.ts +2 -1
  321. package/status-indicator/lib/StatusIndicator.tsx +1 -0
  322. package/status-indicator/lib/StatusIndicatorIcon.tsx +0 -2
  323. package/status-indicator/lib/StatusIndicatorLabel.tsx +0 -2
  324. package/text-area/lib/TextArea.tsx +1 -1
  325. package/text-area/lib/TextAreaField.tsx +1 -5
  326. package/text-input/lib/TextInput.tsx +1 -1
  327. package/text-input/lib/TextInputField.tsx +1 -5
  328. package/common/index.ts +0 -1
  329. package/common/lib/parts/_brand-assets.ts +0 -19
  330. package/common/lib/parts/index.ts +0 -1
  331. package/common/package.json +0 -6
  332. package/dist/commonjs/InformationHighlight/lib/InformationHighlight.d.ts.map +0 -1
  333. package/dist/commonjs/InformationHighlight/lib/InformationHighlight.js +0 -65
  334. package/dist/commonjs/InformationHighlight/lib/hooks/useInformationHighlightModel.d.ts.map +0 -1
  335. package/dist/commonjs/InformationHighlight/lib/parts/Body.d.ts +0 -2
  336. package/dist/commonjs/InformationHighlight/lib/parts/Body.d.ts.map +0 -1
  337. package/dist/commonjs/InformationHighlight/lib/parts/Body.js +0 -40
  338. package/dist/commonjs/InformationHighlight/lib/parts/Heading.d.ts.map +0 -1
  339. package/dist/commonjs/InformationHighlight/lib/parts/Heading.js +0 -40
  340. package/dist/commonjs/InformationHighlight/lib/parts/Icon.d.ts.map +0 -1
  341. package/dist/commonjs/InformationHighlight/lib/parts/Icon.js +0 -42
  342. package/dist/commonjs/InformationHighlight/lib/parts/Link.d.ts.map +0 -1
  343. package/dist/commonjs/InformationHighlight/lib/parts/Link.js +0 -40
  344. package/dist/commonjs/common/index.d.ts +0 -2
  345. package/dist/commonjs/common/index.d.ts.map +0 -1
  346. package/dist/commonjs/common/index.js +0 -17
  347. package/dist/commonjs/common/lib/parts/_brand-assets.d.ts +0 -10
  348. package/dist/commonjs/common/lib/parts/_brand-assets.d.ts.map +0 -1
  349. package/dist/commonjs/common/lib/parts/_brand-assets.js +0 -13
  350. package/dist/commonjs/common/lib/parts/index.d.ts +0 -2
  351. package/dist/commonjs/common/lib/parts/index.d.ts.map +0 -1
  352. package/dist/commonjs/common/lib/parts/index.js +0 -17
  353. package/dist/es6/InformationHighlight/lib/InformationHighlight.d.ts.map +0 -1
  354. package/dist/es6/InformationHighlight/lib/hooks/useInformationHighlightModel.d.ts.map +0 -1
  355. package/dist/es6/InformationHighlight/lib/parts/Body.d.ts +0 -2
  356. package/dist/es6/InformationHighlight/lib/parts/Body.d.ts.map +0 -1
  357. package/dist/es6/InformationHighlight/lib/parts/Body.js +0 -14
  358. package/dist/es6/InformationHighlight/lib/parts/Heading.d.ts.map +0 -1
  359. package/dist/es6/InformationHighlight/lib/parts/Heading.js +0 -14
  360. package/dist/es6/InformationHighlight/lib/parts/Icon.d.ts.map +0 -1
  361. package/dist/es6/InformationHighlight/lib/parts/Link.d.ts.map +0 -1
  362. package/dist/es6/InformationHighlight/lib/parts/Link.js +0 -14
  363. package/dist/es6/common/index.d.ts +0 -2
  364. package/dist/es6/common/index.d.ts.map +0 -1
  365. package/dist/es6/common/index.js +0 -1
  366. package/dist/es6/common/lib/parts/_brand-assets.d.ts +0 -10
  367. package/dist/es6/common/lib/parts/_brand-assets.d.ts.map +0 -1
  368. package/dist/es6/common/lib/parts/_brand-assets.js +0 -10
  369. package/dist/es6/common/lib/parts/index.d.ts +0 -2
  370. package/dist/es6/common/lib/parts/index.d.ts.map +0 -1
  371. package/dist/es6/common/lib/parts/index.js +0 -1
  372. /package/dist/commonjs/{InformationHighlight → information-highlight}/index.d.ts +0 -0
  373. /package/dist/commonjs/{InformationHighlight → information-highlight}/index.js +0 -0
  374. /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.d.ts +0 -0
  375. /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.js +0 -0
  376. /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/parts/Heading.d.ts +0 -0
  377. /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/parts/Icon.d.ts +0 -0
  378. /package/dist/commonjs/{InformationHighlight → information-highlight}/lib/parts/Link.d.ts +0 -0
  379. /package/dist/es6/{InformationHighlight → information-highlight}/index.d.ts +0 -0
  380. /package/dist/es6/{InformationHighlight → information-highlight}/index.js +0 -0
  381. /package/dist/es6/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.d.ts +0 -0
  382. /package/dist/es6/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.js +0 -0
  383. /package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Heading.d.ts +0 -0
  384. /package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Icon.d.ts +0 -0
  385. /package/dist/es6/{InformationHighlight → information-highlight}/lib/parts/Link.d.ts +0 -0
  386. /package/{InformationHighlight → information-highlight}/lib/hooks/useInformationHighlightModel.ts +0 -0
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { createComponent } from '@workday/canvas-kit-react/common';
3
3
  import { createStencil, px2rem } from '@workday/canvas-kit-styling';
4
4
  import { system } from '@workday/canvas-tokens-web';
@@ -7,31 +7,31 @@ import { systemIconStencil } from '@workday/canvas-kit-react/icon';
7
7
  import { StatusIndicatorIcon } from './StatusIndicatorIcon';
8
8
  import { StatusIndicatorLabel } from './StatusIndicatorLabel';
9
9
  const statusIndicatorStencil = createStencil({
10
- base: { name: "s7ax1g", styles: "box-sizing:border-box;display:inline-flex;gap:var(--cnvs-sys-space-x1);max-width:12.5rem;align-items:center;border-radius:var(--cnvs-sys-shape-half);height:1.25rem;padding:var(--cnvs-sys-space-zero) var(--cnvs-sys-space-x1);" },
10
+ base: { name: "ndjk3z", styles: "box-sizing:border-box;display:inline-flex;gap:var(--cnvs-sys-space-x1);max-width:12.5rem;align-items:center;border-radius:var(--cnvs-sys-shape-half);height:1.25rem;padding:var(--cnvs-sys-space-zero) var(--cnvs-sys-space-x1);outline:0.0625rem solid transparent;" },
11
11
  modifiers: {
12
12
  gray: {
13
- high: { name: "s7ax1k", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-212f69:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-static-gray-default);" },
14
- low: { name: "s7ax1l", styles: "color:var(--cnvs-sys-color-static-gray-strong);--color-system-icon-212f69:var(--cnvs-sys-color-static-gray-strong);background:var(--cnvs-sys-color-static-gray-soft);" }
13
+ high: { name: "ndjk40", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-static-gray-default);" },
14
+ low: { name: "ndjk41", styles: "color:var(--cnvs-sys-color-static-gray-strong);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-gray-strong);background:var(--cnvs-sys-color-static-gray-soft);" }
15
15
  },
16
16
  orange: {
17
- high: { name: "s7ax1m", styles: "color:var(--cnvs-sys-color-static-gray-stronger);--color-system-icon-212f69:var(--cnvs-sys-color-static-gray-stronger);background:var(--cnvs-sys-color-static-orange-default);" },
18
- low: { name: "s7ax1n", styles: "color:var(--cnvs-sys-color-static-gold-stronger);--color-system-icon-212f69:var(--cnvs-sys-color-static-gold-stronger);background:var(--cnvs-sys-color-static-orange-soft);" }
17
+ high: { name: "ndjk42", styles: "color:var(--cnvs-sys-color-static-gray-stronger);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-gray-stronger);background:var(--cnvs-sys-color-static-orange-default);" },
18
+ low: { name: "ndjk43", styles: "color:var(--cnvs-sys-color-static-gold-stronger);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-gold-stronger);background:var(--cnvs-sys-color-static-orange-soft);" }
19
19
  },
20
20
  blue: {
21
- high: { name: "s7ax1o", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-212f69:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-static-blue-default);" },
22
- low: { name: "s7ax1p", styles: "color:var(--cnvs-sys-color-static-blue-strong);--color-system-icon-212f69:var(--cnvs-sys-color-static-blue-strong);background:var(--cnvs-sys-color-static-blue-soft);" }
21
+ high: { name: "ndjk44", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-static-blue-default);" },
22
+ low: { name: "ndjk45", styles: "color:var(--cnvs-sys-color-static-blue-strong);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-blue-strong);background:var(--cnvs-sys-color-static-blue-soft);" }
23
23
  },
24
24
  green: {
25
- high: { name: "s7ax1q", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-212f69:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-static-green-strong);" },
26
- low: { name: "s7ax1r", styles: "color:var(--cnvs-sys-color-static-green-strong);--color-system-icon-212f69:var(--cnvs-sys-color-static-green-strong);background:var(--cnvs-sys-color-static-green-soft);" }
25
+ high: { name: "ndjk46", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-static-green-strong);" },
26
+ low: { name: "ndjk47", styles: "color:var(--cnvs-sys-color-static-green-strong);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-green-strong);background:var(--cnvs-sys-color-static-green-soft);" }
27
27
  },
28
28
  red: {
29
- high: { name: "s7ax1s", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-212f69:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-static-red-default);" },
30
- low: { name: "s7ax1t", styles: "color:var(--cnvs-sys-color-static-red-strong);--color-system-icon-212f69:var(--cnvs-sys-color-static-red-strong);background:var(--cnvs-sys-color-static-red-soft);" }
29
+ high: { name: "ndjk48", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-static-red-default);" },
30
+ low: { name: "ndjk49", styles: "color:var(--cnvs-sys-color-static-red-strong);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-red-strong);background:var(--cnvs-sys-color-static-red-soft);" }
31
31
  },
32
32
  transparent: {
33
- high: { name: "s7ax1u", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-212f69:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-bg-translucent);" },
34
- low: { name: "s7ax1v", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-212f69:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-bg-translucent);" }
33
+ high: { name: "ndjk4a", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-bg-translucent);" },
34
+ low: { name: "ndjk4b", styles: "color:var(--cnvs-sys-color-static-white);--color-system-icon-99ce3e:var(--cnvs-sys-color-static-white);background:var(--cnvs-sys-color-bg-translucent);" }
35
35
  }
36
36
  }
37
37
  }, "status-indicator-1a565e");
@@ -68,6 +68,6 @@ export const StatusIndicator = createComponent('div')({
68
68
  Icon: StatusIndicatorIcon,
69
69
  },
70
70
  Component: ({ emphasis = 'low', variant = 'gray', children, ...elemProps }, ref, Element) => {
71
- return (React.createElement(Element, { ref: ref, ...mergeStyles(elemProps, statusIndicatorStencil({ [variant]: emphasis })) }, children));
71
+ return (_jsx(Element, { ref: ref, ...mergeStyles(elemProps, statusIndicatorStencil({ [variant]: emphasis })), children: children }));
72
72
  },
73
73
  });
@@ -1 +1 @@
1
- {"version":3,"file":"StatusIndicatorIcon.d.ts","sourceRoot":"","sources":["../../../../status-indicator/lib/StatusIndicatorIcon.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAa,eAAe,EAAC,MAAM,gCAAgC,CAAC;AAE3E,MAAM,WAAW,wBAAyB,SAAQ,eAAe;CAAG;AAEpE,eAAO,MAAM,mBAAmB,sFAK9B,CAAC"}
1
+ {"version":3,"file":"StatusIndicatorIcon.d.ts","sourceRoot":"","sources":["../../../../status-indicator/lib/StatusIndicatorIcon.tsx"],"names":[],"mappings":"AACA,OAAO,EAAa,eAAe,EAAC,MAAM,gCAAgC,CAAC;AAE3E,MAAM,WAAW,wBAAyB,SAAQ,eAAe;CAAG;AAEpE,eAAO,MAAM,mBAAmB,sFAK9B,CAAC"}
@@ -1,9 +1,9 @@
1
- import React from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { createComponent } from '@workday/canvas-kit-react/common';
3
3
  import { SystemIcon } from '@workday/canvas-kit-react/icon';
4
4
  export const StatusIndicatorIcon = createComponent('span')({
5
5
  displayName: 'StatusIndicatorIcon',
6
6
  Component: (elemProps, ref, Element) => {
7
- return React.createElement(SystemIcon, { as: Element, ref: ref, size: 20, role: "img", ...elemProps });
7
+ return _jsx(SystemIcon, { as: Element, ref: ref, size: 20, role: "img", ...elemProps });
8
8
  },
9
9
  });
@@ -1 +1 @@
1
- {"version":3,"file":"StatusIndicatorLabel.d.ts","sourceRoot":"","sources":["../../../../status-indicator/lib/StatusIndicatorLabel.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,SAAS,EAAc,MAAM,gCAAgC,CAAC;AAKtE,MAAM,WAAW,yBAA0B,SAAQ,SAAS;CAAG;AAe/D,eAAO,MAAM,oBAAoB,gGAS/B,CAAC"}
1
+ {"version":3,"file":"StatusIndicatorLabel.d.ts","sourceRoot":"","sources":["../../../../status-indicator/lib/StatusIndicatorLabel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAc,MAAM,gCAAgC,CAAC;AAKtE,MAAM,WAAW,yBAA0B,SAAQ,SAAS;CAAG;AAe/D,eAAO,MAAM,oBAAoB,gGAS/B,CAAC"}
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { createComponent } from '@workday/canvas-kit-react/common';
3
3
  import { textStencil } from '@workday/canvas-kit-react/text';
4
4
  import { createStencil } from '@workday/canvas-kit-styling';
@@ -6,12 +6,12 @@ import { mergeStyles } from '@workday/canvas-kit-react/layout';
6
6
  import { system } from '@workday/canvas-tokens-web';
7
7
  const statusIndicatorLabelStencil = createStencil({
8
8
  extends: textStencil,
9
- base: { name: "s7ax1f", styles: "box-sizing:border-box;font-weight:var(--cnvs-sys-font-weight-bold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;color:inherit;" },
9
+ base: { name: "ndjk3y", styles: "box-sizing:border-box;font-weight:var(--cnvs-sys-font-weight-bold);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize;color:inherit;" },
10
10
  defaultModifiers: { typeLevel: 'subtext.large' }
11
- }, "status-indicator-label-fbd39a");
11
+ }, "status-indicator-label-63258e");
12
12
  export const StatusIndicatorLabel = createComponent('span')({
13
13
  displayName: 'StatusIndicator.Label',
14
14
  Component: ({ children, typeLevel, ...elemProps }, ref, Element) => {
15
- return (React.createElement(Element, { ref: ref, ...mergeStyles(elemProps, statusIndicatorLabelStencil({ typeLevel })) }, children));
15
+ return (_jsx(Element, { ref: ref, ...mergeStyles(elemProps, statusIndicatorLabelStencil({ typeLevel })), children: children }));
16
16
  },
17
17
  });
@@ -18,13 +18,13 @@ export declare const TextArea: import("@workday/canvas-kit-react/common").Elemen
18
18
  error: "error" | "alert" | undefined;
19
19
  id: string;
20
20
  isRequired: boolean;
21
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
21
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
22
22
  }> & {} & {}, {
23
23
  state: {
24
24
  id: string;
25
25
  error: "error" | "alert" | undefined;
26
26
  isRequired: boolean;
27
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
27
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
28
28
  };
29
29
  events: {};
30
30
  }> & {
@@ -33,7 +33,7 @@ export declare const TextArea: import("@workday/canvas-kit-react/common").Elemen
33
33
  id: string;
34
34
  error: "error" | "alert" | undefined;
35
35
  isRequired: boolean;
36
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
36
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
37
37
  };
38
38
  events: {};
39
39
  }, {}>, {
@@ -41,7 +41,7 @@ export declare const TextArea: import("@workday/canvas-kit-react/common").Elemen
41
41
  id: string;
42
42
  error: "error" | "alert" | undefined;
43
43
  isRequired: boolean;
44
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
44
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
45
45
  };
46
46
  events: {};
47
47
  }>;
@@ -50,7 +50,7 @@ export declare const TextArea: import("@workday/canvas-kit-react/common").Elemen
50
50
  id: string;
51
51
  error: "error" | "alert" | undefined;
52
52
  isRequired: boolean;
53
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
53
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
54
54
  };
55
55
  events: {};
56
56
  }>;
@@ -59,7 +59,7 @@ export declare const TextArea: import("@workday/canvas-kit-react/common").Elemen
59
59
  id: string;
60
60
  error: "error" | "alert" | undefined;
61
61
  isRequired: boolean;
62
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
62
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
63
63
  };
64
64
  events: {};
65
65
  }>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { createContainer } from '@workday/canvas-kit-react/common';
3
3
  import { FormField, formFieldStencil } from '@workday/canvas-kit-react/form-field';
4
4
  import { mergeStyles } from '@workday/canvas-kit-react/layout';
@@ -17,10 +17,10 @@ export const TextArea = createContainer('div')({
17
17
  Hint: FormField.Hint,
18
18
  },
19
19
  })(({ children, grow, orientation, ...elemProps }, Element, model) => {
20
- return (React.createElement(Element, { ...mergeStyles(elemProps, formFieldStencil({
20
+ return (_jsx(Element, { ...mergeStyles(elemProps, formFieldStencil({
21
21
  grow,
22
- orientation: orientation === 'horizontal' ? 'horizontalStart' : orientation,
22
+ orientation: orientation,
23
23
  error: model.state.error,
24
24
  required: model.state.isRequired,
25
- })) }, children));
25
+ })), children: children }));
26
26
  });
@@ -6,7 +6,7 @@ export declare const TextAreaField: import("@workday/canvas-kit-react/common").E
6
6
  id: string;
7
7
  error: "error" | "alert" | undefined;
8
8
  isRequired: boolean;
9
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
9
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
10
10
  };
11
11
  events: {};
12
12
  }, {}>, {
@@ -14,7 +14,7 @@ export declare const TextAreaField: import("@workday/canvas-kit-react/common").E
14
14
  id: string;
15
15
  error: "error" | "alert" | undefined;
16
16
  isRequired: boolean;
17
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
17
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
18
18
  };
19
19
  events: {};
20
20
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"TextAreaField.d.ts","sourceRoot":"","sources":["../../../../text-area/lib/TextAreaField.tsx"],"names":[],"mappings":"AA8CA;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;EAiCxB,CAAC"}
1
+ {"version":3,"file":"TextAreaField.d.ts","sourceRoot":"","sources":["../../../../text-area/lib/TextAreaField.tsx"],"names":[],"mappings":"AA0CA;;GAEG;AACH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;EAiCxB,CAAC"}
@@ -1,6 +1,4 @@
1
- /** @jsxRuntime classic */
2
- /** @jsx jsx */
3
- import { jsx } from '@emotion/react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
4
2
  import { borderRadius, colors, inputColors, space, type, } from '@workday/canvas-kit-react/tokens';
5
3
  import { createSubcomponent, useTheme, useThemedRing, } from '@workday/canvas-kit-react/common';
6
4
  import { FormField } from '@workday/canvas-kit-react/form-field';
@@ -46,5 +44,5 @@ export const TextAreaField = createSubcomponent('textarea')({
46
44
  boxShadow: `inset 0 0 0 1px ${theme.canvas.palette.common.focusOutline}`,
47
45
  },
48
46
  };
49
- return (jsx(FormField.Input, { as: Element, ...type.levels.subtext.large, css: [baseStyles, focusStyles], ...elemProps, border: `1px solid ${inputColors.border}`, display: "block", backgroundColor: inputColors.background, borderRadius: borderRadius.m, minHeight: 64, minWidth: 280, padding: space.xxs, margin: 0 }));
47
+ return (_jsx(FormField.Input, { as: Element, ...type.levels.subtext.large, cs: [baseStyles, focusStyles], ...elemProps, border: `1px solid ${inputColors.border}`, display: "block", backgroundColor: inputColors.background, borderRadius: borderRadius.m, minHeight: 64, minWidth: 280, padding: space.xxs, margin: 0 }));
50
48
  });
@@ -18,13 +18,13 @@ export declare const TextInput: import("@workday/canvas-kit-react/common").Eleme
18
18
  error: "error" | "alert" | undefined;
19
19
  id: string;
20
20
  isRequired: boolean;
21
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
21
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
22
22
  }> & {} & {} & import("@workday/canvas-kit-react/common").PropsWithModel<{
23
23
  state: {
24
24
  id: string;
25
25
  error: "error" | "alert" | undefined;
26
26
  isRequired: boolean;
27
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
27
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
28
28
  };
29
29
  events: {};
30
30
  }, {}>, {
@@ -32,7 +32,7 @@ export declare const TextInput: import("@workday/canvas-kit-react/common").Eleme
32
32
  id: string;
33
33
  error: "error" | "alert" | undefined;
34
34
  isRequired: boolean;
35
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
35
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
36
36
  };
37
37
  events: {};
38
38
  }> & {
@@ -41,7 +41,7 @@ export declare const TextInput: import("@workday/canvas-kit-react/common").Eleme
41
41
  id: string;
42
42
  error: "error" | "alert" | undefined;
43
43
  isRequired: boolean;
44
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
44
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
45
45
  };
46
46
  events: {};
47
47
  }, {}>, {
@@ -49,7 +49,7 @@ export declare const TextInput: import("@workday/canvas-kit-react/common").Eleme
49
49
  id: string;
50
50
  error: "error" | "alert" | undefined;
51
51
  isRequired: boolean;
52
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
52
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
53
53
  };
54
54
  events: {};
55
55
  }>;
@@ -58,7 +58,7 @@ export declare const TextInput: import("@workday/canvas-kit-react/common").Eleme
58
58
  id: string;
59
59
  error: "error" | "alert" | undefined;
60
60
  isRequired: boolean;
61
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
61
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
62
62
  };
63
63
  events: {};
64
64
  }>;
@@ -67,7 +67,7 @@ export declare const TextInput: import("@workday/canvas-kit-react/common").Eleme
67
67
  id: string;
68
68
  error: "error" | "alert" | undefined;
69
69
  isRequired: boolean;
70
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
70
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
71
71
  };
72
72
  events: {};
73
73
  }>;
@@ -1,4 +1,4 @@
1
- import React from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { createContainer } from '@workday/canvas-kit-react/common';
3
3
  import { FormField, useFormFieldModel, formFieldStencil } from '@workday/canvas-kit-react/form-field';
4
4
  import { mergeStyles } from '@workday/canvas-kit-react/layout';
@@ -16,10 +16,10 @@ export const TextInput = createContainer('div')({
16
16
  Hint: FormField.Hint,
17
17
  },
18
18
  })(({ children, orientation, grow, ...elemProps }, Element, model) => {
19
- return (React.createElement(Element, { ...mergeStyles(elemProps, formFieldStencil({
19
+ return (_jsx(Element, { ...mergeStyles(elemProps, formFieldStencil({
20
20
  grow,
21
- orientation: orientation === 'horizontal' ? 'horizontalStart' : orientation,
21
+ orientation: orientation,
22
22
  error: model.state.error,
23
23
  required: model.state.isRequired,
24
- })) }, children));
24
+ })), children: children }));
25
25
  });
@@ -5,22 +5,16 @@ export declare const TextInputField: import("@workday/canvas-kit-react/common").
5
5
  state: {
6
6
  id: string;
7
7
  error: "error" | "alert" | undefined;
8
- /**
9
- * @deprecated ⚠️ `TextInputField` in Preview has been deprecated and will be removed in a future major version. Please use [`FormField` in Preview](https://workday.github.io/canvas-kit/?path=/story/preview-inputs-form-field--basic) instead.
10
- */
11
8
  isRequired: boolean;
12
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
9
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
13
10
  };
14
11
  events: {};
15
12
  }, {}>, {
16
13
  state: {
17
14
  id: string;
18
15
  error: "error" | "alert" | undefined;
19
- /**
20
- * @deprecated ⚠️ `TextInputField` in Preview has been deprecated and will be removed in a future major version. Please use [`FormField` in Preview](https://workday.github.io/canvas-kit/?path=/story/preview-inputs-form-field--basic) instead.
21
- */
22
16
  isRequired: boolean;
23
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
17
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
24
18
  };
25
19
  events: {};
26
20
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"TextInputField.d.ts","sourceRoot":"","sources":["../../../../text-input/lib/TextInputField.tsx"],"names":[],"mappings":"AA8CA;;GAEG;AACH,eAAO,MAAM,cAAc;;;;QAH3B;;WAEG;;;;;;;;;QAFH;;WAEG;;;;;EAmCD,CAAC"}
1
+ {"version":3,"file":"TextInputField.d.ts","sourceRoot":"","sources":["../../../../text-input/lib/TextInputField.tsx"],"names":[],"mappings":"AA0CA;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;EAkCzB,CAAC"}
@@ -1,6 +1,4 @@
1
- /** @jsxRuntime classic */
2
- /** @jsx jsx */
3
- import { jsx } from '@emotion/react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
4
2
  import { borderRadius, colors, inputColors, space, type, } from '@workday/canvas-kit-react/tokens';
5
3
  import { createSubcomponent, useTheme, useThemedRing, } from '@workday/canvas-kit-react/common';
6
4
  import { FormField } from '@workday/canvas-kit-react/form-field';
@@ -46,5 +44,5 @@ export const TextInputField = createSubcomponent('input')({
46
44
  boxShadow: `inset 0 0 0 1px ${theme.canvas.palette.common.focusOutline}`,
47
45
  },
48
46
  };
49
- return (jsx(FormField.Input, { as: "input", ...type.levels.subtext.large, css: [baseStyles, focusStyles], padding: space.xxs, margin: 0, display: "block", height: "40px", minWidth: "280px", border: `1px solid ${inputColors.border}`, backgroundColor: inputColors.background, borderRadius: borderRadius.m, ...elemProps }));
47
+ return (_jsx(FormField.Input, { as: "input", ...type.levels.subtext.large, cs: [baseStyles, focusStyles], padding: space.xxs, margin: 0, display: "block", height: "40px", minWidth: "280px", border: `1px solid ${inputColors.border}`, backgroundColor: inputColors.background, borderRadius: borderRadius.m, ...elemProps }));
50
48
  });
@@ -8,7 +8,7 @@ export declare const useTextInputField: import("@workday/canvas-kit-react/common
8
8
  id: string;
9
9
  error: "error" | "alert" | undefined;
10
10
  isRequired: boolean;
11
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
11
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
12
12
  };
13
13
  events: {};
14
14
  }, {
@@ -5,31 +5,31 @@ export declare const useTextInputModel: (<TT_Special_Generic>(config?: (Partial<
5
5
  error: "error" | "alert" | undefined;
6
6
  id: string;
7
7
  isRequired: boolean;
8
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
8
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
9
9
  }> & {} & {}) | undefined) => {
10
10
  state: {
11
11
  id: string;
12
12
  error: "error" | "alert" | undefined;
13
13
  isRequired: boolean;
14
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
14
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
15
15
  };
16
16
  events: {};
17
17
  }) & import("@workday/canvas-kit-react/common").ModelExtras<{
18
18
  error: "error" | "alert" | undefined;
19
19
  id: string;
20
20
  isRequired: boolean;
21
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
21
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
22
22
  }, {}, {
23
23
  id: string;
24
24
  error: "error" | "alert" | undefined;
25
25
  isRequired: boolean;
26
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
26
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
27
27
  }, {}, {
28
28
  state: {
29
29
  id: string;
30
30
  error: "error" | "alert" | undefined;
31
31
  isRequired: boolean;
32
- orientation: "horizontal" | "vertical" | "horizontalEnd" | "horizontalStart";
32
+ orientation: "vertical" | "horizontalEnd" | "horizontalStart";
33
33
  };
34
34
  events: {};
35
35
  }>;
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import {createComponent} from '@workday/canvas-kit-react/common';
3
2
  import {
4
3
  createStencil,
package/index.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export * from './color-picker';
2
- export * from './common';
3
2
  export * from './divider';
4
3
  export * from './loading-sparkles';
5
4
  export * from './menu';
@@ -11,4 +10,4 @@ export * from './side-panel';
11
10
  export * from './status-indicator';
12
11
  export * from './text-area';
13
12
  export * from './text-input';
14
- export * from './InformationHighlight';
13
+ export * from './information-highlight';
@@ -0,0 +1,5 @@
1
+ export * from './lib/InformationHighlight';
2
+ export * from './lib/parts/Body';
3
+ export * from './lib/parts/Heading';
4
+ export * from './lib/parts/Icon';
5
+ export * from './lib/parts/Link';
@@ -1,6 +1,5 @@
1
- import * as React from 'react';
2
1
  import {createContainer} from '@workday/canvas-kit-react/common';
3
- import {cssVar, createStencil, handleCsProp, CSProps} from '@workday/canvas-kit-styling';
2
+ import {cssVar, createStencil, handleCsProp, CSProps, px2rem} from '@workday/canvas-kit-styling';
4
3
  import {base, system} from '@workday/canvas-tokens-web';
5
4
 
6
5
  import {InformationHighlightHeading} from './parts/Heading';
@@ -20,6 +19,7 @@ export const informationHighlightStencil = createStencil({
20
19
  rowGap: system.space.x2,
21
20
  padding: system.space.x4,
22
21
  borderRadius: system.shape.x1,
22
+ outline: `${px2rem(1)} solid transparent`,
23
23
  },
24
24
  modifiers: {
25
25
  informational: {
@@ -1,6 +1,5 @@
1
- import * as React from 'react';
2
1
  import {createComponent, ExtractProps} from '@workday/canvas-kit-react/common';
3
- import {createStencil, cssVar, handleCsProp} from '@workday/canvas-kit-styling';
2
+ import {createStencil, handleCsProp} from '@workday/canvas-kit-styling';
4
3
  import {system} from '@workday/canvas-tokens-web';
5
4
  import {Text} from '@workday/canvas-kit-react/text';
6
5
 
@@ -10,12 +9,12 @@ const informationHighlightBodyStencil = createStencil({
10
9
  ...system.type.subtext.large,
11
10
  color: system.color.text.strong,
12
11
  gridColumn: '2',
13
- margin: `0 0 ${cssVar(system.space.x2)} 0`,
12
+ marginBlockEnd: system.space.x2,
14
13
  };
15
14
  },
16
15
  });
17
16
 
18
- export const Body = createComponent('p')({
17
+ export const Body = createComponent('div')({
19
18
  displayName: 'Body',
20
19
  Component: ({...elemProps}: ExtractProps<typeof Text, never>, ref, Element) => {
21
20
  return (
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import {createComponent, ExtractProps} from '@workday/canvas-kit-react/common';
3
2
  import {createStencil, handleCsProp} from '@workday/canvas-kit-styling';
4
3
  import {system} from '@workday/canvas-tokens-web';
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import {SystemIcon} from '@workday/canvas-kit-react/icon';
3
2
  import {createSubcomponent, ExtractProps} from '@workday/canvas-kit-react/common';
4
3
  import {
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import {Hyperlink} from '@workday/canvas-kit-react/button';
3
2
  import {createComponent, ExtractProps} from '@workday/canvas-kit-react/common';
4
3
  import {createStencil, handleCsProp} from '@workday/canvas-kit-styling';
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "../dist/commonjs/information-highlight",
3
+ "module": "../dist/es6/information-highlight",
4
+ "sideEffects": false,
5
+ "types": "../dist/es6/information-highlight"
6
+ }
@@ -1,15 +1,7 @@
1
- import * as React from 'react';
2
- import {system} from '@workday/canvas-tokens-web';
1
+ import {base, system} from '@workday/canvas-tokens-web';
3
2
  import {createComponent} from '@workday/canvas-kit-react/common';
4
- import {SystemIcon} from '@workday/canvas-kit-react/icon';
5
- import {
6
- createStyles,
7
- CSProps,
8
- cssVar,
9
- handleCsProp,
10
- px2rem,
11
- keyframes,
12
- } from '@workday/canvas-kit-styling';
3
+ import {SystemIcon, systemIconStencil} from '@workday/canvas-kit-react/icon';
4
+ import {CSProps, createStencil, handleCsProp, keyframes, px2rem} from '@workday/canvas-kit-styling';
13
5
 
14
6
  import {sparkleIcon} from './sparkleIcon';
15
7
 
@@ -18,19 +10,6 @@ import {sparkleIcon} from './sparkleIcon';
18
10
  */
19
11
  const ANIMATION_DURATION_MS = 1230;
20
12
 
21
- // TODO: Replace with the actual color tokens when they are available.
22
- /**
23
- * Dragon Fruit colors.
24
- */
25
- const AI_COLORS = {
26
- dragonFruit100: '#FBF1FF',
27
- dragonFruit200: '#EFD3FF',
28
- dragonFruit300: '#BE61F6',
29
- dragonFruit400: '#8C17D2',
30
- dragonFruit500: '#6B11A3',
31
- dragonFruit600: '#4A0D71',
32
- } as const;
33
-
34
13
  /**
35
14
  * The animation for the sparkle.
36
15
  */
@@ -49,42 +28,35 @@ const LOADING_ANIMATION = keyframes({
49
28
  },
50
29
  });
51
30
 
52
- const loadingSparklesIconStyles = createStyles({
53
- animationDuration: `${ANIMATION_DURATION_MS}ms`,
54
- animationFillMode: 'both',
55
- animationIterationCount: 'infinite',
56
- animationName: LOADING_ANIMATION,
57
- animationTimingFunction: 'ease-in-out',
58
- '.wd-sparkle-fill': {
59
- fill: AI_COLORS.dragonFruit400,
60
- },
61
- '&:nth-child(1)': {
62
- animationDelay: '0ms',
63
- },
64
- '&:nth-child(2)': {
65
- animationDelay: `calc(${ANIMATION_DURATION_MS}ms * (1/3))`,
66
- },
67
- '&:nth-child(3)': {
68
- animationDelay: `calc(${ANIMATION_DURATION_MS}ms * (2/3))`,
69
- },
70
- });
71
-
72
31
  /**
73
32
  * An individual loading sparkle. ✨
74
33
  */
75
34
  const Sparkle = () => {
76
- return (
77
- <SystemIcon
78
- icon={sparkleIcon}
79
- cs={[loadingSparklesIconStyles]}
80
- size={cssVar(system.space.x3)}
81
- />
82
- );
35
+ return <SystemIcon data-part="sparkle" icon={sparkleIcon} size={system.space.x3} />;
83
36
  };
84
37
 
85
- const loadingSparklesStyles = createStyles({
86
- display: 'inline-flex',
87
- gap: px2rem(1),
38
+ export const loadingSparklesStencil = createStencil({
39
+ base: {
40
+ display: 'inline-flex',
41
+ gap: px2rem(1),
42
+ '& [data-part="sparkle"]': {
43
+ animationDuration: `${ANIMATION_DURATION_MS}ms`,
44
+ animationFillMode: 'both',
45
+ animationIterationCount: 'infinite',
46
+ animationName: LOADING_ANIMATION,
47
+ animationTimingFunction: 'ease-in-out',
48
+ [systemIconStencil.vars.color]: base.extendedDragonFruit400,
49
+ '&:nth-child(1)': {
50
+ animationDelay: '0ms',
51
+ },
52
+ '&:nth-child(2)': {
53
+ animationDelay: `calc(${ANIMATION_DURATION_MS}ms * (1/3))`,
54
+ },
55
+ '&:nth-child(3)': {
56
+ animationDelay: `calc(${ANIMATION_DURATION_MS}ms * (2/3))`,
57
+ },
58
+ },
59
+ },
88
60
  });
89
61
 
90
62
  /**
@@ -94,7 +66,7 @@ export const LoadingSparkles = createComponent('div')({
94
66
  displayName: 'LoadingSparkles',
95
67
  Component: (elemProps: CSProps, ref, Element) => {
96
68
  return (
97
- <Element ref={ref} role="status" {...handleCsProp(elemProps, loadingSparklesStyles)}>
69
+ <Element ref={ref} role="status" {...handleCsProp(elemProps, loadingSparklesStencil())}>
98
70
  <Sparkle />
99
71
  <Sparkle />
100
72
  <Sparkle />
@@ -4,7 +4,7 @@ export const sparkleIcon: CanvasSystemIcon = {
4
4
  name: 'sparkle',
5
5
  type: CanvasIconTypes.System,
6
6
  svg: `<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
7
- <path fill-rule="evenodd" clip-rule="evenodd" d="M6 0C6.15942 0 6.34301 0.0967055 6.38274 0.308112C6.64764 1.72077 7.21903 2.91761 8.0963 3.82655C8.97292 4.73482 10.1632 5.36427 11.6812 5.62996C12.1068 5.70416 12.1058 6.29577 11.6812 6.37004C10.1632 6.63573 8.97292 7.26518 8.0963 8.17345C7.21903 9.08239 6.64765 10.2792 6.38276 11.6918C6.34303 11.9032 6.15942 12 6 12C5.84058 12 5.65699 11.9033 5.61726 11.6919C5.35236 10.2792 4.78097 9.08245 3.9037 8.17353C3.02708 7.26528 1.8368 6.63583 0.31883 6.37004C-0.106757 6.29584 -0.105799 5.70423 0.31884 5.62996C1.8368 5.36427 3.02708 4.73482 3.9037 3.82655C4.78097 2.91761 5.35235 1.72083 5.61724 0.308177C5.65697 0.0967702 5.84058 0 6 0Z" class="wd-sparkle-fill"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6 0C6.15942 0 6.34301 0.0967055 6.38274 0.308112C6.64764 1.72077 7.21903 2.91761 8.0963 3.82655C8.97292 4.73482 10.1632 5.36427 11.6812 5.62996C12.1068 5.70416 12.1058 6.29577 11.6812 6.37004C10.1632 6.63573 8.97292 7.26518 8.0963 8.17345C7.21903 9.08239 6.64765 10.2792 6.38276 11.6918C6.34303 11.9032 6.15942 12 6 12C5.84058 12 5.65699 11.9033 5.61726 11.6919C5.35236 10.2792 4.78097 9.08245 3.9037 8.17353C3.02708 7.26528 1.8368 6.63583 0.31883 6.37004C-0.106757 6.29584 -0.105799 5.70423 0.31884 5.62996C1.8368 5.36427 3.02708 4.73482 3.9037 3.82655C4.78097 2.91761 5.35235 1.72083 5.61724 0.308177C5.65697 0.0967702 5.84058 0 6 0Z" class="wd-icon-fill wd-sparkle-fill" />
8
8
  </svg>`,
9
9
  filename: 'wd-icon-sparkle.svg',
10
10
  };