@clayui/css 3.116.0 → 3.117.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.
Files changed (34) hide show
  1. package/lib/css/atlas.css +179 -185
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +25 -53
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/bootstrap.css +0 -0
  6. package/lib/css/bootstrap.css.map +1 -1
  7. package/lib/css/cadmin.css +166 -168
  8. package/lib/css/cadmin.css.map +1 -1
  9. package/lib/images/icons/icons.svg +1 -1
  10. package/package.json +2 -2
  11. package/src/scss/_license-text.scss +1 -1
  12. package/src/scss/atlas/variables/_globals.scss +3 -3
  13. package/src/scss/cadmin/components/_custom-forms.scss +0 -16
  14. package/src/scss/cadmin/components/_list-group.scss +4 -20
  15. package/src/scss/cadmin/components/_modals.scss +7 -1
  16. package/src/scss/cadmin/components/_multi-step-nav.scss +3 -8
  17. package/src/scss/cadmin/variables/_globals.scss +3 -3
  18. package/src/scss/cadmin/variables/_list-group.scss +35 -0
  19. package/src/scss/cadmin/variables/_modals.scss +3 -0
  20. package/src/scss/cadmin/variables/_multi-step-nav.scss +21 -0
  21. package/src/scss/cadmin/variables/_popovers.scss +4 -0
  22. package/src/scss/components/_custom-forms.scss +0 -8
  23. package/src/scss/components/_list-group.scss +4 -20
  24. package/src/scss/components/_modals.scss +7 -1
  25. package/src/scss/components/_multi-step-nav.scss +3 -8
  26. package/src/scss/mixins/_forms.scss +4 -4
  27. package/src/scss/mixins/_labels.scss +8 -0
  28. package/src/scss/mixins/_popovers.scss +33 -0
  29. package/src/scss/variables/_globals.scss +2 -2
  30. package/src/scss/variables/_list-group.scss +35 -0
  31. package/src/scss/variables/_modals.scss +3 -0
  32. package/src/scss/variables/_multi-step-nav.scss +21 -0
  33. package/src/scss/variables/_popovers.scss +4 -0
  34. package/CHANGELOG.md +0 -2989
package/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.116.0
3
+ * Clay 3.117.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>
@@ -2277,10 +2277,10 @@ input[type=button].btn-block {
2277
2277
  z-index: 10;
2278
2278
  }
2279
2279
  .c-horizontal-resizer:hover {
2280
- background-color: #47a0ff;
2280
+ background-color: #57a8ff;
2281
2281
  }
2282
2282
  .c-horizontal-resizer:focus {
2283
- background-color: #47a0ff;
2283
+ background-color: #57a8ff;
2284
2284
  }
2285
2285
 
2286
2286
  .fade {
@@ -9495,42 +9495,6 @@ label.custom-control-label {
9495
9495
  .custom-control-primary .custom-control-label-text {
9496
9496
  font-weight: 500;
9497
9497
  }
9498
- .custom-control-label::before {
9499
- background-color: #fff;
9500
- border-color: #adb5bd;
9501
- border-style: solid;
9502
- border-width: 0.0625rem;
9503
- content: "";
9504
- display: block;
9505
- float: left;
9506
- font-size: 1rem;
9507
- height: 1rem;
9508
- left: 0;
9509
- position: relative;
9510
- top: 0.25rem;
9511
- transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
9512
- width: 1rem;
9513
- }
9514
- @media (prefers-reduced-motion: reduce) {
9515
- .custom-control-label::before {
9516
- transition: none;
9517
- }
9518
- }
9519
- .c-prefers-reduced-motion .custom-control-label::before {
9520
- transition: none;
9521
- }
9522
-
9523
- .custom-control-label::after {
9524
- background: no-repeat 50%/50% 50%;
9525
- content: "";
9526
- display: block;
9527
- height: 1rem;
9528
- left: 0;
9529
- position: absolute;
9530
- top: 0.25rem;
9531
- width: 1rem;
9532
- }
9533
-
9534
9498
  .custom-control-input {
9535
9499
  cursor: pointer;
9536
9500
  height: 1rem;
@@ -11754,8 +11718,8 @@ label.custom-control-label {
11754
11718
  .list-group-item-flex {
11755
11719
  display: flex;
11756
11720
  margin-bottom: -0.0625rem;
11757
- padding-left: 0.625rem;
11758
- padding-right: 0.625rem;
11721
+ padding-left: calc(1.25rem * 0.5);
11722
+ padding-right: calc(1.25rem * 0.5);
11759
11723
  }
11760
11724
  .list-group-item-flex:last-child {
11761
11725
  margin-bottom: 0;
@@ -11768,8 +11732,8 @@ label.custom-control-label {
11768
11732
  }
11769
11733
  .list-group-item-flex .autofit-col {
11770
11734
  justify-content: flex-start;
11771
- padding-left: 0.625rem;
11772
- padding-right: 0.625rem;
11735
+ padding-left: calc(1.25rem * 0.5);
11736
+ padding-right: calc(1.25rem * 0.5);
11773
11737
  }
11774
11738
  .list-group-item-flex .autofit-col .custom-control:only-child {
11775
11739
  margin-bottom: 0;
@@ -12304,6 +12268,10 @@ label.custom-control-label {
12304
12268
  text-overflow: ellipsis;
12305
12269
  white-space: nowrap;
12306
12270
  }
12271
+ .modal-title[tabindex="-1"] {
12272
+ outline: 0;
12273
+ }
12274
+
12307
12275
  .modal-title-indicator {
12308
12276
  display: inline-block;
12309
12277
  font-size: 0.875rem;
@@ -12638,9 +12606,9 @@ label.custom-control-label {
12638
12606
  font-size: 1rem;
12639
12607
  line-height: normal;
12640
12608
  margin-bottom: 0.625rem;
12609
+ overflow-wrap: break-word;
12641
12610
  word-wrap: break-word;
12642
12611
  }
12643
-
12644
12612
  .multi-step-item-expand {
12645
12613
  flex-grow: 1;
12646
12614
  width: 75px;
@@ -17163,10 +17131,10 @@ label.custom-control-label {
17163
17131
  }
17164
17132
  @media (min-width: 768px) {
17165
17133
  .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.active::after {
17166
- background-color: #47a0ff;
17134
+ background-color: #57a8ff;
17167
17135
  }
17168
17136
  .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link[aria-expanded=true]::after, .navigation-bar-light.navbar-expand-md.navbar-underline .navbar-nav .nav-link.show::after {
17169
- background-color: #47a0ff;
17137
+ background-color: #57a8ff;
17170
17138
  }
17171
17139
  }
17172
17140
 
@@ -18031,6 +17999,10 @@ label.custom-control-label {
18031
17999
  .popover .inline-scroller {
18032
18000
  max-height: 14.75rem;
18033
18001
  }
18002
+ .popover.focus, .popover:focus-visible, .c-prefers-focus .popover:focus {
18003
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
18004
+ outline: 0;
18005
+ }
18034
18006
  .popover-secondary {
18035
18007
  box-shadow: 0 8px 16px 0 rgba(0, 123, 255, 0.16);
18036
18008
  }
@@ -20728,10 +20700,10 @@ td.table-focus {
20728
20700
  width: 2.5rem;
20729
20701
  }
20730
20702
  .tbar-stacked .tbar-btn-monospaced.focus, .tbar-stacked .tbar-btn-monospaced:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:focus {
20731
- box-shadow: inset 0 0 0 0.125rem #47a0ff, inset 0 0 0 0.25rem #fff;
20703
+ box-shadow: inset 0 0 0 0.125rem #57a8ff, inset 0 0 0 0.25rem #fff;
20732
20704
  }
20733
20705
  .tbar-stacked .tbar-btn-monospaced:active:focus-visible, .c-prefers-focus .tbar-stacked .tbar-btn-monospaced:active:focus {
20734
- box-shadow: inset 0 0 0 0.125rem #47a0ff, inset 0 0 0 0.25rem #fff;
20706
+ box-shadow: inset 0 0 0 0.125rem #57a8ff, inset 0 0 0 0.25rem #fff;
20735
20707
  }
20736
20708
  .tbar-stacked .tbar-btn-monospaced .c-inner {
20737
20709
  margin-bottom: 0;
@@ -21903,7 +21875,7 @@ td.table-focus {
21903
21875
  width: 100%;
21904
21876
  }
21905
21877
  .treeview-dropping-indicator-over {
21906
- background-color: #47a0ff;
21878
+ background-color: #57a8ff;
21907
21879
  }
21908
21880
  .treeview-link {
21909
21881
  background-color: transparent;
@@ -21935,7 +21907,7 @@ td.table-focus {
21935
21907
  }
21936
21908
  .treeview-link.treeview-dropping-middle {
21937
21909
  background-color: #e5f2ff;
21938
- border-color: #47a0ff;
21910
+ border-color: #57a8ff;
21939
21911
  }
21940
21912
  .treeview-link.show .component-expander .component-expanded-d-none, .treeview-link[aria-expanded=true] .component-expander .component-expanded-d-none {
21941
21913
  display: none;
@@ -21958,7 +21930,7 @@ td.table-focus {
21958
21930
  }
21959
21931
  .treeview-dragging {
21960
21932
  background-color: #fff;
21961
- border-color: #47a0ff;
21933
+ border-color: #57a8ff;
21962
21934
  border-radius: 0.2rem;
21963
21935
  border-style: solid;
21964
21936
  border-width: 1px;
@@ -21983,7 +21955,7 @@ td.table-focus {
21983
21955
  color: #6c757d;
21984
21956
  }
21985
21957
  .treeview-light .treeview-link:hover, .treeview-light .treeview-link.hover {
21986
- box-shadow: inset 0 0 0 1px #889199;
21958
+ box-shadow: inset 0 0 0 1px #949ca3;
21987
21959
  }
21988
21960
  .treeview-light .treeview-link.focus, .treeview-light .treeview-link:focus-visible, .c-prefers-focus .treeview-light .treeview-link:focus {
21989
21961
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
@@ -22026,7 +21998,7 @@ td.table-focus {
22026
21998
  color: #a9afb5;
22027
21999
  }
22028
22000
  .treeview-dark .treeview-link:hover, .treeview-dark .treeview-link.hover {
22029
- box-shadow: inset 0 0 0 1px #889199;
22001
+ box-shadow: inset 0 0 0 1px #949ca3;
22030
22002
  }
22031
22003
  .treeview-dark .treeview-link.focus, .treeview-dark .treeview-link:focus-visible, .c-prefers-focus .treeview-dark .treeview-link:focus {
22032
22004
  box-shadow: inset 0 0 0 0.2rem rgba(0, 123, 255, 0.25);