@clayui/css 3.103.1 → 3.105.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 (60) hide show
  1. package/lib/css/atlas.css +471 -18
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +476 -17
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +414 -20
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/bookmarks-full.svg +9 -0
  8. package/lib/images/icons/bookmarks.svg +1 -2
  9. package/lib/images/icons/download.svg +2 -2
  10. package/lib/images/icons/icons.svg +1 -1
  11. package/lib/images/icons/import-list.svg +2 -3
  12. package/lib/images/icons/import.svg +1 -2
  13. package/lib/images/icons/key.svg +9 -0
  14. package/lib/images/icons/upload-multiple.svg +2 -3
  15. package/lib/images/icons/upload.svg +1 -2
  16. package/package.json +2 -2
  17. package/src/images/icons/bookmarks-full.svg +9 -0
  18. package/src/images/icons/bookmarks.svg +1 -2
  19. package/src/images/icons/download.svg +2 -2
  20. package/src/images/icons/import-list.svg +2 -3
  21. package/src/images/icons/import.svg +1 -2
  22. package/src/images/icons/key.svg +9 -0
  23. package/src/images/icons/upload-multiple.svg +2 -3
  24. package/src/images/icons/upload.svg +1 -2
  25. package/src/scss/_license-text.scss +1 -1
  26. package/src/scss/atlas/variables/_date-picker.scss +1 -1
  27. package/src/scss/cadmin/components/_breadcrumbs.scss +8 -0
  28. package/src/scss/cadmin/components/_clay-color.scss +42 -0
  29. package/src/scss/cadmin/components/_custom-forms.scss +1 -2
  30. package/src/scss/cadmin/components/_date-picker.scss +69 -2
  31. package/src/scss/cadmin/components/_input-groups.scss +4 -0
  32. package/src/scss/cadmin/variables/_breadcrumbs.scss +10 -0
  33. package/src/scss/cadmin/variables/_buttons.scss +0 -3
  34. package/src/scss/cadmin/variables/_clay-color.scss +157 -1
  35. package/src/scss/cadmin/variables/_custom-forms.scss +19 -0
  36. package/src/scss/cadmin/variables/_date-picker.scss +112 -11
  37. package/src/scss/cadmin/variables/_forms.scss +23 -0
  38. package/src/scss/cadmin/variables/_globals.scss +6 -0
  39. package/src/scss/cadmin/variables/_time.scss +1 -0
  40. package/src/scss/components/_breadcrumbs.scss +8 -0
  41. package/src/scss/components/_clay-color.scss +42 -0
  42. package/src/scss/components/_custom-forms.scss +1 -2
  43. package/src/scss/components/_date-picker.scss +65 -2
  44. package/src/scss/components/_input-groups.scss +4 -0
  45. package/src/scss/components/_range.scss +2 -2
  46. package/src/scss/functions/_lx-icons-generated.scss +10 -6
  47. package/src/scss/mixins/_buttons.scss +10 -0
  48. package/src/scss/mixins/_dropdown-menu.scss +10 -0
  49. package/src/scss/mixins/_forms.scss +232 -5
  50. package/src/scss/mixins/_grid.scss +42 -3
  51. package/src/scss/mixins/_input-groups.scss +19 -35
  52. package/src/scss/mixins/_menubar.scss +14 -71
  53. package/src/scss/variables/_breadcrumbs.scss +10 -0
  54. package/src/scss/variables/_clay-color.scss +157 -1
  55. package/src/scss/variables/_custom-forms.scss +19 -0
  56. package/src/scss/variables/_date-picker.scss +115 -10
  57. package/src/scss/variables/_forms.scss +31 -0
  58. package/src/scss/variables/_globals.scss +6 -0
  59. package/src/scss/variables/_range.scss +33 -1
  60. package/src/scss/variables/_time.scss +1 -0
@@ -24,8 +24,8 @@
24
24
  }
25
25
  }
26
26
 
27
- .clay-range-progress-none .clay-range-progress {
28
- visibility: hidden;
27
+ .clay-range-progress-none {
28
+ @include clay-range-variant($clay-range-progress-none);
29
29
  }
30
30
 
31
31
  .clay-range-title {
@@ -112,7 +112,9 @@
112
112
 
113
113
  'book': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M480 352V32c0-16.6-14.3-32-32-32H128C75 0 32 46.3 32 96v352s0 64 80.2 63.7l351.8.3c21.6-1.3 20.9-30.7 0-31.9l-352-.1c-64.1-.1-63.9-96.1.2-96H448c17.7-.1 32-15.4 32-32zm-64-32H128V64h288v256z" fill="#{$color}"/><path class="lexicon-icon-outline" d="M111.8 416c-20.1.3-22.2 31 0 32H432c23.1-1.6 19.4-31.7 0-32H111.8z" fill="#{$color}"/></svg>',
114
114
 
115
- 'bookmarks': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-body" fill="none" d="M448 0H64C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64z"/><path class="lexicon-icon-outline" d="M448 0H64C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64zm0 448H64V64h160v224l96-81.5 96 81.5V64h32v384z" fill="#{$color}"/></svg>',
115
+ 'bookmarks-full': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" fill-rule="evenodd" clip-rule="evenodd" d="m191.945 404.937 113.237 95.557c31.255 26.375 78.706 4.569 78.706-36.63V63.981C383.888 28.2 355.243 0 319.907 0H63.982C28.646 0 0 28.199 0 63.981v399.883c0 41.198 47.452 63.005 78.707 36.63l113.238-95.557Z" fill="#{$color}"/></svg>',
116
+
117
+ 'bookmarks': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" fill-rule="evenodd" clip-rule="evenodd" d="M171.307 338.015c11.92-10.059 29.355-10.059 41.275 0l107.325 90.567v-364.6H63.982v364.6l107.325-90.567Zm20.637 66.922 113.238 95.557c31.255 26.375 78.706 4.569 78.706-36.63V63.981C383.888 28.2 355.243 0 319.907 0H63.982C28.646 0 0 28.199 0 63.981v399.883c0 41.198 47.452 63.005 78.707 36.63l113.237-95.557Z" fill="#{$color}"/></svg>',
116
118
 
117
119
  'books': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline books-1-spine-top" d="M96.1 32h-64C14.4 32 .1 46.3.1 64v32h128V64c0-17.7-14.3-32-32-32z" fill="#{$color}"/><path class="lexicon-icon-outline books-1-spine-bottom" d="M.1 448c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-32H.1v32z" fill="#{$color}"/><path class="lexicon-icon-outline books-1-spine" fill="#{$color}" d="M.1 128h128v256H.1z"/><path class="lexicon-icon-outline books-2-spine-top" d="M256.1 32h-64c-17.7 0-32 14.3-32 32v32h128V64c0-17.7-14.3-32-32-32z" fill="#{$color}"/><path class="lexicon-icon-outline books-2-spine-bottom" d="M160.1 448c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32v-32h-128v32z" fill="#{$color}"/><path class="lexicon-icon-outline books-2-spine" fill="#{$color}" d="M160.1 128h128v256h-128z"/><path class="lexicon-icon-outline books-3-spine-top" d="m359.2 35.2-31 8.1c-17.1 4.5-27.4 21.9-22.9 39l8.1 31 92.9-24.2-8.1-31c-4.5-17.1-21.9-27.4-39-22.9z" fill="#{$color}"/><path class="lexicon-icon-outline books-3-spine" fill="#{$color}" d="m321.422 144.212 92.909-24.172 64.46 247.756-92.908 24.173z"/><path class="lexicon-icon-outline books-3-spine-bottom" d="M402 453.9c4.5 17.1 21.9 27.4 39 22.9l31-8.1c17.1-4.5 27.4-21.9 22.9-39l-8.1-31-92.9 24.2 8.1 31z" fill="#{$color}"/></svg>',
118
120
 
@@ -280,7 +282,7 @@
280
282
 
281
283
  'dollar-symbol': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M223 31c0-41.4 63.7-41.4 63.7 0v35.6c26.9 6 51 19.7 68.7 39.4 26.1 29.3-19.5 73.7-47.4 42.9-91-70.3-184.6 50.1-52.5 73.7h.3c138.4 8.9 187.8 175.2 30.9 225.1V480c0 42.7-63.7 42.5-63.7 0v-32.2c-27.1-6-69.6-23.1-87.3-42.9-25.6-28.8 20.2-73.5 47.6-42.7 91.6 77.6 235-48.8 44-81.7C74.7 252.4 118 85.1 223 66.7V31z" fill="#{$color}"/></svg>',
282
284
 
283
- 'download': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="download-arrow-down lexicon-icon-outline" d="M233.2 374.5c13.1 13.2 33.5 12.2 45.6 0l71.3-71.6c29.8-29.9-14.3-77.2-45.6-45.8l-16.6 16.7V32.1c0-42.5-63.7-43-63.7 0v241.7l-16.6-16.7c-30.8-30.9-75.5 15.8-45.6 45.8l71.2 71.6z" fill="#{$color}"/><path class="download-border lexicon-icon-outline" d="M384 384.5v63.8H128v-63.8c0-43.8-64-41.8-64 0V512h384V384.5c0-43.8-64-42.8-64 0z" fill="#{$color}"/></svg>',
285
+ 'download': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="download-arrow-down lexicon-icon-outline" d="M256 384a32.324 32.324 0 0 1-22.906-9.5L161.5 302.9c-12.719-12.599-12.719-33.099 0-45.8 12.594-12.7 33.094-12.7 45.781 0L224 273.801V32c0-17.7 14.281-32 32-32 17.688 0 32 14.3 32 32v241.801l16.688-16.701a32.352 32.352 0 0 1 22.906-9.5 32.365 32.365 0 0 1 22.906 9.5c12.688 12.599 12.688 33.099 0 45.8l-71.594 71.6c-6.125 6.1-14.312 9.5-22.906 9.5Z" fill="#{$color}"/><path class="download-border lexicon-icon-outline" d="M384 384c0-17.699 14.312-32 32-32 17.688 0 32 14.301 32 32v64c0 35.346-28.654 64-64 64H128c-35.346 0-64-28.654-64-64v-64c0-17.699 14.313-32 32-32 17.688 0 32 14.301 32 32v64h256v-64Z" fill="#{$color}"/></svg>',
284
286
 
285
287
  'drag': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><circle class="lexicon-icon-outline drag-dot-1" cx="192" cy="128" r="32" fill="#{$color}"/><circle class="lexicon-icon-outline drag-dot-2" cx="192" cy="256" r="32" fill="#{$color}"/><circle class="lexicon-icon-outline drag-dot-3" cx="192" cy="384" r="32" fill="#{$color}"/><circle class="lexicon-icon-outline drag-dot-4" cx="320" cy="128" r="32" fill="#{$color}"/><circle class="lexicon-icon-outline drag-dot-5" cx="320" cy="256" r="32" fill="#{$color}"/><circle class="lexicon-icon-outline drag-dot-6" cx="320" cy="384" r="32" fill="#{$color}"/></svg>',
286
288
 
@@ -510,9 +512,9 @@
510
512
 
511
513
  'import-export': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline import-export-arrow-up" d="M254.5 81.1 182.9 9.5C176.8 3.4 168.6 0 160 0c-8.6 0-16.8 3.4-22.9 9.5L65.5 81.1c-12.7 12.7-12.7 33.2 0 45.8 6.3 6.3 14.6 9.5 22.9 9.5s16.6-3.2 22.9-9.5l16.7-16.7V481c0 17.7 14.3 32 32 32s32-14.3 32-32V110.2l16.7 16.7c12.7 12.7 33.2 12.7 45.8 0 12.7-12.7 12.7-33.2 0-45.8z" fill="#{$color}"/><path class="lexicon-icon-outline import-export-arrow-down" d="M446.5 385.1c-6.3-6.3-14.6-9.5-22.9-9.5s-16.6 3.2-22.9 9.5L384 401.8V31c0-17.7-14.3-32-32-32s-32 14.3-32 32v370.8l-16.7-16.7c-12.7-12.7-33.2-12.7-45.8 0-12.7 12.7-12.7 33.2 0 45.8l71.6 71.6c6.1 6.1 14.3 9.5 22.9 9.5s16.8-3.4 22.9-9.5l71.6-71.6c12.7-12.7 12.7-33.2 0-45.8z" fill="#{$color}"/></svg>',
512
514
 
513
- 'import-list': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-import-list-border-bottom" d="M448 160v288H64V160c0-42.4-64-41.4-64 0v288c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-42.7-64-42.2-64 0z" fill="#{$color}"/><path class="lexicon-icon-outline lx-import-list-bar" d="M352 64H160c-43.5 0-43-64 0-64h192c43 0 43.5 64 0 64z" fill="#{$color}"/><path class="lexicon-icon-outline lx-import-list-arrow-down" d="M352 96H160c-42 0-43 64 0 64h64.2l.1 121.4-16.6-16.6c-27.3-23.8-65.2 18-38.6 44.8l64.3 65.2c6.1 6.1 25.5 17.2 45.5 0l64.3-65.2c27.1-29.4-14.1-67.2-38.6-44.8L288 281.4l-.2-121.4H352c42.5 0 42.5-64 0-64z" fill="#{$color}"/></svg>',
515
+ 'import-list': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-import-list-bar" d="M448 256.002v192H64v-192c0-42.4-64-41.4-64 0v192c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-192c0-42.7-64-42.2-64 0ZM352 64H160c-43.5 0-43-64 0-64h192c43 0 43.5 64 0 64Z" fill="#{$color}"/><path class="lexicon-icon-outline lx-import-list-arrow-down" d="M352.001 96h-192c-42 0-43 64 0 64h64.2l.1 121.4-16.6-16.6c-27.3-23.8-65.2 18-38.6 44.8l64.3 65.2c6.1 6.1 25.5 17.2 45.5 0l64.3-65.2c27.1-29.4-14.1-67.2-38.6-44.8l-16.6 16.6-.2-121.4h64.2c42.5 0 42.5-64 0-64Z" fill="#{$color}"/></svg>',
514
516
 
515
- 'import': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-import-border-bottom" d="M448 160v288H64V160c0-42.4-64-41.4-64 0v288c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-42.7-64-42.2-64 0z" fill="#{$color}"/><path class="lexicon-icon-outline lx-import-arrow-down" d="m278.9 342.8 64.3-65.2c27.1-29.4-14.1-67.2-38.6-44.8L288 249.4l-.1-217.8c0-42.7-63.6-41.7-63.6 0l.1 217.8-16.6-16.6c-27.3-23.8-65.2 18-38.6 44.8l64.3 65.2c5.9 6.1 25.3 17.2 45.4 0z" fill="#{$color}"/></svg>',
517
+ 'import': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" fill-rule="evenodd" clip-rule="evenodd" d="M160 32c0-17.673 14.327-32 32-32h128c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H192c-17.673 0-32-14.327-32-32Zm288 415.99V255.989c0-42.2 64-42.7 64 0V447.99c0 35.299-28.7 64-64 64l-384-.001c-35.3 0-64-28.7-64-64v-192c0-41.4 64-42.4 64 0v192l384 .001Zm-169.319-73.139 64.3-65.2c27.1-29.4-14.1-67.2-38.6-44.8l-16.6 16.6-.1-121.8c0-42.7-63.6-41.7-63.6 0l.1 121.8-16.6-16.6c-27.3-23.8-65.2 18-38.6 44.8l64.3 65.2c5.9 6.1 25.3 17.2 45.4 0Z" fill="#{$color}"/></svg>',
516
518
 
517
519
  'indent-less': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline indent-more-line-1" d="M64 96h384c17.7 0 32-14.3 32-32s-14.3-32-32-32H64c-17.7 0-32 14.3-32 32s14.3 32 32 32z" fill="#{$color}"/><path class="lexicon-icon-outline indent-more-line-4" d="M448 416H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h384c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="#{$color}"/><path class="lexicon-icon-outline indent-more-line-3" d="M448 288H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h128c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="#{$color}"/><path class="lexicon-icon-outline indent-more-line-2" d="M448 160H320c-17.7 0-32 14.3-32 32s14.3 32 32 32h128c17.7 0 32-14.3 32-32s-14.3-32-32-32z" fill="#{$color}"/><path class="lexicon-icon-outline indent-more-arrow" d="M113.1 350.5c12.7 12.7 33.2 12.7 45.8 0 6.3-6.3 9.5-14.6 9.5-22.9s-3.2-16.6-9.5-22.9L142.2 288H224c17.7 0 32-14.3 32-32s-14.3-32-32-32h-81.8l16.7-16.7c12.7-12.7 12.7-33.2 0-45.8-12.7-12.7-33.2-12.7-45.8 0l-71.6 71.6c-6.1 6.1-9.5 14.3-9.5 22.9s3.4 16.8 9.5 22.9l71.6 71.6z" fill="#{$color}"/></svg>',
518
520
 
@@ -534,6 +536,8 @@
534
536
 
535
537
  'italic': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M320 448H128v-32h64l64-320h-64V64h192v32h-64l-64 320h64v32z" fill="#{$color}"/></svg>',
536
538
 
539
+ 'key': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" fill-rule="evenodd" clip-rule="evenodd" d="M256 512c-17.673 0-32-14.327-32-32V251.968c-55.207-14.209-96-64.325-96-123.968C128 57.308 185.308 0 256 0c70.692 0 128 57.308 128 128 0 59.643-40.793 109.759-96 123.968V416h47.999c8.837 0 16 7.163 16 16v32c0 8.837-7.163 16-16 16H288c0 17.673-14.327 32-32 32Zm64-384c0 35.347-28.653 64-64 64s-64-28.653-64-64 28.653-64 64-64 64 28.653 64 64Z" fill="#{$color}"/></svg>',
540
+
537
541
  'liferay-ac': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline lx-liferay-ac-bar-1" d="M128 512H32c-17.7 0-32-14.3-32-32V288c0-17.7 14.3-32 32-32h96v256z" fill="#{$color}"/><path class="lexicon-icon-outline lx-liferay-ac-bar-2" d="M320 512H192c-17.7 0-32-14.3-32-32V32c0-17.7 14.3-32 32-32h128c17.7 0 32 14.3 32 32v448c0 17.7-14.3 32-32 32z" fill="#{$color}"/><path class="lexicon-icon-outline lx-liferay-ac-bar-3" d="M480 512h-96V160h96c17.7 0 32 14.3 32 32v288c0 17.7-14.3 32-32 32z" fill="#{$color}"/></svg>',
538
542
 
539
543
  'link': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" d="M216.2 295.8c-23.4-23.4 11.6-58.3 35-35 18.1 18.1 47.5 18.1 65.6 0l122.5-122.5c43.4-43.4-22.2-109.1-65.6-65.6L273.1 173.3c-23.4 23.4-58.3-11.6-35-35L338.7 37.8C429-52.5 564.5 83 474.2 173.3L351.7 295.7c-41.3 41.4-102 33.7-135.5.1zm79.6-79.6c23.4 23.4-11.6 58.3-35 35-18.1-18.1-47.5-18.1-65.6 0L72.8 373.6C29.4 417 95 482.7 138.4 439.2l100.5-100.5c23.4-23.4 58.3 11.6 35 35L173.3 474.2C83 564.5-52.5 429 37.8 338.7l122.5-122.5c41.3-41.3 102-33.6 135.5 0z" fill="#{$color}"/></svg>',
@@ -890,9 +894,9 @@
890
894
 
891
895
  'unpin': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline unpin-tack" fill="#{$color}" d="m0 512 140-216.5 77.6 77.4z"/><path class="lexicon-icon-outline unpin-body" d="m414.8 458.6-362-362C12 55 69-4 115 36.4l362 362c42 46.6-15 103.6-62.2 60.2z" fill="#{$color}"/><path class="lexicon-icon-outline unpin-head" d="m501.9 140.7-129.2-129c-35.4-32-76.7 8.8-58.1 41.9L247 87l180 174 31.6-63.2c35.9 18.9 71.3-24.5 43.3-57.1z" fill="#{$color}"/></svg>',
892
896
 
893
- 'upload-multiple': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline upload-multiple-arrow-up" d="M278.9 9.9c-14.9-13.5-32.6-12.8-45.8 0l-71.5 71.5c-28.8 26.6 10.8 77.1 45.8 45.8l16.7-16.7v113.6c0 42.3 64 42 64 0V110.5l16.7 16.7c28 29.1 76.5-13.6 45.8-45.8L278.9 9.9z" fill="#{$color}"/><path class="lexicon-icon-outline upload-multiple-bracket" d="M383.9 256.1v64H128.1v-64c0-43-64-41.7-64 0V384h383.7V256.1c.1-42-63.9-42.3-63.9 0z" fill="#{$color}"/><path class="lexicon-icon-outline upload-multiple-line" fill="#{$color}" d="M64 448h384v64H64z"/></svg>',
897
+ 'upload-multiple': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline upload-multiple-arrow-up" d="M278.914 9.9c-14.9-13.5-32.6-12.8-45.8 0l-71.5 71.5c-28.8 26.599 10.8 77.099 45.8 45.799l16.7-16.7v113.6c0 42.3 64 42 64 0v-113.6l16.7 16.7c28 29.1 76.5-13.6 45.8-45.8L278.914 9.9Z" fill="#{$color}"/><path class="lexicon-icon-outline upload-multiple-bracket" d="M383.925 256.098v64h-255.8v-64c0-43-64-41.7-64 0v63.9c0 35.347 28.654 64 64 64h255.7c35.346 0 64-28.653 64-64v-63.9c.1-42-63.9-42.3-63.9 0ZM64 480c0-17.673 14.327-32 32-32h320c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H96c-17.673 0-32-14.327-32-32Z" fill="#{$color}"/></svg>',
894
898
 
895
- 'upload': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline upload-arrow-up" d="M278.9 9.5C272.8 3.4 264.6 0 256 0c-8.6 0-16.8 3.4-22.9 9.5l-71.6 71.6c-12.7 12.7-12.7 33.2 0 45.8 6.3 6.3 14.6 9.5 22.9 9.5s16.6-3.2 22.9-9.5l16.7-16.7V352c0 17.7 14.3 32 32 32s32-14.3 32-32V110.2l16.7 16.7c12.7 12.7 33.2 12.7 45.8 0 12.7-12.7 12.7-33.2 0-45.8L278.9 9.5z" fill="#{$color}"/><path class="lexicon-icon-outline upload-bracket" d="M416 352c-17.7 0-32 14.3-32 32v64H128v-64c0-17.7-14.3-32-32-32s-32 14.3-32 32v128h384V384c0-17.7-14.3-32-32-32z" fill="#{$color}"/></svg>',
899
+ 'upload': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="lexicon-icon-outline" fill-rule="evenodd" clip-rule="evenodd" d="M233.094 10.48c13.187-12.775 30.906-13.475 45.781 0L350.5 81.939c30.781 32.139-17.812 74.754-45.812 45.711L288 110.984v241.328c0 41.918-64 42.217-64 0V110.984l-16.719 16.666c-35 31.34-74.593-19.162-45.781-45.711l71.594-71.459ZM384 448.125V384.25c0-42.219 64-41.918 64 0V448c0 35.346-28.654 64-64 64H128c-35.346 0-64-28.654-64-64v-63.75c0-41.62 64-42.916 64 0v63.875h256Z" fill="#{$color}"/></svg>',
896
900
 
897
901
  'urgent': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0zm31.9 399.7c15.1-6.9 33.4-17.8 52.5-34 25.4 42.1-34.3 69.3-52.5 34zm-64.4-16.2c-37.1-26.1-4.1-45.4-50.9-90.5-16.9-16.2-70.6-60.6-30.6-127.6-21.1-19.9 1.4-45.8 23.6-23.6 66.5-38.9 111.1 13.9 127.5 30.5 48.8 49.6 65.3 13.1 91.5 49.9-8.6 81.7-94.4 155.4-161.1 161.3z"/></svg>',
898
902
 
@@ -991,6 +991,16 @@
991
991
  .loading-animation {
992
992
  @extend %#{$loading-animation} !optional;
993
993
  }
994
+
995
+ $_media-breakpoint-down: map-get($map, media-breakpoint-down);
996
+ $_media-breakpoint-up: map-get($map, media-breakpoint-up);
997
+
998
+ @if ($_media-breakpoint-down) or ($_media-breakpoint-up) {
999
+ @include clay-generate-media-breakpoints(
1000
+ $map,
1001
+ 'clay-button-variant'
1002
+ );
1003
+ }
994
1004
  }
995
1005
  }
996
1006
  }
@@ -206,6 +206,16 @@
206
206
  .inline-scroller {
207
207
  @include clay-css(map-get($map, inline-scroller));
208
208
  }
209
+
210
+ $_media-breakpoint-down: map-get($map, media-breakpoint-down);
211
+ $_media-breakpoint-up: map-get($map, media-breakpoint-up);
212
+
213
+ @if ($_media-breakpoint-down) or ($_media-breakpoint-up) {
214
+ @include clay-generate-media-breakpoints(
215
+ $map,
216
+ 'clay-dropdown-menu-variant'
217
+ );
218
+ }
209
219
  }
210
220
  }
211
221
  }
@@ -601,6 +601,10 @@
601
601
  }
602
602
  }
603
603
 
604
+ &:focus-within:has(input:focus) {
605
+ @include clay-form-control-variant(map-get($map, focus-within));
606
+ }
607
+
604
608
  &:active {
605
609
  @include clay-css(map-get($map, active));
606
610
  }
@@ -919,9 +923,21 @@
919
923
  )
920
924
  );
921
925
 
926
+ $_media-breakpoint-down: map-get($map, media-breakpoint-down);
927
+ $_media-breakpoint-up: map-get($map, media-breakpoint-up);
928
+
929
+ $mobile: setter(map-get($map, mobile), ());
930
+
922
931
  @if ($enabled) {
923
932
  @include clay-css($base);
924
933
 
934
+ @if ($_media-breakpoint-down) or ($_media-breakpoint-up) {
935
+ @include clay-generate-media-breakpoints(
936
+ $map,
937
+ 'clay-select-variant'
938
+ );
939
+ }
940
+
925
941
  &:hover,
926
942
  &.hover {
927
943
  @include clay-css($hover);
@@ -1687,8 +1703,6 @@
1687
1703
  position:
1688
1704
  setter(map-get($clay-range-thumb, position), absolute),
1689
1705
  top: setter(map-get($clay-range-thumb, top), 50%),
1690
- visibility:
1691
- setter(map-get($clay-range-thumb, visibility), hidden),
1692
1706
  width:
1693
1707
  setter(
1694
1708
  map-get($map, thumb-width),
@@ -2461,11 +2475,30 @@
2461
2475
  }
2462
2476
 
2463
2477
  // Webkit
2478
+ &::-webkit-slider-container {
2479
+ @include clay-css(
2480
+ map-deep-get(
2481
+ $map,
2482
+ form-control-range,
2483
+ webkit-slider-container
2484
+ )
2485
+ );
2486
+ }
2464
2487
 
2465
2488
  &::-webkit-slider-runnable-track {
2466
- -webkit-appearance: none;
2467
- appearance: none;
2468
- height: 100%;
2489
+ $webkit-slider-runnable-track: map-deep-get(
2490
+ $map,
2491
+ form-control-range,
2492
+ webkit-slider-runnable-track
2493
+ );
2494
+
2495
+ @if not($webkit-slider-runnable-track) {
2496
+ -webkit-appearance: none;
2497
+ appearance: none;
2498
+ height: 100%;
2499
+ } @else {
2500
+ @include clay-css($webkit-slider-runnable-track);
2501
+ }
2469
2502
  }
2470
2503
 
2471
2504
  &::-webkit-slider-thumb {
@@ -2619,3 +2652,197 @@
2619
2652
  }
2620
2653
  }
2621
2654
  }
2655
+
2656
+ @mixin clay-range-variant($map) {
2657
+ @if (type-of($map) == 'map') {
2658
+ $enabled: setter(map-get($map, enabled), true);
2659
+
2660
+ $clay-range-input: setter(map-get($map, clay-range-input), ());
2661
+
2662
+ $clay-range-thumb: setter(
2663
+ map-get($clay-range-input, clay-range-thumb),
2664
+ ()
2665
+ );
2666
+ $clay-range-thumb: map-merge(
2667
+ $clay-range-thumb,
2668
+ (
2669
+ margin-top:
2670
+ setter(map-get($clay-range-thumb, margin-top), c-unset),
2671
+ position: setter(map-get($clay-range-thumb, position), c-unset),
2672
+ right: setter(map-get($clay-range-thumb, right), c-unset),
2673
+ top: setter(map-get($clay-range-thumb, top), c-unset),
2674
+ )
2675
+ );
2676
+
2677
+ $moz-range-thumb: setter(
2678
+ map-get($clay-range-input, moz-range-thumb),
2679
+ ()
2680
+ );
2681
+ $moz-range-thumb: map-merge(
2682
+ $moz-range-thumb,
2683
+ (
2684
+ appearance:
2685
+ setter(map-get($moz-range-thumb, appearance), c-unset),
2686
+ position: setter(map-get($moz-range-thumb, position), c-unset),
2687
+ )
2688
+ );
2689
+
2690
+ $ms-thumb: setter(map-get($clay-range-input, ms-thumb), ());
2691
+ $ms-thumb: map-merge(
2692
+ $ms-thumb,
2693
+ (
2694
+ appearance: setter(map-get($ms-thumb, appearance), c-unset),
2695
+ )
2696
+ );
2697
+
2698
+ $webkit-slider-thumb: setter(
2699
+ map-get($clay-range-input, webkit-slider-thumb),
2700
+ ()
2701
+ );
2702
+ $webkit-slider-thumb: map-merge(
2703
+ $webkit-slider-thumb,
2704
+ (
2705
+ appearance:
2706
+ setter(map-get($webkit-slider-thumb, appearance), c-unset),
2707
+ position:
2708
+ setter(map-get($webkit-slider-thumb, position), c-unset),
2709
+ )
2710
+ );
2711
+
2712
+ $clay-range-track: setter(
2713
+ map-get($clay-range-input, clay-range-track),
2714
+ ()
2715
+ );
2716
+ $clay-range-track: map-merge(
2717
+ $clay-range-track,
2718
+ (
2719
+ margin-top:
2720
+ setter(map-get($clay-range-track, margin-top), c-unset),
2721
+ )
2722
+ );
2723
+
2724
+ $clay-range-progress: setter(
2725
+ map-get($clay-range-input, clay-range-progress),
2726
+ ()
2727
+ );
2728
+ $clay-range-progress: map-merge(
2729
+ $clay-range-progress,
2730
+ (
2731
+ margin-top:
2732
+ setter(map-get($clay-range-progress, margin-top), c-unset),
2733
+ )
2734
+ );
2735
+
2736
+ $tooltip: setter(map-get($clay-range-input, tooltip), ());
2737
+ $tooltip: map-merge(
2738
+ $tooltip,
2739
+ (
2740
+ margin-left: setter(map-get($tooltip, margin-left), c-unset),
2741
+ )
2742
+ );
2743
+
2744
+ $clay-tooltip-bottom: setter(
2745
+ map-get($clay-range-input, clay-tooltip-bottom),
2746
+ ()
2747
+ );
2748
+ $clay-tooltip-bottom: map-merge(
2749
+ $clay-tooltip-bottom,
2750
+ (
2751
+ padding-top:
2752
+ setter(
2753
+ map-get($map, tooltip-arrow-offset),
2754
+ map-get($clay-tooltip-bottom, padding-top),
2755
+ c-unset
2756
+ ),
2757
+ top: setter(map-get($clay-tooltip-bottom, top), c-unset),
2758
+ transform:
2759
+ setter(map-get($clay-tooltip-bottom, transform), c-unset),
2760
+ )
2761
+ );
2762
+
2763
+ $clay-tooltip-bottom-tooltip-arrow: setter(
2764
+ map-get($clay-tooltip-bottom, tooltip-arrow),
2765
+ ()
2766
+ );
2767
+ $clay-tooltip-bottom-tooltip-arrow: map-merge(
2768
+ $clay-tooltip-bottom-tooltip-arrow,
2769
+ (
2770
+ margin-left:
2771
+ setter(
2772
+ map-get(
2773
+ $clay-tooltip-bottom-tooltip-arrow,
2774
+ margin-left
2775
+ ),
2776
+ c-unset
2777
+ ),
2778
+ )
2779
+ );
2780
+
2781
+ $clay-tooltip-bottom: map-deep-merge(
2782
+ $clay-tooltip-bottom,
2783
+ (
2784
+ tooltip-arrow: $clay-tooltip-bottom-tooltip-arrow,
2785
+ )
2786
+ );
2787
+
2788
+ $clay-tooltip-top: setter(
2789
+ map-get($clay-range-input, clay-tooltip-top),
2790
+ ()
2791
+ );
2792
+ $clay-tooltip-top: map-merge(
2793
+ $clay-tooltip-top,
2794
+ (
2795
+ bottom: setter(map-get($clay-tooltip-top, bottom), c-unset),
2796
+ padding-bottom:
2797
+ setter(map-get($clay-tooltip-top, padding-bottom), c-unset),
2798
+ transform:
2799
+ setter(map-get($clay-tooltip-top, transform), c-unset),
2800
+ )
2801
+ );
2802
+
2803
+ $clay-tooltip-top-tooltip-arrow: setter(
2804
+ map-get($clay-tooltip-top, tooltip-arrow),
2805
+ ()
2806
+ );
2807
+ $clay-tooltip-top-tooltip-arrow: map-merge(
2808
+ $clay-tooltip-top-tooltip-arrow,
2809
+ (
2810
+ margin-left:
2811
+ setter(
2812
+ map-get($clay-tooltip-top-tooltip-arrow, margin-left),
2813
+ c-unset
2814
+ ),
2815
+ )
2816
+ );
2817
+
2818
+ $clay-tooltip-top: map-deep-merge(
2819
+ $clay-tooltip-top,
2820
+ (
2821
+ tooltip-arrow: $clay-tooltip-top-tooltip-arrow,
2822
+ )
2823
+ );
2824
+
2825
+ $clay-range-input: map-deep-merge(
2826
+ $clay-range-input,
2827
+ (
2828
+ clay-range-thumb: $clay-range-thumb,
2829
+ moz-range-thumb: $moz-range-thumb,
2830
+ ms-thumb: $ms-thumb,
2831
+ webkit-slider-thumb: $webkit-slider-thumb,
2832
+ clay-range-track: $clay-range-track,
2833
+ clay-range-progress: $clay-range-progress,
2834
+ tooltip: $tooltip,
2835
+ clay-tooltip-bottom: $clay-tooltip-bottom,
2836
+ clay-tooltip-top: $clay-tooltip-top,
2837
+ )
2838
+ );
2839
+
2840
+ @if ($enabled) {
2841
+ @include clay-css($map);
2842
+
2843
+ .clay-range-input {
2844
+ @include clay-range-input-variant($clay-range-input);
2845
+ }
2846
+ }
2847
+ }
2848
+ }
@@ -119,6 +119,13 @@
119
119
 
120
120
  @mixin clay-row($map) {
121
121
  @include clay-css($map);
122
+
123
+ $_media-breakpoint-down: map-get($map, media-breakpoint-down);
124
+ $_media-breakpoint-up: map-get($map, media-breakpoint-up);
125
+
126
+ @if ($_media-breakpoint-down) or ($_media-breakpoint-up) {
127
+ @include clay-generate-media-breakpoints($map, 'clay-css');
128
+ }
122
129
  }
123
130
 
124
131
  @mixin clay-custom-grid-columns($map) {
@@ -193,7 +200,7 @@
193
200
  /// A mixin that generates media-breakpoint-{up|down} styles from a Sass map.
194
201
  /// @param {Map} $map - A map of `key: value` pairs that is passed to the `clay-css` mixin
195
202
 
196
- @mixin clay-generate-media-breakpoints($map) {
203
+ @mixin clay-generate-media-breakpoints($map, $mixin: 'clay-css') {
197
204
  @if (type-of($map) == 'map') {
198
205
  @if (map-get($map, media-breakpoint-up)) {
199
206
  $media-breakpoint-up: map-get($map, media-breakpoint-up);
@@ -202,7 +209,21 @@
202
209
  $breakpoint-up: map-get($media-breakpoint-up, $breakpoint);
203
210
 
204
211
  @include media-breakpoint-up($breakpoint) {
205
- @include clay-css($breakpoint-up);
212
+ @if ($mixin == 'clay-css') {
213
+ @include clay-css($breakpoint-up);
214
+ } @else if ($mixin == 'clay-button-variant') {
215
+ @include clay-button-variant($breakpoint-up);
216
+ } @else if ($mixin == 'clay-input-group-variant') {
217
+ @include clay-input-group-variant($breakpoint-up);
218
+ } @else if ($mixin == 'clay-input-group-text-variant') {
219
+ @include clay-input-group-text-variant($breakpoint-up);
220
+ } @else if ($mixin == 'clay-dropdown-menu-variant') {
221
+ @include clay-dropdown-menu-variant($breakpoint-up);
222
+ } @else if ($mixin == 'clay-menubar-vertical-variant') {
223
+ @include clay-menubar-vertical-variant($breakpoint-up);
224
+ } @else if ($mixin == 'clay-select-variant') {
225
+ @include clay-select-variant($breakpoint-up);
226
+ }
206
227
  }
207
228
  }
208
229
  }
@@ -214,7 +235,25 @@
214
235
  $breakpoint-down: map-get($media-breakpoint-down, $breakpoint);
215
236
 
216
237
  @include media-breakpoint-down($breakpoint) {
217
- @include clay-css($breakpoint-down);
238
+ @if ($mixin == 'clay-css') {
239
+ @include clay-css($breakpoint-down);
240
+ } @else if ($mixin == 'clay-button-variant') {
241
+ @include clay-button-variant($breakpoint-down);
242
+ } @else if ($mixin == 'clay-input-group-variant') {
243
+ @include clay-input-group-variant($breakpoint-down);
244
+ } @else if ($mixin == 'clay-input-group-text-variant') {
245
+ @include clay-input-group-text-variant(
246
+ $breakpoint-down
247
+ );
248
+ } @else if ($mixin == 'clay-dropdown-menu-variant') {
249
+ @include clay-dropdown-menu-variant($breakpoint-down);
250
+ } @else if ($mixin == 'clay-menubar-vertical-variant') {
251
+ @include clay-menubar-vertical-variant(
252
+ $breakpoint-down
253
+ );
254
+ } @else if ($mixin == 'clay-select-variant') {
255
+ @include clay-select-variant($breakpoint-down);
256
+ }
218
257
  }
219
258
  }
220
259
  }
@@ -189,24 +189,14 @@
189
189
  @include clay-css(map-deep-get($map, lexicon-icon));
190
190
  }
191
191
 
192
- @if (map-get($map, media-breakpoint-down)) {
193
- @each $breakpoint
194
- in map-keys(map-get($map, media-breakpoint-down))
195
- {
196
- $media-breakpoint-down: map-deep-get(
197
- $map,
198
- media-breakpoint-down,
199
- $breakpoint
200
- );
192
+ $_media-breakpoint-down: map-get($map, media-breakpoint-down);
193
+ $_media-breakpoint-up: map-get($map, media-breakpoint-up);
201
194
 
202
- @if ($breakpoint) {
203
- @include media-breakpoint-down($breakpoint) {
204
- @include clay-input-group-text-variant(
205
- $media-breakpoint-down
206
- );
207
- }
208
- }
209
- }
195
+ @if ($_media-breakpoint-down) or ($_media-breakpoint-up) {
196
+ @include clay-generate-media-breakpoints(
197
+ $map,
198
+ 'clay-input-group-text-variant'
199
+ );
210
200
  }
211
201
  }
212
202
  }
@@ -309,8 +299,12 @@
309
299
  }
310
300
 
311
301
  &.focus {
302
+ @include clay-input-group-item-variant(map-get($map, focus));
303
+ }
304
+
305
+ &:focus-within:has(input:focus) {
312
306
  @include clay-input-group-item-variant(
313
- map-deep-get($map, focus)
307
+ map-get($map, focus-within)
314
308
  );
315
309
  }
316
310
 
@@ -495,24 +489,14 @@
495
489
  @include clay-button-variant(map-deep-get($map, btn-unstyled));
496
490
  }
497
491
 
498
- @if (map-get($map, media-breakpoint-down)) {
499
- @each $breakpoint
500
- in map-keys(map-get($map, media-breakpoint-down))
501
- {
502
- $media-breakpoint-down: map-deep-get(
503
- $map,
504
- media-breakpoint-down,
505
- $breakpoint
506
- );
492
+ $_media-breakpoint-down: map-get($map, media-breakpoint-down);
493
+ $_media-breakpoint-up: map-get($map, media-breakpoint-up);
507
494
 
508
- @if ($breakpoint) {
509
- @include media-breakpoint-down($breakpoint) {
510
- @include clay-input-group-variant(
511
- $media-breakpoint-down
512
- );
513
- }
514
- }
515
- }
495
+ @if ($_media-breakpoint-down) or ($_media-breakpoint-up) {
496
+ @include clay-generate-media-breakpoints(
497
+ $map,
498
+ 'clay-input-group-variant'
499
+ );
516
500
  }
517
501
  }
518
502
  }
@@ -379,44 +379,14 @@
379
379
  }
380
380
  }
381
381
 
382
- @if (map-get($map, media-breakpoint-down)) {
383
- @each $breakpoint
384
- in map-keys(map-get($map, media-breakpoint-down))
385
- {
386
- $media-breakpoint-down: map-deep-get(
387
- $map,
388
- media-breakpoint-down,
389
- $breakpoint
390
- );
391
-
392
- @if ($breakpoint) {
393
- @include media-breakpoint-down($breakpoint) {
394
- @include clay-menubar-vertical-variant(
395
- $media-breakpoint-down
396
- );
397
- }
398
- }
399
- }
400
- }
401
-
402
- @if (map-get($map, media-breakpoint-up)) {
403
- @each $breakpoint
404
- in map-keys(map-get($map, media-breakpoint-up))
405
- {
406
- $media-breakpoint-up: map-deep-get(
407
- $map,
408
- media-breakpoint-up,
409
- $breakpoint
410
- );
382
+ $_media-breakpoint-down: map-get($map, media-breakpoint-down);
383
+ $_media-breakpoint-up: map-get($map, media-breakpoint-up);
411
384
 
412
- @if ($breakpoint) {
413
- @include media-breakpoint-up($breakpoint) {
414
- @include clay-menubar-vertical-variant(
415
- $media-breakpoint-up
416
- );
417
- }
418
- }
419
- }
385
+ @if ($_media-breakpoint-down) or ($_media-breakpoint-up) {
386
+ @include clay-generate-media-breakpoints(
387
+ $map,
388
+ 'clay-menubar-vertical-variant'
389
+ );
420
390
  }
421
391
  } @else {
422
392
  .menubar-collapse {
@@ -972,41 +942,14 @@
972
942
  }
973
943
  }
974
944
 
975
- @if (map-get($map, media-breakpoint-down)) {
976
- @each $breakpoint in map-keys(map-get($map, media-breakpoint-down))
977
- {
978
- $media-breakpoint-down: map-deep-get(
979
- $map,
980
- media-breakpoint-down,
981
- $breakpoint
982
- );
945
+ $_media-breakpoint-down: map-get($map, media-breakpoint-down);
946
+ $_media-breakpoint-up: map-get($map, media-breakpoint-up);
983
947
 
984
- @if ($breakpoint) {
985
- @include media-breakpoint-down($breakpoint) {
986
- @include clay-menubar-vertical-variant(
987
- $media-breakpoint-down
988
- );
989
- }
990
- }
991
- }
992
- }
993
-
994
- @if (map-get($map, media-breakpoint-up)) {
995
- @each $breakpoint in map-keys(map-get($map, media-breakpoint-up)) {
996
- $media-breakpoint-up: map-deep-get(
997
- $map,
998
- media-breakpoint-up,
999
- $breakpoint
1000
- );
1001
-
1002
- @if ($breakpoint) {
1003
- @include media-breakpoint-up($breakpoint) {
1004
- @include clay-menubar-vertical-variant(
1005
- $media-breakpoint-up
1006
- );
1007
- }
1008
- }
1009
- }
948
+ @if ($_media-breakpoint-down) or ($_media-breakpoint-up) {
949
+ @include clay-generate-media-breakpoints(
950
+ $map,
951
+ 'clay-menubar-vertical-variant'
952
+ );
1010
953
  }
1011
954
  }
1012
955
  }
@@ -138,3 +138,13 @@ $breadcrumb-link: map-deep-merge(
138
138
  ),
139
139
  $breadcrumb-link
140
140
  );
141
+
142
+ // Breadcrumb Item Expand
143
+
144
+ $breadcrumb-toggle: () !default;
145
+ $breadcrumb-toggle: map-merge(
146
+ (
147
+ color: $breadcrumb-link-color,
148
+ ),
149
+ $breadcrumb-toggle
150
+ );