@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
@@ -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>
@@ -16,7 +16,7 @@
16
16
  * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
17
17
  */
18
18
  /**
19
- * Clay 3.78.0
19
+ * Clay 3.81.0
20
20
  *
21
21
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
22
22
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -7339,6 +7339,7 @@ html:not(#__):not(#___) .cadmin .clay-range .input-group-item {
7339
7339
  flex-direction: column;
7340
7340
  }
7341
7341
  html:not(#__):not(#___) .cadmin .clay-range .input-group-text {
7342
+ background-color: transparent;
7342
7343
  border-width: 0;
7343
7344
  color: #a7a9bc;
7344
7345
  font-size: 14px;
@@ -7348,7 +7349,6 @@ html:not(#__):not(#___) .cadmin .clay-range .input-group-text {
7348
7349
  padding-left: 0;
7349
7350
  padding-right: 0;
7350
7351
  padding-top: 0;
7351
- background-color: transparent;
7352
7352
  }
7353
7353
  html:not(#__):not(#___) .cadmin .clay-range.disabled .clay-range-title {
7354
7354
  color: #a7a9bc;
@@ -7627,10 +7627,10 @@ html:not(#__):not(#___) .cadmin .clay-color > .input-group-item > .input-group-i
7627
7627
  padding-right: 8px;
7628
7628
  }
7629
7629
  html:not(#__):not(#___) .cadmin .clay-color > .input-group-item > .input-group-text {
7630
+ background-color: #fff;
7630
7631
  border-color: #e7e7ed;
7631
7632
  padding-left: 0;
7632
7633
  padding-right: 0;
7633
- background-color: #fff;
7634
7634
  }
7635
7635
  html:not(#__):not(#___) .cadmin .clay-color-dropdown-menu {
7636
7636
  max-height: 400px;
@@ -7891,6 +7891,40 @@ html:not(#__):not(#___) .cadmin .custom-control-label {
7891
7891
  position: static;
7892
7892
  vertical-align: top;
7893
7893
  }
7894
+ html:not(#__):not(#___) .cadmin .custom-control-label::before {
7895
+ background-color: #fff;
7896
+ border-color: #cdced9;
7897
+ border-style: solid;
7898
+ border-width: 1px;
7899
+ box-shadow: none;
7900
+ content: "";
7901
+ display: block;
7902
+ float: left;
7903
+ font-size: 16px;
7904
+ height: 16px;
7905
+ left: 0;
7906
+ position: relative;
7907
+ top: 2px;
7908
+ transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
7909
+ width: 16px;
7910
+ z-index: 0;
7911
+ }
7912
+ @media (prefers-reduced-motion: reduce) {
7913
+ html:not(#__):not(#___) .cadmin .custom-control-label::before {
7914
+ transition: none;
7915
+ }
7916
+ }
7917
+ html:not(#__):not(#___) .cadmin .custom-control-label::after {
7918
+ background: no-repeat 50%/50% 50%;
7919
+ content: "";
7920
+ display: block;
7921
+ height: 16px;
7922
+ left: 0;
7923
+ position: absolute;
7924
+ top: 2px;
7925
+ width: 16px;
7926
+ z-index: 0;
7927
+ }
7894
7928
  html:not(#__):not(#___) .cadmin label.custom-control-label {
7895
7929
  font-size: 14px;
7896
7930
  }
@@ -8122,12 +8156,12 @@ html:not(#__):not(#___) .cadmin .clay-time .form-control-inset:focus, html:not(#
8122
8156
  background-color: #b3d8fd;
8123
8157
  }
8124
8158
  html:not(#__):not(#___) .cadmin .clay-time .input-group-text {
8159
+ background-color: transparent;
8125
8160
  border-color: transparent;
8126
8161
  padding-bottom: 0;
8127
8162
  padding-left: 0;
8128
8163
  padding-right: 0;
8129
8164
  padding-top: 0;
8130
- background-color: transparent;
8131
8165
  }
8132
8166
  html:not(#__):not(#___) .cadmin .clay-time .clay-time-ampm {
8133
8167
  font-weight: 500;