@surveycake/rc 3.0.0-alpha.8 → 3.0.0-alpha.80

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 (196) hide show
  1. package/CHANGELOG.md +617 -2
  2. package/dist/Pagination/types.d.ts +2 -0
  3. package/dist/Typography/index.d.ts +1 -0
  4. package/dist/V2/Accordion/Accordion.stories.d.ts +6 -0
  5. package/dist/V2/Accordion/index.d.ts +6 -0
  6. package/dist/V2/Accordion/styles.d.ts +3 -0
  7. package/dist/V2/AccordionDetails/index.d.ts +6 -0
  8. package/dist/V2/AccordionDetails/styles.d.ts +3 -0
  9. package/dist/V2/AccordionSummary/index.d.ts +6 -0
  10. package/dist/V2/AccordionSummary/styles.d.ts +3 -0
  11. package/dist/V2/Alert/Alert.stories.d.ts +6 -0
  12. package/dist/V2/Alert/index.d.ts +9 -0
  13. package/dist/V2/Alert/styles.d.ts +3 -0
  14. package/dist/V2/AlertTitle/index.d.ts +9 -0
  15. package/dist/V2/AlertTitle/styles.d.ts +3 -0
  16. package/dist/V2/Autocomplete/index.d.ts +6 -0
  17. package/dist/V2/Autocomplete/styles.d.ts +3 -0
  18. package/dist/V2/Backdrop/Backdrop.stories.d.ts +1 -2
  19. package/dist/V2/Backdrop/index.d.ts +1 -1
  20. package/dist/V2/Box/index.d.ts +5 -2
  21. package/dist/V2/Button/Button.stories.d.ts +1 -0
  22. package/dist/V2/ButtonGroup/ButtonGroup.stories.d.ts +4 -0
  23. package/dist/V2/ButtonGroup/index.d.ts +6 -0
  24. package/dist/V2/Card/Card.stories.d.ts +4 -0
  25. package/dist/V2/Card/index.d.ts +6 -0
  26. package/dist/V2/Card/styles.d.ts +3 -0
  27. package/dist/V2/CardActionArea/index.d.ts +6 -0
  28. package/dist/V2/CardActionArea/styles.d.ts +3 -0
  29. package/dist/V2/CardActions/index.d.ts +6 -0
  30. package/dist/V2/CardMedia/index.d.ts +6 -0
  31. package/dist/V2/Checkbox/Checkbox.stories.d.ts +5 -0
  32. package/dist/V2/Checkbox/index.d.ts +6 -0
  33. package/dist/V2/Checkbox/styles.d.ts +3 -0
  34. package/dist/V2/Chip/Chip.stories.d.ts +7 -0
  35. package/dist/V2/Chip/index.d.ts +6 -0
  36. package/dist/V2/Chip/styles.d.ts +3 -0
  37. package/dist/V2/CircularProgress/index.d.ts +1 -1
  38. package/dist/V2/ColorPalette/Color.stories.d.ts +7 -0
  39. package/dist/V2/ColorPalette/exclusiveColor.d.ts +25 -0
  40. package/dist/V2/ColorPalette/views/Block.d.ts +7 -0
  41. package/dist/V2/ColorPalette/views/Color.d.ts +8 -0
  42. package/dist/V2/ColorPalette/views/Wrapper.d.ts +6 -0
  43. package/dist/V2/ColorPalette/views/index.d.ts +3 -0
  44. package/dist/V2/CssBaseline/index.d.ts +2 -2
  45. package/dist/V2/Dialog/index.d.ts +2 -1
  46. package/dist/V2/DialogActions/index.d.ts +3 -1
  47. package/dist/V2/DialogContent/index.d.ts +3 -1
  48. package/dist/V2/DialogContentText/index.d.ts +4 -1
  49. package/dist/V2/DialogTitle/index.d.ts +3 -1
  50. package/dist/V2/Divider/Divider.stories.d.ts +4 -0
  51. package/dist/V2/Divider/index.d.ts +6 -0
  52. package/dist/V2/Divider/styles.d.ts +3 -0
  53. package/dist/V2/Fade/index.d.ts +6 -0
  54. package/dist/V2/FormControl/index.d.ts +1 -1
  55. package/dist/V2/FormControlLabel/index.d.ts +6 -0
  56. package/dist/V2/FormControlLabel/style.d.ts +3 -0
  57. package/dist/V2/FormGroup/index.d.ts +6 -0
  58. package/dist/V2/FormHelperText/FormHelperText.stories.d.ts +1 -0
  59. package/dist/V2/FormHelperText/index.d.ts +1 -1
  60. package/dist/V2/FormLabel/index.d.ts +1 -1
  61. package/dist/V2/Icon/Customize/ArrowSort.d.ts +3 -0
  62. package/dist/V2/Icon/Customize/ArrowSortAsc.d.ts +3 -0
  63. package/dist/V2/Icon/Customize/ArrowSortDesc.d.ts +3 -0
  64. package/dist/V2/Icon/Customize/AutoAwesomeOutlined.d.ts +3 -0
  65. package/dist/V2/Icon/Customize/BarChart.d.ts +3 -0
  66. package/dist/V2/Icon/Customize/CalendarMonth.d.ts +3 -0
  67. package/dist/V2/Icon/Customize/CreditCard/JCB.d.ts +3 -0
  68. package/dist/V2/Icon/Customize/CreditCard/Mastercard.d.ts +3 -0
  69. package/dist/V2/Icon/Customize/CreditCard/Visa.d.ts +3 -0
  70. package/dist/V2/Icon/Customize/CreditCard/index.d.ts +3 -0
  71. package/dist/V2/Icon/Customize/Facebook.d.ts +3 -0
  72. package/dist/V2/Icon/Customize/FilterAlt.d.ts +3 -0
  73. package/dist/V2/Icon/Customize/FolderSharedMultiple.d.ts +3 -0
  74. package/dist/V2/Icon/Customize/Google.d.ts +3 -0
  75. package/dist/V2/Icon/Customize/Image.d.ts +3 -0
  76. package/dist/V2/Icon/Customize/InsertPageBreakOutlined.d.ts +3 -0
  77. package/dist/V2/Icon/Customize/LocalFireDepartmentOutlined.d.ts +3 -0
  78. package/dist/V2/Icon/Customize/MailForward.d.ts +3 -0
  79. package/dist/V2/Icon/Customize/PieChart.d.ts +3 -0
  80. package/dist/V2/Icon/Customize/PinOutlined.d.ts +3 -0
  81. package/dist/V2/Icon/Customize/RadarChart.d.ts +3 -0
  82. package/dist/V2/Icon/Customize/TypeChoiceMulti.d.ts +3 -0
  83. package/dist/V2/Icon/Customize/TypeChoiceOne.d.ts +3 -0
  84. package/dist/V2/Icon/Customize/TypeDatePicker.d.ts +3 -0
  85. package/dist/V2/Icon/Customize/TypeDigitInput.d.ts +3 -0
  86. package/dist/V2/Icon/Customize/TypeDigitSlide.d.ts +3 -0
  87. package/dist/V2/Icon/Customize/TypeDivider.d.ts +3 -0
  88. package/dist/V2/Icon/Customize/TypeFileUpload.d.ts +3 -0
  89. package/dist/V2/Icon/Customize/TypeItemSort.d.ts +3 -0
  90. package/dist/V2/Icon/Customize/TypeNest.d.ts +3 -0
  91. package/dist/V2/Icon/Customize/TypePickFrom.d.ts +3 -0
  92. package/dist/V2/Icon/Customize/TypeQuote.d.ts +3 -0
  93. package/dist/V2/Icon/Customize/TypeRatingBar.d.ts +3 -0
  94. package/dist/V2/Icon/Customize/TypeStatement.d.ts +3 -0
  95. package/dist/V2/Icon/Customize/TypeTxtLong.d.ts +3 -0
  96. package/dist/V2/Icon/Customize/TypeTxtShort.d.ts +3 -0
  97. package/dist/V2/Icon/Customize/TypeVariableNumber.d.ts +3 -0
  98. package/dist/V2/Icon/Customize/index.d.ts +45 -0
  99. package/dist/V2/Icon/Icon.stories.d.ts +1 -2
  100. package/dist/V2/Icon/index.d.ts +93 -2
  101. package/dist/V2/IconButton/IconButton.stories.d.ts +2 -1
  102. package/dist/V2/IconButton/index.d.ts +1 -1
  103. package/dist/V2/IconButton/styles.d.ts +3 -0
  104. package/dist/V2/InputAdornment/InputAdornment.stories.d.ts +6 -0
  105. package/dist/V2/InputAdornment/index.d.ts +6 -0
  106. package/dist/V2/Link/Link.stories.d.ts +4 -3
  107. package/dist/V2/Link/index.d.ts +1 -1
  108. package/dist/V2/List/index.d.ts +6 -0
  109. package/dist/V2/List/styles.d.ts +3 -0
  110. package/dist/V2/ListSubheader/index.d.ts +6 -0
  111. package/dist/V2/ListSubheader/styles.d.ts +3 -0
  112. package/dist/V2/LoadingButton/index.d.ts +3 -3
  113. package/dist/V2/MenuItem/index.d.ts +1 -1
  114. package/dist/V2/OutlinedInput/OutlinedInput.stories.d.ts +2 -0
  115. package/dist/V2/OutlinedInput/index.d.ts +2 -2
  116. package/dist/V2/Pagination/index.d.ts +14 -0
  117. package/dist/V2/Pagination/index.stories.d.ts +4 -0
  118. package/dist/V2/Radio/Radio.stories.d.ts +5 -0
  119. package/dist/V2/Radio/index.d.ts +9 -0
  120. package/dist/V2/Radio/styles.d.ts +3 -0
  121. package/dist/V2/RadioGroup/RadioGroup.stories.d.ts +4 -0
  122. package/dist/V2/RadioGroup/index.d.ts +6 -0
  123. package/dist/V2/Select/Select.stories.d.ts +4 -1
  124. package/dist/V2/Select/index.d.ts +1 -2
  125. package/dist/V2/Select/styles.d.ts +1 -0
  126. package/dist/V2/Skeleton/Skeleton.stories.d.ts +6 -0
  127. package/dist/V2/Skeleton/index.d.ts +7 -0
  128. package/dist/V2/Slide/index.d.ts +6 -0
  129. package/dist/V2/Snackbar/Snackbar.stories.d.ts +5 -0
  130. package/dist/V2/Snackbar/index.d.ts +6 -0
  131. package/dist/V2/Snackbar/styles.d.ts +3 -0
  132. package/dist/V2/Snackbar/views/SlideTransition.d.ts +7 -0
  133. package/dist/V2/SnackbarContent/styles.d.ts +3 -0
  134. package/dist/V2/Step/index.d.ts +6 -0
  135. package/dist/V2/StepConnector/styles.d.ts +3 -0
  136. package/dist/V2/StepIcon/styles.d.ts +3 -0
  137. package/dist/V2/StepLabel/index.d.ts +6 -0
  138. package/dist/V2/StepLabel/styles.d.ts +3 -0
  139. package/dist/V2/Stepper/Stepper.stories.d.ts +4 -0
  140. package/dist/V2/Stepper/index.d.ts +6 -0
  141. package/dist/V2/Stepper/styles.d.ts +3 -0
  142. package/dist/V2/Switch/Switch.stories.d.ts +6 -0
  143. package/dist/V2/Switch/index.d.ts +6 -0
  144. package/dist/V2/Switch/styles.d.ts +3 -0
  145. package/dist/V2/Tab/index.d.ts +8 -0
  146. package/dist/V2/Tab/styles.d.ts +3 -0
  147. package/dist/V2/Table/Table.stories.d.ts +7 -0
  148. package/dist/V2/Table/index.d.ts +6 -0
  149. package/dist/V2/TableBody/index.d.ts +6 -0
  150. package/dist/V2/TableCell/index.d.ts +6 -0
  151. package/dist/V2/TableCell/styles.d.ts +3 -0
  152. package/dist/V2/TableContainer/index.d.ts +6 -0
  153. package/dist/V2/TableHead/index.d.ts +6 -0
  154. package/dist/V2/TablePagination/TablePagination.stories.d.ts +4 -0
  155. package/dist/V2/TablePagination/index.d.ts +3 -0
  156. package/dist/V2/TablePagination/styles.d.ts +3 -0
  157. package/dist/V2/TableRow/index.d.ts +6 -0
  158. package/dist/V2/TableRow/styles.d.ts +3 -0
  159. package/dist/V2/TableSortLabel/index.d.ts +6 -0
  160. package/dist/V2/Tabs/Tabs.stories.d.ts +8 -0
  161. package/dist/V2/Tabs/index.d.ts +10 -0
  162. package/dist/V2/Tabs/styles.d.ts +3 -0
  163. package/dist/V2/TextField/index.d.ts +0 -1
  164. package/dist/V2/ToggleButton/index.d.ts +6 -0
  165. package/dist/V2/ToggleButton/styles.d.ts +3 -0
  166. package/dist/V2/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +6 -0
  167. package/dist/V2/ToggleButtonGroup/index.d.ts +6 -0
  168. package/dist/V2/ToggleButtonGroup/styles.d.ts +3 -0
  169. package/dist/V2/Tooltip/Tooltip.stories.d.ts +5 -0
  170. package/dist/V2/Tooltip/index.d.ts +6 -0
  171. package/dist/V2/Tooltip/styles.d.ts +3 -0
  172. package/dist/V2/Typography/Typography.stories.d.ts +2 -1
  173. package/dist/V2/Typography/index.d.ts +1 -1
  174. package/dist/V2/Typography/views/Header.d.ts +3 -0
  175. package/dist/V2/Typography/views/Row.d.ts +11 -0
  176. package/dist/V2/Typography/views/Table.d.ts +6 -0
  177. package/dist/V2/Typography/views/index.d.ts +3 -0
  178. package/dist/V2/VarSelect/VarSelect.stories.d.ts +6 -0
  179. package/dist/V2/VarSelect/index.d.ts +26 -0
  180. package/dist/V2/VarSelect/styles.d.ts +2 -0
  181. package/dist/V2/index.d.ts +46 -5
  182. package/dist/V2/styles/ThemeProvider.d.ts +0 -1
  183. package/dist/V2/styles/constants/DESKTOP_FONT_SIZE.d.ts +14 -0
  184. package/dist/V2/styles/constants/MOBILE_FONT_SIZE.d.ts +14 -0
  185. package/dist/V2/styles/core.d.ts +27 -0
  186. package/dist/V2/styles/theme.d.ts +1 -0
  187. package/dist/rc.cjs.development.js +2908 -568
  188. package/dist/rc.cjs.development.js.map +1 -1
  189. package/dist/rc.cjs.production.min.js +1 -1
  190. package/dist/rc.cjs.production.min.js.map +1 -1
  191. package/dist/rc.esm.js +2889 -549
  192. package/dist/rc.esm.js.map +1 -1
  193. package/package.json +4 -5
  194. package/dist/V2/Icon/custom/Facebook.d.ts +0 -6
  195. package/dist/V2/Icon/custom/index.d.ts +0 -1
  196. /package/dist/V2/{Box/Box.stories.d.ts → Autocomplete/Autocomplete.stories.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,621 @@
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-alpha.80](https://fox.25sprout.com/surveycake/sdk/rc/compare/v3.0.0-alpha.79...v3.0.0-alpha.80) (2023-04-18)
6
+
7
+
8
+ ### Features
9
+
10
+ * add pagination next, prev button data-qa attr [SUR-2523] ([5a2bf9f](https://fox.25sprout.com/surveycake/sdk/rc/commit/5a2bf9f7c45247181912baaf40882e4b45a83f3e))
11
+
12
+ ## [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)
13
+
14
+
15
+ ### Features
16
+
17
+ * create functional table ([6da9c40](https://fox.25sprout.com/surveycake/sdk/rc/commit/6da9c407a41c6439e8a84775406224557cc75177))
18
+
19
+ ## [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)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * adjust button size [SUR-2126] ([51961cb](https://fox.25sprout.com/surveycake/sdk/rc/commit/51961cb186a9cf289a00ffc0655ba58f7b34c705))
25
+
26
+ ## [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)
27
+
28
+
29
+ ### Features
30
+
31
+ * add refresh icon [SUR-2089] ([cb0fce9](https://fox.25sprout.com/surveycake/sdk/rc/commit/cb0fce9a01da98bdef6db2916fa957f163405a04))
32
+
33
+ ## [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)
34
+
35
+
36
+ ### Features
37
+
38
+ * add Menu icon [SUR-1628] ([e30465f](https://fox.25sprout.com/surveycake/sdk/rc/commit/e30465fe4a03af44ec7cd3e3a055372fb3147b6f))
39
+
40
+ ## [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)
41
+
42
+
43
+ ### Features
44
+
45
+ * add some icons about credit card issuer associations [1913] ([ff4a7bc](https://fox.25sprout.com/surveycake/sdk/rc/commit/ff4a7bc1a6507f1a3d03ea884842304e7bc6456a))
46
+
47
+ ## [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)
48
+
49
+
50
+ ### Features
51
+
52
+ * add CreditCard icon [SUR-1915] ([0545fb6](https://fox.25sprout.com/surveycake/sdk/rc/commit/0545fb64ba6c1d17e6a4c78b3bd257f6198b47e2))
53
+
54
+ ## [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)
55
+
56
+
57
+ ### Bug Fixes
58
+
59
+ * export Radio and RadioGroup components [SUR-1914] ([fb021b1](https://fox.25sprout.com/surveycake/sdk/rc/commit/fb021b12f3edfd4da4f4a5a4d211bf73fc5641ed))
60
+
61
+ ## [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)
62
+
63
+
64
+ ### Bug Fixes
65
+
66
+ * read-only outlined input style pollution [SUR-1914] ([9a52c64](https://fox.25sprout.com/surveycake/sdk/rc/commit/9a52c64861aa4f67bad50e2ecb3a44f8931bafaa))
67
+
68
+ ## [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)
69
+
70
+
71
+ ### Features
72
+
73
+ * create radio component and add components story [SUR-1914] ([cf7dc4e](https://fox.25sprout.com/surveycake/sdk/rc/commit/cf7dc4e9b4bd8ebc0af9d2660a3245cbacb0c67d))
74
+
75
+
76
+ ### Bug Fixes
77
+
78
+ * correct button css padding unit ([6523146](https://fox.25sprout.com/surveycake/sdk/rc/commit/652314666ce8380f50e073a51d8f8aba356fe736))
79
+
80
+ ## [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)
81
+
82
+
83
+ ### Features
84
+
85
+ * add ArrowRightAlt and Redeem icons ([2668d2a](https://fox.25sprout.com/surveycake/sdk/rc/commit/2668d2a2e356a8a9697c80b3f46bf0c40344b821))
86
+
87
+ ## [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)
88
+
89
+
90
+ ### Features
91
+
92
+ * add ViewDayOutlined icon [SUR-1925] ([c326b8c](https://fox.25sprout.com/surveycake/sdk/rc/commit/c326b8ce028a03bb55c5b6cfdd6adc1e3756f55d))
93
+
94
+ ## [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)
95
+
96
+
97
+ ### Bug Fixes
98
+
99
+ * fix the warning issue and update the autocomplete component ([7ceea92](https://fox.25sprout.com/surveycake/sdk/rc/commit/7ceea924e6ba6b03908d8f9ec6f6c55dd9581e24))
100
+
101
+ ## [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)
102
+
103
+
104
+ ### Features
105
+
106
+ * add CameraAlt icon ([843e636](https://fox.25sprout.com/surveycake/sdk/rc/commit/843e63655909a7897efcf615536fe01fa8c5db53))
107
+
108
+ ## [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)
109
+
110
+
111
+ ### Features
112
+
113
+ * add basic Autocomplete ([d4d3a89](https://fox.25sprout.com/surveycake/sdk/rc/commit/d4d3a8977e071f259c179779011f4fdba2f7c501))
114
+
115
+ ## [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)
116
+
117
+
118
+ ### Features
119
+
120
+ * add MailForward, LockOutlined icons ([bd67fe2](https://fox.25sprout.com/surveycake/sdk/rc/commit/bd67fe27d99f85291b205b5ba277f1ab58959753))
121
+
122
+ ## [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)
123
+
124
+
125
+ ### Bug Fixes
126
+
127
+ * update digit subject icon [SUR-1831] ([ff3debd](https://fox.25sprout.com/surveycake/sdk/rc/commit/ff3debdda0d8b7a00fda506ae12323efa2526350))
128
+
129
+ ## [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)
130
+
131
+
132
+ ### Bug Fixes
133
+
134
+ * swap digit subject icon [SUR-1831] ([9fe7c8a](https://fox.25sprout.com/surveycake/sdk/rc/commit/9fe7c8a0620d61fbe0a8d92b684e0352bf5c23b1))
135
+
136
+ ## [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)
137
+
138
+
139
+ ### Features
140
+
141
+ * add Donut Small Icon ([3195406](https://fox.25sprout.com/surveycake/sdk/rc/commit/3195406ba8e071ea3f275bbe22fdbd0b7c0ff8e9))
142
+
143
+ ## [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)
144
+
145
+
146
+ ### Features
147
+
148
+ * InsertPageBreakOutline, DescriptionOutline Icon ([c1286dd](https://fox.25sprout.com/surveycake/sdk/rc/commit/c1286dd207c4aa776df5ffee137add065eb2dddb))
149
+
150
+ ## [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)
151
+
152
+
153
+ ### Features
154
+
155
+ * add 'TypeVariableNumber' icon ([380e9fb](https://fox.25sprout.com/surveycake/sdk/rc/commit/380e9fbc0196c04f37c619f9fa23022a9583d6e3))
156
+
157
+ ## [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)
158
+
159
+
160
+ ### Bug Fixes
161
+
162
+ * change AccordionDetails from flexbox to block element box ([98c30e6](https://fox.25sprout.com/surveycake/sdk/rc/commit/98c30e69283a63fd5b30cf2a597f9bdb5e8399f7))
163
+
164
+ ## [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)
165
+
166
+
167
+ ### Features
168
+
169
+ * create chart color set [SUR-1351] ([a46f121](https://fox.25sprout.com/surveycake/sdk/rc/commit/a46f1218a37476c47fce6d9d1f7e5935f4fdefa6))
170
+ * move exclusive color into theme palette [SUR-1351] ([fddc427](https://fox.25sprout.com/surveycake/sdk/rc/commit/fddc427bdc1ce26d6238b5c1fd798f56190eb43c))
171
+
172
+ ## [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)
173
+
174
+
175
+ ### Features
176
+
177
+ * add Accordion to V2 components [SUR-1283] ([f6afa88](https://fox.25sprout.com/surveycake/sdk/rc/commit/f6afa882cddef88b44c8a05005c0102e2c7750aa))
178
+ * add Table to V2 components [SUR-1174] ([fcaa34a](https://fox.25sprout.com/surveycake/sdk/rc/commit/fcaa34a6dc621613827f3f81f21e11d2f22a1da1))
179
+ * import old survey subject icons [SUR-1010] ([7f26950](https://fox.25sprout.com/surveycake/sdk/rc/commit/7f269506d54ccaf5875b2e0d403b51ece6c19710))
180
+
181
+ ## [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)
182
+
183
+
184
+ ### Features
185
+
186
+ * add more icons [SUR-1137] ([f559384](https://fox.25sprout.com/surveycake/sdk/rc/commit/f559384fce7d57de4abd3c2a951eda82570663af))
187
+ * create Stepper component [SUR-1137] ([4f65cdd](https://fox.25sprout.com/surveycake/sdk/rc/commit/4f65cdd1e979023ccdbd279c320f58262f39297d))
188
+
189
+
190
+ ### Bug Fixes
191
+
192
+ * adjust survey subject number chip [SUR-1085] ([f922a68](https://fox.25sprout.com/surveycake/sdk/rc/commit/f922a68ad13cd7d40f13859367c8ffc383676c05))
193
+
194
+ ## [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)
195
+
196
+
197
+ ### Features
198
+
199
+ * add more icons and adjust icon storybook ui [SUR-1085] ([e0e6f1e](https://fox.25sprout.com/surveycake/sdk/rc/commit/e0e6f1e5b1e4a0b718aa50dbfdf11c1d5578e1ab))
200
+ * create subject id chip example [SUR-1085] ([b6d1ba9](https://fox.25sprout.com/surveycake/sdk/rc/commit/b6d1ba9c4be57ddb4ac66139f7781124ab75b234))
201
+
202
+
203
+ ### Bug Fixes
204
+
205
+ * adjust stories in Chip (with icons) [SUR-1085] ([8fa4159](https://fox.25sprout.com/surveycake/sdk/rc/commit/8fa4159ca3ee81bd67039a536d4891f0267e20fa))
206
+ * adjust the stories layout of Icon ([a9a449a](https://fox.25sprout.com/surveycake/sdk/rc/commit/a9a449a82897f47aeabbd3130e8ac5f8f1cb1727))
207
+
208
+ ## [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)
209
+
210
+
211
+ ### Features
212
+
213
+ * add FormHelperText error state story [SUR-1064] ([acbcd56](https://fox.25sprout.com/surveycake/sdk/rc/commit/acbcd569f72681bd170892991d3e7ac31464ed1b))
214
+
215
+
216
+ ### Bug Fixes
217
+
218
+ * adjust width of SnackbarContent message [SUR-1056, SUR-1057] ([628462a](https://fox.25sprout.com/surveycake/sdk/rc/commit/628462a0b8ee06a9ab80040340e5b9d1e21ced65))
219
+ * correct FormHelperText error state color [SUR-1064] ([6002175](https://fox.25sprout.com/surveycake/sdk/rc/commit/6002175db6b3c1884a8e863dbf7e43a17e2762fc))
220
+
221
+ ## [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)
222
+
223
+
224
+ ### Bug Fixes
225
+
226
+ * giving popper a default z-index [SUR-800] ([ac6fc9e](https://fox.25sprout.com/surveycake/sdk/rc/commit/ac6fc9e2e53c4955c23f9dd9aacc8780dbf353fb))
227
+
228
+ ## [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)
229
+
230
+
231
+ ### Features
232
+
233
+ * replace useless custom sort icons with new ArrowSort icon [SUR-861] ([68a3acf](https://fox.25sprout.com/surveycake/sdk/rc/commit/68a3acfa583649032af160a0756028d2e392298a))
234
+
235
+ ## [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)
236
+
237
+
238
+ ### Features
239
+
240
+ * V1 Typography supports align setting - [SUR-673] ([80d160c](https://fox.25sprout.com/surveycake/sdk/rc/commit/80d160c647992065646108f3675110f31aad5d04))
241
+
242
+ ## [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)
243
+
244
+
245
+ ### Features
246
+
247
+ * add (Disabled) stories to OutlinedInput, Select, and VarSelect - [SUR-587] ([6692566](https://fox.25sprout.com/surveycake/sdk/rc/commit/669256657042cf97cac3c82edf50fa3035e4c28e))
248
+ * change disabled styles of inputs and selects - [SUR-587] ([1840683](https://fox.25sprout.com/surveycake/sdk/rc/commit/1840683d4feb8d330f01fac07ef3af67258104b7))
249
+
250
+ ## [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)
251
+
252
+
253
+ ### Features
254
+
255
+ * define secondary text color ([d606d90](https://fox.25sprout.com/surveycake/sdk/rc/commit/d606d907a05f93b40cc8abca5b4c46bf826e6a4b))
256
+
257
+ ## [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)
258
+
259
+
260
+ ### Features
261
+
262
+ * add a custom Image icon - [SUR-648] ([2bd0698](https://fox.25sprout.com/surveycake/sdk/rc/commit/2bd0698e1a032f67c8cc8a8b1596d83e25227f6d))
263
+
264
+
265
+ ### Bug Fixes
266
+
267
+ * adjust <Chip /> padding - [SUR-664] ([193df7d](https://fox.25sprout.com/surveycake/sdk/rc/commit/193df7d2a9d89634b3d869b4d26a92f388ed1c4e))
268
+
269
+ ## [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)
270
+
271
+
272
+ ### Features
273
+
274
+ * add Check icon ([e83e6b9](https://fox.25sprout.com/surveycake/sdk/rc/commit/e83e6b9058756145b08988741a8108d78f5d5eff))
275
+
276
+ ## [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)
277
+
278
+
279
+ ### Bug Fixes
280
+
281
+ * modified Customized Select ([c4d5858](https://fox.25sprout.com/surveycake/sdk/rc/commit/c4d5858b055b5addd84c390db4c254aa8b2bce6e))
282
+
283
+ ## [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)
284
+
285
+
286
+ ### Bug Fixes
287
+
288
+ * restore LoadingButton and mark as deprecated ([561c1ac](https://fox.25sprout.com/surveycake/sdk/rc/commit/561c1aca392bcc30bf609f155955505082b3437b))
289
+
290
+ ## [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)
291
+
292
+
293
+ ### Features
294
+
295
+ * add customized select component ([1f5a447](https://fox.25sprout.com/surveycake/sdk/rc/commit/1f5a447e8225f12d4fd389e36feb67d7685a4233))
296
+
297
+ ## [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)
298
+
299
+
300
+ ### Features
301
+
302
+ * add Alert component ([29286a7](https://fox.25sprout.com/surveycake/sdk/rc/commit/29286a7c6da0dca002eecd17f95d5749adcff378))
303
+ * add Snackbar component ([5e28002](https://fox.25sprout.com/surveycake/sdk/rc/commit/5e280027bc7942e7b58743578f9e5c54c7169649))
304
+ * export Alert releated components ([5466d77](https://fox.25sprout.com/surveycake/sdk/rc/commit/5466d7743c4a5a3a166ac19fbdd4f2fe2f65a258))
305
+
306
+
307
+ ### Bug Fixes
308
+
309
+ * move loading button into button ([29cd931](https://fox.25sprout.com/surveycake/sdk/rc/commit/29cd93129ddfb4679de1b11717292ff7f27b8ef5))
310
+ * set FormLabel margin to 0 ([7947c72](https://fox.25sprout.com/surveycake/sdk/rc/commit/7947c72895795686a6ccf2d45ae5948583c9c3e2))
311
+ * update cssbaseline import order ([44440f3](https://fox.25sprout.com/surveycake/sdk/rc/commit/44440f356af275e6a0bfe032f4509c17a3e54e75))
312
+
313
+ ## [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)
314
+
315
+
316
+ ### Bug Fixes
317
+
318
+ * adjust typography settings ([bad3269](https://fox.25sprout.com/surveycake/sdk/rc/commit/bad3269f716ed9d36d09f79ab2e5f29ad02f0eba))
319
+
320
+ ## [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)
321
+
322
+
323
+ ### Bug Fixes
324
+
325
+ * 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))
326
+
327
+ ## [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)
328
+
329
+
330
+ ### Features
331
+
332
+ * add custom icons for login/signup pages - [SUR-499] ([fc3e8fa](https://fox.25sprout.com/surveycake/sdk/rc/commit/fc3e8fa4819712eb32ecc19d84d836e75fe13365))
333
+
334
+ ## [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)
335
+
336
+ ## [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)
337
+
338
+
339
+ ### Bug Fixes
340
+
341
+ * column-gap is not supported in flex layout below Safari v14.1 - [SUR-99] ([e8c59ce](https://fox.25sprout.com/surveycake/sdk/rc/commit/e8c59ce5d4bfaae08ff274f9aa773bd0889d4f5f))
342
+
343
+ ## [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)
344
+
345
+
346
+ ### Bug Fixes
347
+
348
+ * provide a fallback when column-gap is unsupported in the Tab component - [SUR-99] ([5873227](https://fox.25sprout.com/surveycake/sdk/rc/commit/58732273bb75670074277f1059ec779ab74b510b))
349
+
350
+ ## [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)
351
+
352
+
353
+ ### Features
354
+
355
+ * add WithIcons story to ToggleButtonGroup - [SUR-181] ([cb19963](https://fox.25sprout.com/surveycake/sdk/rc/commit/cb19963e0c901a03bda0b1c3915090804b7409ea))
356
+
357
+ ## [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)
358
+
359
+
360
+ ### Features
361
+
362
+ * add ArrowBack icon ([a97703c](https://fox.25sprout.com/surveycake/sdk/rc/commit/a97703c8f493bc448355fd8b89f01e9f512d4c91))
363
+
364
+
365
+ ### Bug Fixes
366
+
367
+ * the border-radius of CardMedia is incorrect on hover ([3c84245](https://fox.25sprout.com/surveycake/sdk/rc/commit/3c84245673bc7d17768242754a45c5c7e0bf26d2))
368
+
369
+ ## [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)
370
+
371
+
372
+ ### Features
373
+
374
+ * add ButtonGroup with icon story ([0bf45de](https://fox.25sprout.com/surveycake/sdk/rc/commit/0bf45de234d12eb7b912e2aa96b13ed0edfbad99))
375
+
376
+ ## [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)
377
+
378
+
379
+ ### Features
380
+
381
+ * define exclusiveColor ([9fbe87c](https://fox.25sprout.com/surveycake/sdk/rc/commit/9fbe87c73c08cfd8e3eadf5a300af6a764700533))
382
+
383
+
384
+ ### Bug Fixes
385
+
386
+ * CardActionArea export wording typo ([57d8276](https://fox.25sprout.com/surveycake/sdk/rc/commit/57d82769c120b462f7ef9bc0f7115ba28f4ced23))
387
+
388
+ ## [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)
389
+
390
+
391
+ ### Features
392
+
393
+ * add card component ([7c2a544](https://fox.25sprout.com/surveycake/sdk/rc/commit/7c2a54411a3028efce88970ede2c80b0ac948c8a))
394
+ * add chip with icon story ([c4843e0](https://fox.25sprout.com/surveycake/sdk/rc/commit/c4843e0ea6c5e1589dd1866a943f2a4789db1eaa))
395
+ * add Divider component ([04f665f](https://fox.25sprout.com/surveycake/sdk/rc/commit/04f665f918378f227e5542ed053e9cfdc25c8a64))
396
+ * add icon ([0bb0fa7](https://fox.25sprout.com/surveycake/sdk/rc/commit/0bb0fa76b70990341e0c81e1ab98a7ea41d1f6b5))
397
+ * add InputAdornment customization scenario ([add2908](https://fox.25sprout.com/surveycake/sdk/rc/commit/add2908223e280f243c5c6bdf14ffad0057d881e))
398
+ * add Skeleton component ([a32b3f8](https://fox.25sprout.com/surveycake/sdk/rc/commit/a32b3f8f2b5f3835230f76a79e5825de9ec19e13))
399
+ * add Snackbar component ([486cfba](https://fox.25sprout.com/surveycake/sdk/rc/commit/486cfbabdcbda26589f25e2d127538017a93589a))
400
+ * add vertical tabs component ([d1bef58](https://fox.25sprout.com/surveycake/sdk/rc/commit/d1bef58b2eb19d7c8512b285b43486a0b2c9bf30))
401
+
402
+
403
+ ### Bug Fixes
404
+
405
+ * adjust Button style ([31ac011](https://fox.25sprout.com/surveycake/sdk/rc/commit/31ac011ce94652d6dd10db13aaa67b0334a32fa6))
406
+
407
+ ## [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)
408
+
409
+
410
+ ### Features
411
+
412
+ * add Chip component ([be60bb9](https://fox.25sprout.com/surveycake/sdk/rc/commit/be60bb91f31093c101abccaec4bf98d87348b0d6))
413
+
414
+ ## [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)
415
+
416
+
417
+ ### Features
418
+
419
+ * create color pallete ([003ad28](https://fox.25sprout.com/surveycake/sdk/rc/commit/003ad282b004325644b47a011586813d3bf8071a))
420
+ * update typography stories ([706d613](https://fox.25sprout.com/surveycake/sdk/rc/commit/706d613db943eaf39f0946b7cc4f698d337a40a7))
421
+
422
+
423
+ ### Bug Fixes
424
+
425
+ * adjust style ([70f161c](https://fox.25sprout.com/surveycake/sdk/rc/commit/70f161c621fe09d5a15a4fe9a9c18e9f7bbd2f81))
426
+
427
+ ## [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)
428
+
429
+
430
+ ### Bug Fixes
431
+
432
+ * adjust button icon size ([72cfbd3](https://fox.25sprout.com/surveycake/sdk/rc/commit/72cfbd3eec9bfb6ba5a1b096f464e83a6153496c))
433
+
434
+ ## [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)
435
+
436
+
437
+ ### Bug Fixes
438
+
439
+ * adjust text outlined hover color ([09cf29d](https://fox.25sprout.com/surveycake/sdk/rc/commit/09cf29df0cd949677994f6379c131c9a62715100))
440
+
441
+ ## [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)
442
+
443
+
444
+ ### Features
445
+
446
+ * add more icons ([57709aa](https://fox.25sprout.com/surveycake/sdk/rc/commit/57709aa21193026322583f2aca37fd5441a08798))
447
+ * create Checkbox component ([fbcc300](https://fox.25sprout.com/surveycake/sdk/rc/commit/fbcc300d5bf0107c5ec9abb1da56c0e38102ea05))
448
+ * create InputAdornment component ([31317e0](https://fox.25sprout.com/surveycake/sdk/rc/commit/31317e01c9ba3183fbe9c10be2106faa5a366258))
449
+ * create Pagination component ([a6d9ca7](https://fox.25sprout.com/surveycake/sdk/rc/commit/a6d9ca72bbf8b46909f8b8048e0e54537de2c9d8))
450
+
451
+
452
+ ### Bug Fixes
453
+
454
+ * adjust delete-outlined icon attribute writting style ([d491b08](https://fox.25sprout.com/surveycake/sdk/rc/commit/d491b086ba512c9e0b441fec413e405d44eb7ba9))
455
+ * adjust dialog content divider color ([bbbfeeb](https://fox.25sprout.com/surveycake/sdk/rc/commit/bbbfeeb45d03363131f8bb107182bee582c15242))
456
+ * adjust OutlinedInput style ([416d4f4](https://fox.25sprout.com/surveycake/sdk/rc/commit/416d4f4079d2160b548f273b3fb997c611811387))
457
+
458
+ ## [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)
459
+
460
+
461
+ ### Bug Fixes
462
+
463
+ * 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))
464
+
465
+ ## [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)
466
+
467
+
468
+ ### Features
469
+
470
+ * add DeletedOutlined icon ([dc383d8](https://fox.25sprout.com/surveycake/sdk/rc/commit/dc383d87cd1489e3c859dbb345f2ab33cfd1c467))
471
+
472
+ ## [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)
473
+
474
+
475
+ ### Bug Fixes
476
+
477
+ * update VarSelect export name ([2cfcdf5](https://fox.25sprout.com/surveycake/sdk/rc/commit/2cfcdf5dd6aeaf02f7641e71e63db26845fd1e7c))
478
+
479
+ ## [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)
480
+
481
+
482
+ ### Features
483
+
484
+ * VarSelect groups ([4e87e3c](https://fox.25sprout.com/surveycake/sdk/rc/commit/4e87e3c4b7c7c22665a27ec035bd9951b8b52755))
485
+
486
+ ## [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)
487
+
488
+
489
+ ### Features
490
+
491
+ * 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))
492
+ * 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))
493
+
494
+
495
+ ### Bug Fixes
496
+
497
+ * GroupSelect default background, default height ([76a9eb8](https://fox.25sprout.com/surveycake/sdk/rc/commit/76a9eb8ea7b6bdc42012f19d888a7446fc6470bc))
498
+
499
+ ## [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)
500
+
501
+
502
+ ### Features
503
+
504
+ * 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))
505
+ * 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))
506
+
507
+ ## [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)
508
+
509
+
510
+ ### Bug Fixes
511
+
512
+ * adjust dialog divider padding ([6a360c8](https://fox.25sprout.com/surveycake/sdk/rc/commit/6a360c84f636e71924e616dff97dd4c13a0522ee))
513
+
514
+ ## [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)
515
+
516
+
517
+ ### Features
518
+
519
+ * 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))
520
+
521
+ ## [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)
522
+
523
+
524
+ ### Features
525
+
526
+ * add MoreHoriz icon - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([96858bb](https://fox.25sprout.com/surveycake/sdk/rc/commit/96858bb85ab3f1a8580b592591fe696c3ef9dbe1))
527
+ * adjust IconButton styles - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([efe52c6](https://fox.25sprout.com/surveycake/sdk/rc/commit/efe52c69a35288e82b86ca89f2daee198b5c4677))
528
+
529
+ ## [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)
530
+
531
+
532
+ ### Features
533
+
534
+ * add filterAlt icon and normalize icon name ([d433e50](https://fox.25sprout.com/surveycake/sdk/rc/commit/d433e501d726a15abf79f89b2823452461d040d0))
535
+ * add several icons - surveycake/pm[#5004](https://fox.25sprout.com/surveycake/pm/-/issues/5004) ([a3a011a](https://fox.25sprout.com/surveycake/sdk/rc/commit/a3a011a9d510aab9fe9f5195fe07ef1c59964cb6))
536
+
537
+
538
+ ### Bug Fixes
539
+
540
+ * adjust some icon names of ToggleButtonGroup ([2a30655](https://fox.25sprout.com/surveycake/sdk/rc/commit/2a30655713638f7771d4f60e6d12581b53c4490d))
541
+
542
+ ## [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)
543
+
544
+
545
+ ### Bug Fixes
546
+
547
+ * remove typoraphy hover style ([09392ff](https://fox.25sprout.com/surveycake/sdk/rc/commit/09392ff2d002c0a941418823314c24c750fe4683))
548
+
549
+ ## [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)
550
+
551
+
552
+ ### Bug Fixes
553
+
554
+ * redefined component export style ([fea5d52](https://fox.25sprout.com/surveycake/sdk/rc/commit/fea5d5255ccba8f531d6d31a2fee092a48324dec))
555
+ * replace customize icon with google icon ([965fde9](https://fox.25sprout.com/surveycake/sdk/rc/commit/965fde92827a5ce3727796a429e1b2f92c2fc15a))
556
+ * unable to render missing icon ([d7a5568](https://fox.25sprout.com/surveycake/sdk/rc/commit/d7a5568791039cc3cf4b54b68f0309526aebf585))
557
+ * update link style ([2d98974](https://fox.25sprout.com/surveycake/sdk/rc/commit/2d98974ce458778ab37112fe395e0202cb0027e5))
558
+
559
+ ## [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)
560
+
561
+
562
+ ### Features
563
+
564
+ * add GroupSelect component - surveycake/pm[#4917](https://fox.25sprout.com/surveycake/pm/-/issues/4917) ([6ff962a](https://fox.25sprout.com/surveycake/sdk/rc/commit/6ff962a6b694569d90472103de459c18a897313c))
565
+
566
+ ## [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)
567
+
568
+
569
+ ### Bug Fixes
570
+
571
+ * replace anonymous with function name ([905bf3c](https://fox.25sprout.com/surveycake/sdk/rc/commit/905bf3c795c8cfcbc94ec35b6f10ee80e49c93be))
572
+
573
+ ## [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)
574
+
575
+
576
+ ### Features
577
+
578
+ * add ButtonGroup to V2 components ([053f702](https://fox.25sprout.com/surveycake/sdk/rc/commit/053f7027a5a550c1a2b3e6b8e6da537e56ba736a))
579
+ * 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))
580
+ * add Tooltip component ([a89f339](https://fox.25sprout.com/surveycake/sdk/rc/commit/a89f3397b2ae63fa458e1980afac698ef0236d3b))
581
+
582
+
583
+ ### Bug Fixes
584
+
585
+ * (Switch) 'args' is declared but its value is never read ([bd8fb42](https://fox.25sprout.com/surveycake/sdk/rc/commit/bd8fb424dcffd7484b8c8950e78a2db2f7eb480d))
586
+ * forwardRef type of Tooltip ([0bc8883](https://fox.25sprout.com/surveycake/sdk/rc/commit/0bc8883f1dff6c679bccf573b1c21dad186f62f4))
587
+
588
+ ## [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)
589
+
590
+
591
+ ### Features
592
+
593
+ * add switch component ([05dfdc7](https://fox.25sprout.com/surveycake/sdk/rc/commit/05dfdc793b71e52bbf76dc7edf36acf272b2a0c3))
594
+
595
+
596
+ ### Bug Fixes
597
+
598
+ * update label margin and add react-table types ([c866b7a](https://fox.25sprout.com/surveycake/sdk/rc/commit/c866b7acd428a94fb1423f164de1c545cda7aa7e))
599
+ * update switch bg color ([2514d47](https://fox.25sprout.com/surveycake/sdk/rc/commit/2514d47fde35847e1a771a5dfcecf36b23bf6732))
600
+
601
+ ## [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)
602
+
603
+
604
+ ### Features
605
+
606
+ * add several custom icons ([00e30d6](https://fox.25sprout.com/surveycake/sdk/rc/commit/00e30d6f941c24f652092a542950aed3a50eed6e))
607
+
608
+
609
+ ### Bug Fixes
610
+
611
+ * adjust the spacing between FormLabel and OutlinedInput ([32b048a](https://fox.25sprout.com/surveycake/sdk/rc/commit/32b048ada10af601a8bc90f037e1e1fda4e738e6))
612
+
613
+ ## [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)
614
+
615
+
616
+ ### Bug Fixes
617
+
618
+ * remove material-ui fade func warning ([3851dde](https://fox.25sprout.com/surveycake/sdk/rc/commit/3851ddee17c4631061768e785d29c85151bb627b))
619
+
5
620
  ## [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)
6
621
 
7
622
 
@@ -184,7 +799,7 @@ All notable changes to this project will be documented in this file. See [standa
184
799
 
185
800
  ### Features
186
801
 
187
- * restyle MenuList and MenuItem surveycake/pm[#3661](https://fox.25sprout.com//undefined/issues/3661) ([1f79329](https://fox.25sprout.com/surveycake/sdk/rc/commit/1f7932993e3e1408cd0ef12e6d4ffcac887f8c03))
802
+ * 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))
188
803
 
189
804
  ### [2.3.10](https://fox.25sprout.com/surveycake/sdk/rc/compare/v2.3.9...v2.3.10) (2021-06-02)
190
805
 
@@ -352,7 +967,7 @@ All notable changes to this project will be documented in this file. See [standa
352
967
 
353
968
  ### Features
354
969
 
355
- * 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))
970
+ * 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))
356
971
 
357
972
  ## [2.1.0](https://fox.25sprout.com/surveycake/sdk/rc/compare/v2.0.14...v2.1.0) (2020-12-01)
358
973
 
@@ -8,5 +8,7 @@ declare type PaginationProps = {
8
8
  */
9
9
  totalPages: number;
10
10
  setPageIndex: (pageIndex: number) => void;
11
+ prevDataQa?: string;
12
+ nextDataQa?: string;
11
13
  };
12
14
  export { PaginationProps };
@@ -21,6 +21,7 @@ export interface TypographyProps extends Omit<HTMLAttributes<TypographyElement>,
21
21
  * If `true`, the text will not wrap, but instead will truncate with an ellipsis.
22
22
  */
23
23
  noWrap?: boolean;
24
+ align?: 'C' | 'R' | '';
24
25
  }
25
26
  declare const Typography: React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<TypographyElement>>;
26
27
  export default Typography;
@@ -0,0 +1,6 @@
1
+ import { Meta, Story } from '@storybook/react';
2
+ declare const _default: Meta<import("@storybook/react").Args>;
3
+ export default _default;
4
+ export declare const Simple: Story;
5
+ export declare const Controlled: Story;
6
+ export declare const WithTable: Story;