@clayui/css 3.59.0 → 3.60.2

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 (40) hide show
  1. package/CHANGELOG.md +1950 -0
  2. package/LICENSES/BSD-3-Clause.txt +30 -0
  3. package/LICENSES/LicenseRef-MIT-Bootstrap.txt +22 -0
  4. package/LICENSES/MIT.txt +19 -0
  5. package/lib/css/atlas.css +189 -63
  6. package/lib/css/atlas.css.map +1 -1
  7. package/lib/css/base.css +188 -62
  8. package/lib/css/base.css.map +1 -1
  9. package/lib/css/bootstrap.css.map +1 -1
  10. package/lib/css/cadmin.css +191 -69
  11. package/lib/css/cadmin.css.map +1 -1
  12. package/lib/images/icons/icons.svg +1 -1
  13. package/package.json +2 -3
  14. package/src/scss/_license-text.scss +1 -1
  15. package/src/scss/atlas/variables/_buttons.scss +0 -2
  16. package/src/scss/atlas/variables/_loaders.scss +0 -9
  17. package/src/scss/atlas/variables/_sidebar.scss +24 -17
  18. package/src/scss/cadmin/components/_base.scss +1 -1
  19. package/src/scss/cadmin/components/_loaders.scss +101 -21
  20. package/src/scss/cadmin/components/_multi-step-nav.scss +3 -3
  21. package/src/scss/cadmin/components/_sidebar.scss +10 -10
  22. package/src/scss/cadmin/components/_utilities.scss +4 -6
  23. package/src/scss/cadmin/variables/_buttons.scss +0 -6
  24. package/src/scss/cadmin/variables/_loaders.scss +122 -11
  25. package/src/scss/cadmin/variables/_sidebar.scss +137 -54
  26. package/src/scss/cadmin/variables/_utilities.scss +22 -1
  27. package/src/scss/components/_loaders.scss +101 -21
  28. package/src/scss/components/_sidebar.scss +10 -10
  29. package/src/scss/components/_utilities.scss +4 -6
  30. package/src/scss/mixins/_globals.scss +20 -0
  31. package/src/scss/mixins/_loaders.scss +48 -8
  32. package/src/scss/mixins/_panels.scss +282 -272
  33. package/src/scss/mixins/_sidebar.scss +293 -185
  34. package/src/scss/mixins/_slideout.scss +10 -18
  35. package/src/scss/mixins/_stickers.scss +143 -134
  36. package/src/scss/variables/_buttons.scss +0 -6
  37. package/src/scss/variables/_loaders.scss +120 -11
  38. package/src/scss/variables/_sidebar.scss +123 -44
  39. package/src/scss/variables/_slideout.scss +2 -2
  40. package/src/scss/variables/_utilities.scss +22 -1
package/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.59.0
3
+ * Clay 3.60.2
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>
@@ -17359,10 +17359,7 @@ a.sheet-subtitle:hover {
17359
17359
  .sidebar-light {
17360
17360
  background-color: #f8f9fa;
17361
17361
  border-color: #dee2e6;
17362
- border-bottom-width: 0;
17363
17362
  border-left-width: 1px;
17364
- border-right-width: 0;
17365
- border-top-width: 0;
17366
17363
  color: #212529;
17367
17364
  }
17368
17365
  .sidebar-light .sidebar-list-group .list-group-title {
@@ -17429,10 +17426,6 @@ a.sheet-subtitle:hover {
17429
17426
  }
17430
17427
  .sidebar-dark {
17431
17428
  background-color: #343a40;
17432
- border-bottom-width: 0;
17433
- border-left-width: 0;
17434
- border-right-width: 0;
17435
- border-top-width: 0;
17436
17429
  color: #fff;
17437
17430
  }
17438
17431
  .sidebar-dark .close {
@@ -17489,6 +17482,64 @@ a.sheet-subtitle:hover {
17489
17482
  .sidebar-dark .nav-nested .nav-link[aria-expanded=true], .sidebar-dark .nav-nested .nav-link.show {
17490
17483
  color: #fff;
17491
17484
  }
17485
+ .sidebar-dark-l2 {
17486
+ background-color: #828e9a;
17487
+ color: #fff;
17488
+ }
17489
+ .sidebar-dark-l2 .close {
17490
+ color: #a9afb5;
17491
+ }
17492
+ .sidebar-dark-l2 .close:hover {
17493
+ color: #fff;
17494
+ }
17495
+ .sidebar-dark-l2 .sidebar-header .component-title {
17496
+ color: inherit;
17497
+ }
17498
+ .sidebar-dark-l2 .sidebar-header .component-title[href],
17499
+ .sidebar-dark-l2 .sidebar-header .component-title [href] {
17500
+ color: inherit;
17501
+ }
17502
+ .sidebar-dark-l2 .sidebar-header .component-subtitle {
17503
+ color: inherit;
17504
+ }
17505
+ .sidebar-dark-l2 .sidebar-header .component-subtitle[href],
17506
+ .sidebar-dark-l2 .sidebar-header .component-subtitle [href] {
17507
+ color: inherit;
17508
+ }
17509
+ .sidebar-dark-l2 .nav-nested .nav-link {
17510
+ border-radius: 0.25rem;
17511
+ color: #a9afb5;
17512
+ transition: box-shadow 0.15s ease-in-out;
17513
+ }
17514
+ @media (prefers-reduced-motion: reduce) {
17515
+ .sidebar-dark-l2 .nav-nested .nav-link {
17516
+ transition: none;
17517
+ }
17518
+ }
17519
+ .sidebar-dark-l2 .nav-nested .nav-link:hover {
17520
+ color: #fff;
17521
+ }
17522
+ .sidebar-dark-l2 .nav-nested .nav-link:focus {
17523
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
17524
+ outline: 0;
17525
+ }
17526
+ .sidebar-dark-l2 .nav-nested .nav-link:active {
17527
+ color: #fff;
17528
+ }
17529
+ .sidebar-dark-l2 .nav-nested .nav-link.active {
17530
+ color: #fff;
17531
+ }
17532
+ .sidebar-dark-l2 .nav-nested .nav-link:disabled, .sidebar-dark-l2 .nav-nested .nav-link.disabled {
17533
+ box-shadow: none;
17534
+ color: #a9afb5;
17535
+ opacity: 0.65;
17536
+ }
17537
+ .sidebar-dark-l2 .nav-nested .nav-link:disabled:active, .sidebar-dark-l2 .nav-nested .nav-link.disabled:active {
17538
+ pointer-events: none;
17539
+ }
17540
+ .sidebar-dark-l2 .nav-nested .nav-link[aria-expanded=true], .sidebar-dark-l2 .nav-nested .nav-link.show {
17541
+ color: #fff;
17542
+ }
17492
17543
  .c-slideout-transition-in {
17493
17544
  transition: all 0.3s ease-in-out;
17494
17545
  }
@@ -17544,10 +17595,10 @@ a.sheet-subtitle:hover {
17544
17595
  z-index: 1;
17545
17596
  }
17546
17597
  .c-slideout .tbar-stacked.c-slideout-show {
17547
- display: block;
17598
+ display: flex;
17548
17599
  }
17549
17600
  .c-slideout .tbar-stacked.c-slideout-transition {
17550
- display: block;
17601
+ display: flex;
17551
17602
  }
17552
17603
  @media (max-width: 767.98px) {
17553
17604
  .c-slideout .sidebar {
@@ -20494,10 +20545,6 @@ ul.autofit-row {
20494
20545
  .inline-item .lexicon-icon {
20495
20546
  margin-top: -0.1em;
20496
20547
  }
20497
- .inline-item .loading-animation {
20498
- font-size: 1.25em;
20499
- }
20500
-
20501
20548
  .inline-item-before {
20502
20549
  margin-right: 0.5rem;
20503
20550
  }
@@ -27894,84 +27941,163 @@ a.text-dark:hover, a.text-dark:focus {
27894
27941
  visibility: hidden !important;
27895
27942
  }
27896
27943
 
27944
+ @keyframes loading-animation-circle {
27945
+ 100% {
27946
+ transform: rotate(360deg);
27947
+ }
27948
+ }
27897
27949
  .loading-animation {
27898
27950
  display: block;
27899
- font-size: 2.5rem;
27900
27951
  height: 1em;
27901
27952
  margin-left: auto;
27902
27953
  margin-right: auto;
27954
+ overflow: hidden;
27903
27955
  position: relative;
27904
27956
  text-align: left;
27905
27957
  vertical-align: middle;
27906
27958
  width: 1em;
27907
27959
  }
27908
-
27909
- .loading-animation:after {
27910
- animation: 1.2s ease-out infinite;
27911
- animation-name: loading-animation;
27960
+ .loading-animation::before {
27961
+ animation: loading-animation-circle 1s linear infinite;
27962
+ border-radius: 50%;
27963
+ box-shadow: -0.03125em -0.375em 0 0 currentColor;
27964
+ content: "";
27965
+ height: 0.25em;
27966
+ left: 50%;
27967
+ margin-left: -0.125em;
27968
+ margin-top: -0.125em;
27969
+ position: absolute;
27970
+ top: 50%;
27971
+ width: 0.25em;
27972
+ }
27973
+ .loading-animation::after {
27974
+ animation: loading-animation-circle 1s linear infinite;
27975
+ background-color: currentColor;
27912
27976
  border-radius: 50%;
27913
- color: #212529;
27914
27977
  content: "";
27915
27978
  display: block;
27916
27979
  height: 1em;
27917
- left: 0;
27918
- position: absolute;
27919
- top: 0;
27920
- transform: scale(0.33334);
27980
+ -webkit-mask: conic-gradient(transparent 10%, #000), linear-gradient(#000 0 0) content-box;
27981
+ -webkit-mask-composite: source-out;
27982
+ mask-composite: subtract;
27983
+ padding: 0.25em;
27921
27984
  width: 1em;
27922
- box-shadow: 0 -1em 0 0em #212529, 1em -0.5em 0 -0.35em rgba(33, 37, 41, 0.1), 1em 0.5em 0 -0.25em rgba(33, 37, 41, 0.2), 0 1em 0 -0.2em rgba(33, 37, 41, 0.4), -1em 0.5em 0 -0.15em rgba(33, 37, 41, 0.6), -1em -0.5em 0 -0.1em rgba(33, 37, 41, 0.8);
27923
27985
  }
27924
- @keyframes loading-animation {
27925
- 0%, 100% {
27926
- box-shadow: 0 -1em 0 0em #212529, 1em -0.5em 0 -0.35em rgba(33, 37, 41, 0.1), 1em 0.5em 0 -0.25em rgba(33, 37, 41, 0.2), 0 1em 0 -0.2em rgba(33, 37, 41, 0.4), -1em 0.5em 0 -0.15em rgba(33, 37, 41, 0.6), -1em -0.5em 0 -0.1em rgba(33, 37, 41, 0.8);
27927
- }
27928
- 16.6% {
27929
- box-shadow: 0 -1em 0 -0.1em rgba(33, 37, 41, 0.8), 1em -0.5em 0 0em #212529, 1em 0.5em 0 -0.35em rgba(33, 37, 41, 0.1), 0 1em 0 -0.25em rgba(33, 37, 41, 0.2), -1em 0.5em 0 -0.2em rgba(33, 37, 41, 0.4), -1em -0.5em 0 -0.15em rgba(33, 37, 41, 0.6);
27986
+
27987
+ @keyframes loading-animation-squares-box-1 {
27988
+ 0% {
27989
+ left: 0;
27990
+ opacity: 0.4;
27991
+ top: 0;
27992
+ transform: scale(1);
27930
27993
  }
27931
- 33.3% {
27932
- box-shadow: 0 -1em 0 -0.15em rgba(33, 37, 41, 0.6), 1em -0.5em 0 -0.1em rgba(33, 37, 41, 0.8), 1em 0.5em 0 0em #212529, 0 1em 0 -0.35em rgba(33, 37, 41, 0.1), -1em 0.5em 0 -0.25em rgba(33, 37, 41, 0.2), -1em -0.5em 0 -0.2em rgba(33, 37, 41, 0.4);
27994
+ 25% {
27995
+ left: calc(100% - 1em);
27996
+ opacity: 0.4;
27997
+ top: 0;
27998
+ transform: scale(1);
27933
27999
  }
27934
28000
  50% {
27935
- box-shadow: 0 -1em 0 -0.2em rgba(33, 37, 41, 0.4), 1em -0.5em 0 -0.15em rgba(33, 37, 41, 0.6), 1em 0.5em 0 -0.1em rgba(33, 37, 41, 0.8), 0 1em 0 0em #212529, -1em 0.5em 0 -0.35em rgba(33, 37, 41, 0.1), -1em -0.5em 0 -0.25em rgba(33, 37, 41, 0.2);
27936
- }
27937
- 66.6% {
27938
- box-shadow: 0 -1em 0 -0.25em rgba(33, 37, 41, 0.2), 1em -0.5em 0 -0.2em rgba(33, 37, 41, 0.4), 1em 0.5em 0 -0.15em rgba(33, 37, 41, 0.6), 0 1em 0 -0.1em rgba(33, 37, 41, 0.8), -1em 0.5em 0 0em #212529, -1em -0.5em 0 -0.35em rgba(33, 37, 41, 0.1);
28001
+ left: calc(100% - 1.5em);
28002
+ opacity: 1;
28003
+ top: calc(100% - 1.5em);
28004
+ transform: scale(2);
27939
28005
  }
27940
- 83% {
27941
- box-shadow: 0 -1em 0 -0.35em rgba(33, 37, 41, 0.1), 1em -0.5em 0 -0.25em rgba(33, 37, 41, 0.2), 1em 0.5em 0 -0.2em rgba(33, 37, 41, 0.4), 0 1em 0 -0.15em rgba(33, 37, 41, 0.6), -1em 0.5em 0 -0.1em rgba(33, 37, 41, 0.8), -1em -0.5em 0 0em #212529;
28006
+ 75% {
28007
+ left: 0.5em;
28008
+ opacity: 1;
28009
+ top: calc(100% - 1.5em);
28010
+ transform: scale(2);
27942
28011
  }
27943
28012
  }
27944
-
27945
- .loading-animation-light:after, .btn-primary .loading-animation:after, .btn-secondary .loading-animation:after, .btn-success .loading-animation:after, .btn-info .loading-animation:after, .btn-danger .loading-animation:after, .btn-dark .loading-animation:after {
27946
- animation-name: loading-animation-light;
27947
- color: #fff;
27948
- box-shadow: 0 -1em 0 0em white, 1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 0 1em 0 -0.2em rgba(255, 255, 255, 0.4), -1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), -1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8);
27949
- }
27950
- @keyframes loading-animation-light {
27951
- 0%, 100% {
27952
- box-shadow: 0 -1em 0 0em white, 1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 0 1em 0 -0.2em rgba(255, 255, 255, 0.4), -1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), -1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8);
27953
- }
27954
- 16.6% {
27955
- box-shadow: 0 -1em 0 -0.1em rgba(255, 255, 255, 0.8), 1em -0.5em 0 0em white, 1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), 0 1em 0 -0.25em rgba(255, 255, 255, 0.2), -1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), -1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6);
28013
+ @keyframes loading-animation-squares-box-2 {
28014
+ 0% {
28015
+ left: calc(100% - 1.5em);
28016
+ opacity: 1;
28017
+ top: calc(100% - 1.5em);
28018
+ transform: scale(2);
27956
28019
  }
27957
- 33.3% {
27958
- box-shadow: 0 -1em 0 -0.15em rgba(255, 255, 255, 0.6), 1em -0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 1em 0.5em 0 0em white, 0 1em 0 -0.35em rgba(255, 255, 255, 0.1), -1em 0.5em 0 -0.25em rgba(255, 255, 255, 0.2), -1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4);
28020
+ 25% {
28021
+ left: 0.5em;
28022
+ opacity: 1;
28023
+ top: calc(100% - 1.5em);
28024
+ transform: scale(2);
27959
28025
  }
27960
28026
  50% {
27961
- box-shadow: 0 -1em 0 -0.2em rgba(255, 255, 255, 0.4), 1em -0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), 0 1em 0 0em white, -1em 0.5em 0 -0.35em rgba(255, 255, 255, 0.1), -1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2);
27962
- }
27963
- 66.6% {
27964
- box-shadow: 0 -1em 0 -0.25em rgba(255, 255, 255, 0.2), 1em -0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 1em 0.5em 0 -0.15em rgba(255, 255, 255, 0.6), 0 1em 0 -0.1em rgba(255, 255, 255, 0.8), -1em 0.5em 0 0em white, -1em -0.5em 0 -0.35em rgba(255, 255, 255, 0.1);
28027
+ left: 0;
28028
+ opacity: 0.4;
28029
+ top: 0;
28030
+ transform: scale(1);
27965
28031
  }
27966
- 83% {
27967
- box-shadow: 0 -1em 0 -0.35em rgba(255, 255, 255, 0.1), 1em -0.5em 0 -0.25em rgba(255, 255, 255, 0.2), 1em 0.5em 0 -0.2em rgba(255, 255, 255, 0.4), 0 1em 0 -0.15em rgba(255, 255, 255, 0.6), -1em 0.5em 0 -0.1em rgba(255, 255, 255, 0.8), -1em -0.5em 0 0em white;
28032
+ 75% {
28033
+ left: calc(100% - 1em);
28034
+ opacity: 0.4;
28035
+ top: 0;
28036
+ transform: scale(1);
27968
28037
  }
27969
28038
  }
27970
-
27971
- .loading-animation.loading-animation-sm {
27972
- font-size: 1.25rem;
28039
+ .loading-animation-squares {
28040
+ display: block;
28041
+ height: 1em;
28042
+ margin-left: auto;
28043
+ margin-right: auto;
28044
+ position: relative;
28045
+ text-align: left;
28046
+ vertical-align: middle;
28047
+ width: 1em;
28048
+ }
28049
+ .loading-animation-squares::before {
28050
+ animation: loading-animation-squares-box-1 2.4s ease-in-out infinite;
28051
+ background-color: currentColor;
28052
+ border-radius: 0.2em;
28053
+ content: "";
28054
+ display: block;
28055
+ font-size: 0.3125em;
28056
+ height: 1em;
28057
+ left: 0;
28058
+ opacity: 0.4;
28059
+ position: absolute;
28060
+ top: 0;
28061
+ transform: scale(1);
28062
+ width: 1em;
28063
+ }
28064
+ .loading-animation-squares::after {
28065
+ animation: loading-animation-squares-box-2 2.4s ease-in-out infinite;
28066
+ background-color: currentColor;
28067
+ border-radius: 0.2em;
28068
+ content: "";
28069
+ display: block;
28070
+ font-size: 0.3125em;
28071
+ height: 1em;
28072
+ left: calc(100% - 1.5em);
28073
+ opacity: 1;
28074
+ position: absolute;
28075
+ top: calc(100% - 1.5em);
28076
+ transform: scale(2);
28077
+ width: 1em;
27973
28078
  }
27974
28079
 
28080
+ .loading-animation-xs {
28081
+ font-size: 0.625rem;
28082
+ }
28083
+ .loading-animation-sm {
28084
+ font-size: 1rem;
28085
+ }
28086
+ .loading-animation-md {
28087
+ font-size: 2rem;
28088
+ }
28089
+ .loading-animation-lg {
28090
+ font-size: 4rem;
28091
+ }
28092
+ .loading-animation-primary {
28093
+ color: #007bff;
28094
+ }
28095
+ .loading-animation-secondary {
28096
+ color: #6c757d;
28097
+ }
28098
+ .loading-animation-light {
28099
+ color: #fff;
28100
+ }
27975
28101
  /* REUSE-Snippet-Begin
27976
28102
  * SPDX-License-Identifier: MIT
27977
28103
  * SPDX-FileCopyrightText: © 2018 HTML5 Boilerplate <https://github.com/h5bp/main.css>