@clayui/css 3.78.0 → 3.81.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 (67) hide show
  1. package/lib/css/atlas.css +44 -12
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +37 -6
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +39 -5
  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 -1
  11. package/src/scss/atlas/variables/_custom-forms.scss +16 -4
  12. package/src/scss/atlas/variables/_date-picker.scss +7 -2
  13. package/src/scss/atlas/variables/_links.scss +19 -2
  14. package/src/scss/atlas/variables/_navigation-bar.scss +0 -1
  15. package/src/scss/atlas/variables/_range.scss +1 -1
  16. package/src/scss/atlas/variables/_time.scss +1 -1
  17. package/src/scss/atlas/variables/_toggle-switch.scss +1 -1
  18. package/src/scss/cadmin/components/_alerts.scss +1 -1
  19. package/src/scss/cadmin/components/_clay-color.scss +15 -20
  20. package/src/scss/cadmin/components/_custom-forms.scss +32 -4
  21. package/src/scss/cadmin/components/_date-picker.scss +4 -4
  22. package/src/scss/cadmin/components/_forms.scss +5 -7
  23. package/src/scss/cadmin/components/_list-group.scss +2 -2
  24. package/src/scss/cadmin/components/_modals.scss +2 -4
  25. package/src/scss/cadmin/components/_range.scss +3 -3
  26. package/src/scss/cadmin/components/_time.scss +3 -3
  27. package/src/scss/cadmin/variables/_alerts.scss +1 -1
  28. package/src/scss/cadmin/variables/_clay-color.scss +24 -13
  29. package/src/scss/cadmin/variables/_custom-forms.scss +2 -2
  30. package/src/scss/cadmin/variables/_date-picker.scss +4 -4
  31. package/src/scss/cadmin/variables/_forms.scss +5 -5
  32. package/src/scss/cadmin/variables/_list-group.scss +2 -2
  33. package/src/scss/cadmin/variables/_range.scss +8 -4
  34. package/src/scss/cadmin/variables/_time.scss +5 -4
  35. package/src/scss/components/_alerts.scss +6 -2
  36. package/src/scss/components/_buttons.scss +5 -1
  37. package/src/scss/components/_clay-color.scss +15 -20
  38. package/src/scss/components/_custom-forms.scss +62 -10
  39. package/src/scss/components/_date-picker.scss +4 -4
  40. package/src/scss/components/_dropdowns.scss +5 -1
  41. package/src/scss/components/_forms.scss +5 -5
  42. package/src/scss/components/_list-group.scss +2 -2
  43. package/src/scss/components/_modals.scss +2 -2
  44. package/src/scss/components/_panels.scss +56 -12
  45. package/src/scss/components/_range.scss +3 -3
  46. package/src/scss/components/_sheets.scss +3 -1
  47. package/src/scss/components/_time.scss +3 -3
  48. package/src/scss/components/_timelines.scss +7 -1
  49. package/src/scss/variables/_alerts.scss +1 -1
  50. package/src/scss/variables/_application-bar.scss +32 -6
  51. package/src/scss/variables/_clay-color.scss +41 -16
  52. package/src/scss/variables/_custom-forms.scss +225 -48
  53. package/src/scss/variables/_date-picker.scss +6 -6
  54. package/src/scss/variables/_drilldown.scss +5 -1
  55. package/src/scss/variables/_forms.scss +5 -5
  56. package/src/scss/variables/_links.scss +10 -2
  57. package/src/scss/variables/_list-group.scss +2 -2
  58. package/src/scss/variables/_management-bar.scss +56 -10
  59. package/src/scss/variables/_multi-step-nav.scss +5 -1
  60. package/src/scss/variables/_navigation-bar.scss +56 -9
  61. package/src/scss/variables/_range.scss +6 -5
  62. package/src/scss/variables/_reorder.scss +18 -5
  63. package/src/scss/variables/_sidebar.scss +25 -5
  64. package/src/scss/variables/_stickers.scss +1 -1
  65. package/src/scss/variables/_tbar.scss +6 -1
  66. package/src/scss/variables/_time.scss +5 -4
  67. package/src/scss/variables/_toggle-switch.scss +22 -10
package/lib/css/base.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.78.0
3
+ * Clay 3.81.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>
@@ -4896,6 +4896,7 @@ input[type=button].btn-block {
4896
4896
  .sticker {
4897
4897
  align-items: center;
4898
4898
  border-radius: 0.25rem;
4899
+ color: #212529;
4899
4900
  height: 2rem;
4900
4901
  line-height: 2rem;
4901
4902
  display: inline-flex;
@@ -7973,6 +7974,7 @@ button.link-outline {
7973
7974
  flex-direction: column;
7974
7975
  }
7975
7976
  .clay-range .input-group-text {
7977
+ background-color: transparent;
7976
7978
  border-width: 0px;
7977
7979
  color: #212529;
7978
7980
  font-size: 0.875rem;
@@ -7982,7 +7984,6 @@ button.link-outline {
7982
7984
  padding-left: 0;
7983
7985
  padding-right: 0;
7984
7986
  padding-top: 0;
7985
- background-color: transparent;
7986
7987
  }
7987
7988
  .clay-range.disabled .clay-range-title {
7988
7989
  color: #6c757d;
@@ -8279,10 +8280,10 @@ button.link-outline {
8279
8280
  padding-right: 0.5rem;
8280
8281
  }
8281
8282
  .clay-color > .input-group-item > .input-group-text {
8283
+ background-color: #fff;
8282
8284
  border-color: #ced4da;
8283
8285
  padding-left: 0;
8284
8286
  padding-right: 0;
8285
- background-color: #fff;
8286
8287
  }
8287
8288
 
8288
8289
  .clay-color-dropdown-menu {
@@ -8545,6 +8546,37 @@ button.link-outline {
8545
8546
  position: static;
8546
8547
  vertical-align: top;
8547
8548
  }
8549
+ .custom-control-label::before {
8550
+ background-color: #fff;
8551
+ border-color: #adb5bd;
8552
+ border-style: solid;
8553
+ border-width: 0.0625rem;
8554
+ content: "";
8555
+ display: block;
8556
+ float: left;
8557
+ font-size: 1rem;
8558
+ height: 1rem;
8559
+ left: 0;
8560
+ position: relative;
8561
+ top: 0.25rem;
8562
+ transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
8563
+ width: 1rem;
8564
+ }
8565
+ @media (prefers-reduced-motion: reduce) {
8566
+ .custom-control-label::before {
8567
+ transition: none;
8568
+ }
8569
+ }
8570
+ .custom-control-label::after {
8571
+ background: no-repeat 50%/50% 50%;
8572
+ content: "";
8573
+ display: block;
8574
+ height: 1rem;
8575
+ left: 0;
8576
+ position: absolute;
8577
+ top: 0.25rem;
8578
+ width: 1rem;
8579
+ }
8548
8580
 
8549
8581
  label.custom-control-label {
8550
8582
  font-size: 1rem;
@@ -8556,7 +8588,6 @@ label.custom-control-label {
8556
8588
  .custom-control-primary .custom-control-label-text {
8557
8589
  font-weight: 500;
8558
8590
  }
8559
-
8560
8591
  .custom-control-label::before {
8561
8592
  background-color: #fff;
8562
8593
  border-color: #adb5bd;
@@ -8744,7 +8775,7 @@ label.custom-control-label {
8744
8775
  }
8745
8776
  .custom-select:focus {
8746
8777
  border-color: #80bdff;
8747
- box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
8778
+ box-shadow: 0 0 0 0.2rem #80bdff;
8748
8779
  outline: 0;
8749
8780
  }
8750
8781
  .custom-select:focus::-ms-value {
@@ -9029,12 +9060,12 @@ label.custom-control-label {
9029
9060
  background-color: #b3d8fd;
9030
9061
  }
9031
9062
  .clay-time .input-group-text {
9063
+ background-color: transparent;
9032
9064
  border-color: transparent;
9033
9065
  padding-bottom: 0;
9034
9066
  padding-left: 0;
9035
9067
  padding-right: 0;
9036
9068
  padding-top: 0;
9037
- background-color: transparent;
9038
9069
  }
9039
9070
  .clay-time .clay-time-ampm {
9040
9071
  font-weight: 500;