@surveycake/rc 3.0.0-aplha.7 → 3.0.0-gitlab-test.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (311) hide show
  1. package/CHANGELOG.md +1329 -2
  2. package/README.md +16 -3
  3. package/dist/EditableTable/index.d.ts +1 -1
  4. package/dist/Pagination/types.d.ts +2 -0
  5. package/dist/Portal/index.d.ts +1 -1
  6. package/dist/Typography/index.d.ts +1 -0
  7. package/dist/V2/Accordion/Accordion.stories.d.ts +6 -0
  8. package/dist/V2/Accordion/index.d.ts +6 -0
  9. package/dist/V2/Accordion/styles.d.ts +3 -0
  10. package/dist/V2/AccordionDetails/index.d.ts +6 -0
  11. package/dist/V2/AccordionDetails/styles.d.ts +3 -0
  12. package/dist/V2/AccordionSelect/AccordionSelect.stories.d.ts +5 -0
  13. package/dist/V2/AccordionSelect/AccordionSelectGroup.stories.d.ts +4 -0
  14. package/dist/V2/AccordionSelect/components/AccordionSelectGroup.d.ts +13 -0
  15. package/dist/V2/AccordionSelect/components/AccordionSelectItem.d.ts +11 -0
  16. package/dist/V2/AccordionSelect/components/GreyBlock.d.ts +6 -0
  17. package/dist/V2/AccordionSelect/components/Placeholder.d.ts +7 -0
  18. package/dist/V2/AccordionSelect/index.d.ts +16 -0
  19. package/dist/V2/AccordionSummary/index.d.ts +6 -0
  20. package/dist/V2/AccordionSummary/styles.d.ts +3 -0
  21. package/dist/V2/Alert/Alert.stories.d.ts +6 -0
  22. package/dist/V2/Alert/index.d.ts +9 -0
  23. package/dist/V2/Alert/styles.d.ts +3 -0
  24. package/dist/V2/AlertTitle/index.d.ts +9 -0
  25. package/dist/V2/AlertTitle/styles.d.ts +3 -0
  26. package/dist/V2/Autocomplete/Autocomplete.stories.d.ts +5 -0
  27. package/dist/V2/Autocomplete/index.d.ts +7 -0
  28. package/dist/V2/Autocomplete/styles.d.ts +3 -0
  29. package/dist/V2/Backdrop/Backdrop.stories.d.ts +1 -2
  30. package/dist/V2/Backdrop/index.d.ts +1 -1
  31. package/dist/V2/Box/index.d.ts +5 -2
  32. package/dist/V2/Button/Button.stories.d.ts +1 -0
  33. package/dist/V2/ButtonGroup/ButtonGroup.stories.d.ts +5 -0
  34. package/dist/V2/ButtonGroup/index.d.ts +6 -0
  35. package/dist/V2/Card/index.d.ts +6 -0
  36. package/dist/V2/Card/styles.d.ts +3 -0
  37. package/dist/V2/CardActionArea/index.d.ts +6 -0
  38. package/dist/V2/CardActionArea/styles.d.ts +3 -0
  39. package/dist/V2/CardActions/index.d.ts +6 -0
  40. package/dist/V2/CardMedia/index.d.ts +6 -0
  41. package/dist/V2/Checkbox/Checkbox.stories.d.ts +5 -0
  42. package/dist/V2/Checkbox/index.d.ts +6 -0
  43. package/dist/V2/Checkbox/styles.d.ts +3 -0
  44. package/dist/V2/Chip/Chip.stories.d.ts +7 -0
  45. package/dist/V2/Chip/index.d.ts +6 -0
  46. package/dist/V2/Chip/styles.d.ts +3 -0
  47. package/dist/V2/CircularProgress/index.d.ts +1 -1
  48. package/dist/V2/ClickAwayListener/index.d.ts +9 -0
  49. package/dist/V2/ColorPalette/Color.stories.d.ts +7 -0
  50. package/dist/V2/ColorPalette/exclusiveColor.d.ts +25 -0
  51. package/dist/V2/ColorPalette/views/Block.d.ts +7 -0
  52. package/dist/V2/ColorPalette/views/Color.d.ts +8 -0
  53. package/dist/V2/ColorPalette/views/Wrapper.d.ts +6 -0
  54. package/dist/V2/ColorPalette/views/index.d.ts +3 -0
  55. package/dist/V2/CssBaseline/index.d.ts +2 -2
  56. package/dist/V2/Dialog/index.d.ts +2 -1
  57. package/dist/V2/Dialog/styles.d.ts +3 -0
  58. package/dist/V2/DialogActions/index.d.ts +3 -1
  59. package/dist/V2/DialogContent/index.d.ts +3 -1
  60. package/dist/V2/DialogContentText/index.d.ts +4 -1
  61. package/dist/V2/DialogTitle/index.d.ts +3 -1
  62. package/dist/V2/Divider/Divider.stories.d.ts +4 -0
  63. package/dist/V2/Divider/index.d.ts +6 -0
  64. package/dist/V2/Divider/styles.d.ts +3 -0
  65. package/dist/V2/Drawer/Drawer.stories.d.ts +4 -0
  66. package/dist/V2/Drawer/index.d.ts +6 -0
  67. package/dist/V2/Fade/index.d.ts +6 -0
  68. package/dist/V2/FormControl/index.d.ts +1 -1
  69. package/dist/V2/FormControlLabel/index.d.ts +6 -0
  70. package/dist/V2/FormControlLabel/style.d.ts +3 -0
  71. package/dist/V2/FormGroup/index.d.ts +6 -0
  72. package/dist/V2/FormHelperText/FormHelperText.stories.d.ts +1 -0
  73. package/dist/V2/FormHelperText/index.d.ts +1 -1
  74. package/dist/V2/FormLabel/FormLabel.stories.d.ts +2 -0
  75. package/dist/V2/FormLabel/index.d.ts +1 -1
  76. package/dist/V2/Grow/index.d.ts +9 -0
  77. package/dist/V2/Icon/Customize/AIFile.d.ts +3 -0
  78. package/dist/V2/Icon/Customize/Advertisement.d.ts +3 -0
  79. package/dist/V2/Icon/Customize/ArrowCircleDown.d.ts +3 -0
  80. package/dist/V2/Icon/Customize/ArrowSort.d.ts +3 -0
  81. package/dist/V2/Icon/Customize/ArrowSortAsc.d.ts +3 -0
  82. package/dist/V2/Icon/Customize/ArrowSortDesc.d.ts +3 -0
  83. package/dist/V2/Icon/Customize/AutoAwesome.d.ts +3 -0
  84. package/dist/V2/Icon/Customize/AutoAwesomeOutlined.d.ts +3 -0
  85. package/dist/V2/Icon/Customize/BarChart.d.ts +3 -0
  86. package/dist/V2/Icon/Customize/CalendarMonth.d.ts +3 -0
  87. package/dist/V2/Icon/Customize/CardboardBox.d.ts +3 -0
  88. package/dist/V2/Icon/Customize/CheckFile.d.ts +3 -0
  89. package/dist/V2/Icon/Customize/Collapse.d.ts +3 -0
  90. package/dist/V2/Icon/Customize/Combine.d.ts +3 -0
  91. package/dist/V2/Icon/Customize/ConflictRoute.d.ts +3 -0
  92. package/dist/V2/Icon/Customize/Copy.d.ts +3 -0
  93. package/dist/V2/Icon/Customize/Coupon.d.ts +3 -0
  94. package/dist/V2/Icon/Customize/CreditCard/JCB.d.ts +3 -0
  95. package/dist/V2/Icon/Customize/CreditCard/Mastercard.d.ts +3 -0
  96. package/dist/V2/Icon/Customize/CreditCard/Visa.d.ts +3 -0
  97. package/dist/V2/Icon/Customize/CreditCard/index.d.ts +3 -0
  98. package/dist/V2/Icon/Customize/CurlyBrackets.d.ts +3 -0
  99. package/dist/V2/Icon/Customize/Design.d.ts +3 -0
  100. package/dist/V2/Icon/Customize/DisplayLogic.d.ts +3 -0
  101. package/dist/V2/Icon/Customize/DonutChart.d.ts +3 -0
  102. package/dist/V2/Icon/Customize/DriveFileMove.d.ts +3 -0
  103. package/dist/V2/Icon/Customize/EmailFilled.d.ts +3 -0
  104. package/dist/V2/Icon/Customize/EmbedCode.d.ts +3 -0
  105. package/dist/V2/Icon/Customize/ExpandAll.d.ts +3 -0
  106. package/dist/V2/Icon/Customize/ExportSheet.d.ts +3 -0
  107. package/dist/V2/Icon/Customize/Facebook.d.ts +3 -0
  108. package/dist/V2/Icon/Customize/FileExport.d.ts +3 -0
  109. package/dist/V2/Icon/Customize/FilterAlt.d.ts +3 -0
  110. package/dist/V2/Icon/Customize/FolderSharedMultiple.d.ts +3 -0
  111. package/dist/V2/Icon/Customize/Google.d.ts +3 -0
  112. package/dist/V2/Icon/Customize/GridView.d.ts +3 -0
  113. package/dist/V2/Icon/Customize/Image.d.ts +3 -0
  114. package/dist/V2/Icon/Customize/InsertPageBreakOutlined.d.ts +3 -0
  115. package/dist/V2/Icon/Customize/IntegrationInstructionsOutlined.d.ts +3 -0
  116. package/dist/V2/Icon/Customize/LinkedIn.d.ts +3 -0
  117. package/dist/V2/Icon/Customize/LocalFireDepartmentOutlined.d.ts +3 -0
  118. package/dist/V2/Icon/Customize/Logic.d.ts +3 -0
  119. package/dist/V2/Icon/Customize/MailForward.d.ts +3 -0
  120. package/dist/V2/Icon/Customize/Maximum.d.ts +3 -0
  121. package/dist/V2/Icon/Customize/NewReleaseCheck.d.ts +3 -0
  122. package/dist/V2/Icon/Customize/None.d.ts +3 -0
  123. package/dist/V2/Icon/Customize/PieChart.d.ts +3 -0
  124. package/dist/V2/Icon/Customize/PinOutlined.d.ts +3 -0
  125. package/dist/V2/Icon/Customize/Privacy.d.ts +3 -0
  126. package/dist/V2/Icon/Customize/QrCode.d.ts +3 -0
  127. package/dist/V2/Icon/Customize/Quiz.d.ts +3 -0
  128. package/dist/V2/Icon/Customize/RadarChart.d.ts +3 -0
  129. package/dist/V2/Icon/Customize/Randomize.d.ts +3 -0
  130. package/dist/V2/Icon/Customize/ShieldError.d.ts +3 -0
  131. package/dist/V2/Icon/Customize/ShieldStar.d.ts +3 -0
  132. package/dist/V2/Icon/Customize/ShieldSuccess.d.ts +3 -0
  133. package/dist/V2/Icon/Customize/ShieldWarning.d.ts +3 -0
  134. package/dist/V2/Icon/Customize/ShortText.d.ts +3 -0
  135. package/dist/V2/Icon/Customize/Skip.d.ts +3 -0
  136. package/dist/V2/Icon/Customize/Swords.d.ts +3 -0
  137. package/dist/V2/Icon/Customize/Synchronize.d.ts +3 -0
  138. package/dist/V2/Icon/Customize/TableList.d.ts +3 -0
  139. package/dist/V2/Icon/Customize/Tag.d.ts +3 -0
  140. package/dist/V2/Icon/Customize/TemplateRecommend/AcademicSurvey.d.ts +3 -0
  141. package/dist/V2/Icon/Customize/TemplateRecommend/CourseParticipationAndFeedback.d.ts +3 -0
  142. package/dist/V2/Icon/Customize/TemplateRecommend/CrowdfundingAndPreTesting.d.ts +3 -0
  143. package/dist/V2/Icon/Customize/TemplateRecommend/CustomerService.d.ts +3 -0
  144. package/dist/V2/Icon/Customize/TemplateRecommend/DiningExperienceAndFeedback.d.ts +3 -0
  145. package/dist/V2/Icon/Customize/TemplateRecommend/EventParticipationAndFeedback.d.ts +3 -0
  146. package/dist/V2/Icon/Customize/TemplateRecommend/GroupPurchaseAndOrderForm.d.ts +3 -0
  147. package/dist/V2/Icon/Customize/TemplateRecommend/MarketResearch.d.ts +3 -0
  148. package/dist/V2/Icon/Customize/TemplateRecommend/OnlineTestsAndInteractiveActivities.d.ts +3 -0
  149. package/dist/V2/Icon/Customize/TemplateRecommend/Others.d.ts +3 -0
  150. package/dist/V2/Icon/Customize/TemplateRecommend/PerformanceAssessment.d.ts +3 -0
  151. package/dist/V2/Icon/Customize/TemplateRecommend/PersonalDataCollection.d.ts +3 -0
  152. package/dist/V2/Icon/Customize/TemplateRecommend/Raffle.d.ts +3 -0
  153. package/dist/V2/Icon/Customize/TemplateRecommend/SatisfactionSurvey.d.ts +3 -0
  154. package/dist/V2/Icon/Customize/TemplateRecommend/StatisticsAndRecords.d.ts +3 -0
  155. package/dist/V2/Icon/Customize/TemplateRecommend/Voting.d.ts +3 -0
  156. package/dist/V2/Icon/Customize/TemplateRecommend/WeddingApplication.d.ts +3 -0
  157. package/dist/V2/Icon/Customize/TemplateRecommend/index.d.ts +17 -0
  158. package/dist/V2/Icon/Customize/TypeChoiceMulti.d.ts +3 -0
  159. package/dist/V2/Icon/Customize/TypeChoiceOne.d.ts +3 -0
  160. package/dist/V2/Icon/Customize/TypeConstantSum.d.ts +3 -0
  161. package/dist/V2/Icon/Customize/TypeDatePicker.d.ts +3 -0
  162. package/dist/V2/Icon/Customize/TypeDigitInput.d.ts +3 -0
  163. package/dist/V2/Icon/Customize/TypeDigitSlide.d.ts +3 -0
  164. package/dist/V2/Icon/Customize/TypeDivider.d.ts +3 -0
  165. package/dist/V2/Icon/Customize/TypeFileUpload.d.ts +3 -0
  166. package/dist/V2/Icon/Customize/TypeItemSort.d.ts +3 -0
  167. package/dist/V2/Icon/Customize/TypeNPS.d.ts +3 -0
  168. package/dist/V2/Icon/Customize/TypeNest.d.ts +3 -0
  169. package/dist/V2/Icon/Customize/TypeNestMulti.d.ts +3 -0
  170. package/dist/V2/Icon/Customize/TypeNestedDropdown.d.ts +3 -0
  171. package/dist/V2/Icon/Customize/TypePickFrom.d.ts +3 -0
  172. package/dist/V2/Icon/Customize/TypeQuote.d.ts +3 -0
  173. package/dist/V2/Icon/Customize/TypeRatingBar.d.ts +3 -0
  174. package/dist/V2/Icon/Customize/TypeStatement.d.ts +3 -0
  175. package/dist/V2/Icon/Customize/TypeTxtLong.d.ts +3 -0
  176. package/dist/V2/Icon/Customize/TypeTxtShort.d.ts +3 -0
  177. package/dist/V2/Icon/Customize/TypeVariableNumber.d.ts +3 -0
  178. package/dist/V2/Icon/Customize/UploadFile.d.ts +3 -0
  179. package/dist/V2/Icon/Customize/UserReply.d.ts +3 -0
  180. package/dist/V2/Icon/Customize/Video.d.ts +3 -0
  181. package/dist/V2/Icon/Customize/X.d.ts +3 -0
  182. package/dist/V2/Icon/Customize/index.d.ts +99 -0
  183. package/dist/V2/Icon/Icon.stories.d.ts +1 -2
  184. package/dist/V2/Icon/index.d.ts +211 -2
  185. package/dist/V2/IconButton/IconButton.stories.d.ts +2 -1
  186. package/dist/V2/IconButton/index.d.ts +1 -1
  187. package/dist/V2/IconButton/styles.d.ts +3 -0
  188. package/dist/V2/InputAdornment/InputAdornment.stories.d.ts +6 -0
  189. package/dist/V2/InputAdornment/index.d.ts +6 -0
  190. package/dist/V2/LinearProgress/LinearProgress.stories.d.ts +5 -0
  191. package/dist/V2/LinearProgress/index.d.ts +6 -0
  192. package/dist/V2/LinearProgress/styles.d.ts +3 -0
  193. package/dist/V2/Link/Link.stories.d.ts +4 -3
  194. package/dist/V2/Link/index.d.ts +1 -1
  195. package/dist/V2/List/index.d.ts +6 -0
  196. package/dist/V2/List/styles.d.ts +3 -0
  197. package/dist/V2/ListSubheader/index.d.ts +6 -0
  198. package/dist/V2/ListSubheader/styles.d.ts +3 -0
  199. package/dist/V2/LoadingButton/LoadingButton.stories.d.ts +4 -0
  200. package/dist/V2/LoadingButton/index.d.ts +10 -0
  201. package/dist/V2/Menu/Menu.stories.d.ts +4 -0
  202. package/dist/V2/Menu/index.d.ts +6 -0
  203. package/dist/V2/Menu/styles.d.ts +3 -0
  204. package/dist/V2/MenuItem/index.d.ts +1 -1
  205. package/dist/V2/MenuList/index.d.ts +6 -0
  206. package/dist/V2/MultiVarSelect/MultiVarSelect.stories.d.ts +5 -0
  207. package/dist/V2/MultiVarSelect/index.d.ts +23 -0
  208. package/dist/V2/MultiVarSelect/styles.d.ts +2 -0
  209. package/dist/V2/NestedAccordionSelect/NestedAccordionSelect.stories.d.ts +8 -0
  210. package/dist/V2/NestedAccordionSelect/NestedAccordionSelectGroup.stories.d.ts +8 -0
  211. package/dist/V2/NestedAccordionSelect/components/GreyBlock.d.ts +6 -0
  212. package/dist/V2/NestedAccordionSelect/components/NestedAccordionSelectGroup.d.ts +14 -0
  213. package/dist/V2/NestedAccordionSelect/components/NestedAccordionSelectItem.d.ts +14 -0
  214. package/dist/V2/NestedAccordionSelect/components/Placeholder.d.ts +7 -0
  215. package/dist/V2/NestedAccordionSelect/index.d.ts +18 -0
  216. package/dist/V2/OutlinedInput/OutlinedInput.stories.d.ts +3 -0
  217. package/dist/V2/OutlinedInput/index.d.ts +2 -2
  218. package/dist/V2/Pagination/index.d.ts +14 -0
  219. package/dist/V2/Pagination/index.stories.d.ts +4 -0
  220. package/dist/V2/Popover/Popover.stories.d.ts +4 -0
  221. package/dist/V2/Popover/index.d.ts +4 -0
  222. package/dist/V2/Popover/styles.d.ts +3 -0
  223. package/dist/V2/Popper/index.d.ts +9 -0
  224. package/dist/V2/Radio/Radio.stories.d.ts +5 -0
  225. package/dist/V2/Radio/index.d.ts +9 -0
  226. package/dist/V2/Radio/styles.d.ts +3 -0
  227. package/dist/V2/RadioGroup/RadioGroup.stories.d.ts +4 -0
  228. package/dist/V2/RadioGroup/index.d.ts +6 -0
  229. package/dist/V2/Select/Select.stories.d.ts +4 -1
  230. package/dist/V2/Select/index.d.ts +1 -2
  231. package/dist/V2/Shadows/Shadows.stories.d.ts +4 -0
  232. package/dist/V2/Skeleton/Skeleton.stories.d.ts +6 -0
  233. package/dist/V2/Skeleton/index.d.ts +7 -0
  234. package/dist/V2/Slide/index.d.ts +6 -0
  235. package/dist/V2/Slider/Slider.stories.d.ts +4 -0
  236. package/dist/V2/Slider/index.d.ts +6 -0
  237. package/dist/V2/Slider/styles.d.ts +3 -0
  238. package/dist/V2/Snackbar/Snackbar.stories.d.ts +5 -0
  239. package/dist/V2/Snackbar/index.d.ts +6 -0
  240. package/dist/V2/Snackbar/styles.d.ts +3 -0
  241. package/dist/V2/Snackbar/views/SlideTransition.d.ts +7 -0
  242. package/dist/V2/SnackbarContent/styles.d.ts +3 -0
  243. package/dist/V2/Step/index.d.ts +6 -0
  244. package/dist/V2/StepConnector/styles.d.ts +3 -0
  245. package/dist/V2/StepIcon/styles.d.ts +3 -0
  246. package/dist/V2/StepLabel/index.d.ts +6 -0
  247. package/dist/V2/StepLabel/styles.d.ts +3 -0
  248. package/dist/V2/Stepper/Stepper.stories.d.ts +4 -0
  249. package/dist/V2/Stepper/index.d.ts +6 -0
  250. package/dist/V2/Stepper/styles.d.ts +3 -0
  251. package/dist/V2/SwipeableDrawer/SwipeableDrawer.stories.d.ts +4 -0
  252. package/dist/V2/SwipeableDrawer/index.d.ts +6 -0
  253. package/dist/V2/Switch/Switch.stories.d.ts +6 -0
  254. package/dist/V2/Switch/index.d.ts +6 -0
  255. package/dist/V2/Switch/styles.d.ts +3 -0
  256. package/dist/V2/Tab/index.d.ts +8 -0
  257. package/dist/V2/Tab/styles.d.ts +3 -0
  258. package/dist/V2/Table/Table.stories.d.ts +7 -0
  259. package/dist/V2/Table/index.d.ts +6 -0
  260. package/dist/V2/TableBody/index.d.ts +6 -0
  261. package/dist/V2/TableCell/index.d.ts +6 -0
  262. package/dist/V2/TableCell/styles.d.ts +3 -0
  263. package/dist/V2/TableContainer/index.d.ts +6 -0
  264. package/dist/V2/TableHead/index.d.ts +6 -0
  265. package/dist/V2/TablePagination/TablePagination.stories.d.ts +4 -0
  266. package/dist/V2/TablePagination/index.d.ts +3 -0
  267. package/dist/V2/TablePagination/styles.d.ts +3 -0
  268. package/dist/V2/TableRow/index.d.ts +6 -0
  269. package/dist/V2/TableRow/styles.d.ts +3 -0
  270. package/dist/V2/TableSortLabel/index.d.ts +6 -0
  271. package/dist/V2/Tabs/Tabs.stories.d.ts +8 -0
  272. package/dist/V2/Tabs/index.d.ts +10 -0
  273. package/dist/V2/Tabs/styles.d.ts +3 -0
  274. package/dist/V2/TextField/index.d.ts +0 -1
  275. package/dist/V2/ToggleButton/index.d.ts +6 -0
  276. package/dist/V2/ToggleButton/styles.d.ts +3 -0
  277. package/dist/V2/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +6 -0
  278. package/dist/V2/ToggleButtonGroup/index.d.ts +6 -0
  279. package/dist/V2/ToggleButtonGroup/styles.d.ts +3 -0
  280. package/dist/V2/Tooltip/Tooltip.stories.d.ts +5 -0
  281. package/dist/V2/Tooltip/index.d.ts +6 -0
  282. package/dist/V2/Tooltip/styles.d.ts +3 -0
  283. package/dist/V2/Typography/Typography.stories.d.ts +2 -1
  284. package/dist/V2/Typography/index.d.ts +1 -1
  285. package/dist/V2/Typography/views/Header.d.ts +3 -0
  286. package/dist/V2/Typography/views/Row.d.ts +11 -0
  287. package/dist/V2/Typography/views/Table.d.ts +6 -0
  288. package/dist/V2/Typography/views/index.d.ts +3 -0
  289. package/dist/V2/VarSelect/VarSelect.stories.d.ts +7 -0
  290. package/dist/V2/VarSelect/index.d.ts +27 -0
  291. package/dist/V2/VarSelect/styles.d.ts +2 -0
  292. package/dist/V2/index.d.ts +60 -4
  293. package/dist/V2/styles/ThemeProvider.d.ts +0 -1
  294. package/dist/V2/styles/constants/DESKTOP_FONT_SIZE.d.ts +14 -0
  295. package/dist/V2/styles/constants/MOBILE_FONT_SIZE.d.ts +14 -0
  296. package/dist/V2/styles/core.d.ts +27 -0
  297. package/dist/V2/styles/theme.d.ts +1 -0
  298. package/dist/V2/styles/useThemeCompat.d.ts +172 -0
  299. package/dist/customEmotion.d.ts +16 -0
  300. package/dist/index.d.ts +1 -0
  301. package/dist/rc.cjs.development.js +5746 -666
  302. package/dist/rc.cjs.development.js.map +1 -1
  303. package/dist/rc.cjs.production.min.js +1 -1
  304. package/dist/rc.cjs.production.min.js.map +1 -1
  305. package/dist/rc.esm.js +5689 -619
  306. package/dist/rc.esm.js.map +1 -1
  307. package/dist/utils/useViewportWidth.d.ts +2 -0
  308. package/package.json +9 -10
  309. package/dist/V2/Icon/custom/Facebook.d.ts +0 -6
  310. package/dist/V2/Icon/custom/index.d.ts +0 -1
  311. /package/dist/V2/{Box/Box.stories.d.ts → Card/Card.stories.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,1333 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0-gitlab-test.2](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-gitlab-test.1...v3.0.0-gitlab-test.2) (2026-04-29)
6
+
7
+ ## [3.0.0-gitlab-test.1](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-gitlab-test.0...v3.0.0-gitlab-test.1) (2026-04-29)
8
+
9
+ ## [3.0.0-gitlab-test.0](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.177...v3.0.0-gitlab-test.0) (2026-04-29)
10
+
11
+
12
+ ### Features
13
+
14
+ * publish to gitlab, use rhooks, utils from cakefrosting ([4b3f2bf](https://fox.25sprout.com/surveycake/sdk/rc/commit/4b3f2bf23c3c6fbcb7589758dcdc842376d5619c))
15
+ * publish to gitlab, use utils from cakefrosting ([c0a5ae7](https://fox.25sprout.com/surveycake/sdk/rc/commit/c0a5ae787d5de2497c5921c375ff308b4b0938c1))
16
+
17
+ ## [3.0.0-alpha.177](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.176...v3.0.0-alpha.177) (2026-03-30)
18
+
19
+
20
+ ### Features
21
+
22
+ * add AccountTreeOutlined, DriveFileMove icons ([d05b477](https://fox.25sprout.com/surveycake/sdk/rc/commit/d05b4776452c4a59618a7b3ead58f356b6ceb3e8))
23
+
24
+ ## [3.0.0-alpha.176](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.175...v3.0.0-alpha.176) (2026-03-19)
25
+
26
+
27
+ ### Features
28
+
29
+ * add FolderOpen and GroupOutlined icons ([7482bb9](https://fox.25sprout.com/surveycake/sdk/rc/commit/7482bb986b4619246b0cb1cbf2345774081adca1))
30
+
31
+ ## [3.0.0-alpha.175](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.174...v3.0.0-alpha.175) (2026-03-18)
32
+
33
+
34
+ ### Features
35
+
36
+ * add EmailFilled icon ([46ff213](https://fox.25sprout.com/surveycake/sdk/rc/commit/46ff21335b6738d69cbea414531cef2d405d865c))
37
+
38
+ ## [3.0.0-alpha.174](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.173...v3.0.0-alpha.174) (2026-02-23)
39
+
40
+
41
+ ### Features
42
+
43
+ * add custom input rendering for AutoComplete ([e4f4e5c](https://fox.25sprout.com/surveycake/sdk/rc/commit/e4f4e5cf9fd5895e3d038790fa96e0fd80f66b05))
44
+ * add GridView, FilterList, PersonOutline icon ([313f695](https://fox.25sprout.com/surveycake/sdk/rc/commit/313f69535a9be45c37fe2d6a9552bd5847b63bf3))
45
+
46
+ ## [3.0.0-alpha.173](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.172...v3.0.0-alpha.173) (2026-01-30)
47
+
48
+
49
+ ### Features
50
+
51
+ * add AIFile icon ([639ac43](https://fox.25sprout.com/surveycake/sdk/rc/commit/639ac43a6c3c1079fcf49283150b121844da3c1b))
52
+
53
+ ## [3.0.0-alpha.172](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.171...v3.0.0-alpha.172) (2026-01-26)
54
+
55
+
56
+ ### Features
57
+
58
+ * add Synchronize Icon ([e08e2d3](https://fox.25sprout.com/surveycake/sdk/rc/commit/e08e2d37eb4557b535a7a4531ed558da7266e0bb))
59
+
60
+ ## [3.0.0-alpha.171](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.170...v3.0.0-alpha.171) (2026-01-21)
61
+
62
+
63
+ ### Bug Fixes
64
+
65
+ * themeCompat should use v1 theme values instead of v2 palette mapping ([e2fca8f](https://fox.25sprout.com/surveycake/sdk/rc/commit/e2fca8fcaccd3c3673eb938b5187e9f11c90d89b))
66
+
67
+ ## [3.0.0-alpha.170](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.169...v3.0.0-alpha.170) (2026-01-19)
68
+
69
+ ## [3.0.0-alpha.169](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.167...v3.0.0-alpha.169) (2026-01-19)
70
+
71
+
72
+ ### Features
73
+
74
+ * add FileExport icon ([3cce76e](https://fox.25sprout.com/surveycake/sdk/rc/commit/3cce76eb42c04c63cc605ca3f71306988f9841e5))
75
+ * add TrendingDown icon ([bfcc672](https://fox.25sprout.com/surveycake/sdk/rc/commit/bfcc672a918b5b6ad5c89529b1fe49fa9891fb43))
76
+
77
+ ## [3.0.0-alpha.168](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.167...v3.0.0-alpha.168) (2026-01-08)
78
+
79
+
80
+ ### Features
81
+
82
+ * add FileExport icon ([3cce76e](https://fox.25sprout.com/surveycake/sdk/rc/commit/3cce76eb42c04c63cc605ca3f71306988f9841e5))
83
+
84
+ ## [3.0.0-alpha.167](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.166...v3.0.0-alpha.167) (2025-12-23)
85
+
86
+
87
+ ### Bug Fixes
88
+
89
+ * remove fill attribute from Coupon icon path ([e326bde](https://fox.25sprout.com/surveycake/sdk/rc/commit/e326bded1527e9f1c2ea8694480cfee2ac7883b1))
90
+
91
+ ## [3.0.0-alpha.166](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.165...v3.0.0-alpha.166) (2025-12-11)
92
+
93
+
94
+ ### Features
95
+
96
+ * add ShowChart icon ([7648b19](https://fox.25sprout.com/surveycake/sdk/rc/commit/7648b19d636f6abe702c5c5ca9a07b1f253b3721))
97
+
98
+ ## [3.0.0-alpha.165](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.164...v3.0.0-alpha.165) (2025-12-10)
99
+
100
+
101
+ ### Bug Fixes
102
+
103
+ * remove svg focusable attr for lower version support ([076e0f3](https://fox.25sprout.com/surveycake/sdk/rc/commit/076e0f3771d2ab6cb7493eef2d98e5139e88521c))
104
+
105
+ ## [3.0.0-alpha.164](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.163...v3.0.0-alpha.164) (2025-12-10)
106
+
107
+
108
+ ### Features
109
+
110
+ * add useThemeCompat as a compatibility layer between v1 RC and v2 RC ([3343062](https://fox.25sprout.com/surveycake/sdk/rc/commit/3343062f1e8da255fdafca6a68933227af1f222b))
111
+
112
+ ## [3.0.0-alpha.163](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.162...v3.0.0-alpha.163) (2025-11-11)
113
+
114
+
115
+ ### Features
116
+
117
+ * add CheckCircleOutline, DonutChart and DraftsOutlined icons ([042b974](https://fox.25sprout.com/surveycake/sdk/rc/commit/042b974738822184738a3acaa74a2f35b91de236))
118
+
119
+ ## [3.0.0-alpha.162](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.161...v3.0.0-alpha.162) (2025-10-22)
120
+
121
+
122
+ ### Features
123
+
124
+ * add EmailOutlined, EmbedCode, LinkedIn, SendOutlined, QrCode and X icons ([51c88f4](https://fox.25sprout.com/surveycake/sdk/rc/commit/51c88f4b9b5a0025496af08f6af1d562ca85d1b8))
125
+
126
+ ## [3.0.0-alpha.161](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.160...v3.0.0-alpha.161) (2025-10-13)
127
+
128
+
129
+ ### Features
130
+
131
+ * add SaveOutlined icon ([7566805](https://fox.25sprout.com/surveycake/sdk/rc/commit/756680508c0a29328dac5406ca938f0f86aa4026))
132
+
133
+ ## [3.0.0-alpha.160](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.159...v3.0.0-alpha.160) (2025-10-02)
134
+
135
+
136
+ ### Features
137
+
138
+ * implement Tag icon and enhance MUISelect MenuProps styling ([a2bf02a](https://fox.25sprout.com/surveycake/sdk/rc/commit/a2bf02ae3acb4003187e562f7925a672abbf06a0))
139
+
140
+ ## [3.0.0-alpha.159](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.158...v3.0.0-alpha.159) (2025-09-26)
141
+
142
+
143
+ ### Features
144
+
145
+ * add HowToVote icon ([04a6088](https://fox.25sprout.com/surveycake/sdk/rc/commit/04a6088d817759f3cbe2566ca9d0cbe9e693b59d))
146
+
147
+ ## [3.0.0-alpha.158](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.157...v3.0.0-alpha.158) (2025-09-06)
148
+
149
+
150
+ ### Features
151
+
152
+ * add FormatAlignCenter, FormatAlignRight, FormatAlignLeft icons ([e50b645](https://fox.25sprout.com/surveycake/sdk/rc/commit/e50b645aaee9177785db02c2ffa9df27b2f18c9f))
153
+
154
+ ## [3.0.0-alpha.157](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.156...v3.0.0-alpha.157) (2025-09-05)
155
+
156
+
157
+ ### Features
158
+
159
+ * add Menu component and adjust Popover style [SUR-6850] ([ba1659d](https://fox.25sprout.com/surveycake/sdk/rc/commit/ba1659dd1c964c252dad646001fbdab9ba231000))
160
+
161
+ ## [3.0.0-alpha.156](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.155...v3.0.0-alpha.156) (2025-08-28)
162
+
163
+
164
+ ### Bug Fixes
165
+
166
+ * export missing Swords icon ([6b0ea3a](https://fox.25sprout.com/surveycake/sdk/rc/commit/6b0ea3ac601bd025f041e61bec8ba9f13a560d22))
167
+
168
+ ## [3.0.0-alpha.155](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.154...v3.0.0-alpha.155) (2025-08-26)
169
+
170
+
171
+ ### Features
172
+
173
+ * add Share icon ([86e123f](https://fox.25sprout.com/surveycake/sdk/rc/commit/86e123f5055c757d79ec26e3cc609ac4cd3662ea))
174
+
175
+ ## [3.0.0-alpha.154](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.153...v3.0.0-alpha.154) (2025-08-19)
176
+
177
+
178
+ ### Features
179
+
180
+ * add new shield and text icons (ShieldError, ShieldStar, ShieldSuccess, ShieldWarning, ShortText, Swords) ([c2ddb5f](https://fox.25sprout.com/surveycake/sdk/rc/commit/c2ddb5f206909d7bdd2a61ced9ce03eb4a2c4b93))
181
+
182
+ ## [3.0.0-alpha.153](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.152...v3.0.0-alpha.153) (2025-08-14)
183
+
184
+
185
+ ### Bug Fixes
186
+
187
+ * add custom border radius for MuiDialog component ([65007a0](https://fox.25sprout.com/surveycake/sdk/rc/commit/65007a08f59b20d030a0717e7a620578ad964c3c))
188
+
189
+ ## [3.0.0-alpha.152](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.151...v3.0.0-alpha.152) (2025-07-17)
190
+
191
+
192
+ ### Features
193
+
194
+ * add `IntegrationInstructionsOutlined` icon and update exports ([f47ac9d](https://fox.25sprout.com/surveycake/sdk/rc/commit/f47ac9dc7082ce475b1579bea486b897e33c0d87))
195
+
196
+ ## [3.0.0-alpha.151](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.150...v3.0.0-alpha.151) (2025-07-09)
197
+
198
+
199
+ ### Features
200
+
201
+ * add Drawer and SwipeableDrawer components ([acd978a](https://fox.25sprout.com/surveycake/sdk/rc/commit/acd978a6097a8b6cc65b886c0b49d8f333f8e679))
202
+
203
+ ## [3.0.0-alpha.150](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.149...v3.0.0-alpha.150) (2025-07-05)
204
+
205
+
206
+ ### Features
207
+
208
+ * add border styles for outlinedPrimary and outlinedSecondary buttons ([0a81885](https://fox.25sprout.com/surveycake/sdk/rc/commit/0a81885164055a04e37f2a65417891ab9f9177e6))
209
+
210
+ ## [3.0.0-alpha.149](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.148...v3.0.0-alpha.149) (2025-07-01)
211
+
212
+
213
+ ### Features
214
+
215
+ * add a shadow story, update shadow tokens, and configure Storybook options ([5ae7cc5](https://fox.25sprout.com/surveycake/sdk/rc/commit/5ae7cc51acb7836e9f0b5332266e890233261171))
216
+
217
+ ## [3.0.0-alpha.148](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.147...v3.0.0-alpha.148) (2025-07-01)
218
+
219
+
220
+ ### Features
221
+
222
+ * add the Add icon ([2945933](https://fox.25sprout.com/surveycake/sdk/rc/commit/2945933057f9f5f560ca080e523d7539862d9929))
223
+
224
+ ## [3.0.0-alpha.147](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.146...v3.0.0-alpha.147) (2025-06-24)
225
+
226
+
227
+ ### Features
228
+
229
+ * adjust button, form, and input components to align with the new design system. ([8f9662e](https://fox.25sprout.com/surveycake/sdk/rc/commit/8f9662e5350241753e1074eaf117c238322a3543))
230
+
231
+ ## [3.0.0-alpha.146](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.145...v3.0.0-alpha.146) (2025-06-13)
232
+
233
+
234
+ ### Bug Fixes
235
+
236
+ * correct clip-path attribute to clipPath in Advertisement icon ([528768d](https://fox.25sprout.com/surveycake/sdk/rc/commit/528768d7a47ed5100644c2d68bcee7503e2b50ad))
237
+
238
+ ## [3.0.0-alpha.145](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.144...v3.0.0-alpha.145) (2025-06-13)
239
+
240
+
241
+ ### Features
242
+
243
+ * add Advertisement icon ([4642dda](https://fox.25sprout.com/surveycake/sdk/rc/commit/4642dda46bebe9ffa96ec7c8798b74a4a5dc0b4c))
244
+
245
+ ## [3.0.0-alpha.144](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.143...v3.0.0-alpha.144) (2025-06-13)
246
+
247
+
248
+ ### Bug Fixes
249
+
250
+ * adjust `md` breakpoint value in core styles to 900 [SUR-6206] ([d828788](https://fox.25sprout.com/surveycake/sdk/rc/commit/d82878842cb0c83c5c8288c502041a79d5370d7d))
251
+
252
+ ## [3.0.0-alpha.143](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.142...v3.0.0-alpha.143) (2025-05-26)
253
+
254
+
255
+ ### Features
256
+
257
+ * add Design and Logic icons ([dc8db24](https://fox.25sprout.com/surveycake/sdk/rc/commit/dc8db242f3a4e9302a691ab671e54f74ce162b51))
258
+
259
+ ## [3.0.0-alpha.142](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.141...v3.0.0-alpha.142) (2025-05-15)
260
+
261
+
262
+ ### Bug Fixes
263
+
264
+ * add MultiVarSelect component to exports ([e8f35aa](https://fox.25sprout.com/surveycake/sdk/rc/commit/e8f35aa01d3d52f12bf3bafac7e6dd524e819aed))
265
+
266
+ ## [3.0.0-alpha.141](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.140...v3.0.0-alpha.141) (2025-05-08)
267
+
268
+
269
+ ### Features
270
+
271
+ * add NestedAccordionSelect ([83e9705](https://fox.25sprout.com/surveycake/sdk/rc/commit/83e970514f6b78b93de45c1a9812f7a7d8be83e4))
272
+
273
+ ## [3.0.0-alpha.140](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.139...v3.0.0-alpha.140) (2025-01-23)
274
+
275
+
276
+ ### Features
277
+
278
+ * add AutoAwesome icon ([8155f1c](https://fox.25sprout.com/surveycake/sdk/rc/commit/8155f1c2d217c72d958c3c51d4b6d08c7f0b969c))
279
+
280
+ ## [3.0.0-alpha.139](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.138...v3.0.0-alpha.139) (2025-01-14)
281
+
282
+
283
+ ### Features
284
+
285
+ * add Copy icon ([68ee50c](https://fox.25sprout.com/surveycake/sdk/rc/commit/68ee50cd352b82bcfd12930d6c7cf0c74e976afb))
286
+
287
+ ## [3.0.0-alpha.138](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.137...v3.0.0-alpha.138) (2025-01-09)
288
+
289
+
290
+ ### Features
291
+
292
+ * add FileCopyOutlinedIcon ([6a727ed](https://fox.25sprout.com/surveycake/sdk/rc/commit/6a727eda8758297ff3ad26e913afddf62f11c96a))
293
+
294
+ ## [3.0.0-alpha.137](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.136...v3.0.0-alpha.137) (2024-12-31)
295
+
296
+
297
+ ### Bug Fixes
298
+
299
+ * replace fill-rule and clip-rule with fillRule and clipRule in the TypeNest icon ([103b6fb](https://fox.25sprout.com/surveycake/sdk/rc/commit/103b6fb25491571b51973a35809eb560fc27f225))
300
+
301
+ ## [3.0.0-alpha.136](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.135...v3.0.0-alpha.136) (2024-12-29)
302
+
303
+
304
+ ### Bug Fixes
305
+
306
+ * update the TypeNest icon [SUR-5520] ([fe89625](https://fox.25sprout.com/surveycake/sdk/rc/commit/fe896254981d1ada4d35717f18417ed8daba9c06))
307
+
308
+ ## [3.0.0-alpha.135](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.134...v3.0.0-alpha.135) (2024-12-25)
309
+
310
+
311
+ ### Features
312
+
313
+ * add TypeNPS icon ([a289bd6](https://fox.25sprout.com/surveycake/sdk/rc/commit/a289bd647b258655d4cff475371dfad1825b5ab7))
314
+
315
+ ## [3.0.0-alpha.134](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.133...v3.0.0-alpha.134) (2024-11-21)
316
+
317
+
318
+ ### Features
319
+
320
+ * add Tune icon ([fa22ebb](https://fox.25sprout.com/surveycake/sdk/rc/commit/fa22ebb77a7718d925d48d368e53bfc43d43cfb8))
321
+
322
+ ## [3.0.0-alpha.133](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.132...v3.0.0-alpha.133) (2024-11-21)
323
+
324
+
325
+ ### Bug Fixes
326
+
327
+ * replace fill-rule, clip-rule properties with fillRule, clipRule in the TypeNestMulti icon ([098ae7a](https://fox.25sprout.com/surveycake/sdk/rc/commit/098ae7a8a1d26ff10894c8cf917bdf559700625b))
328
+
329
+ ## [3.0.0-alpha.132](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.131...v3.0.0-alpha.132) (2024-11-21)
330
+
331
+
332
+ ### Features
333
+
334
+ * add TypeNestMulti icon ([33a5368](https://fox.25sprout.com/surveycake/sdk/rc/commit/33a536844659f96c1d0c3aea49588e535283abef))
335
+
336
+ ## [3.0.0-alpha.131](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.130...v3.0.0-alpha.131) (2024-11-19)
337
+
338
+
339
+ ### Features
340
+
341
+ * add TypeConstantSum icon ([a443e63](https://fox.25sprout.com/surveycake/sdk/rc/commit/a443e63300de81156eab7728926741c66c4fcb28))
342
+
343
+ ## [3.0.0-alpha.130](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.129...v3.0.0-alpha.130) (2024-10-01)
344
+
345
+
346
+ ### Features
347
+
348
+ * add CurlyBrackets, DisplayLogic, LocalOfferOutlined, Maximum, Skip, Video icons and modify the Image Icon ([95b5c2d](https://fox.25sprout.com/surveycake/sdk/rc/commit/95b5c2d7924dff46604eb293ba3aae0ec51e91b9))
349
+
350
+ ## [3.0.0-alpha.129](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.128...v3.0.0-alpha.129) (2024-09-24)
351
+
352
+
353
+ ### Features
354
+
355
+ * export customized emotion instance ([a0efd93](https://fox.25sprout.com/surveycake/sdk/rc/commit/a0efd934ad647131bdbb42bb160d0f921fd6947b))
356
+
357
+ ## [3.0.0-alpha.128](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.127...v3.0.0-alpha.128) (2024-09-12)
358
+
359
+
360
+ ### Features
361
+
362
+ * add RemoveCircleOutline icon ([16c9f4a](https://fox.25sprout.com/surveycake/sdk/rc/commit/16c9f4a2906e44cba6c3e33ec12c9471f34774c2))
363
+
364
+ ## [3.0.0-alpha.127](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.126...v3.0.0-alpha.127) (2024-09-12)
365
+
366
+
367
+ ### Features
368
+
369
+ * add custom None icon ([29ece1d](https://fox.25sprout.com/surveycake/sdk/rc/commit/29ece1d7d356ae2562e25bcfb2817335a51fdb35))
370
+
371
+ ## [3.0.0-alpha.126](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.125...v3.0.0-alpha.126) (2024-09-02)
372
+
373
+
374
+ ### Bug Fixes
375
+
376
+ * replace emotion by customEmotion ([7fcaac6](https://fox.25sprout.com/surveycake/sdk/rc/commit/7fcaac678802dc5215a3089f7071e57090c355bb))
377
+
378
+ ## [3.0.0-alpha.125](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.124...v3.0.0-alpha.125) (2024-07-31)
379
+
380
+
381
+ ### Features
382
+
383
+ * add Input icon ([7d45103](https://fox.25sprout.com/surveycake/sdk/rc/commit/7d451033bbb1cf37218e7baabbfb6b41deda69ff))
384
+
385
+ ## [3.0.0-alpha.124](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.123...v3.0.0-alpha.124) (2024-06-21)
386
+
387
+
388
+ ### Bug Fixes
389
+
390
+ * re-positioning popup after item expanded ([2567043](https://fox.25sprout.com/surveycake/sdk/rc/commit/2567043f2986be35471c4d679c3f7c291101cb03))
391
+
392
+ ## [3.0.0-alpha.123](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.122...v3.0.0-alpha.123) (2024-06-17)
393
+
394
+ ## [3.0.0-alpha.122](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.121...v3.0.0-alpha.122) (2024-06-17)
395
+
396
+
397
+ ### Features
398
+
399
+ * add coupon-related icon ([b75470e](https://fox.25sprout.com/surveycake/sdk/rc/commit/b75470e94a5ec0dcdbf779e20bfc6fe3bc0c20dd))
400
+
401
+ ## [3.0.0-alpha.121](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.120...v3.0.0-alpha.121) (2024-05-21)
402
+
403
+
404
+ ### Features
405
+
406
+ * add CardboardBox icon ([dbf084c](https://fox.25sprout.com/surveycake/sdk/rc/commit/dbf084c1abae7f3d6a22eb3ecbd4aa634046e1af))
407
+
408
+ ## [3.0.0-alpha.120](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.119...v3.0.0-alpha.120) (2024-05-21)
409
+
410
+
411
+ ### Features
412
+
413
+ * hide expand icon when AccordionSelect's subOptions.length === 0 ([3246f45](https://fox.25sprout.com/surveycake/sdk/rc/commit/3246f455d20379e12758a65024a5ecc1b569ab75))
414
+
415
+ ## [3.0.0-alpha.119](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.118...v3.0.0-alpha.119) (2024-05-02)
416
+
417
+
418
+ ### Bug Fixes
419
+
420
+ * AccordionSelect supports Number sn for old version ([f0d0969](https://fox.25sprout.com/surveycake/sdk/rc/commit/f0d09691800a3a609159abb5279e1271b17fc58d))
421
+
422
+ ## [3.0.0-alpha.118](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.117...v3.0.0-alpha.118) (2024-04-29)
423
+
424
+
425
+ ### Features
426
+
427
+ * export AccordionSelect ([6c8019a](https://fox.25sprout.com/surveycake/sdk/rc/commit/6c8019a591e6bb86c89cff6d1b6df87ded4de10c))
428
+
429
+ ## [3.0.0-alpha.117](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.116...v3.0.0-alpha.117) (2024-04-19)
430
+
431
+
432
+ ### Features
433
+
434
+ * add DragIndicator icon ([1d3a5bd](https://fox.25sprout.com/surveycake/sdk/rc/commit/1d3a5bd6dc330581246557ab7c55056997def6ec))
435
+
436
+ ## [3.0.0-alpha.116](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.115...v3.0.0-alpha.116) (2024-04-01)
437
+
438
+
439
+ ### Features
440
+
441
+ * add ListAlt icon ([6e3b509](https://fox.25sprout.com/surveycake/sdk/rc/commit/6e3b5098bac409b2ddb173b367bf42933d281bca))
442
+
443
+ ## [3.0.0-alpha.115](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.114...v3.0.0-alpha.115) (2024-03-21)
444
+
445
+
446
+ ### Features
447
+
448
+ * add AccordionSelect component ([6fd1737](https://fox.25sprout.com/surveycake/sdk/rc/commit/6fd17371769799d01eef8157314486fb87690b7a))
449
+ * add warning lightest ([1ab66a5](https://fox.25sprout.com/surveycake/sdk/rc/commit/1ab66a58445958db44969cae60702b6d5e5955e5))
450
+ * update ui details of AccordionSelect ([c53b19a](https://fox.25sprout.com/surveycake/sdk/rc/commit/c53b19a12d1f3fc4503e49c03ea59209336f60b4))
451
+
452
+ ## [3.0.0-alpha.114](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.113...v3.0.0-alpha.114) (2024-03-13)
453
+
454
+
455
+ ### Bug Fixes
456
+
457
+ * replace fill-rule, clip-rule properties with fillRule, clipRule in the TypeDigitSlide icon ([21899b9](https://fox.25sprout.com/surveycake/sdk/rc/commit/21899b90f8352409c3a6568839380c5f08ffb757))
458
+
459
+ ## [3.0.0-alpha.113](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.112...v3.0.0-alpha.113) (2024-03-12)
460
+
461
+
462
+ ### Features
463
+
464
+ * add Expend All icon ([eccfe8e](https://fox.25sprout.com/surveycake/sdk/rc/commit/eccfe8e688813ae4159a196b108eb88abcbdb690))
465
+
466
+ ## [3.0.0-alpha.112](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.111...v3.0.0-alpha.112) (2024-03-06)
467
+
468
+
469
+ ### Features
470
+
471
+ * add new icons for the sub navigation bar and update the subject icons [SUR-4009] ([f1b170f](https://fox.25sprout.com/surveycake/sdk/rc/commit/f1b170fb28794a3ea6c4a25493c7ef5acab6ddfc))
472
+
473
+ ## [3.0.0-alpha.111](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.110...v3.0.0-alpha.111) (2024-02-29)
474
+
475
+
476
+ ### Features
477
+
478
+ * add SwapVert icon ([532a53a](https://fox.25sprout.com/surveycake/sdk/rc/commit/532a53a4ec209f2980d72ff9035a4630e00d507b))
479
+
480
+ ## [3.0.0-alpha.110](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.109...v3.0.0-alpha.110) (2024-02-07)
481
+
482
+ ## [3.0.0-alpha.109](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.108...v3.0.0-alpha.109) (2024-02-01)
483
+
484
+ ## [3.0.0-alpha.108](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.106...v3.0.0-alpha.108) (2024-01-05)
485
+
486
+
487
+ ### Features
488
+
489
+ * add ArrowDownward ([5b2882f](https://fox.25sprout.com/surveycake/sdk/rc/commit/5b2882f3375ef0ecce31986261f867b197890ea2))
490
+ * add PostAdd icon ([6ceddfc](https://fox.25sprout.com/surveycake/sdk/rc/commit/6ceddfcd9a1c9925ba6d1ab7741023981b4386e4))
491
+
492
+ ## [3.0.0-alpha.107](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.106...v3.0.0-alpha.107) (2024-01-05)
493
+
494
+
495
+ ### Features
496
+
497
+ * add ArrowDownward ([5b2882f](https://fox.25sprout.com/surveycake/sdk/rc/commit/5b2882f3375ef0ecce31986261f867b197890ea2))
498
+
499
+ ## [3.0.0-alpha.106](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.105...v3.0.0-alpha.106) (2023-10-11)
500
+
501
+
502
+ ### Features
503
+
504
+ * add TypeNestedDropdown icon for the nested dropdown subject ([0396b9f](https://fox.25sprout.com/surveycake/sdk/rc/commit/0396b9fe903491d757c3bd20081a68ad078181b6))
505
+
506
+ ## [3.0.0-alpha.105](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.104...v3.0.0-alpha.105) (2023-10-05)
507
+
508
+
509
+ ### Features
510
+
511
+ * add first and last page icon ([71a0f25](https://fox.25sprout.com/surveycake/sdk/rc/commit/71a0f250dcaca6afc045c191d853a8bd47717cfa))
512
+
513
+ ## [3.0.0-alpha.104](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.103...v3.0.0-alpha.104) (2023-09-22)
514
+
515
+
516
+ ### Features
517
+
518
+ * add UploadFile icon ([c76b4a4](https://fox.25sprout.com/surveycake/sdk/rc/commit/c76b4a4a418cfb01b71900d5ab2fd0f6cb14c40f))
519
+ * deprecated MultiVarSelect component ([7123497](https://fox.25sprout.com/surveycake/sdk/rc/commit/71234975e2f3a47b8614d6fb8f6381472f354a7e))
520
+
521
+ ## [3.0.0-alpha.103](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.102...v3.0.0-alpha.103) (2023-08-28)
522
+
523
+
524
+ ### Features
525
+
526
+ * add Visibility Off Outlined icon ([dbf4d82](https://fox.25sprout.com/surveycake/sdk/rc/commit/dbf4d826e2fb463e1cc6366f34819df262917cfe))
527
+
528
+ ## [3.0.0-alpha.102](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.100...v3.0.0-alpha.102) (2023-08-23)
529
+
530
+
531
+ ### Features
532
+
533
+ * add cloud download icon ([bd9c502](https://fox.25sprout.com/surveycake/sdk/rc/commit/bd9c50215ac71f5ba079ad90381a32fa8e20bbd1))
534
+ * support group prop in MultiVarSelect ([e2051a2](https://fox.25sprout.com/surveycake/sdk/rc/commit/e2051a2d3eecc45a6e95cd5c1b9edcd18f81918f))
535
+
536
+ ## [3.0.0-alpha.101](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.100...v3.0.0-alpha.101) (2023-08-23)
537
+
538
+
539
+ ### Features
540
+
541
+ * add cloud download icon ([bd9c502](https://fox.25sprout.com/surveycake/sdk/rc/commit/bd9c50215ac71f5ba079ad90381a32fa8e20bbd1))
542
+
543
+ ## [3.0.0-alpha.100](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.99...v3.0.0-alpha.100) (2023-08-22)
544
+
545
+
546
+ ### Features
547
+
548
+ * create export sheet icon ([c19f657](https://fox.25sprout.com/surveycake/sdk/rc/commit/c19f65788b4bf9517c7c3b44e31ae63004161356))
549
+
550
+ ## [3.0.0-alpha.99](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.98...v3.0.0-alpha.99) (2023-08-16)
551
+
552
+
553
+ ### Features
554
+
555
+ * update VarSelect style ([d9cb3bf](https://fox.25sprout.com/surveycake/sdk/rc/commit/d9cb3bf23befc90d997d6c461073f755b7c3ce6c))
556
+
557
+ ## [3.0.0-alpha.98](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.97...v3.0.0-alpha.98) (2023-08-14)
558
+
559
+
560
+ ### Features
561
+
562
+ * add Check File icon ([aaf89b0](https://fox.25sprout.com/surveycake/sdk/rc/commit/aaf89b019e6a639d60867eca68e43d0dd0bbf4c5))
563
+
564
+ ## [3.0.0-alpha.97](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.96...v3.0.0-alpha.97) (2023-08-08)
565
+
566
+
567
+ ### Features
568
+
569
+ * add sort icon [SUR-2993] ([ec96689](https://fox.25sprout.com/surveycake/sdk/rc/commit/ec966891e2cb398e1476a1743353e52abcf4f632))
570
+
571
+ ## [3.0.0-alpha.96](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.95...v3.0.0-alpha.96) (2023-07-26)
572
+
573
+
574
+ ### Bug Fixes
575
+
576
+ * remove fill property in svg ([605c2a1](https://fox.25sprout.com/surveycake/sdk/rc/commit/605c2a1b9a9072b2fbc6fb09f2f48bb24e6e0128))
577
+
578
+ ## [3.0.0-alpha.95](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.94...v3.0.0-alpha.95) (2023-07-25)
579
+
580
+
581
+ ### Features
582
+
583
+ * add TableList icon ([a06fd0e](https://fox.25sprout.com/surveycake/sdk/rc/commit/a06fd0ef7870eee8f8fa09371e7f330ac0a1d581))
584
+
585
+ ## [3.0.0-alpha.94](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.93...v3.0.0-alpha.94) (2023-07-18)
586
+
587
+
588
+ ### Features
589
+
590
+ * add Lock icon ([27f5b76](https://fox.25sprout.com/surveycake/sdk/rc/commit/27f5b76345d1bd67d621c88c2148364e9eba97f3))
591
+
592
+ ## [3.0.0-alpha.93](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.92...v3.0.0-alpha.93) (2023-07-17)
593
+
594
+
595
+ ### Features
596
+
597
+ * create Quiz icon ([cf37432](https://fox.25sprout.com/surveycake/sdk/rc/commit/cf37432dcaf21eef178d13d9e8753473c8726e95))
598
+ * create UserReply icon ([0a4fa4e](https://fox.25sprout.com/surveycake/sdk/rc/commit/0a4fa4e2bb04b6b69976cf65cb46dba50505fb13))
599
+
600
+ ## [3.0.0-alpha.92](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.91...v3.0.0-alpha.92) (2023-07-14)
601
+
602
+
603
+ ### Features
604
+
605
+ * create linear progress component ([ccdc703](https://fox.25sprout.com/surveycake/sdk/rc/commit/ccdc7036c74f77e525ef6eb217d948f4e41f5d4d))
606
+
607
+ ## [3.0.0-alpha.91](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.90...v3.0.0-alpha.91) (2023-07-14)
608
+
609
+
610
+ ### Features
611
+
612
+ * Add review page icon [SR-106] ([e814117](https://fox.25sprout.com/surveycake/sdk/rc/commit/e814117395166635fab4b14e2df5e4e2778266d0))
613
+ * create ArrowCircleDown icon ([459cac9](https://fox.25sprout.com/surveycake/sdk/rc/commit/459cac9b9eac9e02bd866ffd4a514efc28f62d32))
614
+ * create ClickAwayListener component ([78dc9b2](https://fox.25sprout.com/surveycake/sdk/rc/commit/78dc9b2c33f9e653d02ed2768ac35c60c8663d09))
615
+ * create Grow component ([2ec8251](https://fox.25sprout.com/surveycake/sdk/rc/commit/2ec82515322efde0321371fb32b89371d54592b5))
616
+ * create MenuList component ([e358702](https://fox.25sprout.com/surveycake/sdk/rc/commit/e358702e65f31f9101dd6e683117741bade6a822))
617
+ * create Popper component ([d20da96](https://fox.25sprout.com/surveycake/sdk/rc/commit/d20da962f1f069c1d5b6429bfe67778b664d42d4))
618
+ * create SplitButton story ([c3cb504](https://fox.25sprout.com/surveycake/sdk/rc/commit/c3cb5044f0ddd08cde52901a8b3c845ab8af439d))
619
+ * import KeyboardArrowUp icon ([899659f](https://fox.25sprout.com/surveycake/sdk/rc/commit/899659f1719c9bc425555b284749883b7f118367))
620
+
621
+ ## [3.0.0-alpha.90](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.89...v3.0.0-alpha.90) (2023-07-07)
622
+
623
+
624
+ ### Features
625
+
626
+ * varSelect support accepting defaultOptions prop [SUR-2879] ([800f627](https://fox.25sprout.com/surveycake/sdk/rc/commit/800f62724691f3f08907b0fc6419c167a5357299))
627
+
628
+ ## [3.0.0-alpha.89](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.88...v3.0.0-alpha.89) (2023-07-06)
629
+
630
+
631
+ ### Features
632
+
633
+ * add Privacy icon [SUR-2750] ([dcc8e12](https://fox.25sprout.com/surveycake/sdk/rc/commit/dcc8e129d2109cfcfab4cae4646ad4d78871233c))
634
+
635
+ ## [3.0.0-alpha.88](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.87...v3.0.0-alpha.88) (2023-06-30)
636
+
637
+
638
+ ### Features
639
+
640
+ * add LowPriority icon [SUR-2763] ([e96a05c](https://fox.25sprout.com/surveycake/sdk/rc/commit/e96a05cc316c08e3d526642a2898e45cc8f17f65))
641
+
642
+ ## [3.0.0-alpha.87](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.86...v3.0.0-alpha.87) (2023-06-24)
643
+
644
+
645
+ ### Features
646
+
647
+ * add Icon ([a3581db](https://fox.25sprout.com/surveycake/sdk/rc/commit/a3581dbef4fd179d368dea1c23038fbc391cd9e6))
648
+
649
+
650
+ ### Bug Fixes
651
+
652
+ * replace Kebab Case svg attribute with Camel Case ([f8faef1](https://fox.25sprout.com/surveycake/sdk/rc/commit/f8faef15aba12cce8fccb6b960fddbab2ac7444f))
653
+
654
+ ## [3.0.0-alpha.86](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.85...v3.0.0-alpha.86) (2023-06-22)
655
+
656
+
657
+ ### Features
658
+
659
+ * add template recommend icons [SUR-2843] ([c9b4899](https://fox.25sprout.com/surveycake/sdk/rc/commit/c9b4899c94a8d645569ea14ecc5be9f5de406790))
660
+
661
+ ## [3.0.0-alpha.85](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.84...v3.0.0-alpha.85) (2023-06-19)
662
+
663
+
664
+ ### Features
665
+
666
+ * create Slider component ([bf34c2e](https://fox.25sprout.com/surveycake/sdk/rc/commit/bf34c2e773375b32a92909c83f751238eb1fcf70))
667
+
668
+ ## [3.0.0-alpha.84](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.83...v3.0.0-alpha.84) (2023-06-12)
669
+
670
+
671
+ ### Features
672
+
673
+ * multiVarSelect support disabled options prop ([93e9458](https://fox.25sprout.com/surveycake/sdk/rc/commit/93e9458313945d095a0b11739083ee539d3b505a))
674
+
675
+
676
+ ### Bug Fixes
677
+
678
+ * fix optionalChaining issue of MultiVarSelect ([c3fac88](https://fox.25sprout.com/surveycake/sdk/rc/commit/c3fac887126d6f4c81014462454ae618a83f425d))
679
+
680
+ ## [3.0.0-alpha.83](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.82...v3.0.0-alpha.83) (2023-06-08)
681
+
682
+
683
+ ### Features
684
+
685
+ * add ConflictRoute icon ([ab1ec11](https://fox.25sprout.com/surveycake/sdk/rc/commit/ab1ec114d268904ab7e16882acb92f418bbe337c))
686
+ * add MultiVarSelect component ([c4195c2](https://fox.25sprout.com/surveycake/sdk/rc/commit/c4195c246ef18f1e9e9ba68e59082026897679f0))
687
+
688
+ ## [3.0.0-alpha.83](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.82...v3.0.0-alpha.83) (2023-06-08)
689
+
690
+ ## [3.0.0-alpha.82](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.80...v3.0.0-alpha.82) (2023-05-23)
691
+
692
+
693
+ ### Features
694
+
695
+ * add crop icon ([6ade143](https://fox.25sprout.com/surveycake/sdk/rc/commit/6ade143c33e5832267ce5b6aff8ce059e353d3b3))
696
+ * add Popover component ([5fdffea](https://fox.25sprout.com/surveycake/sdk/rc/commit/5fdffead5139095e240ba208fe10c9d667319901))
697
+
698
+ ## [3.0.0-alpha.81](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.80...v3.0.0-alpha.81) (2023-05-18)
699
+
700
+
701
+ ### Features
702
+
703
+ * add crop icon ([6ade143](https://fox.25sprout.com/surveycake/sdk/rc/commit/6ade143c33e5832267ce5b6aff8ce059e353d3b3))
704
+
705
+ ## [3.0.0-alpha.80](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.79...v3.0.0-alpha.80) (2023-04-18)
706
+
707
+
708
+ ### Features
709
+
710
+ * add pagination next, prev button data-qa attr [SUR-2523] ([5a2bf9f](https://fox.25sprout.com/surveycake/sdk/rc/commit/5a2bf9f7c45247181912baaf40882e4b45a83f3e))
711
+
712
+ ## [3.0.0-alpha.79](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.78...v3.0.0-alpha.79) (2023-04-18)
713
+
714
+
715
+ ### Features
716
+
717
+ * create functional table ([6da9c40](https://fox.25sprout.com/surveycake/sdk/rc/commit/6da9c407a41c6439e8a84775406224557cc75177))
718
+
719
+ ## [3.0.0-alpha.78](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.77...v3.0.0-alpha.78) (2023-02-15)
720
+
721
+
722
+ ### Bug Fixes
723
+
724
+ * adjust button size [SUR-2126] ([51961cb](https://fox.25sprout.com/surveycake/sdk/rc/commit/51961cb186a9cf289a00ffc0655ba58f7b34c705))
725
+
726
+ ## [3.0.0-alpha.77](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.76...v3.0.0-alpha.77) (2023-01-19)
727
+
728
+
729
+ ### Features
730
+
731
+ * add refresh icon [SUR-2089] ([cb0fce9](https://fox.25sprout.com/surveycake/sdk/rc/commit/cb0fce9a01da98bdef6db2916fa957f163405a04))
732
+
733
+ ## [3.0.0-alpha.76](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.75...v3.0.0-alpha.76) (2022-12-29)
734
+
735
+
736
+ ### Features
737
+
738
+ * add Menu icon [SUR-1628] ([e30465f](https://fox.25sprout.com/surveycake/sdk/rc/commit/e30465fe4a03af44ec7cd3e3a055372fb3147b6f))
739
+
740
+ ## [3.0.0-alpha.75](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.74...v3.0.0-alpha.75) (2022-12-26)
741
+
742
+
743
+ ### Features
744
+
745
+ * add some icons about credit card issuer associations [1913] ([ff4a7bc](https://fox.25sprout.com/surveycake/sdk/rc/commit/ff4a7bc1a6507f1a3d03ea884842304e7bc6456a))
746
+
747
+ ## [3.0.0-alpha.74](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.73...v3.0.0-alpha.74) (2022-12-22)
748
+
749
+
750
+ ### Features
751
+
752
+ * add CreditCard icon [SUR-1915] ([0545fb6](https://fox.25sprout.com/surveycake/sdk/rc/commit/0545fb64ba6c1d17e6a4c78b3bd257f6198b47e2))
753
+
754
+ ## [3.0.0-alpha.73](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.72...v3.0.0-alpha.73) (2022-12-14)
755
+
756
+
757
+ ### Bug Fixes
758
+
759
+ * export Radio and RadioGroup components [SUR-1914] ([fb021b1](https://fox.25sprout.com/surveycake/sdk/rc/commit/fb021b12f3edfd4da4f4a5a4d211bf73fc5641ed))
760
+
761
+ ## [3.0.0-alpha.72](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.71...v3.0.0-alpha.72) (2022-12-14)
762
+
763
+
764
+ ### Bug Fixes
765
+
766
+ * read-only outlined input style pollution [SUR-1914] ([9a52c64](https://fox.25sprout.com/surveycake/sdk/rc/commit/9a52c64861aa4f67bad50e2ecb3a44f8931bafaa))
767
+
768
+ ## [3.0.0-alpha.71](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.70...v3.0.0-alpha.71) (2022-12-14)
769
+
770
+
771
+ ### Features
772
+
773
+ * create radio component and add components story [SUR-1914] ([cf7dc4e](https://fox.25sprout.com/surveycake/sdk/rc/commit/cf7dc4e9b4bd8ebc0af9d2660a3245cbacb0c67d))
774
+
775
+
776
+ ### Bug Fixes
777
+
778
+ * correct button css padding unit ([6523146](https://fox.25sprout.com/surveycake/sdk/rc/commit/652314666ce8380f50e073a51d8f8aba356fe736))
779
+
780
+ ## [3.0.0-alpha.70](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.69...v3.0.0-alpha.70) (2022-12-13)
781
+
782
+
783
+ ### Features
784
+
785
+ * add ArrowRightAlt and Redeem icons ([2668d2a](https://fox.25sprout.com/surveycake/sdk/rc/commit/2668d2a2e356a8a9697c80b3f46bf0c40344b821))
786
+
787
+ ## [3.0.0-alpha.69](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.68...v3.0.0-alpha.69) (2022-12-08)
788
+
789
+
790
+ ### Features
791
+
792
+ * add ViewDayOutlined icon [SUR-1925] ([c326b8c](https://fox.25sprout.com/surveycake/sdk/rc/commit/c326b8ce028a03bb55c5b6cfdd6adc1e3756f55d))
793
+
794
+ ## [3.0.0-alpha.68](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.67...v3.0.0-alpha.68) (2022-12-02)
795
+
796
+
797
+ ### Bug Fixes
798
+
799
+ * fix the warning issue and update the autocomplete component ([7ceea92](https://fox.25sprout.com/surveycake/sdk/rc/commit/7ceea924e6ba6b03908d8f9ec6f6c55dd9581e24))
800
+
801
+ ## [3.0.0-alpha.67](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.66...v3.0.0-alpha.67) (2022-12-01)
802
+
803
+
804
+ ### Features
805
+
806
+ * add CameraAlt icon ([843e636](https://fox.25sprout.com/surveycake/sdk/rc/commit/843e63655909a7897efcf615536fe01fa8c5db53))
807
+
808
+ ## [3.0.0-alpha.66](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.65...v3.0.0-alpha.66) (2022-12-01)
809
+
810
+
811
+ ### Features
812
+
813
+ * add basic Autocomplete ([d4d3a89](https://fox.25sprout.com/surveycake/sdk/rc/commit/d4d3a8977e071f259c179779011f4fdba2f7c501))
814
+
815
+ ## [3.0.0-alpha.65](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.64...v3.0.0-alpha.65) (2022-12-01)
816
+
817
+
818
+ ### Features
819
+
820
+ * add MailForward, LockOutlined icons ([bd67fe2](https://fox.25sprout.com/surveycake/sdk/rc/commit/bd67fe27d99f85291b205b5ba277f1ab58959753))
821
+
822
+ ## [3.0.0-alpha.64](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.63...v3.0.0-alpha.64) (2022-11-17)
823
+
824
+
825
+ ### Bug Fixes
826
+
827
+ * update digit subject icon [SUR-1831] ([ff3debd](https://fox.25sprout.com/surveycake/sdk/rc/commit/ff3debdda0d8b7a00fda506ae12323efa2526350))
828
+
829
+ ## [3.0.0-alpha.63](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.62...v3.0.0-alpha.63) (2022-11-17)
830
+
831
+
832
+ ### Bug Fixes
833
+
834
+ * swap digit subject icon [SUR-1831] ([9fe7c8a](https://fox.25sprout.com/surveycake/sdk/rc/commit/9fe7c8a0620d61fbe0a8d92b684e0352bf5c23b1))
835
+
836
+ ## [3.0.0-alpha.62](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.61...v3.0.0-alpha.62) (2022-11-06)
837
+
838
+
839
+ ### Features
840
+
841
+ * add Donut Small Icon ([3195406](https://fox.25sprout.com/surveycake/sdk/rc/commit/3195406ba8e071ea3f275bbe22fdbd0b7c0ff8e9))
842
+
843
+ ## [3.0.0-alpha.61](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.60...v3.0.0-alpha.61) (2022-10-28)
844
+
845
+
846
+ ### Features
847
+
848
+ * InsertPageBreakOutline, DescriptionOutline Icon ([c1286dd](https://fox.25sprout.com/surveycake/sdk/rc/commit/c1286dd207c4aa776df5ffee137add065eb2dddb))
849
+
850
+ ## [3.0.0-alpha.60](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.59...v3.0.0-alpha.60) (2022-10-25)
851
+
852
+
853
+ ### Features
854
+
855
+ * add 'TypeVariableNumber' icon ([380e9fb](https://fox.25sprout.com/surveycake/sdk/rc/commit/380e9fbc0196c04f37c619f9fa23022a9583d6e3))
856
+
857
+ ## [3.0.0-alpha.59](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.58...v3.0.0-alpha.59) (2022-09-26)
858
+
859
+
860
+ ### Bug Fixes
861
+
862
+ * change AccordionDetails from flexbox to block element box ([98c30e6](https://fox.25sprout.com/surveycake/sdk/rc/commit/98c30e69283a63fd5b30cf2a597f9bdb5e8399f7))
863
+
864
+ ## [3.0.0-alpha.58](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.57...v3.0.0-alpha.58) (2022-08-25)
865
+
866
+
867
+ ### Features
868
+
869
+ * create chart color set [SUR-1351] ([a46f121](https://fox.25sprout.com/surveycake/sdk/rc/commit/a46f1218a37476c47fce6d9d1f7e5935f4fdefa6))
870
+ * move exclusive color into theme palette [SUR-1351] ([fddc427](https://fox.25sprout.com/surveycake/sdk/rc/commit/fddc427bdc1ce26d6238b5c1fd798f56190eb43c))
871
+
872
+ ## [3.0.0-alpha.57](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.56...v3.0.0-alpha.57) (2022-08-19)
873
+
874
+
875
+ ### Features
876
+
877
+ * add Accordion to V2 components [SUR-1283] ([f6afa88](https://fox.25sprout.com/surveycake/sdk/rc/commit/f6afa882cddef88b44c8a05005c0102e2c7750aa))
878
+ * add Table to V2 components [SUR-1174] ([fcaa34a](https://fox.25sprout.com/surveycake/sdk/rc/commit/fcaa34a6dc621613827f3f81f21e11d2f22a1da1))
879
+ * import old survey subject icons [SUR-1010] ([7f26950](https://fox.25sprout.com/surveycake/sdk/rc/commit/7f269506d54ccaf5875b2e0d403b51ece6c19710))
880
+
881
+ ## [3.0.0-alpha.56](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.55...v3.0.0-alpha.56) (2022-08-10)
882
+
883
+
884
+ ### Features
885
+
886
+ * add more icons [SUR-1137] ([f559384](https://fox.25sprout.com/surveycake/sdk/rc/commit/f559384fce7d57de4abd3c2a951eda82570663af))
887
+ * create Stepper component [SUR-1137] ([4f65cdd](https://fox.25sprout.com/surveycake/sdk/rc/commit/4f65cdd1e979023ccdbd279c320f58262f39297d))
888
+
889
+
890
+ ### Bug Fixes
891
+
892
+ * adjust survey subject number chip [SUR-1085] ([f922a68](https://fox.25sprout.com/surveycake/sdk/rc/commit/f922a68ad13cd7d40f13859367c8ffc383676c05))
893
+
894
+ ## [3.0.0-alpha.55](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.54...v3.0.0-alpha.55) (2022-08-02)
895
+
896
+
897
+ ### Features
898
+
899
+ * add more icons and adjust icon storybook ui [SUR-1085] ([e0e6f1e](https://fox.25sprout.com/surveycake/sdk/rc/commit/e0e6f1e5b1e4a0b718aa50dbfdf11c1d5578e1ab))
900
+ * create subject id chip example [SUR-1085] ([b6d1ba9](https://fox.25sprout.com/surveycake/sdk/rc/commit/b6d1ba9c4be57ddb4ac66139f7781124ab75b234))
901
+
902
+
903
+ ### Bug Fixes
904
+
905
+ * adjust stories in Chip (with icons) [SUR-1085] ([8fa4159](https://fox.25sprout.com/surveycake/sdk/rc/commit/8fa4159ca3ee81bd67039a536d4891f0267e20fa))
906
+ * adjust the stories layout of Icon ([a9a449a](https://fox.25sprout.com/surveycake/sdk/rc/commit/a9a449a82897f47aeabbd3130e8ac5f8f1cb1727))
907
+
908
+ ## [3.0.0-alpha.54](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.53...v3.0.0-alpha.54) (2022-07-14)
909
+
910
+
911
+ ### Features
912
+
913
+ * add FormHelperText error state story [SUR-1064] ([acbcd56](https://fox.25sprout.com/surveycake/sdk/rc/commit/acbcd569f72681bd170892991d3e7ac31464ed1b))
914
+
915
+
916
+ ### Bug Fixes
917
+
918
+ * adjust width of SnackbarContent message [SUR-1056, SUR-1057] ([628462a](https://fox.25sprout.com/surveycake/sdk/rc/commit/628462a0b8ee06a9ab80040340e5b9d1e21ced65))
919
+ * correct FormHelperText error state color [SUR-1064] ([6002175](https://fox.25sprout.com/surveycake/sdk/rc/commit/6002175db6b3c1884a8e863dbf7e43a17e2762fc))
920
+
921
+ ## [3.0.0-alpha.53](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.52...v3.0.0-alpha.53) (2022-07-07)
922
+
923
+
924
+ ### Bug Fixes
925
+
926
+ * giving popper a default z-index [SUR-800] ([ac6fc9e](https://fox.25sprout.com/surveycake/sdk/rc/commit/ac6fc9e2e53c4955c23f9dd9aacc8780dbf353fb))
927
+
928
+ ## [3.0.0-alpha.52](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.51...v3.0.0-alpha.52) (2022-07-07)
929
+
930
+
931
+ ### Features
932
+
933
+ * replace useless custom sort icons with new ArrowSort icon [SUR-861] ([68a3acf](https://fox.25sprout.com/surveycake/sdk/rc/commit/68a3acfa583649032af160a0756028d2e392298a))
934
+
935
+ ## [3.0.0-alpha.51](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.50...v3.0.0-alpha.51) (2022-05-23)
936
+
937
+
938
+ ### Features
939
+
940
+ * V1 Typography supports align setting - [SUR-673] ([80d160c](https://fox.25sprout.com/surveycake/sdk/rc/commit/80d160c647992065646108f3675110f31aad5d04))
941
+
942
+ ## [3.0.0-alpha.50](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.49...v3.0.0-alpha.50) (2022-05-23)
943
+
944
+
945
+ ### Features
946
+
947
+ * add (Disabled) stories to OutlinedInput, Select, and VarSelect - [SUR-587] ([6692566](https://fox.25sprout.com/surveycake/sdk/rc/commit/669256657042cf97cac3c82edf50fa3035e4c28e))
948
+ * change disabled styles of inputs and selects - [SUR-587] ([1840683](https://fox.25sprout.com/surveycake/sdk/rc/commit/1840683d4feb8d330f01fac07ef3af67258104b7))
949
+
950
+ ## [3.0.0-alpha.49](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.48...v3.0.0-alpha.49) (2022-05-19)
951
+
952
+
953
+ ### Features
954
+
955
+ * define secondary text color ([d606d90](https://fox.25sprout.com/surveycake/sdk/rc/commit/d606d907a05f93b40cc8abca5b4c46bf826e6a4b))
956
+
957
+ ## [3.0.0-alpha.48](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.47...v3.0.0-alpha.48) (2022-04-29)
958
+
959
+
960
+ ### Features
961
+
962
+ * add a custom Image icon - [SUR-648] ([2bd0698](https://fox.25sprout.com/surveycake/sdk/rc/commit/2bd0698e1a032f67c8cc8a8b1596d83e25227f6d))
963
+
964
+
965
+ ### Bug Fixes
966
+
967
+ * adjust <Chip /> padding - [SUR-664] ([193df7d](https://fox.25sprout.com/surveycake/sdk/rc/commit/193df7d2a9d89634b3d869b4d26a92f388ed1c4e))
968
+
969
+ ## [3.0.0-alpha.47](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.46...v3.0.0-alpha.47) (2022-04-18)
970
+
971
+
972
+ ### Features
973
+
974
+ * add Check icon ([e83e6b9](https://fox.25sprout.com/surveycake/sdk/rc/commit/e83e6b9058756145b08988741a8108d78f5d5eff))
975
+
976
+ ## [3.0.0-alpha.46](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.45...v3.0.0-alpha.46) (2022-04-08)
977
+
978
+
979
+ ### Bug Fixes
980
+
981
+ * modified Customized Select ([c4d5858](https://fox.25sprout.com/surveycake/sdk/rc/commit/c4d5858b055b5addd84c390db4c254aa8b2bce6e))
982
+
983
+ ## [3.0.0-alpha.45](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.44...v3.0.0-alpha.45) (2022-04-07)
984
+
985
+
986
+ ### Bug Fixes
987
+
988
+ * restore LoadingButton and mark as deprecated ([561c1ac](https://fox.25sprout.com/surveycake/sdk/rc/commit/561c1aca392bcc30bf609f155955505082b3437b))
989
+
990
+ ## [3.0.0-alpha.44](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.43...v3.0.0-alpha.44) (2022-04-06)
991
+
992
+
993
+ ### Features
994
+
995
+ * add customized select component ([1f5a447](https://fox.25sprout.com/surveycake/sdk/rc/commit/1f5a447e8225f12d4fd389e36feb67d7685a4233))
996
+
997
+ ## [3.0.0-alpha.43](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.42...v3.0.0-alpha.43) (2022-04-01)
998
+
999
+
1000
+ ### Features
1001
+
1002
+ * add Alert component ([29286a7](https://fox.25sprout.com/surveycake/sdk/rc/commit/29286a7c6da0dca002eecd17f95d5749adcff378))
1003
+ * add Snackbar component ([5e28002](https://fox.25sprout.com/surveycake/sdk/rc/commit/5e280027bc7942e7b58743578f9e5c54c7169649))
1004
+ * export Alert releated components ([5466d77](https://fox.25sprout.com/surveycake/sdk/rc/commit/5466d7743c4a5a3a166ac19fbdd4f2fe2f65a258))
1005
+
1006
+
1007
+ ### Bug Fixes
1008
+
1009
+ * move loading button into button ([29cd931](https://fox.25sprout.com/surveycake/sdk/rc/commit/29cd93129ddfb4679de1b11717292ff7f27b8ef5))
1010
+ * set FormLabel margin to 0 ([7947c72](https://fox.25sprout.com/surveycake/sdk/rc/commit/7947c72895795686a6ccf2d45ae5948583c9c3e2))
1011
+ * update cssbaseline import order ([44440f3](https://fox.25sprout.com/surveycake/sdk/rc/commit/44440f356af275e6a0bfe032f4509c17a3e54e75))
1012
+
1013
+ ## [3.0.0-alpha.42](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.41...v3.0.0-alpha.42) (2022-03-28)
1014
+
1015
+
1016
+ ### Bug Fixes
1017
+
1018
+ * adjust typography settings ([bad3269](https://fox.25sprout.com/surveycake/sdk/rc/commit/bad3269f716ed9d36d09f79ab2e5f29ad02f0eba))
1019
+
1020
+ ## [3.0.0-alpha.41](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.40...v3.0.0-alpha.41) (2022-03-17)
1021
+
1022
+
1023
+ ### Bug Fixes
1024
+
1025
+ * remove z-index (1350) from Backdrop since Dialog z-index (1300) is lower than Backdrop ([f89b1b3](https://fox.25sprout.com/surveycake/sdk/rc/commit/f89b1b3090c663795d40faf3f0509467695b22b1))
1026
+
1027
+ ## [3.0.0-alpha.40](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.39...v3.0.0-alpha.40) (2022-03-16)
1028
+
1029
+
1030
+ ### Features
1031
+
1032
+ * add custom icons for login/signup pages - [SUR-499] ([fc3e8fa](https://fox.25sprout.com/surveycake/sdk/rc/commit/fc3e8fa4819712eb32ecc19d84d836e75fe13365))
1033
+
1034
+ ## [3.0.0-alpha.39](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.38...v3.0.0-alpha.39) (2022-03-01)
1035
+
1036
+ ## [3.0.0-alpha.38](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.37...v3.0.0-alpha.38) (2022-02-18)
1037
+
1038
+
1039
+ ### Bug Fixes
1040
+
1041
+ * column-gap is not supported in flex layout below Safari v14.1 - [SUR-99] ([e8c59ce](https://fox.25sprout.com/surveycake/sdk/rc/commit/e8c59ce5d4bfaae08ff274f9aa773bd0889d4f5f))
1042
+
1043
+ ## [3.0.0-alpha.37](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.36...v3.0.0-alpha.37) (2022-02-18)
1044
+
1045
+
1046
+ ### Bug Fixes
1047
+
1048
+ * provide a fallback when column-gap is unsupported in the Tab component - [SUR-99] ([5873227](https://fox.25sprout.com/surveycake/sdk/rc/commit/58732273bb75670074277f1059ec779ab74b510b))
1049
+
1050
+ ## [3.0.0-alpha.36](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.35...v3.0.0-alpha.36) (2022-02-11)
1051
+
1052
+
1053
+ ### Features
1054
+
1055
+ * add WithIcons story to ToggleButtonGroup - [SUR-181] ([cb19963](https://fox.25sprout.com/surveycake/sdk/rc/commit/cb19963e0c901a03bda0b1c3915090804b7409ea))
1056
+
1057
+ ## [3.0.0-alpha.35](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.34...v3.0.0-alpha.35) (2022-02-07)
1058
+
1059
+
1060
+ ### Features
1061
+
1062
+ * add ArrowBack icon ([a97703c](https://fox.25sprout.com/surveycake/sdk/rc/commit/a97703c8f493bc448355fd8b89f01e9f512d4c91))
1063
+
1064
+
1065
+ ### Bug Fixes
1066
+
1067
+ * the border-radius of CardMedia is incorrect on hover ([3c84245](https://fox.25sprout.com/surveycake/sdk/rc/commit/3c84245673bc7d17768242754a45c5c7e0bf26d2))
1068
+
1069
+ ## [3.0.0-alpha.34](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.33...v3.0.0-alpha.34) (2022-01-17)
1070
+
1071
+
1072
+ ### Features
1073
+
1074
+ * add ButtonGroup with icon story ([0bf45de](https://fox.25sprout.com/surveycake/sdk/rc/commit/0bf45de234d12eb7b912e2aa96b13ed0edfbad99))
1075
+
1076
+ ## [3.0.0-alpha.33](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.32...v3.0.0-alpha.33) (2022-01-13)
1077
+
1078
+
1079
+ ### Features
1080
+
1081
+ * define exclusiveColor ([9fbe87c](https://fox.25sprout.com/surveycake/sdk/rc/commit/9fbe87c73c08cfd8e3eadf5a300af6a764700533))
1082
+
1083
+
1084
+ ### Bug Fixes
1085
+
1086
+ * CardActionArea export wording typo ([57d8276](https://fox.25sprout.com/surveycake/sdk/rc/commit/57d82769c120b462f7ef9bc0f7115ba28f4ced23))
1087
+
1088
+ ## [3.0.0-alpha.32](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.31...v3.0.0-alpha.32) (2022-01-13)
1089
+
1090
+
1091
+ ### Features
1092
+
1093
+ * add card component ([7c2a544](https://fox.25sprout.com/surveycake/sdk/rc/commit/7c2a54411a3028efce88970ede2c80b0ac948c8a))
1094
+ * add chip with icon story ([c4843e0](https://fox.25sprout.com/surveycake/sdk/rc/commit/c4843e0ea6c5e1589dd1866a943f2a4789db1eaa))
1095
+ * add Divider component ([04f665f](https://fox.25sprout.com/surveycake/sdk/rc/commit/04f665f918378f227e5542ed053e9cfdc25c8a64))
1096
+ * add icon ([0bb0fa7](https://fox.25sprout.com/surveycake/sdk/rc/commit/0bb0fa76b70990341e0c81e1ab98a7ea41d1f6b5))
1097
+ * add InputAdornment customization scenario ([add2908](https://fox.25sprout.com/surveycake/sdk/rc/commit/add2908223e280f243c5c6bdf14ffad0057d881e))
1098
+ * add Skeleton component ([a32b3f8](https://fox.25sprout.com/surveycake/sdk/rc/commit/a32b3f8f2b5f3835230f76a79e5825de9ec19e13))
1099
+ * add Snackbar component ([486cfba](https://fox.25sprout.com/surveycake/sdk/rc/commit/486cfbabdcbda26589f25e2d127538017a93589a))
1100
+ * add vertical tabs component ([d1bef58](https://fox.25sprout.com/surveycake/sdk/rc/commit/d1bef58b2eb19d7c8512b285b43486a0b2c9bf30))
1101
+
1102
+
1103
+ ### Bug Fixes
1104
+
1105
+ * adjust Button style ([31ac011](https://fox.25sprout.com/surveycake/sdk/rc/commit/31ac011ce94652d6dd10db13aaa67b0334a32fa6))
1106
+
1107
+ ## [3.0.0-alpha.31](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.30...v3.0.0-alpha.31) (2021-12-21)
1108
+
1109
+
1110
+ ### Features
1111
+
1112
+ * add Chip component ([be60bb9](https://fox.25sprout.com/surveycake/sdk/rc/commit/be60bb91f31093c101abccaec4bf98d87348b0d6))
1113
+
1114
+ ## [3.0.0-alpha.30](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.29...v3.0.0-alpha.30) (2021-12-20)
1115
+
1116
+
1117
+ ### Features
1118
+
1119
+ * create color pallete ([003ad28](https://fox.25sprout.com/surveycake/sdk/rc/commit/003ad282b004325644b47a011586813d3bf8071a))
1120
+ * update typography stories ([706d613](https://fox.25sprout.com/surveycake/sdk/rc/commit/706d613db943eaf39f0946b7cc4f698d337a40a7))
1121
+
1122
+
1123
+ ### Bug Fixes
1124
+
1125
+ * adjust style ([70f161c](https://fox.25sprout.com/surveycake/sdk/rc/commit/70f161c621fe09d5a15a4fe9a9c18e9f7bbd2f81))
1126
+
1127
+ ## [3.0.0-alpha.29](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.28...v3.0.0-alpha.29) (2021-12-12)
1128
+
1129
+
1130
+ ### Bug Fixes
1131
+
1132
+ * adjust button icon size ([72cfbd3](https://fox.25sprout.com/surveycake/sdk/rc/commit/72cfbd3eec9bfb6ba5a1b096f464e83a6153496c))
1133
+
1134
+ ## [3.0.0-alpha.28](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.27...v3.0.0-alpha.28) (2021-12-12)
1135
+
1136
+
1137
+ ### Bug Fixes
1138
+
1139
+ * adjust text outlined hover color ([09cf29d](https://fox.25sprout.com/surveycake/sdk/rc/commit/09cf29df0cd949677994f6379c131c9a62715100))
1140
+
1141
+ ## [3.0.0-alpha.27](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.26...v3.0.0-alpha.27) (2021-12-10)
1142
+
1143
+
1144
+ ### Features
1145
+
1146
+ * add more icons ([57709aa](https://fox.25sprout.com/surveycake/sdk/rc/commit/57709aa21193026322583f2aca37fd5441a08798))
1147
+ * create Checkbox component ([fbcc300](https://fox.25sprout.com/surveycake/sdk/rc/commit/fbcc300d5bf0107c5ec9abb1da56c0e38102ea05))
1148
+ * create InputAdornment component ([31317e0](https://fox.25sprout.com/surveycake/sdk/rc/commit/31317e01c9ba3183fbe9c10be2106faa5a366258))
1149
+ * create Pagination component ([a6d9ca7](https://fox.25sprout.com/surveycake/sdk/rc/commit/a6d9ca72bbf8b46909f8b8048e0e54537de2c9d8))
1150
+
1151
+
1152
+ ### Bug Fixes
1153
+
1154
+ * adjust delete-outlined icon attribute writting style ([d491b08](https://fox.25sprout.com/surveycake/sdk/rc/commit/d491b086ba512c9e0b441fec413e405d44eb7ba9))
1155
+ * adjust dialog content divider color ([bbbfeeb](https://fox.25sprout.com/surveycake/sdk/rc/commit/bbbfeeb45d03363131f8bb107182bee582c15242))
1156
+ * adjust OutlinedInput style ([416d4f4](https://fox.25sprout.com/surveycake/sdk/rc/commit/416d4f4079d2160b548f273b3fb997c611811387))
1157
+
1158
+ ## [3.0.0-alpha.26](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.25...v3.0.0-alpha.26) (2021-12-09)
1159
+
1160
+
1161
+ ### Bug Fixes
1162
+
1163
+ * weird behavior of Chinese rendering fonts in Windows operating system - surveycake/pm[#5147](https://fox.25sprout.com//undefined/issues/5147), surveycake/pm[#5148](https://fox.25sprout.com//undefined/issues/5148), surveycake/pm[#5168](https://fox.25sprout.com//undefined/issues/5168) ([72a7ba9](https://fox.25sprout.com/surveycake/sdk/rc/commit/72a7ba93a1d04dc6e19116ecb2dd400b7793b813))
1164
+
1165
+ ## [3.0.0-alpha.25](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.24...v3.0.0-alpha.25) (2021-12-08)
1166
+
1167
+
1168
+ ### Features
1169
+
1170
+ * add DeletedOutlined icon ([dc383d8](https://fox.25sprout.com/surveycake/sdk/rc/commit/dc383d87cd1489e3c859dbb345f2ab33cfd1c467))
1171
+
1172
+ ## [3.0.0-alpha.24](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.23...v3.0.0-alpha.24) (2021-12-08)
1173
+
1174
+
1175
+ ### Bug Fixes
1176
+
1177
+ * update VarSelect export name ([2cfcdf5](https://fox.25sprout.com/surveycake/sdk/rc/commit/2cfcdf5dd6aeaf02f7641e71e63db26845fd1e7c))
1178
+
1179
+ ## [3.0.0-alpha.23](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.22...v3.0.0-alpha.23) (2021-12-08)
1180
+
1181
+
1182
+ ### Features
1183
+
1184
+ * VarSelect groups ([4e87e3c](https://fox.25sprout.com/surveycake/sdk/rc/commit/4e87e3c4b7c7c22665a27ec035bd9951b8b52755))
1185
+
1186
+ ## [3.0.0-alpha.22](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.20...v3.0.0-alpha.22) (2021-11-30)
1187
+
1188
+
1189
+ ### Features
1190
+
1191
+ * set letter-spacing and text-transform of Typography to none - surveycake/pm[#5088](https://fox.25sprout.com//undefined/issues/5088) ([b1221cd](https://fox.25sprout.com/surveycake/sdk/rc/commit/b1221cdf28098b7af51ea570874e0e8495bcbd47))
1192
+ * show Tooltip without delay when the element is touched - surveycake/pm[#5087](https://fox.25sprout.com//undefined/issues/5087) ([8b1756d](https://fox.25sprout.com/surveycake/sdk/rc/commit/8b1756d9209ad06fdaaa028b4bd690a565132bab))
1193
+
1194
+
1195
+ ### Bug Fixes
1196
+
1197
+ * GroupSelect default background, default height ([76a9eb8](https://fox.25sprout.com/surveycake/sdk/rc/commit/76a9eb8ea7b6bdc42012f19d888a7446fc6470bc))
1198
+
1199
+ ## [3.0.0-alpha.21](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.20...v3.0.0-alpha.21) (2021-11-28)
1200
+
1201
+
1202
+ ### Features
1203
+
1204
+ * set letter-spacing and text-transform of Typography to none - surveycake/pm[#5088](https://fox.25sprout.com/surveycake/pm/-/issues/5088) ([b1221cd](https://fox.25sprout.com/surveycake/sdk/rc/commit/b1221cdf28098b7af51ea570874e0e8495bcbd47))
1205
+ * show Tooltip without delay when the element is touched - surveycake/pm[#5087](https://fox.25sprout.com/surveycake/pm/-/issues/5087) ([8b1756d](https://fox.25sprout.com/surveycake/sdk/rc/commit/8b1756d9209ad06fdaaa028b4bd690a565132bab))
1206
+
1207
+ ## [3.0.0-alpha.20](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.19...v3.0.0-alpha.20) (2021-11-26)
1208
+
1209
+
1210
+ ### Bug Fixes
1211
+
1212
+ * adjust dialog divider padding ([6a360c8](https://fox.25sprout.com/surveycake/sdk/rc/commit/6a360c84f636e71924e616dff97dd4c13a0522ee))
1213
+
1214
+ ## [3.0.0-alpha.19](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.18...v3.0.0-alpha.19) (2021-11-24)
1215
+
1216
+
1217
+ ### Features
1218
+
1219
+ * add Tab and Tabs to V2 components - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([21fa9b8](https://fox.25sprout.com/surveycake/sdk/rc/commit/21fa9b836e7dbd563d8c34ecc6f053d84343385f))
1220
+
1221
+ ## [3.0.0-alpha.18](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.17...v3.0.0-alpha.18) (2021-11-23)
1222
+
1223
+
1224
+ ### Features
1225
+
1226
+ * add MoreHoriz icon - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([96858bb](https://fox.25sprout.com/surveycake/sdk/rc/commit/96858bb85ab3f1a8580b592591fe696c3ef9dbe1))
1227
+ * adjust IconButton styles - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([efe52c6](https://fox.25sprout.com/surveycake/sdk/rc/commit/efe52c69a35288e82b86ca89f2daee198b5c4677))
1228
+
1229
+ ## [3.0.0-alpha.17](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.16...v3.0.0-alpha.17) (2021-11-22)
1230
+
1231
+
1232
+ ### Features
1233
+
1234
+ * add filterAlt icon and normalize icon name ([d433e50](https://fox.25sprout.com/surveycake/sdk/rc/commit/d433e501d726a15abf79f89b2823452461d040d0))
1235
+ * add several icons - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([a3a011a](https://fox.25sprout.com/surveycake/sdk/rc/commit/a3a011a9d510aab9fe9f5195fe07ef1c59964cb6))
1236
+
1237
+
1238
+ ### Bug Fixes
1239
+
1240
+ * adjust some icon names of ToggleButtonGroup ([2a30655](https://fox.25sprout.com/surveycake/sdk/rc/commit/2a30655713638f7771d4f60e6d12581b53c4490d))
1241
+
1242
+ ## [3.0.0-alpha.16](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.15...v3.0.0-alpha.16) (2021-11-19)
1243
+
1244
+
1245
+ ### Bug Fixes
1246
+
1247
+ * remove typoraphy hover style ([09392ff](https://fox.25sprout.com/surveycake/sdk/rc/commit/09392ff2d002c0a941418823314c24c750fe4683))
1248
+
1249
+ ## [3.0.0-alpha.15](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.14...v3.0.0-alpha.15) (2021-11-18)
1250
+
1251
+
1252
+ ### Bug Fixes
1253
+
1254
+ * redefined component export style ([fea5d52](https://fox.25sprout.com/surveycake/sdk/rc/commit/fea5d5255ccba8f531d6d31a2fee092a48324dec))
1255
+ * replace customize icon with google icon ([965fde9](https://fox.25sprout.com/surveycake/sdk/rc/commit/965fde92827a5ce3727796a429e1b2f92c2fc15a))
1256
+ * unable to render missing icon ([d7a5568](https://fox.25sprout.com/surveycake/sdk/rc/commit/d7a5568791039cc3cf4b54b68f0309526aebf585))
1257
+ * update link style ([2d98974](https://fox.25sprout.com/surveycake/sdk/rc/commit/2d98974ce458778ab37112fe395e0202cb0027e5))
1258
+
1259
+ ## [3.0.0-alpha.14](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.13...v3.0.0-alpha.14) (2021-11-18)
1260
+
1261
+
1262
+ ### Features
1263
+
1264
+ * add GroupSelect component - surveycake/pm[#4917](https://fox.25sprout.com/surveycake/pm/-/issues/4917) ([6ff962a](https://fox.25sprout.com/surveycake/sdk/rc/commit/6ff962a6b694569d90472103de459c18a897313c))
1265
+
1266
+ ## [3.0.0-alpha.13](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.12...v3.0.0-alpha.13) (2021-11-11)
1267
+
1268
+
1269
+ ### Bug Fixes
1270
+
1271
+ * replace anonymous with function name ([905bf3c](https://fox.25sprout.com/surveycake/sdk/rc/commit/905bf3c795c8cfcbc94ec35b6f10ee80e49c93be))
1272
+
1273
+ ## [3.0.0-alpha.12](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.11...v3.0.0-alpha.12) (2021-11-03)
1274
+
1275
+
1276
+ ### Features
1277
+
1278
+ * add ButtonGroup to V2 components ([053f702](https://fox.25sprout.com/surveycake/sdk/rc/commit/053f7027a5a550c1a2b3e6b8e6da537e56ba736a))
1279
+ * add ToggleButton and ToggleButtonGroup to V2 components - surveycake/pm[#3546](https://fox.25sprout.com/surveycake/pm/-/issues/3546) ([417e968](https://fox.25sprout.com/surveycake/sdk/rc/commit/417e9680d56e2526de592d515196afb955269ba8))
1280
+ * add Tooltip component ([a89f339](https://fox.25sprout.com/surveycake/sdk/rc/commit/a89f3397b2ae63fa458e1980afac698ef0236d3b))
1281
+
1282
+
1283
+ ### Bug Fixes
1284
+
1285
+ * (Switch) 'args' is declared but its value is never read ([bd8fb42](https://fox.25sprout.com/surveycake/sdk/rc/commit/bd8fb424dcffd7484b8c8950e78a2db2f7eb480d))
1286
+ * forwardRef type of Tooltip ([0bc8883](https://fox.25sprout.com/surveycake/sdk/rc/commit/0bc8883f1dff6c679bccf573b1c21dad186f62f4))
1287
+
1288
+ ## [3.0.0-alpha.11](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.10...v3.0.0-alpha.11) (2021-10-28)
1289
+
1290
+
1291
+ ### Features
1292
+
1293
+ * add switch component ([05dfdc7](https://fox.25sprout.com/surveycake/sdk/rc/commit/05dfdc793b71e52bbf76dc7edf36acf272b2a0c3))
1294
+
1295
+
1296
+ ### Bug Fixes
1297
+
1298
+ * update label margin and add react-table types ([c866b7a](https://fox.25sprout.com/surveycake/sdk/rc/commit/c866b7acd428a94fb1423f164de1c545cda7aa7e))
1299
+ * update switch bg color ([2514d47](https://fox.25sprout.com/surveycake/sdk/rc/commit/2514d47fde35847e1a771a5dfcecf36b23bf6732))
1300
+
1301
+ ## [3.0.0-alpha.10](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.9...v3.0.0-alpha.10) (2021-10-27)
1302
+
1303
+
1304
+ ### Features
1305
+
1306
+ * add several custom icons ([00e30d6](https://fox.25sprout.com/surveycake/sdk/rc/commit/00e30d6f941c24f652092a542950aed3a50eed6e))
1307
+
1308
+
1309
+ ### Bug Fixes
1310
+
1311
+ * adjust the spacing between FormLabel and OutlinedInput ([32b048a](https://fox.25sprout.com/surveycake/sdk/rc/commit/32b048ada10af601a8bc90f037e1e1fda4e738e6))
1312
+
1313
+ ## [3.0.0-alpha.9](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.8...v3.0.0-alpha.9) (2021-10-26)
1314
+
1315
+
1316
+ ### Bug Fixes
1317
+
1318
+ * remove material-ui fade func warning ([3851dde](https://fox.25sprout.com/surveycake/sdk/rc/commit/3851ddee17c4631061768e785d29c85151bb627b))
1319
+
1320
+ ## [3.0.0-alpha.8](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-aplha.7...v3.0.0-alpha.8) (2021-10-25)
1321
+
1322
+
1323
+ ### Features
1324
+
1325
+ * add LoadingButton ([12d7625](https://fox.25sprout.com/surveycake/sdk/rc/commit/12d76255cf08775b6abf32765b9cc6ae49170f3a))
1326
+
1327
+
1328
+ ### Bug Fixes
1329
+
1330
+ * replace the deprecated prop value circle with circular of Avatar ([f09b0ab](https://fox.25sprout.com/surveycake/sdk/rc/commit/f09b0abf03cf085f39f90719d172f53f65f2a1b0))
1331
+
5
1332
  ## [3.0.0-aplha.7](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.6...v3.0.0-aplha.7) (2021-10-25)
6
1333
 
7
1334
 
@@ -172,7 +1499,7 @@ All notable changes to this project will be documented in this file. See [standa
172
1499
 
173
1500
  ### Features
174
1501
 
175
- * restyle MenuList and MenuItem surveycake/pm[#3661](https://fox.25sprout.com//undefined/issues/3661) ([1f79329](https://fox.25sprout.com/surveycake/sdk/rc/commit/1f7932993e3e1408cd0ef12e6d4ffcac887f8c03))
1502
+ * restyle MenuList and MenuItem surveycake/pm[#3661](https://fox.25sprout.com/surveycake/pm/-/issues/3661) ([1f79329](https://fox.25sprout.com/surveycake/sdk/rc/commit/1f7932993e3e1408cd0ef12e6d4ffcac887f8c03))
176
1503
 
177
1504
  ### [2.3.10](https://fox.25sprout.com/surveycake/sdk/rc/compare/v2.3.9...v2.3.10) (2021-06-02)
178
1505
 
@@ -340,7 +1667,7 @@ All notable changes to this project will be documented in this file. See [standa
340
1667
 
341
1668
  ### Features
342
1669
 
343
- * datePicker add props disablePast/disableFuture issue qatesting[#609](https://fox.25sprout.com//undefined/issues/609) ([80ddc87](https://fox.25sprout.com/surveycake/sdk/rc/commit/80ddc873a32f90e49a35aa41496d11874ca35fd6))
1670
+ * datePicker add props disablePast/disableFuture issue qatesting[#609](https://fox.25sprout.com/surveycake/pm/-/issues/609) ([80ddc87](https://fox.25sprout.com/surveycake/sdk/rc/commit/80ddc873a32f90e49a35aa41496d11874ca35fd6))
344
1671
 
345
1672
  ## [2.1.0](https://fox.25sprout.com/surveycake/sdk/rc/compare/v2.0.14...v2.1.0) (2020-12-01)
346
1673