Skip to content

Commit 21fa98d

Browse files
author
github-actions
committed
chore(release): publish v3.125.0 packages
1 parent 5454a61 commit 21fa98d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+204
-77
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
### Bug Fixes
9+
10+
- **@clayui.css:** LPD-44793 toggle-switch-sm label text breaks to new line too early ([4ebdd4d](https://github.com/liferay/clay/commit/4ebdd4da99ecd6d54e5aef8c047a85855fdb7e12))
11+
- **@clayui/css:** LPD-40824 Update code color to #e60000 red ([750f56f](https://github.com/liferay/clay/commit/750f56f5779b111b088cb490122ac72e0e791b00)), closes [#e60000](https://github.com/liferay/clay/issues/e60000)
12+
- **@clayui/css:** LPD-45052 Remove letter-spacing from diabled link in menubar-primary ([ea66fae](https://github.com/liferay/clay/commit/ea66faebaa89a835a91e34d2e300e78eb4a7906f))
13+
- **@clayui/css:** LPD-45685 Multi Step Nav should use focus-visible ([9a18636](https://github.com/liferay/clay/commit/9a1863683ae5b9f766d8fe5af3739a116b0abd68))
14+
- **@clayui/form:** LPD-45345 Radio Toggle Switch should use role="radio" ([a7d88a5](https://github.com/liferay/clay/commit/a7d88a575c0f75badee3b910111b3137cc542682))
15+
16+
### Features
17+
18+
- **@clayui/css:** LPD-36816 Multi Step Nav adds multi-step-nav-center ([ad0abb8](https://github.com/liferay/clay/commit/ad0abb87da3f6b846af888117c6898da2a6fb5e2))
19+
- **@clayui/css:** LPD-40080 Add new sticker variants sticker-outline-\* ([86c8523](https://github.com/liferay/clay/commit/86c852362fcaa7d4d0c0e1272088aa6af2ee9729))
20+
- **@clayui/css:** LPD-45032 Add new gallery icon ([89ff50a](https://github.com/liferay/clay/commit/89ff50a5f4feee7eab2f1e74160f0c0682751d63))
21+
- **@clayui/multi-step-nav:** LPD-36816 Adds prop center to center the nav ([4a2de61](https://github.com/liferay/clay/commit/4a2de61b8d201616bf8fca2b22ba77b93f8b9054))
22+
- **@clayui/sticker:** LPD-40080 Add new displayType outline-\* ([9a86f6d](https://github.com/liferay/clay/commit/9a86f6ddbd61d17878ecd5669a26064e356ffe0a))
23+
624
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
725

826
### Bug Fixes

clayui.com/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
### Features
9+
10+
- **@clayui/css:** LPD-45032 Add new gallery icon ([89ff50a](https://github.com/liferay/clay/commit/89ff50a5f4feee7eab2f1e74160f0c0682751d63))
11+
612
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
713

814
**Note:** Version bump only for package clayui.com

clayui.com/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "clayui.com",
4-
"version": "3.124.0",
4+
"version": "3.125.0",
55
"license": "MIT",
66
"scripts": {
77
"copy:clay-css": "yarn copy:clay-css-js && yarn copy:clay-css-site-images && yarn copy:clay-css-images",
@@ -13,35 +13,35 @@
1313
"serve": "gatsby serve"
1414
},
1515
"dependencies": {
16-
"@clayui/autocomplete": "^3.124.0",
16+
"@clayui/autocomplete": "^3.125.0",
1717
"@clayui/breadcrumb": "^3.116.0",
1818
"@clayui/button": "^3.116.0",
19-
"@clayui/card": "^3.124.0",
19+
"@clayui/card": "^3.125.0",
2020
"@clayui/charts": "^3.124.0",
21-
"@clayui/color-picker": "^3.124.0",
22-
"@clayui/css": "^3.124.0",
21+
"@clayui/color-picker": "^3.125.0",
22+
"@clayui/css": "^3.125.0",
2323
"@clayui/data-provider": "^3.119.0",
24-
"@clayui/date-picker": "^3.124.0",
25-
"@clayui/drop-down": "^3.124.0",
26-
"@clayui/form": "^3.122.0",
24+
"@clayui/date-picker": "^3.125.0",
25+
"@clayui/drop-down": "^3.125.0",
26+
"@clayui/form": "^3.125.0",
2727
"@clayui/icon": "^3.111.0",
2828
"@clayui/label": "^3.111.0",
2929
"@clayui/layout": "^3.111.0",
3030
"@clayui/link": "^3.111.0",
31-
"@clayui/list": "^3.124.0",
31+
"@clayui/list": "^3.125.0",
3232
"@clayui/modal": "^3.122.0",
33-
"@clayui/multi-select": "^3.124.0",
34-
"@clayui/multi-step-nav": "^3.124.0",
35-
"@clayui/nav": "^3.124.0",
33+
"@clayui/multi-select": "^3.125.0",
34+
"@clayui/multi-step-nav": "^3.125.0",
35+
"@clayui/nav": "^3.125.0",
3636
"@clayui/navigation-bar": "^3.123.1",
37-
"@clayui/pagination": "^3.124.0",
38-
"@clayui/pagination-bar": "^3.124.0",
37+
"@clayui/pagination": "^3.125.0",
38+
"@clayui/pagination-bar": "^3.125.0",
3939
"@clayui/panel": "^3.119.0",
4040
"@clayui/popover": "^3.119.0",
41-
"@clayui/sticker": "^3.111.0",
42-
"@clayui/time-picker": "^3.122.0",
41+
"@clayui/sticker": "^3.125.0",
42+
"@clayui/time-picker": "^3.125.0",
4343
"@clayui/tooltip": "^3.119.0",
44-
"@clayui/upper-toolbar": "^3.122.0",
44+
"@clayui/upper-toolbar": "^3.125.0",
4545
"@docsearch/react": "3",
4646
"@mdx-js/mdx": "^1.6.16",
4747
"@mdx-js/react": "^1.6.16",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.4.0",
3-
"version": "3.124.0",
3+
"version": "3.125.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/clay-autocomplete/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
**Note:** Version bump only for package @clayui/autocomplete
9+
610
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
711

812
**Note:** Version bump only for package @clayui/autocomplete

packages/clay-autocomplete/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/autocomplete",
3-
"version": "3.124.0",
3+
"version": "3.125.0",
44
"description": "ClayAutocomplete component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -24,9 +24,9 @@
2424
"react"
2525
],
2626
"dependencies": {
27-
"@clayui/core": "^3.124.0",
28-
"@clayui/drop-down": "^3.124.0",
29-
"@clayui/form": "^3.122.0",
27+
"@clayui/core": "^3.125.0",
28+
"@clayui/drop-down": "^3.125.0",
29+
"@clayui/form": "^3.125.0",
3030
"@clayui/loading-indicator": "^3.111.0",
3131
"@clayui/shared": "^3.119.0",
3232
"classnames": "^2.2.6",

packages/clay-card/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
**Note:** Version bump only for package @clayui/card
9+
610
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
711

812
**Note:** Version bump only for package @clayui/card

packages/clay-card/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/card",
3-
"version": "3.124.0",
3+
"version": "3.125.0",
44
"description": "ClayCard component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -25,14 +25,14 @@
2525
],
2626
"dependencies": {
2727
"@clayui/button": "^3.116.0",
28-
"@clayui/drop-down": "^3.124.0",
29-
"@clayui/form": "^3.122.0",
28+
"@clayui/drop-down": "^3.125.0",
29+
"@clayui/form": "^3.125.0",
3030
"@clayui/icon": "^3.111.0",
3131
"@clayui/label": "^3.111.0",
3232
"@clayui/layout": "^3.111.0",
3333
"@clayui/link": "^3.111.0",
3434
"@clayui/shared": "^3.119.0",
35-
"@clayui/sticker": "^3.111.0",
35+
"@clayui/sticker": "^3.125.0",
3636
"classnames": "^2.2.6"
3737
},
3838
"peerDependencies": {

packages/clay-color-picker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
**Note:** Version bump only for package @clayui/color-picker
9+
610
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
711

812
**Note:** Version bump only for package @clayui/color-picker

packages/clay-color-picker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/color-picker",
3-
"version": "3.124.0",
3+
"version": "3.125.0",
44
"description": "ClayColorPicker component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -25,8 +25,8 @@
2525
],
2626
"dependencies": {
2727
"@clayui/button": "^3.116.0",
28-
"@clayui/drop-down": "^3.124.0",
29-
"@clayui/form": "^3.122.0",
28+
"@clayui/drop-down": "^3.125.0",
29+
"@clayui/form": "^3.125.0",
3030
"@clayui/icon": "^3.111.0",
3131
"@clayui/shared": "^3.119.0",
3232
"@clayui/slider": "^3.119.0",

packages/clay-core/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
**Note:** Version bump only for package @clayui/core
9+
610
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
711

812
### Bug Fixes

packages/clay-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/core",
3-
"version": "3.124.0",
3+
"version": "3.125.0",
44
"description": "Clay UI components in React",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -25,7 +25,7 @@
2525
],
2626
"dependencies": {
2727
"@clayui/button": "^3.116.0",
28-
"@clayui/form": "^3.122.0",
28+
"@clayui/form": "^3.125.0",
2929
"@clayui/icon": "^3.111.0",
3030
"@clayui/layout": "^3.111.0",
3131
"@clayui/link": "^3.111.0",

packages/clay-css/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **@clayui.css:** LPD-44793 toggle-switch-sm label text breaks to new line too early ([4ebdd4d](https://github.com/liferay/clay/commit/4ebdd4da99ecd6d54e5aef8c047a85855fdb7e12))
12+
* **@clayui/css:** LPD-40824 Update code color to #e60000 red ([750f56f](https://github.com/liferay/clay/commit/750f56f5779b111b088cb490122ac72e0e791b00)), closes [#e60000](https://github.com/liferay/clay/issues/e60000)
13+
* **@clayui/css:** LPD-45052 Remove letter-spacing from diabled link in menubar-primary ([ea66fae](https://github.com/liferay/clay/commit/ea66faebaa89a835a91e34d2e300e78eb4a7906f))
14+
* **@clayui/css:** LPD-45685 Multi Step Nav should use focus-visible ([9a18636](https://github.com/liferay/clay/commit/9a1863683ae5b9f766d8fe5af3739a116b0abd68))
15+
16+
17+
### Features
18+
19+
* **@clayui/css:** LPD-36816 Multi Step Nav adds multi-step-nav-center ([ad0abb8](https://github.com/liferay/clay/commit/ad0abb87da3f6b846af888117c6898da2a6fb5e2))
20+
* **@clayui/css:** LPD-40080 Add new sticker variants sticker-outline-* ([86c8523](https://github.com/liferay/clay/commit/86c852362fcaa7d4d0c0e1272088aa6af2ee9729))
21+
* **@clayui/css:** LPD-45032 Add new gallery icon ([89ff50a](https://github.com/liferay/clay/commit/89ff50a5f4feee7eab2f1e74160f0c0682751d63))
22+
23+
24+
25+
26+
627
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
728

829

packages/clay-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/css",
3-
"version": "3.124.0",
3+
"version": "3.125.0",
44
"description": "Liferay's web implementation of the Lexicon Design Language",
55
"main": "index.js",
66
"files": [

packages/clay-date-picker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
**Note:** Version bump only for package @clayui/date-picker
9+
610
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
711

812
**Note:** Version bump only for package @clayui/date-picker

packages/clay-date-picker/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/date-picker",
3-
"version": "3.124.0",
3+
"version": "3.125.0",
44
"description": "ClayDatePicker component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -21,12 +21,12 @@
2121
],
2222
"dependencies": {
2323
"@clayui/button": "^3.116.0",
24-
"@clayui/core": "^3.124.0",
25-
"@clayui/drop-down": "^3.124.0",
26-
"@clayui/form": "^3.122.0",
24+
"@clayui/core": "^3.125.0",
25+
"@clayui/drop-down": "^3.125.0",
26+
"@clayui/form": "^3.125.0",
2727
"@clayui/icon": "^3.111.0",
2828
"@clayui/shared": "^3.119.0",
29-
"@clayui/time-picker": "^3.122.0",
29+
"@clayui/time-picker": "^3.125.0",
3030
"classnames": "^2.2.6",
3131
"date-fns": "^2.14.0"
3232
},

packages/clay-drop-down/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
**Note:** Version bump only for package @clayui/drop-down
9+
610
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
711

812
**Note:** Version bump only for package @clayui/drop-down

packages/clay-drop-down/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/drop-down",
3-
"version": "3.124.0",
3+
"version": "3.125.0",
44
"description": "ClayDropDown component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -25,8 +25,8 @@
2525
],
2626
"dependencies": {
2727
"@clayui/button": "^3.116.0",
28-
"@clayui/core": "^3.124.0",
29-
"@clayui/form": "^3.122.0",
28+
"@clayui/core": "^3.125.0",
29+
"@clayui/form": "^3.125.0",
3030
"@clayui/icon": "^3.111.0",
3131
"@clayui/link": "^3.111.0",
3232
"@clayui/shared": "^3.119.0",

packages/clay-form/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
### Bug Fixes
9+
10+
- **@clayui/form:** LPD-45345 Radio Toggle Switch should use role="radio" ([a7d88a5](https://github.com/liferay/clay/commit/a7d88a575c0f75badee3b910111b3137cc542682))
11+
612
# [3.122.0](https://github.com/liferay/clay/compare/v3.121.0...v3.122.0) (2024-11-13)
713

814
### Bug Fixes

packages/clay-form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/form",
3-
"version": "3.122.0",
3+
"version": "3.125.0",
44
"description": "ClayForm component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",

packages/clay-list/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.125.0](https://github.com/liferay/clay/compare/v3.124.0...v3.125.0) (2025-01-13)
7+
8+
**Note:** Version bump only for package @clayui/list
9+
610
# [3.124.0](https://github.com/liferay/clay/compare/v3.123.1...v3.124.0) (2024-12-18)
711

812
**Note:** Version bump only for package @clayui/list

packages/clay-list/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clayui/list",
3-
"version": "3.124.0",
3+
"version": "3.125.0",
44
"description": "ClayList component",
55
"license": "BSD-3-Clause",
66
"repository": "https://github.com/liferay/clay",
@@ -24,13 +24,13 @@
2424
"react"
2525
],
2626
"dependencies": {
27-
"@clayui/drop-down": "^3.124.0",
28-
"@clayui/form": "^3.122.0",
27+
"@clayui/drop-down": "^3.125.0",
28+
"@clayui/form": "^3.125.0",
2929
"@clayui/icon": "^3.111.0",
3030
"@clayui/label": "^3.111.0",
3131
"@clayui/layout": "^3.111.0",
3232
"@clayui/link": "^3.111.0",
33-
"@clayui/sticker": "^3.111.0",
33+
"@clayui/sticker": "^3.125.0",
3434
"classnames": "^2.2.6",
3535
"warning": "^4.0.3"
3636
},

0 commit comments

Comments
 (0)