@surveycake/rc 3.0.0-alpha.99 → 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.
- package/CHANGELOG.md +545 -0
- package/README.md +16 -3
- package/dist/EditableTable/index.d.ts +1 -1
- package/dist/Portal/index.d.ts +1 -1
- package/dist/V2/AccordionSelect/AccordionSelect.stories.d.ts +5 -0
- package/dist/V2/AccordionSelect/AccordionSelectGroup.stories.d.ts +4 -0
- package/dist/V2/AccordionSelect/components/AccordionSelectGroup.d.ts +13 -0
- package/dist/V2/AccordionSelect/components/AccordionSelectItem.d.ts +11 -0
- package/dist/V2/AccordionSelect/components/GreyBlock.d.ts +6 -0
- package/dist/V2/AccordionSelect/components/Placeholder.d.ts +7 -0
- package/dist/V2/AccordionSelect/index.d.ts +16 -0
- package/dist/V2/Autocomplete/Autocomplete.stories.d.ts +1 -0
- package/dist/V2/Autocomplete/index.d.ts +3 -2
- package/dist/V2/Dialog/styles.d.ts +3 -0
- package/dist/V2/Drawer/Drawer.stories.d.ts +4 -0
- package/dist/V2/Drawer/index.d.ts +6 -0
- package/dist/V2/FormLabel/FormLabel.stories.d.ts +2 -0
- package/dist/V2/Icon/Customize/AIFile.d.ts +3 -0
- package/dist/V2/Icon/Customize/Advertisement.d.ts +3 -0
- package/dist/V2/Icon/Customize/AutoAwesome.d.ts +3 -0
- package/dist/V2/Icon/Customize/CardboardBox.d.ts +3 -0
- package/dist/V2/Icon/Customize/Collapse.d.ts +3 -0
- package/dist/V2/Icon/Customize/Combine.d.ts +3 -0
- package/dist/V2/Icon/Customize/Copy.d.ts +3 -0
- package/dist/V2/Icon/Customize/Coupon.d.ts +3 -0
- package/dist/V2/Icon/Customize/CurlyBrackets.d.ts +3 -0
- package/dist/V2/Icon/Customize/Design.d.ts +3 -0
- package/dist/V2/Icon/Customize/DisplayLogic.d.ts +3 -0
- package/dist/V2/Icon/Customize/DonutChart.d.ts +3 -0
- package/dist/V2/Icon/Customize/DriveFileMove.d.ts +3 -0
- package/dist/V2/Icon/Customize/EmailFilled.d.ts +3 -0
- package/dist/V2/Icon/Customize/EmbedCode.d.ts +3 -0
- package/dist/V2/Icon/Customize/ExpandAll.d.ts +3 -0
- package/dist/V2/Icon/Customize/ExportSheet.d.ts +3 -0
- package/dist/V2/Icon/Customize/FileExport.d.ts +3 -0
- package/dist/V2/Icon/Customize/GridView.d.ts +3 -0
- package/dist/V2/Icon/Customize/IntegrationInstructionsOutlined.d.ts +3 -0
- package/dist/V2/Icon/Customize/LinkedIn.d.ts +3 -0
- package/dist/V2/Icon/Customize/Logic.d.ts +3 -0
- package/dist/V2/Icon/Customize/Maximum.d.ts +3 -0
- package/dist/V2/Icon/Customize/None.d.ts +3 -0
- package/dist/V2/Icon/Customize/QrCode.d.ts +3 -0
- package/dist/V2/Icon/Customize/Randomize.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShieldError.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShieldStar.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShieldSuccess.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShieldWarning.d.ts +3 -0
- package/dist/V2/Icon/Customize/ShortText.d.ts +3 -0
- package/dist/V2/Icon/Customize/Skip.d.ts +3 -0
- package/dist/V2/Icon/Customize/Swords.d.ts +3 -0
- package/dist/V2/Icon/Customize/Synchronize.d.ts +3 -0
- package/dist/V2/Icon/Customize/Tag.d.ts +3 -0
- package/dist/V2/Icon/Customize/TypeConstantSum.d.ts +3 -0
- package/dist/V2/Icon/Customize/TypeDatePicker.d.ts +2 -2
- package/dist/V2/Icon/Customize/TypeNPS.d.ts +3 -0
- package/dist/V2/Icon/Customize/TypeNestMulti.d.ts +3 -0
- package/dist/V2/Icon/Customize/TypeNestedDropdown.d.ts +3 -0
- package/dist/V2/Icon/Customize/UploadFile.d.ts +3 -0
- package/dist/V2/Icon/Customize/Video.d.ts +3 -0
- package/dist/V2/Icon/Customize/X.d.ts +3 -0
- package/dist/V2/Icon/Customize/index.d.ts +43 -1
- package/dist/V2/Icon/index.d.ts +87 -9
- package/dist/V2/List/index.d.ts +1 -1
- package/dist/V2/Menu/Menu.stories.d.ts +4 -0
- package/dist/V2/Menu/index.d.ts +6 -0
- package/dist/V2/Menu/styles.d.ts +3 -0
- package/dist/V2/MultiVarSelect/MultiVarSelect.stories.d.ts +1 -0
- package/dist/V2/MultiVarSelect/index.d.ts +8 -2
- package/dist/V2/NestedAccordionSelect/NestedAccordionSelect.stories.d.ts +8 -0
- package/dist/V2/NestedAccordionSelect/NestedAccordionSelectGroup.stories.d.ts +8 -0
- package/dist/V2/NestedAccordionSelect/components/GreyBlock.d.ts +6 -0
- package/dist/V2/NestedAccordionSelect/components/NestedAccordionSelectGroup.d.ts +14 -0
- package/dist/V2/NestedAccordionSelect/components/NestedAccordionSelectItem.d.ts +14 -0
- package/dist/V2/NestedAccordionSelect/components/Placeholder.d.ts +7 -0
- package/dist/V2/NestedAccordionSelect/index.d.ts +18 -0
- package/dist/V2/OutlinedInput/OutlinedInput.stories.d.ts +1 -0
- package/dist/V2/Popover/index.d.ts +1 -1
- package/dist/V2/Popover/styles.d.ts +3 -0
- package/dist/V2/Select/styles.d.ts +0 -1
- package/dist/V2/Shadows/Shadows.stories.d.ts +4 -0
- package/dist/V2/SwipeableDrawer/SwipeableDrawer.stories.d.ts +4 -0
- package/dist/V2/SwipeableDrawer/index.d.ts +6 -0
- package/dist/V2/VarSelect/index.d.ts +1 -1
- package/dist/V2/index.d.ts +6 -0
- package/dist/V2/styles/useThemeCompat.d.ts +172 -0
- package/dist/customEmotion.d.ts +16 -0
- package/dist/index.d.ts +1 -0
- package/dist/rc.cjs.development.js +2543 -666
- package/dist/rc.cjs.development.js.map +1 -1
- package/dist/rc.cjs.production.min.js +1 -1
- package/dist/rc.cjs.production.min.js.map +1 -1
- package/dist/rc.esm.js +2472 -605
- package/dist/rc.esm.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,551 @@
|
|
|
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
|
+
|
|
5
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)
|
|
6
551
|
|
|
7
552
|
|
package/README.md
CHANGED
|
@@ -1,9 +1,22 @@
|
|
|
1
1
|
# rc
|
|
2
2
|
|
|
3
|
-
React components library for SurveyCake
|
|
3
|
+
React components library for SurveyCake
|
|
4
4
|
|
|
5
|
-
Only support ES Modules
|
|
5
|
+
Only support ES Modules
|
|
6
6
|
|
|
7
7
|
Please see
|
|
8
|
-
|
|
8
|
+
|
|
9
|
+
- [documentation](https://surveycake.fox.25sprout.com/sdk/rc/)
|
|
9
10
|
- [roadmap](ROADMAP.md)
|
|
11
|
+
|
|
12
|
+
## 本地開發指南
|
|
13
|
+
|
|
14
|
+
以下以 admin 專案為例,說明如何進行本地開發:
|
|
15
|
+
|
|
16
|
+
1. 開啟 admin 專案的 `package.json`
|
|
17
|
+
2. 修改 `dependencies` 欄位:
|
|
18
|
+
- `@surveycake/rc` 改為 `link:${MY/LOCAL/RC/PATH}`
|
|
19
|
+
- `react` 改為 `link:${MY/LOCAL/RC/PATH}/node_modules/react`
|
|
20
|
+
- `react-dom` 改為 `link:${MY/LOCAL/RC/PATH}/node_modules/react-dom`
|
|
21
|
+
3. 啟動 admin 的本地開發伺服器
|
|
22
|
+
4. 當 RC 有更新時,只需重新執行 `yarn build` 即可
|
package/dist/Portal/index.d.ts
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare type OptionData = {
|
|
3
|
+
text: string;
|
|
4
|
+
value: string;
|
|
5
|
+
};
|
|
6
|
+
interface AccordionSelectGroupProps {
|
|
7
|
+
mainOption: OptionData;
|
|
8
|
+
subOptions: OptionData[];
|
|
9
|
+
selectedValue: string[];
|
|
10
|
+
handleChangeValue: (value: string[]) => void;
|
|
11
|
+
}
|
|
12
|
+
declare const AccordionSelectGroup: React.ForwardRefExoticComponent<AccordionSelectGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
export default AccordionSelectGroup;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
interface AccordionSelectItemProps {
|
|
3
|
+
value: string;
|
|
4
|
+
checked: boolean;
|
|
5
|
+
indeterminate?: boolean;
|
|
6
|
+
text: string;
|
|
7
|
+
handleChangeValue: (value: string) => void;
|
|
8
|
+
}
|
|
9
|
+
export declare const useCustomStyle: (props?: any) => Record<"container" | "checkbox" | "greyBlock", string>;
|
|
10
|
+
declare const AccordionSelectItem: React.FC<AccordionSelectItemProps>;
|
|
11
|
+
export default AccordionSelectItem;
|