@clayui/tabs 3.107.0 → 3.111.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +404 -0
  2. package/package.json +3 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,404 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)
7
+
8
+ **Note:** Version bump only for package @clayui/tabs
9
+
10
+ # [3.109.0](https://github.com/liferay/clay/compare/v3.108.0...v3.109.0) (2024-01-22)
11
+
12
+ **Note:** Version bump only for package @clayui/tabs
13
+
14
+ # [3.107.0](https://github.com/liferay/clay/compare/v3.106.1...v3.107.0) (2023-11-27)
15
+
16
+ **Note:** Version bump only for package @clayui/tabs
17
+
18
+ ## [3.106.1](https://github.com/liferay/clay/compare/v3.106.0...v3.106.1) (2023-10-26)
19
+
20
+ **Note:** Version bump only for package @clayui/tabs
21
+
22
+ # [3.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)
23
+
24
+ ### Bug Fixes
25
+
26
+ - remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
27
+ - use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))
28
+
29
+ # [3.104.0](https://github.com/liferay/clay/compare/v3.103.1...v3.104.0) (2023-08-25)
30
+
31
+ **Note:** Version bump only for package @clayui/tabs
32
+
33
+ ## [3.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)
34
+
35
+ **Note:** Version bump only for package @clayui/tabs
36
+
37
+ # [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)
38
+
39
+ **Note:** Version bump only for package @clayui/tabs
40
+
41
+ # [3.100.0](https://github.com/liferay/clay/compare/v3.99.4...v3.100.0) (2023-07-13)
42
+
43
+ **Note:** Version bump only for package @clayui/tabs
44
+
45
+ # [3.96.0](https://github.com/liferay/clay/compare/v3.95.2...v3.96.0) (2023-05-29)
46
+
47
+ **Note:** Version bump only for package @clayui/tabs
48
+
49
+ ## [3.95.2](https://github.com/liferay/clay/compare/v3.95.0...v3.95.2) (2023-05-17)
50
+
51
+ **Note:** Version bump only for package @clayui/tabs
52
+
53
+ # [3.95.0](https://github.com/liferay/clay/compare/v3.94.0...v3.95.0) (2023-05-15)
54
+
55
+ **Note:** Version bump only for package @clayui/tabs
56
+
57
+ # [3.94.0](https://github.com/liferay/clay/compare/v3.93.0...v3.94.0) (2023-05-03)
58
+
59
+ **Note:** Version bump only for package @clayui/tabs
60
+
61
+ # [3.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)
62
+
63
+ ### Bug Fixes
64
+
65
+ - **@clayui/tabs:** displayType should output nav-tabs variants ([ff15ca2](https://github.com/liferay/clay/commit/ff15ca25d9d39e9479bacf9a78d5a2af9645ec79))
66
+ - **@clayui/tabs:** Output nav-tabs-light only if displayType equals light ([b599225](https://github.com/liferay/clay/commit/b59922542b7edd52750661139422b1df7d2fc1b5)), closes [/github.com/liferay/clay/pull/5463#discussion_r1161986963](https://github.com//github.com/liferay/clay/pull/5463/issues/discussion_r1161986963)
67
+
68
+ # [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)
69
+
70
+ **Note:** Version bump only for package @clayui/tabs
71
+
72
+ # [3.91.0](https://github.com/liferay/clay/compare/v3.90.0...v3.91.0) (2023-03-24)
73
+
74
+ ### Bug Fixes
75
+
76
+ - **@clayui/tabs:** Tabs deprecate `displayType` and `modern` attributes ([196abec](https://github.com/liferay/clay/commit/196abec5383d05f9af15af6893e9062fc32ba1c9))
77
+
78
+ ### Features
79
+
80
+ - **@clayui/tabs:** force style for tabs ([859ef65](https://github.com/liferay/clay/commit/859ef65a552c2b8ad04c04fec1ad505c53c6dd40))
81
+
82
+ ### BREAKING CHANGES
83
+
84
+ - **@clayui/tabs:** The default value for the `modern` attribute is now `false`. You will need to set the `modern` attribute on `ClayTabs` to get the `nav-underline` class.
85
+
86
+ # [3.89.0](https://github.com/liferay/clay/compare/v3.88.0...v3.89.0) (2023-03-01)
87
+
88
+ **Note:** Version bump only for package @clayui/tabs
89
+
90
+ # [3.88.0](https://github.com/liferay/clay/compare/v3.87.2...v3.88.0) (2023-02-14)
91
+
92
+ ### Features
93
+
94
+ - **@clayui/tabs:** adds `forwardRef` to Tabs components ([a1792ce](https://github.com/liferay/clay/commit/a1792cea9a05d41ef177993a7c724fe673c9673f))
95
+
96
+ # [3.87.0](https://github.com/liferay/clay/compare/v3.86.1...v3.87.0) (2023-02-08)
97
+
98
+ ### Features
99
+
100
+ - **@clayui/tabs:** adds the pattern of uncontrolled to the `active` property of Tabs.Item in the new composition ([fd5299a](https://github.com/liferay/clay/commit/fd5299a6148f67de85b4d8f565ce2331f137472e))
101
+
102
+ ## [3.86.1](https://github.com/liferay/clay/compare/v3.86.0...v3.86.1) (2023-02-02)
103
+
104
+ **Note:** Version bump only for package @clayui/tabs
105
+
106
+ # [3.86.0](https://github.com/liferay/clay/compare/v3.85.0...v3.86.0) (2023-01-31)
107
+
108
+ **Note:** Version bump only for package @clayui/tabs
109
+
110
+ # [3.85.0](https://github.com/liferay/clay/compare/v3.84.0...v3.85.0) (2023-01-23)
111
+
112
+ **Note:** Version bump only for package @clayui/tabs
113
+
114
+ ## [3.83.1](https://github.com/liferay/clay/compare/v3.83.0...v3.83.1) (2022-12-20)
115
+
116
+ **Note:** Version bump only for package @clayui/tabs
117
+
118
+ # [3.83.0](https://github.com/liferay/clay/compare/v3.82.0...v3.83.0) (2022-12-20)
119
+
120
+ **Note:** Version bump only for package @clayui/tabs
121
+
122
+ # [3.82.0](https://github.com/liferay/clay/compare/v3.81.0...v3.82.0) (2022-12-07)
123
+
124
+ **Note:** Version bump only for package @clayui/tabs
125
+
126
+ # [3.81.0](https://github.com/liferay/clay/compare/v3.80.1...v3.81.0) (2022-11-30)
127
+
128
+ **Note:** Version bump only for package @clayui/tabs
129
+
130
+ ## [3.80.1](https://github.com/liferay/clay/compare/v3.80.0...v3.80.1) (2022-11-22)
131
+
132
+ **Note:** Version bump only for package @clayui/tabs
133
+
134
+ # [3.80.0](https://github.com/liferay/clay/compare/v3.79.0...v3.80.0) (2022-11-21)
135
+
136
+ **Note:** Version bump only for package @clayui/tabs
137
+
138
+ # [3.79.0](https://github.com/liferay/clay/compare/v3.78.2...v3.79.0) (2022-11-08)
139
+
140
+ ### Bug Fixes
141
+
142
+ - **@clayui/tabs:** add configurable tabIndex property to TabPane component ([b5b37ce](https://github.com/liferay/clay/commit/b5b37ce855c122db2aeddfd47afbe1ad4f301179))
143
+ - **@clayui/tabs:** associate the panel label with the tab ([40dbdba](https://github.com/liferay/clay/commit/40dbdba6958ae0ca02440c9e524d34d279494ad4))
144
+ - **@clayui/tabs:** fix error when trying to clone an invalid element ([26d0200](https://github.com/liferay/clay/commit/26d0200f9910fcc3102ca5d44a06a77f8b4cb798))
145
+
146
+ ### Features
147
+
148
+ - **@clayui/tabs:** adds new compositing pattern ([c7fe61e](https://github.com/liferay/clay/commit/c7fe61e48f0b8dd23273467e40010973f7ecd7aa))
149
+
150
+ ## [3.78.2](https://github.com/liferay/clay/compare/v3.78.1...v3.78.2) (2022-10-25)
151
+
152
+ **Note:** Version bump only for package @clayui/tabs
153
+
154
+ ## [3.78.1](https://github.com/liferay/clay/compare/v3.78.0...v3.78.1) (2022-10-25)
155
+
156
+ **Note:** Version bump only for package @clayui/tabs
157
+
158
+ # [3.78.0](https://github.com/liferay/clay/compare/v3.77.0...v3.78.0) (2022-10-25)
159
+
160
+ ### Features
161
+
162
+ - **@clayui/tabs:** add new API to configure browsing behavior between tabs ([30595be](https://github.com/liferay/clay/commit/30595bed1d5ec2de1a7d3d1759d6a2398c904c76))
163
+
164
+ # [3.77.0](https://github.com/liferay/clay/compare/v3.76.0...v3.77.0) (2022-10-17)
165
+
166
+ ### Bug Fixes
167
+
168
+ - **@clayui/tabs:** sets `tabIndex=-1` when not active and `tabIndex=0` for the tabpanel ([cbd8710](https://github.com/liferay/clay/commit/cbd8710491b4262000b0af43244977351429228b))
169
+
170
+ ## [3.75.2](https://github.com/liferay/clay/compare/v3.75.1...v3.75.2) (2022-09-29)
171
+
172
+ **Note:** Version bump only for package @clayui/tabs
173
+
174
+ # [3.75.0](https://github.com/liferay/clay/compare/v3.74.0...v3.75.0) (2022-09-28)
175
+
176
+ **Note:** Version bump only for package @clayui/tabs
177
+
178
+ # [3.73.0](https://github.com/liferay/clay/compare/v3.72.0...v3.73.0) (2022-09-13)
179
+
180
+ **Note:** Version bump only for package @clayui/tabs
181
+
182
+ # [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)
183
+
184
+ **Note:** Version bump only for package @clayui/tabs
185
+
186
+ ## [3.70.3](https://github.com/liferay/clay/compare/v3.70.2...v3.70.3) (2022-08-30)
187
+
188
+ **Note:** Version bump only for package @clayui/tabs
189
+
190
+ ## [3.70.2](https://github.com/liferay/clay/compare/v3.70.1...v3.70.2) (2022-08-30)
191
+
192
+ **Note:** Version bump only for package @clayui/tabs
193
+
194
+ # [3.70.0](https://github.com/liferay/clay/compare/v3.69.0...v3.70.0) (2022-08-23)
195
+
196
+ **Note:** Version bump only for package @clayui/tabs
197
+
198
+ # [3.69.0](https://github.com/liferay/clay/compare/v3.68.0...v3.69.0) (2022-08-16)
199
+
200
+ **Note:** Version bump only for package @clayui/tabs
201
+
202
+ # [3.67.0](https://github.com/liferay/clay/compare/v3.66.0...v3.67.0) (2022-07-25)
203
+
204
+ **Note:** Version bump only for package @clayui/tabs
205
+
206
+ ## [3.65.1](https://github.com/liferay/clay/compare/v3.65.0...v3.65.1) (2022-07-11)
207
+
208
+ **Note:** Version bump only for package @clayui/tabs
209
+
210
+ # [3.65.0](https://github.com/liferay/clay/compare/v3.64.0...v3.65.0) (2022-07-11)
211
+
212
+ **Note:** Version bump only for package @clayui/tabs
213
+
214
+ # [3.58.0](https://github.com/liferay/clay/compare/v3.57.0...v3.58.0) (2022-05-23)
215
+
216
+ **Note:** Version bump only for package @clayui/tabs
217
+
218
+ # [3.56.0](https://github.com/liferay/clay/compare/v3.55.0...v3.56.0) (2022-05-09)
219
+
220
+ **Note:** Version bump only for package @clayui/tabs
221
+
222
+ # [3.55.0](https://github.com/liferay/clay/compare/v3.54.0...v3.55.0) (2022-05-02)
223
+
224
+ **Note:** Version bump only for package @clayui/tabs
225
+
226
+ # [3.52.0](https://github.com/liferay/clay/compare/v3.51.0...v3.52.0) (2022-04-04)
227
+
228
+ ### Bug Fixes
229
+
230
+ - **@clayui/clay-tabs:** Insert displayType for nav-tabs and nav-underline classes ([10ddb29](https://github.com/liferay/clay/commit/10ddb29a88884e05d4d4f71caec111a58c809bb7))
231
+
232
+ ### Features
233
+
234
+ - **@clayui/clay-tabs:** Adding additional new tests ([d74322c](https://github.com/liferay/clay/commit/d74322c4820ef1f0bbb9c0c64263f82c39d70576))
235
+ - **@clayui/clay-tabs:** Remain modern prop and overrides displayType. Update in BREAKING.md ([cb9eb31](https://github.com/liferay/clay/commit/cb9eb31d3da70de3ccdb653a9e574da497d6ee84))
236
+
237
+ # [3.49.0](https://github.com/liferay/clay/compare/v3.48.0...v3.49.0) (2022-03-15)
238
+
239
+ **Note:** Version bump only for package @clayui/tabs
240
+
241
+ # [3.47.0](https://github.com/liferay/clay/compare/v3.46.0...v3.47.0) (2022-02-23)
242
+
243
+ **Note:** Version bump only for package @clayui/tabs
244
+
245
+ # [3.45.0](https://github.com/liferay/clay/compare/v3.44.2...v3.45.0) (2022-02-01)
246
+
247
+ **Note:** Version bump only for package @clayui/tabs
248
+
249
+ # [3.40.0](https://github.com/liferay/clay/compare/v3.39.0...v3.40.0) (2021-11-17)
250
+
251
+ **Note:** Version bump only for package @clayui/tabs
252
+
253
+ # [3.39.0](https://github.com/liferay/clay/compare/v3.38.0...v3.39.0) (2021-10-29)
254
+
255
+ **Note:** Version bump only for package @clayui/tabs
256
+
257
+ # [3.38.0](https://github.com/liferay/clay/compare/v3.37.0...v3.38.0) (2021-10-22)
258
+
259
+ **Note:** Version bump only for package @clayui/tabs
260
+
261
+ # [3.37.0](https://github.com/liferay/clay/compare/v3.36.0...v3.37.0) (2021-10-06)
262
+
263
+ **Note:** Version bump only for package @clayui/tabs
264
+
265
+ # [3.36.0](https://github.com/liferay/clay/compare/v3.35.3...v3.36.0) (2021-09-23)
266
+
267
+ **Note:** Version bump only for package @clayui/tabs
268
+
269
+ ## [3.35.3](https://github.com/liferay/clay/compare/v3.35.2...v3.35.3) (2021-09-09)
270
+
271
+ **Note:** Version bump only for package @clayui/tabs
272
+
273
+ ## [3.35.2](https://github.com/liferay/clay/compare/v3.35.1...v3.35.2) (2021-08-30)
274
+
275
+ **Note:** Version bump only for package @clayui/tabs
276
+
277
+ ## [3.35.1](https://github.com/liferay/clay/compare/v3.35.0...v3.35.1) (2021-08-30)
278
+
279
+ **Note:** Version bump only for package @clayui/tabs
280
+
281
+ # [3.35.0](https://github.com/liferay/clay/compare/v3.34.0...v3.35.0) (2021-08-30)
282
+
283
+ **Note:** Version bump only for package @clayui/tabs
284
+
285
+ # [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)
286
+
287
+ **Note:** Version bump only for package @clayui/tabs
288
+
289
+ # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28)
290
+
291
+ **Note:** Version bump only for package @clayui/tabs
292
+
293
+ # [3.28.0](https://github.com/liferay/clay/compare/v3.27.0...v3.28.0) (2021-05-19)
294
+
295
+ **Note:** Version bump only for package @clayui/tabs
296
+
297
+ # [3.27.0](https://github.com/liferay/clay/compare/v3.26.0...v3.27.0) (2021-05-05)
298
+
299
+ **Note:** Version bump only for package @clayui/tabs
300
+
301
+ ## [3.3.5](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.4...@clayui/tabs@3.3.5) (2021-02-11)
302
+
303
+ **Note:** Version bump only for package @clayui/tabs
304
+
305
+ ## [3.3.4](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.3...@clayui/tabs@3.3.4) (2021-01-27)
306
+
307
+ **Note:** Version bump only for package @clayui/tabs
308
+
309
+ ## [3.3.3](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.2...@clayui/tabs@3.3.3) (2021-01-13)
310
+
311
+ **Note:** Version bump only for package @clayui/tabs
312
+
313
+ ## [3.3.2](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.0...@clayui/tabs@3.3.2) (2020-12-16)
314
+
315
+ **Note:** Version bump only for package @clayui/tabs
316
+
317
+ ## [3.3.1](https://github.com/liferay/clay/compare/@clayui/tabs@3.3.0...@clayui/tabs@3.3.1) (2020-12-02)
318
+
319
+ **Note:** Version bump only for package @clayui/tabs
320
+
321
+ # [3.3.0](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.5...@clayui/tabs@3.3.0) (2020-10-01)
322
+
323
+ ### Features
324
+
325
+ - **clayui.com:** Move API tables to new files and update document tabs, rename files to use singular naming instead of plural, change mainTabURL of pagination-bar to a proper one ([d812ee9](https://github.com/liferay/clay/commit/d812ee9))
326
+ - add displayName for all components ([cc3211d](https://github.com/liferay/clay/commit/cc3211d))
327
+
328
+ ## [3.2.5](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.4...@clayui/tabs@3.2.5) (2020-08-28)
329
+
330
+ **Note:** Version bump only for package @clayui/tabs
331
+
332
+ ## [3.2.4](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.3...@clayui/tabs@3.2.4) (2020-08-26)
333
+
334
+ **Note:** Version bump only for package @clayui/tabs
335
+
336
+ ## [3.2.3](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.2...@clayui/tabs@3.2.3) (2020-07-28)
337
+
338
+ ### Bug Fixes
339
+
340
+ - update packages to appropriate dependencies ([0026168](https://github.com/liferay/clay/commit/0026168))
341
+
342
+ ## [3.2.2](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.1...@clayui/tabs@3.2.2) (2020-07-07)
343
+
344
+ ### Bug Fixes
345
+
346
+ - **@clayui/tabs:** check if child is truthy first before cloning ([c357b7d](https://github.com/liferay/clay/commit/c357b7d))
347
+
348
+ ## [3.2.1](https://github.com/liferay/clay/compare/@clayui/tabs@3.2.0...@clayui/tabs@3.2.1) (2020-06-18)
349
+
350
+ ### Bug Fixes
351
+
352
+ - **@clayui/tabs:** Make sure we use strict equation ([ad8dd39](https://github.com/liferay/clay/commit/ad8dd39))
353
+
354
+ # [3.2.0](https://github.com/liferay/clay/compare/@clayui/tabs@3.1.1...@clayui/tabs@3.2.0) (2020-05-21)
355
+
356
+ ### Features
357
+
358
+ - **@clayui/tabs:** add TabPanel as an alias for TabPane ([924ae4e](https://github.com/liferay/clay/commit/924ae4e))
359
+ - **clayui.com:** Revert the change made to headings used, rename stickers and tables to sticker and table respectively, also change some wording ([791dabe](https://github.com/liferay/clay/commit/791dabe))
360
+ - **clayui.com:** Update content structure: Checkbox, Management Toolbar, Select Box, Sticker, Table & Tabs ([0fcd54a](https://github.com/liferay/clay/commit/0fcd54a))
361
+
362
+ ## [3.1.1](https://github.com/liferay/clay/compare/@clayui/tabs@3.1.0...@clayui/tabs@3.1.1) (2020-04-24)
363
+
364
+ ### Bug Fixes
365
+
366
+ - Fix accessibility issues ([5e09db0](https://github.com/liferay/clay/commit/5e09db0))
367
+
368
+ # 3.1.0 (2020-02-28)
369
+
370
+ ### Bug Fixes
371
+
372
+ - replace npm in favor of yarn in new packages ([e366fbb](https://github.com/liferay/clay/commit/e366fbb))
373
+ - **@clayui/tabs:** add the relationship between tab and tabpane in stories ([ee9edc4](https://github.com/liferay/clay/commit/ee9edc4))
374
+ - **@clayui/tabs:** adjust class name timing so that it the tab properly fades in ([b0df6b8](https://github.com/liferay/clay/commit/b0df6b8))
375
+ - **@clayui/tabs:** fix the use of React.forwardRef ([a7ce7e0](https://github.com/liferay/clay/commit/a7ce7e0))
376
+ - **tabs:** Turns `active` property optional when using Item, default value is `false` ([bb1ae86](https://github.com/liferay/clay/commit/bb1ae86))
377
+
378
+ ### Features
379
+
380
+ - **tabs:** Creates Tabs component ([4418cc2](https://github.com/liferay/clay/commit/4418cc2))
381
+
382
+ ## [3.0.6](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.3...@clayui/tabs@3.0.6) (2020-01-31)
383
+
384
+ **Note:** Version bump only for package @clayui/tabs
385
+
386
+ ## [3.0.5](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.3...@clayui/tabs@3.0.5) (2020-01-20)
387
+
388
+ **Note:** Version bump only for package @clayui/tabs
389
+
390
+ ## [3.0.4](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.3...@clayui/tabs@3.0.4) (2019-12-05)
391
+
392
+ **Note:** Version bump only for package @clayui/tabs
393
+
394
+ ## [3.0.3](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.2...@clayui/tabs@3.0.3) (2019-11-07)
395
+
396
+ **Note:** Version bump only for package @clayui/tabs
397
+
398
+ ## [3.0.2](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.1...@clayui/tabs@3.0.2) (2019-11-01)
399
+
400
+ **Note:** Version bump only for package @clayui/tabs
401
+
402
+ ## [3.0.1](https://github.com/liferay/clay/tree/master/packages/clay-tabs/compare/@clayui/tabs@3.0.0...@clayui/tabs@3.0.1) (2019-10-28)
403
+
404
+ **Note:** Version bump only for package @clayui/tabs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clayui/tabs",
3
- "version": "3.107.0",
3
+ "version": "3.111.0",
4
4
  "description": "ClayTabs component",
5
5
  "license": "BSD-3-Clause",
6
6
  "repository": "https://github.com/liferay/clay",
@@ -17,7 +17,6 @@
17
17
  "scripts": {
18
18
  "build": "cross-env NODE_ENV=production babel src --root-mode upward --out-dir lib --extensions .ts,.tsx",
19
19
  "buildTypes": "cross-env NODE_ENV=production tsc --project ./tsconfig.declarations.json",
20
- "prepublishOnly": "yarn build && yarn buildTypes",
21
20
  "test": "jest --config ../../jest.config.js"
22
21
  },
23
22
  "keywords": [
@@ -25,7 +24,7 @@
25
24
  "react"
26
25
  ],
27
26
  "dependencies": {
28
- "@clayui/shared": "^3.107.0",
27
+ "@clayui/shared": "^3.111.0",
29
28
  "classnames": "^2.2.6"
30
29
  },
31
30
  "peerDependencies": {
@@ -36,5 +35,5 @@
36
35
  "browserslist": [
37
36
  "extends browserslist-config-clay"
38
37
  ],
39
- "gitHead": "4b538e1e0b456006e2472ae6b7ec1e6b4bb096cb"
38
+ "gitHead": "7dae7b1ba2f61516876e5799dc95045a5adb2c18"
40
39
  }