@clayui/css 3.115.2 → 3.116.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/CHANGELOG.md +11 -0
- package/lib/css/atlas.css +5 -5
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/cadmin.css +6 -6
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_tables.scss +4 -4
- package/src/scss/cadmin/variables/_tables.scss +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
# [3.116.0](https://github.com/liferay/clay/compare/v3.115.2...v3.116.0) (2024-06-10)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **@clayui/css:** LPD-27401 Refactor. Change display property to allow long words break into multiple lines ([3e0ed1d](https://github.com/liferay/clay/commit/3e0ed1df192e0c4b05950fcb958cbf7b8673f8f4))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.115.2](https://github.com/liferay/clay/compare/v3.115.1...v3.115.2) (2024-05-24)
|
|
7
18
|
|
|
8
19
|
|
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.116.0
|
|
4
4
|
*
|
|
5
5
|
* SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
|
|
6
6
|
* SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
|
|
@@ -21257,7 +21257,7 @@ td.table-focus {
|
|
|
21257
21257
|
.table-title a[href] {
|
|
21258
21258
|
color: #272833;
|
|
21259
21259
|
border-radius: 1px;
|
|
21260
|
-
display: inline-
|
|
21260
|
+
display: inline-block;
|
|
21261
21261
|
max-width: 100%;
|
|
21262
21262
|
transition: box-shadow 0.15s ease-in-out;
|
|
21263
21263
|
}
|
|
@@ -21287,7 +21287,7 @@ td.table-focus {
|
|
|
21287
21287
|
.table-link {
|
|
21288
21288
|
color: #272833;
|
|
21289
21289
|
border-radius: 1px;
|
|
21290
|
-
display: inline-
|
|
21290
|
+
display: inline-block;
|
|
21291
21291
|
max-width: 100%;
|
|
21292
21292
|
transition: box-shadow 0.15s ease-in-out;
|
|
21293
21293
|
}
|
|
@@ -21580,7 +21580,7 @@ td.table-focus {
|
|
|
21580
21580
|
.table-list-title a[href] {
|
|
21581
21581
|
color: #272833;
|
|
21582
21582
|
border-radius: 1px;
|
|
21583
|
-
display: inline-
|
|
21583
|
+
display: inline-block;
|
|
21584
21584
|
max-width: 100%;
|
|
21585
21585
|
transition: box-shadow 0.15s ease-in-out;
|
|
21586
21586
|
}
|
|
@@ -21610,7 +21610,7 @@ td.table-focus {
|
|
|
21610
21610
|
.table-list-link {
|
|
21611
21611
|
color: #272833;
|
|
21612
21612
|
border-radius: 1px;
|
|
21613
|
-
display: inline-
|
|
21613
|
+
display: inline-block;
|
|
21614
21614
|
max-width: 100%;
|
|
21615
21615
|
transition: box-shadow 0.15s ease-in-out;
|
|
21616
21616
|
}
|