@clayui/css 3.110.0 → 3.112.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 +37 -0
- package/lib/css/atlas.css +53 -52
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +25 -24
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css +0 -0
- package/lib/css/bootstrap.css.map +0 -0
- package/lib/css/cadmin.css +54 -46
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/braces.svg +7 -0
- package/lib/images/icons/brackets.svg +7 -0
- package/lib/images/icons/icon-rule-builder.svg +9 -0
- package/lib/images/icons/icons.svg +1 -1
- package/lib/images/icons/seo.svg +7 -0
- package/package.json +2 -2
- package/src/images/icons/braces.svg +7 -0
- package/src/images/icons/brackets.svg +7 -0
- package/src/images/icons/icon-rule-builder.svg +9 -0
- package/src/images/icons/seo.svg +7 -0
- package/src/scss/_license-text.scss +1 -1
- package/src/scss/atlas/variables/_globals.scss +2 -4
- package/src/scss/atlas/variables/_navs.scss +1 -1
- package/src/scss/atlas/variables/_tooltip.scss +1 -1
- package/src/scss/cadmin/components/_print.scss +6 -2
- package/src/scss/cadmin/components/_type.scss +16 -1
- package/src/scss/cadmin/variables/_globals.scss +27 -4
- package/src/scss/cadmin/variables/_tooltip.scss +1 -1
- package/src/scss/cadmin/variables/_type.scss +0 -2
- package/src/scss/components/_print.scss +6 -2
- package/src/scss/components/_type.scss +16 -1
- package/src/scss/functions/_lx-icons-generated.scss +8 -0
- package/src/scss/mixins/_type.scss +4 -3
- package/src/scss/variables/_globals.scss +26 -3
- package/src/scss/variables/_navs.scss +1 -1
- package/src/scss/variables/_type.scss +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,43 @@
|
|
|
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.112.0](https://github.com/liferay/clay/compare/v3.111.1...v3.112.0) (2024-03-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **@clayui/css:** Change tooltip background color ([fe3cfb3](https://github.com/liferay/clay/commit/fe3cfb33a22898c924ef3e3daa973856f238d02a))
|
|
12
|
+
* **@clayui/css:** LPD-19394 Removes padding from mark due to spacing issue in autocomplete ([f9943f9](https://github.com/liferay/clay/commit/f9943f9a9886d3b8b86eb6341c89436834a60703))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **@clayui/css:** LPD-19329 Adds SVG Icons bracket and braces ([b60ea14](https://github.com/liferay/clay/commit/b60ea143b898aecba577f22078bb927f64e8026e))
|
|
18
|
+
* **@clayui/css:** LPD-19394 Mark update colors and add a dark version ([e2e409a](https://github.com/liferay/clay/commit/e2e409af9e5e7bb57965869db01032c4ce90a346))
|
|
19
|
+
* **@clayui/css:** LPD-19703 Add new seo icon ([080ab51](https://github.com/liferay/clay/commit/080ab5122da55d4b0c5bdb7d017b2a3d1d11f8d3))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **@clayui/css:** LPD-15629 Accessibility link and text should have 3:1 color contrast ([64584a6](https://github.com/liferay/clay/commit/64584a67cd73220c7011ccef1159784c6b60af57))
|
|
31
|
+
* **@clayui/css:** LPD-15988 Active nav tab bottom border shouldn't depend on $body-bg ([b89b64a](https://github.com/liferay/clay/commit/b89b64a483b35d571484c722afd2f803898a23b4))
|
|
32
|
+
* **@clayui/css:** LPD-16364 [@page](https://github.com/page) {.css-selector{}} is not valid css ([2df56c6](https://github.com/liferay/clay/commit/2df56c6cfaf048943d41f975329557d551f5c692))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Features
|
|
36
|
+
|
|
37
|
+
* **@clayui/css:** Add new icon-rule-builder icon ([33db79b](https://github.com/liferay/clay/commit/33db79b42bf25999503be4b6a8fa23111dd7f68d))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
6
43
|
# [3.110.0](https://github.com/liferay/clay/compare/v3.109.0...v3.110.0) (2024-01-25)
|
|
7
44
|
|
|
8
45
|
|
package/lib/css/atlas.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/**
|
|
3
|
-
* Clay 3.
|
|
3
|
+
* Clay 3.112.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>
|
|
@@ -36,7 +36,7 @@ main {
|
|
|
36
36
|
|
|
37
37
|
body {
|
|
38
38
|
background-color: #fff;
|
|
39
|
-
color: #
|
|
39
|
+
color: #1c1c24;
|
|
40
40
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
41
41
|
font-size: 1rem;
|
|
42
42
|
-moz-osx-font-smoothing: grayscale;
|
|
@@ -375,28 +375,19 @@ small,
|
|
|
375
375
|
|
|
376
376
|
mark,
|
|
377
377
|
.mark {
|
|
378
|
-
background-color: #
|
|
379
|
-
box-decoration-break: clone;
|
|
380
|
-
box-shadow: -0.25em 0 0 #fcf8e3;
|
|
378
|
+
background-color: #ffe399;
|
|
381
379
|
display: inline;
|
|
382
380
|
line-height: normal;
|
|
383
|
-
padding: 2px 0.25em 3px 0;
|
|
384
381
|
position: relative;
|
|
385
382
|
white-space: pre-wrap;
|
|
386
383
|
}
|
|
387
|
-
mark
|
|
388
|
-
.mark
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
position: absolute;
|
|
394
|
-
right: 100%;
|
|
395
|
-
top: 0;
|
|
396
|
-
width: 0.25em;
|
|
397
|
-
z-index: -1;
|
|
384
|
+
mark.clay-dark,
|
|
385
|
+
.clay-dark.mark,
|
|
386
|
+
.clay-dark mark,
|
|
387
|
+
.clay-dark .mark {
|
|
388
|
+
background-color: #393a4a;
|
|
389
|
+
color: #fff;
|
|
398
390
|
}
|
|
399
|
-
|
|
400
391
|
.list-unstyled {
|
|
401
392
|
list-style: none;
|
|
402
393
|
padding-left: 0;
|
|
@@ -1179,7 +1170,7 @@ button.collapse-icon .c-inner {
|
|
|
1179
1170
|
border-width: 0.0625rem;
|
|
1180
1171
|
border-radius: 0.25rem;
|
|
1181
1172
|
box-shadow: none;
|
|
1182
|
-
color: #
|
|
1173
|
+
color: #1c1c24;
|
|
1183
1174
|
cursor: pointer;
|
|
1184
1175
|
display: inline-block;
|
|
1185
1176
|
font-size: 1rem;
|
|
@@ -1209,7 +1200,7 @@ button.collapse-icon .c-inner {
|
|
|
1209
1200
|
}
|
|
1210
1201
|
|
|
1211
1202
|
.btn:hover {
|
|
1212
|
-
color: #
|
|
1203
|
+
color: #1c1c24;
|
|
1213
1204
|
text-decoration: none;
|
|
1214
1205
|
}
|
|
1215
1206
|
.btn.focus, .btn:focus-visible, .c-prefers-focus .btn:focus {
|
|
@@ -6167,7 +6158,7 @@ input[type=button].btn-block {
|
|
|
6167
6158
|
z-index: 1;
|
|
6168
6159
|
}
|
|
6169
6160
|
.form-check-card .form-check-label {
|
|
6170
|
-
color: #
|
|
6161
|
+
color: #1c1c24;
|
|
6171
6162
|
display: inline;
|
|
6172
6163
|
font-weight: 400;
|
|
6173
6164
|
padding-left: 0;
|
|
@@ -6923,7 +6914,7 @@ input[type=button].btn-block {
|
|
|
6923
6914
|
border-style: solid;
|
|
6924
6915
|
border-width: 0px;
|
|
6925
6916
|
box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
|
|
6926
|
-
color: #
|
|
6917
|
+
color: #1c1c24;
|
|
6927
6918
|
display: none;
|
|
6928
6919
|
float: left;
|
|
6929
6920
|
font-size: 0.875rem;
|
|
@@ -7903,7 +7894,7 @@ fieldset[disabled] .form-control {
|
|
|
7903
7894
|
border-right-width: 0.0625rem;
|
|
7904
7895
|
border-style: solid;
|
|
7905
7896
|
border-top-width: 0.0625rem;
|
|
7906
|
-
color: #
|
|
7897
|
+
color: #1c1c24;
|
|
7907
7898
|
display: block;
|
|
7908
7899
|
font-size: 1rem;
|
|
7909
7900
|
height: 2.5rem;
|
|
@@ -12071,7 +12062,7 @@ label.custom-control-label {
|
|
|
12071
12062
|
}
|
|
12072
12063
|
.list-group-item-action:active {
|
|
12073
12064
|
background-color: #f1f2f5;
|
|
12074
|
-
color: #
|
|
12065
|
+
color: #1c1c24;
|
|
12075
12066
|
}
|
|
12076
12067
|
|
|
12077
12068
|
.list-group {
|
|
@@ -19999,7 +19990,7 @@ fieldset + .sheet-footer {
|
|
|
19999
19990
|
border-color: #a7a9bc;
|
|
20000
19991
|
border-style: solid;
|
|
20001
19992
|
border-width: 0 0 1px 0;
|
|
20002
|
-
color: #
|
|
19993
|
+
color: #1c1c24;
|
|
20003
19994
|
display: block;
|
|
20004
19995
|
font-size: 0.875rem;
|
|
20005
19996
|
font-weight: 600;
|
|
@@ -20042,7 +20033,7 @@ fieldset + .sheet-footer {
|
|
|
20042
20033
|
}
|
|
20043
20034
|
|
|
20044
20035
|
a.sheet-subtitle {
|
|
20045
|
-
color: #
|
|
20036
|
+
color: #1c1c24;
|
|
20046
20037
|
border-radius: 1px;
|
|
20047
20038
|
transition: box-shadow 0.15s ease-in-out;
|
|
20048
20039
|
}
|
|
@@ -20063,7 +20054,7 @@ a.sheet-subtitle.focus, a.sheet-subtitle:focus-visible, .c-prefers-focus a.sheet
|
|
|
20063
20054
|
outline: 0;
|
|
20064
20055
|
}
|
|
20065
20056
|
.sheet-tertiary-title {
|
|
20066
|
-
color: #
|
|
20057
|
+
color: #1c1c24;
|
|
20067
20058
|
display: block;
|
|
20068
20059
|
font-size: 0.875rem;
|
|
20069
20060
|
font-weight: 600;
|
|
@@ -20778,7 +20769,7 @@ caption {
|
|
|
20778
20769
|
.table {
|
|
20779
20770
|
background-color: #fff;
|
|
20780
20771
|
border-spacing: 0;
|
|
20781
|
-
color: #
|
|
20772
|
+
color: #1c1c24;
|
|
20782
20773
|
font-size: 0.875rem;
|
|
20783
20774
|
margin-bottom: 0;
|
|
20784
20775
|
width: 100%;
|
|
@@ -20967,7 +20958,7 @@ caption {
|
|
|
20967
20958
|
|
|
20968
20959
|
.table-hover tbody tr:hover {
|
|
20969
20960
|
background-color: #f0f5ff;
|
|
20970
|
-
color: #
|
|
20961
|
+
color: #1c1c24;
|
|
20971
20962
|
}
|
|
20972
20963
|
.table-hover tbody tr:hover .quick-action-menu {
|
|
20973
20964
|
background-color: #f0f5ff;
|
|
@@ -21408,7 +21399,7 @@ td.table-focus {
|
|
|
21408
21399
|
border-radius: 0.25rem;
|
|
21409
21400
|
border-style: solid;
|
|
21410
21401
|
border-width: 0.0625rem 0.0625rem;
|
|
21411
|
-
color: #
|
|
21402
|
+
color: #1c1c24;
|
|
21412
21403
|
margin-bottom: 0.0625rem;
|
|
21413
21404
|
}
|
|
21414
21405
|
.table-list thead {
|
|
@@ -22327,7 +22318,7 @@ td.table-focus {
|
|
|
22327
22318
|
padding-right: 0;
|
|
22328
22319
|
}
|
|
22329
22320
|
.tbar-stacked .tbar-divider-before::before {
|
|
22330
|
-
background-color: #
|
|
22321
|
+
background-color: #1c1c24;
|
|
22331
22322
|
content: "";
|
|
22332
22323
|
display: block;
|
|
22333
22324
|
height: 1px;
|
|
@@ -22336,7 +22327,7 @@ td.table-focus {
|
|
|
22336
22327
|
width: 2.5rem;
|
|
22337
22328
|
}
|
|
22338
22329
|
.tbar-stacked .tbar-divider-after::after {
|
|
22339
|
-
background-color: #
|
|
22330
|
+
background-color: #1c1c24;
|
|
22340
22331
|
content: "";
|
|
22341
22332
|
display: block;
|
|
22342
22333
|
height: 1px;
|
|
@@ -22522,7 +22513,7 @@ td.table-focus {
|
|
|
22522
22513
|
}
|
|
22523
22514
|
|
|
22524
22515
|
.timeline-item-label {
|
|
22525
|
-
color: #
|
|
22516
|
+
color: #1c1c24;
|
|
22526
22517
|
}
|
|
22527
22518
|
|
|
22528
22519
|
.timeline-item {
|
|
@@ -23160,7 +23151,7 @@ td.table-focus {
|
|
|
23160
23151
|
position: absolute;
|
|
23161
23152
|
}
|
|
23162
23153
|
.tooltip-inner {
|
|
23163
|
-
background-color: #
|
|
23154
|
+
background-color: #111116;
|
|
23164
23155
|
border-radius: 0.25rem;
|
|
23165
23156
|
box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.4);
|
|
23166
23157
|
color: #fff;
|
|
@@ -23171,7 +23162,7 @@ td.table-focus {
|
|
|
23171
23162
|
}
|
|
23172
23163
|
|
|
23173
23164
|
.tooltip-arrow {
|
|
23174
|
-
background-color: #
|
|
23165
|
+
background-color: #111116;
|
|
23175
23166
|
position: absolute;
|
|
23176
23167
|
transform: rotate(45deg);
|
|
23177
23168
|
}
|
|
@@ -23186,7 +23177,7 @@ td.table-focus {
|
|
|
23186
23177
|
}
|
|
23187
23178
|
.bs-tooltip-top .arrow::before,
|
|
23188
23179
|
.bs-tooltip-auto[x-placement^=top] .arrow::before {
|
|
23189
|
-
border-top-color: #
|
|
23180
|
+
border-top-color: #111116;
|
|
23190
23181
|
border-width: 0.4rem 0.4rem 0;
|
|
23191
23182
|
top: 0;
|
|
23192
23183
|
}
|
|
@@ -23203,7 +23194,7 @@ td.table-focus {
|
|
|
23203
23194
|
}
|
|
23204
23195
|
.bs-tooltip-right .arrow::before,
|
|
23205
23196
|
.bs-tooltip-auto[x-placement^=right] .arrow::before {
|
|
23206
|
-
border-right-color: #
|
|
23197
|
+
border-right-color: #111116;
|
|
23207
23198
|
border-width: 0.4rem 0.4rem 0.4rem 0;
|
|
23208
23199
|
right: 0;
|
|
23209
23200
|
}
|
|
@@ -23218,7 +23209,7 @@ td.table-focus {
|
|
|
23218
23209
|
}
|
|
23219
23210
|
.bs-tooltip-bottom .arrow::before,
|
|
23220
23211
|
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
|
|
23221
|
-
border-bottom-color: #
|
|
23212
|
+
border-bottom-color: #111116;
|
|
23222
23213
|
border-width: 0 0.4rem 0.4rem;
|
|
23223
23214
|
bottom: 0;
|
|
23224
23215
|
}
|
|
@@ -23235,7 +23226,7 @@ td.table-focus {
|
|
|
23235
23226
|
}
|
|
23236
23227
|
.bs-tooltip-left .arrow::before,
|
|
23237
23228
|
.bs-tooltip-auto[x-placement^=left] .arrow::before {
|
|
23238
|
-
border-left-color: #
|
|
23229
|
+
border-left-color: #111116;
|
|
23239
23230
|
border-width: 0.4rem 0 0.4rem 0.4rem;
|
|
23240
23231
|
left: 0;
|
|
23241
23232
|
}
|
|
@@ -23255,7 +23246,7 @@ td.table-focus {
|
|
|
23255
23246
|
.clay-tooltip-bottom .arrow::before,
|
|
23256
23247
|
.clay-tooltip-bottom-left .arrow::before,
|
|
23257
23248
|
.clay-tooltip-bottom-right .arrow::before {
|
|
23258
|
-
border-bottom-color: #
|
|
23249
|
+
border-bottom-color: #111116;
|
|
23259
23250
|
border-width: 0 0.4rem 0.4rem;
|
|
23260
23251
|
bottom: 0;
|
|
23261
23252
|
}
|
|
@@ -23293,7 +23284,7 @@ td.table-focus {
|
|
|
23293
23284
|
.clay-tooltip-left .arrow::before,
|
|
23294
23285
|
.clay-tooltip-left-bottom .arrow::before,
|
|
23295
23286
|
.clay-tooltip-left-top .arrow::before {
|
|
23296
|
-
border-left-color: #
|
|
23287
|
+
border-left-color: #111116;
|
|
23297
23288
|
border-width: 0.4rem 0 0.4rem 0.4rem;
|
|
23298
23289
|
left: 0;
|
|
23299
23290
|
}
|
|
@@ -23331,7 +23322,7 @@ td.table-focus {
|
|
|
23331
23322
|
.clay-tooltip-right .arrow::before,
|
|
23332
23323
|
.clay-tooltip-right-bottom .arrow::before,
|
|
23333
23324
|
.clay-tooltip-right-top .arrow::before {
|
|
23334
|
-
border-right-color: #
|
|
23325
|
+
border-right-color: #111116;
|
|
23335
23326
|
border-width: 0.4rem 0.4rem 0.4rem 0;
|
|
23336
23327
|
right: 0;
|
|
23337
23328
|
}
|
|
@@ -23367,7 +23358,7 @@ td.table-focus {
|
|
|
23367
23358
|
.clay-tooltip-top .arrow::before,
|
|
23368
23359
|
.clay-tooltip-top-left .arrow::before,
|
|
23369
23360
|
.clay-tooltip-top-right .arrow::before {
|
|
23370
|
-
border-top-color: #
|
|
23361
|
+
border-top-color: #111116;
|
|
23371
23362
|
border-width: 0.4rem 0.4rem 0;
|
|
23372
23363
|
top: 0;
|
|
23373
23364
|
}
|
|
@@ -34262,7 +34253,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
34262
34253
|
}
|
|
34263
34254
|
|
|
34264
34255
|
.text-body {
|
|
34265
|
-
color: #
|
|
34256
|
+
color: #1c1c24 !important;
|
|
34266
34257
|
}
|
|
34267
34258
|
|
|
34268
34259
|
.text-muted {
|
|
@@ -34613,26 +34604,33 @@ h3 {
|
|
|
34613
34604
|
h3 {
|
|
34614
34605
|
page-break-after: avoid;
|
|
34615
34606
|
}
|
|
34616
|
-
|
|
34607
|
+
}
|
|
34608
|
+
@media print {
|
|
34617
34609
|
@page {
|
|
34618
34610
|
size: a3;
|
|
34619
34611
|
}
|
|
34612
|
+
}
|
|
34613
|
+
@media print {
|
|
34620
34614
|
body {
|
|
34621
34615
|
min-width: 992px !important;
|
|
34622
34616
|
}
|
|
34623
|
-
|
|
34617
|
+
}
|
|
34618
|
+
@media print {
|
|
34624
34619
|
.container {
|
|
34625
34620
|
min-width: 992px !important;
|
|
34626
34621
|
}
|
|
34627
|
-
|
|
34622
|
+
}
|
|
34623
|
+
@media print {
|
|
34628
34624
|
.navbar {
|
|
34629
34625
|
display: none;
|
|
34630
34626
|
}
|
|
34631
|
-
|
|
34627
|
+
}
|
|
34628
|
+
@media print {
|
|
34632
34629
|
.badge {
|
|
34633
34630
|
border: 0.0625rem solid #000;
|
|
34634
34631
|
}
|
|
34635
|
-
|
|
34632
|
+
}
|
|
34633
|
+
@media print {
|
|
34636
34634
|
.table {
|
|
34637
34635
|
border-collapse: collapse !important;
|
|
34638
34636
|
}
|
|
@@ -34640,12 +34638,14 @@ h3 {
|
|
|
34640
34638
|
.table th {
|
|
34641
34639
|
background-color: #fff !important;
|
|
34642
34640
|
}
|
|
34643
|
-
|
|
34641
|
+
}
|
|
34642
|
+
@media print {
|
|
34644
34643
|
.table-bordered th,
|
|
34645
34644
|
.table-bordered td {
|
|
34646
34645
|
border: 1px solid #e7e7ed !important;
|
|
34647
34646
|
}
|
|
34648
|
-
|
|
34647
|
+
}
|
|
34648
|
+
@media print {
|
|
34649
34649
|
.table-dark {
|
|
34650
34650
|
color: inherit;
|
|
34651
34651
|
}
|
|
@@ -34655,7 +34655,8 @@ h3 {
|
|
|
34655
34655
|
.table-dark tbody + tbody {
|
|
34656
34656
|
border-color: #e7e7ed;
|
|
34657
34657
|
}
|
|
34658
|
-
|
|
34658
|
+
}
|
|
34659
|
+
@media print {
|
|
34659
34660
|
.table .thead-dark th {
|
|
34660
34661
|
border-color: #e7e7ed;
|
|
34661
34662
|
color: inherit;
|