Skip to content

Commit

Permalink
LPS-144181 Update Clay dependencies
Browse files Browse the repository at this point in the history
 ## [3.44.2](liferay/clay@v3.44.1...v3.44.2) (2022-01-12)

 ### Bug Fixes

 -   **@clayui/css:** Cadmin Nav adds `background-color` to `.active` pseudo element ([865b037](liferay/clay@865b037)), closes [liferay#4562](liferay/clay#4562)
 -   **@clayui/css:** Mixins `clay-button-variant` removes unnecessary `setter()`'s ([3709d7f](liferay/clay@3709d7f)), closes [liferay#4550](liferay/clay#4550)

 ## [3.44.1](liferay/clay@v3.44.0...v3.44.1) (2022-01-11)

 ### Bug Fixes

 -   **@clayui/core:** remove the context property from DndProvider ([4faf0ea](liferay/clay@4faf0ea))
 -   **@clayui/css:** Mixins `clay-card-variant` allow styling before and after psuedo elements ([69f1d38](liferay/clay@69f1d38)), closes [liferay#4554](liferay/clay#4554)

 # [3.44.0](liferay/clay@v3.43.1...v3.44.0) (2022-01-10)

 ### Bug Fixes

 -   **@clayui/css:** Cadmin Input Groups `input-group-sm` missing mixin declaration ([d7027be](liferay/clay@d7027be)), closes [liferay#4537](liferay/clay#4537)
 -   **@clayui/css:** Cards `form-check-card` remove duplicate hover state style ([17ea640](liferay/clay@17ea640))
 -   **@clayui/css:** Mixins Cards check if parameter is map to avoid must be a map error ([2174587](liferay/clay@2174587))
 -   **@clayui/css:** Mixins Custom Forms remove `setter()`, no longer needed ([4cb30ce](liferay/clay@4cb30ce))

 ### Features

 -   **@clayui/css:** Cadmin Nav adds `nav-divider` and `nav-divider-end` ([66ba6ce](liferay/clay@66ba6ce))
 -   **@clayui/css:** Cards `form-check-card` checkbox/radio input should be hidden unless position utilities are used ([3120797](liferay/clay@3120797)), closes [liferay#4544](liferay/clay#4544)
 -   **@clayui/css:** Cards `form-check-card` convert to Clay mixin pattern ([5b4424b](liferay/clay@5b4424b))
 -   **@clayui/css:** Mixin `clay-card-variant` make `form-check-card` and `form-check-input` customizable ([c6a3a6f](liferay/clay@c6a3a6f))
 -   **@clayui/css:** Mixins `clay-custom-control-input-variant` add option to customize card ([87682d2](liferay/clay@87682d2))
 -   **@clayui/css:** Mixins `clay-navbar-variant` adds option to customize `nav-divider` and `nav-divider-end` ([e58c23e](liferay/clay@e58c23e))
 -   **@clayui/css:** Mixins Card adds `clay-form-check-card-variant` ([a834502](liferay/clay@a834502))
 -   **@clayui/css:** Nav adds `nav-divider` and `nav-divider-end` ([600a379](liferay/clay@600a379))
 -   **@clayui/css:** SVG Icons adds date-time ([4bf8d4c](liferay/clay@4bf8d4c))
 -   **@clayui/popover:** add a closeOnClickOutside prop ([bd722a9](liferay/clay@bd722a9)), closes [liferay#4536](liferay/clay#4536)

 ## [3.43.1](liferay/clay@v3.43.0...v3.43.1) (2022-01-04)

-   **@clayui/core:** avoid async/await in TreeViewItem ([78f8585](liferay/clay@78f8585)), closes [liferay#4529](liferay/clay#4529) [liferay#4531](liferay/clay#4531)
-   **@clayui/core:** don't export TreeView as UNSAFE_TreeView ([fc54a6e](liferay/clay@fc54a6e)), closes [liferay#4528](liferay/clay#4528) [liferay#4531](liferay/clay#4531) [liferay#4532](liferay/clay#4532)
  • Loading branch information
Julien Castelain authored and brianchandotcom committed Jan 12, 2022
1 parent 56f48e5 commit 7fd95b6
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion modules/apps/comment/comment-taglib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@clayui/icon": "3.40.0",
"@clayui/layout": "3.40.0",
"@clayui/popover": "3.40.0",
"@clayui/popover": "3.44.0",
"@clayui/sticker": "3.40.0",
"classnames": "2.3.1",
"frontend-js-web": "*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@clayui/css": "3.43.0"
"@clayui/css": "3.44.2"
},
"main": "index.js",
"name": "@liferay/document-library-preview-css",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@clayui/alert": "3.40.0",
"@clayui/button": "3.40.0",
"@clayui/css": "3.43.0",
"@clayui/css": "3.44.2",
"@clayui/form": "3.42.0",
"@clayui/icon": "3.40.0",
"@clayui/loading-indicator": "3.40.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@clayui/icon": "3.40.0",
"@clayui/layout": "3.40.0",
"@clayui/modal": "3.40.0",
"@clayui/popover": "3.40.0",
"@clayui/popover": "3.44.0",
"@clayui/shared": "3.40.0",
"@clayui/table": "3.40.0",
"@liferay/map-google-maps": "*",
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/frontend-js/frontend-js-a11y-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"@clayui/icon": "3.40.0",
"@clayui/list": "3.43.0",
"@clayui/popover": "3.40.0",
"@clayui/popover": "3.44.0",
"@liferay/frontend-js-react-web": "*",
"axe-core": "4.2.0",
"crypto": "1.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@clayui/card": "3.43.0",
"@clayui/charts": "3.40.0",
"@clayui/color-picker": "3.43.0",
"@clayui/css": "3.43.0",
"@clayui/css": "3.44.2",
"@clayui/data-provider": "3.40.0",
"@clayui/date-picker": "3.43.0",
"@clayui/drop-down": "3.43.0",
Expand All @@ -30,7 +30,7 @@
"@clayui/pagination": "3.43.0",
"@clayui/pagination-bar": "3.43.0",
"@clayui/panel": "3.40.0",
"@clayui/popover": "3.40.0",
"@clayui/popover": "3.44.0",
"@clayui/progress-bar": "3.40.0",
"@clayui/provider": "3.40.0",
"@clayui/shared": "3.40.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@clayui/css": "3.43.0"
"@clayui/css": "3.44.2"
},
"name": "liferay-frontend-theme-unstyled",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/journal/journal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@clayui/layout": "3.40.0",
"@clayui/loading-indicator": "3.40.0",
"@clayui/panel": "3.40.0",
"@clayui/popover": "3.40.0",
"@clayui/popover": "3.44.0",
"@liferay/template-web": "*",
"codemirror": "^5.59.0",
"frontend-js-components-web": "*",
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/layout/layout-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@clayui/link": "3.40.0",
"@clayui/list": "3.43.0",
"@clayui/modal": "3.40.0",
"@clayui/popover": "3.40.0",
"@clayui/popover": "3.44.0",
"classnames": "2.3.1",
"frontend-js-web": "*",
"metal-state": "2.16.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@clayui/list": "3.43.0",
"@clayui/loading-indicator": "3.40.0",
"@clayui/modal": "3.40.0",
"@clayui/popover": "3.40.0",
"@clayui/popover": "3.44.0",
"@clayui/shared": "3.40.0",
"@clayui/sticker": "3.40.0",
"@clayui/tabs": "3.40.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/questions/questions-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@clayui/loading-indicator": "3.40.0",
"@clayui/modal": "3.40.0",
"@clayui/navigation-bar": "3.43.0",
"@clayui/popover": "3.40.0",
"@clayui/popover": "3.44.0",
"@clayui/sticker": "3.40.0",
"@liferay/frontend-js-react-web": "*",
"asset-taglib": "*",
Expand Down
2 changes: 1 addition & 1 deletion modules/apps/style-book/style-book-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@clayui/form": "3.42.0",
"@clayui/icon": "3.40.0",
"@clayui/loading-indicator": "3.40.0",
"@clayui/popover": "3.40.0",
"@clayui/popover": "3.44.0",
"@liferay/layout-content-page-editor-web": "*",
"classnames": "2.3.1",
"frontend-js-web": "*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@clayui/charts": "3.40.0",
"@clayui/css": "3.43.0",
"@clayui/css": "3.44.2",
"@liferay/frontend-js-react-web": "*",
"frontend-js-web": "*",
"react": "16.12.0",
Expand Down
16 changes: 8 additions & 8 deletions modules/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -951,10 +951,10 @@
classnames "^2.2.6"
tinycolor2 "^1.4.2"

"@clayui/css@3.43.0":
version "3.43.0"
resolved "https://registry.yarnpkg.com/@clayui/css/-/css-3.43.0.tgz#838e99cb26f7ee95a5a6a6cde7853cfd063a5531"
integrity sha512-b7SoHePPy/lkeQGR5y3Lt9y5WN83n8z48xJbwKA9TetpOI0G1Weq5o+PTWcjeR8tCoSV2Dq2xgGFswcxVN8/tA==
"@clayui/css@3.44.2":
version "3.44.2"
resolved "https://registry.yarnpkg.com/@clayui/css/-/css-3.44.2.tgz#84d48d03675ff680a7a4bc442da3a11a2d644865"
integrity sha512-0kz8MylQEmdT5UwyFdakPyDp33vXmfffJ76TOGdVveqok92/Jmm2uT6Y2TCp5NQlNGB40NNDPJQ2k/hkMbbYRA==

"@clayui/[email protected]":
version "3.40.0"
Expand Down Expand Up @@ -1180,10 +1180,10 @@
classnames "^2.2.6"
react-transition-group "^4.4.1"

"@clayui/popover@3.40.0":
version "3.40.0"
resolved "https://registry.yarnpkg.com/@clayui/popover/-/popover-3.40.0.tgz#cf4612b716e752aa20a4719571f4edec5069d715"
integrity sha512-zmwxHHKJmVCxfOTgiKrc8+Csc5fuUhwneUJaOlkD0qoLHqkapITQIZYT9K624UEeQTli+FKLkC2Q6cJzU7sDyQ==
"@clayui/popover@3.44.0":
version "3.44.0"
resolved "https://registry.yarnpkg.com/@clayui/popover/-/popover-3.44.0.tgz#f18d1544ee5bf4c9b5b7392ecdf0061a88248d23"
integrity sha512-M7KiNiZqAbCIPdQnXZ0S/k7rAFiA7FSKrmXC8Z8OhzWE0KMi2iXMLWL4RHZVjHSv5xrjfBNIWGTmQQe5wKFrWQ==
dependencies:
"@clayui/shared" "^3.40.0"
classnames "^2.2.6"
Expand Down

0 comments on commit 7fd95b6

Please sign in to comment.