@clayui/css 3.128.0 → 3.130.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 (34) hide show
  1. package/lib/css/atlas.css +48 -25
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +47 -31
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +52 -26
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/icons.svg +1 -1
  8. package/lib/images/icons/send.svg +9 -0
  9. package/lib/images/icons/speed.svg +10 -0
  10. package/lib/images/icons/voice.svg +9 -0
  11. package/package.json +2 -2
  12. package/src/images/icons/send.svg +9 -0
  13. package/src/images/icons/speed.svg +10 -0
  14. package/src/images/icons/voice.svg +9 -0
  15. package/src/scss/_license-text.scss +1 -1
  16. package/src/scss/atlas/variables/_forms.scss +1 -0
  17. package/src/scss/cadmin/components/_dropdowns.scss +10 -0
  18. package/src/scss/cadmin/components/_forms.scss +16 -14
  19. package/src/scss/cadmin/components/_input-groups.scss +12 -1
  20. package/src/scss/cadmin/components/_type.scss +5 -1
  21. package/src/scss/cadmin/components/_utilities-functional-important.scss +11 -0
  22. package/src/scss/cadmin/variables/_custom-forms.scss +1 -1
  23. package/src/scss/cadmin/variables/_forms.scss +15 -0
  24. package/src/scss/cadmin/variables/_utilities.scss +16 -0
  25. package/src/scss/components/_dropdowns.scss +10 -0
  26. package/src/scss/components/_forms.scss +16 -14
  27. package/src/scss/components/_input-groups.scss +12 -1
  28. package/src/scss/components/_type.scss +5 -1
  29. package/src/scss/components/_utilities-functional-important.scss +8 -0
  30. package/src/scss/functions/_lx-icons-generated.scss +6 -0
  31. package/src/scss/mixins/_forms.scss +0 -13
  32. package/src/scss/variables/_custom-forms.scss +1 -1
  33. package/src/scss/variables/_forms.scss +10 -0
  34. package/src/scss/variables/_utilities.scss +16 -0
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.128.0
3
+ * Clay 3.130.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>
@@ -389,7 +389,7 @@ mark.clay-dark,
389
389
  background-color: #393a4a;
390
390
  color: #fff;
391
391
  }
392
- .list-unstyled {
392
+ .dropdown-section-grid, .list-unstyled {
393
393
  list-style: none;
394
394
  padding-left: 0;
395
395
  }
@@ -7040,6 +7040,14 @@ input[type=button].btn-block {
7040
7040
  color: #272833;
7041
7041
  }
7042
7042
 
7043
+ .dropdown-section-grid {
7044
+ display: grid;
7045
+ gap: 0.5rem 0.75rem;
7046
+ grid-template-columns: repeat(9, 1fr);
7047
+ margin-bottom: 0;
7048
+ padding: 0.375rem 1rem;
7049
+ }
7050
+
7043
7051
  .dropdown-footer {
7044
7052
  box-shadow: -1px -2px 3px -3px rgba(0, 0, 0, 0.5);
7045
7053
  padding: 0.5rem 1rem 0;
@@ -8195,7 +8203,6 @@ select.form-control {
8195
8203
  background-size: 1.5em 1.5em;
8196
8204
  cursor: pointer;
8197
8205
  padding-right: 2em;
8198
- color: #272833;
8199
8206
  }
8200
8207
  select.form-control.focus, select.form-control:focus-visible, .c-prefers-focus select.form-control:focus {
8201
8208
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%236b6c7e'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%236b6c7e'/%3E%3C/svg%3E");
@@ -8247,7 +8254,6 @@ select.form-control[size] {
8247
8254
  padding-left: 0.5rem;
8248
8255
  padding-right: 0.5rem;
8249
8256
  scrollbar-width: thin;
8250
- color: #272833;
8251
8257
  }
8252
8258
  select.form-control[size].focus, select.form-control[size]:focus-visible, .c-prefers-focus select.form-control[size]:focus {
8253
8259
  background-image: none;
@@ -8283,7 +8289,6 @@ select.form-control[multiple] {
8283
8289
  padding-left: 0.5rem;
8284
8290
  padding-right: 0.5rem;
8285
8291
  scrollbar-width: thin;
8286
- color: #272833;
8287
8292
  }
8288
8293
  select.form-control[multiple].focus, select.form-control[multiple]:focus-visible, .c-prefers-focus select.form-control[multiple]:focus {
8289
8294
  background-image: none;
@@ -8312,8 +8317,14 @@ select.form-control[multiple] option:checked {
8312
8317
  }
8313
8318
  }
8314
8319
 
8320
+ .form-control-shrink {
8321
+ max-width: 100%;
8322
+ white-space: nowrap;
8323
+ width: min-content;
8324
+ }
8315
8325
  .form-control-select-secondary {
8316
8326
  background-color: #fff;
8327
+ border-color: #9b92a5;
8317
8328
  color: #6b6c7e;
8318
8329
  }
8319
8330
  .form-control-select-secondary:hover, .form-control-select-secondary.hover {
@@ -10257,7 +10268,7 @@ label.custom-control-label {
10257
10268
  }
10258
10269
 
10259
10270
  .custom-control-outside label {
10260
- display: block;
10271
+ display: inline-block;
10261
10272
  padding-left: calc( 1rem + 0.5rem );
10262
10273
  }
10263
10274
  .custom-control-outside .custom-control-label-text {
@@ -10835,7 +10846,6 @@ label.custom-control-label {
10835
10846
  .date-picker-nav select.form-control {
10836
10847
  font-size: 0.75rem;
10837
10848
  height: 1.5rem;
10838
- color: #272833;
10839
10849
  }
10840
10850
  }
10841
10851
  .date-picker-nav select.form-control:hover, .date-picker-nav select.form-control.hover {
@@ -10865,7 +10875,6 @@ label.custom-control-label {
10865
10875
  .date-picker-nav .form-control-select {
10866
10876
  font-size: 0.75rem;
10867
10877
  height: 1.5rem;
10868
- color: #272833;
10869
10878
  }
10870
10879
  }
10871
10880
  .date-picker-nav .form-control-select:hover, .date-picker-nav .form-control-select.hover {
@@ -11399,15 +11408,12 @@ label.custom-control-label {
11399
11408
  }
11400
11409
  .has-error select.form-control {
11401
11410
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23f48989'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23f48989'/%3E%3C/svg%3E");
11402
- color: #272833;
11403
11411
  }
11404
11412
  .has-error select.form-control[size] {
11405
11413
  background-image: none;
11406
- color: #272833;
11407
11414
  }
11408
11415
  .has-error select.form-control[multiple] {
11409
11416
  background-image: none;
11410
- color: #272833;
11411
11417
  }
11412
11418
  .has-error .input-group-item.focus {
11413
11419
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
@@ -11458,15 +11464,12 @@ label.custom-control-label {
11458
11464
  }
11459
11465
  .has-warning select.form-control {
11460
11466
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%23ff8f39'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%23ff8f39'/%3E%3C/svg%3E");
11461
- color: #272833;
11462
11467
  }
11463
11468
  .has-warning select.form-control[size] {
11464
11469
  background-image: none;
11465
- color: #272833;
11466
11470
  }
11467
11471
  .has-warning select.form-control[multiple] {
11468
11472
  background-image: none;
11469
- color: #272833;
11470
11473
  }
11471
11474
  .has-warning .input-group-item.focus {
11472
11475
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
@@ -11517,15 +11520,12 @@ label.custom-control-label {
11517
11520
  }
11518
11521
  .has-success select.form-control {
11519
11522
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-top'%20d='m347.913%20199.336-81.538-85c-5.413-5.642-14.188-5.642-19.6%200l-81.538%2085c-8.731%209.101-2.548%2024.664%209.8%2024.664h163.077c12.348%200%2018.531-15.563%209.8-24.664z'%20fill='%235aca75'/%3E%3Cpath%20class='lexicon-icon-outline%20caret-double-l-bottom'%20d='m165.236%20312.664%2081.538%2085c5.412%205.642%2014.188%205.642%2019.6%200l81.538-85c8.731-9.101%202.548-24.664-9.8-24.664H175.035c-12.347%200-18.531%2015.563-9.8%2024.664z'%20fill='%235aca75'/%3E%3C/svg%3E");
11520
- color: #272833;
11521
11523
  }
11522
11524
  .has-success select.form-control[size] {
11523
11525
  background-image: none;
11524
- color: #272833;
11525
11526
  }
11526
11527
  .has-success select.form-control[multiple] {
11527
11528
  background-image: none;
11528
- color: #272833;
11529
11529
  }
11530
11530
  .has-success .input-group-item.focus {
11531
11531
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #5791ff;
@@ -12090,7 +12090,8 @@ label.custom-control-label {
12090
12090
  .input-group .input-group-inset-item .btn .c-inner .lexicon-icon {
12091
12091
  margin-top: 0;
12092
12092
  }
12093
- .input-group .input-group-inset-item .btn-monospaced {
12093
+ .input-group .input-group-inset-item .btn-monospaced,
12094
+ .input-group .input-group-inset-item .input-group-inset-icon {
12094
12095
  font-size: 1rem;
12095
12096
  height: 2rem;
12096
12097
  margin-bottom: -0.0625rem;
@@ -12104,6 +12105,14 @@ label.custom-control-label {
12104
12105
  .input-group .input-group-inset-item .form-file .btn {
12105
12106
  height: 100%;
12106
12107
  }
12108
+ .input-group .input-group-inset-icon {
12109
+ align-items: center;
12110
+ display: flex;
12111
+ justify-content: center;
12112
+ }
12113
+ .input-group .input-group-inset-icon .lexicon-icon {
12114
+ margin-top: 0;
12115
+ }
12107
12116
  .input-group .input-group-item .input-group-inset-before.form-control {
12108
12117
  border-bottom-left-radius: 0;
12109
12118
  border-top-left-radius: 0;
@@ -34834,13 +34843,27 @@ a.text-dark:hover, a.text-dark:focus {
34834
34843
  scroll-behavior: auto;
34835
34844
  transition: none;
34836
34845
  }
34846
+ .c-prefers-reduced-motion .loading-animation-squares::before {
34847
+ background-color: transparent;
34848
+ display: block;
34849
+ font-size: inherit;
34850
+ opacity: inherit;
34851
+ transform: none;
34852
+ }
34853
+ .c-prefers-reduced-motion .loading-animation-squares::after {
34854
+ font-size: inherit;
34855
+ left: auto;
34856
+ position: relative;
34857
+ top: auto;
34858
+ transform: none;
34859
+ }
34837
34860
 
34838
34861
  @keyframes loading-animation-circle {
34839
34862
  100% {
34840
34863
  transform: rotate(360deg);
34841
34864
  }
34842
34865
  }
34843
- .loading-animation {
34866
+ .loading-animation, .c-prefers-reduced-motion .loading-animation-squares {
34844
34867
  display: block;
34845
34868
  height: 1em;
34846
34869
  margin-left: auto;
@@ -34851,7 +34874,7 @@ a.text-dark:hover, a.text-dark:focus {
34851
34874
  vertical-align: middle;
34852
34875
  width: 1em;
34853
34876
  }
34854
- .loading-animation::before {
34877
+ .loading-animation::before, .c-prefers-reduced-motion .loading-animation-squares::before {
34855
34878
  animation: loading-animation-circle 1s linear infinite;
34856
34879
  border-radius: 50%;
34857
34880
  box-shadow: -0.03125em -0.375em 0 0 currentColor;
@@ -34865,15 +34888,15 @@ a.text-dark:hover, a.text-dark:focus {
34865
34888
  width: 0.25em;
34866
34889
  }
34867
34890
  @media (prefers-reduced-motion: reduce) {
34868
- .loading-animation::before {
34891
+ .loading-animation::before, .c-prefers-reduced-motion .loading-animation-squares::before {
34869
34892
  animation: none;
34870
34893
  }
34871
34894
  }
34872
- .c-prefers-reduced-motion .loading-animation::before {
34895
+ .c-prefers-reduced-motion .loading-animation::before, .c-prefers-reduced-motion .loading-animation-squares::before {
34873
34896
  animation: none;
34874
34897
  }
34875
34898
 
34876
- .loading-animation::after {
34899
+ .loading-animation::after, .c-prefers-reduced-motion .loading-animation-squares::after {
34877
34900
  animation: loading-animation-circle 1s linear infinite;
34878
34901
  background-color: currentColor;
34879
34902
  border-radius: 50%;
@@ -34887,11 +34910,11 @@ a.text-dark:hover, a.text-dark:focus {
34887
34910
  width: 1em;
34888
34911
  }
34889
34912
  @media (prefers-reduced-motion: reduce) {
34890
- .loading-animation::after {
34913
+ .loading-animation::after, .c-prefers-reduced-motion .loading-animation-squares::after {
34891
34914
  animation: none;
34892
34915
  }
34893
34916
  }
34894
- .c-prefers-reduced-motion .loading-animation::after {
34917
+ .c-prefers-reduced-motion .loading-animation::after, .c-prefers-reduced-motion .loading-animation-squares::after {
34895
34918
  animation: none;
34896
34919
  }
34897
34920