@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/base.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,
@@ -296,7 +296,7 @@ template {
296
296
  display: none !important;
297
297
  }
298
298
 
299
- /* REUSE-Snippet-End */
299
+ /* SPDX-SnippetEnd */
300
300
  h1,
301
301
  h2,
302
302
  h3,
@@ -3346,6 +3346,8 @@ input[type=button].btn-block {
3346
3346
  }
3347
3347
  .alert-indicator {
3348
3348
  font-size: 1.25rem;
3349
+ line-height: 1;
3350
+ vertical-align: 8%;
3349
3351
  }
3350
3352
  .alert-indicator + .lead {
3351
3353
  margin-left: 0.3125rem;
@@ -3429,6 +3431,7 @@ input[type=button].btn-block {
3429
3431
  }
3430
3432
 
3431
3433
  .autofit-row.alert-autofit-row {
3434
+ align-items: baseline;
3432
3435
  margin-left: -0.5rem;
3433
3436
  margin-right: -0.5rem;
3434
3437
  width: auto;
@@ -9335,29 +9338,14 @@ label.custom-control-label {
9335
9338
 
9336
9339
  .was-validated .form-control:valid, .form-control.is-valid {
9337
9340
  border-color: #28a745;
9338
- 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='%2328a745' 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");
9339
- background-position: right 9px center;
9340
- background-repeat: no-repeat;
9341
- background-size: 18px 18px 18px 18px;
9342
- padding-right: 36px;
9343
9341
  }
9344
9342
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
9345
9343
  border-color: #28a745;
9346
9344
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
9347
9345
  }
9348
9346
 
9349
- .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
9350
- background-position: top 9px right 9px;
9351
- padding-right: 36px;
9352
- }
9353
-
9354
9347
  .was-validated .custom-select:valid, .custom-select.is-valid {
9355
9348
  border-color: #28a745;
9356
- 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='%23343a40'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem 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='%2328a745' 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") #fff no-repeat center right 1.75rem/18px 18px;
9357
- padding-right: calc(
9358
- (1em * 0.75) + (2 * 0.375rem * 0.75) + 0.75rem +
9359
- 1rem
9360
- );
9361
9349
  }
9362
9350
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
9363
9351
  border-color: #28a745;
@@ -9430,29 +9418,14 @@ label.custom-control-label {
9430
9418
 
9431
9419
  .was-validated .form-control:invalid, .form-control.is-invalid {
9432
9420
  border-color: #dc3545;
9433
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
9434
- background-position: right 9px center;
9435
- background-repeat: no-repeat;
9436
- background-size: 18px 18px 18px 18px;
9437
- padding-right: 36px;
9438
9421
  }
9439
9422
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
9440
9423
  border-color: #dc3545;
9441
9424
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
9442
9425
  }
9443
9426
 
9444
- .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
9445
- background-position: top 9px right 9px;
9446
- padding-right: 36px;
9447
- }
9448
-
9449
9427
  .was-validated .custom-select:invalid, .custom-select.is-invalid {
9450
9428
  border-color: #dc3545;
9451
- 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='%23343a40'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/18px 18px;
9452
- padding-right: calc(
9453
- (1em * 0.75) + (2 * 0.375rem * 0.75) + 0.75rem +
9454
- 1rem
9455
- );
9456
9429
  }
9457
9430
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
9458
9431
  border-color: #dc3545;
@@ -20548,13 +20521,19 @@ ul.autofit-row {
20548
20521
  }
20549
20522
 
20550
20523
  .inline-scroller {
20524
+ -webkit-overflow-scrolling: touch;
20551
20525
  list-style: none;
20552
20526
  margin: 0;
20553
20527
  max-height: 125px;
20554
20528
  overflow: auto;
20555
- -webkit-overflow-scrolling: touch;
20556
20529
  padding: 0;
20557
20530
  }
20531
+ .inline-scroller:focus {
20532
+ outline: 0;
20533
+ }
20534
+ .inline-scroller:focus-visible {
20535
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
20536
+ }
20558
20537
 
20559
20538
  .inline-item {
20560
20539
  align-items: center;
@@ -24294,9 +24273,9 @@ button.bg-dark:focus {
24294
24273
  display: inline-flex !important;
24295
24274
  }
24296
24275
  }
24297
- /* REUSE-Snippet-Begin
24276
+ /* SPDX-SnippetBegin
24298
24277
  * SPDX-License-Identifier: MIT
24299
- * SPDX-Copyright: © 2012 Nicolas Gallagher <https://github.com/suitcss/components-flex-embed>
24278
+ * SPDX-SnippetCopyrightText: © 2012 Nicolas Gallagher <https://github.com/suitcss/components-flex-embed>
24300
24279
  */
24301
24280
  .embed-responsive {
24302
24281
  display: block;
@@ -24355,7 +24334,7 @@ button.bg-dark:focus {
24355
24334
  );
24356
24335
  }
24357
24336
 
24358
- /* REUSE-Snippet-End */
24337
+ /* SPDX-SnippetEnd */
24359
24338
  .flex-row {
24360
24339
  flex-direction: row !important;
24361
24340
  }
@@ -28960,9 +28939,9 @@ a.text-dark:hover, a.text-dark:focus {
28960
28939
  .loading-animation-light {
28961
28940
  color: #fff;
28962
28941
  }
28963
- /* REUSE-Snippet-Begin
28942
+ /* SPDX-SnippetBegin
28964
28943
  * SPDX-License-Identifier: MIT
28965
- * SPDX-FileCopyrightText: © 2018 HTML5 Boilerplate <https://github.com/h5bp/main.css>
28944
+ * SPDX-SnippetCopyrightText: © 2018 HTML5 Boilerplate <https://github.com/h5bp/main.css>
28966
28945
  */
28967
28946
  @media print {
28968
28947
  *,
@@ -29058,6 +29037,6 @@ h3 {
29058
29037
  color: inherit;
29059
29038
  }
29060
29039
  }
29061
- /* REUSE-Snippet-End */
29040
+ /* SPDX-SnippetEnd */
29062
29041
 
29063
29042
  /*# sourceMappingURL=base.css.map */