@clayui/css 3.64.0 → 3.65.1

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 (45) hide show
  1. package/lib/css/atlas.css +19 -41
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +20 -41
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +54 -14
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/icons.svg +1 -1
  8. package/package.json +2 -2
  9. package/src/scss/_license-text.scss +1 -1
  10. package/src/scss/atlas/variables/_alerts.scss +1 -0
  11. package/src/scss/atlas/variables/_globals.scss +1 -1
  12. package/src/scss/cadmin/components/_alerts.scss +26 -6
  13. package/src/scss/cadmin/components/_aspect-ratio.scss +29 -14
  14. package/src/scss/cadmin/components/_badges.scss +26 -6
  15. package/src/scss/cadmin/components/_buttons.scss +129 -63
  16. package/src/scss/cadmin/components/_labels.scss +52 -12
  17. package/src/scss/cadmin/components/_popovers.scss +12 -4
  18. package/src/scss/cadmin/components/_print.scss +3 -3
  19. package/src/scss/cadmin/components/_reboot.scss +3 -3
  20. package/src/scss/cadmin/components/_stickers.scss +52 -12
  21. package/src/scss/cadmin/components/_utilities-functional-important.scss +49 -62
  22. package/src/scss/cadmin/components/_utilities.scss +7 -6
  23. package/src/scss/cadmin/variables/_alerts.scss +2 -0
  24. package/src/scss/cadmin/variables/_buttons.scss +23 -0
  25. package/src/scss/cadmin/variables/_globals.scss +1 -1
  26. package/src/scss/cadmin/variables/_utilities.scss +309 -0
  27. package/src/scss/components/_alerts.scss +25 -5
  28. package/src/scss/components/_aspect-ratio.scss +29 -14
  29. package/src/scss/components/_badges.scss +25 -5
  30. package/src/scss/components/_buttons.scss +98 -70
  31. package/src/scss/components/_labels.scss +50 -10
  32. package/src/scss/components/_popovers.scss +12 -4
  33. package/src/scss/components/_print.scss +3 -3
  34. package/src/scss/components/_reboot.scss +3 -3
  35. package/src/scss/components/_sidebar.scss +3 -1
  36. package/src/scss/components/_stickers.scss +50 -10
  37. package/src/scss/components/_utilities-functional-important.scss +40 -18
  38. package/src/scss/components/_utilities.scss +7 -6
  39. package/src/scss/functions/_global-functions.scss +9 -9
  40. package/src/scss/functions/_type-conversion-functions.scss +6 -6
  41. package/src/scss/mixins/_globals.scss +2 -0
  42. package/src/scss/mixins/_utilities.scss +6 -6
  43. package/src/scss/variables/_alerts.scss +3 -0
  44. package/src/scss/variables/_globals.scss +1 -1
  45. package/src/scss/variables/_utilities.scss +22 -0
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.64.0
3
+ * Clay 3.65.1
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>
@@ -46,9 +46,9 @@
46
46
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
47
47
  }
48
48
 
49
- /* REUSE-Snippet-Begin
49
+ /* SPDX-SnippetBegin
50
50
  * SPDX-License-Identifier: MIT
51
- * SPDX-FileCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css>
51
+ * SPDX-SnippetCopyrightText: © 2016 Nicolas Gallagher and Jonathan Neal <https://github.com/necolas/normalize.css>
52
52
  */
53
53
  *,
54
54
  *::before,
@@ -303,7 +303,7 @@ template {
303
303
  display: none !important;
304
304
  }
305
305
 
306
- /* REUSE-Snippet-End */
306
+ /* SPDX-SnippetEnd */
307
307
  h1,
308
308
  h2,
309
309
  h3,
@@ -3379,6 +3379,7 @@ input[type=button].btn-block {
3379
3379
  }
3380
3380
  .alert-indicator {
3381
3381
  font-size: 1rem;
3382
+ line-height: 1;
3382
3383
  }
3383
3384
  .alert-indicator + .lead {
3384
3385
  margin-left: 0.3125rem;
@@ -3485,6 +3486,7 @@ input[type=button].btn-block {
3485
3486
  }
3486
3487
 
3487
3488
  .autofit-row.alert-autofit-row {
3489
+ align-items: baseline;
3488
3490
  margin-left: -0.25rem;
3489
3491
  margin-right: -0.25rem;
3490
3492
  width: auto;
@@ -9838,29 +9840,14 @@ label.custom-control-label {
9838
9840
 
9839
9841
  .was-validated .form-control:valid, .form-control.is-valid {
9840
9842
  border-color: #287d3c;
9841
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23287d3c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
9842
- background-position: right 9px center;
9843
- background-repeat: no-repeat;
9844
- background-size: 18px 18px 18px 18px;
9845
- padding-right: 2.375rem;
9846
9843
  }
9847
9844
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
9848
9845
  border-color: #287d3c;
9849
9846
  box-shadow: 0 0 0 0.2rem rgba(40, 125, 60, 0.25);
9850
9847
  }
9851
9848
 
9852
- .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
9853
- background-position: top 9px right 9px;
9854
- padding-right: 2.375rem;
9855
- }
9856
-
9857
9849
  .was-validated .custom-select:valid, .custom-select.is-valid {
9858
9850
  border-color: #287d3c;
9859
- background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='5'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23393a4a'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23287d3c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #f1f2f5 no-repeat center right 2rem/18px 18px;
9860
- padding-right: calc(
9861
- (1em * 0.75) + (2 * 0.4375rem * 0.75) + 1rem +
9862
- 1rem
9863
- );
9864
9851
  }
9865
9852
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
9866
9853
  border-color: #287d3c;
@@ -9933,29 +9920,14 @@ label.custom-control-label {
9933
9920
 
9934
9921
  .was-validated .form-control:invalid, .form-control.is-invalid {
9935
9922
  border-color: #da1414;
9936
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23da1414' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da1414' stroke='none'/%3e%3c/svg%3e");
9937
- background-position: right 9px center;
9938
- background-repeat: no-repeat;
9939
- background-size: 18px 18px 18px 18px;
9940
- padding-right: 2.375rem;
9941
9923
  }
9942
9924
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
9943
9925
  border-color: #da1414;
9944
9926
  box-shadow: 0 0 0 0.2rem rgba(218, 20, 20, 0.25);
9945
9927
  }
9946
9928
 
9947
- .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
9948
- background-position: top 9px right 9px;
9949
- padding-right: 2.375rem;
9950
- }
9951
-
9952
9929
  .was-validated .custom-select:invalid, .custom-select.is-invalid {
9953
9930
  border-color: #da1414;
9954
- background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='4'%20height='5'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23393a4a'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23da1414' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23da1414' stroke='none'/%3e%3c/svg%3e") #f1f2f5 no-repeat center right 2rem/18px 18px;
9955
- padding-right: calc(
9956
- (1em * 0.75) + (2 * 0.4375rem * 0.75) + 1rem +
9957
- 1rem
9958
- );
9959
9931
  }
9960
9932
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
9961
9933
  border-color: #da1414;
@@ -21872,13 +21844,19 @@ ul.autofit-row {
21872
21844
  }
21873
21845
 
21874
21846
  .inline-scroller {
21847
+ -webkit-overflow-scrolling: touch;
21875
21848
  list-style: none;
21876
21849
  margin: 0;
21877
21850
  max-height: 125px;
21878
21851
  overflow: auto;
21879
- -webkit-overflow-scrolling: touch;
21880
21852
  padding: 0;
21881
21853
  }
21854
+ .inline-scroller:focus {
21855
+ outline: 0;
21856
+ }
21857
+ .inline-scroller:focus-visible {
21858
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
21859
+ }
21882
21860
 
21883
21861
  .inline-item {
21884
21862
  align-items: center;
@@ -26338,9 +26316,9 @@ button.bg-dark:focus {
26338
26316
  display: inline-flex !important;
26339
26317
  }
26340
26318
  }
26341
- /* REUSE-Snippet-Begin
26319
+ /* SPDX-SnippetBegin
26342
26320
  * SPDX-License-Identifier: MIT
26343
- * SPDX-Copyright: © 2012 Nicolas Gallagher <https://github.com/suitcss/components-flex-embed>
26321
+ * SPDX-SnippetCopyrightText: © 2012 Nicolas Gallagher <https://github.com/suitcss/components-flex-embed>
26344
26322
  */
26345
26323
  .embed-responsive {
26346
26324
  display: block;
@@ -26431,7 +26409,7 @@ button.bg-dark:focus {
26431
26409
  );
26432
26410
  }
26433
26411
 
26434
- /* REUSE-Snippet-End */
26412
+ /* SPDX-SnippetEnd */
26435
26413
  .flex-row {
26436
26414
  flex-direction: row !important;
26437
26415
  }
@@ -31756,9 +31734,9 @@ a.text-dark:hover, a.text-dark:focus {
31756
31734
  .loading-animation-light {
31757
31735
  color: #fff;
31758
31736
  }
31759
- /* REUSE-Snippet-Begin
31737
+ /* SPDX-SnippetBegin
31760
31738
  * SPDX-License-Identifier: MIT
31761
- * SPDX-FileCopyrightText: © 2018 HTML5 Boilerplate <https://github.com/h5bp/main.css>
31739
+ * SPDX-SnippetCopyrightText: © 2018 HTML5 Boilerplate <https://github.com/h5bp/main.css>
31762
31740
  */
31763
31741
  @media print {
31764
31742
  *,
@@ -31854,6 +31832,6 @@ h3 {
31854
31832
  color: inherit;
31855
31833
  }
31856
31834
  }
31857
- /* REUSE-Snippet-End */
31835
+ /* SPDX-SnippetEnd */
31858
31836
 
31859
31837
  /*# sourceMappingURL=atlas.css.map */