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