es-components 21.7.0-pre-prod.10 → 21.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.js CHANGED
@@ -9,18 +9,21 @@ const exts = [
9
9
  module.exports = {
10
10
  extends: exts,
11
11
  parser: '@babel/eslint-parser',
12
- plugins,
13
12
  parserOptions: {
14
13
  ecmaFeatures: {
15
14
  jsx: true,
16
15
  destructuring: true,
17
- experimentalObjectRestSpread: true,
18
- ecmaVersion: 'latest'
16
+ experimentalObjectRestSpread: true
19
17
  },
20
18
  babelOptions: {
21
19
  configFile: path.join(__dirname, 'babel.config.js')
22
20
  }
23
21
  },
22
+ env: {
23
+ browser: true,
24
+ es2021: true
25
+ },
26
+ plugins,
24
27
  rules: {
25
28
  'no-unused-vars': ['warn'],
26
29
  'max-len': 0,
@@ -40,8 +43,8 @@ module.exports = {
40
43
  {
41
44
  devDependencies: [
42
45
  '**/*.specs.js',
43
- '**/ExampleWrapper.js',
44
- '**/test-utils.js'
46
+ '**/test-utils.js',
47
+ '**/styleguide/*.{js,jsx,ts,tsx}'
45
48
  ]
46
49
  }
47
50
  ],
@@ -78,8 +81,5 @@ module.exports = {
78
81
  'plugin:testing-library/react'
79
82
  ]
80
83
  }
81
- ],
82
- env: {
83
- browser: true
84
- }
84
+ ]
85
85
  };
package/CHANGELOG.md CHANGED
@@ -3,388 +3,233 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- # [21.7.0-pre-prod.10](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.9...v21.7.0-pre-prod.10) (2023-01-25)
7
-
8
-
9
- ### Build
10
-
11
- * fixing styleguide preprod build ([1cc79d0](https://github.com/wtw-im/es-components/commit/1cc79d03c35b6477f2370b282a58c23b4f0dacf5))
12
-
6
+ # [21.7.0](https://github.com/wtw-im/es-components/compare/v21.6.97...v21.7.0) (2023-03-06)
13
7
 
8
+ ### Upgrade
14
9
 
10
+ - updating wait-on package for cypress ([726a972](https://github.com/wtw-im/es-components/commit/726a972de6dd4eb3adbd580f8ff432a21e2b374f))
15
11
 
12
+ ## [21.6.97](https://github.com/wtw-im/es-components/compare/v21.6.97-pre-prod.2...v21.6.97) (2023-02-16)
16
13
 
17
- # [21.7.0-pre-prod.9](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.8...v21.7.0-pre-prod.9) (2023-01-25)
14
+ **Note:** Version bump only for package es-components
18
15
 
16
+ ## [21.6.97-pre-prod.2](https://github.com/wtw-im/es-components/compare/v21.6.97-pre-prod.1...v21.6.97-pre-prod.2) (2023-02-07)
19
17
 
20
18
  ### Build
21
19
 
22
- * fixing jest test assets path and preprod build ([68f3d1a](https://github.com/wtw-im/es-components/commit/68f3d1a3cde8c815bb6d2ae90488c75c780fe6cc))
23
-
24
- ### Update
25
-
26
- * update es-assets urls ([ec49eb3](https://github.com/wtw-im/es-components/commit/ec49eb3500d23efdca281995c659a9a5cedf6172))
27
-
28
-
29
-
30
-
31
-
32
- # [21.7.0-pre-prod.8](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.7...v21.7.0-pre-prod.8) (2023-01-23)
33
-
20
+ - updating Textbox tests with font-family corrections ([a89ebfc](https://github.com/wtw-im/es-components/commit/a89ebfcb82209603a7759c2b34029d88e2f38e14))
34
21
 
35
22
  ### Fix
36
23
 
37
- * ensuring we always display placeholder styles correctly on Dropdowns ([538a8ad](https://github.com/wtw-im/es-components/commit/538a8ad058e84db6aa7ca9fb14ea1e6e94a18f4e))
38
-
24
+ - ensuring datepicker triangle is always correct ([29fb72d](https://github.com/wtw-im/es-components/commit/29fb72dbe35f0734dd5f68219a5ca14202db4fb7))
25
+ - removing width limit form datepicker inputs ([e522e2f](https://github.com/wtw-im/es-components/commit/e522e2f99e22c3fcaa7481f5dbd9ee78ec76fd39))
39
26
 
27
+ ## [21.6.97-pre-prod.1](https://github.com/wtw-im/es-components/compare/v21.6.97-pre-prod.0...v21.6.97-pre-prod.1) (2023-02-07)
40
28
 
29
+ ### Docs
41
30
 
42
-
43
- # [21.7.0-pre-prod.7](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.6...v21.7.0-pre-prod.7) (2023-01-20)
44
-
31
+ - adding theme switch to examples ([a577ba5](https://github.com/wtw-im/es-components/commit/a577ba540a70f361bcf94e73d8f19adf60f036d4))
45
32
 
46
33
  ### Fix
47
34
 
48
- * ensuring all BasicTextbox children get validationStyles ([643bc5f](https://github.com/wtw-im/es-components/commit/643bc5f31e905385ccc7f1f24b1170d7b8d9f5e7))
49
-
50
-
35
+ - allowing Switch to take node for onText and offText ([bf62470](https://github.com/wtw-im/es-components/commit/bf62470ca49bbed3aebf3d8d06cb97e733d664ac))
36
+ - using styleguide global theme for initial render ([906ee7c](https://github.com/wtw-im/es-components/commit/906ee7cba4e8c7bbaee309215429cddfe165da41))
51
37
 
38
+ ## [21.6.96](https://github.com/wtw-im/es-components/compare/v21.6.96-pre-prod.0...v21.6.96) (2023-01-26)
52
39
 
40
+ **Note:** Version bump only for package es-components
53
41
 
54
- # [21.7.0-pre-prod.6](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.5...v21.7.0-pre-prod.6) (2023-01-20)
42
+ ## [21.6.96-pre-prod.0](https://github.com/wtw-im/es-components/compare/v21.6.95...v21.6.96-pre-prod.0) (2023-01-26)
55
43
 
44
+ ## [21.6.95-pre-prod.7](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.6...v21.6.95-pre-prod.7) (2023-01-26)
56
45
 
57
46
  ### Build
58
47
 
59
- * using cp instead of mv for pre-prod docs ([6667e51](https://github.com/wtw-im/es-components/commit/6667e5111df9d8c5f2a60b4d582a00cc7e291973))
60
-
61
-
62
-
63
-
64
-
65
- # [21.7.0-pre-prod.5](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.4...v21.7.0-pre-prod.5) (2023-01-19)
48
+ - [skip ci][skip-release] v21.6.95-pre-prod.7 ([21c0148](https://github.com/wtw-im/es-components/commit/21c0148dcffc65886409086621369113fd467976))
49
+ - ensuring cypress runs ([4138926](https://github.com/wtw-im/es-components/commit/41389263a3a3c1d9ed758a052ca344f5e6c4ae9a))
50
+ - fixing monorepo dependency issues ([ec817f8](https://github.com/wtw-im/es-components/commit/ec817f867a05129cc3a580502223bd2bac894e59))
66
51
 
52
+ ## [21.6.95-pre-prod.6](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.5...v21.6.95-pre-prod.6) (2023-01-26)
67
53
 
68
54
  ### Build
69
55
 
70
- * fixing DateInput tests ([42c6797](https://github.com/wtw-im/es-components/commit/42c6797577bf09d2523b707ebbeee9a907ac4be6))
71
-
72
- ### Fix
73
-
74
- * adding fallbacks for new validation theme props ([2b93d33](https://github.com/wtw-im/es-components/commit/2b93d33797676d7a5fc8891d9a1e6b8b7f95760d))
75
- * adjusting textbox height for outer container border ([4314473](https://github.com/wtw-im/es-components/commit/43144736b5e1d820650c0d91d756d44d1681a0fa))
76
-
77
- ### New
78
-
79
- * adding 'defaultFormStyle' to 'inputStyles' in themes ([c3944e8](https://github.com/wtw-im/es-components/commit/c3944e847e75f306b6e954e52fbad509a352d1a1))
80
- * adding 'flat' prop to Textbox ([dd0c240](https://github.com/wtw-im/es-components/commit/dd0c240b45f2bbc457e12c1335dab6184502d77c))
81
- * adding Form component and 'flat' prop ([cd862d2](https://github.com/wtw-im/es-components/commit/cd862d2a40e74779334ce34586a7677a66249314))
82
-
83
- ### Update
84
-
85
- * adding AddOn styles to theme ([8ef8fe9](https://github.com/wtw-im/es-components/commit/8ef8fe961a20148dfccfd48de52991f4efea9303))
86
- * adding input border-radius to theme ([e33e69e](https://github.com/wtw-im/es-components/commit/e33e69e99e71ce8f7129dc2f99b2a6cf00859ebb))
87
- * completing 'flat' style inputs ([a63f9fb](https://github.com/wtw-im/es-components/commit/a63f9fbcfc402b8cdb3632b48fadd6aa8b5ec808))
88
- * displaying icons only if needed ([5c90e36](https://github.com/wtw-im/es-components/commit/5c90e3634370049abb6c1c736c1e13f4e2cd3945))
89
- * moving default input style logic into FormContextProvider ([c825de0](https://github.com/wtw-im/es-components/commit/c825de0c1eeb7e33904c463e7044b1fc92d6121b))
90
- * using :before and :after for textbox prepends and appends ([c2d2017](https://github.com/wtw-im/es-components/commit/c2d2017efe5e11529a8e78b8d845827d61e194de))
91
- * using focus-within for focus styling ([ab92dd4](https://github.com/wtw-im/es-components/commit/ab92dd4df11c0cb9c6095c1cd8995f945ea662f7))
92
- * using InputBase for Dropdowns ([cada987](https://github.com/wtw-im/es-components/commit/cada98726bdc4f6a7aaffdb5c3d0abff7ad7e058))
93
- * using svg for dropdown arrow ([d0b1397](https://github.com/wtw-im/es-components/commit/d0b139719053c346efb64e96d457cb68b904993a))
94
- * using theme configs for Labels ([eb04078](https://github.com/wtw-im/es-components/commit/eb0407842df4250d9bfabd274a93d132bd51958d))
95
-
96
- ### Upgrade
97
-
98
- * bump glob-parent and react-styleguidist ([21f45ed](https://github.com/wtw-im/es-components/commit/21f45ed220697f96e2fdb88c2526839c5117deaf))
99
- * bump json5 from 1.0.1 to 1.0.2 in /packages/es-components ([c109450](https://github.com/wtw-im/es-components/commit/c109450d5aecbb429de9c7198bf326a20d385ba7))
100
-
101
-
102
-
103
-
104
-
105
- # [21.7.0-pre-prod.4](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.3...v21.7.0-pre-prod.4) (2023-01-18)
106
-
107
-
108
- ### Update
109
-
110
- * add cross-env ([c0113e1](https://github.com/wtw-im/es-components/commit/c0113e1b0aada98477972fe1e0965b5a38f2fa60))
111
- * based on pre-prod now ([3374824](https://github.com/wtw-im/es-components/commit/3374824fced8b13507e1c0af0eb0a5cbc8609477))
112
- * fix popover ([142c237](https://github.com/wtw-im/es-components/commit/142c237d4cba16ebb23ab2da1232cad64180ffbb))
56
+ - [skip ci][skip-release] v21.6.95-pre-prod.6 ([bd4f610](https://github.com/wtw-im/es-components/commit/bd4f610d5a8b2001d72083d20b27ffafcc5a58da))
57
+ - fixing lockfile issues ([6992cf3](https://github.com/wtw-im/es-components/commit/6992cf3d7a0a7340f33f13a03862784365271f9b))
113
58
 
59
+ ## [21.6.95](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.5...v21.6.95) (2023-01-26)
114
60
 
61
+ **Note:** Version bump only for package es-components
115
62
 
63
+ ## [21.6.95-pre-prod.5](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.4...v21.6.95-pre-prod.5) (2023-01-25)
116
64
 
65
+ ### Build
117
66
 
118
- # [21.7.0-pre-prod.3](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.2...v21.7.0-pre-prod.3) (2023-01-11)
67
+ - ensuring cypress runs ([4138926](https://github.com/wtw-im/es-components/commit/41389263a3a3c1d9ed758a052ca344f5e6c4ae9a))
68
+ - fixing monorepo dependency issues ([ec817f8](https://github.com/wtw-im/es-components/commit/ec817f867a05129cc3a580502223bd2bac894e59))
119
69
 
70
+ ## [21.6.95-pre-prod.6](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.5...v21.6.95-pre-prod.6) (2023-01-26)
120
71
 
121
72
  ### Build
122
73
 
123
- * fixing pre-prod Docs CI, not running cypress on PR close ([040d82a](https://github.com/wtw-im/es-components/commit/040d82abb1f7199388482a0ff2a7bb2c9e9032f6))
124
-
125
-
74
+ - fixing lockfile issues ([6992cf3](https://github.com/wtw-im/es-components/commit/6992cf3d7a0a7340f33f13a03862784365271f9b))
126
75
 
76
+ ## [21.6.95-pre-prod.5](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.4...v21.6.95-pre-prod.5) (2023-01-25)
127
77
 
78
+ ### Build
128
79
 
129
- # [21.7.0-pre-prod.2](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.1...v21.7.0-pre-prod.2) (2023-01-11)
80
+ - ensuring styleguide can run completely ([6ba5ef3](https://github.com/wtw-im/es-components/commit/6ba5ef36adfafd42cf3c0f296da8a268abf08e4c))
130
81
 
82
+ ## [21.6.95-pre-prod.4](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.3...v21.6.95-pre-prod.4) (2023-01-25)
131
83
 
132
84
  ### Build
133
85
 
134
- * adding pre-prod folder to gh-pages branch ([f73e433](https://github.com/wtw-im/es-components/commit/f73e433a2c6de45299d5c5b318afc6b7e1df9477))
135
-
136
-
86
+ - making pre-prod GH pages build verbose ([4fbf62a](https://github.com/wtw-im/es-components/commit/4fbf62ad10f61568033f22dbc1f6bca717695ecc))
137
87
 
88
+ ## [21.6.95-pre-prod.3](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.2...v21.6.95-pre-prod.3) (2023-01-25)
138
89
 
90
+ ### Fix
139
91
 
140
- # [21.7.0-pre-prod.1](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.0...v21.7.0-pre-prod.1) (2022-12-15)
92
+ - fixing table markdown to not fail styleguide build ([f1f3cde](https://github.com/wtw-im/es-components/commit/f1f3cdee5bfc00519eeffa0a021e341bedbe8153))
141
93
 
94
+ ## [21.6.95-pre-prod.2](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.1...v21.6.95-pre-prod.2) (2023-01-25)
142
95
 
143
96
  ### Build
144
97
 
145
- * ensuring we have via-theme for tests ([2322977](https://github.com/wtw-im/es-components/commit/232297748100c89c24074c078b01a9d7c757de72))
146
- * fixing package-locks for CI ([7bb223f](https://github.com/wtw-im/es-components/commit/7bb223f787aac3a958f0cde74a0c0aa5b60b8c90))
147
-
98
+ - making pre-prod GH pages build verbose ([f11e31a](https://github.com/wtw-im/es-components/commit/f11e31a83d557a1d6d1835263d2df6c441af8b4d))
148
99
 
100
+ ## [21.6.95-pre-prod.1](https://github.com/wtw-im/es-components/compare/v21.6.95-pre-prod.0...v21.6.95-pre-prod.1) (2023-01-25)
149
101
 
102
+ ### Build
150
103
 
104
+ - ensuring we publish for prod and preprod appropriately ([9239c01](https://github.com/wtw-im/es-components/commit/9239c01c6c18960d328e249837ce85896b0096ed))
151
105
 
152
- # [21.7.0-pre-prod.0](https://github.com/wtw-im/es-components/compare/v21.6.93...v21.7.0-pre-prod.0) (2022-12-13)
153
-
154
-
155
- ### New
106
+ ### Docs
156
107
 
157
- * banner es-component ([e2fde3f](https://github.com/wtw-im/es-components/commit/e2fde3fadcedf8093523f0f7239afee3fc3ce61b))
108
+ - including CHANGELOG in docs ([bd97f70](https://github.com/wtw-im/es-components/commit/bd97f708bb96602724514dfa52ca333b19989064))
158
109
 
159
- ### Update
110
+ ## [21.6.95-pre-prod.0](https://github.com/wtw-im/es-components/compare/v21.7.0-pre-prod.10...v21.6.95-pre-prod.0) (2023-01-25)
160
111
 
161
- * banner component name ([035a63d](https://github.com/wtw-im/es-components/commit/035a63da1565710f4aa049ffa0edfe67499a79ea))
162
- * banner component to ForwardedBanner ([d2f6615](https://github.com/wtw-im/es-components/commit/d2f6615038e601baa81fe91c7da66b9e792beb44))
163
- * banner message ([6ce35ee](https://github.com/wtw-im/es-components/commit/6ce35eecf014af7316c34fc41117e35409b3abca))
112
+ ## [21.6.94](https://github.com/wtw-im/es-components/compare/v21.6.93...v21.6.94) (2022-11-09)
164
113
 
114
+ ### Build
165
115
 
116
+ - [skip ci][skip-release] v21.6.94 ([188ceae](https://github.com/wtw-im/es-components/commit/188ceaed1caaafd562901dc61c9f40e8de85b853))
166
117
 
118
+ ## [21.6.94](https://github.com/wtw-im/es-components/compare/v21.6.93...v21.6.94) (2022-11-09)
167
119
 
120
+ **Note:** Version bump only for package es-components
168
121
 
169
122
  ## [21.6.93](https://github.com/wtw-im/es-components/compare/v21.6.93-pre-prod.5...v21.6.93) (2022-10-19)
170
123
 
171
124
  **Note:** Version bump only for package es-components
172
125
 
173
-
174
-
175
-
176
-
177
126
  ## [21.6.93-pre-prod.5](https://github.com/wtw-im/es-components/compare/v21.6.93-pre-prod.4...v21.6.93-pre-prod.5) (2022-10-19)
178
127
 
179
-
180
128
  ### Upgrade
181
129
 
182
- * add linkProps to tooltip ([89c4b6b](https://github.com/wtw-im/es-components/commit/89c4b6b2d16b9d9f5b4bee6326a94bcabdd9de9d))
183
-
184
-
185
-
186
-
130
+ - add linkProps to tooltip ([89c4b6b](https://github.com/wtw-im/es-components/commit/89c4b6b2d16b9d9f5b4bee6326a94bcabdd9de9d))
187
131
 
188
132
  ## [21.6.93-pre-prod.4](https://github.com/wtw-im/es-components/compare/v21.6.93-pre-prod.3...v21.6.93-pre-prod.4) (2022-10-17)
189
133
 
190
-
191
134
  ### Fix
192
135
 
193
- * fixing prepublish script ([92f4870](https://github.com/wtw-im/es-components/commit/92f48705867ac2a3b519c120849c1c48e7b9f081))
194
-
195
-
196
-
197
-
136
+ - fixing prepublish script ([92f4870](https://github.com/wtw-im/es-components/commit/92f48705867ac2a3b519c120849c1c48e7b9f081))
198
137
 
199
138
  ## [21.6.93-pre-prod.3](https://github.com/wtw-im/es-components/compare/v21.6.93-pre-prod.2...v21.6.93-pre-prod.3) (2022-10-17)
200
139
 
201
-
202
140
  ### Build
203
141
 
204
- * only mangling variable names in main branch ([abacbd2](https://github.com/wtw-im/es-components/commit/abacbd208d1d60d042a484df517a06195967a4b2))
205
-
206
-
207
-
208
-
142
+ - only mangling variable names in main branch ([abacbd2](https://github.com/wtw-im/es-components/commit/abacbd208d1d60d042a484df517a06195967a4b2))
209
143
 
210
144
  ## 21.6.93-pre-prod.2 (2022-10-12)
211
145
 
212
146
  **Note:** Version bump only for package es-components
213
147
 
214
-
215
-
216
-
217
-
218
148
  ## 21.6.93-pre-prod.1 (2022-10-12)
219
149
 
220
150
  **Note:** Version bump only for package es-components
221
151
 
222
-
223
-
224
-
225
-
226
152
  ## 21.6.93-pre-prod.0 (2022-10-11)
227
153
 
228
154
  **Note:** Version bump only for package es-components
229
155
 
230
-
231
-
232
-
233
-
234
156
  ## [21.6.92](https://github.com/wtw-im/es-components/compare/v21.6.92-pre-prod.0...v21.6.92) (2022-09-21)
235
157
 
236
158
  **Note:** Version bump only for package es-components
237
159
 
238
-
239
-
240
-
241
-
242
160
  ## 21.6.92-pre-prod.0 (2022-09-16)
243
161
 
244
-
245
162
  ### Build
246
163
 
247
- * update changelog generator ([b8c29f5](https://github.com/wtw-im/es-components/commit/b8c29f50045c13c8fc13e66eca8a0eb972ea712a))
248
-
249
-
250
-
251
-
164
+ - update changelog generator ([b8c29f5](https://github.com/wtw-im/es-components/commit/b8c29f50045c13c8fc13e66eca8a0eb972ea712a))
252
165
 
253
166
  ## <small>21.6.91 (2022-09-06)</small>
254
167
 
255
168
  **Note:** Version bump only for package es-components
256
169
 
257
-
258
-
259
-
260
-
261
170
  ## <small>21.6.91-pre-prod.0 (2022-08-31)</small>
262
171
 
263
- * Merge pull request #642 from WTW-IM/react-18 ([c076594](https://github.com/wtw-im/es-components/commit/c076594)), closes [#642](https://github.com/wtw-im/es-components/issues/642)
264
-
265
-
266
-
267
-
172
+ - Merge pull request #642 from WTW-IM/react-18 ([c076594](https://github.com/wtw-im/es-components/commit/c076594)), closes [#642](https://github.com/wtw-im/es-components/issues/642)
268
173
 
269
174
  ## <small>21.6.90 (2022-07-21)</small>
270
175
 
271
176
  **Note:** Version bump only for package es-components
272
177
 
273
-
274
-
275
-
276
-
277
178
  ## <small>21.6.90-pre-prod.0 (2022-07-21)</small>
278
179
 
279
- * Merge pull request #635 from WTW-IM/fix-full-color-icons-page ([ee3d98e](https://github.com/wtw-im/es-components/commit/ee3d98e)), closes [#635](https://github.com/wtw-im/es-components/issues/635)
280
-
281
-
282
-
283
-
180
+ - Merge pull request #635 from WTW-IM/fix-full-color-icons-page ([ee3d98e](https://github.com/wtw-im/es-components/commit/ee3d98e)), closes [#635](https://github.com/wtw-im/es-components/issues/635)
284
181
 
285
182
  ## <small>21.6.89 (2022-07-19)</small>
286
183
 
287
184
  **Note:** Version bump only for package es-components
288
185
 
289
-
290
-
291
-
292
-
293
186
  ## <small>21.6.89-pre-prod.0 (2022-07-18)</small>
294
187
 
295
- * Merge pull request #628 from WTW-IM/WE-17039-add-role-to-notification ([fcddbff](https://github.com/wtw-im/es-components/commit/fcddbff)), closes [#628](https://github.com/wtw-im/es-components/issues/628)
296
-
297
-
298
-
299
-
188
+ - Merge pull request #628 from WTW-IM/WE-17039-add-role-to-notification ([fcddbff](https://github.com/wtw-im/es-components/commit/fcddbff)), closes [#628](https://github.com/wtw-im/es-components/issues/628)
300
189
 
301
190
  ## <small>21.6.88 (2022-07-11)</small>
302
191
 
303
192
  **Note:** Version bump only for package es-components
304
193
 
305
-
306
-
307
-
308
-
309
194
  ## <small>21.6.88-pre-prod.1 (2022-07-07)</small>
310
195
 
311
- * Merge pull request #631 from WTW-IM/prevent-fieldset-rerender ([babb501](https://github.com/wtw-im/es-components/commit/babb501)), closes [#631](https://github.com/wtw-im/es-components/issues/631)
312
-
313
-
314
-
315
-
196
+ - Merge pull request #631 from WTW-IM/prevent-fieldset-rerender ([babb501](https://github.com/wtw-im/es-components/commit/babb501)), closes [#631](https://github.com/wtw-im/es-components/issues/631)
316
197
 
317
198
  ## <small>21.6.88-pre-prod.0 (2022-07-05)</small>
318
199
 
319
- * Merge pull request #629 from WTW-IM/export-useuniqueid ([7d90a4f](https://github.com/wtw-im/es-components/commit/7d90a4f)), closes [#629](https://github.com/wtw-im/es-components/issues/629)
320
-
321
-
322
-
323
-
200
+ - Merge pull request #629 from WTW-IM/export-useuniqueid ([7d90a4f](https://github.com/wtw-im/es-components/commit/7d90a4f)), closes [#629](https://github.com/wtw-im/es-components/issues/629)
324
201
 
325
202
  ## <small>21.6.87 (2022-06-24)</small>
326
203
 
327
204
  **Note:** Version bump only for package es-components
328
205
 
329
-
330
-
331
-
332
-
333
206
  ## <small>21.6.87-pre-prod.0 (2022-06-17)</small>
334
207
 
335
- * Merge pull request #624 from WTW-IM/switch-checked-bugfix ([d023b00](https://github.com/wtw-im/es-components/commit/d023b00)), closes [#624](https://github.com/wtw-im/es-components/issues/624)
336
-
337
-
338
-
339
-
208
+ - Merge pull request #624 from WTW-IM/switch-checked-bugfix ([d023b00](https://github.com/wtw-im/es-components/commit/d023b00)), closes [#624](https://github.com/wtw-im/es-components/issues/624)
340
209
 
341
210
  ## <small>21.6.86 (2022-05-19)</small>
342
211
 
343
212
  **Note:** Version bump only for package es-components
344
213
 
345
-
346
-
347
-
348
-
349
214
  ## <small>21.6.86-pre-prod.0 (2022-05-17)</small>
350
215
 
351
- * Merge pull request #618 from WTW-IM/WE-16644-design-consistency ([7c38006](https://github.com/wtw-im/es-components/commit/7c38006)), closes [#618](https://github.com/wtw-im/es-components/issues/618)
352
-
353
-
354
-
355
-
216
+ - Merge pull request #618 from WTW-IM/WE-16644-design-consistency ([7c38006](https://github.com/wtw-im/es-components/commit/7c38006)), closes [#618](https://github.com/wtw-im/es-components/issues/618)
356
217
 
357
218
  ## <small>21.6.85 (2022-05-12)</small>
358
219
 
359
220
  **Note:** Version bump only for package es-components
360
221
 
361
-
362
-
363
-
364
-
365
222
  ## <small>21.6.85-pre-prod.0 (2022-05-12)</small>
366
223
 
367
- * Merge pull request #620 from WTW-IM/drawers-effect-fix ([2440656](https://github.com/wtw-im/es-components/commit/2440656)), closes [#620](https://github.com/wtw-im/es-components/issues/620)
368
-
369
-
370
-
371
-
224
+ - Merge pull request #620 from WTW-IM/drawers-effect-fix ([2440656](https://github.com/wtw-im/es-components/commit/2440656)), closes [#620](https://github.com/wtw-im/es-components/issues/620)
372
225
 
373
226
  ## <small>21.6.84 (2022-05-12)</small>
374
227
 
375
228
  **Note:** Version bump only for package es-components
376
229
 
377
-
378
-
379
-
380
-
381
230
  ## <small>21.6.83-pre-prod.1 (2022-05-11)</small>
382
231
 
383
- * Merge pull request #616 from WTW-IM/add-drawer-item-onchange ([0b20dfe](https://github.com/wtw-im/es-components/commit/0b20dfe)), closes [#616](https://github.com/wtw-im/es-components/issues/616)
384
-
385
-
386
-
387
-
232
+ - Merge pull request #616 from WTW-IM/add-drawer-item-onchange ([0b20dfe](https://github.com/wtw-im/es-components/commit/0b20dfe)), closes [#616](https://github.com/wtw-im/es-components/issues/616)
388
233
 
389
234
  ## <small>21.6.83-pre-prod.0 (2022-05-10)</small> & <small>21.6.83 (2022-05-10)</small>
390
235